Changes between Version 4 and Version 5 of GROUPReplicate2
- Timestamp:
- 06/14/22 09:13:52 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GROUPReplicate2
v4 v5 76 76 * InnoDB Storage Engine: data must be stored in the InnoDB transactional storage engine. 77 77 * Primary Keys: every table that is to be replicated by the group must have an explicit primary key defined. 78 79 Now, if you know InnoDB, when there is no PK defined, InnoDB will use the first NOT NULL UNIQUE KEY as PK. How will Group Replication handle that ? 80 81 Let’s verify: 78 82 79 83 {{{