Changes between Version 6 and Version 7 of GROUPReplicate2


Ignore:
Timestamp:
06/14/22 09:47:57 (2 years ago)
Author:
krit
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GROUPReplicate2

    v6 v7  
    8080
    8181    Let’s verify:
    82 
    8382{{{
    8483mysql> create table test_tbl_nopk_uniq_notnull (id int not null unique key, name varchar(10));