Changes between Version 6 and Version 7 of GROUPReplicate2
- Timestamp:
- 06/14/22 09:47:57 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GROUPReplicate2
v6 v7 80 80 81 81 Let’s verify: 82 83 82 {{{ 84 83 mysql> create table test_tbl_nopk_uniq_notnull (id int not null unique key, name varchar(10));