Avoid replication of native ddl tables internally as part of main DDL statement

Description

Similar to
GDB info

Environment

None

Smart Checklist

Activity

Show:

Krunal Bauskar April 1, 2019 at 7:23 AM

commit 55756ae7e71de24c845891745ae5bf0420ded898
Merge: ed4e6befd62 e68715f502b
Author: Krunal Bauskar <krunal.bauskar@percona.com>
Date: Mon Apr 1 12:52:48 2019 +0530

Merge pull request #796 from percona/8.0-pxc-2486

  • PXC#2486: Avoid replication of native ddl tables internally as part of

commit e68715f502bf00809b95f6e2b6e3303a97a7227a

Author: Krunal Bauskar <krunal.bauskar@percona.com>
Date: Mon Apr 1 09:54:22 2019 +0530

  • PXC#2486: Avoid replication of native ddl tables internally as part of
    main DDL statement

  • Some of the DDL statement (like one in the use-case INSTALL COMPONENT)
    can cause creation of native table on the fly.

  • Given the parent DDL statement is replicated using TOI avoid
    replication of such derived/child tables using TOI.


Parent replication statement will take-care of creation of such child
tables on replicating/applying node too.

 

Krunal Bauskar April 1, 2019 at 4:10 AM

INSTALL COMPONENT ... caused creation of native pfs table on the fly. These native tables should not be replicated through TOI as the main statement is already replicated and will cause same action on the replicating node.

Done

Details

Assignee

Reporter

Labels

Time tracking

2h 55m logged

Fix versions

Affects versions

Priority

Smart Checklist

Created March 26, 2019 at 12:08 PM
Updated March 6, 2024 at 10:13 PM
Resolved April 1, 2019 at 7:24 AM