summaryrefslogtreecommitdiff
path: root/mysql-test/suite/rpl/r/rpl_typeconv_innodb.result
blob: a5c55e43617b386a1a143d8a7a905fd7787b654a (plain)
1
2
3
4
5
6
7
include/master-slave.inc
[connection master]
CREATE TABLE t1(b1 BIT(1), b2 BIT(2), b3 BIT(3)) ENGINE=InnoDB;
INSERT INTO t1 VALUES (b'0', b'01', b'101');
include/diff_tables.inc [master:t1, slave:t1]
DROP TABLE t1;
include/rpl_end.inc