summaryrefslogtreecommitdiff
path: root/storage/spider/mysql-test/spider/handler/include/init_slave1_1.inc
blob: 87c05f1f6902da8ec22903625442556813d597a6 (plain)
1
2
3
4
5
6
7
8
9
10
let $SLAVE1_1_COMMENT_INCREMENT1_1=
  COMMENT '';
let $SLAVE1_1_COMMENT_INCREMENT1_P_1=
  COMMENT ''
  PARTITION BY LIST(MOD(id, 2)) (
    PARTITION pt1 VALUES IN (0)
    COMMENT='',
    PARTITION pt2 VALUES IN (1)
    COMMENT=''
  );