summaryrefslogtreecommitdiff
path: root/storage/tokudb/mysql-test/tokudb/t/fast_update_blobs_with_varchar.test
diff options
context:
space:
mode:
Diffstat (limited to 'storage/tokudb/mysql-test/tokudb/t/fast_update_blobs_with_varchar.test')
-rw-r--r--storage/tokudb/mysql-test/tokudb/t/fast_update_blobs_with_varchar.test33115
1 files changed, 84 insertions, 33031 deletions
diff --git a/storage/tokudb/mysql-test/tokudb/t/fast_update_blobs_with_varchar.test b/storage/tokudb/mysql-test/tokudb/t/fast_update_blobs_with_varchar.test
index 0821c0c7a79..15875c47297 100644
--- a/storage/tokudb/mysql-test/tokudb/t/fast_update_blobs_with_varchar.test
+++ b/storage/tokudb/mysql-test/tokudb/t/fast_update_blobs_with_varchar.test
@@ -1,33031 +1,84 @@
-# generated by tokudb_fast_update_blobs_with_varchar.py
-source include/have_tokudb.inc;
-source include/have_innodb.inc;
-set default_storage_engine='tokudb';
-disable_warnings;
-drop table if exists t;
-enable_warnings;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) null,
- b0 tinyblob null,
- b1 tinyblob null,
- b2 tinyblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='OORH' where id=1;
-update noar ti set v0='OORH' where id=1;
-update noar tt set b0='2KX2' where id=1;
-update noar ti set b0='2KX2' where id=1;
-update noar tt set v0='QJ541BDOS' where id=1;
-update noar ti set v0='QJ541BDOS' where id=1;
-update noar tt set b1='BSTHXT0AXOL4NYJD04Q5' where id=1;
-update noar ti set b1='BSTHXT0AXOL4NYJD04Q5' where id=1;
-update noar tt set v0='F8QUEDSYQ8DZ' where id=1;
-update noar ti set v0='F8QUEDSYQ8DZ' where id=1;
-update noar tt set b2='3S9CVBPMFLX74Q16XHYC3ZWEV' where id=1;
-update noar ti set b2='3S9CVBPMFLX74Q16XHYC3ZWEV' where id=1;
-update noar tt set v0='03CCYAYAFDEDMH8K0' where id=2;
-update noar ti set v0='03CCYAYAFDEDMH8K0' where id=2;
-update noar tt set b0='6MA' where id=2;
-update noar ti set b0='6MA' where id=2;
-update noar tt set v0='5YXS8WIZG40O9ZKBR65OUT' where id=2;
-update noar ti set v0='5YXS8WIZG40O9ZKBR65OUT' where id=2;
-update noar tt set b1='KU' where id=2;
-update noar ti set b1='KU' where id=2;
-update noar tt set v0='WC173JZCT89RZX29' where id=2;
-update noar ti set v0='WC173JZCT89RZX29' where id=2;
-update noar tt set b2='EM5Y0U95XHX1PO6J5FJ' where id=2;
-update noar ti set b2='EM5Y0U95XHX1PO6J5FJ' where id=2;
-update noar tt set v0='AA' where id=3;
-update noar ti set v0='AA' where id=3;
-update noar tt set b0='5B8BYWIMT' where id=3;
-update noar ti set b0='5B8BYWIMT' where id=3;
-update noar tt set v0='2MS56CLNQ911' where id=3;
-update noar ti set v0='2MS56CLNQ911' where id=3;
-update noar tt set b1='5KJ1' where id=3;
-update noar ti set b1='5KJ1' where id=3;
-update noar tt set v0='LMHY0D23Y5BZJKJMO1FPJRFU8CF2' where id=3;
-update noar ti set v0='LMHY0D23Y5BZJKJMO1FPJRFU8CF2' where id=3;
-update noar tt set b2='204EX0GAWYOAWK7BWVQF' where id=3;
-update noar ti set b2='204EX0GAWYOAWK7BWVQF' where id=3;
-update noar tt set v0='WNELP' where id=4;
-update noar ti set v0='WNELP' where id=4;
-update noar tt set b0='LDZD' where id=4;
-update noar ti set b0='LDZD' where id=4;
-update noar tt set v0='COPYTGCQ3QJC2' where id=4;
-update noar ti set v0='COPYTGCQ3QJC2' where id=4;
-update noar tt set b1='6YCDENC77R12FSE80VRMQUX' where id=4;
-update noar ti set b1='6YCDENC77R12FSE80VRMQUX' where id=4;
-update noar tt set v0='DUD' where id=4;
-update noar ti set v0='DUD' where id=4;
-update noar tt set b2='56CV28UU6QQE1VAK5V' where id=4;
-update noar ti set b2='56CV28UU6QQE1VAK5V' where id=4;
-update noar tt set v0='5U0QNH8D7R8C' where id=5;
-update noar ti set v0='5U0QNH8D7R8C' where id=5;
-update noar tt set b0='NQSA' where id=5;
-update noar ti set b0='NQSA' where id=5;
-update noar tt set v0='XNOQCGHYMCG41MOY9TLSMY6WM100' where id=5;
-update noar ti set v0='XNOQCGHYMCG41MOY9TLSMY6WM100' where id=5;
-update noar tt set b1='K40KK' where id=5;
-update noar ti set b1='K40KK' where id=5;
-update noar tt set v0='I51G38X' where id=5;
-update noar ti set v0='I51G38X' where id=5;
-update noar tt set b2='NMMDK5HT4TQCZ223HJMH' where id=5;
-update noar ti set b2='NMMDK5HT4TQCZ223HJMH' where id=5;
-update noar tt set v0='YJCHF6KH4H3V0X1US786K5GAH1D1F52' where id=6;
-update noar ti set v0='YJCHF6KH4H3V0X1US786K5GAH1D1F52' where id=6;
-update noar tt set b0='5N2ULTBPEJO0VTVEDQ30WN68BRX' where id=6;
-update noar ti set b0='5N2ULTBPEJO0VTVEDQ30WN68BRX' where id=6;
-update noar tt set v0='28TK0FK' where id=6;
-update noar ti set v0='28TK0FK' where id=6;
-update noar tt set b1='10D4UXSXS0B887F' where id=6;
-update noar ti set b1='10D4UXSXS0B887F' where id=6;
-update noar tt set v0='56' where id=6;
-update noar ti set v0='56' where id=6;
-update noar tt set b2='26ZD5DIYVIXLRUH00C65PEC5CT0' where id=6;
-update noar ti set b2='26ZD5DIYVIXLRUH00C65PEC5CT0' where id=6;
-update noar tt set v0='Y' where id=7;
-update noar ti set v0='Y' where id=7;
-update noar tt set b0='5GXO' where id=7;
-update noar ti set b0='5GXO' where id=7;
-update noar tt set v0='VYXHF6O2M9DGW' where id=7;
-update noar ti set v0='VYXHF6O2M9DGW' where id=7;
-update noar tt set b1='FRZSVRQ7S6T7I5COC5AGJNTU' where id=7;
-update noar ti set b1='FRZSVRQ7S6T7I5COC5AGJNTU' where id=7;
-update noar tt set v0='UZGDBY7Z678RSL0' where id=7;
-update noar ti set v0='UZGDBY7Z678RSL0' where id=7;
-update noar tt set b2='1WXPQ46G8OI9JCDDHH' where id=7;
-update noar ti set b2='1WXPQ46G8OI9JCDDHH' where id=7;
-update noar tt set v0='5L8G' where id=8;
-update noar ti set v0='5L8G' where id=8;
-update noar tt set b0='BFNWF9KEC2H49UHCFMGV8N17F' where id=8;
-update noar ti set b0='BFNWF9KEC2H49UHCFMGV8N17F' where id=8;
-update noar tt set v0='1GWHOS2XH171' where id=8;
-update noar ti set v0='1GWHOS2XH171' where id=8;
-update noar tt set b1='02LXB8DY' where id=8;
-update noar ti set b1='02LXB8DY' where id=8;
-update noar tt set v0='UOYGGAFZ6R6' where id=8;
-update noar ti set v0='UOYGGAFZ6R6' where id=8;
-update noar tt set b2='8HE71MWTPS1G4JG9SMQPW5GO' where id=8;
-update noar ti set b2='8HE71MWTPS1G4JG9SMQPW5GO' where id=8;
-update noar tt set v0='7UCQFA39COG98QHE5H1IA52CM14OGGWO' where id=9;
-update noar ti set v0='7UCQFA39COG98QHE5H1IA52CM14OGGWO' where id=9;
-update noar tt set b0='TQ3QQBZB4ORD6X2LT9CHNHMLXZ74X8RF' where id=9;
-update noar ti set b0='TQ3QQBZB4ORD6X2LT9CHNHMLXZ74X8RF' where id=9;
-update noar tt set v0='9I12QSHR245FJ4VJEBXT0EXV58YK' where id=9;
-update noar ti set v0='9I12QSHR245FJ4VJEBXT0EXV58YK' where id=9;
-update noar tt set b1='6OWZ8BSATIWDL414' where id=9;
-update noar ti set b1='6OWZ8BSATIWDL414' where id=9;
-update noar tt set v0='NAXC' where id=9;
-update noar ti set v0='NAXC' where id=9;
-update noar tt set b2='GPS5U' where id=9;
-update noar ti set b2='GPS5U' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) null,
- b0 tinyblob null,
- b1 tinyblob null,
- b2 tinyblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='GUA99YRIEYZU77WX3' where id=1;
-update noar ti set v0='GUA99YRIEYZU77WX3' where id=1;
-update noar tt set b0='E5Z8VH6HTFIAY13A' where id=1;
-update noar ti set b0='E5Z8VH6HTFIAY13A' where id=1;
-update noar tt set v0='OQ9KH23SWRX0TJX9GLDWRSQ34SI' where id=1;
-update noar ti set v0='OQ9KH23SWRX0TJX9GLDWRSQ34SI' where id=1;
-update noar tt set b1='FI1AL700DW9QCM8N4SC1BAN3IV' where id=1;
-update noar ti set b1='FI1AL700DW9QCM8N4SC1BAN3IV' where id=1;
-update noar tt set v0='KHA1NS5XOLNS7U5IDIYN' where id=1;
-update noar ti set v0='KHA1NS5XOLNS7U5IDIYN' where id=1;
-update noar tt set b2='CQ9O8NN2I7QRR4P1' where id=1;
-update noar ti set b2='CQ9O8NN2I7QRR4P1' where id=1;
-update noar tt set v0='E0EQ22N3R4IO598UBGE6BPKC8P8RA' where id=2;
-update noar ti set v0='E0EQ22N3R4IO598UBGE6BPKC8P8RA' where id=2;
-update noar tt set b0='Z6XMK8B1U' where id=2;
-update noar ti set b0='Z6XMK8B1U' where id=2;
-update noar tt set v0='D3NQLTNMAVRSZMTZK43ASVXVP' where id=2;
-update noar ti set v0='D3NQLTNMAVRSZMTZK43ASVXVP' where id=2;
-update noar tt set b1='BM2KNC' where id=2;
-update noar ti set b1='BM2KNC' where id=2;
-update noar tt set v0='CM0UZPQBB3V268YAQU' where id=2;
-update noar ti set v0='CM0UZPQBB3V268YAQU' where id=2;
-update noar tt set b2='O4L0L27RH52X' where id=2;
-update noar ti set b2='O4L0L27RH52X' where id=2;
-update noar tt set v0='S5GDFSYE' where id=3;
-update noar ti set v0='S5GDFSYE' where id=3;
-update noar tt set b0='I3M3S6CAV84NAZ5' where id=3;
-update noar ti set b0='I3M3S6CAV84NAZ5' where id=3;
-update noar tt set v0='61240QJW72' where id=3;
-update noar ti set v0='61240QJW72' where id=3;
-update noar tt set b1='Z2BJ9' where id=3;
-update noar ti set b1='Z2BJ9' where id=3;
-update noar tt set v0='DH1QO' where id=3;
-update noar ti set v0='DH1QO' where id=3;
-update noar tt set b2='VCDOV18NW' where id=3;
-update noar ti set b2='VCDOV18NW' where id=3;
-update noar tt set v0='ICZ07JGBI54A21OWP' where id=4;
-update noar ti set v0='ICZ07JGBI54A21OWP' where id=4;
-update noar tt set b0='22C9JSV2LTPPHOL' where id=4;
-update noar ti set b0='22C9JSV2LTPPHOL' where id=4;
-update noar tt set v0='J0HN6ATJ' where id=4;
-update noar ti set v0='J0HN6ATJ' where id=4;
-update noar tt set b1='V4OV7F' where id=4;
-update noar ti set b1='V4OV7F' where id=4;
-update noar tt set v0='YEFQZKTI8UPIEEPHQKMJKH' where id=4;
-update noar ti set v0='YEFQZKTI8UPIEEPHQKMJKH' where id=4;
-update noar tt set b2='Z5N6PXGUU15LZ' where id=4;
-update noar ti set b2='Z5N6PXGUU15LZ' where id=4;
-update noar tt set v0='Y8SZCFNUK4W33LYH735Y8YOGYTQMU' where id=5;
-update noar ti set v0='Y8SZCFNUK4W33LYH735Y8YOGYTQMU' where id=5;
-update noar tt set b0='BUIVHMNWP73OS6' where id=5;
-update noar ti set b0='BUIVHMNWP73OS6' where id=5;
-update noar tt set v0='Q7ZZN2EG00YC' where id=5;
-update noar ti set v0='Q7ZZN2EG00YC' where id=5;
-update noar tt set b1='JE7X8PXFPKYCQ7JJ10K4EZO4SZ4D0J4Q' where id=5;
-update noar ti set b1='JE7X8PXFPKYCQ7JJ10K4EZO4SZ4D0J4Q' where id=5;
-update noar tt set v0='CP440F' where id=5;
-update noar ti set v0='CP440F' where id=5;
-update noar tt set b2='MN5GKAV2U8LQ92SNVNPML1B' where id=5;
-update noar ti set b2='MN5GKAV2U8LQ92SNVNPML1B' where id=5;
-update noar tt set v0='8P4D2473PB' where id=6;
-update noar ti set v0='8P4D2473PB' where id=6;
-update noar tt set b0='WS8Y' where id=6;
-update noar ti set b0='WS8Y' where id=6;
-update noar tt set v0='91KF3F45E1XKXDQS4OSMIWEA8IPAN20' where id=6;
-update noar ti set v0='91KF3F45E1XKXDQS4OSMIWEA8IPAN20' where id=6;
-update noar tt set b1='8' where id=6;
-update noar ti set b1='8' where id=6;
-update noar tt set v0='26F120T2108GADPHE' where id=6;
-update noar ti set v0='26F120T2108GADPHE' where id=6;
-update noar tt set b2='JJ' where id=6;
-update noar ti set b2='JJ' where id=6;
-update noar tt set v0='T' where id=7;
-update noar ti set v0='T' where id=7;
-update noar tt set b0='5ZTBEX6EBFB' where id=7;
-update noar ti set b0='5ZTBEX6EBFB' where id=7;
-update noar tt set v0='BUGCY48W5G0050' where id=7;
-update noar ti set v0='BUGCY48W5G0050' where id=7;
-update noar tt set b1='GGH1E198NDN9WO7TS8CHCGK2O2SJO9Q6' where id=7;
-update noar ti set b1='GGH1E198NDN9WO7TS8CHCGK2O2SJO9Q6' where id=7;
-update noar tt set v0='YSQAVTQ07AKVLVE' where id=7;
-update noar ti set v0='YSQAVTQ07AKVLVE' where id=7;
-update noar tt set b2='72Q2J0RGF2RW4YZYNG2RS22N5NSC62' where id=7;
-update noar ti set b2='72Q2J0RGF2RW4YZYNG2RS22N5NSC62' where id=7;
-update noar tt set v0='72T978DXAG0IB2OXWNMDMB' where id=8;
-update noar ti set v0='72T978DXAG0IB2OXWNMDMB' where id=8;
-update noar tt set b0='97RM4F4P02YBFNP7IHO2R4Q1Y14' where id=8;
-update noar ti set b0='97RM4F4P02YBFNP7IHO2R4Q1Y14' where id=8;
-update noar tt set v0='KH5K09RLK3ETRF9VQCG' where id=8;
-update noar ti set v0='KH5K09RLK3ETRF9VQCG' where id=8;
-update noar tt set b1='TALGG97WNSAMLLWEG8JAL066DJJB' where id=8;
-update noar ti set b1='TALGG97WNSAMLLWEG8JAL066DJJB' where id=8;
-update noar tt set v0='3FCLFHI2LVSPURWXIY50YEI9XJMYS' where id=8;
-update noar ti set v0='3FCLFHI2LVSPURWXIY50YEI9XJMYS' where id=8;
-update noar tt set b2='Y46UAO' where id=8;
-update noar ti set b2='Y46UAO' where id=8;
-update noar tt set v0='5R' where id=9;
-update noar ti set v0='5R' where id=9;
-update noar tt set b0='U58' where id=9;
-update noar ti set b0='U58' where id=9;
-update noar tt set v0='BZI' where id=9;
-update noar ti set v0='BZI' where id=9;
-update noar tt set b1='ICV44HCMSZBPH74Z0M5KJY0FM' where id=9;
-update noar ti set b1='ICV44HCMSZBPH74Z0M5KJY0FM' where id=9;
-update noar tt set v0='N17OPAA5V1RM5ZOY5774' where id=9;
-update noar ti set v0='N17OPAA5V1RM5ZOY5774' where id=9;
-update noar tt set b2='S153ADXJF9QJ918EK43VB15MJ' where id=9;
-update noar ti set b2='S153ADXJF9QJ918EK43VB15MJ' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) not null,
- b0 tinyblob not null,
- b1 tinyblob not null,
- b2 tinyblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='O' where id=1;
-update noar ti set v0='O' where id=1;
-update noar tt set b0='7WFINTFU68KC2MI' where id=1;
-update noar ti set b0='7WFINTFU68KC2MI' where id=1;
-update noar tt set v0='8Y6G1RMEG6MAUAQNBJVL6B7E54ML472H' where id=1;
-update noar ti set v0='8Y6G1RMEG6MAUAQNBJVL6B7E54ML472H' where id=1;
-update noar tt set b1='XZ67YVD8I7XNHX' where id=1;
-update noar ti set b1='XZ67YVD8I7XNHX' where id=1;
-update noar tt set v0='PQHHP59FOSOOAOWZDMDR67XP9P' where id=1;
-update noar ti set v0='PQHHP59FOSOOAOWZDMDR67XP9P' where id=1;
-update noar tt set b2='4CU4BUBGWOLPI9ZN6SX310F8TFEHK2L' where id=1;
-update noar ti set b2='4CU4BUBGWOLPI9ZN6SX310F8TFEHK2L' where id=1;
-update noar tt set v0='7G6OGU8JP2H61YHFMEHOV' where id=2;
-update noar ti set v0='7G6OGU8JP2H61YHFMEHOV' where id=2;
-update noar tt set b0='CP3A1L3H045J21O81H93TG' where id=2;
-update noar ti set b0='CP3A1L3H045J21O81H93TG' where id=2;
-update noar tt set v0='M88M5W0U4NTYSOP7Y0H' where id=2;
-update noar ti set v0='M88M5W0U4NTYSOP7Y0H' where id=2;
-update noar tt set b1='F0ZMQ90OIT0EV06WNBGDMTJK44N61THT' where id=2;
-update noar ti set b1='F0ZMQ90OIT0EV06WNBGDMTJK44N61THT' where id=2;
-update noar tt set v0='X75D7JD7ORSLI3XDQG1O' where id=2;
-update noar ti set v0='X75D7JD7ORSLI3XDQG1O' where id=2;
-update noar tt set b2='BGH26K278X3TQ22RLGBO38' where id=2;
-update noar ti set b2='BGH26K278X3TQ22RLGBO38' where id=2;
-update noar tt set v0='5MUNWJ0ECS9ESFZ3MMNHV' where id=3;
-update noar ti set v0='5MUNWJ0ECS9ESFZ3MMNHV' where id=3;
-update noar tt set b0='TL5TPPAK2JH352HTP7DFXM8J' where id=3;
-update noar ti set b0='TL5TPPAK2JH352HTP7DFXM8J' where id=3;
-update noar tt set v0='6A3M46OO64CLJ' where id=3;
-update noar ti set v0='6A3M46OO64CLJ' where id=3;
-update noar tt set b1='OZKDC7IPLVS1ID5LRXU0QBF1F' where id=3;
-update noar ti set b1='OZKDC7IPLVS1ID5LRXU0QBF1F' where id=3;
-update noar tt set v0='P034MPJ1F0C32' where id=3;
-update noar ti set v0='P034MPJ1F0C32' where id=3;
-update noar tt set b2='THQJWHVYZIAZN3T2NLQMA4N4PBHP' where id=3;
-update noar ti set b2='THQJWHVYZIAZN3T2NLQMA4N4PBHP' where id=3;
-update noar tt set v0='OR5' where id=4;
-update noar ti set v0='OR5' where id=4;
-update noar tt set b0='6MAD20YSIPY4G6EUTYDJJM6' where id=4;
-update noar ti set b0='6MAD20YSIPY4G6EUTYDJJM6' where id=4;
-update noar tt set v0='CK6IN48FCJB3OLAK46' where id=4;
-update noar ti set v0='CK6IN48FCJB3OLAK46' where id=4;
-update noar tt set b1='P6OCTFHT00CGUVSJG' where id=4;
-update noar ti set b1='P6OCTFHT00CGUVSJG' where id=4;
-update noar tt set v0='319PSGWXCTIYMSW6J2VC5U4HHHBE' where id=4;
-update noar ti set v0='319PSGWXCTIYMSW6J2VC5U4HHHBE' where id=4;
-update noar tt set b2='20LIQVKLWHQ' where id=4;
-update noar ti set b2='20LIQVKLWHQ' where id=4;
-update noar tt set v0='T3M9334' where id=5;
-update noar ti set v0='T3M9334' where id=5;
-update noar tt set b0='RWL2Q8I21' where id=5;
-update noar ti set b0='RWL2Q8I21' where id=5;
-update noar tt set v0='ZOURSSIAMP9P2' where id=5;
-update noar ti set v0='ZOURSSIAMP9P2' where id=5;
-update noar tt set b1='1QKM7QT6GUJUJ7' where id=5;
-update noar ti set b1='1QKM7QT6GUJUJ7' where id=5;
-update noar tt set v0='3KC4WWAE' where id=5;
-update noar ti set v0='3KC4WWAE' where id=5;
-update noar tt set b2='V83H2F1I010Y9S8QJ5XQKAAHTT' where id=5;
-update noar ti set b2='V83H2F1I010Y9S8QJ5XQKAAHTT' where id=5;
-update noar tt set v0='2CAH2H' where id=6;
-update noar ti set v0='2CAH2H' where id=6;
-update noar tt set b0='5KN6P62F8T6KI2QZ0J2G' where id=6;
-update noar ti set b0='5KN6P62F8T6KI2QZ0J2G' where id=6;
-update noar tt set v0='ZN1' where id=6;
-update noar ti set v0='ZN1' where id=6;
-update noar tt set b1='TD56FIWOOV9T33QLWNH6CL' where id=6;
-update noar ti set b1='TD56FIWOOV9T33QLWNH6CL' where id=6;
-update noar tt set v0='NQCYZW0Y2IJMDJ' where id=6;
-update noar ti set v0='NQCYZW0Y2IJMDJ' where id=6;
-update noar tt set b2='8YZP0L26KWP2KWSVX0I52HOWI21L' where id=6;
-update noar ti set b2='8YZP0L26KWP2KWSVX0I52HOWI21L' where id=6;
-update noar tt set v0='E5XDB8QDVBSLV3U228M9UGR' where id=7;
-update noar ti set v0='E5XDB8QDVBSLV3U228M9UGR' where id=7;
-update noar tt set b0='XQIABVXMDJZXAPF0FL2' where id=7;
-update noar ti set b0='XQIABVXMDJZXAPF0FL2' where id=7;
-update noar tt set v0='J8C31VBSKBX0Z46ZS9' where id=7;
-update noar ti set v0='J8C31VBSKBX0Z46ZS9' where id=7;
-update noar tt set b1='74PSP6PWHHL2O5EKZ18BSLA2DT6NTJ' where id=7;
-update noar ti set b1='74PSP6PWHHL2O5EKZ18BSLA2DT6NTJ' where id=7;
-update noar tt set v0='XP9LGI4YYTSN16GCDU2I' where id=7;
-update noar ti set v0='XP9LGI4YYTSN16GCDU2I' where id=7;
-update noar tt set b2='Q0UFFR16PFW40G2XZER' where id=7;
-update noar ti set b2='Q0UFFR16PFW40G2XZER' where id=7;
-update noar tt set v0='HTGPFECKCM8ZX3W6AQ02E9W2MGJYT' where id=8;
-update noar ti set v0='HTGPFECKCM8ZX3W6AQ02E9W2MGJYT' where id=8;
-update noar tt set b0='NOGT7Q2A0E5B9NP3TO' where id=8;
-update noar ti set b0='NOGT7Q2A0E5B9NP3TO' where id=8;
-update noar tt set v0='4MEA5S' where id=8;
-update noar ti set v0='4MEA5S' where id=8;
-update noar tt set b1='I' where id=8;
-update noar ti set b1='I' where id=8;
-update noar tt set v0='HJ44ZUF9VIT0VBLUZM6YX' where id=8;
-update noar ti set v0='HJ44ZUF9VIT0VBLUZM6YX' where id=8;
-update noar tt set b2='NOWQ33NMX08A3BF39' where id=8;
-update noar ti set b2='NOWQ33NMX08A3BF39' where id=8;
-update noar tt set v0='SB4VBLPCFKNVIBACVHUNVNTJTWBCVGNG' where id=9;
-update noar ti set v0='SB4VBLPCFKNVIBACVHUNVNTJTWBCVGNG' where id=9;
-update noar tt set b0='BAVK0O8UVSP5LMZKGU3AROG8' where id=9;
-update noar ti set b0='BAVK0O8UVSP5LMZKGU3AROG8' where id=9;
-update noar tt set v0='WLH8N0Y2BL1BUBGRTZOACXI5F' where id=9;
-update noar ti set v0='WLH8N0Y2BL1BUBGRTZOACXI5F' where id=9;
-update noar tt set b1='MITR2S8Z9B99U3U6' where id=9;
-update noar ti set b1='MITR2S8Z9B99U3U6' where id=9;
-update noar tt set v0='J7OUHRAGA7Q64L9I21VX9U6IERGR' where id=9;
-update noar ti set v0='J7OUHRAGA7Q64L9I21VX9U6IERGR' where id=9;
-update noar tt set b2='H41K62MYEH7YAJ' where id=9;
-update noar ti set b2='H41K62MYEH7YAJ' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) not null,
- b0 tinyblob not null,
- b1 tinyblob not null,
- b2 tinyblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='IZN4AE26FMKIAPVY1GBS' where id=1;
-update noar ti set v0='IZN4AE26FMKIAPVY1GBS' where id=1;
-update noar tt set b0='KQBOIDHT31' where id=1;
-update noar ti set b0='KQBOIDHT31' where id=1;
-update noar tt set v0='I' where id=1;
-update noar ti set v0='I' where id=1;
-update noar tt set b1='IJ2HJ4ZQO2OM4TNM3NGK3VCNCPIJ55Z' where id=1;
-update noar ti set b1='IJ2HJ4ZQO2OM4TNM3NGK3VCNCPIJ55Z' where id=1;
-update noar tt set v0='LUCH9O846MXFZP6P0S1BHGWP' where id=1;
-update noar ti set v0='LUCH9O846MXFZP6P0S1BHGWP' where id=1;
-update noar tt set b2='YQ9SWF40' where id=1;
-update noar ti set b2='YQ9SWF40' where id=1;
-update noar tt set v0='22Y' where id=2;
-update noar ti set v0='22Y' where id=2;
-update noar tt set b0='4PP3R' where id=2;
-update noar ti set b0='4PP3R' where id=2;
-update noar tt set v0='VKG379CB24BM3Q0HC97TTGL' where id=2;
-update noar ti set v0='VKG379CB24BM3Q0HC97TTGL' where id=2;
-update noar tt set b1='XWUXQYTY6L0X9FJAJT2MENFGEFK' where id=2;
-update noar ti set b1='XWUXQYTY6L0X9FJAJT2MENFGEFK' where id=2;
-update noar tt set v0='UA27HBFM2R8KIJ3G8YG' where id=2;
-update noar ti set v0='UA27HBFM2R8KIJ3G8YG' where id=2;
-update noar tt set b2='AMB061GZYIH1HODBN1AFSU80Q0UPOJV0' where id=2;
-update noar ti set b2='AMB061GZYIH1HODBN1AFSU80Q0UPOJV0' where id=2;
-update noar tt set v0='A1UCNEXNHL7GAZBWX9MLA' where id=3;
-update noar ti set v0='A1UCNEXNHL7GAZBWX9MLA' where id=3;
-update noar tt set b0='5IV1SQ2SHJ15TB6KT0' where id=3;
-update noar ti set b0='5IV1SQ2SHJ15TB6KT0' where id=3;
-update noar tt set v0='1M8FQQ360XV40' where id=3;
-update noar ti set v0='1M8FQQ360XV40' where id=3;
-update noar tt set b1='2' where id=3;
-update noar ti set b1='2' where id=3;
-update noar tt set v0='K7SID54GZ9LCSYD5WZHL0' where id=3;
-update noar ti set v0='K7SID54GZ9LCSYD5WZHL0' where id=3;
-update noar tt set b2='Z1PFTP91MKG7PFQVXGCCPMK8YZ2T' where id=3;
-update noar ti set b2='Z1PFTP91MKG7PFQVXGCCPMK8YZ2T' where id=3;
-update noar tt set v0='190QA423L6' where id=4;
-update noar ti set v0='190QA423L6' where id=4;
-update noar tt set b0='0N4L1A6DBECPSCGROA08ALPWW' where id=4;
-update noar ti set b0='0N4L1A6DBECPSCGROA08ALPWW' where id=4;
-update noar tt set v0='RV8YXGAFFEW' where id=4;
-update noar ti set v0='RV8YXGAFFEW' where id=4;
-update noar tt set b1='B' where id=4;
-update noar ti set b1='B' where id=4;
-update noar tt set v0='JWHU540G27P1NE5GK44' where id=4;
-update noar ti set v0='JWHU540G27P1NE5GK44' where id=4;
-update noar tt set b2='95LW7P' where id=4;
-update noar ti set b2='95LW7P' where id=4;
-update noar tt set v0='X6W3Y' where id=5;
-update noar ti set v0='X6W3Y' where id=5;
-update noar tt set b0='KA3PNL7ZZWYI0KST' where id=5;
-update noar ti set b0='KA3PNL7ZZWYI0KST' where id=5;
-update noar tt set v0='NW752UMNSAT85AG' where id=5;
-update noar ti set v0='NW752UMNSAT85AG' where id=5;
-update noar tt set b1='6Y6I3I20EWCRC659SW1D8BJHJ7I' where id=5;
-update noar ti set b1='6Y6I3I20EWCRC659SW1D8BJHJ7I' where id=5;
-update noar tt set v0='WK80P9WHFP8WCXEVJL4VXMMB' where id=5;
-update noar ti set v0='WK80P9WHFP8WCXEVJL4VXMMB' where id=5;
-update noar tt set b2='FD91QTIIO36J67JV0UUZZPO4V' where id=5;
-update noar ti set b2='FD91QTIIO36J67JV0UUZZPO4V' where id=5;
-update noar tt set v0='35B8ISOR6POBVG1YENORJ' where id=6;
-update noar ti set v0='35B8ISOR6POBVG1YENORJ' where id=6;
-update noar tt set b0='M3AV00MT33WE8CMKQU3CH58H02TAN' where id=6;
-update noar ti set b0='M3AV00MT33WE8CMKQU3CH58H02TAN' where id=6;
-update noar tt set v0='7590AYRMGET4QQ8ACT' where id=6;
-update noar ti set v0='7590AYRMGET4QQ8ACT' where id=6;
-update noar tt set b1='EEJT7SFNX7M58C3MJ0MT3UHPVHNHZ' where id=6;
-update noar ti set b1='EEJT7SFNX7M58C3MJ0MT3UHPVHNHZ' where id=6;
-update noar tt set v0='MUFTF428' where id=6;
-update noar ti set v0='MUFTF428' where id=6;
-update noar tt set b2='U4AQMT3YXHE9Y4AJ' where id=6;
-update noar ti set b2='U4AQMT3YXHE9Y4AJ' where id=6;
-update noar tt set v0='W' where id=7;
-update noar ti set v0='W' where id=7;
-update noar tt set b0='K1FE85KDJ5TCJEW2J39AIY' where id=7;
-update noar ti set b0='K1FE85KDJ5TCJEW2J39AIY' where id=7;
-update noar tt set v0='H0VFZCKKDVRD' where id=7;
-update noar ti set v0='H0VFZCKKDVRD' where id=7;
-update noar tt set b1='NR927SNJSVLUSEDEOXP6Y42SO6316' where id=7;
-update noar ti set b1='NR927SNJSVLUSEDEOXP6Y42SO6316' where id=7;
-update noar tt set v0='4HT5CYXGHTO8R682IB7BW8' where id=7;
-update noar ti set v0='4HT5CYXGHTO8R682IB7BW8' where id=7;
-update noar tt set b2='A4J1U09SB44' where id=7;
-update noar ti set b2='A4J1U09SB44' where id=7;
-update noar tt set v0='OVP4QJY83KNWG48C4GLQJ' where id=8;
-update noar ti set v0='OVP4QJY83KNWG48C4GLQJ' where id=8;
-update noar tt set b0='1TUBS' where id=8;
-update noar ti set b0='1TUBS' where id=8;
-update noar tt set v0='N6LNMNGSDD8G148JQAI2KVO' where id=8;
-update noar ti set v0='N6LNMNGSDD8G148JQAI2KVO' where id=8;
-update noar tt set b1='98AZS' where id=8;
-update noar ti set b1='98AZS' where id=8;
-update noar tt set v0='L' where id=8;
-update noar ti set v0='L' where id=8;
-update noar tt set b2='QZL5PAOLMIJPVLJ6WK75GG0RR2L7K7G' where id=8;
-update noar ti set b2='QZL5PAOLMIJPVLJ6WK75GG0RR2L7K7G' where id=8;
-update noar tt set v0='TAHWUXACQRHYJY24' where id=9;
-update noar ti set v0='TAHWUXACQRHYJY24' where id=9;
-update noar tt set b0='LWGVFJMN17C6' where id=9;
-update noar ti set b0='LWGVFJMN17C6' where id=9;
-update noar tt set v0='F' where id=9;
-update noar ti set v0='F' where id=9;
-update noar tt set b1='LP59ERAGE2PQNSVMW1QEZAOJ38ZPMDSA' where id=9;
-update noar ti set b1='LP59ERAGE2PQNSVMW1QEZAOJ38ZPMDSA' where id=9;
-update noar tt set v0='Q40BUM86DC118LJR' where id=9;
-update noar ti set v0='Q40BUM86DC118LJR' where id=9;
-update noar tt set b2='LUVZODTSZVB6E42SAOJ5ZV9NBSC00S33' where id=9;
-update noar ti set b2='LUVZODTSZVB6E42SAOJ5ZV9NBSC00S33' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) null,
- b0 tinyblob null,
- b1 tinyblob null,
- b2 blob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='04ZQCUB6BKE12K' where id=1;
-update noar ti set v0='04ZQCUB6BKE12K' where id=1;
-update noar tt set b0='HKPCNPZ2S6Z4KYXKA98ZQHH' where id=1;
-update noar ti set b0='HKPCNPZ2S6Z4KYXKA98ZQHH' where id=1;
-update noar tt set v0='39NL47XA6NTRW' where id=1;
-update noar ti set v0='39NL47XA6NTRW' where id=1;
-update noar tt set b1='KDZVPTK934BSLJ6FIVNRCKCZ1QZKQI5B' where id=1;
-update noar ti set b1='KDZVPTK934BSLJ6FIVNRCKCZ1QZKQI5B' where id=1;
-update noar tt set v0='P' where id=1;
-update noar ti set v0='P' where id=1;
-update noar tt set b2='MH1IJI242DG8ML6GNTCMS1LDRE' where id=1;
-update noar ti set b2='MH1IJI242DG8ML6GNTCMS1LDRE' where id=1;
-update noar tt set v0='GUCUV3K' where id=2;
-update noar ti set v0='GUCUV3K' where id=2;
-update noar tt set b0='I0OB2NXIDVOMUFUEWG778RYAV' where id=2;
-update noar ti set b0='I0OB2NXIDVOMUFUEWG778RYAV' where id=2;
-update noar tt set v0='PE00LJ6ZMZOZGMK31X' where id=2;
-update noar ti set v0='PE00LJ6ZMZOZGMK31X' where id=2;
-update noar tt set b1='2H8XU7WKA' where id=2;
-update noar ti set b1='2H8XU7WKA' where id=2;
-update noar tt set v0='4GR2VSOJLWNJW4FL1NHACDKSSX21Z' where id=2;
-update noar ti set v0='4GR2VSOJLWNJW4FL1NHACDKSSX21Z' where id=2;
-update noar tt set b2='TOXIW3KYIG7DU72EVPQKDOE' where id=2;
-update noar ti set b2='TOXIW3KYIG7DU72EVPQKDOE' where id=2;
-update noar tt set v0='CP' where id=3;
-update noar ti set v0='CP' where id=3;
-update noar tt set b0='8YLC8Y7UUPT6U' where id=3;
-update noar ti set b0='8YLC8Y7UUPT6U' where id=3;
-update noar tt set v0='RUYO' where id=3;
-update noar ti set v0='RUYO' where id=3;
-update noar tt set b1='AD0MQ9CN5N9HSFIUE66ZBFZY' where id=3;
-update noar ti set b1='AD0MQ9CN5N9HSFIUE66ZBFZY' where id=3;
-update noar tt set v0='OQSNGFVVXD82ZGP7M8E30EX7JQ' where id=3;
-update noar ti set v0='OQSNGFVVXD82ZGP7M8E30EX7JQ' where id=3;
-update noar tt set b2='SJ2S157JO18KTYBITPUB' where id=3;
-update noar ti set b2='SJ2S157JO18KTYBITPUB' where id=3;
-update noar tt set v0='6BSLT8FMWFU55M9CDLE16' where id=4;
-update noar ti set v0='6BSLT8FMWFU55M9CDLE16' where id=4;
-update noar tt set b0='A6' where id=4;
-update noar ti set b0='A6' where id=4;
-update noar tt set v0='LX2T4D2HTX6XHUITHB7ZI9OZ' where id=4;
-update noar ti set v0='LX2T4D2HTX6XHUITHB7ZI9OZ' where id=4;
-update noar tt set b1='LET5Y65TUD3CZHRQ6WEHGRZWMJX9HS' where id=4;
-update noar ti set b1='LET5Y65TUD3CZHRQ6WEHGRZWMJX9HS' where id=4;
-update noar tt set v0='Z1MTYBNZLJOR50MH84FXT2IMW8S' where id=4;
-update noar ti set v0='Z1MTYBNZLJOR50MH84FXT2IMW8S' where id=4;
-update noar tt set b2='X1LF7KW4S1DUBYSHED21GWV2V' where id=4;
-update noar ti set b2='X1LF7KW4S1DUBYSHED21GWV2V' where id=4;
-update noar tt set v0='YYOW1K' where id=5;
-update noar ti set v0='YYOW1K' where id=5;
-update noar tt set b0='MUM1E0NFLAGCX1IGOGMZ0G2M9' where id=5;
-update noar ti set b0='MUM1E0NFLAGCX1IGOGMZ0G2M9' where id=5;
-update noar tt set v0='SLRQDJP6NV15BOC1R' where id=5;
-update noar ti set v0='SLRQDJP6NV15BOC1R' where id=5;
-update noar tt set b1='GG9523OCJK3W7GPTUVVYR71C' where id=5;
-update noar ti set b1='GG9523OCJK3W7GPTUVVYR71C' where id=5;
-update noar tt set v0='GMY3INN6W8UPADCLXFCSKQFLCHJ85' where id=5;
-update noar ti set v0='GMY3INN6W8UPADCLXFCSKQFLCHJ85' where id=5;
-update noar tt set b2='4' where id=5;
-update noar ti set b2='4' where id=5;
-update noar tt set v0='RHPYNI5C95YRMZKI3UGFZLOT6K5L' where id=6;
-update noar ti set v0='RHPYNI5C95YRMZKI3UGFZLOT6K5L' where id=6;
-update noar tt set b0='R3MU2F0PW007PN' where id=6;
-update noar ti set b0='R3MU2F0PW007PN' where id=6;
-update noar tt set v0='0B3O4POU0MFYT8' where id=6;
-update noar ti set v0='0B3O4POU0MFYT8' where id=6;
-update noar tt set b1='MYDNT1DWITK1I' where id=6;
-update noar ti set b1='MYDNT1DWITK1I' where id=6;
-update noar tt set v0='0IET0IV730CDS3YP' where id=6;
-update noar ti set v0='0IET0IV730CDS3YP' where id=6;
-update noar tt set b2='ZNMGR3WP78U43W' where id=6;
-update noar ti set b2='ZNMGR3WP78U43W' where id=6;
-update noar tt set v0='9K4M9YJ21B3H9L28I' where id=7;
-update noar ti set v0='9K4M9YJ21B3H9L28I' where id=7;
-update noar tt set b0='ZOCGMA' where id=7;
-update noar ti set b0='ZOCGMA' where id=7;
-update noar tt set v0='2O8NB6AY5BGN3UPOCFENP' where id=7;
-update noar ti set v0='2O8NB6AY5BGN3UPOCFENP' where id=7;
-update noar tt set b1='GEEL7K9S50M' where id=7;
-update noar ti set b1='GEEL7K9S50M' where id=7;
-update noar tt set v0='1NZU1V' where id=7;
-update noar ti set v0='1NZU1V' where id=7;
-update noar tt set b2='9TOWH0PNZT50G9VOWYEKT4FQOJ' where id=7;
-update noar ti set b2='9TOWH0PNZT50G9VOWYEKT4FQOJ' where id=7;
-update noar tt set v0='Y8YR18HBNGB626H14D07N81XP' where id=8;
-update noar ti set v0='Y8YR18HBNGB626H14D07N81XP' where id=8;
-update noar tt set b0='DKUSHBR0W69D1X5A7RZ2FTMQ2WTSXM1' where id=8;
-update noar ti set b0='DKUSHBR0W69D1X5A7RZ2FTMQ2WTSXM1' where id=8;
-update noar tt set v0='OE9Z8D277PAO' where id=8;
-update noar ti set v0='OE9Z8D277PAO' where id=8;
-update noar tt set b1='MVL6SN6NA12KDDBENEYF1CTGW3A7' where id=8;
-update noar ti set b1='MVL6SN6NA12KDDBENEYF1CTGW3A7' where id=8;
-update noar tt set v0='L6AP' where id=8;
-update noar ti set v0='L6AP' where id=8;
-update noar tt set b2='3HEXQO0MCRG95KHSNHL5' where id=8;
-update noar ti set b2='3HEXQO0MCRG95KHSNHL5' where id=8;
-update noar tt set v0='5O27VIEO3RFE86KYI9PE23A' where id=9;
-update noar ti set v0='5O27VIEO3RFE86KYI9PE23A' where id=9;
-update noar tt set b0='KEJN583WTJHZ2UFJNX83YE9E9BG9FA9' where id=9;
-update noar ti set b0='KEJN583WTJHZ2UFJNX83YE9E9BG9FA9' where id=9;
-update noar tt set v0='MSKU6Y4W5VRH2XYI7T2SY' where id=9;
-update noar ti set v0='MSKU6Y4W5VRH2XYI7T2SY' where id=9;
-update noar tt set b1='DHE1H05R' where id=9;
-update noar ti set b1='DHE1H05R' where id=9;
-update noar tt set v0='ZI4VG1QJ' where id=9;
-update noar ti set v0='ZI4VG1QJ' where id=9;
-update noar tt set b2='BDWVOKE8AQSN' where id=9;
-update noar ti set b2='BDWVOKE8AQSN' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) null,
- b0 tinyblob null,
- b1 tinyblob null,
- b2 blob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='S38V6P1S0BNAN' where id=1;
-update noar ti set v0='S38V6P1S0BNAN' where id=1;
-update noar tt set b0='SNX1PRRGATZDTBZQROZG936XCO35' where id=1;
-update noar ti set b0='SNX1PRRGATZDTBZQROZG936XCO35' where id=1;
-update noar tt set v0='OE4TZHS4ZS83W4W0H' where id=1;
-update noar ti set v0='OE4TZHS4ZS83W4W0H' where id=1;
-update noar tt set b1='W0K32SKSG7B96L9H' where id=1;
-update noar ti set b1='W0K32SKSG7B96L9H' where id=1;
-update noar tt set v0='LBOXALUNT3OWTZLKU5R9' where id=1;
-update noar ti set v0='LBOXALUNT3OWTZLKU5R9' where id=1;
-update noar tt set b2='0PJW46H' where id=1;
-update noar ti set b2='0PJW46H' where id=1;
-update noar tt set v0='LX0LP5ZNAK38' where id=2;
-update noar ti set v0='LX0LP5ZNAK38' where id=2;
-update noar tt set b0='2NSV3B2M9UIH8AJTXXXRDQ' where id=2;
-update noar ti set b0='2NSV3B2M9UIH8AJTXXXRDQ' where id=2;
-update noar tt set v0='7BVYSTXQ9U7X9Q0ULO89BCZR2S' where id=2;
-update noar ti set v0='7BVYSTXQ9U7X9Q0ULO89BCZR2S' where id=2;
-update noar tt set b1='U9B4KUSO5HXKLYJKWEMWGGLDA4PV0B' where id=2;
-update noar ti set b1='U9B4KUSO5HXKLYJKWEMWGGLDA4PV0B' where id=2;
-update noar tt set v0='TH7PT4B3CQIKZX' where id=2;
-update noar ti set v0='TH7PT4B3CQIKZX' where id=2;
-update noar tt set b2='SXMI1EWOHWD3JVD' where id=2;
-update noar ti set b2='SXMI1EWOHWD3JVD' where id=2;
-update noar tt set v0='Y0Z' where id=3;
-update noar ti set v0='Y0Z' where id=3;
-update noar tt set b0='K6XFB5LF110BPTEW' where id=3;
-update noar ti set b0='K6XFB5LF110BPTEW' where id=3;
-update noar tt set v0='SCQQFA4SM76PN' where id=3;
-update noar ti set v0='SCQQFA4SM76PN' where id=3;
-update noar tt set b1='Q3ENOXHHLVWONA1W8GUE32E1BWIW613M' where id=3;
-update noar ti set b1='Q3ENOXHHLVWONA1W8GUE32E1BWIW613M' where id=3;
-update noar tt set v0='WD0JXHA7UTFKIHHBYR40O' where id=3;
-update noar ti set v0='WD0JXHA7UTFKIHHBYR40O' where id=3;
-update noar tt set b2='P8WQ0SVQ68JDMOUTVQT0V8RSPX' where id=3;
-update noar ti set b2='P8WQ0SVQ68JDMOUTVQT0V8RSPX' where id=3;
-update noar tt set v0='5P' where id=4;
-update noar ti set v0='5P' where id=4;
-update noar tt set b0='1SQE34Q' where id=4;
-update noar ti set b0='1SQE34Q' where id=4;
-update noar tt set v0='6Y402D' where id=4;
-update noar ti set v0='6Y402D' where id=4;
-update noar tt set b1='LLH' where id=4;
-update noar ti set b1='LLH' where id=4;
-update noar tt set v0='XRUZRILLPYHCO6WANEGVC7Q' where id=4;
-update noar ti set v0='XRUZRILLPYHCO6WANEGVC7Q' where id=4;
-update noar tt set b2='KHOJG3ZCT0RIKVCCP78R5OYVJ' where id=4;
-update noar ti set b2='KHOJG3ZCT0RIKVCCP78R5OYVJ' where id=4;
-update noar tt set v0='Y' where id=5;
-update noar ti set v0='Y' where id=5;
-update noar tt set b0='BJG6AHGRBQX' where id=5;
-update noar ti set b0='BJG6AHGRBQX' where id=5;
-update noar tt set v0='MPQZ0QZB62X7Y' where id=5;
-update noar ti set v0='MPQZ0QZB62X7Y' where id=5;
-update noar tt set b1='WA17DYB4XZ1G8SJ9VILXJ5WBNT3FA14O' where id=5;
-update noar ti set b1='WA17DYB4XZ1G8SJ9VILXJ5WBNT3FA14O' where id=5;
-update noar tt set v0='RWWTFR3ZK35PYOGCJR0H49I' where id=5;
-update noar ti set v0='RWWTFR3ZK35PYOGCJR0H49I' where id=5;
-update noar tt set b2='TP' where id=5;
-update noar ti set b2='TP' where id=5;
-update noar tt set v0='0I94Y0RXY' where id=6;
-update noar ti set v0='0I94Y0RXY' where id=6;
-update noar tt set b0='LTKIVTQGWUU6TJ50L3' where id=6;
-update noar ti set b0='LTKIVTQGWUU6TJ50L3' where id=6;
-update noar tt set v0='77' where id=6;
-update noar ti set v0='77' where id=6;
-update noar tt set b1='57B9' where id=6;
-update noar ti set b1='57B9' where id=6;
-update noar tt set v0='JPVK' where id=6;
-update noar ti set v0='JPVK' where id=6;
-update noar tt set b2='7S8UC521SKWPB1YN' where id=6;
-update noar ti set b2='7S8UC521SKWPB1YN' where id=6;
-update noar tt set v0='S7V1DK2PSEEWLVRJ' where id=7;
-update noar ti set v0='S7V1DK2PSEEWLVRJ' where id=7;
-update noar tt set b0='M' where id=7;
-update noar ti set b0='M' where id=7;
-update noar tt set v0='X5SYUQ7G6F33YZT64XINLP2R991U' where id=7;
-update noar ti set v0='X5SYUQ7G6F33YZT64XINLP2R991U' where id=7;
-update noar tt set b1='WC0JTDYM0WUVRAP6D19PNRKN' where id=7;
-update noar ti set b1='WC0JTDYM0WUVRAP6D19PNRKN' where id=7;
-update noar tt set v0='DQ5R' where id=7;
-update noar ti set v0='DQ5R' where id=7;
-update noar tt set b2='L5WL1UCS7D63PK' where id=7;
-update noar ti set b2='L5WL1UCS7D63PK' where id=7;
-update noar tt set v0='FIV2QZXCI6' where id=8;
-update noar ti set v0='FIV2QZXCI6' where id=8;
-update noar tt set b0='Z' where id=8;
-update noar ti set b0='Z' where id=8;
-update noar tt set v0='KYAT0VLE4QGAX' where id=8;
-update noar ti set v0='KYAT0VLE4QGAX' where id=8;
-update noar tt set b1='XWAQN2Q963SD5LF1MH4MIEBCC28I9' where id=8;
-update noar ti set b1='XWAQN2Q963SD5LF1MH4MIEBCC28I9' where id=8;
-update noar tt set v0='UP8M2' where id=8;
-update noar ti set v0='UP8M2' where id=8;
-update noar tt set b2='K' where id=8;
-update noar ti set b2='K' where id=8;
-update noar tt set v0='4AKDGFH0WMDHUTTSAZHHRXTKHT' where id=9;
-update noar ti set v0='4AKDGFH0WMDHUTTSAZHHRXTKHT' where id=9;
-update noar tt set b0='EMJO39' where id=9;
-update noar ti set b0='EMJO39' where id=9;
-update noar tt set v0='R6ZXAJ6IVD761GY15GI4I2SC0256Q' where id=9;
-update noar ti set v0='R6ZXAJ6IVD761GY15GI4I2SC0256Q' where id=9;
-update noar tt set b1='8V' where id=9;
-update noar ti set b1='8V' where id=9;
-update noar tt set v0='MRIN8ORER7BV8U' where id=9;
-update noar ti set v0='MRIN8ORER7BV8U' where id=9;
-update noar tt set b2='AC06BV0K9NCB' where id=9;
-update noar ti set b2='AC06BV0K9NCB' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) not null,
- b0 tinyblob not null,
- b1 tinyblob not null,
- b2 blob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='PQA0U8AOMTTN0SU9USUXC385PTAKN3PZ' where id=1;
-update noar ti set v0='PQA0U8AOMTTN0SU9USUXC385PTAKN3PZ' where id=1;
-update noar tt set b0='LCMBPP' where id=1;
-update noar ti set b0='LCMBPP' where id=1;
-update noar tt set v0='AH8ZSE' where id=1;
-update noar ti set v0='AH8ZSE' where id=1;
-update noar tt set b1='9XYULWMAH90JMDUG1VVG2ACJ35Q7A6O' where id=1;
-update noar ti set b1='9XYULWMAH90JMDUG1VVG2ACJ35Q7A6O' where id=1;
-update noar tt set v0='T6ZQZAIBIGQ' where id=1;
-update noar ti set v0='T6ZQZAIBIGQ' where id=1;
-update noar tt set b2='26G6B' where id=1;
-update noar ti set b2='26G6B' where id=1;
-update noar tt set v0='KWVG4RGVCVQUG447HI15B3' where id=2;
-update noar ti set v0='KWVG4RGVCVQUG447HI15B3' where id=2;
-update noar tt set b0='9S06MYQVTOO8KXX3IN2DRM0ZM0MTLX8C' where id=2;
-update noar ti set b0='9S06MYQVTOO8KXX3IN2DRM0ZM0MTLX8C' where id=2;
-update noar tt set v0='NYKQVR682WY73LJ46X534' where id=2;
-update noar ti set v0='NYKQVR682WY73LJ46X534' where id=2;
-update noar tt set b1='JNR7' where id=2;
-update noar ti set b1='JNR7' where id=2;
-update noar tt set v0='LZGHD' where id=2;
-update noar ti set v0='LZGHD' where id=2;
-update noar tt set b2='F8I901PSU4HD7CMU9IGK6SVZWB27D' where id=2;
-update noar ti set b2='F8I901PSU4HD7CMU9IGK6SVZWB27D' where id=2;
-update noar tt set v0='VA7SDXB4FKE9H69ICCNV51JCO9TQJ0VD' where id=3;
-update noar ti set v0='VA7SDXB4FKE9H69ICCNV51JCO9TQJ0VD' where id=3;
-update noar tt set b0='LBDU1PQOW1FJS1SMMJ34KM0TDXGIY' where id=3;
-update noar ti set b0='LBDU1PQOW1FJS1SMMJ34KM0TDXGIY' where id=3;
-update noar tt set v0='HGB6LP6SZ87D1CHB5CG2' where id=3;
-update noar ti set v0='HGB6LP6SZ87D1CHB5CG2' where id=3;
-update noar tt set b1='4OR' where id=3;
-update noar ti set b1='4OR' where id=3;
-update noar tt set v0='YHEPADHHPLEG7FAB6HLGCR45C7L' where id=3;
-update noar ti set v0='YHEPADHHPLEG7FAB6HLGCR45C7L' where id=3;
-update noar tt set b2='ZM4YUEG9LQXXFWB41' where id=3;
-update noar ti set b2='ZM4YUEG9LQXXFWB41' where id=3;
-update noar tt set v0='DI2G8CM3688G76J0CFBM6JA5O9LM6X' where id=4;
-update noar ti set v0='DI2G8CM3688G76J0CFBM6JA5O9LM6X' where id=4;
-update noar tt set b0='43ENW7LUTWV0R' where id=4;
-update noar ti set b0='43ENW7LUTWV0R' where id=4;
-update noar tt set v0='N' where id=4;
-update noar ti set v0='N' where id=4;
-update noar tt set b1='UMBBU6MVYCK42I7ACK' where id=4;
-update noar ti set b1='UMBBU6MVYCK42I7ACK' where id=4;
-update noar tt set v0='4DFQD' where id=4;
-update noar ti set v0='4DFQD' where id=4;
-update noar tt set b2='T8GL5FTXYIIR487B9A' where id=4;
-update noar ti set b2='T8GL5FTXYIIR487B9A' where id=4;
-update noar tt set v0='VC3A0WRGPZ' where id=5;
-update noar ti set v0='VC3A0WRGPZ' where id=5;
-update noar tt set b0='QG1WQTBLSQ5OX0117EPL' where id=5;
-update noar ti set b0='QG1WQTBLSQ5OX0117EPL' where id=5;
-update noar tt set v0='LMJ3B63T0RKW1PY6PKA3V3JBP' where id=5;
-update noar ti set v0='LMJ3B63T0RKW1PY6PKA3V3JBP' where id=5;
-update noar tt set b1='E5Y' where id=5;
-update noar ti set b1='E5Y' where id=5;
-update noar tt set v0='41I5732CA8FNMWFR9S9' where id=5;
-update noar ti set v0='41I5732CA8FNMWFR9S9' where id=5;
-update noar tt set b2='RYAIU39QF00IHDN38OGC' where id=5;
-update noar ti set b2='RYAIU39QF00IHDN38OGC' where id=5;
-update noar tt set v0='I8RJB9RDL8JPYMY8S81N1N' where id=6;
-update noar ti set v0='I8RJB9RDL8JPYMY8S81N1N' where id=6;
-update noar tt set b0='O80GCRGKEU' where id=6;
-update noar ti set b0='O80GCRGKEU' where id=6;
-update noar tt set v0='R6XD8JUP4B1H3PRP' where id=6;
-update noar ti set v0='R6XD8JUP4B1H3PRP' where id=6;
-update noar tt set b1='U2P30RM7JDIXGTG2IA8H33IGEQKA99' where id=6;
-update noar ti set b1='U2P30RM7JDIXGTG2IA8H33IGEQKA99' where id=6;
-update noar tt set v0='63DKVNZHNN0' where id=6;
-update noar ti set v0='63DKVNZHNN0' where id=6;
-update noar tt set b2='FSTAA6AUZLYLT3F9' where id=6;
-update noar ti set b2='FSTAA6AUZLYLT3F9' where id=6;
-update noar tt set v0='X7E9TW3BK' where id=7;
-update noar ti set v0='X7E9TW3BK' where id=7;
-update noar tt set b0='NQLIZ13XOI7NLODXN' where id=7;
-update noar ti set b0='NQLIZ13XOI7NLODXN' where id=7;
-update noar tt set v0='9VGQ3IK7222SRVTW7Q6C60O60BGTX' where id=7;
-update noar ti set v0='9VGQ3IK7222SRVTW7Q6C60O60BGTX' where id=7;
-update noar tt set b1='OV3TRV2LWC16R2Q' where id=7;
-update noar ti set b1='OV3TRV2LWC16R2Q' where id=7;
-update noar tt set v0='MWKKZJ3GL5KLCTZWV6GX' where id=7;
-update noar ti set v0='MWKKZJ3GL5KLCTZWV6GX' where id=7;
-update noar tt set b2='T46QEM927MDPU16R' where id=7;
-update noar ti set b2='T46QEM927MDPU16R' where id=7;
-update noar tt set v0='0RSGX' where id=8;
-update noar ti set v0='0RSGX' where id=8;
-update noar tt set b0='HT37NEDB1WXQ3855' where id=8;
-update noar ti set b0='HT37NEDB1WXQ3855' where id=8;
-update noar tt set v0='AHNZ1LK3OX7T7AJCJ4HNNI' where id=8;
-update noar ti set v0='AHNZ1LK3OX7T7AJCJ4HNNI' where id=8;
-update noar tt set b1='XBNBB2QG5' where id=8;
-update noar ti set b1='XBNBB2QG5' where id=8;
-update noar tt set v0='95C5HUKGZBLFI5ON4BS42GSH8' where id=8;
-update noar ti set v0='95C5HUKGZBLFI5ON4BS42GSH8' where id=8;
-update noar tt set b2='V6Q7T5NKSMM2TPD4LM9IJ22QFJRESPY0' where id=8;
-update noar ti set b2='V6Q7T5NKSMM2TPD4LM9IJ22QFJRESPY0' where id=8;
-update noar tt set v0='JFN0P8CFP8J4SVPUA7EUIC' where id=9;
-update noar ti set v0='JFN0P8CFP8J4SVPUA7EUIC' where id=9;
-update noar tt set b0='95HOEIDJUK0POO7C0CLNBW9FXXK' where id=9;
-update noar ti set b0='95HOEIDJUK0POO7C0CLNBW9FXXK' where id=9;
-update noar tt set v0='70IPM' where id=9;
-update noar ti set v0='70IPM' where id=9;
-update noar tt set b1='8Q' where id=9;
-update noar ti set b1='8Q' where id=9;
-update noar tt set v0='UYS1XSNQ' where id=9;
-update noar ti set v0='UYS1XSNQ' where id=9;
-update noar tt set b2='JWKAH0' where id=9;
-update noar ti set b2='JWKAH0' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) not null,
- b0 tinyblob not null,
- b1 tinyblob not null,
- b2 blob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='VY8' where id=1;
-update noar ti set v0='VY8' where id=1;
-update noar tt set b0='X2P0YGHY4R437' where id=1;
-update noar ti set b0='X2P0YGHY4R437' where id=1;
-update noar tt set v0='4DP0EL8WK0RDZYZ4ICS3V' where id=1;
-update noar ti set v0='4DP0EL8WK0RDZYZ4ICS3V' where id=1;
-update noar tt set b1='E' where id=1;
-update noar ti set b1='E' where id=1;
-update noar tt set v0='9NEV08TH95QF' where id=1;
-update noar ti set v0='9NEV08TH95QF' where id=1;
-update noar tt set b2='0P6FW9QRC66S3WI78VH4L' where id=1;
-update noar ti set b2='0P6FW9QRC66S3WI78VH4L' where id=1;
-update noar tt set v0='VKCLFL5J8QJ6L931Y4E8' where id=2;
-update noar ti set v0='VKCLFL5J8QJ6L931Y4E8' where id=2;
-update noar tt set b0='M4YM3DU5X363CCO' where id=2;
-update noar ti set b0='M4YM3DU5X363CCO' where id=2;
-update noar tt set v0='B208818XS6PVAN8D2DP0NHK73K829Z' where id=2;
-update noar ti set v0='B208818XS6PVAN8D2DP0NHK73K829Z' where id=2;
-update noar tt set b1='QEE9916C0K2P2LVNIFYW32MTDO5MCL' where id=2;
-update noar ti set b1='QEE9916C0K2P2LVNIFYW32MTDO5MCL' where id=2;
-update noar tt set v0='5T81QTWD0VP5HN2W7JX5GK' where id=2;
-update noar ti set v0='5T81QTWD0VP5HN2W7JX5GK' where id=2;
-update noar tt set b2='EMIQD8DJ3PZ67YSJ' where id=2;
-update noar ti set b2='EMIQD8DJ3PZ67YSJ' where id=2;
-update noar tt set v0='GM0J5TMT5B7OTMDL7UVD' where id=3;
-update noar ti set v0='GM0J5TMT5B7OTMDL7UVD' where id=3;
-update noar tt set b0='TRGLG5' where id=3;
-update noar ti set b0='TRGLG5' where id=3;
-update noar tt set v0='6P' where id=3;
-update noar ti set v0='6P' where id=3;
-update noar tt set b1='8JI5TNDWBE9' where id=3;
-update noar ti set b1='8JI5TNDWBE9' where id=3;
-update noar tt set v0='2PO3AP0TZKHUJ2' where id=3;
-update noar ti set v0='2PO3AP0TZKHUJ2' where id=3;
-update noar tt set b2='W5736CY1SH9QY2785CN7IGON1RB' where id=3;
-update noar ti set b2='W5736CY1SH9QY2785CN7IGON1RB' where id=3;
-update noar tt set v0='K2DHG0' where id=4;
-update noar ti set v0='K2DHG0' where id=4;
-update noar tt set b0='GSLZ8M9YMTHGXQGY59TCL7' where id=4;
-update noar ti set b0='GSLZ8M9YMTHGXQGY59TCL7' where id=4;
-update noar tt set v0='ZHAH3O9B1JN1D526JE6PC3XJ6W4HN8KL' where id=4;
-update noar ti set v0='ZHAH3O9B1JN1D526JE6PC3XJ6W4HN8KL' where id=4;
-update noar tt set b1='M2UMTZD4N68LKNZ' where id=4;
-update noar ti set b1='M2UMTZD4N68LKNZ' where id=4;
-update noar tt set v0='KQFOM64' where id=4;
-update noar ti set v0='KQFOM64' where id=4;
-update noar tt set b2='FC2SY3' where id=4;
-update noar ti set b2='FC2SY3' where id=4;
-update noar tt set v0='ABRFPIUA0PI5OMV8BQ' where id=5;
-update noar ti set v0='ABRFPIUA0PI5OMV8BQ' where id=5;
-update noar tt set b0='47ESUSFE93S92AEKPL3' where id=5;
-update noar ti set b0='47ESUSFE93S92AEKPL3' where id=5;
-update noar tt set v0='W6QW2KQVVWEPOHNZ77RMRB27LB9' where id=5;
-update noar ti set v0='W6QW2KQVVWEPOHNZ77RMRB27LB9' where id=5;
-update noar tt set b1='AUIZY8VJI24KCGKOSNFN3DQBYSQ' where id=5;
-update noar ti set b1='AUIZY8VJI24KCGKOSNFN3DQBYSQ' where id=5;
-update noar tt set v0='UKWWN8F72MVX2DWKDLBEY3HBSZI9MK' where id=5;
-update noar ti set v0='UKWWN8F72MVX2DWKDLBEY3HBSZI9MK' where id=5;
-update noar tt set b2='WN4KJXBY2UEV6V6R1LSG4HN' where id=5;
-update noar ti set b2='WN4KJXBY2UEV6V6R1LSG4HN' where id=5;
-update noar tt set v0='NK4319E7VFJX0PLDPEC7T0PDRX5ECR9R' where id=6;
-update noar ti set v0='NK4319E7VFJX0PLDPEC7T0PDRX5ECR9R' where id=6;
-update noar tt set b0='QKSISHTBPRBWV712T0UFVN3UOTUJ6L1' where id=6;
-update noar ti set b0='QKSISHTBPRBWV712T0UFVN3UOTUJ6L1' where id=6;
-update noar tt set v0='UF378DK06HJJP6B8D5LTR9Q68FV' where id=6;
-update noar ti set v0='UF378DK06HJJP6B8D5LTR9Q68FV' where id=6;
-update noar tt set b1='DRZFMIHB1DJ53BNAG98F' where id=6;
-update noar ti set b1='DRZFMIHB1DJ53BNAG98F' where id=6;
-update noar tt set v0='R1UZ4QO41WMYL37QSSG9JP0O8O01' where id=6;
-update noar ti set v0='R1UZ4QO41WMYL37QSSG9JP0O8O01' where id=6;
-update noar tt set b2='GBH55CHC9VJNM5EBW2H1DH9AP1V' where id=6;
-update noar ti set b2='GBH55CHC9VJNM5EBW2H1DH9AP1V' where id=6;
-update noar tt set v0='EW050M4VTKQDO1' where id=7;
-update noar ti set v0='EW050M4VTKQDO1' where id=7;
-update noar tt set b0='F8AWRYREIYO8W9OQU' where id=7;
-update noar ti set b0='F8AWRYREIYO8W9OQU' where id=7;
-update noar tt set v0='T6KSNPYHF9' where id=7;
-update noar ti set v0='T6KSNPYHF9' where id=7;
-update noar tt set b1='X5XT8NOQBFC7U28QCA' where id=7;
-update noar ti set b1='X5XT8NOQBFC7U28QCA' where id=7;
-update noar tt set v0='GIDSBSEGU' where id=7;
-update noar ti set v0='GIDSBSEGU' where id=7;
-update noar tt set b2='7U' where id=7;
-update noar ti set b2='7U' where id=7;
-update noar tt set v0='1EKP5Y1W5CIW1' where id=8;
-update noar ti set v0='1EKP5Y1W5CIW1' where id=8;
-update noar tt set b0='EXZ92X5VWX8P6WLLE64BMHM71YPI' where id=8;
-update noar ti set b0='EXZ92X5VWX8P6WLLE64BMHM71YPI' where id=8;
-update noar tt set v0='XWBX7HF9MSKR6GKWNZ' where id=8;
-update noar ti set v0='XWBX7HF9MSKR6GKWNZ' where id=8;
-update noar tt set b1='3CXWM0LG' where id=8;
-update noar ti set b1='3CXWM0LG' where id=8;
-update noar tt set v0='X4CBCX6B' where id=8;
-update noar ti set v0='X4CBCX6B' where id=8;
-update noar tt set b2='B80QYQFOODWF9MDYBZXP5H7P6OL0OIYL' where id=8;
-update noar ti set b2='B80QYQFOODWF9MDYBZXP5H7P6OL0OIYL' where id=8;
-update noar tt set v0='DU3XMYOBFH6URS0ZE7P2D2UQ9Q0' where id=9;
-update noar ti set v0='DU3XMYOBFH6URS0ZE7P2D2UQ9Q0' where id=9;
-update noar tt set b0='H9TWUAX675GZCY3RMK6M2L' where id=9;
-update noar ti set b0='H9TWUAX675GZCY3RMK6M2L' where id=9;
-update noar tt set v0='0AZ3' where id=9;
-update noar ti set v0='0AZ3' where id=9;
-update noar tt set b1='1FKK4UEX8LM046B' where id=9;
-update noar ti set b1='1FKK4UEX8LM046B' where id=9;
-update noar tt set v0='XUL0HW' where id=9;
-update noar ti set v0='XUL0HW' where id=9;
-update noar tt set b2='62ERQT2YSTVSYXGK5SCDCKKIJ' where id=9;
-update noar ti set b2='62ERQT2YSTVSYXGK5SCDCKKIJ' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) null,
- b0 tinyblob null,
- b1 tinyblob null,
- b2 mediumblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='QLNH00EHACD53HBGH48S1WXQT4I3' where id=1;
-update noar ti set v0='QLNH00EHACD53HBGH48S1WXQT4I3' where id=1;
-update noar tt set b0='K04JDSV1O1J1SBOYPJ43E7BNNLPGPG2P' where id=1;
-update noar ti set b0='K04JDSV1O1J1SBOYPJ43E7BNNLPGPG2P' where id=1;
-update noar tt set v0='Q44LT7ABYHY4LGRWUMRM' where id=1;
-update noar ti set v0='Q44LT7ABYHY4LGRWUMRM' where id=1;
-update noar tt set b1='20KLS720GMVW8L0' where id=1;
-update noar ti set b1='20KLS720GMVW8L0' where id=1;
-update noar tt set v0='8IGESBH9Z56YGGXON' where id=1;
-update noar ti set v0='8IGESBH9Z56YGGXON' where id=1;
-update noar tt set b2='OD68NJ4JBCC1I2JN57' where id=1;
-update noar ti set b2='OD68NJ4JBCC1I2JN57' where id=1;
-update noar tt set v0='UE2NFRIXZ5EJT' where id=2;
-update noar ti set v0='UE2NFRIXZ5EJT' where id=2;
-update noar tt set b0='4NPR1ZAD7UF' where id=2;
-update noar ti set b0='4NPR1ZAD7UF' where id=2;
-update noar tt set v0='QBQHJLECGHY2A2VXI' where id=2;
-update noar ti set v0='QBQHJLECGHY2A2VXI' where id=2;
-update noar tt set b1='UZOF7OUH6FW5LY4IPVI7ZJR9WYHAX8L' where id=2;
-update noar ti set b1='UZOF7OUH6FW5LY4IPVI7ZJR9WYHAX8L' where id=2;
-update noar tt set v0='9L141WWUD0C2ZV7JMSUGY7S' where id=2;
-update noar ti set v0='9L141WWUD0C2ZV7JMSUGY7S' where id=2;
-update noar tt set b2='FBQPDF940H02PEMIAI' where id=2;
-update noar ti set b2='FBQPDF940H02PEMIAI' where id=2;
-update noar tt set v0='1SEV89PAKLVPZLVJUHCJL4RE' where id=3;
-update noar ti set v0='1SEV89PAKLVPZLVJUHCJL4RE' where id=3;
-update noar tt set b0='H5VTPAY3NLIRQH3G4DK7UJL8IN' where id=3;
-update noar ti set b0='H5VTPAY3NLIRQH3G4DK7UJL8IN' where id=3;
-update noar tt set v0='4M67PM4KZ25XMZ' where id=3;
-update noar ti set v0='4M67PM4KZ25XMZ' where id=3;
-update noar tt set b1='7T5JPEM9IL28AIL' where id=3;
-update noar ti set b1='7T5JPEM9IL28AIL' where id=3;
-update noar tt set v0='G0RCT5YHZGGSQK2MIE3JNC' where id=3;
-update noar ti set v0='G0RCT5YHZGGSQK2MIE3JNC' where id=3;
-update noar tt set b2='C9JU' where id=3;
-update noar ti set b2='C9JU' where id=3;
-update noar tt set v0='ZRAG8IP8S3MEDVSMMSBQQCF6OQ8VJAH9' where id=4;
-update noar ti set v0='ZRAG8IP8S3MEDVSMMSBQQCF6OQ8VJAH9' where id=4;
-update noar tt set b0='PP2CVNVO7GNCKHHKYKUEPW' where id=4;
-update noar ti set b0='PP2CVNVO7GNCKHHKYKUEPW' where id=4;
-update noar tt set v0='PSFHC1AUFYBEZ7I64V3766RWJ' where id=4;
-update noar ti set v0='PSFHC1AUFYBEZ7I64V3766RWJ' where id=4;
-update noar tt set b1='AUVBG3YEULUUGVZLMS7JJZ' where id=4;
-update noar ti set b1='AUVBG3YEULUUGVZLMS7JJZ' where id=4;
-update noar tt set v0='0PAQSL4ST8SBIHYNY0YHCW6H' where id=4;
-update noar ti set v0='0PAQSL4ST8SBIHYNY0YHCW6H' where id=4;
-update noar tt set b2='AK8PSI77WH1' where id=4;
-update noar ti set b2='AK8PSI77WH1' where id=4;
-update noar tt set v0='IWEOB12HV1N9ZW6653YDJV' where id=5;
-update noar ti set v0='IWEOB12HV1N9ZW6653YDJV' where id=5;
-update noar tt set b0='CK0DBGO52T0L0WXZGTEX440VIFFK' where id=5;
-update noar ti set b0='CK0DBGO52T0L0WXZGTEX440VIFFK' where id=5;
-update noar tt set v0='7Y0SH837Y9LE4O3P41' where id=5;
-update noar ti set v0='7Y0SH837Y9LE4O3P41' where id=5;
-update noar tt set b1='JHVHRTV3' where id=5;
-update noar ti set b1='JHVHRTV3' where id=5;
-update noar tt set v0='N76JP' where id=5;
-update noar ti set v0='N76JP' where id=5;
-update noar tt set b2='NM' where id=5;
-update noar ti set b2='NM' where id=5;
-update noar tt set v0='RC0INFBHY8E' where id=6;
-update noar ti set v0='RC0INFBHY8E' where id=6;
-update noar tt set b0='YYIN55CU7F21J5IPDW9V3NU' where id=6;
-update noar ti set b0='YYIN55CU7F21J5IPDW9V3NU' where id=6;
-update noar tt set v0='SBFY48ZNF5H5DH' where id=6;
-update noar ti set v0='SBFY48ZNF5H5DH' where id=6;
-update noar tt set b1='L21LI3R625D2YJGAFP' where id=6;
-update noar ti set b1='L21LI3R625D2YJGAFP' where id=6;
-update noar tt set v0='LMUD0LNEI1MU3M1' where id=6;
-update noar ti set v0='LMUD0LNEI1MU3M1' where id=6;
-update noar tt set b2='SN23OYXBUAD3GV' where id=6;
-update noar ti set b2='SN23OYXBUAD3GV' where id=6;
-update noar tt set v0='3JOBCL2CC5NTUGQWZ45MXVD' where id=7;
-update noar ti set v0='3JOBCL2CC5NTUGQWZ45MXVD' where id=7;
-update noar tt set b0='K134GIICU4LB7XP4V94BCJCVLEF4ZQDY' where id=7;
-update noar ti set b0='K134GIICU4LB7XP4V94BCJCVLEF4ZQDY' where id=7;
-update noar tt set v0='7U5AE7T8BQ8JDZSGAYO5V' where id=7;
-update noar ti set v0='7U5AE7T8BQ8JDZSGAYO5V' where id=7;
-update noar tt set b1='DNH2DYGAHWXHDTEJ7D2' where id=7;
-update noar ti set b1='DNH2DYGAHWXHDTEJ7D2' where id=7;
-update noar tt set v0='S1ALXBHH6UCIBT6OUVUC9Z91AS' where id=7;
-update noar ti set v0='S1ALXBHH6UCIBT6OUVUC9Z91AS' where id=7;
-update noar tt set b2='Z9GUG6A8O' where id=7;
-update noar ti set b2='Z9GUG6A8O' where id=7;
-update noar tt set v0='3FA5MX4LGENPB3EWFVFG8G3UFY' where id=8;
-update noar ti set v0='3FA5MX4LGENPB3EWFVFG8G3UFY' where id=8;
-update noar tt set b0='AL92PTHOTGVKKMFF8QF' where id=8;
-update noar ti set b0='AL92PTHOTGVKKMFF8QF' where id=8;
-update noar tt set v0='E4IC' where id=8;
-update noar ti set v0='E4IC' where id=8;
-update noar tt set b1='I4MWW2IRV4OTC9YCS28NQWV07XGE2MY' where id=8;
-update noar ti set b1='I4MWW2IRV4OTC9YCS28NQWV07XGE2MY' where id=8;
-update noar tt set v0='0RWACQZLJPQLRI3G0K19VLZ' where id=8;
-update noar ti set v0='0RWACQZLJPQLRI3G0K19VLZ' where id=8;
-update noar tt set b2='W8OA' where id=8;
-update noar ti set b2='W8OA' where id=8;
-update noar tt set v0='ETZIGE' where id=9;
-update noar ti set v0='ETZIGE' where id=9;
-update noar tt set b0='4SH3UBYZ6NEYPVKJ0PKCM' where id=9;
-update noar ti set b0='4SH3UBYZ6NEYPVKJ0PKCM' where id=9;
-update noar tt set v0='AILZHIRDBKOV' where id=9;
-update noar ti set v0='AILZHIRDBKOV' where id=9;
-update noar tt set b1='D4KDH28I6P4EIVVBB0P15EE24DG6X' where id=9;
-update noar ti set b1='D4KDH28I6P4EIVVBB0P15EE24DG6X' where id=9;
-update noar tt set v0='S9AXZ6GKNJWCT6GU9T2YFJKAFTF1O3' where id=9;
-update noar ti set v0='S9AXZ6GKNJWCT6GU9T2YFJKAFTF1O3' where id=9;
-update noar tt set b2='QFJ1MXK4W39DVD77U53IPIFDT1P' where id=9;
-update noar ti set b2='QFJ1MXK4W39DVD77U53IPIFDT1P' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) null,
- b0 tinyblob null,
- b1 tinyblob null,
- b2 mediumblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='QU22E82U77' where id=1;
-update noar ti set v0='QU22E82U77' where id=1;
-update noar tt set b0='ST3F5ZE5C8KCF1EV' where id=1;
-update noar ti set b0='ST3F5ZE5C8KCF1EV' where id=1;
-update noar tt set v0='1884Z8G7M5WO78B3B2XHGNRB5VGDV' where id=1;
-update noar ti set v0='1884Z8G7M5WO78B3B2XHGNRB5VGDV' where id=1;
-update noar tt set b1='YZC' where id=1;
-update noar ti set b1='YZC' where id=1;
-update noar tt set v0='GX9S71R6LZUZ5UW1FK38BT1L' where id=1;
-update noar ti set v0='GX9S71R6LZUZ5UW1FK38BT1L' where id=1;
-update noar tt set b2='8IM6W09ATIJVY79O7LCEPV9FCQ67' where id=1;
-update noar ti set b2='8IM6W09ATIJVY79O7LCEPV9FCQ67' where id=1;
-update noar tt set v0='W3U5T4H3ORGRI6RS44XX2KIM' where id=2;
-update noar ti set v0='W3U5T4H3ORGRI6RS44XX2KIM' where id=2;
-update noar tt set b0='U8R3TPXZBWZNVOLBRO8TCWR5TE' where id=2;
-update noar ti set b0='U8R3TPXZBWZNVOLBRO8TCWR5TE' where id=2;
-update noar tt set v0='L9AO05MW638GWS7SX5ID221' where id=2;
-update noar ti set v0='L9AO05MW638GWS7SX5ID221' where id=2;
-update noar tt set b1='SD99B5' where id=2;
-update noar ti set b1='SD99B5' where id=2;
-update noar tt set v0='UPMFXV2NDXRPATQ7978Z8LPJOYE3' where id=2;
-update noar ti set v0='UPMFXV2NDXRPATQ7978Z8LPJOYE3' where id=2;
-update noar tt set b2='HU8TE' where id=2;
-update noar ti set b2='HU8TE' where id=2;
-update noar tt set v0='ULT0MMPPM7OK9O4624QTS' where id=3;
-update noar ti set v0='ULT0MMPPM7OK9O4624QTS' where id=3;
-update noar tt set b0='OZMILYDFOMCXPYB' where id=3;
-update noar ti set b0='OZMILYDFOMCXPYB' where id=3;
-update noar tt set v0='AIATAVCG6GZRMBUEG7GXT2BOFK4USQ1' where id=3;
-update noar ti set v0='AIATAVCG6GZRMBUEG7GXT2BOFK4USQ1' where id=3;
-update noar tt set b1='02I6F3BHNUC9' where id=3;
-update noar ti set b1='02I6F3BHNUC9' where id=3;
-update noar tt set v0='D25NC7B' where id=3;
-update noar ti set v0='D25NC7B' where id=3;
-update noar tt set b2='30LOQD1MD0TOX3D51L6ZBJ' where id=3;
-update noar ti set b2='30LOQD1MD0TOX3D51L6ZBJ' where id=3;
-update noar tt set v0='RNS0LJROE' where id=4;
-update noar ti set v0='RNS0LJROE' where id=4;
-update noar tt set b0='I8EZDWMSQZ4Z30ESTE1M' where id=4;
-update noar ti set b0='I8EZDWMSQZ4Z30ESTE1M' where id=4;
-update noar tt set v0='N8A10WJ1LO0EGJCTOIXAG0OF8QF' where id=4;
-update noar ti set v0='N8A10WJ1LO0EGJCTOIXAG0OF8QF' where id=4;
-update noar tt set b1='8K' where id=4;
-update noar ti set b1='8K' where id=4;
-update noar tt set v0='ZSZQ1MHUQNGOISN7T7' where id=4;
-update noar ti set v0='ZSZQ1MHUQNGOISN7T7' where id=4;
-update noar tt set b2='DN7UYJP8O5N8F8GW9MST7Z' where id=4;
-update noar ti set b2='DN7UYJP8O5N8F8GW9MST7Z' where id=4;
-update noar tt set v0='23R1AUUMHFSN2R8R44XOSMBLI' where id=5;
-update noar ti set v0='23R1AUUMHFSN2R8R44XOSMBLI' where id=5;
-update noar tt set b0='VD94PIRUU' where id=5;
-update noar ti set b0='VD94PIRUU' where id=5;
-update noar tt set v0='166ZU4F0WEXD3HJAJTE2RXXJSOAKI' where id=5;
-update noar ti set v0='166ZU4F0WEXD3HJAJTE2RXXJSOAKI' where id=5;
-update noar tt set b1='YCW3NVRO' where id=5;
-update noar ti set b1='YCW3NVRO' where id=5;
-update noar tt set v0='TO54LKA9R42ES8HY2ICDO07' where id=5;
-update noar ti set v0='TO54LKA9R42ES8HY2ICDO07' where id=5;
-update noar tt set b2='91OLCN23499UQB40L5' where id=5;
-update noar ti set b2='91OLCN23499UQB40L5' where id=5;
-update noar tt set v0='ZG6QNIWGCANQO630A6AXKLG' where id=6;
-update noar ti set v0='ZG6QNIWGCANQO630A6AXKLG' where id=6;
-update noar tt set b0='WL4FRF2VDXLC8GC4V6BZ8NC' where id=6;
-update noar ti set b0='WL4FRF2VDXLC8GC4V6BZ8NC' where id=6;
-update noar tt set v0='TX3MFADKV55E6YH7Z9' where id=6;
-update noar ti set v0='TX3MFADKV55E6YH7Z9' where id=6;
-update noar tt set b1='LZBR' where id=6;
-update noar ti set b1='LZBR' where id=6;
-update noar tt set v0='EJ0SJO87NA1' where id=6;
-update noar ti set v0='EJ0SJO87NA1' where id=6;
-update noar tt set b2='18C4CTA6DT1U2ZVTO' where id=6;
-update noar ti set b2='18C4CTA6DT1U2ZVTO' where id=6;
-update noar tt set v0='L2LVFZPT0E01F5Y9D' where id=7;
-update noar ti set v0='L2LVFZPT0E01F5Y9D' where id=7;
-update noar tt set b0='16ZYKJTF' where id=7;
-update noar ti set b0='16ZYKJTF' where id=7;
-update noar tt set v0='XOWMD8EC3WC' where id=7;
-update noar ti set v0='XOWMD8EC3WC' where id=7;
-update noar tt set b1='WZHECOX9J8VQ1GXH0S2EO518GR' where id=7;
-update noar ti set b1='WZHECOX9J8VQ1GXH0S2EO518GR' where id=7;
-update noar tt set v0='QTU2SSON9T8FC' where id=7;
-update noar ti set v0='QTU2SSON9T8FC' where id=7;
-update noar tt set b2='R0J247T7UOTUU8P' where id=7;
-update noar ti set b2='R0J247T7UOTUU8P' where id=7;
-update noar tt set v0='DM5R1K7PX7R270HOJR1L00SJHYPLAB3Y' where id=8;
-update noar ti set v0='DM5R1K7PX7R270HOJR1L00SJHYPLAB3Y' where id=8;
-update noar tt set b0='HTR7Y9MQSFPNXJF5ZQSJ0' where id=8;
-update noar ti set b0='HTR7Y9MQSFPNXJF5ZQSJ0' where id=8;
-update noar tt set v0='JQBMFJCE37N' where id=8;
-update noar ti set v0='JQBMFJCE37N' where id=8;
-update noar tt set b1='1U' where id=8;
-update noar ti set b1='1U' where id=8;
-update noar tt set v0='51SE5CIRX4NUPHLJI9' where id=8;
-update noar ti set v0='51SE5CIRX4NUPHLJI9' where id=8;
-update noar tt set b2='7Y2MPAN' where id=8;
-update noar ti set b2='7Y2MPAN' where id=8;
-update noar tt set v0='97DBNRTK0MMBMJM5QIBPG' where id=9;
-update noar ti set v0='97DBNRTK0MMBMJM5QIBPG' where id=9;
-update noar tt set b0='KEJ3KBMFC9Q387YIG40S' where id=9;
-update noar ti set b0='KEJ3KBMFC9Q387YIG40S' where id=9;
-update noar tt set v0='KHPAIQAEF4' where id=9;
-update noar ti set v0='KHPAIQAEF4' where id=9;
-update noar tt set b1='NPH61C' where id=9;
-update noar ti set b1='NPH61C' where id=9;
-update noar tt set v0='M3EK88D5Z70HXPC' where id=9;
-update noar ti set v0='M3EK88D5Z70HXPC' where id=9;
-update noar tt set b2='NUACWYEZB35HZBQ4' where id=9;
-update noar ti set b2='NUACWYEZB35HZBQ4' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) not null,
- b0 tinyblob not null,
- b1 tinyblob not null,
- b2 mediumblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='518' where id=1;
-update noar ti set v0='518' where id=1;
-update noar tt set b0='RQQ9962CCUS46HP' where id=1;
-update noar ti set b0='RQQ9962CCUS46HP' where id=1;
-update noar tt set v0='X6Q9KPZMBIDCTRABAVMD63JSIJV74RV3' where id=1;
-update noar ti set v0='X6Q9KPZMBIDCTRABAVMD63JSIJV74RV3' where id=1;
-update noar tt set b1='M648B4FLGLXBFP46D72' where id=1;
-update noar ti set b1='M648B4FLGLXBFP46D72' where id=1;
-update noar tt set v0='I08J13M8D' where id=1;
-update noar ti set v0='I08J13M8D' where id=1;
-update noar tt set b2='LDB' where id=1;
-update noar ti set b2='LDB' where id=1;
-update noar tt set v0='BJHUP61957IHKUUWNF3QDN3EB8K9W' where id=2;
-update noar ti set v0='BJHUP61957IHKUUWNF3QDN3EB8K9W' where id=2;
-update noar tt set b0='56Y' where id=2;
-update noar ti set b0='56Y' where id=2;
-update noar tt set v0='581YJ6O5N9MF2APEVE8VL' where id=2;
-update noar ti set v0='581YJ6O5N9MF2APEVE8VL' where id=2;
-update noar tt set b1='7EY309BU9X4Y5UOU74NI8CN0VJ3GZOZY' where id=2;
-update noar ti set b1='7EY309BU9X4Y5UOU74NI8CN0VJ3GZOZY' where id=2;
-update noar tt set v0='80A07PE' where id=2;
-update noar ti set v0='80A07PE' where id=2;
-update noar tt set b2='TWFE29UXN00DE13JHSGB' where id=2;
-update noar ti set b2='TWFE29UXN00DE13JHSGB' where id=2;
-update noar tt set v0='4' where id=3;
-update noar ti set v0='4' where id=3;
-update noar tt set b0='NLGJPXPBIUPNYYCOXGZN7141XCBJBKQS' where id=3;
-update noar ti set b0='NLGJPXPBIUPNYYCOXGZN7141XCBJBKQS' where id=3;
-update noar tt set v0='SW281Y4MB4LLBO0BFJ7SYHC2HMT' where id=3;
-update noar ti set v0='SW281Y4MB4LLBO0BFJ7SYHC2HMT' where id=3;
-update noar tt set b1='BWH3VF268PP9' where id=3;
-update noar ti set b1='BWH3VF268PP9' where id=3;
-update noar tt set v0='WQTKM50JKV0AD4LJVALOI' where id=3;
-update noar ti set v0='WQTKM50JKV0AD4LJVALOI' where id=3;
-update noar tt set b2='VLZCD9DJIXQUQB8IHU' where id=3;
-update noar ti set b2='VLZCD9DJIXQUQB8IHU' where id=3;
-update noar tt set v0='ZRF2L32JJF2MVFF26GEZ5E6RMCH26KRY' where id=4;
-update noar ti set v0='ZRF2L32JJF2MVFF26GEZ5E6RMCH26KRY' where id=4;
-update noar tt set b0='T1V15H7QOGXNTN08G4QUYK' where id=4;
-update noar ti set b0='T1V15H7QOGXNTN08G4QUYK' where id=4;
-update noar tt set v0='3' where id=4;
-update noar ti set v0='3' where id=4;
-update noar tt set b1='OM' where id=4;
-update noar ti set b1='OM' where id=4;
-update noar tt set v0='G1GAOWQ5LFA7ECZU0M9JOFLB2CPD' where id=4;
-update noar ti set v0='G1GAOWQ5LFA7ECZU0M9JOFLB2CPD' where id=4;
-update noar tt set b2='1WA1R' where id=4;
-update noar ti set b2='1WA1R' where id=4;
-update noar tt set v0='XN8X2MWVMMN' where id=5;
-update noar ti set v0='XN8X2MWVMMN' where id=5;
-update noar tt set b0='S6' where id=5;
-update noar ti set b0='S6' where id=5;
-update noar tt set v0='N8BGHSTLQIERFZ3ZN6' where id=5;
-update noar ti set v0='N8BGHSTLQIERFZ3ZN6' where id=5;
-update noar tt set b1='QQZBHL2X' where id=5;
-update noar ti set b1='QQZBHL2X' where id=5;
-update noar tt set v0='E4PE1DWIG' where id=5;
-update noar ti set v0='E4PE1DWIG' where id=5;
-update noar tt set b2='D0TRPD5U6R8LGPI99HJLO' where id=5;
-update noar ti set b2='D0TRPD5U6R8LGPI99HJLO' where id=5;
-update noar tt set v0='PJO8GX48CGMWHDIYNCIVADLZ3' where id=6;
-update noar ti set v0='PJO8GX48CGMWHDIYNCIVADLZ3' where id=6;
-update noar tt set b0='DUORPEZ' where id=6;
-update noar ti set b0='DUORPEZ' where id=6;
-update noar tt set v0='1MF' where id=6;
-update noar ti set v0='1MF' where id=6;
-update noar tt set b1='PCMBLJ9IP3U' where id=6;
-update noar ti set b1='PCMBLJ9IP3U' where id=6;
-update noar tt set v0='UHS2GSZRDOD1' where id=6;
-update noar ti set v0='UHS2GSZRDOD1' where id=6;
-update noar tt set b2='KMT54' where id=6;
-update noar ti set b2='KMT54' where id=6;
-update noar tt set v0='KSP2MC0KU0E8XEWN8C3BKDTY' where id=7;
-update noar ti set v0='KSP2MC0KU0E8XEWN8C3BKDTY' where id=7;
-update noar tt set b0='0JODYLCAKROICLOGQU35QS2VLAZD' where id=7;
-update noar ti set b0='0JODYLCAKROICLOGQU35QS2VLAZD' where id=7;
-update noar tt set v0='AX6PQEXI' where id=7;
-update noar ti set v0='AX6PQEXI' where id=7;
-update noar tt set b1='ZACOTHOFOXWPNGEZH8GCLL99V4QWQQ' where id=7;
-update noar ti set b1='ZACOTHOFOXWPNGEZH8GCLL99V4QWQQ' where id=7;
-update noar tt set v0='MV6202' where id=7;
-update noar ti set v0='MV6202' where id=7;
-update noar tt set b2='6MX7QGQ9ZBR5FAAOIPW' where id=7;
-update noar ti set b2='6MX7QGQ9ZBR5FAAOIPW' where id=7;
-update noar tt set v0='MS5LUG5UJMW6645IVFRNO5D7' where id=8;
-update noar ti set v0='MS5LUG5UJMW6645IVFRNO5D7' where id=8;
-update noar tt set b0='DUE20VL4BKCM1DOA' where id=8;
-update noar ti set b0='DUE20VL4BKCM1DOA' where id=8;
-update noar tt set v0='CFC7LKM2ENK2O9PHEX68S1' where id=8;
-update noar ti set v0='CFC7LKM2ENK2O9PHEX68S1' where id=8;
-update noar tt set b1='76R8B' where id=8;
-update noar ti set b1='76R8B' where id=8;
-update noar tt set v0='9' where id=8;
-update noar ti set v0='9' where id=8;
-update noar tt set b2='ROLL4' where id=8;
-update noar ti set b2='ROLL4' where id=8;
-update noar tt set v0='PEHLZI62WAT69PSI5WXAC4HV6SL9' where id=9;
-update noar ti set v0='PEHLZI62WAT69PSI5WXAC4HV6SL9' where id=9;
-update noar tt set b0='LLI97IS2BN12SRQ4P39AMY8AP5HZZ' where id=9;
-update noar ti set b0='LLI97IS2BN12SRQ4P39AMY8AP5HZZ' where id=9;
-update noar tt set v0='KMNY4J2' where id=9;
-update noar ti set v0='KMNY4J2' where id=9;
-update noar tt set b1='U' where id=9;
-update noar ti set b1='U' where id=9;
-update noar tt set v0='XJJFD395S96WW' where id=9;
-update noar ti set v0='XJJFD395S96WW' where id=9;
-update noar tt set b2='3JB2PRX38M8' where id=9;
-update noar ti set b2='3JB2PRX38M8' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) not null,
- b0 tinyblob not null,
- b1 tinyblob not null,
- b2 mediumblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='PTNQA1IMDZO703XIRJEWM32KI2' where id=1;
-update noar ti set v0='PTNQA1IMDZO703XIRJEWM32KI2' where id=1;
-update noar tt set b0='CO' where id=1;
-update noar ti set b0='CO' where id=1;
-update noar tt set v0='CK5OZJ4EG13COOH2VLOP93C' where id=1;
-update noar ti set v0='CK5OZJ4EG13COOH2VLOP93C' where id=1;
-update noar tt set b1='2D6YAWC2N680EZ2X1HSSI' where id=1;
-update noar ti set b1='2D6YAWC2N680EZ2X1HSSI' where id=1;
-update noar tt set v0='PGXGLDH6' where id=1;
-update noar ti set v0='PGXGLDH6' where id=1;
-update noar tt set b2='N7ENXC3CL405VH4ZJAX7GQQ2T' where id=1;
-update noar ti set b2='N7ENXC3CL405VH4ZJAX7GQQ2T' where id=1;
-update noar tt set v0='EN' where id=2;
-update noar ti set v0='EN' where id=2;
-update noar tt set b0='40C2D1BHDNZ7YSW9XHM0A' where id=2;
-update noar ti set b0='40C2D1BHDNZ7YSW9XHM0A' where id=2;
-update noar tt set v0='0C04FJ4QVJSYV7KAQ5BOT59' where id=2;
-update noar ti set v0='0C04FJ4QVJSYV7KAQ5BOT59' where id=2;
-update noar tt set b1='V8YBAHJVN5PR3899Y5A2Z' where id=2;
-update noar ti set b1='V8YBAHJVN5PR3899Y5A2Z' where id=2;
-update noar tt set v0='CSGD5O0U' where id=2;
-update noar ti set v0='CSGD5O0U' where id=2;
-update noar tt set b2='624HB4TEY84KA8FRPY9TK9F52UCUQTQ' where id=2;
-update noar ti set b2='624HB4TEY84KA8FRPY9TK9F52UCUQTQ' where id=2;
-update noar tt set v0='OJTS9GGB7QSVWY4O94Q4AS' where id=3;
-update noar ti set v0='OJTS9GGB7QSVWY4O94Q4AS' where id=3;
-update noar tt set b0='5W6AOCZGNT6OXLLL981MS14NOT0VBL' where id=3;
-update noar ti set b0='5W6AOCZGNT6OXLLL981MS14NOT0VBL' where id=3;
-update noar tt set v0='AEUEDXZZH7YSJ' where id=3;
-update noar ti set v0='AEUEDXZZH7YSJ' where id=3;
-update noar tt set b1='1MU324K3F8PBIT81N2LBHOA985G6' where id=3;
-update noar ti set b1='1MU324K3F8PBIT81N2LBHOA985G6' where id=3;
-update noar tt set v0='5AYUCHPGG7FM8H5R22F6YU2SD0AWPK17' where id=3;
-update noar ti set v0='5AYUCHPGG7FM8H5R22F6YU2SD0AWPK17' where id=3;
-update noar tt set b2='0XN2OWNY' where id=3;
-update noar ti set b2='0XN2OWNY' where id=3;
-update noar tt set v0='U9FVQ6AWH488LMGO76KJ0CXVGKI4' where id=4;
-update noar ti set v0='U9FVQ6AWH488LMGO76KJ0CXVGKI4' where id=4;
-update noar tt set b0='G6XIF7E0A1H994KFAN3W8XYE' where id=4;
-update noar ti set b0='G6XIF7E0A1H994KFAN3W8XYE' where id=4;
-update noar tt set v0='GAJGMKN1L0N3KLBRJJ97E2DHHSCH2' where id=4;
-update noar ti set v0='GAJGMKN1L0N3KLBRJJ97E2DHHSCH2' where id=4;
-update noar tt set b1='DMDB2AHS9QWRRR45PRKTP766WYMN3KCF' where id=4;
-update noar ti set b1='DMDB2AHS9QWRRR45PRKTP766WYMN3KCF' where id=4;
-update noar tt set v0='YPR' where id=4;
-update noar ti set v0='YPR' where id=4;
-update noar tt set b2='RGIGJ4QK2MQYOC' where id=4;
-update noar ti set b2='RGIGJ4QK2MQYOC' where id=4;
-update noar tt set v0='06ZTWJ731' where id=5;
-update noar ti set v0='06ZTWJ731' where id=5;
-update noar tt set b0='US8XNVFU31F3IYC41Q6TVWYFGQ' where id=5;
-update noar ti set b0='US8XNVFU31F3IYC41Q6TVWYFGQ' where id=5;
-update noar tt set v0='2XSXJIVI1HQ76G1M5INKUCSI2XC7JY1' where id=5;
-update noar ti set v0='2XSXJIVI1HQ76G1M5INKUCSI2XC7JY1' where id=5;
-update noar tt set b1='X3ZU1V4S' where id=5;
-update noar ti set b1='X3ZU1V4S' where id=5;
-update noar tt set v0='DO' where id=5;
-update noar ti set v0='DO' where id=5;
-update noar tt set b2='BIF337KCVTFZOUT0HUOBCC' where id=5;
-update noar ti set b2='BIF337KCVTFZOUT0HUOBCC' where id=5;
-update noar tt set v0='52UPGW2LTPNUDA1RO' where id=6;
-update noar ti set v0='52UPGW2LTPNUDA1RO' where id=6;
-update noar tt set b0='8YTXBN7' where id=6;
-update noar ti set b0='8YTXBN7' where id=6;
-update noar tt set v0='Q4BKXWB' where id=6;
-update noar ti set v0='Q4BKXWB' where id=6;
-update noar tt set b1='WHA0' where id=6;
-update noar ti set b1='WHA0' where id=6;
-update noar tt set v0='U' where id=6;
-update noar ti set v0='U' where id=6;
-update noar tt set b2='PJ' where id=6;
-update noar ti set b2='PJ' where id=6;
-update noar tt set v0='T3JI7SO0XUHSNUVE30ZDQ1SIQU62' where id=7;
-update noar ti set v0='T3JI7SO0XUHSNUVE30ZDQ1SIQU62' where id=7;
-update noar tt set b0='UJX21AMMV02QV3JN6J6V' where id=7;
-update noar ti set b0='UJX21AMMV02QV3JN6J6V' where id=7;
-update noar tt set v0='6DHG' where id=7;
-update noar ti set v0='6DHG' where id=7;
-update noar tt set b1='4K36Y6HSW93DCV2GUOC' where id=7;
-update noar ti set b1='4K36Y6HSW93DCV2GUOC' where id=7;
-update noar tt set v0='G' where id=7;
-update noar ti set v0='G' where id=7;
-update noar tt set b2='CQCO2J5IJCUYLALOVW4YT6IEHD' where id=7;
-update noar ti set b2='CQCO2J5IJCUYLALOVW4YT6IEHD' where id=7;
-update noar tt set v0='CCSGEXYJS9J6' where id=8;
-update noar ti set v0='CCSGEXYJS9J6' where id=8;
-update noar tt set b0='EU6TW4FZZ8418L2' where id=8;
-update noar ti set b0='EU6TW4FZZ8418L2' where id=8;
-update noar tt set v0='2H' where id=8;
-update noar ti set v0='2H' where id=8;
-update noar tt set b1='MJ2QK8HYA2K5J9JD1T601ALIONVE' where id=8;
-update noar ti set b1='MJ2QK8HYA2K5J9JD1T601ALIONVE' where id=8;
-update noar tt set v0='NLCMGE3927F0GKK5CVT' where id=8;
-update noar ti set v0='NLCMGE3927F0GKK5CVT' where id=8;
-update noar tt set b2='QDR6RWQ3A4CWFPF66VHOCT' where id=8;
-update noar ti set b2='QDR6RWQ3A4CWFPF66VHOCT' where id=8;
-update noar tt set v0='ZCP70WPC' where id=9;
-update noar ti set v0='ZCP70WPC' where id=9;
-update noar tt set b0='VVS47EPKEIC5I2E2X' where id=9;
-update noar ti set b0='VVS47EPKEIC5I2E2X' where id=9;
-update noar tt set v0='N6H0XFLLP2Y3TK4QP7KQ3FF8NH' where id=9;
-update noar ti set v0='N6H0XFLLP2Y3TK4QP7KQ3FF8NH' where id=9;
-update noar tt set b1='4' where id=9;
-update noar ti set b1='4' where id=9;
-update noar tt set v0='GBC7XMED380WX1FKUSXM0A5OC' where id=9;
-update noar ti set v0='GBC7XMED380WX1FKUSXM0A5OC' where id=9;
-update noar tt set b2='P22STMN6ZZIYW9YJYLLHK3QS' where id=9;
-update noar ti set b2='P22STMN6ZZIYW9YJYLLHK3QS' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) null,
- b0 tinyblob null,
- b1 tinyblob null,
- b2 longblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='PA5HDSL85G26HPH9Z4H7CD9H7IO47' where id=1;
-update noar ti set v0='PA5HDSL85G26HPH9Z4H7CD9H7IO47' where id=1;
-update noar tt set b0='4E' where id=1;
-update noar ti set b0='4E' where id=1;
-update noar tt set v0='0C7FT2WFCN6ZU5I6JJOUNC2KJS' where id=1;
-update noar ti set v0='0C7FT2WFCN6ZU5I6JJOUNC2KJS' where id=1;
-update noar tt set b1='3MKECHHBBV2XE4KC7' where id=1;
-update noar ti set b1='3MKECHHBBV2XE4KC7' where id=1;
-update noar tt set v0='JSWP5EI7HWUTVDSIOORYKUM1SKR3VE' where id=1;
-update noar ti set v0='JSWP5EI7HWUTVDSIOORYKUM1SKR3VE' where id=1;
-update noar tt set b2='ZXDH2SQC' where id=1;
-update noar ti set b2='ZXDH2SQC' where id=1;
-update noar tt set v0='LIR55AI811KBFOT' where id=2;
-update noar ti set v0='LIR55AI811KBFOT' where id=2;
-update noar tt set b0='V6N3ULOBKQ4OE7RTE9FV5QX2ME' where id=2;
-update noar ti set b0='V6N3ULOBKQ4OE7RTE9FV5QX2ME' where id=2;
-update noar tt set v0='VY9VF3MVWZHL' where id=2;
-update noar ti set v0='VY9VF3MVWZHL' where id=2;
-update noar tt set b1='URPT2INKAZC' where id=2;
-update noar ti set b1='URPT2INKAZC' where id=2;
-update noar tt set v0='4E5F0A7UOIAFQCP7QOXNISWT93P3' where id=2;
-update noar ti set v0='4E5F0A7UOIAFQCP7QOXNISWT93P3' where id=2;
-update noar tt set b2='KP3CWJRRKM' where id=2;
-update noar ti set b2='KP3CWJRRKM' where id=2;
-update noar tt set v0='OEEZNDJRSYVWUR044UXUW70JKP7O' where id=3;
-update noar ti set v0='OEEZNDJRSYVWUR044UXUW70JKP7O' where id=3;
-update noar tt set b0='YXOP3' where id=3;
-update noar ti set b0='YXOP3' where id=3;
-update noar tt set v0='VYUVROLL2N' where id=3;
-update noar ti set v0='VYUVROLL2N' where id=3;
-update noar tt set b1='SMCFO14L1JD' where id=3;
-update noar ti set b1='SMCFO14L1JD' where id=3;
-update noar tt set v0='8TTRLRR8I' where id=3;
-update noar ti set v0='8TTRLRR8I' where id=3;
-update noar tt set b2='D' where id=3;
-update noar ti set b2='D' where id=3;
-update noar tt set v0='JY94NO57XOO7NVQ6I0DL8RBXI6EL' where id=4;
-update noar ti set v0='JY94NO57XOO7NVQ6I0DL8RBXI6EL' where id=4;
-update noar tt set b0='0E7RYLJYFGTT' where id=4;
-update noar ti set b0='0E7RYLJYFGTT' where id=4;
-update noar tt set v0='83NPVOMAKLM6SQ8ZMFU084DTO8' where id=4;
-update noar ti set v0='83NPVOMAKLM6SQ8ZMFU084DTO8' where id=4;
-update noar tt set b1='SYXXHBSWKRC5LR7H5AOHFJR9C' where id=4;
-update noar ti set b1='SYXXHBSWKRC5LR7H5AOHFJR9C' where id=4;
-update noar tt set v0='U5A6416LF4RA1E25EOU17TJ' where id=4;
-update noar ti set v0='U5A6416LF4RA1E25EOU17TJ' where id=4;
-update noar tt set b2='OGIJS9R640ZGW28N9YBQVYRDUZDPU7F' where id=4;
-update noar ti set b2='OGIJS9R640ZGW28N9YBQVYRDUZDPU7F' where id=4;
-update noar tt set v0='VSD9834MIY7LV' where id=5;
-update noar ti set v0='VSD9834MIY7LV' where id=5;
-update noar tt set b0='NLDZJGLZUMIY3' where id=5;
-update noar ti set b0='NLDZJGLZUMIY3' where id=5;
-update noar tt set v0='DY' where id=5;
-update noar ti set v0='DY' where id=5;
-update noar tt set b1='2ZLUZ8ZBC9H7PZ8KFIZ' where id=5;
-update noar ti set b1='2ZLUZ8ZBC9H7PZ8KFIZ' where id=5;
-update noar tt set v0='X808' where id=5;
-update noar ti set v0='X808' where id=5;
-update noar tt set b2='VXBFZNP6JRVZJ4N0' where id=5;
-update noar ti set b2='VXBFZNP6JRVZJ4N0' where id=5;
-update noar tt set v0='JGTZ186QPSSOU1GMQNV5MZ8UTRA6RC' where id=6;
-update noar ti set v0='JGTZ186QPSSOU1GMQNV5MZ8UTRA6RC' where id=6;
-update noar tt set b0='DC' where id=6;
-update noar ti set b0='DC' where id=6;
-update noar tt set v0='8NWQW3MZGGD7TBDY0HF9PE70LW1TM8T9' where id=6;
-update noar ti set v0='8NWQW3MZGGD7TBDY0HF9PE70LW1TM8T9' where id=6;
-update noar tt set b1='M' where id=6;
-update noar ti set b1='M' where id=6;
-update noar tt set v0='H2Y69AOEK' where id=6;
-update noar ti set v0='H2Y69AOEK' where id=6;
-update noar tt set b2='D1E8BHRQU55S2Y70VM3YGGXXOGU5FJL' where id=6;
-update noar ti set b2='D1E8BHRQU55S2Y70VM3YGGXXOGU5FJL' where id=6;
-update noar tt set v0='EHLT2111EWVF29Y74N1C' where id=7;
-update noar ti set v0='EHLT2111EWVF29Y74N1C' where id=7;
-update noar tt set b0='JTDPW0UKFVJ2VWCKWRA9PXQ' where id=7;
-update noar ti set b0='JTDPW0UKFVJ2VWCKWRA9PXQ' where id=7;
-update noar tt set v0='ZMFMGOBEK8QCDH97LL0PLQ86BU3FG06S' where id=7;
-update noar ti set v0='ZMFMGOBEK8QCDH97LL0PLQ86BU3FG06S' where id=7;
-update noar tt set b1='6SW7' where id=7;
-update noar ti set b1='6SW7' where id=7;
-update noar tt set v0='6' where id=7;
-update noar ti set v0='6' where id=7;
-update noar tt set b2='K1DJQQML2WMCQLO8IGO0' where id=7;
-update noar ti set b2='K1DJQQML2WMCQLO8IGO0' where id=7;
-update noar tt set v0='CO0FTRTBQUSTKNUCI2284SZTMCNCIN0K' where id=8;
-update noar ti set v0='CO0FTRTBQUSTKNUCI2284SZTMCNCIN0K' where id=8;
-update noar tt set b0='Z5NJ081B4V8F7G8OL' where id=8;
-update noar ti set b0='Z5NJ081B4V8F7G8OL' where id=8;
-update noar tt set v0='LSFGEHGIP39Z' where id=8;
-update noar ti set v0='LSFGEHGIP39Z' where id=8;
-update noar tt set b1='1UYVW0IJBF9WWXKOO97HCTG5WFHBA' where id=8;
-update noar ti set b1='1UYVW0IJBF9WWXKOO97HCTG5WFHBA' where id=8;
-update noar tt set v0='PIOKCE6G' where id=8;
-update noar ti set v0='PIOKCE6G' where id=8;
-update noar tt set b2='E224G' where id=8;
-update noar ti set b2='E224G' where id=8;
-update noar tt set v0='KSG' where id=9;
-update noar ti set v0='KSG' where id=9;
-update noar tt set b0='5RZOA8UX408MUZIJ71XTY4H2H' where id=9;
-update noar ti set b0='5RZOA8UX408MUZIJ71XTY4H2H' where id=9;
-update noar tt set v0='623TF4UB5102W89M1LKD9IWAUV7' where id=9;
-update noar ti set v0='623TF4UB5102W89M1LKD9IWAUV7' where id=9;
-update noar tt set b1='287AV582B2LBT0ZK167WS38' where id=9;
-update noar ti set b1='287AV582B2LBT0ZK167WS38' where id=9;
-update noar tt set v0='N5VNTD1L2JPP1CNR5Z43WH2TRVB2' where id=9;
-update noar ti set v0='N5VNTD1L2JPP1CNR5Z43WH2TRVB2' where id=9;
-update noar tt set b2='37KMQ8A030C7U62D9JZA576990' where id=9;
-update noar ti set b2='37KMQ8A030C7U62D9JZA576990' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) null,
- b0 tinyblob null,
- b1 tinyblob null,
- b2 longblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='JQ5H9' where id=1;
-update noar ti set v0='JQ5H9' where id=1;
-update noar tt set b0='VJPD0YVFG' where id=1;
-update noar ti set b0='VJPD0YVFG' where id=1;
-update noar tt set v0='TG21O8USE' where id=1;
-update noar ti set v0='TG21O8USE' where id=1;
-update noar tt set b1='6G8NCFVDGKUKASL088V3' where id=1;
-update noar ti set b1='6G8NCFVDGKUKASL088V3' where id=1;
-update noar tt set v0='ECY522B2EVTEFA3YWTMQ7IJT1WAN0YZX' where id=1;
-update noar ti set v0='ECY522B2EVTEFA3YWTMQ7IJT1WAN0YZX' where id=1;
-update noar tt set b2='RGUOOSC9F0U5KG' where id=1;
-update noar ti set b2='RGUOOSC9F0U5KG' where id=1;
-update noar tt set v0='AGM80' where id=2;
-update noar ti set v0='AGM80' where id=2;
-update noar tt set b0='3Z2F4H7KGT8COPM' where id=2;
-update noar ti set b0='3Z2F4H7KGT8COPM' where id=2;
-update noar tt set v0='4SJZW' where id=2;
-update noar ti set v0='4SJZW' where id=2;
-update noar tt set b1='K18GZ3H8T185BSIJ6F8' where id=2;
-update noar ti set b1='K18GZ3H8T185BSIJ6F8' where id=2;
-update noar tt set v0='GSAV7U0MXXY3JK2UW6' where id=2;
-update noar ti set v0='GSAV7U0MXXY3JK2UW6' where id=2;
-update noar tt set b2='2FL4SWZ15Y4VZLD8J0M9X41FS87ZYO' where id=2;
-update noar ti set b2='2FL4SWZ15Y4VZLD8J0M9X41FS87ZYO' where id=2;
-update noar tt set v0='K1DGS28E' where id=3;
-update noar ti set v0='K1DGS28E' where id=3;
-update noar tt set b0='X01UMRXH0ZKUP1W11DW' where id=3;
-update noar ti set b0='X01UMRXH0ZKUP1W11DW' where id=3;
-update noar tt set v0='7R8MH6TTJA03' where id=3;
-update noar ti set v0='7R8MH6TTJA03' where id=3;
-update noar tt set b1='XOB7YLIV8WJWKX1W' where id=3;
-update noar ti set b1='XOB7YLIV8WJWKX1W' where id=3;
-update noar tt set v0='HHJY' where id=3;
-update noar ti set v0='HHJY' where id=3;
-update noar tt set b2='YQQ4S2ZPJAGT8SQT45Z6AHAKFBD' where id=3;
-update noar ti set b2='YQQ4S2ZPJAGT8SQT45Z6AHAKFBD' where id=3;
-update noar tt set v0='VR3ZLY04Q0Z' where id=4;
-update noar ti set v0='VR3ZLY04Q0Z' where id=4;
-update noar tt set b0='NFFIOVEB1M7ESNIMYUNYI0AY7R' where id=4;
-update noar ti set b0='NFFIOVEB1M7ESNIMYUNYI0AY7R' where id=4;
-update noar tt set v0='G73TFDLWFTTP4UU43KOTJT17L2ZHQBO1' where id=4;
-update noar ti set v0='G73TFDLWFTTP4UU43KOTJT17L2ZHQBO1' where id=4;
-update noar tt set b1='66N5GUY2DRKB7KQ8HKPU5T1JWW4VJMI' where id=4;
-update noar ti set b1='66N5GUY2DRKB7KQ8HKPU5T1JWW4VJMI' where id=4;
-update noar tt set v0='H1PPXV3OG64MVUT1Z' where id=4;
-update noar ti set v0='H1PPXV3OG64MVUT1Z' where id=4;
-update noar tt set b2='VVT5D8VX' where id=4;
-update noar ti set b2='VVT5D8VX' where id=4;
-update noar tt set v0='VLHKW4GFZ2921QC' where id=5;
-update noar ti set v0='VLHKW4GFZ2921QC' where id=5;
-update noar tt set b0='CA1EO25J5QPFLG6OV00W1UIMK9Y0K74T' where id=5;
-update noar ti set b0='CA1EO25J5QPFLG6OV00W1UIMK9Y0K74T' where id=5;
-update noar tt set v0='KE8N4FOZX1BEP4IZSLYM7QPHB' where id=5;
-update noar ti set v0='KE8N4FOZX1BEP4IZSLYM7QPHB' where id=5;
-update noar tt set b1='5KW8W8MRG21D9' where id=5;
-update noar ti set b1='5KW8W8MRG21D9' where id=5;
-update noar tt set v0='5L9IMI8P' where id=5;
-update noar ti set v0='5L9IMI8P' where id=5;
-update noar tt set b2='NTQP9YOD4ILXV4M0JX62ZRTTPEXSV' where id=5;
-update noar ti set b2='NTQP9YOD4ILXV4M0JX62ZRTTPEXSV' where id=5;
-update noar tt set v0='N3IHQ1LFI3IKAKJ5JONX' where id=6;
-update noar ti set v0='N3IHQ1LFI3IKAKJ5JONX' where id=6;
-update noar tt set b0='4QEAQ0YSIDXO0G0N9X' where id=6;
-update noar ti set b0='4QEAQ0YSIDXO0G0N9X' where id=6;
-update noar tt set v0='UNKSY9EZAVCY9P' where id=6;
-update noar ti set v0='UNKSY9EZAVCY9P' where id=6;
-update noar tt set b1='IRBV92X76W9HTGV708EN' where id=6;
-update noar ti set b1='IRBV92X76W9HTGV708EN' where id=6;
-update noar tt set v0='1C' where id=6;
-update noar ti set v0='1C' where id=6;
-update noar tt set b2='JMZC6IVL6' where id=6;
-update noar ti set b2='JMZC6IVL6' where id=6;
-update noar tt set v0='NS5YX6DAGKEA3NCKF5IY33WK' where id=7;
-update noar ti set v0='NS5YX6DAGKEA3NCKF5IY33WK' where id=7;
-update noar tt set b0='8IHLZWAIV39R0VH34F' where id=7;
-update noar ti set b0='8IHLZWAIV39R0VH34F' where id=7;
-update noar tt set v0='3SMM9GOIVSZIWHL' where id=7;
-update noar ti set v0='3SMM9GOIVSZIWHL' where id=7;
-update noar tt set b1='2R10ZK23VDA2' where id=7;
-update noar ti set b1='2R10ZK23VDA2' where id=7;
-update noar tt set v0='SEU60PG9PS6J75J' where id=7;
-update noar ti set v0='SEU60PG9PS6J75J' where id=7;
-update noar tt set b2='8Z0CPGVRZXVGNE55BM4RHV4' where id=7;
-update noar ti set b2='8Z0CPGVRZXVGNE55BM4RHV4' where id=7;
-update noar tt set v0='BZY8XN1ZSJ0RGBZMZAP6M2' where id=8;
-update noar ti set v0='BZY8XN1ZSJ0RGBZMZAP6M2' where id=8;
-update noar tt set b0='Q' where id=8;
-update noar ti set b0='Q' where id=8;
-update noar tt set v0='8SEL11YFSI6U' where id=8;
-update noar ti set v0='8SEL11YFSI6U' where id=8;
-update noar tt set b1='3ZI267XHVDWH0' where id=8;
-update noar ti set b1='3ZI267XHVDWH0' where id=8;
-update noar tt set v0='OVC6B8M7UVBAG0O6E' where id=8;
-update noar ti set v0='OVC6B8M7UVBAG0O6E' where id=8;
-update noar tt set b2='TPNBIOVDC' where id=8;
-update noar ti set b2='TPNBIOVDC' where id=8;
-update noar tt set v0='KDT6Z5NDC888GFUH42FMM56A' where id=9;
-update noar ti set v0='KDT6Z5NDC888GFUH42FMM56A' where id=9;
-update noar tt set b0='A' where id=9;
-update noar ti set b0='A' where id=9;
-update noar tt set v0='BT80PH367VLYE447H0SZXE' where id=9;
-update noar ti set v0='BT80PH367VLYE447H0SZXE' where id=9;
-update noar tt set b1='XIVOTV6QWRN16VZGN39PWXCOY19PYL2' where id=9;
-update noar ti set b1='XIVOTV6QWRN16VZGN39PWXCOY19PYL2' where id=9;
-update noar tt set v0='S07ZFDJ8M' where id=9;
-update noar ti set v0='S07ZFDJ8M' where id=9;
-update noar tt set b2='00K8RL' where id=9;
-update noar ti set b2='00K8RL' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) not null,
- b0 tinyblob not null,
- b1 tinyblob not null,
- b2 longblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='MFE0U1AU34A7Q6LXIYXVZ9F' where id=1;
-update noar ti set v0='MFE0U1AU34A7Q6LXIYXVZ9F' where id=1;
-update noar tt set b0='I9B' where id=1;
-update noar ti set b0='I9B' where id=1;
-update noar tt set v0='XJ608V0L9RT41XBMPHMHQ2' where id=1;
-update noar ti set v0='XJ608V0L9RT41XBMPHMHQ2' where id=1;
-update noar tt set b1='4XFWY95F8' where id=1;
-update noar ti set b1='4XFWY95F8' where id=1;
-update noar tt set v0='QNXPNBW3KX88ML' where id=1;
-update noar ti set v0='QNXPNBW3KX88ML' where id=1;
-update noar tt set b2='BQJJX0V071AC8K' where id=1;
-update noar ti set b2='BQJJX0V071AC8K' where id=1;
-update noar tt set v0='LKRKMACP7HLZKBJIMXZD5' where id=2;
-update noar ti set v0='LKRKMACP7HLZKBJIMXZD5' where id=2;
-update noar tt set b0='U85GFW' where id=2;
-update noar ti set b0='U85GFW' where id=2;
-update noar tt set v0='E2OU1YDJ257IYFW41G' where id=2;
-update noar ti set v0='E2OU1YDJ257IYFW41G' where id=2;
-update noar tt set b1='IFUNURYM892' where id=2;
-update noar ti set b1='IFUNURYM892' where id=2;
-update noar tt set v0='H2SWLM2YA147BQO4F010Q9V' where id=2;
-update noar ti set v0='H2SWLM2YA147BQO4F010Q9V' where id=2;
-update noar tt set b2='WIQMLLAS3SAWN2TSE1YN' where id=2;
-update noar ti set b2='WIQMLLAS3SAWN2TSE1YN' where id=2;
-update noar tt set v0='1IJS0H7O4FXRK5OPS33DCHW' where id=3;
-update noar ti set v0='1IJS0H7O4FXRK5OPS33DCHW' where id=3;
-update noar tt set b0='MJLTP7CCK' where id=3;
-update noar ti set b0='MJLTP7CCK' where id=3;
-update noar tt set v0='HT0WZ8VBZCFO3JB7OF9XIDJOUFZHUA4' where id=3;
-update noar ti set v0='HT0WZ8VBZCFO3JB7OF9XIDJOUFZHUA4' where id=3;
-update noar tt set b1='L' where id=3;
-update noar ti set b1='L' where id=3;
-update noar tt set v0='RB9TQ5E4MOVUXXH3TS5R19MFGYCI7' where id=3;
-update noar ti set v0='RB9TQ5E4MOVUXXH3TS5R19MFGYCI7' where id=3;
-update noar tt set b2='H602GSGVE11Z3K2S9YJ' where id=3;
-update noar ti set b2='H602GSGVE11Z3K2S9YJ' where id=3;
-update noar tt set v0='4A2TBMV0DYNQF1SI1LED7Q5' where id=4;
-update noar ti set v0='4A2TBMV0DYNQF1SI1LED7Q5' where id=4;
-update noar tt set b0='BWOZFPIM7I2WLML23K0XEW85HX39JDW0' where id=4;
-update noar ti set b0='BWOZFPIM7I2WLML23K0XEW85HX39JDW0' where id=4;
-update noar tt set v0='THZB1B767B1WXPX2SMJGR' where id=4;
-update noar ti set v0='THZB1B767B1WXPX2SMJGR' where id=4;
-update noar tt set b1='6EFXT6GV9A4EN5RBPTW' where id=4;
-update noar ti set b1='6EFXT6GV9A4EN5RBPTW' where id=4;
-update noar tt set v0='OH4QKME4A3I1ZWVU' where id=4;
-update noar ti set v0='OH4QKME4A3I1ZWVU' where id=4;
-update noar tt set b2='6POBQ0XQ4V99HOGF3EX' where id=4;
-update noar ti set b2='6POBQ0XQ4V99HOGF3EX' where id=4;
-update noar tt set v0='TQLZX22AZ0N5QLI2L4DF70DY6' where id=5;
-update noar ti set v0='TQLZX22AZ0N5QLI2L4DF70DY6' where id=5;
-update noar tt set b0='H579V6W2NLZ0US' where id=5;
-update noar ti set b0='H579V6W2NLZ0US' where id=5;
-update noar tt set v0='9H8T6C41BPRR6CEZ' where id=5;
-update noar ti set v0='9H8T6C41BPRR6CEZ' where id=5;
-update noar tt set b1='XHDDL4RBY' where id=5;
-update noar ti set b1='XHDDL4RBY' where id=5;
-update noar tt set v0='A9FPDC' where id=5;
-update noar ti set v0='A9FPDC' where id=5;
-update noar tt set b2='8I6XV1E4I8VYCAVGY3MAEIHOCTZR2' where id=5;
-update noar ti set b2='8I6XV1E4I8VYCAVGY3MAEIHOCTZR2' where id=5;
-update noar tt set v0='GMP6R0GSZVRZ7XIUH9JW' where id=6;
-update noar ti set v0='GMP6R0GSZVRZ7XIUH9JW' where id=6;
-update noar tt set b0='DJ6VDI94SZYD1PTRV1Q' where id=6;
-update noar ti set b0='DJ6VDI94SZYD1PTRV1Q' where id=6;
-update noar tt set v0='6UVE7U7KB3N88QIVHGW5K' where id=6;
-update noar ti set v0='6UVE7U7KB3N88QIVHGW5K' where id=6;
-update noar tt set b1='DH09NPRRI80X0JET058' where id=6;
-update noar ti set b1='DH09NPRRI80X0JET058' where id=6;
-update noar tt set v0='J8YL9WHZ' where id=6;
-update noar ti set v0='J8YL9WHZ' where id=6;
-update noar tt set b2='H086K8' where id=6;
-update noar ti set b2='H086K8' where id=6;
-update noar tt set v0='W' where id=7;
-update noar ti set v0='W' where id=7;
-update noar tt set b0='7FEYN21U26Y3N15XPZ8K' where id=7;
-update noar ti set b0='7FEYN21U26Y3N15XPZ8K' where id=7;
-update noar tt set v0='QRBZ9R4Y4C5ZBF0ZTAPD5VM' where id=7;
-update noar ti set v0='QRBZ9R4Y4C5ZBF0ZTAPD5VM' where id=7;
-update noar tt set b1='FHV' where id=7;
-update noar ti set b1='FHV' where id=7;
-update noar tt set v0='8YAR9NYYSH' where id=7;
-update noar ti set v0='8YAR9NYYSH' where id=7;
-update noar tt set b2='THYEBHUCV' where id=7;
-update noar ti set b2='THYEBHUCV' where id=7;
-update noar tt set v0='HAWMV4IUFD7CB0IPOSNTU7GDEJWB' where id=8;
-update noar ti set v0='HAWMV4IUFD7CB0IPOSNTU7GDEJWB' where id=8;
-update noar tt set b0='LDUCB3CG' where id=8;
-update noar ti set b0='LDUCB3CG' where id=8;
-update noar tt set v0='WJ5' where id=8;
-update noar ti set v0='WJ5' where id=8;
-update noar tt set b1='0EXXW5UNP5R4KES' where id=8;
-update noar ti set b1='0EXXW5UNP5R4KES' where id=8;
-update noar tt set v0='IGRNA25M0LDRWF3NBI9EMCEGQY2XV3' where id=8;
-update noar ti set v0='IGRNA25M0LDRWF3NBI9EMCEGQY2XV3' where id=8;
-update noar tt set b2='UWRL32W' where id=8;
-update noar ti set b2='UWRL32W' where id=8;
-update noar tt set v0='N8KOKS149ELTEKUB5XD' where id=9;
-update noar ti set v0='N8KOKS149ELTEKUB5XD' where id=9;
-update noar tt set b0='VE8GYS3SDA9Q79XGUV3W4VD8L9D2TES' where id=9;
-update noar ti set b0='VE8GYS3SDA9Q79XGUV3W4VD8L9D2TES' where id=9;
-update noar tt set v0='AGU7V0' where id=9;
-update noar ti set v0='AGU7V0' where id=9;
-update noar tt set b1='2H' where id=9;
-update noar ti set b1='2H' where id=9;
-update noar tt set v0='LMPMXXNXV8BV0M8WNG7PGEYMB6' where id=9;
-update noar ti set v0='LMPMXXNXV8BV0M8WNG7PGEYMB6' where id=9;
-update noar tt set b2='0SJDSWLS6WQES66ZRB36N' where id=9;
-update noar ti set b2='0SJDSWLS6WQES66ZRB36N' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) not null,
- b0 tinyblob not null,
- b1 tinyblob not null,
- b2 longblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='F692FKM6I697RNL5RTVXA9U5KKTZ' where id=1;
-update noar ti set v0='F692FKM6I697RNL5RTVXA9U5KKTZ' where id=1;
-update noar tt set b0='U2V366L' where id=1;
-update noar ti set b0='U2V366L' where id=1;
-update noar tt set v0='RO8IQ9G6RNZIXXJMNC3MU9TBQQ' where id=1;
-update noar ti set v0='RO8IQ9G6RNZIXXJMNC3MU9TBQQ' where id=1;
-update noar tt set b1='UVLBQAUHI5457J1XYBBOJ5O6A' where id=1;
-update noar ti set b1='UVLBQAUHI5457J1XYBBOJ5O6A' where id=1;
-update noar tt set v0='JYJZL0HQ' where id=1;
-update noar ti set v0='JYJZL0HQ' where id=1;
-update noar tt set b2='ZV5E2Q' where id=1;
-update noar ti set b2='ZV5E2Q' where id=1;
-update noar tt set v0='6XYY2F3F2H3696EHSKI6LYLKI0U8' where id=2;
-update noar ti set v0='6XYY2F3F2H3696EHSKI6LYLKI0U8' where id=2;
-update noar tt set b0='2I9MPRXJ0PVE' where id=2;
-update noar ti set b0='2I9MPRXJ0PVE' where id=2;
-update noar tt set v0='DG7Q8GBEZNAAPD6G2U9E' where id=2;
-update noar ti set v0='DG7Q8GBEZNAAPD6G2U9E' where id=2;
-update noar tt set b1='VHK5FCLNCPVZ50TSJCYQXMSR' where id=2;
-update noar ti set b1='VHK5FCLNCPVZ50TSJCYQXMSR' where id=2;
-update noar tt set v0='Q04FYRPM11B7OB' where id=2;
-update noar ti set v0='Q04FYRPM11B7OB' where id=2;
-update noar tt set b2='L8D2DFDO7RG0I5NYKUJ0' where id=2;
-update noar ti set b2='L8D2DFDO7RG0I5NYKUJ0' where id=2;
-update noar tt set v0='4OGN013L2P3QNNKF6D8WAADM' where id=3;
-update noar ti set v0='4OGN013L2P3QNNKF6D8WAADM' where id=3;
-update noar tt set b0='G8NWUK5VM77D' where id=3;
-update noar ti set b0='G8NWUK5VM77D' where id=3;
-update noar tt set v0='IUF4K1' where id=3;
-update noar ti set v0='IUF4K1' where id=3;
-update noar tt set b1='Y8NL0QKZKR20FZUMURW82' where id=3;
-update noar ti set b1='Y8NL0QKZKR20FZUMURW82' where id=3;
-update noar tt set v0='3SILD5JTGORBCZO' where id=3;
-update noar ti set v0='3SILD5JTGORBCZO' where id=3;
-update noar tt set b2='6QTZW6II8H' where id=3;
-update noar ti set b2='6QTZW6II8H' where id=3;
-update noar tt set v0='V0ZVQNK' where id=4;
-update noar ti set v0='V0ZVQNK' where id=4;
-update noar tt set b0='IE2MQ8BA' where id=4;
-update noar ti set b0='IE2MQ8BA' where id=4;
-update noar tt set v0='9NFVPUUU8Y0226V' where id=4;
-update noar ti set v0='9NFVPUUU8Y0226V' where id=4;
-update noar tt set b1='TK' where id=4;
-update noar ti set b1='TK' where id=4;
-update noar tt set v0='13TASNX' where id=4;
-update noar ti set v0='13TASNX' where id=4;
-update noar tt set b2='53MIYZKCI2DJ28IYJ1HMKS0HR' where id=4;
-update noar ti set b2='53MIYZKCI2DJ28IYJ1HMKS0HR' where id=4;
-update noar tt set v0='U2R9IHN2UZ' where id=5;
-update noar ti set v0='U2R9IHN2UZ' where id=5;
-update noar tt set b0='5OQJY293U7ZYJAA2GMC4O8' where id=5;
-update noar ti set b0='5OQJY293U7ZYJAA2GMC4O8' where id=5;
-update noar tt set v0='PHZ5IGF43L8GWNZB0KE3E5YWZH2W' where id=5;
-update noar ti set v0='PHZ5IGF43L8GWNZB0KE3E5YWZH2W' where id=5;
-update noar tt set b1='RW38937LA8NQUPWTJDOR2GDP' where id=5;
-update noar ti set b1='RW38937LA8NQUPWTJDOR2GDP' where id=5;
-update noar tt set v0='S6VVM3KTX6ZXHUHXCVZFZPP' where id=5;
-update noar ti set v0='S6VVM3KTX6ZXHUHXCVZFZPP' where id=5;
-update noar tt set b2='UHS87PO53UMIW7CNWDKQ' where id=5;
-update noar ti set b2='UHS87PO53UMIW7CNWDKQ' where id=5;
-update noar tt set v0='WOKE' where id=6;
-update noar ti set v0='WOKE' where id=6;
-update noar tt set b0='YT5M' where id=6;
-update noar ti set b0='YT5M' where id=6;
-update noar tt set v0='5SSWY' where id=6;
-update noar ti set v0='5SSWY' where id=6;
-update noar tt set b1='Y5ILXOA8VE1J1YRIM13PD44S3Z1' where id=6;
-update noar ti set b1='Y5ILXOA8VE1J1YRIM13PD44S3Z1' where id=6;
-update noar tt set v0='PSLYZIJQJSH70J' where id=6;
-update noar ti set v0='PSLYZIJQJSH70J' where id=6;
-update noar tt set b2='CA0W9TOM6F48FL' where id=6;
-update noar ti set b2='CA0W9TOM6F48FL' where id=6;
-update noar tt set v0='2PLYSS9D7S3O0' where id=7;
-update noar ti set v0='2PLYSS9D7S3O0' where id=7;
-update noar tt set b0='MXCJGQA1BX2XLUI3A29FAV3XPO6Q' where id=7;
-update noar ti set b0='MXCJGQA1BX2XLUI3A29FAV3XPO6Q' where id=7;
-update noar tt set v0='TFPY09838AXP63Y6KPF9C0XB' where id=7;
-update noar ti set v0='TFPY09838AXP63Y6KPF9C0XB' where id=7;
-update noar tt set b1='TEU83WTUK9F8Q8LR6GDY' where id=7;
-update noar ti set b1='TEU83WTUK9F8Q8LR6GDY' where id=7;
-update noar tt set v0='10U' where id=7;
-update noar ti set v0='10U' where id=7;
-update noar tt set b2='AGNPLF' where id=7;
-update noar ti set b2='AGNPLF' where id=7;
-update noar tt set v0='02CK2WZCWR7R1L8DS95SZXJ7UID' where id=8;
-update noar ti set v0='02CK2WZCWR7R1L8DS95SZXJ7UID' where id=8;
-update noar tt set b0='Z3IB04' where id=8;
-update noar ti set b0='Z3IB04' where id=8;
-update noar tt set v0='9DNP7OU59Q0MUCM0LBY0' where id=8;
-update noar ti set v0='9DNP7OU59Q0MUCM0LBY0' where id=8;
-update noar tt set b1='QCDCAPLGC2Q6ILNUV80DO4' where id=8;
-update noar ti set b1='QCDCAPLGC2Q6ILNUV80DO4' where id=8;
-update noar tt set v0='3W1HR34U3KCNCR62ZWDONW52E01W5' where id=8;
-update noar ti set v0='3W1HR34U3KCNCR62ZWDONW52E01W5' where id=8;
-update noar tt set b2='THLPEVK' where id=8;
-update noar ti set b2='THLPEVK' where id=8;
-update noar tt set v0='5EYGBI1G87PYKW6' where id=9;
-update noar ti set v0='5EYGBI1G87PYKW6' where id=9;
-update noar tt set b0='ZN5KD5WYAV' where id=9;
-update noar ti set b0='ZN5KD5WYAV' where id=9;
-update noar tt set v0='ZXXZ' where id=9;
-update noar ti set v0='ZXXZ' where id=9;
-update noar tt set b1='DMBUCSC' where id=9;
-update noar ti set b1='DMBUCSC' where id=9;
-update noar tt set v0='VNH55Q7758O81ROLL' where id=9;
-update noar ti set v0='VNH55Q7758O81ROLL' where id=9;
-update noar tt set b2='47V1E44NMHHR8NGW3U1U' where id=9;
-update noar ti set b2='47V1E44NMHHR8NGW3U1U' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) null,
- b0 tinyblob null,
- b1 blob null,
- b2 tinyblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='8Y8TFU62EGVSJXPX1889WWZZP1R24SR' where id=1;
-update noar ti set v0='8Y8TFU62EGVSJXPX1889WWZZP1R24SR' where id=1;
-update noar tt set b0='JLBNRI5' where id=1;
-update noar ti set b0='JLBNRI5' where id=1;
-update noar tt set v0='657Z9C2VSIS8S0BOUS4GN' where id=1;
-update noar ti set v0='657Z9C2VSIS8S0BOUS4GN' where id=1;
-update noar tt set b1='17G04YWZ5X83GR3D5ANNYDVXWFRM0J' where id=1;
-update noar ti set b1='17G04YWZ5X83GR3D5ANNYDVXWFRM0J' where id=1;
-update noar tt set v0='NEFEBI8YKDD2FSYEBTYPMKB5QZ4JT0OA' where id=1;
-update noar ti set v0='NEFEBI8YKDD2FSYEBTYPMKB5QZ4JT0OA' where id=1;
-update noar tt set b2='Y698MNX25' where id=1;
-update noar ti set b2='Y698MNX25' where id=1;
-update noar tt set v0='B919JNLCE3Y5TKJH24QC' where id=2;
-update noar ti set v0='B919JNLCE3Y5TKJH24QC' where id=2;
-update noar tt set b0='WJTMA4LU6R' where id=2;
-update noar ti set b0='WJTMA4LU6R' where id=2;
-update noar tt set v0='S5Q0H' where id=2;
-update noar ti set v0='S5Q0H' where id=2;
-update noar tt set b1='RMSMCBZ0HUGNQZQDKLUZ' where id=2;
-update noar ti set b1='RMSMCBZ0HUGNQZQDKLUZ' where id=2;
-update noar tt set v0='S18' where id=2;
-update noar ti set v0='S18' where id=2;
-update noar tt set b2='25EU28RZNCXWJ0GLZ27I' where id=2;
-update noar ti set b2='25EU28RZNCXWJ0GLZ27I' where id=2;
-update noar tt set v0='LRTIUXQWHTJAFIIX7VS' where id=3;
-update noar ti set v0='LRTIUXQWHTJAFIIX7VS' where id=3;
-update noar tt set b0='Z85WMPL67BVWPXIOQJ7LNJ' where id=3;
-update noar ti set b0='Z85WMPL67BVWPXIOQJ7LNJ' where id=3;
-update noar tt set v0='6GH65KMSXC9NBH30PCPCD6OFXMG' where id=3;
-update noar ti set v0='6GH65KMSXC9NBH30PCPCD6OFXMG' where id=3;
-update noar tt set b1='L8RL5IDLMIFY0Q3' where id=3;
-update noar ti set b1='L8RL5IDLMIFY0Q3' where id=3;
-update noar tt set v0='XY4DVW5XZJ8' where id=3;
-update noar ti set v0='XY4DVW5XZJ8' where id=3;
-update noar tt set b2='G4L' where id=3;
-update noar ti set b2='G4L' where id=3;
-update noar tt set v0='AGHDYX17QI3C4FQT8FD' where id=4;
-update noar ti set v0='AGHDYX17QI3C4FQT8FD' where id=4;
-update noar tt set b0='J305V' where id=4;
-update noar ti set b0='J305V' where id=4;
-update noar tt set v0='7EG02IGDF2F7PXAAMH5BZCZUR148' where id=4;
-update noar ti set v0='7EG02IGDF2F7PXAAMH5BZCZUR148' where id=4;
-update noar tt set b1='VAWGMUSVGOY7M549DA' where id=4;
-update noar ti set b1='VAWGMUSVGOY7M549DA' where id=4;
-update noar tt set v0='4N4L4XHWF3FQAWP0' where id=4;
-update noar ti set v0='4N4L4XHWF3FQAWP0' where id=4;
-update noar tt set b2='7XP26CHV9UQBDFS0ANMDOEE2VBU835' where id=4;
-update noar ti set b2='7XP26CHV9UQBDFS0ANMDOEE2VBU835' where id=4;
-update noar tt set v0='B9S8DVX3MZ60M6OS6PPELG8ALIZ' where id=5;
-update noar ti set v0='B9S8DVX3MZ60M6OS6PPELG8ALIZ' where id=5;
-update noar tt set b0='ZXZOHO389V70KSY' where id=5;
-update noar ti set b0='ZXZOHO389V70KSY' where id=5;
-update noar tt set v0='RKRL3YI88D' where id=5;
-update noar ti set v0='RKRL3YI88D' where id=5;
-update noar tt set b1='5KWEKK7XAXS4HCPTJS64FF' where id=5;
-update noar ti set b1='5KWEKK7XAXS4HCPTJS64FF' where id=5;
-update noar tt set v0='QCWXNGK1782X2RJ5O' where id=5;
-update noar ti set v0='QCWXNGK1782X2RJ5O' where id=5;
-update noar tt set b2='ONSN' where id=5;
-update noar ti set b2='ONSN' where id=5;
-update noar tt set v0='HGZ0OHSCTREB2RQE9XN8UR1748SS' where id=6;
-update noar ti set v0='HGZ0OHSCTREB2RQE9XN8UR1748SS' where id=6;
-update noar tt set b0='KN6' where id=6;
-update noar ti set b0='KN6' where id=6;
-update noar tt set v0='JJVI8J9IYCXEN4TT' where id=6;
-update noar ti set v0='JJVI8J9IYCXEN4TT' where id=6;
-update noar tt set b1='XXPHNOYQ5ZP1IQ73A9JKAQ' where id=6;
-update noar ti set b1='XXPHNOYQ5ZP1IQ73A9JKAQ' where id=6;
-update noar tt set v0='M5A5T5ALDQZ2S' where id=6;
-update noar ti set v0='M5A5T5ALDQZ2S' where id=6;
-update noar tt set b2='QN7EKYHJ62P66EOFYG1TGHDTKLO1KI5' where id=6;
-update noar ti set b2='QN7EKYHJ62P66EOFYG1TGHDTKLO1KI5' where id=6;
-update noar tt set v0='711A' where id=7;
-update noar ti set v0='711A' where id=7;
-update noar tt set b0='0BABH32UO' where id=7;
-update noar ti set b0='0BABH32UO' where id=7;
-update noar tt set v0='AFF8575R' where id=7;
-update noar ti set v0='AFF8575R' where id=7;
-update noar tt set b1='06N1VVVIPIZJX2ZXPDDMLVHMRJNB4DVI' where id=7;
-update noar ti set b1='06N1VVVIPIZJX2ZXPDDMLVHMRJNB4DVI' where id=7;
-update noar tt set v0='BB8' where id=7;
-update noar ti set v0='BB8' where id=7;
-update noar tt set b2='EN8' where id=7;
-update noar ti set b2='EN8' where id=7;
-update noar tt set v0='XFAJ3WG6A1RT02Y58S56' where id=8;
-update noar ti set v0='XFAJ3WG6A1RT02Y58S56' where id=8;
-update noar tt set b0='U2FAHR0OBYTH2TZUUUBR' where id=8;
-update noar ti set b0='U2FAHR0OBYTH2TZUUUBR' where id=8;
-update noar tt set v0='WP0ZIO09JI5S7KU' where id=8;
-update noar ti set v0='WP0ZIO09JI5S7KU' where id=8;
-update noar tt set b1='DGTOWH01GRNAQMQJ7E' where id=8;
-update noar ti set b1='DGTOWH01GRNAQMQJ7E' where id=8;
-update noar tt set v0='ULE1PTHWC4B48WISPLR5ZSFD35CDF2X3' where id=8;
-update noar ti set v0='ULE1PTHWC4B48WISPLR5ZSFD35CDF2X3' where id=8;
-update noar tt set b2='R2U0F5ADFZVHDIWKIYZE821KS' where id=8;
-update noar ti set b2='R2U0F5ADFZVHDIWKIYZE821KS' where id=8;
-update noar tt set v0='G5VHVX2PZIT2Z8GTPJIJ50B7T5W6LX' where id=9;
-update noar ti set v0='G5VHVX2PZIT2Z8GTPJIJ50B7T5W6LX' where id=9;
-update noar tt set b0='1WWYUFG' where id=9;
-update noar ti set b0='1WWYUFG' where id=9;
-update noar tt set v0='THW92PY4337G9B6J57Y07GPVJ0MMOJR5' where id=9;
-update noar ti set v0='THW92PY4337G9B6J57Y07GPVJ0MMOJR5' where id=9;
-update noar tt set b1='EEOP' where id=9;
-update noar ti set b1='EEOP' where id=9;
-update noar tt set v0='EXVRZNXS6308' where id=9;
-update noar ti set v0='EXVRZNXS6308' where id=9;
-update noar tt set b2='KVNVS6TASTDKU0' where id=9;
-update noar ti set b2='KVNVS6TASTDKU0' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) null,
- b0 tinyblob null,
- b1 blob null,
- b2 tinyblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='5BY2WL' where id=1;
-update noar ti set v0='5BY2WL' where id=1;
-update noar tt set b0='2LG9OQA' where id=1;
-update noar ti set b0='2LG9OQA' where id=1;
-update noar tt set v0='8A545MSMWTN02VPVU06CGR4AU9XPMS8G' where id=1;
-update noar ti set v0='8A545MSMWTN02VPVU06CGR4AU9XPMS8G' where id=1;
-update noar tt set b1='10IQ1YK40X5OYJLVLU10U8UBLAUGUC' where id=1;
-update noar ti set b1='10IQ1YK40X5OYJLVLU10U8UBLAUGUC' where id=1;
-update noar tt set v0='I9N4' where id=1;
-update noar ti set v0='I9N4' where id=1;
-update noar tt set b2='9S04H0WXMJGX' where id=1;
-update noar ti set b2='9S04H0WXMJGX' where id=1;
-update noar tt set v0='C17BARNR0UP55LYOC15Y0LXTWN10J1' where id=2;
-update noar ti set v0='C17BARNR0UP55LYOC15Y0LXTWN10J1' where id=2;
-update noar tt set b0='HKA2BQ' where id=2;
-update noar ti set b0='HKA2BQ' where id=2;
-update noar tt set v0='RC9C' where id=2;
-update noar ti set v0='RC9C' where id=2;
-update noar tt set b1='NNMCXD4IOIDTTA50OYXON' where id=2;
-update noar ti set b1='NNMCXD4IOIDTTA50OYXON' where id=2;
-update noar tt set v0='KNNYL' where id=2;
-update noar ti set v0='KNNYL' where id=2;
-update noar tt set b2='LO4QC69RGJP009Y1H9LFEP' where id=2;
-update noar ti set b2='LO4QC69RGJP009Y1H9LFEP' where id=2;
-update noar tt set v0='MPM75NHQ4IPXT3C8' where id=3;
-update noar ti set v0='MPM75NHQ4IPXT3C8' where id=3;
-update noar tt set b0='7V03CXP84YGBJ7' where id=3;
-update noar ti set b0='7V03CXP84YGBJ7' where id=3;
-update noar tt set v0='XDALAKE4F' where id=3;
-update noar ti set v0='XDALAKE4F' where id=3;
-update noar tt set b1='I93I7' where id=3;
-update noar ti set b1='I93I7' where id=3;
-update noar tt set v0='3B2TN6DMA4U83TXDFXLS3H1F1G0XUF2' where id=3;
-update noar ti set v0='3B2TN6DMA4U83TXDFXLS3H1F1G0XUF2' where id=3;
-update noar tt set b2='6QHW9NIPVXL388SD19DH1QT' where id=3;
-update noar ti set b2='6QHW9NIPVXL388SD19DH1QT' where id=3;
-update noar tt set v0='2UR6MB' where id=4;
-update noar ti set v0='2UR6MB' where id=4;
-update noar tt set b0='VKT2JWY64A1GH4BRG4VSQJ15J8TT7' where id=4;
-update noar ti set b0='VKT2JWY64A1GH4BRG4VSQJ15J8TT7' where id=4;
-update noar tt set v0='JHLJN7VR7FNS1JPBMKQO7L' where id=4;
-update noar ti set v0='JHLJN7VR7FNS1JPBMKQO7L' where id=4;
-update noar tt set b1='ME64QB92EH6DXLKKM7V3OT7ZE23' where id=4;
-update noar ti set b1='ME64QB92EH6DXLKKM7V3OT7ZE23' where id=4;
-update noar tt set v0='UYN69R6P1S6C6C1VJLEOA' where id=4;
-update noar ti set v0='UYN69R6P1S6C6C1VJLEOA' where id=4;
-update noar tt set b2='OQRMWCBP47J6FDIMS' where id=4;
-update noar ti set b2='OQRMWCBP47J6FDIMS' where id=4;
-update noar tt set v0='VHYHXA844B9QO9VWB5C4C64QOXJKPB' where id=5;
-update noar ti set v0='VHYHXA844B9QO9VWB5C4C64QOXJKPB' where id=5;
-update noar tt set b0='1LPCBNI4G1QCYQU50LHCVXT7TB38' where id=5;
-update noar ti set b0='1LPCBNI4G1QCYQU50LHCVXT7TB38' where id=5;
-update noar tt set v0='JUG' where id=5;
-update noar ti set v0='JUG' where id=5;
-update noar tt set b1='Q7V93AJC11' where id=5;
-update noar ti set b1='Q7V93AJC11' where id=5;
-update noar tt set v0='7D4AP' where id=5;
-update noar ti set v0='7D4AP' where id=5;
-update noar tt set b2='2SVBGC' where id=5;
-update noar ti set b2='2SVBGC' where id=5;
-update noar tt set v0='MLVZ' where id=6;
-update noar ti set v0='MLVZ' where id=6;
-update noar tt set b0='RGKY0TF70FT' where id=6;
-update noar ti set b0='RGKY0TF70FT' where id=6;
-update noar tt set v0='PL4M' where id=6;
-update noar ti set v0='PL4M' where id=6;
-update noar tt set b1='RO74V47G9JS2L5' where id=6;
-update noar ti set b1='RO74V47G9JS2L5' where id=6;
-update noar tt set v0='QYV0H0RJBU2IOOMFK6U8Y0CCFGC00M' where id=6;
-update noar ti set v0='QYV0H0RJBU2IOOMFK6U8Y0CCFGC00M' where id=6;
-update noar tt set b2='OY5AGV9P44VVI2ET6O8R' where id=6;
-update noar ti set b2='OY5AGV9P44VVI2ET6O8R' where id=6;
-update noar tt set v0='DQM3MJ1KI8XHMPSLFIOTBXNEY3' where id=7;
-update noar ti set v0='DQM3MJ1KI8XHMPSLFIOTBXNEY3' where id=7;
-update noar tt set b0='SFEVSIJPQR0ZQ5TDFHA13' where id=7;
-update noar ti set b0='SFEVSIJPQR0ZQ5TDFHA13' where id=7;
-update noar tt set v0='J' where id=7;
-update noar ti set v0='J' where id=7;
-update noar tt set b1='I2CUQVOAZV3' where id=7;
-update noar ti set b1='I2CUQVOAZV3' where id=7;
-update noar tt set v0='K8JQMG4K4I5WQ5TLTZUVKXS2EPMNP7F' where id=7;
-update noar ti set v0='K8JQMG4K4I5WQ5TLTZUVKXS2EPMNP7F' where id=7;
-update noar tt set b2='34VTBWMG2M' where id=7;
-update noar ti set b2='34VTBWMG2M' where id=7;
-update noar tt set v0='MS9RX3TVZRRI7SU1B463' where id=8;
-update noar ti set v0='MS9RX3TVZRRI7SU1B463' where id=8;
-update noar tt set b0='T2S1GA0O' where id=8;
-update noar ti set b0='T2S1GA0O' where id=8;
-update noar tt set v0='FMOT960EOBTB97J5XNKX5X5WFSF8Q3T' where id=8;
-update noar ti set v0='FMOT960EOBTB97J5XNKX5X5WFSF8Q3T' where id=8;
-update noar tt set b1='KN' where id=8;
-update noar ti set b1='KN' where id=8;
-update noar tt set v0='BHKL7AH4LB0GU5H' where id=8;
-update noar ti set v0='BHKL7AH4LB0GU5H' where id=8;
-update noar tt set b2='E1J9X4DJPFPM' where id=8;
-update noar ti set b2='E1J9X4DJPFPM' where id=8;
-update noar tt set v0='L' where id=9;
-update noar ti set v0='L' where id=9;
-update noar tt set b0='2MSHYUC013XQ0KRK' where id=9;
-update noar ti set b0='2MSHYUC013XQ0KRK' where id=9;
-update noar tt set v0='4PMIPCAB' where id=9;
-update noar ti set v0='4PMIPCAB' where id=9;
-update noar tt set b1='69Q8DYTVEK4DHLJWNIP3V1IDXBQO' where id=9;
-update noar ti set b1='69Q8DYTVEK4DHLJWNIP3V1IDXBQO' where id=9;
-update noar tt set v0='V8YM4VCQ5IZ0XN' where id=9;
-update noar ti set v0='V8YM4VCQ5IZ0XN' where id=9;
-update noar tt set b2='VMAPH031CNMBLCOEFQY8CO0J53' where id=9;
-update noar ti set b2='VMAPH031CNMBLCOEFQY8CO0J53' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) not null,
- b0 tinyblob not null,
- b1 blob not null,
- b2 tinyblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='NUXTEA371UUI1Y' where id=1;
-update noar ti set v0='NUXTEA371UUI1Y' where id=1;
-update noar tt set b0='16Z77OSIX' where id=1;
-update noar ti set b0='16Z77OSIX' where id=1;
-update noar tt set v0='3G6JRE3MPHPSEAA3' where id=1;
-update noar ti set v0='3G6JRE3MPHPSEAA3' where id=1;
-update noar tt set b1='C' where id=1;
-update noar ti set b1='C' where id=1;
-update noar tt set v0='FSIY84G0PLSNGVE73' where id=1;
-update noar ti set v0='FSIY84G0PLSNGVE73' where id=1;
-update noar tt set b2='KXJNKTSQ5' where id=1;
-update noar ti set b2='KXJNKTSQ5' where id=1;
-update noar tt set v0='HZY4KKANDK01GX' where id=2;
-update noar ti set v0='HZY4KKANDK01GX' where id=2;
-update noar tt set b0='W5VET6VE4G63TLA77GGWD30L0F6' where id=2;
-update noar ti set b0='W5VET6VE4G63TLA77GGWD30L0F6' where id=2;
-update noar tt set v0='AHMGJFBUGZQP1UC88ZI2S16U7TN1' where id=2;
-update noar ti set v0='AHMGJFBUGZQP1UC88ZI2S16U7TN1' where id=2;
-update noar tt set b1='YGBBURCJNMLCSGJIC666' where id=2;
-update noar ti set b1='YGBBURCJNMLCSGJIC666' where id=2;
-update noar tt set v0='WJBID4' where id=2;
-update noar ti set v0='WJBID4' where id=2;
-update noar tt set b2='OW' where id=2;
-update noar ti set b2='OW' where id=2;
-update noar tt set v0='8RG8G14QR6PESEG6QRODF7FGU' where id=3;
-update noar ti set v0='8RG8G14QR6PESEG6QRODF7FGU' where id=3;
-update noar tt set b0='MMZAKYRWQ' where id=3;
-update noar ti set b0='MMZAKYRWQ' where id=3;
-update noar tt set v0='5KEN4' where id=3;
-update noar ti set v0='5KEN4' where id=3;
-update noar tt set b1='23VAQ9R7BYX3P107O86LG' where id=3;
-update noar ti set b1='23VAQ9R7BYX3P107O86LG' where id=3;
-update noar tt set v0='GJOZQ4ZKS1DP' where id=3;
-update noar ti set v0='GJOZQ4ZKS1DP' where id=3;
-update noar tt set b2='BE96528P2KJA4HMQELHRBT67B' where id=3;
-update noar ti set b2='BE96528P2KJA4HMQELHRBT67B' where id=3;
-update noar tt set v0='86X7J' where id=4;
-update noar ti set v0='86X7J' where id=4;
-update noar tt set b0='YLZ23YHWBIE9TRZVHX' where id=4;
-update noar ti set b0='YLZ23YHWBIE9TRZVHX' where id=4;
-update noar tt set v0='RWL2RXTXEP4G8UJZ26M96A0GQVSX' where id=4;
-update noar ti set v0='RWL2RXTXEP4G8UJZ26M96A0GQVSX' where id=4;
-update noar tt set b1='D7RT34SZP32Q9NDDWX1N28F6' where id=4;
-update noar ti set b1='D7RT34SZP32Q9NDDWX1N28F6' where id=4;
-update noar tt set v0='RBOOWYJV0UO6IEF66K2PHJMR8JU' where id=4;
-update noar ti set v0='RBOOWYJV0UO6IEF66K2PHJMR8JU' where id=4;
-update noar tt set b2='85FZDU3L632EIH9C' where id=4;
-update noar ti set b2='85FZDU3L632EIH9C' where id=4;
-update noar tt set v0='T9EOANQZ2W5T93NHYKQJFC73I' where id=5;
-update noar ti set v0='T9EOANQZ2W5T93NHYKQJFC73I' where id=5;
-update noar tt set b0='1FW1O8R5WEDYEBD5P' where id=5;
-update noar ti set b0='1FW1O8R5WEDYEBD5P' where id=5;
-update noar tt set v0='FSE0XKCJ5WL5T5V9Z' where id=5;
-update noar ti set v0='FSE0XKCJ5WL5T5V9Z' where id=5;
-update noar tt set b1='EJ43VYZK798F0OVC3AEKUR58' where id=5;
-update noar ti set b1='EJ43VYZK798F0OVC3AEKUR58' where id=5;
-update noar tt set v0='B7F2RBS4KDC14S3K4YDT9EOHFC5S2C7' where id=5;
-update noar ti set v0='B7F2RBS4KDC14S3K4YDT9EOHFC5S2C7' where id=5;
-update noar tt set b2='3A4CUB9C3K1BPYOQSC6BQYM' where id=5;
-update noar ti set b2='3A4CUB9C3K1BPYOQSC6BQYM' where id=5;
-update noar tt set v0='XEYSOH0L53E0ZII4IHCBD49V30LA' where id=6;
-update noar ti set v0='XEYSOH0L53E0ZII4IHCBD49V30LA' where id=6;
-update noar tt set b0='0LFIO0E64XWEM4MDNT' where id=6;
-update noar ti set b0='0LFIO0E64XWEM4MDNT' where id=6;
-update noar tt set v0='SISI8E30RFEIPYYB4GOWMNYJ8Y7R32TN' where id=6;
-update noar ti set v0='SISI8E30RFEIPYYB4GOWMNYJ8Y7R32TN' where id=6;
-update noar tt set b1='7V' where id=6;
-update noar ti set b1='7V' where id=6;
-update noar tt set v0='2H' where id=6;
-update noar ti set v0='2H' where id=6;
-update noar tt set b2='H7C4YNHPDQXFW70HLATM' where id=6;
-update noar ti set b2='H7C4YNHPDQXFW70HLATM' where id=6;
-update noar tt set v0='10Q5O525U9TTL' where id=7;
-update noar ti set v0='10Q5O525U9TTL' where id=7;
-update noar tt set b0='41VHZGG491TA0K79J7JTM6' where id=7;
-update noar ti set b0='41VHZGG491TA0K79J7JTM6' where id=7;
-update noar tt set v0='Z17IUD0INSHF47J40KB8J8T9GI' where id=7;
-update noar ti set v0='Z17IUD0INSHF47J40KB8J8T9GI' where id=7;
-update noar tt set b1='2' where id=7;
-update noar ti set b1='2' where id=7;
-update noar tt set v0='0BS325FYR2' where id=7;
-update noar ti set v0='0BS325FYR2' where id=7;
-update noar tt set b2='NUFVIE5W873HNMQJJM' where id=7;
-update noar ti set b2='NUFVIE5W873HNMQJJM' where id=7;
-update noar tt set v0='AHBC' where id=8;
-update noar ti set v0='AHBC' where id=8;
-update noar tt set b0='HE5M00J' where id=8;
-update noar ti set b0='HE5M00J' where id=8;
-update noar tt set v0='HGIR661F6T' where id=8;
-update noar ti set v0='HGIR661F6T' where id=8;
-update noar tt set b1='0EN1AWPW3F' where id=8;
-update noar ti set b1='0EN1AWPW3F' where id=8;
-update noar tt set v0='ETKRBQBSS8VLY' where id=8;
-update noar ti set v0='ETKRBQBSS8VLY' where id=8;
-update noar tt set b2='BCY2NTOER4' where id=8;
-update noar ti set b2='BCY2NTOER4' where id=8;
-update noar tt set v0='L' where id=9;
-update noar ti set v0='L' where id=9;
-update noar tt set b0='5QGFUOYRCMVRNJ4FZU0FS4WL' where id=9;
-update noar ti set b0='5QGFUOYRCMVRNJ4FZU0FS4WL' where id=9;
-update noar tt set v0='9BTNPDXOT02K9CIOEB0YP' where id=9;
-update noar ti set v0='9BTNPDXOT02K9CIOEB0YP' where id=9;
-update noar tt set b1='TDZXB7BL' where id=9;
-update noar ti set b1='TDZXB7BL' where id=9;
-update noar tt set v0='KM3IGNRGMYJQ4BXWSX' where id=9;
-update noar ti set v0='KM3IGNRGMYJQ4BXWSX' where id=9;
-update noar tt set b2='X5' where id=9;
-update noar ti set b2='X5' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) not null,
- b0 tinyblob not null,
- b1 blob not null,
- b2 tinyblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='5TGH918FE' where id=1;
-update noar ti set v0='5TGH918FE' where id=1;
-update noar tt set b0='DYIIPEVFFMH8D' where id=1;
-update noar ti set b0='DYIIPEVFFMH8D' where id=1;
-update noar tt set v0='2KQEM9RUGP361U499NHZ97YAO82' where id=1;
-update noar ti set v0='2KQEM9RUGP361U499NHZ97YAO82' where id=1;
-update noar tt set b1='Y8FMSVM4G5F1' where id=1;
-update noar ti set b1='Y8FMSVM4G5F1' where id=1;
-update noar tt set v0='3UWXF3K5QB18G6S7Q' where id=1;
-update noar ti set v0='3UWXF3K5QB18G6S7Q' where id=1;
-update noar tt set b2='M6IOS8B0BAY68N378IJMKX97' where id=1;
-update noar ti set b2='M6IOS8B0BAY68N378IJMKX97' where id=1;
-update noar tt set v0='ZQ95I7HTDYANBB9CXHFF' where id=2;
-update noar ti set v0='ZQ95I7HTDYANBB9CXHFF' where id=2;
-update noar tt set b0='FVMGZSRKUOHV12ZVLJNGLNH9' where id=2;
-update noar ti set b0='FVMGZSRKUOHV12ZVLJNGLNH9' where id=2;
-update noar tt set v0='POVX7' where id=2;
-update noar ti set v0='POVX7' where id=2;
-update noar tt set b1='TKXC8GB3PE3R8ZA04FX02REK576T3' where id=2;
-update noar ti set b1='TKXC8GB3PE3R8ZA04FX02REK576T3' where id=2;
-update noar tt set v0='2HZYBF6ZXMQEJ3JE862ZF8N' where id=2;
-update noar ti set v0='2HZYBF6ZXMQEJ3JE862ZF8N' where id=2;
-update noar tt set b2='FNTMLAGSSJ5ZURXB7HC' where id=2;
-update noar ti set b2='FNTMLAGSSJ5ZURXB7HC' where id=2;
-update noar tt set v0='3A5TTVIP25IMXQ89TLDS5856E' where id=3;
-update noar ti set v0='3A5TTVIP25IMXQ89TLDS5856E' where id=3;
-update noar tt set b0='V7FDONMP2IK3JH7BUE2' where id=3;
-update noar ti set b0='V7FDONMP2IK3JH7BUE2' where id=3;
-update noar tt set v0='4OXKBWQV' where id=3;
-update noar ti set v0='4OXKBWQV' where id=3;
-update noar tt set b1='OIM47J4XC2' where id=3;
-update noar ti set b1='OIM47J4XC2' where id=3;
-update noar tt set v0='S83N9' where id=3;
-update noar ti set v0='S83N9' where id=3;
-update noar tt set b2='AD1GLPXFE' where id=3;
-update noar ti set b2='AD1GLPXFE' where id=3;
-update noar tt set v0='BYJC7F6ZO9K' where id=4;
-update noar ti set v0='BYJC7F6ZO9K' where id=4;
-update noar tt set b0='7FV8LMS' where id=4;
-update noar ti set b0='7FV8LMS' where id=4;
-update noar tt set v0='4ISJJJN30Z' where id=4;
-update noar ti set v0='4ISJJJN30Z' where id=4;
-update noar tt set b1='2M4XBSVF3GC9CE3' where id=4;
-update noar ti set b1='2M4XBSVF3GC9CE3' where id=4;
-update noar tt set v0='9VRXVQ' where id=4;
-update noar ti set v0='9VRXVQ' where id=4;
-update noar tt set b2='4ZM' where id=4;
-update noar ti set b2='4ZM' where id=4;
-update noar tt set v0='9KSNH' where id=5;
-update noar ti set v0='9KSNH' where id=5;
-update noar tt set b0='86CAAUHFFSWB' where id=5;
-update noar ti set b0='86CAAUHFFSWB' where id=5;
-update noar tt set v0='RQVYJ8' where id=5;
-update noar ti set v0='RQVYJ8' where id=5;
-update noar tt set b1='XZUVE1YYQD' where id=5;
-update noar ti set b1='XZUVE1YYQD' where id=5;
-update noar tt set v0='X8M1YTDQ' where id=5;
-update noar ti set v0='X8M1YTDQ' where id=5;
-update noar tt set b2='XYV8QJVY0XVP96OCSHVUY746BXAPN11X' where id=5;
-update noar ti set b2='XYV8QJVY0XVP96OCSHVUY746BXAPN11X' where id=5;
-update noar tt set v0='AZA822J5YQP0D2B1ICS0P0VD' where id=6;
-update noar ti set v0='AZA822J5YQP0D2B1ICS0P0VD' where id=6;
-update noar tt set b0='020FSPUSEDFFVZRCEKPMD9WIMXRB' where id=6;
-update noar ti set b0='020FSPUSEDFFVZRCEKPMD9WIMXRB' where id=6;
-update noar tt set v0='29OXZEY7OA67E16A75KQWDYOCQQ' where id=6;
-update noar ti set v0='29OXZEY7OA67E16A75KQWDYOCQQ' where id=6;
-update noar tt set b1='4TGU0HYQPEQ5CTJIEHK4RE47NW' where id=6;
-update noar ti set b1='4TGU0HYQPEQ5CTJIEHK4RE47NW' where id=6;
-update noar tt set v0='8DVXG7OBC9L47KV3B95WMDTL' where id=6;
-update noar ti set v0='8DVXG7OBC9L47KV3B95WMDTL' where id=6;
-update noar tt set b2='9LJNIZ3CP' where id=6;
-update noar ti set b2='9LJNIZ3CP' where id=6;
-update noar tt set v0='8N3WUNAJ75E7' where id=7;
-update noar ti set v0='8N3WUNAJ75E7' where id=7;
-update noar tt set b0='0AGM7NDNWHNB7I' where id=7;
-update noar ti set b0='0AGM7NDNWHNB7I' where id=7;
-update noar tt set v0='YW0J7WVF0Q3VS3NDB22EM7' where id=7;
-update noar ti set v0='YW0J7WVF0Q3VS3NDB22EM7' where id=7;
-update noar tt set b1='KMRHUSYPMJEQEMKODLQ8CX4JUTDOR' where id=7;
-update noar ti set b1='KMRHUSYPMJEQEMKODLQ8CX4JUTDOR' where id=7;
-update noar tt set v0='T1WB9G09BQ91LO2KU39249JHH8C8R2MA' where id=7;
-update noar ti set v0='T1WB9G09BQ91LO2KU39249JHH8C8R2MA' where id=7;
-update noar tt set b2='NBNHZHOTEX' where id=7;
-update noar ti set b2='NBNHZHOTEX' where id=7;
-update noar tt set v0='5HUMGT6' where id=8;
-update noar ti set v0='5HUMGT6' where id=8;
-update noar tt set b0='EY8B4R7UH3RQP2IW4BQE4K590DEGK' where id=8;
-update noar ti set b0='EY8B4R7UH3RQP2IW4BQE4K590DEGK' where id=8;
-update noar tt set v0='1PS25C28ZSSZTJPSEWX38' where id=8;
-update noar ti set v0='1PS25C28ZSSZTJPSEWX38' where id=8;
-update noar tt set b1='LWWE2QKT34' where id=8;
-update noar ti set b1='LWWE2QKT34' where id=8;
-update noar tt set v0='FGPM7' where id=8;
-update noar ti set v0='FGPM7' where id=8;
-update noar tt set b2='5C6SQ3EIW8XQ62A' where id=8;
-update noar ti set b2='5C6SQ3EIW8XQ62A' where id=8;
-update noar tt set v0='G9I651J3AVMD9PR' where id=9;
-update noar ti set v0='G9I651J3AVMD9PR' where id=9;
-update noar tt set b0='UGQ6X69UB03C' where id=9;
-update noar ti set b0='UGQ6X69UB03C' where id=9;
-update noar tt set v0='16VPMT57FBS8P0YY7CMJF' where id=9;
-update noar ti set v0='16VPMT57FBS8P0YY7CMJF' where id=9;
-update noar tt set b1='KE0DUX1VW' where id=9;
-update noar ti set b1='KE0DUX1VW' where id=9;
-update noar tt set v0='KG4SJ3YTPRPK6Z16KJL1HJ0VAS04' where id=9;
-update noar ti set v0='KG4SJ3YTPRPK6Z16KJL1HJ0VAS04' where id=9;
-update noar tt set b2='BMXO3' where id=9;
-update noar ti set b2='BMXO3' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) null,
- b0 tinyblob null,
- b1 blob null,
- b2 blob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='R2XGIXPZIHONX15Q8PJKQ5AB' where id=1;
-update noar ti set v0='R2XGIXPZIHONX15Q8PJKQ5AB' where id=1;
-update noar tt set b0='F0TQXVIXKJSWTGBM5C' where id=1;
-update noar ti set b0='F0TQXVIXKJSWTGBM5C' where id=1;
-update noar tt set v0='1H9C8BNKSC' where id=1;
-update noar ti set v0='1H9C8BNKSC' where id=1;
-update noar tt set b1='TCOKC9Y9P3K2KH4N281PGZZTGV' where id=1;
-update noar ti set b1='TCOKC9Y9P3K2KH4N281PGZZTGV' where id=1;
-update noar tt set v0='1ZF10NQBEY0U65G4J5L' where id=1;
-update noar ti set v0='1ZF10NQBEY0U65G4J5L' where id=1;
-update noar tt set b2='7WNH2OS2XPM' where id=1;
-update noar ti set b2='7WNH2OS2XPM' where id=1;
-update noar tt set v0='D3XMXM7' where id=2;
-update noar ti set v0='D3XMXM7' where id=2;
-update noar tt set b0='WTNB7Q5' where id=2;
-update noar ti set b0='WTNB7Q5' where id=2;
-update noar tt set v0='ABO5' where id=2;
-update noar ti set v0='ABO5' where id=2;
-update noar tt set b1='ZL3968VKQ8JBVKH8QDL8V0FOKVSELOJ5' where id=2;
-update noar ti set b1='ZL3968VKQ8JBVKH8QDL8V0FOKVSELOJ5' where id=2;
-update noar tt set v0='Z23CM0EBPMLR63WIKUEPTWZ' where id=2;
-update noar ti set v0='Z23CM0EBPMLR63WIKUEPTWZ' where id=2;
-update noar tt set b2='9XXLMOEPD38WOB63EXANEPML' where id=2;
-update noar ti set b2='9XXLMOEPD38WOB63EXANEPML' where id=2;
-update noar tt set v0='STH5L7D545HIDZ1R6XZ3NZMBNTHVY' where id=3;
-update noar ti set v0='STH5L7D545HIDZ1R6XZ3NZMBNTHVY' where id=3;
-update noar tt set b0='TYPUVLV97A2N9' where id=3;
-update noar ti set b0='TYPUVLV97A2N9' where id=3;
-update noar tt set v0='MHNKFVL009I' where id=3;
-update noar ti set v0='MHNKFVL009I' where id=3;
-update noar tt set b1='BD7NHBPCBPSMC6BW13' where id=3;
-update noar ti set b1='BD7NHBPCBPSMC6BW13' where id=3;
-update noar tt set v0='6FR3LX46IVEAK9Q5WKPMHCP0P5S7DN0' where id=3;
-update noar ti set v0='6FR3LX46IVEAK9Q5WKPMHCP0P5S7DN0' where id=3;
-update noar tt set b2='L0EKEC1' where id=3;
-update noar ti set b2='L0EKEC1' where id=3;
-update noar tt set v0='483MNNYHGG2XP2DBUNHWOX' where id=4;
-update noar ti set v0='483MNNYHGG2XP2DBUNHWOX' where id=4;
-update noar tt set b0='XX3V9UE05MFXAGE2PGYJG5DFSLEN' where id=4;
-update noar ti set b0='XX3V9UE05MFXAGE2PGYJG5DFSLEN' where id=4;
-update noar tt set v0='2SCLTP8I9R7NWHU0YEMUMWIT82K' where id=4;
-update noar ti set v0='2SCLTP8I9R7NWHU0YEMUMWIT82K' where id=4;
-update noar tt set b1='CQEW7T5A0TG5' where id=4;
-update noar ti set b1='CQEW7T5A0TG5' where id=4;
-update noar tt set v0='IH2BVFNGS77B1WVZUMNTE3L' where id=4;
-update noar ti set v0='IH2BVFNGS77B1WVZUMNTE3L' where id=4;
-update noar tt set b2='IGS2E16017LGTLUWQIH' where id=4;
-update noar ti set b2='IGS2E16017LGTLUWQIH' where id=4;
-update noar tt set v0='F3L7NXAHX' where id=5;
-update noar ti set v0='F3L7NXAHX' where id=5;
-update noar tt set b0='FO7VS07OYO1P' where id=5;
-update noar ti set b0='FO7VS07OYO1P' where id=5;
-update noar tt set v0='8Y1KGDOHP3' where id=5;
-update noar ti set v0='8Y1KGDOHP3' where id=5;
-update noar tt set b1='CPILFN' where id=5;
-update noar ti set b1='CPILFN' where id=5;
-update noar tt set v0='OYL9TR5VMR8' where id=5;
-update noar ti set v0='OYL9TR5VMR8' where id=5;
-update noar tt set b2='RDQYG9FLZTPW1' where id=5;
-update noar ti set b2='RDQYG9FLZTPW1' where id=5;
-update noar tt set v0='UB8Y8YBTYBGYZR7Y' where id=6;
-update noar ti set v0='UB8Y8YBTYBGYZR7Y' where id=6;
-update noar tt set b0='WXUL1PZN98MLRU' where id=6;
-update noar ti set b0='WXUL1PZN98MLRU' where id=6;
-update noar tt set v0='NUNHMV' where id=6;
-update noar ti set v0='NUNHMV' where id=6;
-update noar tt set b1='3DWJ25W' where id=6;
-update noar ti set b1='3DWJ25W' where id=6;
-update noar tt set v0='OOUYX4G3TE3OZ3K0E5PV5URFLCQ' where id=6;
-update noar ti set v0='OOUYX4G3TE3OZ3K0E5PV5URFLCQ' where id=6;
-update noar tt set b2='IPEJFX6ZL6KRLXPO51K0KJIZ502' where id=6;
-update noar ti set b2='IPEJFX6ZL6KRLXPO51K0KJIZ502' where id=6;
-update noar tt set v0='CNV' where id=7;
-update noar ti set v0='CNV' where id=7;
-update noar tt set b0='M0VSGIL' where id=7;
-update noar ti set b0='M0VSGIL' where id=7;
-update noar tt set v0='R92B3TNW3' where id=7;
-update noar ti set v0='R92B3TNW3' where id=7;
-update noar tt set b1='0OT4REN' where id=7;
-update noar ti set b1='0OT4REN' where id=7;
-update noar tt set v0='CQBG4KTR9YISQLQ0ZNUNV0CFTRTFZXL' where id=7;
-update noar ti set v0='CQBG4KTR9YISQLQ0ZNUNV0CFTRTFZXL' where id=7;
-update noar tt set b2='ZL95VY321YGZA40T10I2N1TCDLCKL02' where id=7;
-update noar ti set b2='ZL95VY321YGZA40T10I2N1TCDLCKL02' where id=7;
-update noar tt set v0='WNAH6J4ZQBV' where id=8;
-update noar ti set v0='WNAH6J4ZQBV' where id=8;
-update noar tt set b0='CMKK254WZ1Y' where id=8;
-update noar ti set b0='CMKK254WZ1Y' where id=8;
-update noar tt set v0='7ZVR0GI4NXFM' where id=8;
-update noar ti set v0='7ZVR0GI4NXFM' where id=8;
-update noar tt set b1='TJ3BJ' where id=8;
-update noar ti set b1='TJ3BJ' where id=8;
-update noar tt set v0='S7YOGPZCMR' where id=8;
-update noar ti set v0='S7YOGPZCMR' where id=8;
-update noar tt set b2='YJYVTDC7L' where id=8;
-update noar ti set b2='YJYVTDC7L' where id=8;
-update noar tt set v0='L87Q3SGF3' where id=9;
-update noar ti set v0='L87Q3SGF3' where id=9;
-update noar tt set b0='7J2R72I7OJ9KFX6MMG43XP0PKLDU8' where id=9;
-update noar ti set b0='7J2R72I7OJ9KFX6MMG43XP0PKLDU8' where id=9;
-update noar tt set v0='7UZSISTY3N6SVXUW2YMACI1OBS17' where id=9;
-update noar ti set v0='7UZSISTY3N6SVXUW2YMACI1OBS17' where id=9;
-update noar tt set b1='QUQEFBU0MLAR8O4SVRK7BN40RUYBC' where id=9;
-update noar ti set b1='QUQEFBU0MLAR8O4SVRK7BN40RUYBC' where id=9;
-update noar tt set v0='MF4TJ3FZLA4LF7L8KT3BI0' where id=9;
-update noar ti set v0='MF4TJ3FZLA4LF7L8KT3BI0' where id=9;
-update noar tt set b2='2QY18PV' where id=9;
-update noar ti set b2='2QY18PV' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) null,
- b0 tinyblob null,
- b1 blob null,
- b2 blob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='RDN1LDPADLY2W' where id=1;
-update noar ti set v0='RDN1LDPADLY2W' where id=1;
-update noar tt set b0='TN' where id=1;
-update noar ti set b0='TN' where id=1;
-update noar tt set v0='94JQFG63HHL79LOTLS5MSN' where id=1;
-update noar ti set v0='94JQFG63HHL79LOTLS5MSN' where id=1;
-update noar tt set b1='B' where id=1;
-update noar ti set b1='B' where id=1;
-update noar tt set v0='XFFOMZ0VK6' where id=1;
-update noar ti set v0='XFFOMZ0VK6' where id=1;
-update noar tt set b2='9H685MH3J3WCAMS1JDUWCT' where id=1;
-update noar ti set b2='9H685MH3J3WCAMS1JDUWCT' where id=1;
-update noar tt set v0='UBFNF46GSMK2' where id=2;
-update noar ti set v0='UBFNF46GSMK2' where id=2;
-update noar tt set b0='4A4HDRSW3YV9HHPSW2ROTRS52XT' where id=2;
-update noar ti set b0='4A4HDRSW3YV9HHPSW2ROTRS52XT' where id=2;
-update noar tt set v0='P486AR0LXI51NMOPWQX' where id=2;
-update noar ti set v0='P486AR0LXI51NMOPWQX' where id=2;
-update noar tt set b1='QZROKQ6WKTJUJOD51RDBIKT98AQ' where id=2;
-update noar ti set b1='QZROKQ6WKTJUJOD51RDBIKT98AQ' where id=2;
-update noar tt set v0='JCCD' where id=2;
-update noar ti set v0='JCCD' where id=2;
-update noar tt set b2='YYTM4Z' where id=2;
-update noar ti set b2='YYTM4Z' where id=2;
-update noar tt set v0='GRMFU6ZODW6D92DQ' where id=3;
-update noar ti set v0='GRMFU6ZODW6D92DQ' where id=3;
-update noar tt set b0='5EIR9U2MP6B5VYRET0ERFF1VTQC6G' where id=3;
-update noar ti set b0='5EIR9U2MP6B5VYRET0ERFF1VTQC6G' where id=3;
-update noar tt set v0='U323Y8P41QIJNEB' where id=3;
-update noar ti set v0='U323Y8P41QIJNEB' where id=3;
-update noar tt set b1='ZR3COMRCTO1AFD411EWU5050ZFFV0' where id=3;
-update noar ti set b1='ZR3COMRCTO1AFD411EWU5050ZFFV0' where id=3;
-update noar tt set v0='RCK65BO7UK2STYYTEM1DFG8PQ' where id=3;
-update noar ti set v0='RCK65BO7UK2STYYTEM1DFG8PQ' where id=3;
-update noar tt set b2='OE5Q3IJ5SHSI5LJY09KRRZX2ZM9975' where id=3;
-update noar ti set b2='OE5Q3IJ5SHSI5LJY09KRRZX2ZM9975' where id=3;
-update noar tt set v0='QXS7A7MDO2X' where id=4;
-update noar ti set v0='QXS7A7MDO2X' where id=4;
-update noar tt set b0='OSHMCG8IE47QMARYCUOVWGT8RBF' where id=4;
-update noar ti set b0='OSHMCG8IE47QMARYCUOVWGT8RBF' where id=4;
-update noar tt set v0='KYXCP05FECRY2UQW' where id=4;
-update noar ti set v0='KYXCP05FECRY2UQW' where id=4;
-update noar tt set b1='T3030EJLR0WJ77H0TXVDJVSWO91R0' where id=4;
-update noar ti set b1='T3030EJLR0WJ77H0TXVDJVSWO91R0' where id=4;
-update noar tt set v0='T2RJGS8GKFFES7KZNO' where id=4;
-update noar ti set v0='T2RJGS8GKFFES7KZNO' where id=4;
-update noar tt set b2='P1GZFDM' where id=4;
-update noar ti set b2='P1GZFDM' where id=4;
-update noar tt set v0='TA4K63DFCOWS45TQCS3WXQ0RHHC' where id=5;
-update noar ti set v0='TA4K63DFCOWS45TQCS3WXQ0RHHC' where id=5;
-update noar tt set b0='TTA2H9Y5045BF90D8M0NCNDB4S' where id=5;
-update noar ti set b0='TTA2H9Y5045BF90D8M0NCNDB4S' where id=5;
-update noar tt set v0='CVB1UI27YM0W2VO8BH6AOI' where id=5;
-update noar ti set v0='CVB1UI27YM0W2VO8BH6AOI' where id=5;
-update noar tt set b1='9ZSAE4E7RW955E62RJVD6E0HPZL3' where id=5;
-update noar ti set b1='9ZSAE4E7RW955E62RJVD6E0HPZL3' where id=5;
-update noar tt set v0='G3IXYHV3QJF2S5M3NAO2DFRAO0Y0IDWS' where id=5;
-update noar ti set v0='G3IXYHV3QJF2S5M3NAO2DFRAO0Y0IDWS' where id=5;
-update noar tt set b2='UUPKWLRM758VX55ECP' where id=5;
-update noar ti set b2='UUPKWLRM758VX55ECP' where id=5;
-update noar tt set v0='J52OAHYW3XA' where id=6;
-update noar ti set v0='J52OAHYW3XA' where id=6;
-update noar tt set b0='V5L4RCKT5L8UG8OMNNSL0XD55ZIHXLL' where id=6;
-update noar ti set b0='V5L4RCKT5L8UG8OMNNSL0XD55ZIHXLL' where id=6;
-update noar tt set v0='MGHXMAGPGHBJRMD62IFVL8SD' where id=6;
-update noar ti set v0='MGHXMAGPGHBJRMD62IFVL8SD' where id=6;
-update noar tt set b1='8NNHVX5A8' where id=6;
-update noar ti set b1='8NNHVX5A8' where id=6;
-update noar tt set v0='W4TO2I' where id=6;
-update noar ti set v0='W4TO2I' where id=6;
-update noar tt set b2='LG8XZRO0CCCYF7GVLBK81' where id=6;
-update noar ti set b2='LG8XZRO0CCCYF7GVLBK81' where id=6;
-update noar tt set v0='D2R5VD6P' where id=7;
-update noar ti set v0='D2R5VD6P' where id=7;
-update noar tt set b0='GXN1XNP38EWS1T0' where id=7;
-update noar ti set b0='GXN1XNP38EWS1T0' where id=7;
-update noar tt set v0='OW1YWOP7E2ATOU07TKJJ5BX2E9P55W' where id=7;
-update noar ti set v0='OW1YWOP7E2ATOU07TKJJ5BX2E9P55W' where id=7;
-update noar tt set b1='EZUTM6BMDS15LXBANEBEG' where id=7;
-update noar ti set b1='EZUTM6BMDS15LXBANEBEG' where id=7;
-update noar tt set v0='1OD0FGWZM0398YO7261QN8HYK4IVBFY' where id=7;
-update noar ti set v0='1OD0FGWZM0398YO7261QN8HYK4IVBFY' where id=7;
-update noar tt set b2='9LB1QPXSBRBJBJSIUC4H' where id=7;
-update noar ti set b2='9LB1QPXSBRBJBJSIUC4H' where id=7;
-update noar tt set v0='YUSN0UNMQ' where id=8;
-update noar ti set v0='YUSN0UNMQ' where id=8;
-update noar tt set b0='C636LCYT3C7EW9JY1FERJWAZEJXQR3' where id=8;
-update noar ti set b0='C636LCYT3C7EW9JY1FERJWAZEJXQR3' where id=8;
-update noar tt set v0='QK8FQP857BPQQAP' where id=8;
-update noar ti set v0='QK8FQP857BPQQAP' where id=8;
-update noar tt set b1='X2R3KPK3RTOT1MQ4G0' where id=8;
-update noar ti set b1='X2R3KPK3RTOT1MQ4G0' where id=8;
-update noar tt set v0='V' where id=8;
-update noar ti set v0='V' where id=8;
-update noar tt set b2='9M0WH6C' where id=8;
-update noar ti set b2='9M0WH6C' where id=8;
-update noar tt set v0='JHY53VRPGYJQRISY4JFSG6UMUUL' where id=9;
-update noar ti set v0='JHY53VRPGYJQRISY4JFSG6UMUUL' where id=9;
-update noar tt set b0='1R9G1GA2REZXA' where id=9;
-update noar ti set b0='1R9G1GA2REZXA' where id=9;
-update noar tt set v0='X4E8R20G5L5KV' where id=9;
-update noar ti set v0='X4E8R20G5L5KV' where id=9;
-update noar tt set b1='EZMHK5ZWEJQUBCD6TY0TUZKJJQKVHYH' where id=9;
-update noar ti set b1='EZMHK5ZWEJQUBCD6TY0TUZKJJQKVHYH' where id=9;
-update noar tt set v0='A' where id=9;
-update noar ti set v0='A' where id=9;
-update noar tt set b2='DLR4SONDNKNBV' where id=9;
-update noar ti set b2='DLR4SONDNKNBV' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) not null,
- b0 tinyblob not null,
- b1 blob not null,
- b2 blob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='ZZ8D76B8VLFFBMTF8W7RURN7J06NKQL' where id=1;
-update noar ti set v0='ZZ8D76B8VLFFBMTF8W7RURN7J06NKQL' where id=1;
-update noar tt set b0='6J0OJOB0K2RK9UCXTP' where id=1;
-update noar ti set b0='6J0OJOB0K2RK9UCXTP' where id=1;
-update noar tt set v0='Y198CUIDA92LXYR4' where id=1;
-update noar ti set v0='Y198CUIDA92LXYR4' where id=1;
-update noar tt set b1='RPI1K02DQA4QVWMWVTQMP3ZT3K6VW7O' where id=1;
-update noar ti set b1='RPI1K02DQA4QVWMWVTQMP3ZT3K6VW7O' where id=1;
-update noar tt set v0='4E' where id=1;
-update noar ti set v0='4E' where id=1;
-update noar tt set b2='BC5DQ2YNCXWTH9P70W2E4PA0WR2LR' where id=1;
-update noar ti set b2='BC5DQ2YNCXWTH9P70W2E4PA0WR2LR' where id=1;
-update noar tt set v0='H5AODKXM' where id=2;
-update noar ti set v0='H5AODKXM' where id=2;
-update noar tt set b0='9237HY6G145L' where id=2;
-update noar ti set b0='9237HY6G145L' where id=2;
-update noar tt set v0='BNIIJO5AR29BY9L3CPGLP2' where id=2;
-update noar ti set v0='BNIIJO5AR29BY9L3CPGLP2' where id=2;
-update noar tt set b1='Z7K0SRRD06BA' where id=2;
-update noar ti set b1='Z7K0SRRD06BA' where id=2;
-update noar tt set v0='47858' where id=2;
-update noar ti set v0='47858' where id=2;
-update noar tt set b2='CBGVTSW8EPR7JOEZF4GOGL' where id=2;
-update noar ti set b2='CBGVTSW8EPR7JOEZF4GOGL' where id=2;
-update noar tt set v0='FWYWUGEEMCDQT1FQAJF2I0CTJ' where id=3;
-update noar ti set v0='FWYWUGEEMCDQT1FQAJF2I0CTJ' where id=3;
-update noar tt set b0='RHKKFGGD4BL' where id=3;
-update noar ti set b0='RHKKFGGD4BL' where id=3;
-update noar tt set v0='JGP3B3NXXYEDURZQMXA4OOK' where id=3;
-update noar ti set v0='JGP3B3NXXYEDURZQMXA4OOK' where id=3;
-update noar tt set b1='ZQ9MCC2X6DUAT' where id=3;
-update noar ti set b1='ZQ9MCC2X6DUAT' where id=3;
-update noar tt set v0='AGKOH223XDS2WO' where id=3;
-update noar ti set v0='AGKOH223XDS2WO' where id=3;
-update noar tt set b2='PRHBD2TULPRGZ4VPEM941UDMQOQYOMY4' where id=3;
-update noar ti set b2='PRHBD2TULPRGZ4VPEM941UDMQOQYOMY4' where id=3;
-update noar tt set v0='HXGZ688SML7MB51N7PU1QS1CKIVGHU70' where id=4;
-update noar ti set v0='HXGZ688SML7MB51N7PU1QS1CKIVGHU70' where id=4;
-update noar tt set b0='XOI6VW96LHDK9YMY5UKLY4729' where id=4;
-update noar ti set b0='XOI6VW96LHDK9YMY5UKLY4729' where id=4;
-update noar tt set v0='XU78695F80KHTO7TEJ8B' where id=4;
-update noar ti set v0='XU78695F80KHTO7TEJ8B' where id=4;
-update noar tt set b1='VAXTK0LR69LIFBR1' where id=4;
-update noar ti set b1='VAXTK0LR69LIFBR1' where id=4;
-update noar tt set v0='Q' where id=4;
-update noar ti set v0='Q' where id=4;
-update noar tt set b2='E7YS30R0KZSWM37CQD0JLPASF6SUMO' where id=4;
-update noar ti set b2='E7YS30R0KZSWM37CQD0JLPASF6SUMO' where id=4;
-update noar tt set v0='NKTZ' where id=5;
-update noar ti set v0='NKTZ' where id=5;
-update noar tt set b0='GGUV67DID6TCD4EYR58KG4Q8I7J' where id=5;
-update noar ti set b0='GGUV67DID6TCD4EYR58KG4Q8I7J' where id=5;
-update noar tt set v0='P7W86CHFJ6HHM6WPB42J5C1E' where id=5;
-update noar ti set v0='P7W86CHFJ6HHM6WPB42J5C1E' where id=5;
-update noar tt set b1='J0P8DUG3Q06X5JXJ' where id=5;
-update noar ti set b1='J0P8DUG3Q06X5JXJ' where id=5;
-update noar tt set v0='5T0G486U3P2MGAGMR7WROWJSJ18T1OU4' where id=5;
-update noar ti set v0='5T0G486U3P2MGAGMR7WROWJSJ18T1OU4' where id=5;
-update noar tt set b2='KWCM' where id=5;
-update noar ti set b2='KWCM' where id=5;
-update noar tt set v0='S2L6RJGZG837U' where id=6;
-update noar ti set v0='S2L6RJGZG837U' where id=6;
-update noar tt set b0='9D9FMUS3UOVNAJUYEGKJBOVRLNRDC05D' where id=6;
-update noar ti set b0='9D9FMUS3UOVNAJUYEGKJBOVRLNRDC05D' where id=6;
-update noar tt set v0='6ZZHECEI52F313T2' where id=6;
-update noar ti set v0='6ZZHECEI52F313T2' where id=6;
-update noar tt set b1='5GMOCX7SUU' where id=6;
-update noar ti set b1='5GMOCX7SUU' where id=6;
-update noar tt set v0='FJ8DGZGCPBX4Q01RD2BDA' where id=6;
-update noar ti set v0='FJ8DGZGCPBX4Q01RD2BDA' where id=6;
-update noar tt set b2='LK96K0V9QNJS1JNSW' where id=6;
-update noar ti set b2='LK96K0V9QNJS1JNSW' where id=6;
-update noar tt set v0='CQ1WIPZISC188YMKA' where id=7;
-update noar ti set v0='CQ1WIPZISC188YMKA' where id=7;
-update noar tt set b0='AKBTBDCEVWW7' where id=7;
-update noar ti set b0='AKBTBDCEVWW7' where id=7;
-update noar tt set v0='511VERZBD22JZ6ETJJ0UXCZB2249TZ9' where id=7;
-update noar ti set v0='511VERZBD22JZ6ETJJ0UXCZB2249TZ9' where id=7;
-update noar tt set b1='DJJ2HODYS' where id=7;
-update noar ti set b1='DJJ2HODYS' where id=7;
-update noar tt set v0='JJUVP90KR9FD6' where id=7;
-update noar ti set v0='JJUVP90KR9FD6' where id=7;
-update noar tt set b2='LBMOOPR8332YZ8SGUQ884YS3P6MVD' where id=7;
-update noar ti set b2='LBMOOPR8332YZ8SGUQ884YS3P6MVD' where id=7;
-update noar tt set v0='ESN6E0' where id=8;
-update noar ti set v0='ESN6E0' where id=8;
-update noar tt set b0='BGG8Z' where id=8;
-update noar ti set b0='BGG8Z' where id=8;
-update noar tt set v0='R3XFXIO7J3VR' where id=8;
-update noar ti set v0='R3XFXIO7J3VR' where id=8;
-update noar tt set b1='P7IRB' where id=8;
-update noar ti set b1='P7IRB' where id=8;
-update noar tt set v0='F0R33BXEC87EVTYIZF' where id=8;
-update noar ti set v0='F0R33BXEC87EVTYIZF' where id=8;
-update noar tt set b2='OEXVB93OKIAX6HCC7K9XH3M9LJL' where id=8;
-update noar ti set b2='OEXVB93OKIAX6HCC7K9XH3M9LJL' where id=8;
-update noar tt set v0='INLH6' where id=9;
-update noar ti set v0='INLH6' where id=9;
-update noar tt set b0='TY' where id=9;
-update noar ti set b0='TY' where id=9;
-update noar tt set v0='G79ENEPDWJTIT57CKVLI' where id=9;
-update noar ti set v0='G79ENEPDWJTIT57CKVLI' where id=9;
-update noar tt set b1='1OAP4I2VXAVDD2J2SSXE1MKIRPD50AOO' where id=9;
-update noar ti set b1='1OAP4I2VXAVDD2J2SSXE1MKIRPD50AOO' where id=9;
-update noar tt set v0='TSEM89X' where id=9;
-update noar ti set v0='TSEM89X' where id=9;
-update noar tt set b2='NUAP4MRQOP0Z46Y0' where id=9;
-update noar ti set b2='NUAP4MRQOP0Z46Y0' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) not null,
- b0 tinyblob not null,
- b1 blob not null,
- b2 blob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='2CZ5RH5VV24WM3MWX9E68DSVG10W7Q0' where id=1;
-update noar ti set v0='2CZ5RH5VV24WM3MWX9E68DSVG10W7Q0' where id=1;
-update noar tt set b0='X1FV2B' where id=1;
-update noar ti set b0='X1FV2B' where id=1;
-update noar tt set v0='4OL6' where id=1;
-update noar ti set v0='4OL6' where id=1;
-update noar tt set b1='N9HG8GGYQ7GE0HT29YN0CGFNAXY9' where id=1;
-update noar ti set b1='N9HG8GGYQ7GE0HT29YN0CGFNAXY9' where id=1;
-update noar tt set v0='K2QX8ZDC5YWU' where id=1;
-update noar ti set v0='K2QX8ZDC5YWU' where id=1;
-update noar tt set b2='1Y6CGI5ZU6QNVWT' where id=1;
-update noar ti set b2='1Y6CGI5ZU6QNVWT' where id=1;
-update noar tt set v0='L8NG9D7IOKGBF8WVL0FNCAL9IJOZTNC' where id=2;
-update noar ti set v0='L8NG9D7IOKGBF8WVL0FNCAL9IJOZTNC' where id=2;
-update noar tt set b0='66Y' where id=2;
-update noar ti set b0='66Y' where id=2;
-update noar tt set v0='DS2VN4WL0M35A3UUZIBL0X3' where id=2;
-update noar ti set v0='DS2VN4WL0M35A3UUZIBL0X3' where id=2;
-update noar tt set b1='ZA6VGOH3ANO1849RVMT' where id=2;
-update noar ti set b1='ZA6VGOH3ANO1849RVMT' where id=2;
-update noar tt set v0='YOTY' where id=2;
-update noar ti set v0='YOTY' where id=2;
-update noar tt set b2='264E7IB' where id=2;
-update noar ti set b2='264E7IB' where id=2;
-update noar tt set v0='P' where id=3;
-update noar ti set v0='P' where id=3;
-update noar tt set b0='BZ' where id=3;
-update noar ti set b0='BZ' where id=3;
-update noar tt set v0='HEW' where id=3;
-update noar ti set v0='HEW' where id=3;
-update noar tt set b1='GFM4WVNW8IB68MLE' where id=3;
-update noar ti set b1='GFM4WVNW8IB68MLE' where id=3;
-update noar tt set v0='5IVJ52WKG7RZ1KTOQYVJTZFBJ3AQVO' where id=3;
-update noar ti set v0='5IVJ52WKG7RZ1KTOQYVJTZFBJ3AQVO' where id=3;
-update noar tt set b2='0H6QSY6AAC35E' where id=3;
-update noar ti set b2='0H6QSY6AAC35E' where id=3;
-update noar tt set v0='LRN90EE76VR6A8VUX5JHYRE0' where id=4;
-update noar ti set v0='LRN90EE76VR6A8VUX5JHYRE0' where id=4;
-update noar tt set b0='K85C7K2DYMTTU5K5JMA' where id=4;
-update noar ti set b0='K85C7K2DYMTTU5K5JMA' where id=4;
-update noar tt set v0='QP7TCXMYEGH7NIUKNYA8IDIS8ZV0' where id=4;
-update noar ti set v0='QP7TCXMYEGH7NIUKNYA8IDIS8ZV0' where id=4;
-update noar tt set b1='ECP5SYHQHFMO5' where id=4;
-update noar ti set b1='ECP5SYHQHFMO5' where id=4;
-update noar tt set v0='BGJCFHKAIY2OU7SWV' where id=4;
-update noar ti set v0='BGJCFHKAIY2OU7SWV' where id=4;
-update noar tt set b2='W40RECBSDLYEQ499' where id=4;
-update noar ti set b2='W40RECBSDLYEQ499' where id=4;
-update noar tt set v0='WYC3FTPGBASMDRJCSWQGSA4ETQ' where id=5;
-update noar ti set v0='WYC3FTPGBASMDRJCSWQGSA4ETQ' where id=5;
-update noar tt set b0='EKWRHT2' where id=5;
-update noar ti set b0='EKWRHT2' where id=5;
-update noar tt set v0='VH6JW0HNVEZJTLHPEISH6' where id=5;
-update noar ti set v0='VH6JW0HNVEZJTLHPEISH6' where id=5;
-update noar tt set b1='0C78Y1KXW2DQHUFGKI50CH5GFA2152U' where id=5;
-update noar ti set b1='0C78Y1KXW2DQHUFGKI50CH5GFA2152U' where id=5;
-update noar tt set v0='N88UGE0' where id=5;
-update noar ti set v0='N88UGE0' where id=5;
-update noar tt set b2='JAYD1RTVX6ENRE2HKEGEMK9MJ3LT' where id=5;
-update noar ti set b2='JAYD1RTVX6ENRE2HKEGEMK9MJ3LT' where id=5;
-update noar tt set v0='1DKTMGV8ZIJFY70' where id=6;
-update noar ti set v0='1DKTMGV8ZIJFY70' where id=6;
-update noar tt set b0='BC07R3' where id=6;
-update noar ti set b0='BC07R3' where id=6;
-update noar tt set v0='NS09OAMX96XDSJTCXJO29PN4JO0' where id=6;
-update noar ti set v0='NS09OAMX96XDSJTCXJO29PN4JO0' where id=6;
-update noar tt set b1='WCP5SITMIL29E69EWSAEI3B' where id=6;
-update noar ti set b1='WCP5SITMIL29E69EWSAEI3B' where id=6;
-update noar tt set v0='IHK7WN8KFMK756IKZLKEP0' where id=6;
-update noar ti set v0='IHK7WN8KFMK756IKZLKEP0' where id=6;
-update noar tt set b2='WQWBIX31' where id=6;
-update noar ti set b2='WQWBIX31' where id=6;
-update noar tt set v0='CEDR9V9LA531JSHH6XP0PVD' where id=7;
-update noar ti set v0='CEDR9V9LA531JSHH6XP0PVD' where id=7;
-update noar tt set b0='CRRISU2K9' where id=7;
-update noar ti set b0='CRRISU2K9' where id=7;
-update noar tt set v0='4' where id=7;
-update noar ti set v0='4' where id=7;
-update noar tt set b1='OX' where id=7;
-update noar ti set b1='OX' where id=7;
-update noar tt set v0='WOS8D9XMOAYXXQKLKZS8U35XUF7X' where id=7;
-update noar ti set v0='WOS8D9XMOAYXXQKLKZS8U35XUF7X' where id=7;
-update noar tt set b2='PMC2GMSSNRCAK8CS846DC2' where id=7;
-update noar ti set b2='PMC2GMSSNRCAK8CS846DC2' where id=7;
-update noar tt set v0='41GT' where id=8;
-update noar ti set v0='41GT' where id=8;
-update noar tt set b0='LA6EA7OJLYS2TEZGJLKVXM' where id=8;
-update noar ti set b0='LA6EA7OJLYS2TEZGJLKVXM' where id=8;
-update noar tt set v0='T11M0VBTGOTC7' where id=8;
-update noar ti set v0='T11M0VBTGOTC7' where id=8;
-update noar tt set b1='65YZD8QBVH8NYKLCJ0CSX452B1RANUY7' where id=8;
-update noar ti set b1='65YZD8QBVH8NYKLCJ0CSX452B1RANUY7' where id=8;
-update noar tt set v0='2FZDE35RKUV3R7BDMHAE' where id=8;
-update noar ti set v0='2FZDE35RKUV3R7BDMHAE' where id=8;
-update noar tt set b2='F1C9OR2HWIZ1LZVS57B' where id=8;
-update noar ti set b2='F1C9OR2HWIZ1LZVS57B' where id=8;
-update noar tt set v0='SDMYKH4BPLWPWMWLO8RKXRZYI' where id=9;
-update noar ti set v0='SDMYKH4BPLWPWMWLO8RKXRZYI' where id=9;
-update noar tt set b0='24PNSZGAS8SXGXTP' where id=9;
-update noar ti set b0='24PNSZGAS8SXGXTP' where id=9;
-update noar tt set v0='IJIYFZX0QA49' where id=9;
-update noar ti set v0='IJIYFZX0QA49' where id=9;
-update noar tt set b1='LE12M0LRSYF4I8NN4OZ0EPJBPXVJJF' where id=9;
-update noar ti set b1='LE12M0LRSYF4I8NN4OZ0EPJBPXVJJF' where id=9;
-update noar tt set v0='LMKGF2YF' where id=9;
-update noar ti set v0='LMKGF2YF' where id=9;
-update noar tt set b2='DB63DA0HYCQCEAQ7C2BQO29' where id=9;
-update noar ti set b2='DB63DA0HYCQCEAQ7C2BQO29' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) null,
- b0 tinyblob null,
- b1 blob null,
- b2 mediumblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='EVAQN12PBZJE1JVM04C05IIL6GFWS' where id=1;
-update noar ti set v0='EVAQN12PBZJE1JVM04C05IIL6GFWS' where id=1;
-update noar tt set b0='3IZ5JC5VC32MCUHKMFU6KF46IANYZ' where id=1;
-update noar ti set b0='3IZ5JC5VC32MCUHKMFU6KF46IANYZ' where id=1;
-update noar tt set v0='EA01' where id=1;
-update noar ti set v0='EA01' where id=1;
-update noar tt set b1='5LGXTRUYYSQGN8BI1EPQ' where id=1;
-update noar ti set b1='5LGXTRUYYSQGN8BI1EPQ' where id=1;
-update noar tt set v0='BMWJ2ICLHBUBXQMDFUJHTDZLMSRP' where id=1;
-update noar ti set v0='BMWJ2ICLHBUBXQMDFUJHTDZLMSRP' where id=1;
-update noar tt set b2='J2JQI8RJ8IOTAZHTND6Y29G2SGJJSXF9' where id=1;
-update noar ti set b2='J2JQI8RJ8IOTAZHTND6Y29G2SGJJSXF9' where id=1;
-update noar tt set v0='SRAYZ5RBY4SFKH4AMSXRS25J1VMG' where id=2;
-update noar ti set v0='SRAYZ5RBY4SFKH4AMSXRS25J1VMG' where id=2;
-update noar tt set b0='D94NCPFQQQCPIE1TE2G' where id=2;
-update noar ti set b0='D94NCPFQQQCPIE1TE2G' where id=2;
-update noar tt set v0='D' where id=2;
-update noar ti set v0='D' where id=2;
-update noar tt set b1='M6FOQ5IMOH' where id=2;
-update noar ti set b1='M6FOQ5IMOH' where id=2;
-update noar tt set v0='CV' where id=2;
-update noar ti set v0='CV' where id=2;
-update noar tt set b2='5GSOB0UCF4XG' where id=2;
-update noar ti set b2='5GSOB0UCF4XG' where id=2;
-update noar tt set v0='TNRA2XXPBI' where id=3;
-update noar ti set v0='TNRA2XXPBI' where id=3;
-update noar tt set b0='1LS63JCEJBTLL4KGCQ8N3ZYS2WLN' where id=3;
-update noar ti set b0='1LS63JCEJBTLL4KGCQ8N3ZYS2WLN' where id=3;
-update noar tt set v0='HVEI2' where id=3;
-update noar ti set v0='HVEI2' where id=3;
-update noar tt set b1='G20MDR85O0ACKEZT' where id=3;
-update noar ti set b1='G20MDR85O0ACKEZT' where id=3;
-update noar tt set v0='P7328SD5HM794AMY' where id=3;
-update noar ti set v0='P7328SD5HM794AMY' where id=3;
-update noar tt set b2='2ROQFG68JQYLCBVCTK9OFP8G' where id=3;
-update noar ti set b2='2ROQFG68JQYLCBVCTK9OFP8G' where id=3;
-update noar tt set v0='WN3AIRV5ITL' where id=4;
-update noar ti set v0='WN3AIRV5ITL' where id=4;
-update noar tt set b0='CSC7HBU' where id=4;
-update noar ti set b0='CSC7HBU' where id=4;
-update noar tt set v0='8L7F7BLUDIP0UXAE2FAMHCVG0BVTFAU8' where id=4;
-update noar ti set v0='8L7F7BLUDIP0UXAE2FAMHCVG0BVTFAU8' where id=4;
-update noar tt set b1='TS2K1JLQKU7RS7ULFV' where id=4;
-update noar ti set b1='TS2K1JLQKU7RS7ULFV' where id=4;
-update noar tt set v0='RYUB49CTP9' where id=4;
-update noar ti set v0='RYUB49CTP9' where id=4;
-update noar tt set b2='7RWPY9O20MYJJXKAYO4XYT0E' where id=4;
-update noar ti set b2='7RWPY9O20MYJJXKAYO4XYT0E' where id=4;
-update noar tt set v0='C2W4L6F7OLPHEOYBRX89TANBTQD' where id=5;
-update noar ti set v0='C2W4L6F7OLPHEOYBRX89TANBTQD' where id=5;
-update noar tt set b0='0G6I1NQIOBE' where id=5;
-update noar ti set b0='0G6I1NQIOBE' where id=5;
-update noar tt set v0='9BMGYUAOBGSSACLSXXXP' where id=5;
-update noar ti set v0='9BMGYUAOBGSSACLSXXXP' where id=5;
-update noar tt set b1='5AKX5' where id=5;
-update noar ti set b1='5AKX5' where id=5;
-update noar tt set v0='BMA7HYV' where id=5;
-update noar ti set v0='BMA7HYV' where id=5;
-update noar tt set b2='TUGY5II9QVVW77L6QZ799NP5TMH' where id=5;
-update noar ti set b2='TUGY5II9QVVW77L6QZ799NP5TMH' where id=5;
-update noar tt set v0='J2OSPZWSTVY' where id=6;
-update noar ti set v0='J2OSPZWSTVY' where id=6;
-update noar tt set b0='XW2XUK1JSAI' where id=6;
-update noar ti set b0='XW2XUK1JSAI' where id=6;
-update noar tt set v0='13B5S7628U3H660R' where id=6;
-update noar ti set v0='13B5S7628U3H660R' where id=6;
-update noar tt set b1='CL9YZ5499ZWEB6V95LEYCZ8XV' where id=6;
-update noar ti set b1='CL9YZ5499ZWEB6V95LEYCZ8XV' where id=6;
-update noar tt set v0='8HP01RHF77L7PCMFSS2QFZW3K' where id=6;
-update noar ti set v0='8HP01RHF77L7PCMFSS2QFZW3K' where id=6;
-update noar tt set b2='L55PAF7DAYW3L' where id=6;
-update noar ti set b2='L55PAF7DAYW3L' where id=6;
-update noar tt set v0='QRRBU' where id=7;
-update noar ti set v0='QRRBU' where id=7;
-update noar tt set b0='W71' where id=7;
-update noar ti set b0='W71' where id=7;
-update noar tt set v0='9V7UOY' where id=7;
-update noar ti set v0='9V7UOY' where id=7;
-update noar tt set b1='W3882CQ3X3UJN150MQD1M' where id=7;
-update noar ti set b1='W3882CQ3X3UJN150MQD1M' where id=7;
-update noar tt set v0='UYXHJY2TNCSWXPGGDF8RBGVQ4LM' where id=7;
-update noar ti set v0='UYXHJY2TNCSWXPGGDF8RBGVQ4LM' where id=7;
-update noar tt set b2='BE9TGMD1B6E9B' where id=7;
-update noar ti set b2='BE9TGMD1B6E9B' where id=7;
-update noar tt set v0='WONPYSTO5' where id=8;
-update noar ti set v0='WONPYSTO5' where id=8;
-update noar tt set b0='SD24QLJK4BR1SM3GT2JKLQGLQ65' where id=8;
-update noar ti set b0='SD24QLJK4BR1SM3GT2JKLQGLQ65' where id=8;
-update noar tt set v0='Z' where id=8;
-update noar ti set v0='Z' where id=8;
-update noar tt set b1='UW888Q6J' where id=8;
-update noar ti set b1='UW888Q6J' where id=8;
-update noar tt set v0='0VP7N7N' where id=8;
-update noar ti set v0='0VP7N7N' where id=8;
-update noar tt set b2='VQ' where id=8;
-update noar ti set b2='VQ' where id=8;
-update noar tt set v0='M9' where id=9;
-update noar ti set v0='M9' where id=9;
-update noar tt set b0='JTBH6ZYBQ0K14DUB8ATRH' where id=9;
-update noar ti set b0='JTBH6ZYBQ0K14DUB8ATRH' where id=9;
-update noar tt set v0='DKWX95RZVA7NMBCAM2SRLLWBA2V' where id=9;
-update noar ti set v0='DKWX95RZVA7NMBCAM2SRLLWBA2V' where id=9;
-update noar tt set b1='4VT00IPDUKI3' where id=9;
-update noar ti set b1='4VT00IPDUKI3' where id=9;
-update noar tt set v0='JUDG2P0Q8H15J4FGVYW1KFVEG' where id=9;
-update noar ti set v0='JUDG2P0Q8H15J4FGVYW1KFVEG' where id=9;
-update noar tt set b2='354467' where id=9;
-update noar ti set b2='354467' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) null,
- b0 tinyblob null,
- b1 blob null,
- b2 mediumblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='BYET' where id=1;
-update noar ti set v0='BYET' where id=1;
-update noar tt set b0='PXRAQCV856SNE' where id=1;
-update noar ti set b0='PXRAQCV856SNE' where id=1;
-update noar tt set v0='JWK5RCYMK800H40OUF6G92KG2OJ1LG' where id=1;
-update noar ti set v0='JWK5RCYMK800H40OUF6G92KG2OJ1LG' where id=1;
-update noar tt set b1='JX8LZI7E9KZN' where id=1;
-update noar ti set b1='JX8LZI7E9KZN' where id=1;
-update noar tt set v0='P9QJFO5' where id=1;
-update noar ti set v0='P9QJFO5' where id=1;
-update noar tt set b2='8SKV8S9Z8N0HDDNYQNB3GUF' where id=1;
-update noar ti set b2='8SKV8S9Z8N0HDDNYQNB3GUF' where id=1;
-update noar tt set v0='KYVSRLP6037JRMDAGQBJMI2' where id=2;
-update noar ti set v0='KYVSRLP6037JRMDAGQBJMI2' where id=2;
-update noar tt set b0='WATMSCTME30ZTLNGN42JJI2' where id=2;
-update noar ti set b0='WATMSCTME30ZTLNGN42JJI2' where id=2;
-update noar tt set v0='X18BL7PGFQ1TZHYETTDHB5UVWC8' where id=2;
-update noar ti set v0='X18BL7PGFQ1TZHYETTDHB5UVWC8' where id=2;
-update noar tt set b1='W2OALQJKHGAFCNW7GVE' where id=2;
-update noar ti set b1='W2OALQJKHGAFCNW7GVE' where id=2;
-update noar tt set v0='BP4AY2LL6X559KUL9T1OC2VA3XP' where id=2;
-update noar ti set v0='BP4AY2LL6X559KUL9T1OC2VA3XP' where id=2;
-update noar tt set b2='ZW8EMX88VZJD6EYPH8I92NKEHMNT5OR' where id=2;
-update noar ti set b2='ZW8EMX88VZJD6EYPH8I92NKEHMNT5OR' where id=2;
-update noar tt set v0='VD' where id=3;
-update noar ti set v0='VD' where id=3;
-update noar tt set b0='7E4YU3CTFDDGVPGPK68QFEKX2SQ' where id=3;
-update noar ti set b0='7E4YU3CTFDDGVPGPK68QFEKX2SQ' where id=3;
-update noar tt set v0='3BJ6ISBOADND' where id=3;
-update noar ti set v0='3BJ6ISBOADND' where id=3;
-update noar tt set b1='TCTWC8UNPER1D7XY5LE8' where id=3;
-update noar ti set b1='TCTWC8UNPER1D7XY5LE8' where id=3;
-update noar tt set v0='VOE8' where id=3;
-update noar ti set v0='VOE8' where id=3;
-update noar tt set b2='0ETQ7NULKA' where id=3;
-update noar ti set b2='0ETQ7NULKA' where id=3;
-update noar tt set v0='4DFNX3BM4QTWEQ8BBDQD495R' where id=4;
-update noar ti set v0='4DFNX3BM4QTWEQ8BBDQD495R' where id=4;
-update noar tt set b0='C06NB4XODKEO8FIO' where id=4;
-update noar ti set b0='C06NB4XODKEO8FIO' where id=4;
-update noar tt set v0='4G7OK0XBAPQ798YD1KUQBWSOH' where id=4;
-update noar ti set v0='4G7OK0XBAPQ798YD1KUQBWSOH' where id=4;
-update noar tt set b1='XI6Z6NM14' where id=4;
-update noar ti set b1='XI6Z6NM14' where id=4;
-update noar tt set v0='JRKS4P2F7SF47YBB8YC7UWW' where id=4;
-update noar ti set v0='JRKS4P2F7SF47YBB8YC7UWW' where id=4;
-update noar tt set b2='A1' where id=4;
-update noar ti set b2='A1' where id=4;
-update noar tt set v0='008MOSMOPNFFI2H3ALVNMGUZ19S8856' where id=5;
-update noar ti set v0='008MOSMOPNFFI2H3ALVNMGUZ19S8856' where id=5;
-update noar tt set b0='X3IL8YPVXGEGCG4' where id=5;
-update noar ti set b0='X3IL8YPVXGEGCG4' where id=5;
-update noar tt set v0='5787N40J27E18N7DG7XHVZS' where id=5;
-update noar ti set v0='5787N40J27E18N7DG7XHVZS' where id=5;
-update noar tt set b1='08ZI' where id=5;
-update noar ti set b1='08ZI' where id=5;
-update noar tt set v0='BH' where id=5;
-update noar ti set v0='BH' where id=5;
-update noar tt set b2='7JEQU8UJ40' where id=5;
-update noar ti set b2='7JEQU8UJ40' where id=5;
-update noar tt set v0='KU1PYWE' where id=6;
-update noar ti set v0='KU1PYWE' where id=6;
-update noar tt set b0='ZG5I9AM26O' where id=6;
-update noar ti set b0='ZG5I9AM26O' where id=6;
-update noar tt set v0='QEJ9B5N3YC9QOQ1QPP7ZN' where id=6;
-update noar ti set v0='QEJ9B5N3YC9QOQ1QPP7ZN' where id=6;
-update noar tt set b1='JZIFRF3Y68RVXOTM2D' where id=6;
-update noar ti set b1='JZIFRF3Y68RVXOTM2D' where id=6;
-update noar tt set v0='ZXYREEOS1XWLZYDNJLBV188XY' where id=6;
-update noar ti set v0='ZXYREEOS1XWLZYDNJLBV188XY' where id=6;
-update noar tt set b2='9KW9K0LT61WV3B' where id=6;
-update noar ti set b2='9KW9K0LT61WV3B' where id=6;
-update noar tt set v0='8YCO64' where id=7;
-update noar ti set v0='8YCO64' where id=7;
-update noar tt set b0='05OPWMBY7YRHSE974DLKOLIRUKBBOJD1' where id=7;
-update noar ti set b0='05OPWMBY7YRHSE974DLKOLIRUKBBOJD1' where id=7;
-update noar tt set v0='MB7EICCYEG8W4ZZS8FEHP1U648I7IFQ' where id=7;
-update noar ti set v0='MB7EICCYEG8W4ZZS8FEHP1U648I7IFQ' where id=7;
-update noar tt set b1='8J59C0' where id=7;
-update noar ti set b1='8J59C0' where id=7;
-update noar tt set v0='LOCIM2W8CZ377UFF96B9TGSE6F' where id=7;
-update noar ti set v0='LOCIM2W8CZ377UFF96B9TGSE6F' where id=7;
-update noar tt set b2='TWO4ZOC79BRSFV25Q6RDVT6AN' where id=7;
-update noar ti set b2='TWO4ZOC79BRSFV25Q6RDVT6AN' where id=7;
-update noar tt set v0='HWF9IDDAZZWOH8MPLP1GM2C8CFU8' where id=8;
-update noar ti set v0='HWF9IDDAZZWOH8MPLP1GM2C8CFU8' where id=8;
-update noar tt set b0='6GMPQM6ZD' where id=8;
-update noar ti set b0='6GMPQM6ZD' where id=8;
-update noar tt set v0='DQGA0GCK0U2UW8QYVLVUSH' where id=8;
-update noar ti set v0='DQGA0GCK0U2UW8QYVLVUSH' where id=8;
-update noar tt set b1='E5WX3ZW1QHVMYEQDR5W9QX4W' where id=8;
-update noar ti set b1='E5WX3ZW1QHVMYEQDR5W9QX4W' where id=8;
-update noar tt set v0='EB' where id=8;
-update noar ti set v0='EB' where id=8;
-update noar tt set b2='OROMIZLVZASGGAJ6GR82VAMX' where id=8;
-update noar ti set b2='OROMIZLVZASGGAJ6GR82VAMX' where id=8;
-update noar tt set v0='EXX2' where id=9;
-update noar ti set v0='EXX2' where id=9;
-update noar tt set b0='MXZ2HC1L70FFC' where id=9;
-update noar ti set b0='MXZ2HC1L70FFC' where id=9;
-update noar tt set v0='P8U87WH594NVIJ58KIWL1' where id=9;
-update noar ti set v0='P8U87WH594NVIJ58KIWL1' where id=9;
-update noar tt set b1='0' where id=9;
-update noar ti set b1='0' where id=9;
-update noar tt set v0='QGL' where id=9;
-update noar ti set v0='QGL' where id=9;
-update noar tt set b2='CZ3BR6MT1X' where id=9;
-update noar ti set b2='CZ3BR6MT1X' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) not null,
- b0 tinyblob not null,
- b1 blob not null,
- b2 mediumblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='D0KN24MEJQZC2PR9A' where id=1;
-update noar ti set v0='D0KN24MEJQZC2PR9A' where id=1;
-update noar tt set b0='2N8Z' where id=1;
-update noar ti set b0='2N8Z' where id=1;
-update noar tt set v0='65N82EVEWW' where id=1;
-update noar ti set v0='65N82EVEWW' where id=1;
-update noar tt set b1='UL6KAL1GU8' where id=1;
-update noar ti set b1='UL6KAL1GU8' where id=1;
-update noar tt set v0='WUUIRYVFVWE6D' where id=1;
-update noar ti set v0='WUUIRYVFVWE6D' where id=1;
-update noar tt set b2='8WN7R34J9G1HLL2' where id=1;
-update noar ti set b2='8WN7R34J9G1HLL2' where id=1;
-update noar tt set v0='T1CYE2210XO7YWSIJ9JEP4' where id=2;
-update noar ti set v0='T1CYE2210XO7YWSIJ9JEP4' where id=2;
-update noar tt set b0='8' where id=2;
-update noar ti set b0='8' where id=2;
-update noar tt set v0='K9JUEPN8' where id=2;
-update noar ti set v0='K9JUEPN8' where id=2;
-update noar tt set b1='E4252OX77L0FF8N2E' where id=2;
-update noar ti set b1='E4252OX77L0FF8N2E' where id=2;
-update noar tt set v0='EH8FKIVDGQVREOYO04NKJDZ3PCFA5' where id=2;
-update noar ti set v0='EH8FKIVDGQVREOYO04NKJDZ3PCFA5' where id=2;
-update noar tt set b2='052LG5XWEY5B0Z06VP3PI195EO' where id=2;
-update noar ti set b2='052LG5XWEY5B0Z06VP3PI195EO' where id=2;
-update noar tt set v0='WE0IU25LJBCS7PZEZHUI65FRH6' where id=3;
-update noar ti set v0='WE0IU25LJBCS7PZEZHUI65FRH6' where id=3;
-update noar tt set b0='T9AU1XYOYU0D2163KYQ' where id=3;
-update noar ti set b0='T9AU1XYOYU0D2163KYQ' where id=3;
-update noar tt set v0='B5INDB' where id=3;
-update noar ti set v0='B5INDB' where id=3;
-update noar tt set b1='Z9EQ4WDLPY72R5Y4MGD1MW7K7KL' where id=3;
-update noar ti set b1='Z9EQ4WDLPY72R5Y4MGD1MW7K7KL' where id=3;
-update noar tt set v0='H7G9PRO1RBR7VMGFQRNH3LR2X9QXE' where id=3;
-update noar ti set v0='H7G9PRO1RBR7VMGFQRNH3LR2X9QXE' where id=3;
-update noar tt set b2='W3TULW7JR84ZDVLJQW2904TH7PPTIR' where id=3;
-update noar ti set b2='W3TULW7JR84ZDVLJQW2904TH7PPTIR' where id=3;
-update noar tt set v0='XGWEVHMQN8' where id=4;
-update noar ti set v0='XGWEVHMQN8' where id=4;
-update noar tt set b0='UOU' where id=4;
-update noar ti set b0='UOU' where id=4;
-update noar tt set v0='2VH3AL9XARP' where id=4;
-update noar ti set v0='2VH3AL9XARP' where id=4;
-update noar tt set b1='3I1BDJOX8X1QRM0NSIW' where id=4;
-update noar ti set b1='3I1BDJOX8X1QRM0NSIW' where id=4;
-update noar tt set v0='W' where id=4;
-update noar ti set v0='W' where id=4;
-update noar tt set b2='TN90VCQT9KJ0RMH8AF3RF' where id=4;
-update noar ti set b2='TN90VCQT9KJ0RMH8AF3RF' where id=4;
-update noar tt set v0='AJU3R6P6KUNMX2VB8WZKNYJVZ3IA' where id=5;
-update noar ti set v0='AJU3R6P6KUNMX2VB8WZKNYJVZ3IA' where id=5;
-update noar tt set b0='7Z' where id=5;
-update noar ti set b0='7Z' where id=5;
-update noar tt set v0='P8DP9RLR3ECYFA6AL86' where id=5;
-update noar ti set v0='P8DP9RLR3ECYFA6AL86' where id=5;
-update noar tt set b1='OKZ3' where id=5;
-update noar ti set b1='OKZ3' where id=5;
-update noar tt set v0='5EZ' where id=5;
-update noar ti set v0='5EZ' where id=5;
-update noar tt set b2='CTP5K69VS8HE' where id=5;
-update noar ti set b2='CTP5K69VS8HE' where id=5;
-update noar tt set v0='9QH969YHJYTT3FFDO5' where id=6;
-update noar ti set v0='9QH969YHJYTT3FFDO5' where id=6;
-update noar tt set b0='OEFSO5LYQVKT2WGKW70L8U' where id=6;
-update noar ti set b0='OEFSO5LYQVKT2WGKW70L8U' where id=6;
-update noar tt set v0='MO46M12Q27QNQZWA2EXKXPG4FJR' where id=6;
-update noar ti set v0='MO46M12Q27QNQZWA2EXKXPG4FJR' where id=6;
-update noar tt set b1='0' where id=6;
-update noar ti set b1='0' where id=6;
-update noar tt set v0='4GQ8Y6DFHJADTOBN9F2WJO0' where id=6;
-update noar ti set v0='4GQ8Y6DFHJADTOBN9F2WJO0' where id=6;
-update noar tt set b2='Z4EOV1MHPLU' where id=6;
-update noar ti set b2='Z4EOV1MHPLU' where id=6;
-update noar tt set v0='R5IT2AVSYH4M48MUFV' where id=7;
-update noar ti set v0='R5IT2AVSYH4M48MUFV' where id=7;
-update noar tt set b0='SB0FAOGB0ORU9' where id=7;
-update noar ti set b0='SB0FAOGB0ORU9' where id=7;
-update noar tt set v0='0QCC57BCZISAQ' where id=7;
-update noar ti set v0='0QCC57BCZISAQ' where id=7;
-update noar tt set b1='D92T0HMD4981FXDMOJUN50' where id=7;
-update noar ti set b1='D92T0HMD4981FXDMOJUN50' where id=7;
-update noar tt set v0='0CJUJ5CDQFOHSW094UU9CA09A' where id=7;
-update noar ti set v0='0CJUJ5CDQFOHSW094UU9CA09A' where id=7;
-update noar tt set b2='KK8OROB8YCC370CS' where id=7;
-update noar ti set b2='KK8OROB8YCC370CS' where id=7;
-update noar tt set v0='JEG' where id=8;
-update noar ti set v0='JEG' where id=8;
-update noar tt set b0='U7E9P6FHLM5EFQ5IUWLZX5M1E5N507B4' where id=8;
-update noar ti set b0='U7E9P6FHLM5EFQ5IUWLZX5M1E5N507B4' where id=8;
-update noar tt set v0='FO8C' where id=8;
-update noar ti set v0='FO8C' where id=8;
-update noar tt set b1='ZWQ4' where id=8;
-update noar ti set b1='ZWQ4' where id=8;
-update noar tt set v0='9XROV2SW3HUS6X6NEEVF4H9LHX0' where id=8;
-update noar ti set v0='9XROV2SW3HUS6X6NEEVF4H9LHX0' where id=8;
-update noar tt set b2='N5UGM6G7117XM88NGWTLDV18MWWB' where id=8;
-update noar ti set b2='N5UGM6G7117XM88NGWTLDV18MWWB' where id=8;
-update noar tt set v0='6XE2YRV3YO6E3RWOU83RRILL0AV8QSH' where id=9;
-update noar ti set v0='6XE2YRV3YO6E3RWOU83RRILL0AV8QSH' where id=9;
-update noar tt set b0='KPKNO6PQPI1ORO0Z856LG4L' where id=9;
-update noar ti set b0='KPKNO6PQPI1ORO0Z856LG4L' where id=9;
-update noar tt set v0='1CCIFCNOV5A2XZ' where id=9;
-update noar ti set v0='1CCIFCNOV5A2XZ' where id=9;
-update noar tt set b1='6L8ZD2IO8B3K83OY' where id=9;
-update noar ti set b1='6L8ZD2IO8B3K83OY' where id=9;
-update noar tt set v0='K4U' where id=9;
-update noar ti set v0='K4U' where id=9;
-update noar tt set b2='F7G3BZYU0Q97K' where id=9;
-update noar ti set b2='F7G3BZYU0Q97K' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) not null,
- b0 tinyblob not null,
- b1 blob not null,
- b2 mediumblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='Q1' where id=1;
-update noar ti set v0='Q1' where id=1;
-update noar tt set b0='9VQUXZD4VZ523ZWP5' where id=1;
-update noar ti set b0='9VQUXZD4VZ523ZWP5' where id=1;
-update noar tt set v0='E48Q' where id=1;
-update noar ti set v0='E48Q' where id=1;
-update noar tt set b1='U597Z8G1L418ZLQ2P' where id=1;
-update noar ti set b1='U597Z8G1L418ZLQ2P' where id=1;
-update noar tt set v0='V13D5F06LANSMKAAT1D0CAOFIKH6HL' where id=1;
-update noar ti set v0='V13D5F06LANSMKAAT1D0CAOFIKH6HL' where id=1;
-update noar tt set b2='QHPACUBFHZZ' where id=1;
-update noar ti set b2='QHPACUBFHZZ' where id=1;
-update noar tt set v0='2N6O0O7SBSHSM03SD1U' where id=2;
-update noar ti set v0='2N6O0O7SBSHSM03SD1U' where id=2;
-update noar tt set b0='NBIQ1I6NGSSC4HIN2BDKYYNLUR' where id=2;
-update noar ti set b0='NBIQ1I6NGSSC4HIN2BDKYYNLUR' where id=2;
-update noar tt set v0='5' where id=2;
-update noar ti set v0='5' where id=2;
-update noar tt set b1='M1YN6ADRB5EQHW' where id=2;
-update noar ti set b1='M1YN6ADRB5EQHW' where id=2;
-update noar tt set v0='VYM4FOSZ7XIBMRLYOP' where id=2;
-update noar ti set v0='VYM4FOSZ7XIBMRLYOP' where id=2;
-update noar tt set b2='RP0BUGIV' where id=2;
-update noar ti set b2='RP0BUGIV' where id=2;
-update noar tt set v0='B9IQQIAFG087NQ7Y35LJOCY2BBI569L' where id=3;
-update noar ti set v0='B9IQQIAFG087NQ7Y35LJOCY2BBI569L' where id=3;
-update noar tt set b0='79TBCF95C07GPJ7WZC7RQAYJL' where id=3;
-update noar ti set b0='79TBCF95C07GPJ7WZC7RQAYJL' where id=3;
-update noar tt set v0='BYGREAH' where id=3;
-update noar ti set v0='BYGREAH' where id=3;
-update noar tt set b1='E' where id=3;
-update noar ti set b1='E' where id=3;
-update noar tt set v0='BYHW7P6' where id=3;
-update noar ti set v0='BYHW7P6' where id=3;
-update noar tt set b2='ZTET0I75AN' where id=3;
-update noar ti set b2='ZTET0I75AN' where id=3;
-update noar tt set v0='FGPAJFQIJCIYD4SP1' where id=4;
-update noar ti set v0='FGPAJFQIJCIYD4SP1' where id=4;
-update noar tt set b0='5KCMB' where id=4;
-update noar ti set b0='5KCMB' where id=4;
-update noar tt set v0='ETFUPDJZX0EFFJ6TAMNQ725' where id=4;
-update noar ti set v0='ETFUPDJZX0EFFJ6TAMNQ725' where id=4;
-update noar tt set b1='7' where id=4;
-update noar ti set b1='7' where id=4;
-update noar tt set v0='X0PSMOQLVB3V77D3N' where id=4;
-update noar ti set v0='X0PSMOQLVB3V77D3N' where id=4;
-update noar tt set b2='3A7GSBROGZTF0DERBRDUIKLEO0HGYA' where id=4;
-update noar ti set b2='3A7GSBROGZTF0DERBRDUIKLEO0HGYA' where id=4;
-update noar tt set v0='TX9KW6PNGJNVBN' where id=5;
-update noar ti set v0='TX9KW6PNGJNVBN' where id=5;
-update noar tt set b0='RN602RZG7ZO2JFLBXC8YDR55A' where id=5;
-update noar ti set b0='RN602RZG7ZO2JFLBXC8YDR55A' where id=5;
-update noar tt set v0='NDVJVJL' where id=5;
-update noar ti set v0='NDVJVJL' where id=5;
-update noar tt set b1='YBDZ0O3NVOJ1H4NCV072X9PH5N8' where id=5;
-update noar ti set b1='YBDZ0O3NVOJ1H4NCV072X9PH5N8' where id=5;
-update noar tt set v0='DWD4UR0ZH916C9E7L1BHSNI' where id=5;
-update noar ti set v0='DWD4UR0ZH916C9E7L1BHSNI' where id=5;
-update noar tt set b2='HZFJ51046UEJ6KDR2W2ZES5K54DNGEG' where id=5;
-update noar ti set b2='HZFJ51046UEJ6KDR2W2ZES5K54DNGEG' where id=5;
-update noar tt set v0='GXKK' where id=6;
-update noar ti set v0='GXKK' where id=6;
-update noar tt set b0='8HO' where id=6;
-update noar ti set b0='8HO' where id=6;
-update noar tt set v0='ZND9KNTDDSQPVE7083Z' where id=6;
-update noar ti set v0='ZND9KNTDDSQPVE7083Z' where id=6;
-update noar tt set b1='L9T93T8955I8W652DFDH3K' where id=6;
-update noar ti set b1='L9T93T8955I8W652DFDH3K' where id=6;
-update noar tt set v0='R890OUQEBACJMNLAZ' where id=6;
-update noar ti set v0='R890OUQEBACJMNLAZ' where id=6;
-update noar tt set b2='J18RS1FYPRWCLFBML8RLM20G' where id=6;
-update noar ti set b2='J18RS1FYPRWCLFBML8RLM20G' where id=6;
-update noar tt set v0='Q9C0NP8G' where id=7;
-update noar ti set v0='Q9C0NP8G' where id=7;
-update noar tt set b0='O1KDM982G' where id=7;
-update noar ti set b0='O1KDM982G' where id=7;
-update noar tt set v0='WMN569SYKVWDE30CA5A1BBS5FNYE' where id=7;
-update noar ti set v0='WMN569SYKVWDE30CA5A1BBS5FNYE' where id=7;
-update noar tt set b1='W6CZQFW3I9MLC' where id=7;
-update noar ti set b1='W6CZQFW3I9MLC' where id=7;
-update noar tt set v0='3ZI2NA5DHWS7XC8422ULEGEM6R718J' where id=7;
-update noar ti set v0='3ZI2NA5DHWS7XC8422ULEGEM6R718J' where id=7;
-update noar tt set b2='RXC7Y3WUE9S9VIUFW92IE' where id=7;
-update noar ti set b2='RXC7Y3WUE9S9VIUFW92IE' where id=7;
-update noar tt set v0='TRV6JBLN' where id=8;
-update noar ti set v0='TRV6JBLN' where id=8;
-update noar tt set b0='C18E0M961RH5KJT' where id=8;
-update noar ti set b0='C18E0M961RH5KJT' where id=8;
-update noar tt set v0='RUC64AA6BLU5DDZ3BASMKW4XCE0Q7' where id=8;
-update noar ti set v0='RUC64AA6BLU5DDZ3BASMKW4XCE0Q7' where id=8;
-update noar tt set b1='X5OTXW1ZU5UMSBLRFHSNEOM7XOSK' where id=8;
-update noar ti set b1='X5OTXW1ZU5UMSBLRFHSNEOM7XOSK' where id=8;
-update noar tt set v0='HSUPT30OB36TW3HZ2JOIEOD0YXNE2' where id=8;
-update noar ti set v0='HSUPT30OB36TW3HZ2JOIEOD0YXNE2' where id=8;
-update noar tt set b2='SDFVZVBSRZLQ4VXPKZZ3' where id=8;
-update noar ti set b2='SDFVZVBSRZLQ4VXPKZZ3' where id=8;
-update noar tt set v0='TU4VS9BNWJ22EWHQGD6SJ54CTUM7JG' where id=9;
-update noar ti set v0='TU4VS9BNWJ22EWHQGD6SJ54CTUM7JG' where id=9;
-update noar tt set b0='3R4' where id=9;
-update noar ti set b0='3R4' where id=9;
-update noar tt set v0='Z2W4IOS' where id=9;
-update noar ti set v0='Z2W4IOS' where id=9;
-update noar tt set b1='X5JTLZY' where id=9;
-update noar ti set b1='X5JTLZY' where id=9;
-update noar tt set v0='GJNLF89WINZPO' where id=9;
-update noar ti set v0='GJNLF89WINZPO' where id=9;
-update noar tt set b2='SSLPPOH4GQQ' where id=9;
-update noar ti set b2='SSLPPOH4GQQ' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) null,
- b0 tinyblob null,
- b1 blob null,
- b2 longblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='HUUBW07QPI19Z7GY' where id=1;
-update noar ti set v0='HUUBW07QPI19Z7GY' where id=1;
-update noar tt set b0='DWB0N0KRCDTIZ5BIYT' where id=1;
-update noar ti set b0='DWB0N0KRCDTIZ5BIYT' where id=1;
-update noar tt set v0='KNPWL2XSER0' where id=1;
-update noar ti set v0='KNPWL2XSER0' where id=1;
-update noar tt set b1='Q' where id=1;
-update noar ti set b1='Q' where id=1;
-update noar tt set v0='PEDK0PMW3VTPVFFD1JD5' where id=1;
-update noar ti set v0='PEDK0PMW3VTPVFFD1JD5' where id=1;
-update noar tt set b2='JERA7GGLASUJAMA5A8CV4XVZO04ACEL' where id=1;
-update noar ti set b2='JERA7GGLASUJAMA5A8CV4XVZO04ACEL' where id=1;
-update noar tt set v0='MY96RKIJT9JVXA3BV2IQXYOCAREB' where id=2;
-update noar ti set v0='MY96RKIJT9JVXA3BV2IQXYOCAREB' where id=2;
-update noar tt set b0='DVL5QAWLBJPJT4' where id=2;
-update noar ti set b0='DVL5QAWLBJPJT4' where id=2;
-update noar tt set v0='3' where id=2;
-update noar ti set v0='3' where id=2;
-update noar tt set b1='ZQAY3QAIXVVC' where id=2;
-update noar ti set b1='ZQAY3QAIXVVC' where id=2;
-update noar tt set v0='GKUYV9' where id=2;
-update noar ti set v0='GKUYV9' where id=2;
-update noar tt set b2='3X4QZGBUOGJMAU9KBSC9C' where id=2;
-update noar ti set b2='3X4QZGBUOGJMAU9KBSC9C' where id=2;
-update noar tt set v0='UUAAQ16QIMA0P8UFBCT' where id=3;
-update noar ti set v0='UUAAQ16QIMA0P8UFBCT' where id=3;
-update noar tt set b0='NE5F80ACBVSUS5XFXRQY0U' where id=3;
-update noar ti set b0='NE5F80ACBVSUS5XFXRQY0U' where id=3;
-update noar tt set v0='NLI8SQ3U5' where id=3;
-update noar ti set v0='NLI8SQ3U5' where id=3;
-update noar tt set b1='A' where id=3;
-update noar ti set b1='A' where id=3;
-update noar tt set v0='O4CSQ07GJP6SO5RCJ0MN94TUMV04QMY' where id=3;
-update noar ti set v0='O4CSQ07GJP6SO5RCJ0MN94TUMV04QMY' where id=3;
-update noar tt set b2='A5S51YNYAH2' where id=3;
-update noar ti set b2='A5S51YNYAH2' where id=3;
-update noar tt set v0='YHZWWBJTMI45NC493TMCY6OVXRE0F' where id=4;
-update noar ti set v0='YHZWWBJTMI45NC493TMCY6OVXRE0F' where id=4;
-update noar tt set b0='D5ZBMT53IPDHFPUH6V3OSAZSSKZ0O17' where id=4;
-update noar ti set b0='D5ZBMT53IPDHFPUH6V3OSAZSSKZ0O17' where id=4;
-update noar tt set v0='EYDTO0IAL8H0W' where id=4;
-update noar ti set v0='EYDTO0IAL8H0W' where id=4;
-update noar tt set b1='R2HM4JKFJJERCO' where id=4;
-update noar ti set b1='R2HM4JKFJJERCO' where id=4;
-update noar tt set v0='50TVQZ09536WYTEOWL0BTVS764' where id=4;
-update noar ti set v0='50TVQZ09536WYTEOWL0BTVS764' where id=4;
-update noar tt set b2='WOC222J9M' where id=4;
-update noar ti set b2='WOC222J9M' where id=4;
-update noar tt set v0='KH1KA' where id=5;
-update noar ti set v0='KH1KA' where id=5;
-update noar tt set b0='WIQFJYZFG67FENHZQ6S8FMLTU36' where id=5;
-update noar ti set b0='WIQFJYZFG67FENHZQ6S8FMLTU36' where id=5;
-update noar tt set v0='36MOL10Q7NQSNDLCFLWU' where id=5;
-update noar ti set v0='36MOL10Q7NQSNDLCFLWU' where id=5;
-update noar tt set b1='R2XT' where id=5;
-update noar ti set b1='R2XT' where id=5;
-update noar tt set v0='YY991MRRCKDH' where id=5;
-update noar ti set v0='YY991MRRCKDH' where id=5;
-update noar tt set b2='U9C5QAS6O881SVEVEJTIXVEJ' where id=5;
-update noar ti set b2='U9C5QAS6O881SVEVEJTIXVEJ' where id=5;
-update noar tt set v0='92BZBW68T' where id=6;
-update noar ti set v0='92BZBW68T' where id=6;
-update noar tt set b0='OVX8ZKV' where id=6;
-update noar ti set b0='OVX8ZKV' where id=6;
-update noar tt set v0='RIJIO3ONQFITCVVRESKM1ASBPJX' where id=6;
-update noar ti set v0='RIJIO3ONQFITCVVRESKM1ASBPJX' where id=6;
-update noar tt set b1='EW8DENP53OAZOXECCG28YJ08APPEG6N' where id=6;
-update noar ti set b1='EW8DENP53OAZOXECCG28YJ08APPEG6N' where id=6;
-update noar tt set v0='IO9AUF6W' where id=6;
-update noar ti set v0='IO9AUF6W' where id=6;
-update noar tt set b2='JNBQTLWHEZQ' where id=6;
-update noar ti set b2='JNBQTLWHEZQ' where id=6;
-update noar tt set v0='63QUY1OUU4S0QPFCJSILTQDR76KF2M6B' where id=7;
-update noar ti set v0='63QUY1OUU4S0QPFCJSILTQDR76KF2M6B' where id=7;
-update noar tt set b0='F3R7ZJHQFN6KL0LTE' where id=7;
-update noar ti set b0='F3R7ZJHQFN6KL0LTE' where id=7;
-update noar tt set v0='MEYPOP8052KKJFPTVBOIL75ZAXD' where id=7;
-update noar ti set v0='MEYPOP8052KKJFPTVBOIL75ZAXD' where id=7;
-update noar tt set b1='GPC9N0AI66TOW72GJO29G4YV' where id=7;
-update noar ti set b1='GPC9N0AI66TOW72GJO29G4YV' where id=7;
-update noar tt set v0='AKYN29I0441KRBSNWH919C' where id=7;
-update noar ti set v0='AKYN29I0441KRBSNWH919C' where id=7;
-update noar tt set b2='1L' where id=7;
-update noar ti set b2='1L' where id=7;
-update noar tt set v0='7EPXFBQK' where id=8;
-update noar ti set v0='7EPXFBQK' where id=8;
-update noar tt set b0='ZV0A3YMAMRLPZCM9BLG2D4Q' where id=8;
-update noar ti set b0='ZV0A3YMAMRLPZCM9BLG2D4Q' where id=8;
-update noar tt set v0='IAL666LNCG35LYQ0QQK6O5' where id=8;
-update noar ti set v0='IAL666LNCG35LYQ0QQK6O5' where id=8;
-update noar tt set b1='EW11N63S2OBD7SFD9VNJLL9' where id=8;
-update noar ti set b1='EW11N63S2OBD7SFD9VNJLL9' where id=8;
-update noar tt set v0='E6QTX01IY2M21N7H' where id=8;
-update noar ti set v0='E6QTX01IY2M21N7H' where id=8;
-update noar tt set b2='OH56KOFBNTLC26K' where id=8;
-update noar ti set b2='OH56KOFBNTLC26K' where id=8;
-update noar tt set v0='EGEGWWJJV21CK83K5NXBQGR0CG1' where id=9;
-update noar ti set v0='EGEGWWJJV21CK83K5NXBQGR0CG1' where id=9;
-update noar tt set b0='O7H1SNTNK0ESVK9APLB2Z9PM3NR9E09' where id=9;
-update noar ti set b0='O7H1SNTNK0ESVK9APLB2Z9PM3NR9E09' where id=9;
-update noar tt set v0='Q1DHSP4I2' where id=9;
-update noar ti set v0='Q1DHSP4I2' where id=9;
-update noar tt set b1='IF5DY803ZWPK28V55ZDX1X3' where id=9;
-update noar ti set b1='IF5DY803ZWPK28V55ZDX1X3' where id=9;
-update noar tt set v0='DQCA7C1SFL0BU23DPX1RCBFE7WAYF' where id=9;
-update noar ti set v0='DQCA7C1SFL0BU23DPX1RCBFE7WAYF' where id=9;
-update noar tt set b2='OKYK9I5SPMXPVYJIC3CS5' where id=9;
-update noar ti set b2='OKYK9I5SPMXPVYJIC3CS5' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) null,
- b0 tinyblob null,
- b1 blob null,
- b2 longblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='7X9ZCU5EB1K9UTS8WJ51QCSTPGZ2X' where id=1;
-update noar ti set v0='7X9ZCU5EB1K9UTS8WJ51QCSTPGZ2X' where id=1;
-update noar tt set b0='YB8NTN82M' where id=1;
-update noar ti set b0='YB8NTN82M' where id=1;
-update noar tt set v0='LRL32Z5N10JBOF6' where id=1;
-update noar ti set v0='LRL32Z5N10JBOF6' where id=1;
-update noar tt set b1='SVXTVA7OG59RTB' where id=1;
-update noar ti set b1='SVXTVA7OG59RTB' where id=1;
-update noar tt set v0='5RQF5QA6JGO' where id=1;
-update noar ti set v0='5RQF5QA6JGO' where id=1;
-update noar tt set b2='LEOR80S' where id=1;
-update noar ti set b2='LEOR80S' where id=1;
-update noar tt set v0='YSZTG' where id=2;
-update noar ti set v0='YSZTG' where id=2;
-update noar tt set b0='UW01H8XU8E41VQJNKIQPY43R37E' where id=2;
-update noar ti set b0='UW01H8XU8E41VQJNKIQPY43R37E' where id=2;
-update noar tt set v0='4U7JBMZB54FMAZV' where id=2;
-update noar ti set v0='4U7JBMZB54FMAZV' where id=2;
-update noar tt set b1='7UJ4PJDGKF6WFCXGAJZA81SWT' where id=2;
-update noar ti set b1='7UJ4PJDGKF6WFCXGAJZA81SWT' where id=2;
-update noar tt set v0='XMT1U' where id=2;
-update noar ti set v0='XMT1U' where id=2;
-update noar tt set b2='2' where id=2;
-update noar ti set b2='2' where id=2;
-update noar tt set v0='1GXOXA9B3NSGQHU7NBE' where id=3;
-update noar ti set v0='1GXOXA9B3NSGQHU7NBE' where id=3;
-update noar tt set b0='Q' where id=3;
-update noar ti set b0='Q' where id=3;
-update noar tt set v0='SY02UKUCTT5A' where id=3;
-update noar ti set v0='SY02UKUCTT5A' where id=3;
-update noar tt set b1='OQA4' where id=3;
-update noar ti set b1='OQA4' where id=3;
-update noar tt set v0='DTPZ3DT8PWK8GMWZV' where id=3;
-update noar ti set v0='DTPZ3DT8PWK8GMWZV' where id=3;
-update noar tt set b2='BYTZ' where id=3;
-update noar ti set b2='BYTZ' where id=3;
-update noar tt set v0='15603KRF033QUHOY' where id=4;
-update noar ti set v0='15603KRF033QUHOY' where id=4;
-update noar tt set b0='S7KDI30VIRK9UTK' where id=4;
-update noar ti set b0='S7KDI30VIRK9UTK' where id=4;
-update noar tt set v0='K0FER' where id=4;
-update noar ti set v0='K0FER' where id=4;
-update noar tt set b1='42Z7ZIUCK1QXN7' where id=4;
-update noar ti set b1='42Z7ZIUCK1QXN7' where id=4;
-update noar tt set v0='YKLGSFX7QZ49D9EMOV1EQ' where id=4;
-update noar ti set v0='YKLGSFX7QZ49D9EMOV1EQ' where id=4;
-update noar tt set b2='MJTDHCSXUDJGL6QJFH9HDED1D' where id=4;
-update noar ti set b2='MJTDHCSXUDJGL6QJFH9HDED1D' where id=4;
-update noar tt set v0='Q95TBK8Z5Q45ERZQBAE2SYUC3' where id=5;
-update noar ti set v0='Q95TBK8Z5Q45ERZQBAE2SYUC3' where id=5;
-update noar tt set b0='O8DH7N2SXU1W4CVIHVYRZGW0TN6V1SDQ' where id=5;
-update noar ti set b0='O8DH7N2SXU1W4CVIHVYRZGW0TN6V1SDQ' where id=5;
-update noar tt set v0='BGVZXQEI40OKTLREY2DA9M' where id=5;
-update noar ti set v0='BGVZXQEI40OKTLREY2DA9M' where id=5;
-update noar tt set b1='09H5O6IDB32T31OYK5W29M' where id=5;
-update noar ti set b1='09H5O6IDB32T31OYK5W29M' where id=5;
-update noar tt set v0='MD4BVS633PCUN2W4I8QII' where id=5;
-update noar ti set v0='MD4BVS633PCUN2W4I8QII' where id=5;
-update noar tt set b2='BFJKMP6SMV3E' where id=5;
-update noar ti set b2='BFJKMP6SMV3E' where id=5;
-update noar tt set v0='3C96007Y7766C0665X4E5TSC9I33WROS' where id=6;
-update noar ti set v0='3C96007Y7766C0665X4E5TSC9I33WROS' where id=6;
-update noar tt set b0='8GX6Q05B7HT' where id=6;
-update noar ti set b0='8GX6Q05B7HT' where id=6;
-update noar tt set v0='TF8YT7Z7TP7SWJ' where id=6;
-update noar ti set v0='TF8YT7Z7TP7SWJ' where id=6;
-update noar tt set b1='SD3NF1OXAW0B072C54G3LYED8L' where id=6;
-update noar ti set b1='SD3NF1OXAW0B072C54G3LYED8L' where id=6;
-update noar tt set v0='DXDZ439TUJKULG59CRB0Y9UZ0IH' where id=6;
-update noar ti set v0='DXDZ439TUJKULG59CRB0Y9UZ0IH' where id=6;
-update noar tt set b2='DJUY1FZ8T8OA5QFCYP81UKNZ98' where id=6;
-update noar ti set b2='DJUY1FZ8T8OA5QFCYP81UKNZ98' where id=6;
-update noar tt set v0='I6PH4WVRW9LMMJGJOX8G' where id=7;
-update noar ti set v0='I6PH4WVRW9LMMJGJOX8G' where id=7;
-update noar tt set b0='O3FXX' where id=7;
-update noar ti set b0='O3FXX' where id=7;
-update noar tt set v0='BL05AVSKRGE0WIOYD6PE8F24SW' where id=7;
-update noar ti set v0='BL05AVSKRGE0WIOYD6PE8F24SW' where id=7;
-update noar tt set b1='RVCM' where id=7;
-update noar ti set b1='RVCM' where id=7;
-update noar tt set v0='YPV9DMLVN60CYJKS4MBMQHW' where id=7;
-update noar ti set v0='YPV9DMLVN60CYJKS4MBMQHW' where id=7;
-update noar tt set b2='BIQ0IXWC485HTEQLR' where id=7;
-update noar ti set b2='BIQ0IXWC485HTEQLR' where id=7;
-update noar tt set v0='FCTFC0KKZJ3GEKKSY8F82TQ6' where id=8;
-update noar ti set v0='FCTFC0KKZJ3GEKKSY8F82TQ6' where id=8;
-update noar tt set b0='40LTMGJRJ' where id=8;
-update noar ti set b0='40LTMGJRJ' where id=8;
-update noar tt set v0='YAQH37GOJUP91JVO0YKMW0ET' where id=8;
-update noar ti set v0='YAQH37GOJUP91JVO0YKMW0ET' where id=8;
-update noar tt set b1='IHCRM52VXHCDPDFJ4NBICFAYOOX7' where id=8;
-update noar ti set b1='IHCRM52VXHCDPDFJ4NBICFAYOOX7' where id=8;
-update noar tt set v0='2J4V4ZSAQYNC70B' where id=8;
-update noar ti set v0='2J4V4ZSAQYNC70B' where id=8;
-update noar tt set b2='DZZ0' where id=8;
-update noar ti set b2='DZZ0' where id=8;
-update noar tt set v0='6Y3EE5LFZOJGN88SKQ7P08NRZQTZ1BM' where id=9;
-update noar ti set v0='6Y3EE5LFZOJGN88SKQ7P08NRZQTZ1BM' where id=9;
-update noar tt set b0='RSZVBVQCPOFXOP20BZDU7' where id=9;
-update noar ti set b0='RSZVBVQCPOFXOP20BZDU7' where id=9;
-update noar tt set v0='P6QM8EN0RKBV' where id=9;
-update noar ti set v0='P6QM8EN0RKBV' where id=9;
-update noar tt set b1='6GQNANW4XY' where id=9;
-update noar ti set b1='6GQNANW4XY' where id=9;
-update noar tt set v0='W6XP1RQSQQYFT0CTGP5K8636FW' where id=9;
-update noar ti set v0='W6XP1RQSQQYFT0CTGP5K8636FW' where id=9;
-update noar tt set b2='FHKJWR6H7L9T90F' where id=9;
-update noar ti set b2='FHKJWR6H7L9T90F' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) not null,
- b0 tinyblob not null,
- b1 blob not null,
- b2 longblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='EXR4KANRV4NMMQQBLEJHZO2JY' where id=1;
-update noar ti set v0='EXR4KANRV4NMMQQBLEJHZO2JY' where id=1;
-update noar tt set b0='JENF6SB63H4AYG0' where id=1;
-update noar ti set b0='JENF6SB63H4AYG0' where id=1;
-update noar tt set v0='5GOEYG587Y6R29AOQ0FDIN1EB6GHI2' where id=1;
-update noar ti set v0='5GOEYG587Y6R29AOQ0FDIN1EB6GHI2' where id=1;
-update noar tt set b1='NHEDBLGN0PET6ZSL24QB1X8OVMBZFM' where id=1;
-update noar ti set b1='NHEDBLGN0PET6ZSL24QB1X8OVMBZFM' where id=1;
-update noar tt set v0='MPNAJSBUJKKF74VDUEEUW4YG' where id=1;
-update noar ti set v0='MPNAJSBUJKKF74VDUEEUW4YG' where id=1;
-update noar tt set b2='51DHPJHOSO37F9J87DRQBOT042ZN' where id=1;
-update noar ti set b2='51DHPJHOSO37F9J87DRQBOT042ZN' where id=1;
-update noar tt set v0='Y25R' where id=2;
-update noar ti set v0='Y25R' where id=2;
-update noar tt set b0='H4VK6D' where id=2;
-update noar ti set b0='H4VK6D' where id=2;
-update noar tt set v0='AWEAEXIEIBCI' where id=2;
-update noar ti set v0='AWEAEXIEIBCI' where id=2;
-update noar tt set b1='ZWPPE01VM' where id=2;
-update noar ti set b1='ZWPPE01VM' where id=2;
-update noar tt set v0='NB58' where id=2;
-update noar ti set v0='NB58' where id=2;
-update noar tt set b2='674AUDAVG38P0RDH22K9LU7DS' where id=2;
-update noar ti set b2='674AUDAVG38P0RDH22K9LU7DS' where id=2;
-update noar tt set v0='ZSR72DAZ' where id=3;
-update noar ti set v0='ZSR72DAZ' where id=3;
-update noar tt set b0='XB02MJ4ICXBRV3VV' where id=3;
-update noar ti set b0='XB02MJ4ICXBRV3VV' where id=3;
-update noar tt set v0='FUECLF2I8' where id=3;
-update noar ti set v0='FUECLF2I8' where id=3;
-update noar tt set b1='J' where id=3;
-update noar ti set b1='J' where id=3;
-update noar tt set v0='H6YTR6XT4KTYNJII' where id=3;
-update noar ti set v0='H6YTR6XT4KTYNJII' where id=3;
-update noar tt set b2='76GPQ2RSIC6QAS74K1Z491W6' where id=3;
-update noar ti set b2='76GPQ2RSIC6QAS74K1Z491W6' where id=3;
-update noar tt set v0='01JE4D8TM216PN4LKRC6OJ2R4RQ6PWC' where id=4;
-update noar ti set v0='01JE4D8TM216PN4LKRC6OJ2R4RQ6PWC' where id=4;
-update noar tt set b0='FZ6ROIOL' where id=4;
-update noar ti set b0='FZ6ROIOL' where id=4;
-update noar tt set v0='SDEGGDYRK7507WI2YMX0H' where id=4;
-update noar ti set v0='SDEGGDYRK7507WI2YMX0H' where id=4;
-update noar tt set b1='V712HMILEG2H' where id=4;
-update noar ti set b1='V712HMILEG2H' where id=4;
-update noar tt set v0='XAHGN' where id=4;
-update noar ti set v0='XAHGN' where id=4;
-update noar tt set b2='RD4MIT78' where id=4;
-update noar ti set b2='RD4MIT78' where id=4;
-update noar tt set v0='61D9790SJYM01MY' where id=5;
-update noar ti set v0='61D9790SJYM01MY' where id=5;
-update noar tt set b0='64WWSHKCKQZOF6BXS1Q' where id=5;
-update noar ti set b0='64WWSHKCKQZOF6BXS1Q' where id=5;
-update noar tt set v0='ZPKXSNHNL3G36FYF3LRLZ7' where id=5;
-update noar ti set v0='ZPKXSNHNL3G36FYF3LRLZ7' where id=5;
-update noar tt set b1='XODEY' where id=5;
-update noar ti set b1='XODEY' where id=5;
-update noar tt set v0='Z6Q5JV9RJ' where id=5;
-update noar ti set v0='Z6Q5JV9RJ' where id=5;
-update noar tt set b2='3F2Y' where id=5;
-update noar ti set b2='3F2Y' where id=5;
-update noar tt set v0='GKP57TE04U' where id=6;
-update noar ti set v0='GKP57TE04U' where id=6;
-update noar tt set b0='BN42QNST97TY1IEL67IBQSMR9K8J' where id=6;
-update noar ti set b0='BN42QNST97TY1IEL67IBQSMR9K8J' where id=6;
-update noar tt set v0='UYJ7H577BH85MWIKC' where id=6;
-update noar ti set v0='UYJ7H577BH85MWIKC' where id=6;
-update noar tt set b1='NG051CTO4TBVZKI4IMHVDX90DGWQ4NAM' where id=6;
-update noar ti set b1='NG051CTO4TBVZKI4IMHVDX90DGWQ4NAM' where id=6;
-update noar tt set v0='VTT4CEHEGQWXUJ' where id=6;
-update noar ti set v0='VTT4CEHEGQWXUJ' where id=6;
-update noar tt set b2='CKK2F' where id=6;
-update noar ti set b2='CKK2F' where id=6;
-update noar tt set v0='Q' where id=7;
-update noar ti set v0='Q' where id=7;
-update noar tt set b0='VBDD3FGRLSOJ4XGUZ088R3C' where id=7;
-update noar ti set b0='VBDD3FGRLSOJ4XGUZ088R3C' where id=7;
-update noar tt set v0='YNVNV1I56VEM2D31E6X2H2' where id=7;
-update noar ti set v0='YNVNV1I56VEM2D31E6X2H2' where id=7;
-update noar tt set b1='PD8IBJQVWZ098IJD' where id=7;
-update noar ti set b1='PD8IBJQVWZ098IJD' where id=7;
-update noar tt set v0='A2FYME7YXM5ZSZZANJ1TW3LI27RZ' where id=7;
-update noar ti set v0='A2FYME7YXM5ZSZZANJ1TW3LI27RZ' where id=7;
-update noar tt set b2='YAQUYE7NZJO0ISVQYZF4ST7LJVOAOD2' where id=7;
-update noar ti set b2='YAQUYE7NZJO0ISVQYZF4ST7LJVOAOD2' where id=7;
-update noar tt set v0='RHPNSAHA00OBP9O410X1J9MOCMEFEB' where id=8;
-update noar ti set v0='RHPNSAHA00OBP9O410X1J9MOCMEFEB' where id=8;
-update noar tt set b0='5GNSKEP4QOYWGWB1E9E0X4G6I8ATPQ' where id=8;
-update noar ti set b0='5GNSKEP4QOYWGWB1E9E0X4G6I8ATPQ' where id=8;
-update noar tt set v0='G12FLSA31' where id=8;
-update noar ti set v0='G12FLSA31' where id=8;
-update noar tt set b1='VL70WN5HM02I05MUX9BZ33I6AI5QIA' where id=8;
-update noar ti set b1='VL70WN5HM02I05MUX9BZ33I6AI5QIA' where id=8;
-update noar tt set v0='C8J5WQW' where id=8;
-update noar ti set v0='C8J5WQW' where id=8;
-update noar tt set b2='ZL58PNX8M4EYFH7MVZJL3GYS73W3' where id=8;
-update noar ti set b2='ZL58PNX8M4EYFH7MVZJL3GYS73W3' where id=8;
-update noar tt set v0='9BF8O69YBTF7LBL9A' where id=9;
-update noar ti set v0='9BF8O69YBTF7LBL9A' where id=9;
-update noar tt set b0='L381608G9R6IDQCKP' where id=9;
-update noar ti set b0='L381608G9R6IDQCKP' where id=9;
-update noar tt set v0='CHIRGZUA' where id=9;
-update noar ti set v0='CHIRGZUA' where id=9;
-update noar tt set b1='YK5IQS' where id=9;
-update noar ti set b1='YK5IQS' where id=9;
-update noar tt set v0='VAGEWP3DF1QNWH' where id=9;
-update noar ti set v0='VAGEWP3DF1QNWH' where id=9;
-update noar tt set b2='EEXAQOWD89IMT47' where id=9;
-update noar ti set b2='EEXAQOWD89IMT47' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) not null,
- b0 tinyblob not null,
- b1 blob not null,
- b2 longblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='0BB' where id=1;
-update noar ti set v0='0BB' where id=1;
-update noar tt set b0='RAHWAQAPLY' where id=1;
-update noar ti set b0='RAHWAQAPLY' where id=1;
-update noar tt set v0='Y5Z11UQVE90O73DMDKMDQZ9932OF' where id=1;
-update noar ti set v0='Y5Z11UQVE90O73DMDKMDQZ9932OF' where id=1;
-update noar tt set b1='QUPOF3KAJQB18OAARBVLNV52VX0R' where id=1;
-update noar ti set b1='QUPOF3KAJQB18OAARBVLNV52VX0R' where id=1;
-update noar tt set v0='PLF4U2B0ISP' where id=1;
-update noar ti set v0='PLF4U2B0ISP' where id=1;
-update noar tt set b2='FAYV' where id=1;
-update noar ti set b2='FAYV' where id=1;
-update noar tt set v0='G8WT62HP' where id=2;
-update noar ti set v0='G8WT62HP' where id=2;
-update noar tt set b0='7PZG3BXRNKKAIITYMSEBE0' where id=2;
-update noar ti set b0='7PZG3BXRNKKAIITYMSEBE0' where id=2;
-update noar tt set v0='91QS87M6T0WNUR0E2K2PHM' where id=2;
-update noar ti set v0='91QS87M6T0WNUR0E2K2PHM' where id=2;
-update noar tt set b1='GP1FH3JDOTH6HREGRS20KXB0L8' where id=2;
-update noar ti set b1='GP1FH3JDOTH6HREGRS20KXB0L8' where id=2;
-update noar tt set v0='B28RHH69' where id=2;
-update noar ti set v0='B28RHH69' where id=2;
-update noar tt set b2='7CO8IXI' where id=2;
-update noar ti set b2='7CO8IXI' where id=2;
-update noar tt set v0='XWZY' where id=3;
-update noar ti set v0='XWZY' where id=3;
-update noar tt set b0='N1CPEDG83RGBU517ZLCZ2HKRR4SRPE7' where id=3;
-update noar ti set b0='N1CPEDG83RGBU517ZLCZ2HKRR4SRPE7' where id=3;
-update noar tt set v0='BU4K6E' where id=3;
-update noar ti set v0='BU4K6E' where id=3;
-update noar tt set b1='PE7DE5GB4SV60A2QN8JOWK9' where id=3;
-update noar ti set b1='PE7DE5GB4SV60A2QN8JOWK9' where id=3;
-update noar tt set v0='WOSLQIOTD9O5ZSAI174CLI0' where id=3;
-update noar ti set v0='WOSLQIOTD9O5ZSAI174CLI0' where id=3;
-update noar tt set b2='QUZM4G15GGJBRWV8R' where id=3;
-update noar ti set b2='QUZM4G15GGJBRWV8R' where id=3;
-update noar tt set v0='3UC521OAT0HPH4GN3ATKW' where id=4;
-update noar ti set v0='3UC521OAT0HPH4GN3ATKW' where id=4;
-update noar tt set b0='PT8GXTAETOFR7PLG1VGVGHHHEAST7TBL' where id=4;
-update noar ti set b0='PT8GXTAETOFR7PLG1VGVGHHHEAST7TBL' where id=4;
-update noar tt set v0='8ZWM2GJOHDWHCKBH3' where id=4;
-update noar ti set v0='8ZWM2GJOHDWHCKBH3' where id=4;
-update noar tt set b1='DC8J' where id=4;
-update noar ti set b1='DC8J' where id=4;
-update noar tt set v0='Y1H2ODQEN8FGI' where id=4;
-update noar ti set v0='Y1H2ODQEN8FGI' where id=4;
-update noar tt set b2='O7UF5AZB0N55YEL' where id=4;
-update noar ti set b2='O7UF5AZB0N55YEL' where id=4;
-update noar tt set v0='893J' where id=5;
-update noar ti set v0='893J' where id=5;
-update noar tt set b0='NWEB79GK3UI7V4EKQ7DOASKEPN8' where id=5;
-update noar ti set b0='NWEB79GK3UI7V4EKQ7DOASKEPN8' where id=5;
-update noar tt set v0='AICZWHML3DUWP2JSVJVIRSO2EIRYZ' where id=5;
-update noar ti set v0='AICZWHML3DUWP2JSVJVIRSO2EIRYZ' where id=5;
-update noar tt set b1='YYTOOYAM6R7GU4CK7OQ3' where id=5;
-update noar ti set b1='YYTOOYAM6R7GU4CK7OQ3' where id=5;
-update noar tt set v0='H2F3P3ZS0LRVBQJI23IMZQ87YIDJJM2U' where id=5;
-update noar ti set v0='H2F3P3ZS0LRVBQJI23IMZQ87YIDJJM2U' where id=5;
-update noar tt set b2='46UWSUOQSFJ64PCHG27' where id=5;
-update noar ti set b2='46UWSUOQSFJ64PCHG27' where id=5;
-update noar tt set v0='KBWZG5UTAYCOO6526' where id=6;
-update noar ti set v0='KBWZG5UTAYCOO6526' where id=6;
-update noar tt set b0='24JYI5EN047PAI822KWS6NMP2SVA98' where id=6;
-update noar ti set b0='24JYI5EN047PAI822KWS6NMP2SVA98' where id=6;
-update noar tt set v0='WRXYCV4QUP1SOI295' where id=6;
-update noar ti set v0='WRXYCV4QUP1SOI295' where id=6;
-update noar tt set b1='4E3U0TRQ1J4ZLOQDQAA0JVHUB' where id=6;
-update noar ti set b1='4E3U0TRQ1J4ZLOQDQAA0JVHUB' where id=6;
-update noar tt set v0='JWPPIHS35A0J5U2' where id=6;
-update noar ti set v0='JWPPIHS35A0J5U2' where id=6;
-update noar tt set b2='R' where id=6;
-update noar ti set b2='R' where id=6;
-update noar tt set v0='RO' where id=7;
-update noar ti set v0='RO' where id=7;
-update noar tt set b0='3LK3RIXCXOOZ' where id=7;
-update noar ti set b0='3LK3RIXCXOOZ' where id=7;
-update noar tt set v0='13RE7097I9ANKTNL7HL2GX7TPI' where id=7;
-update noar ti set v0='13RE7097I9ANKTNL7HL2GX7TPI' where id=7;
-update noar tt set b1='A14PM37J551W618' where id=7;
-update noar ti set b1='A14PM37J551W618' where id=7;
-update noar tt set v0='W7MC795WIUO7A5UF49QRTTZPOM3C' where id=7;
-update noar ti set v0='W7MC795WIUO7A5UF49QRTTZPOM3C' where id=7;
-update noar tt set b2='CPBOPLQK8XC' where id=7;
-update noar ti set b2='CPBOPLQK8XC' where id=7;
-update noar tt set v0='S051FCY2VSI1MHILLJNU5EJ38TR' where id=8;
-update noar ti set v0='S051FCY2VSI1MHILLJNU5EJ38TR' where id=8;
-update noar tt set b0='MSW' where id=8;
-update noar ti set b0='MSW' where id=8;
-update noar tt set v0='WDZ5D7EP4NLWKUOKY5SN1DZXXB8E4' where id=8;
-update noar ti set v0='WDZ5D7EP4NLWKUOKY5SN1DZXXB8E4' where id=8;
-update noar tt set b1='IA' where id=8;
-update noar ti set b1='IA' where id=8;
-update noar tt set v0='ACBYUD17E6Q5E' where id=8;
-update noar ti set v0='ACBYUD17E6Q5E' where id=8;
-update noar tt set b2='4M31GTY9G4OZR1YCATFNB' where id=8;
-update noar ti set b2='4M31GTY9G4OZR1YCATFNB' where id=8;
-update noar tt set v0='BMT3CR6T' where id=9;
-update noar ti set v0='BMT3CR6T' where id=9;
-update noar tt set b0='HKBPON1MWH' where id=9;
-update noar ti set b0='HKBPON1MWH' where id=9;
-update noar tt set v0='NWU3' where id=9;
-update noar ti set v0='NWU3' where id=9;
-update noar tt set b1='EX0LFK3' where id=9;
-update noar ti set b1='EX0LFK3' where id=9;
-update noar tt set v0='YTHC79D5I4WVO9FH' where id=9;
-update noar ti set v0='YTHC79D5I4WVO9FH' where id=9;
-update noar tt set b2='U00GJFWOZ2SAYZT4N2' where id=9;
-update noar ti set b2='U00GJFWOZ2SAYZT4N2' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) null,
- b0 tinyblob null,
- b1 mediumblob null,
- b2 tinyblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='HM' where id=1;
-update noar ti set v0='HM' where id=1;
-update noar tt set b0='8BTHL' where id=1;
-update noar ti set b0='8BTHL' where id=1;
-update noar tt set v0='8MKDG23NFZLJWTF' where id=1;
-update noar ti set v0='8MKDG23NFZLJWTF' where id=1;
-update noar tt set b1='KIMS0DA175NQ05ORSYNQ3QRW23G4' where id=1;
-update noar ti set b1='KIMS0DA175NQ05ORSYNQ3QRW23G4' where id=1;
-update noar tt set v0='ZBTEB4ULU8EOZZPPG9' where id=1;
-update noar ti set v0='ZBTEB4ULU8EOZZPPG9' where id=1;
-update noar tt set b2='V3RNJPQ' where id=1;
-update noar ti set b2='V3RNJPQ' where id=1;
-update noar tt set v0='2U3QNSF5ZW5VHE0EP08G8NR2IVS3' where id=2;
-update noar ti set v0='2U3QNSF5ZW5VHE0EP08G8NR2IVS3' where id=2;
-update noar tt set b0='5CF5WFDWFEFMIHX6KMR3PQR1LZQ' where id=2;
-update noar ti set b0='5CF5WFDWFEFMIHX6KMR3PQR1LZQ' where id=2;
-update noar tt set v0='NG19R' where id=2;
-update noar ti set v0='NG19R' where id=2;
-update noar tt set b1='QYE4IM2KIEKLG6KZAZKPF46' where id=2;
-update noar ti set b1='QYE4IM2KIEKLG6KZAZKPF46' where id=2;
-update noar tt set v0='55114R43T0ERGU93MFTRC9' where id=2;
-update noar ti set v0='55114R43T0ERGU93MFTRC9' where id=2;
-update noar tt set b2='1LGJ' where id=2;
-update noar ti set b2='1LGJ' where id=2;
-update noar tt set v0='1RZMQ8X' where id=3;
-update noar ti set v0='1RZMQ8X' where id=3;
-update noar tt set b0='LCM3QDM77M56YCHKH' where id=3;
-update noar ti set b0='LCM3QDM77M56YCHKH' where id=3;
-update noar tt set v0='DSYQ2ECLVV5P' where id=3;
-update noar ti set v0='DSYQ2ECLVV5P' where id=3;
-update noar tt set b1='DNZZAGL1HEUPOUGCDHZ0I7PJQUKX' where id=3;
-update noar ti set b1='DNZZAGL1HEUPOUGCDHZ0I7PJQUKX' where id=3;
-update noar tt set v0='NEUT73' where id=3;
-update noar ti set v0='NEUT73' where id=3;
-update noar tt set b2='45TSMC6UZN9FH2NLRES8QJM' where id=3;
-update noar ti set b2='45TSMC6UZN9FH2NLRES8QJM' where id=3;
-update noar tt set v0='6TTHF46W58QLZVVHODB' where id=4;
-update noar ti set v0='6TTHF46W58QLZVVHODB' where id=4;
-update noar tt set b0='KWH1KZX0XP5' where id=4;
-update noar ti set b0='KWH1KZX0XP5' where id=4;
-update noar tt set v0='0PC98G0EA3NA9P5WGPXP' where id=4;
-update noar ti set v0='0PC98G0EA3NA9P5WGPXP' where id=4;
-update noar tt set b1='BIJULJHMJNM74D0J6IZ0XD33' where id=4;
-update noar ti set b1='BIJULJHMJNM74D0J6IZ0XD33' where id=4;
-update noar tt set v0='UL9YLYH777C1IS23VK11D2UL7' where id=4;
-update noar ti set v0='UL9YLYH777C1IS23VK11D2UL7' where id=4;
-update noar tt set b2='6' where id=4;
-update noar ti set b2='6' where id=4;
-update noar tt set v0='Q26V9LP3493G' where id=5;
-update noar ti set v0='Q26V9LP3493G' where id=5;
-update noar tt set b0='GQ73ASURRUXH6KE3S3QDT' where id=5;
-update noar ti set b0='GQ73ASURRUXH6KE3S3QDT' where id=5;
-update noar tt set v0='GV7EOXB4YN6' where id=5;
-update noar ti set v0='GV7EOXB4YN6' where id=5;
-update noar tt set b1='FCAC31GCZROZ8P4YKU53KO02EGSOBS' where id=5;
-update noar ti set b1='FCAC31GCZROZ8P4YKU53KO02EGSOBS' where id=5;
-update noar tt set v0='93' where id=5;
-update noar ti set v0='93' where id=5;
-update noar tt set b2='D2IKRWKYI6UO0TTD0Q4I14KGMY' where id=5;
-update noar ti set b2='D2IKRWKYI6UO0TTD0Q4I14KGMY' where id=5;
-update noar tt set v0='TX7X08IQOJ3ZS3VZ' where id=6;
-update noar ti set v0='TX7X08IQOJ3ZS3VZ' where id=6;
-update noar tt set b0='MC9K' where id=6;
-update noar ti set b0='MC9K' where id=6;
-update noar tt set v0='ZG' where id=6;
-update noar ti set v0='ZG' where id=6;
-update noar tt set b1='2OFU' where id=6;
-update noar ti set b1='2OFU' where id=6;
-update noar tt set v0='07ZKU6QIAYFMUEWIR3' where id=6;
-update noar ti set v0='07ZKU6QIAYFMUEWIR3' where id=6;
-update noar tt set b2='RRPRZDG0LHEF5B5W7IPDCJB' where id=6;
-update noar ti set b2='RRPRZDG0LHEF5B5W7IPDCJB' where id=6;
-update noar tt set v0='6BN58TNZF9KZXT42QTNVKTJKLZF1J' where id=7;
-update noar ti set v0='6BN58TNZF9KZXT42QTNVKTJKLZF1J' where id=7;
-update noar tt set b0='5O2YQEK9AI2620ER86CY44CZNTNZM432' where id=7;
-update noar ti set b0='5O2YQEK9AI2620ER86CY44CZNTNZM432' where id=7;
-update noar tt set v0='ZZO2E' where id=7;
-update noar ti set v0='ZZO2E' where id=7;
-update noar tt set b1='JYOKZLILZV2CVJG5ETY0W8GQZM4A' where id=7;
-update noar ti set b1='JYOKZLILZV2CVJG5ETY0W8GQZM4A' where id=7;
-update noar tt set v0='1FE5KOFQH' where id=7;
-update noar ti set v0='1FE5KOFQH' where id=7;
-update noar tt set b2='KIAFNJQOWN4' where id=7;
-update noar ti set b2='KIAFNJQOWN4' where id=7;
-update noar tt set v0='KLEB57PH6' where id=8;
-update noar ti set v0='KLEB57PH6' where id=8;
-update noar tt set b0='UK1624XW6PA19BJRGEXG0EEYOKTBU' where id=8;
-update noar ti set b0='UK1624XW6PA19BJRGEXG0EEYOKTBU' where id=8;
-update noar tt set v0='OUBBH5KT8IUEACEI19XSKBRZYSCXTBB' where id=8;
-update noar ti set v0='OUBBH5KT8IUEACEI19XSKBRZYSCXTBB' where id=8;
-update noar tt set b1='Q0QSXIQRRJ9D' where id=8;
-update noar ti set b1='Q0QSXIQRRJ9D' where id=8;
-update noar tt set v0='HUY5N13QZKGIEXYIFPZQWB8D' where id=8;
-update noar ti set v0='HUY5N13QZKGIEXYIFPZQWB8D' where id=8;
-update noar tt set b2='Z862C6BE33SV6SK923PFT9EPE6V' where id=8;
-update noar ti set b2='Z862C6BE33SV6SK923PFT9EPE6V' where id=8;
-update noar tt set v0='SKPQKSXDULQHF6ZAKR6X99PF9FRWQ' where id=9;
-update noar ti set v0='SKPQKSXDULQHF6ZAKR6X99PF9FRWQ' where id=9;
-update noar tt set b0='9TUB5PX90' where id=9;
-update noar ti set b0='9TUB5PX90' where id=9;
-update noar tt set v0='XG2KJ2V9QU1Q1ET0T67H06' where id=9;
-update noar ti set v0='XG2KJ2V9QU1Q1ET0T67H06' where id=9;
-update noar tt set b1='Q865T' where id=9;
-update noar ti set b1='Q865T' where id=9;
-update noar tt set v0='XYWSGSEDR' where id=9;
-update noar ti set v0='XYWSGSEDR' where id=9;
-update noar tt set b2='08C5LC3LSYJ44LJRYVF95W' where id=9;
-update noar ti set b2='08C5LC3LSYJ44LJRYVF95W' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) null,
- b0 tinyblob null,
- b1 mediumblob null,
- b2 tinyblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='Z6MC9LT99X1' where id=1;
-update noar ti set v0='Z6MC9LT99X1' where id=1;
-update noar tt set b0='XH300J6J983' where id=1;
-update noar ti set b0='XH300J6J983' where id=1;
-update noar tt set v0='88SON644E4G96H7MEEI8NCP06GMD' where id=1;
-update noar ti set v0='88SON644E4G96H7MEEI8NCP06GMD' where id=1;
-update noar tt set b1='5G3XFS2ECEYA56A7I82L8E9WUQOOF' where id=1;
-update noar ti set b1='5G3XFS2ECEYA56A7I82L8E9WUQOOF' where id=1;
-update noar tt set v0='8' where id=1;
-update noar ti set v0='8' where id=1;
-update noar tt set b2='5Z7PQTNT269JKJFY' where id=1;
-update noar ti set b2='5Z7PQTNT269JKJFY' where id=1;
-update noar tt set v0='PX1BAY' where id=2;
-update noar ti set v0='PX1BAY' where id=2;
-update noar tt set b0='08KOGS1P' where id=2;
-update noar ti set b0='08KOGS1P' where id=2;
-update noar tt set v0='QB3R1ZXJNNW69U7TR90FSHR' where id=2;
-update noar ti set v0='QB3R1ZXJNNW69U7TR90FSHR' where id=2;
-update noar tt set b1='LCQ8H6PHSUHY1V0RD6Y81NP0' where id=2;
-update noar ti set b1='LCQ8H6PHSUHY1V0RD6Y81NP0' where id=2;
-update noar tt set v0='EBYVS' where id=2;
-update noar ti set v0='EBYVS' where id=2;
-update noar tt set b2='4' where id=2;
-update noar ti set b2='4' where id=2;
-update noar tt set v0='XN8LK4RS3KTBU3Y07PZFLAKY744TI' where id=3;
-update noar ti set v0='XN8LK4RS3KTBU3Y07PZFLAKY744TI' where id=3;
-update noar tt set b0='XRCE' where id=3;
-update noar ti set b0='XRCE' where id=3;
-update noar tt set v0='9WQ3B9IAH8AD86' where id=3;
-update noar ti set v0='9WQ3B9IAH8AD86' where id=3;
-update noar tt set b1='RRAQC9JPMHK49UWVUITTPQ1O342XBBT' where id=3;
-update noar ti set b1='RRAQC9JPMHK49UWVUITTPQ1O342XBBT' where id=3;
-update noar tt set v0='C85XJ0NOL3WR' where id=3;
-update noar ti set v0='C85XJ0NOL3WR' where id=3;
-update noar tt set b2='7QQL' where id=3;
-update noar ti set b2='7QQL' where id=3;
-update noar tt set v0='QTLY6SIZF' where id=4;
-update noar ti set v0='QTLY6SIZF' where id=4;
-update noar tt set b0='D0TOKZ1M16Z7' where id=4;
-update noar ti set b0='D0TOKZ1M16Z7' where id=4;
-update noar tt set v0='1L5XMGZZ47' where id=4;
-update noar ti set v0='1L5XMGZZ47' where id=4;
-update noar tt set b1='JDBMWJ0585Q77MK3YPK' where id=4;
-update noar ti set b1='JDBMWJ0585Q77MK3YPK' where id=4;
-update noar tt set v0='O6' where id=4;
-update noar ti set v0='O6' where id=4;
-update noar tt set b2='JKE56' where id=4;
-update noar ti set b2='JKE56' where id=4;
-update noar tt set v0='N9Y' where id=5;
-update noar ti set v0='N9Y' where id=5;
-update noar tt set b0='RDO23FKPMW15RZ81UYW58Z2EA08VMF1' where id=5;
-update noar ti set b0='RDO23FKPMW15RZ81UYW58Z2EA08VMF1' where id=5;
-update noar tt set v0='CZMC02JSH2BT' where id=5;
-update noar ti set v0='CZMC02JSH2BT' where id=5;
-update noar tt set b1='QRX8SF' where id=5;
-update noar ti set b1='QRX8SF' where id=5;
-update noar tt set v0='05' where id=5;
-update noar ti set v0='05' where id=5;
-update noar tt set b2='QQ13I1WU5NZUCD4ETTYRTBD02HBXJCL' where id=5;
-update noar ti set b2='QQ13I1WU5NZUCD4ETTYRTBD02HBXJCL' where id=5;
-update noar tt set v0='YZ17Q07M0GS2KFK0AW84OWMQ14QF70' where id=6;
-update noar ti set v0='YZ17Q07M0GS2KFK0AW84OWMQ14QF70' where id=6;
-update noar tt set b0='2MWU5XMKQL' where id=6;
-update noar ti set b0='2MWU5XMKQL' where id=6;
-update noar tt set v0='85JRDBCM0LJQL6JCWZ2' where id=6;
-update noar ti set v0='85JRDBCM0LJQL6JCWZ2' where id=6;
-update noar tt set b1='QQVP7' where id=6;
-update noar ti set b1='QQVP7' where id=6;
-update noar tt set v0='EDXRUA6IT09DJ39' where id=6;
-update noar ti set v0='EDXRUA6IT09DJ39' where id=6;
-update noar tt set b2='CGC1UB1ATAH4VPP4C8FZCGNL0I' where id=6;
-update noar ti set b2='CGC1UB1ATAH4VPP4C8FZCGNL0I' where id=6;
-update noar tt set v0='GRN82' where id=7;
-update noar ti set v0='GRN82' where id=7;
-update noar tt set b0='2JHJJXG7F1WY5JVNPD0UT' where id=7;
-update noar ti set b0='2JHJJXG7F1WY5JVNPD0UT' where id=7;
-update noar tt set v0='Q38P61LQISWWP8LV7' where id=7;
-update noar ti set v0='Q38P61LQISWWP8LV7' where id=7;
-update noar tt set b1='94INXVGRQH' where id=7;
-update noar ti set b1='94INXVGRQH' where id=7;
-update noar tt set v0='D8R2GJU0FJAJN4MK4V20RVWK4C9' where id=7;
-update noar ti set v0='D8R2GJU0FJAJN4MK4V20RVWK4C9' where id=7;
-update noar tt set b2='0VLKQ2' where id=7;
-update noar ti set b2='0VLKQ2' where id=7;
-update noar tt set v0='G7WKORB811774EKUZNLCC8' where id=8;
-update noar ti set v0='G7WKORB811774EKUZNLCC8' where id=8;
-update noar tt set b0='E37LJNWMFVSKSW5JOQK4PHY2P' where id=8;
-update noar ti set b0='E37LJNWMFVSKSW5JOQK4PHY2P' where id=8;
-update noar tt set v0='JHDQ3' where id=8;
-update noar ti set v0='JHDQ3' where id=8;
-update noar tt set b1='XEXH725N652DIPRV8S2E6' where id=8;
-update noar ti set b1='XEXH725N652DIPRV8S2E6' where id=8;
-update noar tt set v0='17SSPHKD6' where id=8;
-update noar ti set v0='17SSPHKD6' where id=8;
-update noar tt set b2='EJ4RS6PTXPELYS3PFPDLWGKC1KYKZ5PM' where id=8;
-update noar ti set b2='EJ4RS6PTXPELYS3PFPDLWGKC1KYKZ5PM' where id=8;
-update noar tt set v0='R' where id=9;
-update noar ti set v0='R' where id=9;
-update noar tt set b0='961GDPZS7WIZKYITDUK4HYE6D' where id=9;
-update noar ti set b0='961GDPZS7WIZKYITDUK4HYE6D' where id=9;
-update noar tt set v0='2R7QAR7R1FCONMD6YUMYIN2OUSQMIFR' where id=9;
-update noar ti set v0='2R7QAR7R1FCONMD6YUMYIN2OUSQMIFR' where id=9;
-update noar tt set b1='9' where id=9;
-update noar ti set b1='9' where id=9;
-update noar tt set v0='I' where id=9;
-update noar ti set v0='I' where id=9;
-update noar tt set b2='N' where id=9;
-update noar ti set b2='N' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) not null,
- b0 tinyblob not null,
- b1 mediumblob not null,
- b2 tinyblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='KTZX79UNGPJHNIIQ9NBU285A3W4KQ7Y' where id=1;
-update noar ti set v0='KTZX79UNGPJHNIIQ9NBU285A3W4KQ7Y' where id=1;
-update noar tt set b0='L8OV1JXWHLBR7H9576' where id=1;
-update noar ti set b0='L8OV1JXWHLBR7H9576' where id=1;
-update noar tt set v0='BMTDO6CDG' where id=1;
-update noar ti set v0='BMTDO6CDG' where id=1;
-update noar tt set b1='G8G9M2ZM4C3WFQD9FHNK66' where id=1;
-update noar ti set b1='G8G9M2ZM4C3WFQD9FHNK66' where id=1;
-update noar tt set v0='6WJ02TMOVO32R95I' where id=1;
-update noar ti set v0='6WJ02TMOVO32R95I' where id=1;
-update noar tt set b2='CA4T8CJO3ZMM' where id=1;
-update noar ti set b2='CA4T8CJO3ZMM' where id=1;
-update noar tt set v0='5DT354L8FC3BFSXKG9169LHKG0YD1I' where id=2;
-update noar ti set v0='5DT354L8FC3BFSXKG9169LHKG0YD1I' where id=2;
-update noar tt set b0='ZECK6DC4' where id=2;
-update noar ti set b0='ZECK6DC4' where id=2;
-update noar tt set v0='7GFA42TD4OCU11UO9CGY' where id=2;
-update noar ti set v0='7GFA42TD4OCU11UO9CGY' where id=2;
-update noar tt set b1='ZM5ZPICCCSBMA3KWU13BI2W9' where id=2;
-update noar ti set b1='ZM5ZPICCCSBMA3KWU13BI2W9' where id=2;
-update noar tt set v0='UKTDWU3SXB93EO6V6' where id=2;
-update noar ti set v0='UKTDWU3SXB93EO6V6' where id=2;
-update noar tt set b2='4YHT022F' where id=2;
-update noar ti set b2='4YHT022F' where id=2;
-update noar tt set v0='F6O793' where id=3;
-update noar ti set v0='F6O793' where id=3;
-update noar tt set b0='VMG89W04EG' where id=3;
-update noar ti set b0='VMG89W04EG' where id=3;
-update noar tt set v0='QD3F837L3TVXN1O15DWFOZLGKG9G9SQ3' where id=3;
-update noar ti set v0='QD3F837L3TVXN1O15DWFOZLGKG9G9SQ3' where id=3;
-update noar tt set b1='QC5XH78HKAO9MPCI' where id=3;
-update noar ti set b1='QC5XH78HKAO9MPCI' where id=3;
-update noar tt set v0='14QP752GNIIWKY5HS7' where id=3;
-update noar ti set v0='14QP752GNIIWKY5HS7' where id=3;
-update noar tt set b2='6PK5D4D04TY496F31KB6ZM52BHLY' where id=3;
-update noar ti set b2='6PK5D4D04TY496F31KB6ZM52BHLY' where id=3;
-update noar tt set v0='E006OJFKG25VG0GJEUO8ZX0SNKFW2M7' where id=4;
-update noar ti set v0='E006OJFKG25VG0GJEUO8ZX0SNKFW2M7' where id=4;
-update noar tt set b0='A5SAGD2S' where id=4;
-update noar ti set b0='A5SAGD2S' where id=4;
-update noar tt set v0='ZBPEL52CCNM' where id=4;
-update noar ti set v0='ZBPEL52CCNM' where id=4;
-update noar tt set b1='4SS9JG9UR325X58OKOHECO8' where id=4;
-update noar ti set b1='4SS9JG9UR325X58OKOHECO8' where id=4;
-update noar tt set v0='Z5AK5' where id=4;
-update noar ti set v0='Z5AK5' where id=4;
-update noar tt set b2='CJIDWOHK0Y2GO6CECSZ' where id=4;
-update noar ti set b2='CJIDWOHK0Y2GO6CECSZ' where id=4;
-update noar tt set v0='1A1H5UE' where id=5;
-update noar ti set v0='1A1H5UE' where id=5;
-update noar tt set b0='O2UVU2GMCO21CYAM' where id=5;
-update noar ti set b0='O2UVU2GMCO21CYAM' where id=5;
-update noar tt set v0='666X7Y5VUHBD3AD5U3ZWPVX2H' where id=5;
-update noar ti set v0='666X7Y5VUHBD3AD5U3ZWPVX2H' where id=5;
-update noar tt set b1='IIM1NKDPK3GSEV7TBO7WTZYK4C9' where id=5;
-update noar ti set b1='IIM1NKDPK3GSEV7TBO7WTZYK4C9' where id=5;
-update noar tt set v0='NJF06983RRB2PY5GV6O7' where id=5;
-update noar ti set v0='NJF06983RRB2PY5GV6O7' where id=5;
-update noar tt set b2='6QJF6NRS2YOGCX7Y5IAK31SVKBDTDG' where id=5;
-update noar ti set b2='6QJF6NRS2YOGCX7Y5IAK31SVKBDTDG' where id=5;
-update noar tt set v0='374FT1FSJBDV' where id=6;
-update noar ti set v0='374FT1FSJBDV' where id=6;
-update noar tt set b0='AAAHG7SKBXTQQTY2A9DK0WZ4' where id=6;
-update noar ti set b0='AAAHG7SKBXTQQTY2A9DK0WZ4' where id=6;
-update noar tt set v0='GO5633ADRLSIS1AWT7MMGK' where id=6;
-update noar ti set v0='GO5633ADRLSIS1AWT7MMGK' where id=6;
-update noar tt set b1='K23CKVW0N0SRYF5ZW066VMXT' where id=6;
-update noar ti set b1='K23CKVW0N0SRYF5ZW066VMXT' where id=6;
-update noar tt set v0='V1VWDPMOZUILZE1' where id=6;
-update noar ti set v0='V1VWDPMOZUILZE1' where id=6;
-update noar tt set b2='8JVZFI0KTX' where id=6;
-update noar ti set b2='8JVZFI0KTX' where id=6;
-update noar tt set v0='IJPPPGATDQ6UKMSZ6Z0EEW7' where id=7;
-update noar ti set v0='IJPPPGATDQ6UKMSZ6Z0EEW7' where id=7;
-update noar tt set b0='7F5UAY90CRRV7' where id=7;
-update noar ti set b0='7F5UAY90CRRV7' where id=7;
-update noar tt set v0='LMYWP8RSKQMBR' where id=7;
-update noar ti set v0='LMYWP8RSKQMBR' where id=7;
-update noar tt set b1='81YYVJGEGLU26XBSSJ49F1G28L0HA' where id=7;
-update noar ti set b1='81YYVJGEGLU26XBSSJ49F1G28L0HA' where id=7;
-update noar tt set v0='C' where id=7;
-update noar ti set v0='C' where id=7;
-update noar tt set b2='01DEHIO31S5B9OW1H2T940Z6TWPC9GG' where id=7;
-update noar ti set b2='01DEHIO31S5B9OW1H2T940Z6TWPC9GG' where id=7;
-update noar tt set v0='UCLCK3VH2INBS75R1F1E8D6DRCT' where id=8;
-update noar ti set v0='UCLCK3VH2INBS75R1F1E8D6DRCT' where id=8;
-update noar tt set b0='C150BK9GYYUZO870ALT' where id=8;
-update noar ti set b0='C150BK9GYYUZO870ALT' where id=8;
-update noar tt set v0='JRAA20' where id=8;
-update noar ti set v0='JRAA20' where id=8;
-update noar tt set b1='FER8Z8XSFGMX' where id=8;
-update noar ti set b1='FER8Z8XSFGMX' where id=8;
-update noar tt set v0='S40MUZ2NBKUN97CE5B3UU0MCX4W9R22' where id=8;
-update noar ti set v0='S40MUZ2NBKUN97CE5B3UU0MCX4W9R22' where id=8;
-update noar tt set b2='8' where id=8;
-update noar ti set b2='8' where id=8;
-update noar tt set v0='24JFCJ1PFNS8QB5PMTH88ACJV0W' where id=9;
-update noar ti set v0='24JFCJ1PFNS8QB5PMTH88ACJV0W' where id=9;
-update noar tt set b0='8DKBV5L70PQMGFNPJ2RFDZT' where id=9;
-update noar ti set b0='8DKBV5L70PQMGFNPJ2RFDZT' where id=9;
-update noar tt set v0='AHTWSYB5QRTCR2RZSCF5M' where id=9;
-update noar ti set v0='AHTWSYB5QRTCR2RZSCF5M' where id=9;
-update noar tt set b1='KCKWGGMMQG578CJCZC3TFXGKM09246Y7' where id=9;
-update noar ti set b1='KCKWGGMMQG578CJCZC3TFXGKM09246Y7' where id=9;
-update noar tt set v0='UWBS48E3KSC22R' where id=9;
-update noar ti set v0='UWBS48E3KSC22R' where id=9;
-update noar tt set b2='2H5FQ97DBTT304Q6SS' where id=9;
-update noar ti set b2='2H5FQ97DBTT304Q6SS' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) not null,
- b0 tinyblob not null,
- b1 mediumblob not null,
- b2 tinyblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='IK3O4OZPGR67G8R8' where id=1;
-update noar ti set v0='IK3O4OZPGR67G8R8' where id=1;
-update noar tt set b0='ZI7HHGFTCEPLVP' where id=1;
-update noar ti set b0='ZI7HHGFTCEPLVP' where id=1;
-update noar tt set v0='HLBEUE4BXWEHNF53' where id=1;
-update noar ti set v0='HLBEUE4BXWEHNF53' where id=1;
-update noar tt set b1='UKJ5BRPH03SU' where id=1;
-update noar ti set b1='UKJ5BRPH03SU' where id=1;
-update noar tt set v0='B2' where id=1;
-update noar ti set v0='B2' where id=1;
-update noar tt set b2='9BMFN46L962BOZ7RBPMJGJ7R1TEN1' where id=1;
-update noar ti set b2='9BMFN46L962BOZ7RBPMJGJ7R1TEN1' where id=1;
-update noar tt set v0='4RDXRJKV576C9LY' where id=2;
-update noar ti set v0='4RDXRJKV576C9LY' where id=2;
-update noar tt set b0='L8IIOXUHR8N3AVSF0ESD97W' where id=2;
-update noar ti set b0='L8IIOXUHR8N3AVSF0ESD97W' where id=2;
-update noar tt set v0='L45U12VZZ5L4HONYU' where id=2;
-update noar ti set v0='L45U12VZZ5L4HONYU' where id=2;
-update noar tt set b1='BXLHX1U5AYX2ZU6KHV' where id=2;
-update noar ti set b1='BXLHX1U5AYX2ZU6KHV' where id=2;
-update noar tt set v0='1U8ZW9O8Q' where id=2;
-update noar ti set v0='1U8ZW9O8Q' where id=2;
-update noar tt set b2='UR03VNA1FPJZ6' where id=2;
-update noar ti set b2='UR03VNA1FPJZ6' where id=2;
-update noar tt set v0='KMJDBR2X0S0U0CF3YKCBNN4BLZDI3' where id=3;
-update noar ti set v0='KMJDBR2X0S0U0CF3YKCBNN4BLZDI3' where id=3;
-update noar tt set b0='TMSD6CWNR1XIJAO4I82W' where id=3;
-update noar ti set b0='TMSD6CWNR1XIJAO4I82W' where id=3;
-update noar tt set v0='9YMNI9' where id=3;
-update noar ti set v0='9YMNI9' where id=3;
-update noar tt set b1='2YCWMLAREXU' where id=3;
-update noar ti set b1='2YCWMLAREXU' where id=3;
-update noar tt set v0='WCVBE3X4J90UW6RHYORRW6Z' where id=3;
-update noar ti set v0='WCVBE3X4J90UW6RHYORRW6Z' where id=3;
-update noar tt set b2='ZBM1R2V' where id=3;
-update noar ti set b2='ZBM1R2V' where id=3;
-update noar tt set v0='5J9AR8JULEFFSQS6KW4SL18X64VF900' where id=4;
-update noar ti set v0='5J9AR8JULEFFSQS6KW4SL18X64VF900' where id=4;
-update noar tt set b0='P26MAU7NKSX4YTH09U2HUHT20H' where id=4;
-update noar ti set b0='P26MAU7NKSX4YTH09U2HUHT20H' where id=4;
-update noar tt set v0='HN7S0NKLSVTM' where id=4;
-update noar ti set v0='HN7S0NKLSVTM' where id=4;
-update noar tt set b1='VPQFB' where id=4;
-update noar ti set b1='VPQFB' where id=4;
-update noar tt set v0='42' where id=4;
-update noar ti set v0='42' where id=4;
-update noar tt set b2='94PHMFAZ9SV9KFKNYLWSE3AV0D0NXYZ8' where id=4;
-update noar ti set b2='94PHMFAZ9SV9KFKNYLWSE3AV0D0NXYZ8' where id=4;
-update noar tt set v0='ST4ZELCMLUY' where id=5;
-update noar ti set v0='ST4ZELCMLUY' where id=5;
-update noar tt set b0='SHWROHBW2HXJU0NG' where id=5;
-update noar ti set b0='SHWROHBW2HXJU0NG' where id=5;
-update noar tt set v0='83MLF9TJCUD3XYGD90ICFM7' where id=5;
-update noar ti set v0='83MLF9TJCUD3XYGD90ICFM7' where id=5;
-update noar tt set b1='SUH7MUQAOWG' where id=5;
-update noar ti set b1='SUH7MUQAOWG' where id=5;
-update noar tt set v0='X40Y2D' where id=5;
-update noar ti set v0='X40Y2D' where id=5;
-update noar tt set b2='1TCIELI8ZDSFHHCUBDO' where id=5;
-update noar ti set b2='1TCIELI8ZDSFHHCUBDO' where id=5;
-update noar tt set v0='WFZV5VX92KQ' where id=6;
-update noar ti set v0='WFZV5VX92KQ' where id=6;
-update noar tt set b0='D5J0SIX2EPIXF' where id=6;
-update noar ti set b0='D5J0SIX2EPIXF' where id=6;
-update noar tt set v0='EL7T93UUF2DHFZPG503ES0' where id=6;
-update noar ti set v0='EL7T93UUF2DHFZPG503ES0' where id=6;
-update noar tt set b1='KNAYRD3KPHE1QM1Y713DNGWJP' where id=6;
-update noar ti set b1='KNAYRD3KPHE1QM1Y713DNGWJP' where id=6;
-update noar tt set v0='VF8GDPT' where id=6;
-update noar ti set v0='VF8GDPT' where id=6;
-update noar tt set b2='N1EZMSO84UL115J' where id=6;
-update noar ti set b2='N1EZMSO84UL115J' where id=6;
-update noar tt set v0='N3BTZSWNROL0B75LZDBIQKRKS' where id=7;
-update noar ti set v0='N3BTZSWNROL0B75LZDBIQKRKS' where id=7;
-update noar tt set b0='7LV5BR' where id=7;
-update noar ti set b0='7LV5BR' where id=7;
-update noar tt set v0='OM850' where id=7;
-update noar ti set v0='OM850' where id=7;
-update noar tt set b1='IAGDUCY7FD522GOADVUWB8XGERIII' where id=7;
-update noar ti set b1='IAGDUCY7FD522GOADVUWB8XGERIII' where id=7;
-update noar tt set v0='MT8U4FFH9DPNN2CH39SZCR9' where id=7;
-update noar ti set v0='MT8U4FFH9DPNN2CH39SZCR9' where id=7;
-update noar tt set b2='BJPQHQ9N3Y' where id=7;
-update noar ti set b2='BJPQHQ9N3Y' where id=7;
-update noar tt set v0='SWPISUK0VT11H6GWQM1' where id=8;
-update noar ti set v0='SWPISUK0VT11H6GWQM1' where id=8;
-update noar tt set b0='3JUL' where id=8;
-update noar ti set b0='3JUL' where id=8;
-update noar tt set v0='15HA6QF1V3YWR' where id=8;
-update noar ti set v0='15HA6QF1V3YWR' where id=8;
-update noar tt set b1='H9G80FRHBNBW13DTXR3FZDF5S' where id=8;
-update noar ti set b1='H9G80FRHBNBW13DTXR3FZDF5S' where id=8;
-update noar tt set v0='RVPMIYTXHJLK084' where id=8;
-update noar ti set v0='RVPMIYTXHJLK084' where id=8;
-update noar tt set b2='41DS9W79WWPE0D01RSROTEAUHTDU' where id=8;
-update noar ti set b2='41DS9W79WWPE0D01RSROTEAUHTDU' where id=8;
-update noar tt set v0='MM' where id=9;
-update noar ti set v0='MM' where id=9;
-update noar tt set b0='YDNFR6V30PZUFKH33EE62ZO72XHYN0NQ' where id=9;
-update noar ti set b0='YDNFR6V30PZUFKH33EE62ZO72XHYN0NQ' where id=9;
-update noar tt set v0='VN' where id=9;
-update noar ti set v0='VN' where id=9;
-update noar tt set b1='O483YC2BYFHGL8SH' where id=9;
-update noar ti set b1='O483YC2BYFHGL8SH' where id=9;
-update noar tt set v0='IB0ILQ9GKHTWYHV8' where id=9;
-update noar ti set v0='IB0ILQ9GKHTWYHV8' where id=9;
-update noar tt set b2='M9NK' where id=9;
-update noar ti set b2='M9NK' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) null,
- b0 tinyblob null,
- b1 mediumblob null,
- b2 blob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='3RNNJJH0A4TYPJJEEJBTIPBOCYDL1' where id=1;
-update noar ti set v0='3RNNJJH0A4TYPJJEEJBTIPBOCYDL1' where id=1;
-update noar tt set b0='UTMUQYOTEIH8EYTQ1PXGD036KRH7EO' where id=1;
-update noar ti set b0='UTMUQYOTEIH8EYTQ1PXGD036KRH7EO' where id=1;
-update noar tt set v0='7JN10Z7WSF62' where id=1;
-update noar ti set v0='7JN10Z7WSF62' where id=1;
-update noar tt set b1='FRPG4OYYL86GK2EQUROVDI76MY' where id=1;
-update noar ti set b1='FRPG4OYYL86GK2EQUROVDI76MY' where id=1;
-update noar tt set v0='QPF50RIQ' where id=1;
-update noar ti set v0='QPF50RIQ' where id=1;
-update noar tt set b2='ZUKCLHP1F41NKI8LSDH' where id=1;
-update noar ti set b2='ZUKCLHP1F41NKI8LSDH' where id=1;
-update noar tt set v0='BRSRC3O907XK' where id=2;
-update noar ti set v0='BRSRC3O907XK' where id=2;
-update noar tt set b0='JVPKLNR3RVE' where id=2;
-update noar ti set b0='JVPKLNR3RVE' where id=2;
-update noar tt set v0='SQ3HH4PM' where id=2;
-update noar ti set v0='SQ3HH4PM' where id=2;
-update noar tt set b1='UUQ4Q' where id=2;
-update noar ti set b1='UUQ4Q' where id=2;
-update noar tt set v0='BTYXN9ED4AYK27XSTE0E98Y5' where id=2;
-update noar ti set v0='BTYXN9ED4AYK27XSTE0E98Y5' where id=2;
-update noar tt set b2='R74K11LKR6C' where id=2;
-update noar ti set b2='R74K11LKR6C' where id=2;
-update noar tt set v0='H53OPQ' where id=3;
-update noar ti set v0='H53OPQ' where id=3;
-update noar tt set b0='7' where id=3;
-update noar ti set b0='7' where id=3;
-update noar tt set v0='H77B3NILXJ7DM186' where id=3;
-update noar ti set v0='H77B3NILXJ7DM186' where id=3;
-update noar tt set b1='Z4PZ8Q72VSV16TJQIE09HW8' where id=3;
-update noar ti set b1='Z4PZ8Q72VSV16TJQIE09HW8' where id=3;
-update noar tt set v0='9E6V4FNCJ9KZJWBCBX1OJ1OZ' where id=3;
-update noar ti set v0='9E6V4FNCJ9KZJWBCBX1OJ1OZ' where id=3;
-update noar tt set b2='LUC3I230BND' where id=3;
-update noar ti set b2='LUC3I230BND' where id=3;
-update noar tt set v0='KT6BJHN0PMU3CV3PI64DAEX7M8PF' where id=4;
-update noar ti set v0='KT6BJHN0PMU3CV3PI64DAEX7M8PF' where id=4;
-update noar tt set b0='WSVOMU6D' where id=4;
-update noar ti set b0='WSVOMU6D' where id=4;
-update noar tt set v0='LPQKTTPJTVN990ZVERF6L1Z' where id=4;
-update noar ti set v0='LPQKTTPJTVN990ZVERF6L1Z' where id=4;
-update noar tt set b1='D8IH0SHPILGH1JSW' where id=4;
-update noar ti set b1='D8IH0SHPILGH1JSW' where id=4;
-update noar tt set v0='QFL1YESZ90QF6ORD4' where id=4;
-update noar ti set v0='QFL1YESZ90QF6ORD4' where id=4;
-update noar tt set b2='WEHJRGIFGBMZTX62D07MR5D' where id=4;
-update noar ti set b2='WEHJRGIFGBMZTX62D07MR5D' where id=4;
-update noar tt set v0='2KEGQWUIQT7CW804ZBORKQKP' where id=5;
-update noar ti set v0='2KEGQWUIQT7CW804ZBORKQKP' where id=5;
-update noar tt set b0='A5C8N7SNN8RR9M7JSGD' where id=5;
-update noar ti set b0='A5C8N7SNN8RR9M7JSGD' where id=5;
-update noar tt set v0='M8MUYPIY9' where id=5;
-update noar ti set v0='M8MUYPIY9' where id=5;
-update noar tt set b1='3BRY9ZOT3A' where id=5;
-update noar ti set b1='3BRY9ZOT3A' where id=5;
-update noar tt set v0='V827ION0JVZM' where id=5;
-update noar ti set v0='V827ION0JVZM' where id=5;
-update noar tt set b2='MUOVV2ZFNC4BW' where id=5;
-update noar ti set b2='MUOVV2ZFNC4BW' where id=5;
-update noar tt set v0='C' where id=6;
-update noar ti set v0='C' where id=6;
-update noar tt set b0='SOCRBYCOSLN1Q7G5OSCI83' where id=6;
-update noar ti set b0='SOCRBYCOSLN1Q7G5OSCI83' where id=6;
-update noar tt set v0='8' where id=6;
-update noar ti set v0='8' where id=6;
-update noar tt set b1='YZZOPHCQONPSMICM3' where id=6;
-update noar ti set b1='YZZOPHCQONPSMICM3' where id=6;
-update noar tt set v0='XSOZG2X0TEXV21FKWQVBH4B0CI2VVHP' where id=6;
-update noar ti set v0='XSOZG2X0TEXV21FKWQVBH4B0CI2VVHP' where id=6;
-update noar tt set b2='OY4UV4QDZXIT1TFMI' where id=6;
-update noar ti set b2='OY4UV4QDZXIT1TFMI' where id=6;
-update noar tt set v0='JSBHCBFRZXVS4E2' where id=7;
-update noar ti set v0='JSBHCBFRZXVS4E2' where id=7;
-update noar tt set b0='6QBJYEGIGB2RHENT3P' where id=7;
-update noar ti set b0='6QBJYEGIGB2RHENT3P' where id=7;
-update noar tt set v0='JU9ST' where id=7;
-update noar ti set v0='JU9ST' where id=7;
-update noar tt set b1='E288M5B8FMDVSGW2D0F4K3T8943PHX' where id=7;
-update noar ti set b1='E288M5B8FMDVSGW2D0F4K3T8943PHX' where id=7;
-update noar tt set v0='BY66U62V3YD0OV7TV6JGS1XOBWAG' where id=7;
-update noar ti set v0='BY66U62V3YD0OV7TV6JGS1XOBWAG' where id=7;
-update noar tt set b2='4A4GDK5WQA5IIAA2TJSU8WY1WKZ9W' where id=7;
-update noar ti set b2='4A4GDK5WQA5IIAA2TJSU8WY1WKZ9W' where id=7;
-update noar tt set v0='G4FLSSDT2OGHX753XWUHLF' where id=8;
-update noar ti set v0='G4FLSSDT2OGHX753XWUHLF' where id=8;
-update noar tt set b0='34RF' where id=8;
-update noar ti set b0='34RF' where id=8;
-update noar tt set v0='JJOVK4N4D7398C2' where id=8;
-update noar ti set v0='JJOVK4N4D7398C2' where id=8;
-update noar tt set b1='34QBK3BBNG9TK4ZD6R55HOKLQ' where id=8;
-update noar ti set b1='34QBK3BBNG9TK4ZD6R55HOKLQ' where id=8;
-update noar tt set v0='WQSAY37EF5JPGGWCQ' where id=8;
-update noar ti set v0='WQSAY37EF5JPGGWCQ' where id=8;
-update noar tt set b2='DUWHJEOKZ9ATZH' where id=8;
-update noar ti set b2='DUWHJEOKZ9ATZH' where id=8;
-update noar tt set v0='L1GL0ZLNZDQ21F8G7IEFLIZ' where id=9;
-update noar ti set v0='L1GL0ZLNZDQ21F8G7IEFLIZ' where id=9;
-update noar tt set b0='V' where id=9;
-update noar ti set b0='V' where id=9;
-update noar tt set v0='RND' where id=9;
-update noar ti set v0='RND' where id=9;
-update noar tt set b1='1VKTMVQGX75U6KH' where id=9;
-update noar ti set b1='1VKTMVQGX75U6KH' where id=9;
-update noar tt set v0='UFFBJNEZZ0VM5144NP8AJ4FGXZF5ML' where id=9;
-update noar ti set v0='UFFBJNEZZ0VM5144NP8AJ4FGXZF5ML' where id=9;
-update noar tt set b2='FY1Z6N8' where id=9;
-update noar ti set b2='FY1Z6N8' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) null,
- b0 tinyblob null,
- b1 mediumblob null,
- b2 blob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='2R585KTYR61A' where id=1;
-update noar ti set v0='2R585KTYR61A' where id=1;
-update noar tt set b0='G3MLFCWOZ5ACJTX38EGWA' where id=1;
-update noar ti set b0='G3MLFCWOZ5ACJTX38EGWA' where id=1;
-update noar tt set v0='XLJ' where id=1;
-update noar ti set v0='XLJ' where id=1;
-update noar tt set b1='ZBIN95M5VQLQXR9H5J0AGGM2HG19Y87' where id=1;
-update noar ti set b1='ZBIN95M5VQLQXR9H5J0AGGM2HG19Y87' where id=1;
-update noar tt set v0='B3XNYDQ14OK51MSWC46JV7UWJ8U23' where id=1;
-update noar ti set v0='B3XNYDQ14OK51MSWC46JV7UWJ8U23' where id=1;
-update noar tt set b2='OF8KUUMTYQQZM10N605SMHQARIQ0GKD' where id=1;
-update noar ti set b2='OF8KUUMTYQQZM10N605SMHQARIQ0GKD' where id=1;
-update noar tt set v0='1TA8N0IZ' where id=2;
-update noar ti set v0='1TA8N0IZ' where id=2;
-update noar tt set b0='6A8IA0RDJ744236Z' where id=2;
-update noar ti set b0='6A8IA0RDJ744236Z' where id=2;
-update noar tt set v0='UZEEU0W6U77HLF' where id=2;
-update noar ti set v0='UZEEU0W6U77HLF' where id=2;
-update noar tt set b1='OHDCWMQ3' where id=2;
-update noar ti set b1='OHDCWMQ3' where id=2;
-update noar tt set v0='HUM5MR61PTDIWEZBZRJQ' where id=2;
-update noar ti set v0='HUM5MR61PTDIWEZBZRJQ' where id=2;
-update noar tt set b2='VCB' where id=2;
-update noar ti set b2='VCB' where id=2;
-update noar tt set v0='W' where id=3;
-update noar ti set v0='W' where id=3;
-update noar tt set b0='HFVVK3QLUXM3XVEJYA2JQPP4M' where id=3;
-update noar ti set b0='HFVVK3QLUXM3XVEJYA2JQPP4M' where id=3;
-update noar tt set v0='5JL7GT9GZHSTC66QUJOD9QDLGU' where id=3;
-update noar ti set v0='5JL7GT9GZHSTC66QUJOD9QDLGU' where id=3;
-update noar tt set b1='T0UR3OTVRB4V5QZK8UK' where id=3;
-update noar ti set b1='T0UR3OTVRB4V5QZK8UK' where id=3;
-update noar tt set v0='VGOSM5QHPAF' where id=3;
-update noar ti set v0='VGOSM5QHPAF' where id=3;
-update noar tt set b2='BW50ZHD20J98UTQAN0DGLZ5KLRW' where id=3;
-update noar ti set b2='BW50ZHD20J98UTQAN0DGLZ5KLRW' where id=3;
-update noar tt set v0='QMPYN2VOWMG3VJ7XB9SHRWKCMGLTJNMW' where id=4;
-update noar ti set v0='QMPYN2VOWMG3VJ7XB9SHRWKCMGLTJNMW' where id=4;
-update noar tt set b0='UOJ21YG46EVH5LQN' where id=4;
-update noar ti set b0='UOJ21YG46EVH5LQN' where id=4;
-update noar tt set v0='1SK3WZ' where id=4;
-update noar ti set v0='1SK3WZ' where id=4;
-update noar tt set b1='XVKV5V' where id=4;
-update noar ti set b1='XVKV5V' where id=4;
-update noar tt set v0='RHKR97DLPQJTNU6' where id=4;
-update noar ti set v0='RHKR97DLPQJTNU6' where id=4;
-update noar tt set b2='C92JZCTLTW1' where id=4;
-update noar ti set b2='C92JZCTLTW1' where id=4;
-update noar tt set v0='7A5A1GQ5RGCFPQIOID7JMLMZD4O7O' where id=5;
-update noar ti set v0='7A5A1GQ5RGCFPQIOID7JMLMZD4O7O' where id=5;
-update noar tt set b0='NULO36F6' where id=5;
-update noar ti set b0='NULO36F6' where id=5;
-update noar tt set v0='ZUPXVSXZWCDY294B0LX1SSCHHE' where id=5;
-update noar ti set v0='ZUPXVSXZWCDY294B0LX1SSCHHE' where id=5;
-update noar tt set b1='RE71VUMX1ZX1ACUYTM' where id=5;
-update noar ti set b1='RE71VUMX1ZX1ACUYTM' where id=5;
-update noar tt set v0='ZL6EUU4EXPKL' where id=5;
-update noar ti set v0='ZL6EUU4EXPKL' where id=5;
-update noar tt set b2='C8Y8W4V3BP4ZSH2' where id=5;
-update noar ti set b2='C8Y8W4V3BP4ZSH2' where id=5;
-update noar tt set v0='UH7U' where id=6;
-update noar ti set v0='UH7U' where id=6;
-update noar tt set b0='I92RZFVX1220IYMATRSOAGWH' where id=6;
-update noar ti set b0='I92RZFVX1220IYMATRSOAGWH' where id=6;
-update noar tt set v0='BNZSHCN3JNZQMB4NR' where id=6;
-update noar ti set v0='BNZSHCN3JNZQMB4NR' where id=6;
-update noar tt set b1='ERLZ1QHAHUYGHXEH55CNLP2ZNYIP' where id=6;
-update noar ti set b1='ERLZ1QHAHUYGHXEH55CNLP2ZNYIP' where id=6;
-update noar tt set v0='UD2UDBO3WMMHN195Y4WXMU1D6' where id=6;
-update noar ti set v0='UD2UDBO3WMMHN195Y4WXMU1D6' where id=6;
-update noar tt set b2='2Z3O3QSJREXG7GSAGAMBS07PWU' where id=6;
-update noar ti set b2='2Z3O3QSJREXG7GSAGAMBS07PWU' where id=6;
-update noar tt set v0='HIL0W541UEILJ7HZ3HRL5J9KF5W7N34R' where id=7;
-update noar ti set v0='HIL0W541UEILJ7HZ3HRL5J9KF5W7N34R' where id=7;
-update noar tt set b0='KYWFAN2BTIBFXSH7A6OJDO' where id=7;
-update noar ti set b0='KYWFAN2BTIBFXSH7A6OJDO' where id=7;
-update noar tt set v0='Z49I8QYOU0NRP3KON' where id=7;
-update noar ti set v0='Z49I8QYOU0NRP3KON' where id=7;
-update noar tt set b1='MT0USM' where id=7;
-update noar ti set b1='MT0USM' where id=7;
-update noar tt set v0='4UD83QCJMBMXSHIXG' where id=7;
-update noar ti set v0='4UD83QCJMBMXSHIXG' where id=7;
-update noar tt set b2='YMKNAWULH2NP29WYAC9WQW76R1' where id=7;
-update noar ti set b2='YMKNAWULH2NP29WYAC9WQW76R1' where id=7;
-update noar tt set v0='6LM8JVZRTIL0XRF6T3W31H' where id=8;
-update noar ti set v0='6LM8JVZRTIL0XRF6T3W31H' where id=8;
-update noar tt set b0='OGBCZDEGLCGHOOK27AM3' where id=8;
-update noar ti set b0='OGBCZDEGLCGHOOK27AM3' where id=8;
-update noar tt set v0='F7GXBSH3CXFESWID3IY2ZN9ZEM3' where id=8;
-update noar ti set v0='F7GXBSH3CXFESWID3IY2ZN9ZEM3' where id=8;
-update noar tt set b1='1P79ZHCITKST8VJ6R7LATB47ROMPA' where id=8;
-update noar ti set b1='1P79ZHCITKST8VJ6R7LATB47ROMPA' where id=8;
-update noar tt set v0='VWGDZ2R0MIR4D' where id=8;
-update noar ti set v0='VWGDZ2R0MIR4D' where id=8;
-update noar tt set b2='O5JR5GMFPN7W9AO' where id=8;
-update noar ti set b2='O5JR5GMFPN7W9AO' where id=8;
-update noar tt set v0='DAUFCU9NQJNM2MCJLM41FCLB83Y5MIAE' where id=9;
-update noar ti set v0='DAUFCU9NQJNM2MCJLM41FCLB83Y5MIAE' where id=9;
-update noar tt set b0='NSB8GDXEXD8M8U8UMBG2S0' where id=9;
-update noar ti set b0='NSB8GDXEXD8M8U8UMBG2S0' where id=9;
-update noar tt set v0='LT5IFUAQJF6C6RYLK6' where id=9;
-update noar ti set v0='LT5IFUAQJF6C6RYLK6' where id=9;
-update noar tt set b1='ICJM4B3V8' where id=9;
-update noar ti set b1='ICJM4B3V8' where id=9;
-update noar tt set v0='H7ERG6AT2UC1I' where id=9;
-update noar ti set v0='H7ERG6AT2UC1I' where id=9;
-update noar tt set b2='5FWALHL5TLWV4ON6BO75ARMR6QE93' where id=9;
-update noar ti set b2='5FWALHL5TLWV4ON6BO75ARMR6QE93' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) not null,
- b0 tinyblob not null,
- b1 mediumblob not null,
- b2 blob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='O1A1O2PXT' where id=1;
-update noar ti set v0='O1A1O2PXT' where id=1;
-update noar tt set b0='MF5AL' where id=1;
-update noar ti set b0='MF5AL' where id=1;
-update noar tt set v0='JRCIBZTS7F' where id=1;
-update noar ti set v0='JRCIBZTS7F' where id=1;
-update noar tt set b1='GPCY83CCQW8GC2HC' where id=1;
-update noar ti set b1='GPCY83CCQW8GC2HC' where id=1;
-update noar tt set v0='ZF0MJ7FVXBU9JSZ2TS4GZE6QMA2' where id=1;
-update noar ti set v0='ZF0MJ7FVXBU9JSZ2TS4GZE6QMA2' where id=1;
-update noar tt set b2='DBCFLRUYAVWK2FNUW95' where id=1;
-update noar ti set b2='DBCFLRUYAVWK2FNUW95' where id=1;
-update noar tt set v0='G1OHG' where id=2;
-update noar ti set v0='G1OHG' where id=2;
-update noar tt set b0='GS3KIAS90OZN82AC9RYD' where id=2;
-update noar ti set b0='GS3KIAS90OZN82AC9RYD' where id=2;
-update noar tt set v0='EN9' where id=2;
-update noar ti set v0='EN9' where id=2;
-update noar tt set b1='QP' where id=2;
-update noar ti set b1='QP' where id=2;
-update noar tt set v0='8NOBJ4I0QAAOGL97EPW' where id=2;
-update noar ti set v0='8NOBJ4I0QAAOGL97EPW' where id=2;
-update noar tt set b2='ABHCW6SDN6EV2SC7SEIY447G' where id=2;
-update noar ti set b2='ABHCW6SDN6EV2SC7SEIY447G' where id=2;
-update noar tt set v0='SVAEG7W0XR7TYLRCL' where id=3;
-update noar ti set v0='SVAEG7W0XR7TYLRCL' where id=3;
-update noar tt set b0='417GW9T6LGLY5KEJGR0QKV6C5NBID' where id=3;
-update noar ti set b0='417GW9T6LGLY5KEJGR0QKV6C5NBID' where id=3;
-update noar tt set v0='TN63GLN7CQK9K95RON57N83Y0NRIU' where id=3;
-update noar ti set v0='TN63GLN7CQK9K95RON57N83Y0NRIU' where id=3;
-update noar tt set b1='3B0UBCD2DHX4755L1SUG1TARG4CDNB' where id=3;
-update noar ti set b1='3B0UBCD2DHX4755L1SUG1TARG4CDNB' where id=3;
-update noar tt set v0='R9OAXCEKMALAKNDBL62LOXBVYMUE' where id=3;
-update noar ti set v0='R9OAXCEKMALAKNDBL62LOXBVYMUE' where id=3;
-update noar tt set b2='5JG092OA' where id=3;
-update noar ti set b2='5JG092OA' where id=3;
-update noar tt set v0='A' where id=4;
-update noar ti set v0='A' where id=4;
-update noar tt set b0='RQO9P512' where id=4;
-update noar ti set b0='RQO9P512' where id=4;
-update noar tt set v0='SVK15TYQ45PC' where id=4;
-update noar ti set v0='SVK15TYQ45PC' where id=4;
-update noar tt set b1='FMO8O4TSZ74N' where id=4;
-update noar ti set b1='FMO8O4TSZ74N' where id=4;
-update noar tt set v0='4YM4V' where id=4;
-update noar ti set v0='4YM4V' where id=4;
-update noar tt set b2='BC9FI2ZXQEFQZ5' where id=4;
-update noar ti set b2='BC9FI2ZXQEFQZ5' where id=4;
-update noar tt set v0='2BAH6JT1FW0TR2E7A' where id=5;
-update noar ti set v0='2BAH6JT1FW0TR2E7A' where id=5;
-update noar tt set b0='YRSTE5XBE' where id=5;
-update noar ti set b0='YRSTE5XBE' where id=5;
-update noar tt set v0='PM476HEE7SQ9R58EXAY7PI66EH0I' where id=5;
-update noar ti set v0='PM476HEE7SQ9R58EXAY7PI66EH0I' where id=5;
-update noar tt set b1='SX30XXLYHOST228UMDTEK1ZVK5U4J5DK' where id=5;
-update noar ti set b1='SX30XXLYHOST228UMDTEK1ZVK5U4J5DK' where id=5;
-update noar tt set v0='DQ0UUL' where id=5;
-update noar ti set v0='DQ0UUL' where id=5;
-update noar tt set b2='TCYGWW4OQMLVKWJBMCU85M7' where id=5;
-update noar ti set b2='TCYGWW4OQMLVKWJBMCU85M7' where id=5;
-update noar tt set v0='LHP0S8GD7CZS3MTSXPHDR86A' where id=6;
-update noar ti set v0='LHP0S8GD7CZS3MTSXPHDR86A' where id=6;
-update noar tt set b0='4AS65EE6OXZAXFQON6O580HBUYL' where id=6;
-update noar ti set b0='4AS65EE6OXZAXFQON6O580HBUYL' where id=6;
-update noar tt set v0='287LTAG2HN80ZLFR53CR5MCKW' where id=6;
-update noar ti set v0='287LTAG2HN80ZLFR53CR5MCKW' where id=6;
-update noar tt set b1='D1AJ6XYQ64947YV1548PIY2XVS87' where id=6;
-update noar ti set b1='D1AJ6XYQ64947YV1548PIY2XVS87' where id=6;
-update noar tt set v0='9WF8' where id=6;
-update noar ti set v0='9WF8' where id=6;
-update noar tt set b2='HE4CRUBPCCYKEPY2FI' where id=6;
-update noar ti set b2='HE4CRUBPCCYKEPY2FI' where id=6;
-update noar tt set v0='6DSRCP8J' where id=7;
-update noar ti set v0='6DSRCP8J' where id=7;
-update noar tt set b0='V8FVFQ' where id=7;
-update noar ti set b0='V8FVFQ' where id=7;
-update noar tt set v0='T64NCGR2ACG3UEM0M3RY9V4O1' where id=7;
-update noar ti set v0='T64NCGR2ACG3UEM0M3RY9V4O1' where id=7;
-update noar tt set b1='FCJAO17TBNJQI2' where id=7;
-update noar ti set b1='FCJAO17TBNJQI2' where id=7;
-update noar tt set v0='M2VRN127QI2KTAICIQ8PUVF' where id=7;
-update noar ti set v0='M2VRN127QI2KTAICIQ8PUVF' where id=7;
-update noar tt set b2='FUZCTE' where id=7;
-update noar ti set b2='FUZCTE' where id=7;
-update noar tt set v0='YJXZ2OO0DCXLND3VR971L' where id=8;
-update noar ti set v0='YJXZ2OO0DCXLND3VR971L' where id=8;
-update noar tt set b0='761VT8D8ZVOVVB' where id=8;
-update noar ti set b0='761VT8D8ZVOVVB' where id=8;
-update noar tt set v0='VQPHXF3IHY8XWCUEJSQA' where id=8;
-update noar ti set v0='VQPHXF3IHY8XWCUEJSQA' where id=8;
-update noar tt set b1='KWLB9XQC4G24' where id=8;
-update noar ti set b1='KWLB9XQC4G24' where id=8;
-update noar tt set v0='7UPTJXBAG3JQETIKMQJJH0XTGMDEF4' where id=8;
-update noar ti set v0='7UPTJXBAG3JQETIKMQJJH0XTGMDEF4' where id=8;
-update noar tt set b2='DTUN91TE' where id=8;
-update noar ti set b2='DTUN91TE' where id=8;
-update noar tt set v0='94O78OO94CRWGLM' where id=9;
-update noar ti set v0='94O78OO94CRWGLM' where id=9;
-update noar tt set b0='4IQ13N8SZ4QM8NADQJ5D6YKC9' where id=9;
-update noar ti set b0='4IQ13N8SZ4QM8NADQJ5D6YKC9' where id=9;
-update noar tt set v0='WIRTRYJ8B0NMPB8WTD55I4MV1R5' where id=9;
-update noar ti set v0='WIRTRYJ8B0NMPB8WTD55I4MV1R5' where id=9;
-update noar tt set b1='RGJ3HE9DOBT8Q5BWY' where id=9;
-update noar ti set b1='RGJ3HE9DOBT8Q5BWY' where id=9;
-update noar tt set v0='ZYZPCMMKJMB6E4OROUN4N2G5JXRR' where id=9;
-update noar ti set v0='ZYZPCMMKJMB6E4OROUN4N2G5JXRR' where id=9;
-update noar tt set b2='KNVYXA5JJWAPY6NWL' where id=9;
-update noar ti set b2='KNVYXA5JJWAPY6NWL' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) not null,
- b0 tinyblob not null,
- b1 mediumblob not null,
- b2 blob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='4A7PLTN2R61TP8V957L1LZIWS2MQT6DD' where id=1;
-update noar ti set v0='4A7PLTN2R61TP8V957L1LZIWS2MQT6DD' where id=1;
-update noar tt set b0='SZ4S290JRQ1EB405NVJVYA' where id=1;
-update noar ti set b0='SZ4S290JRQ1EB405NVJVYA' where id=1;
-update noar tt set v0='VF8B69OS' where id=1;
-update noar ti set v0='VF8B69OS' where id=1;
-update noar tt set b1='SF8VXDGM61U4' where id=1;
-update noar ti set b1='SF8VXDGM61U4' where id=1;
-update noar tt set v0='8EYMQGIWIBZTSJ3V3CPPR98PX2MBE' where id=1;
-update noar ti set v0='8EYMQGIWIBZTSJ3V3CPPR98PX2MBE' where id=1;
-update noar tt set b2='IG6Q9JLGGJNPQLNBOS8P6HSM1C' where id=1;
-update noar ti set b2='IG6Q9JLGGJNPQLNBOS8P6HSM1C' where id=1;
-update noar tt set v0='RE2D6YSYU4DMKVDISKZJXEBG5' where id=2;
-update noar ti set v0='RE2D6YSYU4DMKVDISKZJXEBG5' where id=2;
-update noar tt set b0='7CJDZ05XVE' where id=2;
-update noar ti set b0='7CJDZ05XVE' where id=2;
-update noar tt set v0='H4YF052OA84JF' where id=2;
-update noar ti set v0='H4YF052OA84JF' where id=2;
-update noar tt set b1='HUO20RGN9QCGE5T2DW' where id=2;
-update noar ti set b1='HUO20RGN9QCGE5T2DW' where id=2;
-update noar tt set v0='PHQIDGUSJXAHFFLEV94CQREXV8CO0' where id=2;
-update noar ti set v0='PHQIDGUSJXAHFFLEV94CQREXV8CO0' where id=2;
-update noar tt set b2='9G0B9' where id=2;
-update noar ti set b2='9G0B9' where id=2;
-update noar tt set v0='6Y9J5LS9CCZMBKC' where id=3;
-update noar ti set v0='6Y9J5LS9CCZMBKC' where id=3;
-update noar tt set b0='K7039U41DBKCV71YCQDMEG' where id=3;
-update noar ti set b0='K7039U41DBKCV71YCQDMEG' where id=3;
-update noar tt set v0='J84DQPHWNHZ6K6AJTIJ69GUGREDMGR2C' where id=3;
-update noar ti set v0='J84DQPHWNHZ6K6AJTIJ69GUGREDMGR2C' where id=3;
-update noar tt set b1='URZJPKG64L' where id=3;
-update noar ti set b1='URZJPKG64L' where id=3;
-update noar tt set v0='YC2IFXQWUOGL2AP' where id=3;
-update noar ti set v0='YC2IFXQWUOGL2AP' where id=3;
-update noar tt set b2='41USV259' where id=3;
-update noar ti set b2='41USV259' where id=3;
-update noar tt set v0='X67ZRN1O1K7IBLGC2CUGJOZKZMN6C4' where id=4;
-update noar ti set v0='X67ZRN1O1K7IBLGC2CUGJOZKZMN6C4' where id=4;
-update noar tt set b0='FFVFBEZV7EZ' where id=4;
-update noar ti set b0='FFVFBEZV7EZ' where id=4;
-update noar tt set v0='FH81L79' where id=4;
-update noar ti set v0='FH81L79' where id=4;
-update noar tt set b1='YPKOTFOYYVHVJFYQNP32M' where id=4;
-update noar ti set b1='YPKOTFOYYVHVJFYQNP32M' where id=4;
-update noar tt set v0='6DJQM7LBVKL68YCT5UH6' where id=4;
-update noar ti set v0='6DJQM7LBVKL68YCT5UH6' where id=4;
-update noar tt set b2='A37BVEJZZOI1XC02N' where id=4;
-update noar ti set b2='A37BVEJZZOI1XC02N' where id=4;
-update noar tt set v0='1UVVDYLLRM' where id=5;
-update noar ti set v0='1UVVDYLLRM' where id=5;
-update noar tt set b0='729ZG1WVN1BELZG53QC' where id=5;
-update noar ti set b0='729ZG1WVN1BELZG53QC' where id=5;
-update noar tt set v0='IUG6E7PMDZGR0IHE5F3MII0B98' where id=5;
-update noar ti set v0='IUG6E7PMDZGR0IHE5F3MII0B98' where id=5;
-update noar tt set b1='HDM3IT6V3GZCV83' where id=5;
-update noar ti set b1='HDM3IT6V3GZCV83' where id=5;
-update noar tt set v0='G8ST0' where id=5;
-update noar ti set v0='G8ST0' where id=5;
-update noar tt set b2='46P6N' where id=5;
-update noar ti set b2='46P6N' where id=5;
-update noar tt set v0='52WADJ56O3J' where id=6;
-update noar ti set v0='52WADJ56O3J' where id=6;
-update noar tt set b0='60OIJY9K5C93B1015CNNT8UP' where id=6;
-update noar ti set b0='60OIJY9K5C93B1015CNNT8UP' where id=6;
-update noar tt set v0='9XG59G3RK6FY7PZ9LKT212CA1B3JIS' where id=6;
-update noar ti set v0='9XG59G3RK6FY7PZ9LKT212CA1B3JIS' where id=6;
-update noar tt set b1='VKRFVE4G9MI6PTYS7UAN' where id=6;
-update noar ti set b1='VKRFVE4G9MI6PTYS7UAN' where id=6;
-update noar tt set v0='3KOQ9H3F149L53R5A4RC84QJ6IW' where id=6;
-update noar ti set v0='3KOQ9H3F149L53R5A4RC84QJ6IW' where id=6;
-update noar tt set b2='KXQPECWYUWQPI4Y7RJXE47' where id=6;
-update noar ti set b2='KXQPECWYUWQPI4Y7RJXE47' where id=6;
-update noar tt set v0='M9GNVQH4V4DO6O3A98X0ODPHZPU65GC1' where id=7;
-update noar ti set v0='M9GNVQH4V4DO6O3A98X0ODPHZPU65GC1' where id=7;
-update noar tt set b0='G45C2MLHMMJS7U9SJR90' where id=7;
-update noar ti set b0='G45C2MLHMMJS7U9SJR90' where id=7;
-update noar tt set v0='SKHVJID72ULRNWLU48ZQ5LPJBOLPH' where id=7;
-update noar ti set v0='SKHVJID72ULRNWLU48ZQ5LPJBOLPH' where id=7;
-update noar tt set b1='KYJWCFK6P35VWWKXOK75M3OO' where id=7;
-update noar ti set b1='KYJWCFK6P35VWWKXOK75M3OO' where id=7;
-update noar tt set v0='Y2RWXQXR5B8GECVM7AUAN7YJB0FS958' where id=7;
-update noar ti set v0='Y2RWXQXR5B8GECVM7AUAN7YJB0FS958' where id=7;
-update noar tt set b2='AXPFVRQWCM2BZH7BNNY9BDELBEDIRVI' where id=7;
-update noar ti set b2='AXPFVRQWCM2BZH7BNNY9BDELBEDIRVI' where id=7;
-update noar tt set v0='BXB3IZ7HCTC4339LV3QN' where id=8;
-update noar ti set v0='BXB3IZ7HCTC4339LV3QN' where id=8;
-update noar tt set b0='PCQI97EI7OB6HD74' where id=8;
-update noar ti set b0='PCQI97EI7OB6HD74' where id=8;
-update noar tt set v0='66M4K2NART1' where id=8;
-update noar ti set v0='66M4K2NART1' where id=8;
-update noar tt set b1='LYUPXV67WQYRAKZZYBLIVXGGQ5GAL' where id=8;
-update noar ti set b1='LYUPXV67WQYRAKZZYBLIVXGGQ5GAL' where id=8;
-update noar tt set v0='MPYKI51OS2LWRGTH' where id=8;
-update noar ti set v0='MPYKI51OS2LWRGTH' where id=8;
-update noar tt set b2='7UEMPQWI4F' where id=8;
-update noar ti set b2='7UEMPQWI4F' where id=8;
-update noar tt set v0='4B1RBT1L8O29ZTT' where id=9;
-update noar ti set v0='4B1RBT1L8O29ZTT' where id=9;
-update noar tt set b0='MDEVA2CEOULTM0AYCXO8MG' where id=9;
-update noar ti set b0='MDEVA2CEOULTM0AYCXO8MG' where id=9;
-update noar tt set v0='6V24D0' where id=9;
-update noar ti set v0='6V24D0' where id=9;
-update noar tt set b1='O9SXTJY4SPQI3MVWMAMKX8ISIU9X' where id=9;
-update noar ti set b1='O9SXTJY4SPQI3MVWMAMKX8ISIU9X' where id=9;
-update noar tt set v0='4EF318TZIG71AL5LWEQQGD' where id=9;
-update noar ti set v0='4EF318TZIG71AL5LWEQQGD' where id=9;
-update noar tt set b2='BKHJRR4OIKXX8EABIM' where id=9;
-update noar ti set b2='BKHJRR4OIKXX8EABIM' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) null,
- b0 tinyblob null,
- b1 mediumblob null,
- b2 mediumblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='HPZBU3P9GUSTWDKHX7F92M084' where id=1;
-update noar ti set v0='HPZBU3P9GUSTWDKHX7F92M084' where id=1;
-update noar tt set b0='MJUZ9K47OFMXW6N82QI2E0WJF' where id=1;
-update noar ti set b0='MJUZ9K47OFMXW6N82QI2E0WJF' where id=1;
-update noar tt set v0='9NBPN152DN55WS3FPQU' where id=1;
-update noar ti set v0='9NBPN152DN55WS3FPQU' where id=1;
-update noar tt set b1='8WFNIVJETT5K' where id=1;
-update noar ti set b1='8WFNIVJETT5K' where id=1;
-update noar tt set v0='WJBCQ0X7DQUA0F33617GD7' where id=1;
-update noar ti set v0='WJBCQ0X7DQUA0F33617GD7' where id=1;
-update noar tt set b2='KMY0AZASEM5I6RH06' where id=1;
-update noar ti set b2='KMY0AZASEM5I6RH06' where id=1;
-update noar tt set v0='29UXP1U' where id=2;
-update noar ti set v0='29UXP1U' where id=2;
-update noar tt set b0='AKLIRCX714DI9NCVD5H' where id=2;
-update noar ti set b0='AKLIRCX714DI9NCVD5H' where id=2;
-update noar tt set v0='9ZJUKEGQET7RVJYZRMC' where id=2;
-update noar ti set v0='9ZJUKEGQET7RVJYZRMC' where id=2;
-update noar tt set b1='EHGD7KMYJFO0' where id=2;
-update noar ti set b1='EHGD7KMYJFO0' where id=2;
-update noar tt set v0='SKLKYHD' where id=2;
-update noar ti set v0='SKLKYHD' where id=2;
-update noar tt set b2='3TQUZQ88PYOGUQ68' where id=2;
-update noar ti set b2='3TQUZQ88PYOGUQ68' where id=2;
-update noar tt set v0='P6O365U335KD0R5J9IHVS42T3BN' where id=3;
-update noar ti set v0='P6O365U335KD0R5J9IHVS42T3BN' where id=3;
-update noar tt set b0='PYLKH' where id=3;
-update noar ti set b0='PYLKH' where id=3;
-update noar tt set v0='FH5CISSDVBGEQ' where id=3;
-update noar ti set v0='FH5CISSDVBGEQ' where id=3;
-update noar tt set b1='CDOISD8PWDKVXJIGRIDGSKSU32' where id=3;
-update noar ti set b1='CDOISD8PWDKVXJIGRIDGSKSU32' where id=3;
-update noar tt set v0='9LLIKQQNZKQ5JEI' where id=3;
-update noar ti set v0='9LLIKQQNZKQ5JEI' where id=3;
-update noar tt set b2='D3ACYO' where id=3;
-update noar ti set b2='D3ACYO' where id=3;
-update noar tt set v0='3D877U3CPL4EVSPY4I4SKQCXSF' where id=4;
-update noar ti set v0='3D877U3CPL4EVSPY4I4SKQCXSF' where id=4;
-update noar tt set b0='DAKW5ZUFH45MI3' where id=4;
-update noar ti set b0='DAKW5ZUFH45MI3' where id=4;
-update noar tt set v0='0YWJPDCE1IDZ17E74K7' where id=4;
-update noar ti set v0='0YWJPDCE1IDZ17E74K7' where id=4;
-update noar tt set b1='SX7NDB5VYW1NYPYLFESSK' where id=4;
-update noar ti set b1='SX7NDB5VYW1NYPYLFESSK' where id=4;
-update noar tt set v0='XYO4YLZ3L7TILORLV1UT6EPP5' where id=4;
-update noar ti set v0='XYO4YLZ3L7TILORLV1UT6EPP5' where id=4;
-update noar tt set b2='7K8Q9M8ALB8LF8KCFIP' where id=4;
-update noar ti set b2='7K8Q9M8ALB8LF8KCFIP' where id=4;
-update noar tt set v0='VZLL' where id=5;
-update noar ti set v0='VZLL' where id=5;
-update noar tt set b0='N3Y24AO03' where id=5;
-update noar ti set b0='N3Y24AO03' where id=5;
-update noar tt set v0='IN2DO3R' where id=5;
-update noar ti set v0='IN2DO3R' where id=5;
-update noar tt set b1='1Y6ZISDA3DXUMFW9FCK94P5Q' where id=5;
-update noar ti set b1='1Y6ZISDA3DXUMFW9FCK94P5Q' where id=5;
-update noar tt set v0='9XTRGKBD9VH51CMUTLAWT' where id=5;
-update noar ti set v0='9XTRGKBD9VH51CMUTLAWT' where id=5;
-update noar tt set b2='CN8A4KH3X84XQ7N81N97FJ4TUD6T' where id=5;
-update noar ti set b2='CN8A4KH3X84XQ7N81N97FJ4TUD6T' where id=5;
-update noar tt set v0='CM' where id=6;
-update noar ti set v0='CM' where id=6;
-update noar tt set b0='927MMNI5HRT7YT6T54TRKH' where id=6;
-update noar ti set b0='927MMNI5HRT7YT6T54TRKH' where id=6;
-update noar tt set v0='11KA5OOYJ8OG' where id=6;
-update noar ti set v0='11KA5OOYJ8OG' where id=6;
-update noar tt set b1='KMNE7TYKTDT6TNPIENCN3Y5DEDSN' where id=6;
-update noar ti set b1='KMNE7TYKTDT6TNPIENCN3Y5DEDSN' where id=6;
-update noar tt set v0='3' where id=6;
-update noar ti set v0='3' where id=6;
-update noar tt set b2='IL648UAUQYO5I9UR4AICCC34X4K3XRSX' where id=6;
-update noar ti set b2='IL648UAUQYO5I9UR4AICCC34X4K3XRSX' where id=6;
-update noar tt set v0='TBHSQMWHN6VRYQG3YL3CIP69BVD' where id=7;
-update noar ti set v0='TBHSQMWHN6VRYQG3YL3CIP69BVD' where id=7;
-update noar tt set b0='9X1RIFI8J29VL2UY' where id=7;
-update noar ti set b0='9X1RIFI8J29VL2UY' where id=7;
-update noar tt set v0='WJOAC6LJKVNXJRWTJT' where id=7;
-update noar ti set v0='WJOAC6LJKVNXJRWTJT' where id=7;
-update noar tt set b1='KZHBWY6CLM8A8F1M' where id=7;
-update noar ti set b1='KZHBWY6CLM8A8F1M' where id=7;
-update noar tt set v0='R2UNRD' where id=7;
-update noar ti set v0='R2UNRD' where id=7;
-update noar tt set b2='1WVM0S09' where id=7;
-update noar ti set b2='1WVM0S09' where id=7;
-update noar tt set v0='O5U3WT' where id=8;
-update noar ti set v0='O5U3WT' where id=8;
-update noar tt set b0='Q7GG47GLX68L4A' where id=8;
-update noar ti set b0='Q7GG47GLX68L4A' where id=8;
-update noar tt set v0='94TVMCXQHIOCTZ8DSN2PP' where id=8;
-update noar ti set v0='94TVMCXQHIOCTZ8DSN2PP' where id=8;
-update noar tt set b1='JHASN1Z07C73KASSKYKY0' where id=8;
-update noar ti set b1='JHASN1Z07C73KASSKYKY0' where id=8;
-update noar tt set v0='8KY0FOOQ' where id=8;
-update noar ti set v0='8KY0FOOQ' where id=8;
-update noar tt set b2='ZW83NFKIL6' where id=8;
-update noar ti set b2='ZW83NFKIL6' where id=8;
-update noar tt set v0='DULXBV72WCSC9C4K9Q' where id=9;
-update noar ti set v0='DULXBV72WCSC9C4K9Q' where id=9;
-update noar tt set b0='TEL51M5L55URCC' where id=9;
-update noar ti set b0='TEL51M5L55URCC' where id=9;
-update noar tt set v0='DPKLQUD6DSSOBJU' where id=9;
-update noar ti set v0='DPKLQUD6DSSOBJU' where id=9;
-update noar tt set b1='AOD34HPC' where id=9;
-update noar ti set b1='AOD34HPC' where id=9;
-update noar tt set v0='69RPMNC' where id=9;
-update noar ti set v0='69RPMNC' where id=9;
-update noar tt set b2='0GTW45XGK0K4ST27YMUSCCH2YIO' where id=9;
-update noar ti set b2='0GTW45XGK0K4ST27YMUSCCH2YIO' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) null,
- b0 tinyblob null,
- b1 mediumblob null,
- b2 mediumblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='POFON5WKPSN7WGYUPYY2VKX' where id=1;
-update noar ti set v0='POFON5WKPSN7WGYUPYY2VKX' where id=1;
-update noar tt set b0='18ZQLFZWU9S7S39' where id=1;
-update noar ti set b0='18ZQLFZWU9S7S39' where id=1;
-update noar tt set v0='PGAJAEJGW2TMS5PBRQ9F78V9' where id=1;
-update noar ti set v0='PGAJAEJGW2TMS5PBRQ9F78V9' where id=1;
-update noar tt set b1='0EPQMQH1FSHT5U' where id=1;
-update noar ti set b1='0EPQMQH1FSHT5U' where id=1;
-update noar tt set v0='AKKCK1HRPC' where id=1;
-update noar ti set v0='AKKCK1HRPC' where id=1;
-update noar tt set b2='LB1R4UFSQ65GXPKK4AKE' where id=1;
-update noar ti set b2='LB1R4UFSQ65GXPKK4AKE' where id=1;
-update noar tt set v0='00UZP7BC' where id=2;
-update noar ti set v0='00UZP7BC' where id=2;
-update noar tt set b0='8U' where id=2;
-update noar ti set b0='8U' where id=2;
-update noar tt set v0='6EHFY3FFJOD9D0O9LTCL' where id=2;
-update noar ti set v0='6EHFY3FFJOD9D0O9LTCL' where id=2;
-update noar tt set b1='OIW8NBMJK8DF7X1FLX5' where id=2;
-update noar ti set b1='OIW8NBMJK8DF7X1FLX5' where id=2;
-update noar tt set v0='DVV' where id=2;
-update noar ti set v0='DVV' where id=2;
-update noar tt set b2='IFV' where id=2;
-update noar ti set b2='IFV' where id=2;
-update noar tt set v0='7WT0V6SW18TVOUT9' where id=3;
-update noar ti set v0='7WT0V6SW18TVOUT9' where id=3;
-update noar tt set b0='VNP7RKEXKU34' where id=3;
-update noar ti set b0='VNP7RKEXKU34' where id=3;
-update noar tt set v0='ESL34CBK8' where id=3;
-update noar ti set v0='ESL34CBK8' where id=3;
-update noar tt set b1='1GDEJIENQ' where id=3;
-update noar ti set b1='1GDEJIENQ' where id=3;
-update noar tt set v0='X3T8HW29JJSD1XS' where id=3;
-update noar ti set v0='X3T8HW29JJSD1XS' where id=3;
-update noar tt set b2='BNFVDTA0L43MR6RGDBB4O' where id=3;
-update noar ti set b2='BNFVDTA0L43MR6RGDBB4O' where id=3;
-update noar tt set v0='49PR' where id=4;
-update noar ti set v0='49PR' where id=4;
-update noar tt set b0='R' where id=4;
-update noar ti set b0='R' where id=4;
-update noar tt set v0='TET5OZETWQLGKG8CT562RNSHXM' where id=4;
-update noar ti set v0='TET5OZETWQLGKG8CT562RNSHXM' where id=4;
-update noar tt set b1='STLBPEQHR9X1D7EZ1FC' where id=4;
-update noar ti set b1='STLBPEQHR9X1D7EZ1FC' where id=4;
-update noar tt set v0='NIYP0MQB8ZP8IST06NC6YQOXI3DU' where id=4;
-update noar ti set v0='NIYP0MQB8ZP8IST06NC6YQOXI3DU' where id=4;
-update noar tt set b2='4G6BHU4PY7I2YPFXNWRRY0VH2' where id=4;
-update noar ti set b2='4G6BHU4PY7I2YPFXNWRRY0VH2' where id=4;
-update noar tt set v0='DH2UDAP542BQXWZU87' where id=5;
-update noar ti set v0='DH2UDAP542BQXWZU87' where id=5;
-update noar tt set b0='RUHEB80EMAQ3TZX602BEUK' where id=5;
-update noar ti set b0='RUHEB80EMAQ3TZX602BEUK' where id=5;
-update noar tt set v0='I7CEPMGBML' where id=5;
-update noar ti set v0='I7CEPMGBML' where id=5;
-update noar tt set b1='DHVLWEQA2NH3' where id=5;
-update noar ti set b1='DHVLWEQA2NH3' where id=5;
-update noar tt set v0='0KV355DFPAGHQRJ7OY71O5' where id=5;
-update noar ti set v0='0KV355DFPAGHQRJ7OY71O5' where id=5;
-update noar tt set b2='NJKQE9FDEMMTFH2VLVED6NIQHYR0IQ' where id=5;
-update noar ti set b2='NJKQE9FDEMMTFH2VLVED6NIQHYR0IQ' where id=5;
-update noar tt set v0='I99NF9NW46SH4C7VD8GYLB9XS1O70W4K' where id=6;
-update noar ti set v0='I99NF9NW46SH4C7VD8GYLB9XS1O70W4K' where id=6;
-update noar tt set b0='HE62JKORDAOG4B7G063HAF9SJ' where id=6;
-update noar ti set b0='HE62JKORDAOG4B7G063HAF9SJ' where id=6;
-update noar tt set v0='4079ILLBGYXAEJIZULS64L7H' where id=6;
-update noar ti set v0='4079ILLBGYXAEJIZULS64L7H' where id=6;
-update noar tt set b1='76AR' where id=6;
-update noar ti set b1='76AR' where id=6;
-update noar tt set v0='9VHOFPKYNQGR8NTGMFHA5TJ6' where id=6;
-update noar ti set v0='9VHOFPKYNQGR8NTGMFHA5TJ6' where id=6;
-update noar tt set b2='CS' where id=6;
-update noar ti set b2='CS' where id=6;
-update noar tt set v0='NJNJO0Y7U1XJ2' where id=7;
-update noar ti set v0='NJNJO0Y7U1XJ2' where id=7;
-update noar tt set b0='UJBXQTC7SHQC48993FJLIY7G' where id=7;
-update noar ti set b0='UJBXQTC7SHQC48993FJLIY7G' where id=7;
-update noar tt set v0='5G73BQC4D' where id=7;
-update noar ti set v0='5G73BQC4D' where id=7;
-update noar tt set b1='S5QEJ47SMMSUFH5X5AE9O' where id=7;
-update noar ti set b1='S5QEJ47SMMSUFH5X5AE9O' where id=7;
-update noar tt set v0='UVQ0SUXN8S1' where id=7;
-update noar ti set v0='UVQ0SUXN8S1' where id=7;
-update noar tt set b2='3UOIZ2UMMF7ZK4PQ' where id=7;
-update noar ti set b2='3UOIZ2UMMF7ZK4PQ' where id=7;
-update noar tt set v0='619E3D7LU' where id=8;
-update noar ti set v0='619E3D7LU' where id=8;
-update noar tt set b0='WLCZ816UX5BFH0B' where id=8;
-update noar ti set b0='WLCZ816UX5BFH0B' where id=8;
-update noar tt set v0='O4WA0N7GDOGGOWTR80CFGK6' where id=8;
-update noar ti set v0='O4WA0N7GDOGGOWTR80CFGK6' where id=8;
-update noar tt set b1='X32865E' where id=8;
-update noar ti set b1='X32865E' where id=8;
-update noar tt set v0='UNQJB3NFHIJJOL254EIUSP9WUSLTSQ' where id=8;
-update noar ti set v0='UNQJB3NFHIJJOL254EIUSP9WUSLTSQ' where id=8;
-update noar tt set b2='PQAR64CDPEP2IX7BG22Y0MHRROH' where id=8;
-update noar ti set b2='PQAR64CDPEP2IX7BG22Y0MHRROH' where id=8;
-update noar tt set v0='XSWJL' where id=9;
-update noar ti set v0='XSWJL' where id=9;
-update noar tt set b0='PD118O5H6684DAA7NWFDF' where id=9;
-update noar ti set b0='PD118O5H6684DAA7NWFDF' where id=9;
-update noar tt set v0='VO7K' where id=9;
-update noar ti set v0='VO7K' where id=9;
-update noar tt set b1='PT2JJDY24NIAV8TG' where id=9;
-update noar ti set b1='PT2JJDY24NIAV8TG' where id=9;
-update noar tt set v0='K169602Q28' where id=9;
-update noar ti set v0='K169602Q28' where id=9;
-update noar tt set b2='PHL5HBJ' where id=9;
-update noar ti set b2='PHL5HBJ' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) not null,
- b0 tinyblob not null,
- b1 mediumblob not null,
- b2 mediumblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='N8DGZFT4CXJ35' where id=1;
-update noar ti set v0='N8DGZFT4CXJ35' where id=1;
-update noar tt set b0='AHVZJIAE' where id=1;
-update noar ti set b0='AHVZJIAE' where id=1;
-update noar tt set v0='U1YR5GK9' where id=1;
-update noar ti set v0='U1YR5GK9' where id=1;
-update noar tt set b1='F1SW7DRJZB6O9ZUYPMJH' where id=1;
-update noar ti set b1='F1SW7DRJZB6O9ZUYPMJH' where id=1;
-update noar tt set v0='CO0IFCFEPWBNITJGJUCQ74UI' where id=1;
-update noar ti set v0='CO0IFCFEPWBNITJGJUCQ74UI' where id=1;
-update noar tt set b2='VVXGZP' where id=1;
-update noar ti set b2='VVXGZP' where id=1;
-update noar tt set v0='83679JNR6FV341ET9ZNCAIQU02D6BMQ' where id=2;
-update noar ti set v0='83679JNR6FV341ET9ZNCAIQU02D6BMQ' where id=2;
-update noar tt set b0='8R' where id=2;
-update noar ti set b0='8R' where id=2;
-update noar tt set v0='V4CORXB2OYL0W7TZZPCTM4A9VSU' where id=2;
-update noar ti set v0='V4CORXB2OYL0W7TZZPCTM4A9VSU' where id=2;
-update noar tt set b1='7XXB0E0TO80JW' where id=2;
-update noar ti set b1='7XXB0E0TO80JW' where id=2;
-update noar tt set v0='3QF' where id=2;
-update noar ti set v0='3QF' where id=2;
-update noar tt set b2='UJJQ6U34UDEHHMT9ML' where id=2;
-update noar ti set b2='UJJQ6U34UDEHHMT9ML' where id=2;
-update noar tt set v0='O8E' where id=3;
-update noar ti set v0='O8E' where id=3;
-update noar tt set b0='0TIB5X2QT' where id=3;
-update noar ti set b0='0TIB5X2QT' where id=3;
-update noar tt set v0='MR5R0YBUPNMB9YU7YV18JLLYU6WOLO' where id=3;
-update noar ti set v0='MR5R0YBUPNMB9YU7YV18JLLYU6WOLO' where id=3;
-update noar tt set b1='KWAGR1' where id=3;
-update noar ti set b1='KWAGR1' where id=3;
-update noar tt set v0='ZYBUMPA6LAELS9RIAV' where id=3;
-update noar ti set v0='ZYBUMPA6LAELS9RIAV' where id=3;
-update noar tt set b2='A526JIW26' where id=3;
-update noar ti set b2='A526JIW26' where id=3;
-update noar tt set v0='L86BTKOVBT7P' where id=4;
-update noar ti set v0='L86BTKOVBT7P' where id=4;
-update noar tt set b0='FW' where id=4;
-update noar ti set b0='FW' where id=4;
-update noar tt set v0='QNREEE5VLGXUU' where id=4;
-update noar ti set v0='QNREEE5VLGXUU' where id=4;
-update noar tt set b1='02UDHFXAILMZL1MYJBKZVPXV' where id=4;
-update noar ti set b1='02UDHFXAILMZL1MYJBKZVPXV' where id=4;
-update noar tt set v0='4A0SIK7MG' where id=4;
-update noar ti set v0='4A0SIK7MG' where id=4;
-update noar tt set b2='MQQ210DVRYER2KZ0K7N' where id=4;
-update noar ti set b2='MQQ210DVRYER2KZ0K7N' where id=4;
-update noar tt set v0='FPDWGDBGUZDJ8G8VNVZQSW5CECI85V7' where id=5;
-update noar ti set v0='FPDWGDBGUZDJ8G8VNVZQSW5CECI85V7' where id=5;
-update noar tt set b0='JSUTYO8OLBVF2D396V4SDK3C7' where id=5;
-update noar ti set b0='JSUTYO8OLBVF2D396V4SDK3C7' where id=5;
-update noar tt set v0='A7GQ0CNZPOJFABQ2NVCVJB' where id=5;
-update noar ti set v0='A7GQ0CNZPOJFABQ2NVCVJB' where id=5;
-update noar tt set b1='IN' where id=5;
-update noar ti set b1='IN' where id=5;
-update noar tt set v0='MCYKQUT3Q5I8' where id=5;
-update noar ti set v0='MCYKQUT3Q5I8' where id=5;
-update noar tt set b2='B' where id=5;
-update noar ti set b2='B' where id=5;
-update noar tt set v0='NCLMBO5YMDBMF' where id=6;
-update noar ti set v0='NCLMBO5YMDBMF' where id=6;
-update noar tt set b0='JDVOKML69' where id=6;
-update noar ti set b0='JDVOKML69' where id=6;
-update noar tt set v0='CC6HSSMJ0VQQLSCLME5184MQ' where id=6;
-update noar ti set v0='CC6HSSMJ0VQQLSCLME5184MQ' where id=6;
-update noar tt set b1='07FAJQHY3HTR0CE8X1UJS0FM8W7B' where id=6;
-update noar ti set b1='07FAJQHY3HTR0CE8X1UJS0FM8W7B' where id=6;
-update noar tt set v0='G5WGBUMSBKJT5UTHCXO9FCS' where id=6;
-update noar ti set v0='G5WGBUMSBKJT5UTHCXO9FCS' where id=6;
-update noar tt set b2='2IX' where id=6;
-update noar ti set b2='2IX' where id=6;
-update noar tt set v0='5YVHB5EDS4JJ668M4BGMEX49TKC7' where id=7;
-update noar ti set v0='5YVHB5EDS4JJ668M4BGMEX49TKC7' where id=7;
-update noar tt set b0='9TE70UGGE8' where id=7;
-update noar ti set b0='9TE70UGGE8' where id=7;
-update noar tt set v0='G3UE4MPCXE44V' where id=7;
-update noar ti set v0='G3UE4MPCXE44V' where id=7;
-update noar tt set b1='R6YLVCBHC1G0S6GZWKK6FIG5' where id=7;
-update noar ti set b1='R6YLVCBHC1G0S6GZWKK6FIG5' where id=7;
-update noar tt set v0='CPZW3IU51718KPGW03' where id=7;
-update noar ti set v0='CPZW3IU51718KPGW03' where id=7;
-update noar tt set b2='ZTKU' where id=7;
-update noar ti set b2='ZTKU' where id=7;
-update noar tt set v0='41GIBG3SIVSP3AGBCQ4IAJX' where id=8;
-update noar ti set v0='41GIBG3SIVSP3AGBCQ4IAJX' where id=8;
-update noar tt set b0='IIT9XHT8XQ23ICG2VDE2UVQ' where id=8;
-update noar ti set b0='IIT9XHT8XQ23ICG2VDE2UVQ' where id=8;
-update noar tt set v0='6JFT16AA31JN' where id=8;
-update noar ti set v0='6JFT16AA31JN' where id=8;
-update noar tt set b1='G5AV1ZWE' where id=8;
-update noar ti set b1='G5AV1ZWE' where id=8;
-update noar tt set v0='V0' where id=8;
-update noar ti set v0='V0' where id=8;
-update noar tt set b2='7704D2HMQUJLU1EEIDVA1TNGCL0BK1' where id=8;
-update noar ti set b2='7704D2HMQUJLU1EEIDVA1TNGCL0BK1' where id=8;
-update noar tt set v0='UHZWXWJTXE7AS3053G' where id=9;
-update noar ti set v0='UHZWXWJTXE7AS3053G' where id=9;
-update noar tt set b0='S9M372YCI' where id=9;
-update noar ti set b0='S9M372YCI' where id=9;
-update noar tt set v0='VU5' where id=9;
-update noar ti set v0='VU5' where id=9;
-update noar tt set b1='8' where id=9;
-update noar ti set b1='8' where id=9;
-update noar tt set v0='8ZU4H3G' where id=9;
-update noar ti set v0='8ZU4H3G' where id=9;
-update noar tt set b2='VFSU3R4R60' where id=9;
-update noar ti set b2='VFSU3R4R60' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) not null,
- b0 tinyblob not null,
- b1 mediumblob not null,
- b2 mediumblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='NI5E47EG49GOYPVVXO86S1RX65' where id=1;
-update noar ti set v0='NI5E47EG49GOYPVVXO86S1RX65' where id=1;
-update noar tt set b0='EE63OMQO7W' where id=1;
-update noar ti set b0='EE63OMQO7W' where id=1;
-update noar tt set v0='ROK' where id=1;
-update noar ti set v0='ROK' where id=1;
-update noar tt set b1='ITL4BBLNQLDPFN7JI8WQWLD6' where id=1;
-update noar ti set b1='ITL4BBLNQLDPFN7JI8WQWLD6' where id=1;
-update noar tt set v0='4' where id=1;
-update noar ti set v0='4' where id=1;
-update noar tt set b2='MI95VJ8R2OQ468Z' where id=1;
-update noar ti set b2='MI95VJ8R2OQ468Z' where id=1;
-update noar tt set v0='FDNEEYTF9G' where id=2;
-update noar ti set v0='FDNEEYTF9G' where id=2;
-update noar tt set b0='BRND3H6UWCSK0WO89T9YDD1LMRPDK6Z' where id=2;
-update noar ti set b0='BRND3H6UWCSK0WO89T9YDD1LMRPDK6Z' where id=2;
-update noar tt set v0='AQBMGF0DZ' where id=2;
-update noar ti set v0='AQBMGF0DZ' where id=2;
-update noar tt set b1='T2KSOD2FPL188JR5' where id=2;
-update noar ti set b1='T2KSOD2FPL188JR5' where id=2;
-update noar tt set v0='8KG5' where id=2;
-update noar ti set v0='8KG5' where id=2;
-update noar tt set b2='G277UED4A5CYR1DYU2WTKQUFV7' where id=2;
-update noar ti set b2='G277UED4A5CYR1DYU2WTKQUFV7' where id=2;
-update noar tt set v0='XI7EXI9RQCFES7C' where id=3;
-update noar ti set v0='XI7EXI9RQCFES7C' where id=3;
-update noar tt set b0='GKA9LYUBWWV' where id=3;
-update noar ti set b0='GKA9LYUBWWV' where id=3;
-update noar tt set v0='RVOB' where id=3;
-update noar ti set v0='RVOB' where id=3;
-update noar tt set b1='P3N757K' where id=3;
-update noar ti set b1='P3N757K' where id=3;
-update noar tt set v0='KVAO2DC14R58I' where id=3;
-update noar ti set v0='KVAO2DC14R58I' where id=3;
-update noar tt set b2='5EAF1YYTW8VV5HUH4E0Z' where id=3;
-update noar ti set b2='5EAF1YYTW8VV5HUH4E0Z' where id=3;
-update noar tt set v0='G16DMOAQ9VMGI' where id=4;
-update noar ti set v0='G16DMOAQ9VMGI' where id=4;
-update noar tt set b0='A0SM0CS4U6PON8BNYWZ2XDIQ82' where id=4;
-update noar ti set b0='A0SM0CS4U6PON8BNYWZ2XDIQ82' where id=4;
-update noar tt set v0='ELOPWADO6ZQY5OEE' where id=4;
-update noar ti set v0='ELOPWADO6ZQY5OEE' where id=4;
-update noar tt set b1='J' where id=4;
-update noar ti set b1='J' where id=4;
-update noar tt set v0='SO83QH20SLH0J3W8Q8WNQWEZCM9' where id=4;
-update noar ti set v0='SO83QH20SLH0J3W8Q8WNQWEZCM9' where id=4;
-update noar tt set b2='TZJXOO2UIZXSV7' where id=4;
-update noar ti set b2='TZJXOO2UIZXSV7' where id=4;
-update noar tt set v0='4ZE8' where id=5;
-update noar ti set v0='4ZE8' where id=5;
-update noar tt set b0='FC37ITXEWHTIMW6QC4P2VBDLOWFYQ' where id=5;
-update noar ti set b0='FC37ITXEWHTIMW6QC4P2VBDLOWFYQ' where id=5;
-update noar tt set v0='4H' where id=5;
-update noar ti set v0='4H' where id=5;
-update noar tt set b1='DM2B1O6F0DN6UZZ31XSU664' where id=5;
-update noar ti set b1='DM2B1O6F0DN6UZZ31XSU664' where id=5;
-update noar tt set v0='AQHKPABV7JEH04H5AI2' where id=5;
-update noar ti set v0='AQHKPABV7JEH04H5AI2' where id=5;
-update noar tt set b2='0BA' where id=5;
-update noar ti set b2='0BA' where id=5;
-update noar tt set v0='WOXNQ8MD1KV72VMEGYAM5RFW' where id=6;
-update noar ti set v0='WOXNQ8MD1KV72VMEGYAM5RFW' where id=6;
-update noar tt set b0='NARDX08UT6PANWB58AZFWI' where id=6;
-update noar ti set b0='NARDX08UT6PANWB58AZFWI' where id=6;
-update noar tt set v0='WPWVVGP4H' where id=6;
-update noar ti set v0='WPWVVGP4H' where id=6;
-update noar tt set b1='DFKF7G3XBUWFV39FPBAZ8ZTETLI9I3R' where id=6;
-update noar ti set b1='DFKF7G3XBUWFV39FPBAZ8ZTETLI9I3R' where id=6;
-update noar tt set v0='8F2AE8IWARWJZJDRWNDPSBUB1DF' where id=6;
-update noar ti set v0='8F2AE8IWARWJZJDRWNDPSBUB1DF' where id=6;
-update noar tt set b2='NY7963I6R7H47W' where id=6;
-update noar ti set b2='NY7963I6R7H47W' where id=6;
-update noar tt set v0='4JAG5XQWK79WRKN99GGI06NXK4' where id=7;
-update noar ti set v0='4JAG5XQWK79WRKN99GGI06NXK4' where id=7;
-update noar tt set b0='X56DEW3WPJNL2BT' where id=7;
-update noar ti set b0='X56DEW3WPJNL2BT' where id=7;
-update noar tt set v0='Z6CEO7C0A9ZTH02CL' where id=7;
-update noar ti set v0='Z6CEO7C0A9ZTH02CL' where id=7;
-update noar tt set b1='VX3KUWR198TQVELELT21I1O6RBVLUPCW' where id=7;
-update noar ti set b1='VX3KUWR198TQVELELT21I1O6RBVLUPCW' where id=7;
-update noar tt set v0='QX9821GPAWNPR5KNL02BWPMQFR7AAA9' where id=7;
-update noar ti set v0='QX9821GPAWNPR5KNL02BWPMQFR7AAA9' where id=7;
-update noar tt set b2='UIQ24R' where id=7;
-update noar ti set b2='UIQ24R' where id=7;
-update noar tt set v0='DMQ' where id=8;
-update noar ti set v0='DMQ' where id=8;
-update noar tt set b0='BGQYQJBJDSUHK6NWP8Z' where id=8;
-update noar ti set b0='BGQYQJBJDSUHK6NWP8Z' where id=8;
-update noar tt set v0='2FCSOLSR1M0XUB9P' where id=8;
-update noar ti set v0='2FCSOLSR1M0XUB9P' where id=8;
-update noar tt set b1='IORAIXCONSQ5OFW6V60CHCAHD6' where id=8;
-update noar ti set b1='IORAIXCONSQ5OFW6V60CHCAHD6' where id=8;
-update noar tt set v0='N2UUXZNLPPG10DETSJ987AWJXRITSAQM' where id=8;
-update noar ti set v0='N2UUXZNLPPG10DETSJ987AWJXRITSAQM' where id=8;
-update noar tt set b2='7' where id=8;
-update noar ti set b2='7' where id=8;
-update noar tt set v0='1S4W1' where id=9;
-update noar ti set v0='1S4W1' where id=9;
-update noar tt set b0='YR04WUTRCHXFEDB2UWL' where id=9;
-update noar ti set b0='YR04WUTRCHXFEDB2UWL' where id=9;
-update noar tt set v0='3TZWCD7RVD9087VUX' where id=9;
-update noar ti set v0='3TZWCD7RVD9087VUX' where id=9;
-update noar tt set b1='V28XHDSM61IQNR' where id=9;
-update noar ti set b1='V28XHDSM61IQNR' where id=9;
-update noar tt set v0='EAHDEZMDVHNAP' where id=9;
-update noar ti set v0='EAHDEZMDVHNAP' where id=9;
-update noar tt set b2='LLI8OEAZ0MAK49E9FV0N63R8QLMJ0S39' where id=9;
-update noar ti set b2='LLI8OEAZ0MAK49E9FV0N63R8QLMJ0S39' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) null,
- b0 tinyblob null,
- b1 mediumblob null,
- b2 longblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='8EBHMYEII' where id=1;
-update noar ti set v0='8EBHMYEII' where id=1;
-update noar tt set b0='O2YYU4XROKHE' where id=1;
-update noar ti set b0='O2YYU4XROKHE' where id=1;
-update noar tt set v0='2VKR79BD8S4O0H4M0D9XDOX1YFUNLQ' where id=1;
-update noar ti set v0='2VKR79BD8S4O0H4M0D9XDOX1YFUNLQ' where id=1;
-update noar tt set b1='1HWQET9' where id=1;
-update noar ti set b1='1HWQET9' where id=1;
-update noar tt set v0='EA9D9ELSVDCHPZ4ZMX' where id=1;
-update noar ti set v0='EA9D9ELSVDCHPZ4ZMX' where id=1;
-update noar tt set b2='D' where id=1;
-update noar ti set b2='D' where id=1;
-update noar tt set v0='HU49AN75KJY18FVVDHKTR19IGX3' where id=2;
-update noar ti set v0='HU49AN75KJY18FVVDHKTR19IGX3' where id=2;
-update noar tt set b0='HHZPD7TNBU09KHNB1KB7A' where id=2;
-update noar ti set b0='HHZPD7TNBU09KHNB1KB7A' where id=2;
-update noar tt set v0='UGOV' where id=2;
-update noar ti set v0='UGOV' where id=2;
-update noar tt set b1='MG7' where id=2;
-update noar ti set b1='MG7' where id=2;
-update noar tt set v0='0YK1DLBGJYA7F400R010FXER9A9RIT9J' where id=2;
-update noar ti set v0='0YK1DLBGJYA7F400R010FXER9A9RIT9J' where id=2;
-update noar tt set b2='HOYP1B22VNYU584' where id=2;
-update noar ti set b2='HOYP1B22VNYU584' where id=2;
-update noar tt set v0='OBRGJ8FG35RHM5DAFG8EA1UO88W' where id=3;
-update noar ti set v0='OBRGJ8FG35RHM5DAFG8EA1UO88W' where id=3;
-update noar tt set b0='DSK342P7JAG80NUGYEE5IVT' where id=3;
-update noar ti set b0='DSK342P7JAG80NUGYEE5IVT' where id=3;
-update noar tt set v0='N0M9L42C' where id=3;
-update noar ti set v0='N0M9L42C' where id=3;
-update noar tt set b1='T4OKXH4QO2Y9DHY7PCD96PE4LIEEXK' where id=3;
-update noar ti set b1='T4OKXH4QO2Y9DHY7PCD96PE4LIEEXK' where id=3;
-update noar tt set v0='FTWYRXN62DDL7JVXGKHOKHFCTR6I0D' where id=3;
-update noar ti set v0='FTWYRXN62DDL7JVXGKHOKHFCTR6I0D' where id=3;
-update noar tt set b2='UMY2WBLRW' where id=3;
-update noar ti set b2='UMY2WBLRW' where id=3;
-update noar tt set v0='K3AO2ALPR8C0V' where id=4;
-update noar ti set v0='K3AO2ALPR8C0V' where id=4;
-update noar tt set b0='G5F' where id=4;
-update noar ti set b0='G5F' where id=4;
-update noar tt set v0='C3RAGNUG8SQ5' where id=4;
-update noar ti set v0='C3RAGNUG8SQ5' where id=4;
-update noar tt set b1='T' where id=4;
-update noar ti set b1='T' where id=4;
-update noar tt set v0='W7T2EMHSIG5HXZVZ8F' where id=4;
-update noar ti set v0='W7T2EMHSIG5HXZVZ8F' where id=4;
-update noar tt set b2='68KCAUGGKG' where id=4;
-update noar ti set b2='68KCAUGGKG' where id=4;
-update noar tt set v0='ZXEDM' where id=5;
-update noar ti set v0='ZXEDM' where id=5;
-update noar tt set b0='6VPTKWVZA6Y6M3G' where id=5;
-update noar ti set b0='6VPTKWVZA6Y6M3G' where id=5;
-update noar tt set v0='Y4DF' where id=5;
-update noar ti set v0='Y4DF' where id=5;
-update noar tt set b1='RBI4VSSXAVKUX4' where id=5;
-update noar ti set b1='RBI4VSSXAVKUX4' where id=5;
-update noar tt set v0='MUU1LK18X3FSPZ5CGV6' where id=5;
-update noar ti set v0='MUU1LK18X3FSPZ5CGV6' where id=5;
-update noar tt set b2='J8NH4AP2EFGIYNOY4RH08UBUAPK2C5PK' where id=5;
-update noar ti set b2='J8NH4AP2EFGIYNOY4RH08UBUAPK2C5PK' where id=5;
-update noar tt set v0='BIOCA3CG1JJK' where id=6;
-update noar ti set v0='BIOCA3CG1JJK' where id=6;
-update noar tt set b0='W33BRU3D' where id=6;
-update noar ti set b0='W33BRU3D' where id=6;
-update noar tt set v0='WVC8HIFT3HQYOKNIUNFV' where id=6;
-update noar ti set v0='WVC8HIFT3HQYOKNIUNFV' where id=6;
-update noar tt set b1='RMGS6CBB11PG8LYAR7Z4OGYAUWMOQH8' where id=6;
-update noar ti set b1='RMGS6CBB11PG8LYAR7Z4OGYAUWMOQH8' where id=6;
-update noar tt set v0='WDIVE' where id=6;
-update noar ti set v0='WDIVE' where id=6;
-update noar tt set b2='XGIG9W31' where id=6;
-update noar ti set b2='XGIG9W31' where id=6;
-update noar tt set v0='M1H4OE2W4' where id=7;
-update noar ti set v0='M1H4OE2W4' where id=7;
-update noar tt set b0='1WWIMTB83TJJJOPXMYZHMPY9C' where id=7;
-update noar ti set b0='1WWIMTB83TJJJOPXMYZHMPY9C' where id=7;
-update noar tt set v0='W' where id=7;
-update noar ti set v0='W' where id=7;
-update noar tt set b1='W7U60EQR4YPVG3UDFBGSFHSG55' where id=7;
-update noar ti set b1='W7U60EQR4YPVG3UDFBGSFHSG55' where id=7;
-update noar tt set v0='VX6Q8WFWNFBEHV8PLXH3' where id=7;
-update noar ti set v0='VX6Q8WFWNFBEHV8PLXH3' where id=7;
-update noar tt set b2='M5012IJ' where id=7;
-update noar ti set b2='M5012IJ' where id=7;
-update noar tt set v0='R61ZUAT0' where id=8;
-update noar ti set v0='R61ZUAT0' where id=8;
-update noar tt set b0='HAY' where id=8;
-update noar ti set b0='HAY' where id=8;
-update noar tt set v0='IVN2GNPG0GKIDZEQP15A1ST' where id=8;
-update noar ti set v0='IVN2GNPG0GKIDZEQP15A1ST' where id=8;
-update noar tt set b1='Y1F2S1Z740K8PBFC3' where id=8;
-update noar ti set b1='Y1F2S1Z740K8PBFC3' where id=8;
-update noar tt set v0='CW6IHS2N86E70K2B7LZR8G' where id=8;
-update noar ti set v0='CW6IHS2N86E70K2B7LZR8G' where id=8;
-update noar tt set b2='E0IM0HQA1HMCZWME7PATRIXDZ' where id=8;
-update noar ti set b2='E0IM0HQA1HMCZWME7PATRIXDZ' where id=8;
-update noar tt set v0='P03QKBG69N0VT' where id=9;
-update noar ti set v0='P03QKBG69N0VT' where id=9;
-update noar tt set b0='KI' where id=9;
-update noar ti set b0='KI' where id=9;
-update noar tt set v0='QBZCZZAO8Q0RON29' where id=9;
-update noar ti set v0='QBZCZZAO8Q0RON29' where id=9;
-update noar tt set b1='MKBTB24VERC9D2HS2PBTEEY' where id=9;
-update noar ti set b1='MKBTB24VERC9D2HS2PBTEEY' where id=9;
-update noar tt set v0='Y' where id=9;
-update noar ti set v0='Y' where id=9;
-update noar tt set b2='C5RFEHWOQ69VFFJALJ5M' where id=9;
-update noar ti set b2='C5RFEHWOQ69VFFJALJ5M' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) null,
- b0 tinyblob null,
- b1 mediumblob null,
- b2 longblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='AY' where id=1;
-update noar ti set v0='AY' where id=1;
-update noar tt set b0='J30' where id=1;
-update noar ti set b0='J30' where id=1;
-update noar tt set v0='T6VBCSQCXR56O35N41EECZ0' where id=1;
-update noar ti set v0='T6VBCSQCXR56O35N41EECZ0' where id=1;
-update noar tt set b1='AV5T0YXYBHFUZG9E42Z' where id=1;
-update noar ti set b1='AV5T0YXYBHFUZG9E42Z' where id=1;
-update noar tt set v0='SIMF9NG9JZLHX3PFNTWQN' where id=1;
-update noar ti set v0='SIMF9NG9JZLHX3PFNTWQN' where id=1;
-update noar tt set b2='1JN5C55ACD60W4C0DDQF68SE4X8B7E' where id=1;
-update noar ti set b2='1JN5C55ACD60W4C0DDQF68SE4X8B7E' where id=1;
-update noar tt set v0='IQQ5POGSDAGB' where id=2;
-update noar ti set v0='IQQ5POGSDAGB' where id=2;
-update noar tt set b0='OZO87E9YAGG673FFZGUTZ5JOIFL' where id=2;
-update noar ti set b0='OZO87E9YAGG673FFZGUTZ5JOIFL' where id=2;
-update noar tt set v0='EY82XVC7T88H5F' where id=2;
-update noar ti set v0='EY82XVC7T88H5F' where id=2;
-update noar tt set b1='8BHLKWM09ZGF9GCHY5CJTPZN41D3YH' where id=2;
-update noar ti set b1='8BHLKWM09ZGF9GCHY5CJTPZN41D3YH' where id=2;
-update noar tt set v0='51R4J2ZRZ6K8VXSBBM8G5' where id=2;
-update noar ti set v0='51R4J2ZRZ6K8VXSBBM8G5' where id=2;
-update noar tt set b2='GH' where id=2;
-update noar ti set b2='GH' where id=2;
-update noar tt set v0='V5MVVIVA1Z8L1KFIVV2' where id=3;
-update noar ti set v0='V5MVVIVA1Z8L1KFIVV2' where id=3;
-update noar tt set b0='H1VOTZZGM6XTRQX' where id=3;
-update noar ti set b0='H1VOTZZGM6XTRQX' where id=3;
-update noar tt set v0='ZZ7JW' where id=3;
-update noar ti set v0='ZZ7JW' where id=3;
-update noar tt set b1='5D' where id=3;
-update noar ti set b1='5D' where id=3;
-update noar tt set v0='GA0K7ZHUYAEXLB4YEGC49264L70TU' where id=3;
-update noar ti set v0='GA0K7ZHUYAEXLB4YEGC49264L70TU' where id=3;
-update noar tt set b2='BVRV5LRCP6V5JDSN4KINW' where id=3;
-update noar ti set b2='BVRV5LRCP6V5JDSN4KINW' where id=3;
-update noar tt set v0='KAE544RS6OY8F6CDAP9FR2' where id=4;
-update noar ti set v0='KAE544RS6OY8F6CDAP9FR2' where id=4;
-update noar tt set b0='J' where id=4;
-update noar ti set b0='J' where id=4;
-update noar tt set v0='8' where id=4;
-update noar ti set v0='8' where id=4;
-update noar tt set b1='TWDH6I2KOINUTA93N9' where id=4;
-update noar ti set b1='TWDH6I2KOINUTA93N9' where id=4;
-update noar tt set v0='H2T2BX' where id=4;
-update noar ti set v0='H2T2BX' where id=4;
-update noar tt set b2='RBHKPWBOLIO5UCBPB88GHVAQZQQQQK' where id=4;
-update noar ti set b2='RBHKPWBOLIO5UCBPB88GHVAQZQQQQK' where id=4;
-update noar tt set v0='ZL8WFWM7UDG8OXO6C9' where id=5;
-update noar ti set v0='ZL8WFWM7UDG8OXO6C9' where id=5;
-update noar tt set b0='FELX8C49B6V5UEU4C1FCGO' where id=5;
-update noar ti set b0='FELX8C49B6V5UEU4C1FCGO' where id=5;
-update noar tt set v0='U9BZ0AO43JNC67EP5OD03' where id=5;
-update noar ti set v0='U9BZ0AO43JNC67EP5OD03' where id=5;
-update noar tt set b1='ROFYI4BXQD' where id=5;
-update noar ti set b1='ROFYI4BXQD' where id=5;
-update noar tt set v0='UMC7PYJ3T8YV' where id=5;
-update noar ti set v0='UMC7PYJ3T8YV' where id=5;
-update noar tt set b2='PKV63DY0ODA56ZDE8V48YODMJR2' where id=5;
-update noar ti set b2='PKV63DY0ODA56ZDE8V48YODMJR2' where id=5;
-update noar tt set v0='09YJ133FWZG' where id=6;
-update noar ti set v0='09YJ133FWZG' where id=6;
-update noar tt set b0='OTDLQ4KWM77S0QF78ZBTM2W2EC0N5M' where id=6;
-update noar ti set b0='OTDLQ4KWM77S0QF78ZBTM2W2EC0N5M' where id=6;
-update noar tt set v0='Z8T4JSWEDDL159' where id=6;
-update noar ti set v0='Z8T4JSWEDDL159' where id=6;
-update noar tt set b1='F32TMK228URWQ5LBEIY57T01R' where id=6;
-update noar ti set b1='F32TMK228URWQ5LBEIY57T01R' where id=6;
-update noar tt set v0='3I5VSG49SET7D5FFC8EPIQKU2JG0P' where id=6;
-update noar ti set v0='3I5VSG49SET7D5FFC8EPIQKU2JG0P' where id=6;
-update noar tt set b2='H4WI' where id=6;
-update noar ti set b2='H4WI' where id=6;
-update noar tt set v0='R89CK8XF2DB50O47R0X' where id=7;
-update noar ti set v0='R89CK8XF2DB50O47R0X' where id=7;
-update noar tt set b0='P2JV7J8PP60103ZM7J50' where id=7;
-update noar ti set b0='P2JV7J8PP60103ZM7J50' where id=7;
-update noar tt set v0='5WS4WMN' where id=7;
-update noar ti set v0='5WS4WMN' where id=7;
-update noar tt set b1='QILOIZN9T0FWSPEWKQV' where id=7;
-update noar ti set b1='QILOIZN9T0FWSPEWKQV' where id=7;
-update noar tt set v0='9ZSS3TVEQ5L46MFAW' where id=7;
-update noar ti set v0='9ZSS3TVEQ5L46MFAW' where id=7;
-update noar tt set b2='2MWW7NI' where id=7;
-update noar ti set b2='2MWW7NI' where id=7;
-update noar tt set v0='7M5UK5' where id=8;
-update noar ti set v0='7M5UK5' where id=8;
-update noar tt set b0='L' where id=8;
-update noar ti set b0='L' where id=8;
-update noar tt set v0='M7247XEJX74G88Y8H0Q5' where id=8;
-update noar ti set v0='M7247XEJX74G88Y8H0Q5' where id=8;
-update noar tt set b1='4DSZ' where id=8;
-update noar ti set b1='4DSZ' where id=8;
-update noar tt set v0='A20Y' where id=8;
-update noar ti set v0='A20Y' where id=8;
-update noar tt set b2='8SCPPHFIX4UK4GKU7' where id=8;
-update noar ti set b2='8SCPPHFIX4UK4GKU7' where id=8;
-update noar tt set v0='89SQIW99INS4U78U2AMXUEEFZ' where id=9;
-update noar ti set v0='89SQIW99INS4U78U2AMXUEEFZ' where id=9;
-update noar tt set b0='DGQNX04SE68OA8YVL13ROFGW' where id=9;
-update noar ti set b0='DGQNX04SE68OA8YVL13ROFGW' where id=9;
-update noar tt set v0='LCQB' where id=9;
-update noar ti set v0='LCQB' where id=9;
-update noar tt set b1='RA5J948V80RU1JLDVJXQKVGF1TN' where id=9;
-update noar ti set b1='RA5J948V80RU1JLDVJXQKVGF1TN' where id=9;
-update noar tt set v0='Q' where id=9;
-update noar ti set v0='Q' where id=9;
-update noar tt set b2='IEYCDLXA98RP0PQXPJBWVP' where id=9;
-update noar ti set b2='IEYCDLXA98RP0PQXPJBWVP' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) not null,
- b0 tinyblob not null,
- b1 mediumblob not null,
- b2 longblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='0SJCA511KEYYM' where id=1;
-update noar ti set v0='0SJCA511KEYYM' where id=1;
-update noar tt set b0='W7' where id=1;
-update noar ti set b0='W7' where id=1;
-update noar tt set v0='VRVME2GSIPXPCYDX1NACGKZT' where id=1;
-update noar ti set v0='VRVME2GSIPXPCYDX1NACGKZT' where id=1;
-update noar tt set b1='H3E1EQUDJF7M413S2' where id=1;
-update noar ti set b1='H3E1EQUDJF7M413S2' where id=1;
-update noar tt set v0='JJZS6U91T5FY83UVPOKNWAH' where id=1;
-update noar ti set v0='JJZS6U91T5FY83UVPOKNWAH' where id=1;
-update noar tt set b2='2Y20R4SGWOS7CTGJ4BWA' where id=1;
-update noar ti set b2='2Y20R4SGWOS7CTGJ4BWA' where id=1;
-update noar tt set v0='V1HRZDQDJ7Y1P3YDLTE3QPEK92' where id=2;
-update noar ti set v0='V1HRZDQDJ7Y1P3YDLTE3QPEK92' where id=2;
-update noar tt set b0='BFX7BQW9Y' where id=2;
-update noar ti set b0='BFX7BQW9Y' where id=2;
-update noar tt set v0='4KX7K5PO' where id=2;
-update noar ti set v0='4KX7K5PO' where id=2;
-update noar tt set b1='KTWW8A9GFYKXJUP0X9NPDSP5SB7O' where id=2;
-update noar ti set b1='KTWW8A9GFYKXJUP0X9NPDSP5SB7O' where id=2;
-update noar tt set v0='QYHZD5X53RE0QP8GM' where id=2;
-update noar ti set v0='QYHZD5X53RE0QP8GM' where id=2;
-update noar tt set b2='IQE1UB2COCEJFFKDDGUZ7' where id=2;
-update noar ti set b2='IQE1UB2COCEJFFKDDGUZ7' where id=2;
-update noar tt set v0='9AJ3Q8EQFWFWBVOT' where id=3;
-update noar ti set v0='9AJ3Q8EQFWFWBVOT' where id=3;
-update noar tt set b0='QBDE8JTC2DDX' where id=3;
-update noar ti set b0='QBDE8JTC2DDX' where id=3;
-update noar tt set v0='96I9H1' where id=3;
-update noar ti set v0='96I9H1' where id=3;
-update noar tt set b1='HWD9ABGEEQ7UE' where id=3;
-update noar ti set b1='HWD9ABGEEQ7UE' where id=3;
-update noar tt set v0='JJ6K0MLWS00DDWVG2X' where id=3;
-update noar ti set v0='JJ6K0MLWS00DDWVG2X' where id=3;
-update noar tt set b2='I8GFU0VFFCMCD1DFJ084XBI8EKTYDJ' where id=3;
-update noar ti set b2='I8GFU0VFFCMCD1DFJ084XBI8EKTYDJ' where id=3;
-update noar tt set v0='K9QTGG2ISNB5I86D7F0UH' where id=4;
-update noar ti set v0='K9QTGG2ISNB5I86D7F0UH' where id=4;
-update noar tt set b0='BNSBHTMZRUL' where id=4;
-update noar ti set b0='BNSBHTMZRUL' where id=4;
-update noar tt set v0='S38FMX' where id=4;
-update noar ti set v0='S38FMX' where id=4;
-update noar tt set b1='XT8' where id=4;
-update noar ti set b1='XT8' where id=4;
-update noar tt set v0='F46238UGJVOIVC7CAJ1RAJ6' where id=4;
-update noar ti set v0='F46238UGJVOIVC7CAJ1RAJ6' where id=4;
-update noar tt set b2='TPIBIYLLZZG8BFI' where id=4;
-update noar ti set b2='TPIBIYLLZZG8BFI' where id=4;
-update noar tt set v0='FUFPMZL1LK' where id=5;
-update noar ti set v0='FUFPMZL1LK' where id=5;
-update noar tt set b0='QM8OA2DZ5C' where id=5;
-update noar ti set b0='QM8OA2DZ5C' where id=5;
-update noar tt set v0='PHS6SOBQTC13N' where id=5;
-update noar ti set v0='PHS6SOBQTC13N' where id=5;
-update noar tt set b1='C721' where id=5;
-update noar ti set b1='C721' where id=5;
-update noar tt set v0='IXEN3G' where id=5;
-update noar ti set v0='IXEN3G' where id=5;
-update noar tt set b2='BI' where id=5;
-update noar ti set b2='BI' where id=5;
-update noar tt set v0='7PC0' where id=6;
-update noar ti set v0='7PC0' where id=6;
-update noar tt set b0='W9Q4IW24Y' where id=6;
-update noar ti set b0='W9Q4IW24Y' where id=6;
-update noar tt set v0='FI1IX6IEMST95OA51GX2FHDOI' where id=6;
-update noar ti set v0='FI1IX6IEMST95OA51GX2FHDOI' where id=6;
-update noar tt set b1='SREC' where id=6;
-update noar ti set b1='SREC' where id=6;
-update noar tt set v0='RUT9A46P' where id=6;
-update noar ti set v0='RUT9A46P' where id=6;
-update noar tt set b2='CP460MW8K20MNDMJJV' where id=6;
-update noar ti set b2='CP460MW8K20MNDMJJV' where id=6;
-update noar tt set v0='0OIXNLJPF1XE3W' where id=7;
-update noar ti set v0='0OIXNLJPF1XE3W' where id=7;
-update noar tt set b0='5FXKKR6' where id=7;
-update noar ti set b0='5FXKKR6' where id=7;
-update noar tt set v0='5ZA8' where id=7;
-update noar ti set v0='5ZA8' where id=7;
-update noar tt set b1='MEMEMJHPB9VM7N8T16QXR55RLPP6I' where id=7;
-update noar ti set b1='MEMEMJHPB9VM7N8T16QXR55RLPP6I' where id=7;
-update noar tt set v0='VNKZV582' where id=7;
-update noar ti set v0='VNKZV582' where id=7;
-update noar tt set b2='D40FG' where id=7;
-update noar ti set b2='D40FG' where id=7;
-update noar tt set v0='N' where id=8;
-update noar ti set v0='N' where id=8;
-update noar tt set b0='CKITJ80' where id=8;
-update noar ti set b0='CKITJ80' where id=8;
-update noar tt set v0='TAG8KP1I70T' where id=8;
-update noar ti set v0='TAG8KP1I70T' where id=8;
-update noar tt set b1='MUFDAR3MKF7G2' where id=8;
-update noar ti set b1='MUFDAR3MKF7G2' where id=8;
-update noar tt set v0='DV6OYSYMTSL4J0MZA4BLMR4SS' where id=8;
-update noar ti set v0='DV6OYSYMTSL4J0MZA4BLMR4SS' where id=8;
-update noar tt set b2='JD9VBD90ISALS28FAZR' where id=8;
-update noar ti set b2='JD9VBD90ISALS28FAZR' where id=8;
-update noar tt set v0='N9FWVOTP' where id=9;
-update noar ti set v0='N9FWVOTP' where id=9;
-update noar tt set b0='4CT9STPMHN9SOLOJ8KP8X0EF' where id=9;
-update noar ti set b0='4CT9STPMHN9SOLOJ8KP8X0EF' where id=9;
-update noar tt set v0='K1KQ1NZL' where id=9;
-update noar ti set v0='K1KQ1NZL' where id=9;
-update noar tt set b1='JUJ08UIPL' where id=9;
-update noar ti set b1='JUJ08UIPL' where id=9;
-update noar tt set v0='KXNON0H8NK4ER1X' where id=9;
-update noar ti set v0='KXNON0H8NK4ER1X' where id=9;
-update noar tt set b2='7DY89UDOPJ9NGZIPHWLEPBR928K' where id=9;
-update noar ti set b2='7DY89UDOPJ9NGZIPHWLEPBR928K' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) not null,
- b0 tinyblob not null,
- b1 mediumblob not null,
- b2 longblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='SVS1CJH9MHOF' where id=1;
-update noar ti set v0='SVS1CJH9MHOF' where id=1;
-update noar tt set b0='P6VY4DA' where id=1;
-update noar ti set b0='P6VY4DA' where id=1;
-update noar tt set v0='YXA4PZVFI2SAPLXO2QQK' where id=1;
-update noar ti set v0='YXA4PZVFI2SAPLXO2QQK' where id=1;
-update noar tt set b1='YSWGMJAJQYQYH52NEFPYL6IOLB47' where id=1;
-update noar ti set b1='YSWGMJAJQYQYH52NEFPYL6IOLB47' where id=1;
-update noar tt set v0='U34RKJQPULMTCLIQ9O0AHDDJCBU' where id=1;
-update noar ti set v0='U34RKJQPULMTCLIQ9O0AHDDJCBU' where id=1;
-update noar tt set b2='32GZ9KL715RAV5L156X07TKP27V51' where id=1;
-update noar ti set b2='32GZ9KL715RAV5L156X07TKP27V51' where id=1;
-update noar tt set v0='HFXPSFWSTAQBLGF' where id=2;
-update noar ti set v0='HFXPSFWSTAQBLGF' where id=2;
-update noar tt set b0='16799X2JGMRSJKV9JT0E56V4' where id=2;
-update noar ti set b0='16799X2JGMRSJKV9JT0E56V4' where id=2;
-update noar tt set v0='Q8Y38VBDRAH' where id=2;
-update noar ti set v0='Q8Y38VBDRAH' where id=2;
-update noar tt set b1='JADHN4OKI9LI' where id=2;
-update noar ti set b1='JADHN4OKI9LI' where id=2;
-update noar tt set v0='28TF2' where id=2;
-update noar ti set v0='28TF2' where id=2;
-update noar tt set b2='I7CRDB3S3V' where id=2;
-update noar ti set b2='I7CRDB3S3V' where id=2;
-update noar tt set v0='C7JR292X2L1WZV94QN' where id=3;
-update noar ti set v0='C7JR292X2L1WZV94QN' where id=3;
-update noar tt set b0='YF5YOYC5' where id=3;
-update noar ti set b0='YF5YOYC5' where id=3;
-update noar tt set v0='3' where id=3;
-update noar ti set v0='3' where id=3;
-update noar tt set b1='JEVTUJ40FDZ0SJ7EXAU8G' where id=3;
-update noar ti set b1='JEVTUJ40FDZ0SJ7EXAU8G' where id=3;
-update noar tt set v0='FLHB2KV6J4G121' where id=3;
-update noar ti set v0='FLHB2KV6J4G121' where id=3;
-update noar tt set b2='JT3EX2VT' where id=3;
-update noar ti set b2='JT3EX2VT' where id=3;
-update noar tt set v0='EE243AO5A96' where id=4;
-update noar ti set v0='EE243AO5A96' where id=4;
-update noar tt set b0='5HWHG' where id=4;
-update noar ti set b0='5HWHG' where id=4;
-update noar tt set v0='F4' where id=4;
-update noar ti set v0='F4' where id=4;
-update noar tt set b1='W55UA' where id=4;
-update noar ti set b1='W55UA' where id=4;
-update noar tt set v0='VT5GWXF3N3BWL6RJGTL1EM' where id=4;
-update noar ti set v0='VT5GWXF3N3BWL6RJGTL1EM' where id=4;
-update noar tt set b2='K1WURXKC32P6M942G' where id=4;
-update noar ti set b2='K1WURXKC32P6M942G' where id=4;
-update noar tt set v0='MVJDMZCEEXMN3NDMDI8PD' where id=5;
-update noar ti set v0='MVJDMZCEEXMN3NDMDI8PD' where id=5;
-update noar tt set b0='EZEFSR60' where id=5;
-update noar ti set b0='EZEFSR60' where id=5;
-update noar tt set v0='WUOHULEMUZ6VZEB7V13RTEEZ4O' where id=5;
-update noar ti set v0='WUOHULEMUZ6VZEB7V13RTEEZ4O' where id=5;
-update noar tt set b1='4MDKTF12OW' where id=5;
-update noar ti set b1='4MDKTF12OW' where id=5;
-update noar tt set v0='2QBROSWYOZN1UVBY83' where id=5;
-update noar ti set v0='2QBROSWYOZN1UVBY83' where id=5;
-update noar tt set b2='C5XEL5SD8UGGKK15V2LVL' where id=5;
-update noar ti set b2='C5XEL5SD8UGGKK15V2LVL' where id=5;
-update noar tt set v0='UMYDN4A9YJIWBTAACWYWPB98K7Y' where id=6;
-update noar ti set v0='UMYDN4A9YJIWBTAACWYWPB98K7Y' where id=6;
-update noar tt set b0='A7DYUHZ2M6FUEVZPGSORYFHLGWVE6R8' where id=6;
-update noar ti set b0='A7DYUHZ2M6FUEVZPGSORYFHLGWVE6R8' where id=6;
-update noar tt set v0='1WZB259RAVK7RB4OXP2FMLF8PFN' where id=6;
-update noar ti set v0='1WZB259RAVK7RB4OXP2FMLF8PFN' where id=6;
-update noar tt set b1='NQ' where id=6;
-update noar ti set b1='NQ' where id=6;
-update noar tt set v0='5M8SF1VA' where id=6;
-update noar ti set v0='5M8SF1VA' where id=6;
-update noar tt set b2='WHA1UQ691XYY03Z6BSSYM' where id=6;
-update noar ti set b2='WHA1UQ691XYY03Z6BSSYM' where id=6;
-update noar tt set v0='QW3RFE7OMBWT' where id=7;
-update noar ti set v0='QW3RFE7OMBWT' where id=7;
-update noar tt set b0='ZUXQIXF8ET16V9INAGS9RU7NT7VL0YB5' where id=7;
-update noar ti set b0='ZUXQIXF8ET16V9INAGS9RU7NT7VL0YB5' where id=7;
-update noar tt set v0='NC34Q6U1KKX666K8XF' where id=7;
-update noar ti set v0='NC34Q6U1KKX666K8XF' where id=7;
-update noar tt set b1='14J4V1B186PIFT7IOGS05OS' where id=7;
-update noar ti set b1='14J4V1B186PIFT7IOGS05OS' where id=7;
-update noar tt set v0='Q' where id=7;
-update noar ti set v0='Q' where id=7;
-update noar tt set b2='BMYOOMTZGF9W' where id=7;
-update noar ti set b2='BMYOOMTZGF9W' where id=7;
-update noar tt set v0='I26IL1UK' where id=8;
-update noar ti set v0='I26IL1UK' where id=8;
-update noar tt set b0='FJ6EHR' where id=8;
-update noar ti set b0='FJ6EHR' where id=8;
-update noar tt set v0='98S8AP88WJKA5BW7CA' where id=8;
-update noar ti set v0='98S8AP88WJKA5BW7CA' where id=8;
-update noar tt set b1='4ELCB1SGHORBKGVTPBV0' where id=8;
-update noar ti set b1='4ELCB1SGHORBKGVTPBV0' where id=8;
-update noar tt set v0='WCD3ZIUW' where id=8;
-update noar ti set v0='WCD3ZIUW' where id=8;
-update noar tt set b2='AHG5G' where id=8;
-update noar ti set b2='AHG5G' where id=8;
-update noar tt set v0='RQ955GUNMT' where id=9;
-update noar ti set v0='RQ955GUNMT' where id=9;
-update noar tt set b0='BWQGDY2J' where id=9;
-update noar ti set b0='BWQGDY2J' where id=9;
-update noar tt set v0='E2HHWLPCNR1I0PLZRMAT77' where id=9;
-update noar ti set v0='E2HHWLPCNR1I0PLZRMAT77' where id=9;
-update noar tt set b1='KPFBY4BJOM121XBCCCC' where id=9;
-update noar ti set b1='KPFBY4BJOM121XBCCCC' where id=9;
-update noar tt set v0='FEDMAGOB4PM' where id=9;
-update noar ti set v0='FEDMAGOB4PM' where id=9;
-update noar tt set b2='MBBATGZXRRU2P59YLV857SCUWXWWS8T4' where id=9;
-update noar ti set b2='MBBATGZXRRU2P59YLV857SCUWXWWS8T4' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) null,
- b0 tinyblob null,
- b1 longblob null,
- b2 tinyblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='7NSIRRE7PDO090UO532COPA' where id=1;
-update noar ti set v0='7NSIRRE7PDO090UO532COPA' where id=1;
-update noar tt set b0='SX1AT' where id=1;
-update noar ti set b0='SX1AT' where id=1;
-update noar tt set v0='N03ON7YRP8S' where id=1;
-update noar ti set v0='N03ON7YRP8S' where id=1;
-update noar tt set b1='89HJLL11ASIIQCQURM' where id=1;
-update noar ti set b1='89HJLL11ASIIQCQURM' where id=1;
-update noar tt set v0='A4AR7' where id=1;
-update noar ti set v0='A4AR7' where id=1;
-update noar tt set b2='4STMA40VXNVHX21JKMY0U7CRGFV' where id=1;
-update noar ti set b2='4STMA40VXNVHX21JKMY0U7CRGFV' where id=1;
-update noar tt set v0='CNJPQ8M5OOF43FVR565L9Q' where id=2;
-update noar ti set v0='CNJPQ8M5OOF43FVR565L9Q' where id=2;
-update noar tt set b0='P4N9VL314ZEE0KPBL6GMRVFOBWYS1Q4' where id=2;
-update noar ti set b0='P4N9VL314ZEE0KPBL6GMRVFOBWYS1Q4' where id=2;
-update noar tt set v0='FSFE' where id=2;
-update noar ti set v0='FSFE' where id=2;
-update noar tt set b1='B2TJ8GHM7NWEDNHL9KUUL3MX' where id=2;
-update noar ti set b1='B2TJ8GHM7NWEDNHL9KUUL3MX' where id=2;
-update noar tt set v0='UUQ5Z5E0CUX6IYJ8LK1NS' where id=2;
-update noar ti set v0='UUQ5Z5E0CUX6IYJ8LK1NS' where id=2;
-update noar tt set b2='QDH8NG2' where id=2;
-update noar ti set b2='QDH8NG2' where id=2;
-update noar tt set v0='DLVBH3MJV22GPNKA3K37GDENTRPIYXR4' where id=3;
-update noar ti set v0='DLVBH3MJV22GPNKA3K37GDENTRPIYXR4' where id=3;
-update noar tt set b0='3C2VSEMVT8XRBJ9XXS7FCDH' where id=3;
-update noar ti set b0='3C2VSEMVT8XRBJ9XXS7FCDH' where id=3;
-update noar tt set v0='N4LSDCST46CMPHS6QKMYNYUAB4P' where id=3;
-update noar ti set v0='N4LSDCST46CMPHS6QKMYNYUAB4P' where id=3;
-update noar tt set b1='ZINN5OCLXVKHNPTIQC32MEQRVF' where id=3;
-update noar ti set b1='ZINN5OCLXVKHNPTIQC32MEQRVF' where id=3;
-update noar tt set v0='5A' where id=3;
-update noar ti set v0='5A' where id=3;
-update noar tt set b2='MBQZQAJP7GE1BEINRJAX66P5RXLORBJ' where id=3;
-update noar ti set b2='MBQZQAJP7GE1BEINRJAX66P5RXLORBJ' where id=3;
-update noar tt set v0='5IP4Z' where id=4;
-update noar ti set v0='5IP4Z' where id=4;
-update noar tt set b0='F0PJ76HZYMDYELDP' where id=4;
-update noar ti set b0='F0PJ76HZYMDYELDP' where id=4;
-update noar tt set v0='ND3OBZ0QX22Q8T1C3JCUJ7Q970EZB' where id=4;
-update noar ti set v0='ND3OBZ0QX22Q8T1C3JCUJ7Q970EZB' where id=4;
-update noar tt set b1='K4AAQ02SKB1JEGCGIQHQQ59ONPLO' where id=4;
-update noar ti set b1='K4AAQ02SKB1JEGCGIQHQQ59ONPLO' where id=4;
-update noar tt set v0='OA4L81CUX' where id=4;
-update noar ti set v0='OA4L81CUX' where id=4;
-update noar tt set b2='9MH33JRVK3ZAJBAHV820B4EPI' where id=4;
-update noar ti set b2='9MH33JRVK3ZAJBAHV820B4EPI' where id=4;
-update noar tt set v0='NUCA6QW41U1' where id=5;
-update noar ti set v0='NUCA6QW41U1' where id=5;
-update noar tt set b0='W7' where id=5;
-update noar ti set b0='W7' where id=5;
-update noar tt set v0='7CPMRUITWASXS3PY1GRS2GJCL' where id=5;
-update noar ti set v0='7CPMRUITWASXS3PY1GRS2GJCL' where id=5;
-update noar tt set b1='EYP8B4K5TO5MRYM9W9PNOYSH9BVQC0K' where id=5;
-update noar ti set b1='EYP8B4K5TO5MRYM9W9PNOYSH9BVQC0K' where id=5;
-update noar tt set v0='9H' where id=5;
-update noar ti set v0='9H' where id=5;
-update noar tt set b2='VS0M366QSZP3OIJBV7VNVH04' where id=5;
-update noar ti set b2='VS0M366QSZP3OIJBV7VNVH04' where id=5;
-update noar tt set v0='MP' where id=6;
-update noar ti set v0='MP' where id=6;
-update noar tt set b0='FWNPZUJD8QQXS8LU7IVDY1SFESSS04C' where id=6;
-update noar ti set b0='FWNPZUJD8QQXS8LU7IVDY1SFESSS04C' where id=6;
-update noar tt set v0='NIN' where id=6;
-update noar ti set v0='NIN' where id=6;
-update noar tt set b1='G1VN' where id=6;
-update noar ti set b1='G1VN' where id=6;
-update noar tt set v0='5X4A8X9G' where id=6;
-update noar ti set v0='5X4A8X9G' where id=6;
-update noar tt set b2='L4TF1XNRU' where id=6;
-update noar ti set b2='L4TF1XNRU' where id=6;
-update noar tt set v0='CGW4S3OU4X2HWSIAI' where id=7;
-update noar ti set v0='CGW4S3OU4X2HWSIAI' where id=7;
-update noar tt set b0='O8DNPYHHPKAXU6UEHLVQ' where id=7;
-update noar ti set b0='O8DNPYHHPKAXU6UEHLVQ' where id=7;
-update noar tt set v0='RAE20RBAM4QA5NA0IR3G7EJR' where id=7;
-update noar ti set v0='RAE20RBAM4QA5NA0IR3G7EJR' where id=7;
-update noar tt set b1='7J25YMESJRBJIUEPPMIJFYY5EWH3QOZ' where id=7;
-update noar ti set b1='7J25YMESJRBJIUEPPMIJFYY5EWH3QOZ' where id=7;
-update noar tt set v0='VXXDJWEH6L0Q37VZH4' where id=7;
-update noar ti set v0='VXXDJWEH6L0Q37VZH4' where id=7;
-update noar tt set b2='IEAF28JH6ZODZE1RH1ADTRS6P84Q9' where id=7;
-update noar ti set b2='IEAF28JH6ZODZE1RH1ADTRS6P84Q9' where id=7;
-update noar tt set v0='9FM9F4HES3IDD1' where id=8;
-update noar ti set v0='9FM9F4HES3IDD1' where id=8;
-update noar tt set b0='1GSA50TRBY1A' where id=8;
-update noar ti set b0='1GSA50TRBY1A' where id=8;
-update noar tt set v0='GPKEQ6JDN3EJ' where id=8;
-update noar ti set v0='GPKEQ6JDN3EJ' where id=8;
-update noar tt set b1='HMCACD3NLDLBM' where id=8;
-update noar ti set b1='HMCACD3NLDLBM' where id=8;
-update noar tt set v0='Z603RQ186GKQSMCEEGWCS91F' where id=8;
-update noar ti set v0='Z603RQ186GKQSMCEEGWCS91F' where id=8;
-update noar tt set b2='N7LL9Q1GGC44BJ0U' where id=8;
-update noar ti set b2='N7LL9Q1GGC44BJ0U' where id=8;
-update noar tt set v0='KRQ2CIRE' where id=9;
-update noar ti set v0='KRQ2CIRE' where id=9;
-update noar tt set b0='0HT9ZF' where id=9;
-update noar ti set b0='0HT9ZF' where id=9;
-update noar tt set v0='IDM27YTA1K3D9HOGAZ' where id=9;
-update noar ti set v0='IDM27YTA1K3D9HOGAZ' where id=9;
-update noar tt set b1='NG5LFG7C0IR0J' where id=9;
-update noar ti set b1='NG5LFG7C0IR0J' where id=9;
-update noar tt set v0='83UF3JY7X03WD4KBHVN4JJA7HU4' where id=9;
-update noar ti set v0='83UF3JY7X03WD4KBHVN4JJA7HU4' where id=9;
-update noar tt set b2='A7VR9468YV1K7NQ83D4QW' where id=9;
-update noar ti set b2='A7VR9468YV1K7NQ83D4QW' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) null,
- b0 tinyblob null,
- b1 longblob null,
- b2 tinyblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='F2G0ANRRZDXN3D4FFNC' where id=1;
-update noar ti set v0='F2G0ANRRZDXN3D4FFNC' where id=1;
-update noar tt set b0='RUZV3AR7JIM1O52' where id=1;
-update noar ti set b0='RUZV3AR7JIM1O52' where id=1;
-update noar tt set v0='59UDFGL51M92PCG8O6804M7B0Z8QQ0' where id=1;
-update noar ti set v0='59UDFGL51M92PCG8O6804M7B0Z8QQ0' where id=1;
-update noar tt set b1='LUMO2HT0IAWOA59X6X6' where id=1;
-update noar ti set b1='LUMO2HT0IAWOA59X6X6' where id=1;
-update noar tt set v0='QXKFTUV6ZV4D6BQ' where id=1;
-update noar ti set v0='QXKFTUV6ZV4D6BQ' where id=1;
-update noar tt set b2='SE8WE0ZRY65IKZ895HX41WXKA' where id=1;
-update noar ti set b2='SE8WE0ZRY65IKZ895HX41WXKA' where id=1;
-update noar tt set v0='XQ7F80R840L815GP6MFV07OD0U9K1VY' where id=2;
-update noar ti set v0='XQ7F80R840L815GP6MFV07OD0U9K1VY' where id=2;
-update noar tt set b0='0EVJPQXQTW7Z' where id=2;
-update noar ti set b0='0EVJPQXQTW7Z' where id=2;
-update noar tt set v0='SH' where id=2;
-update noar ti set v0='SH' where id=2;
-update noar tt set b1='9E6QCLPTOE7BM' where id=2;
-update noar ti set b1='9E6QCLPTOE7BM' where id=2;
-update noar tt set v0='V7E1KX6HZKTERI90R9H' where id=2;
-update noar ti set v0='V7E1KX6HZKTERI90R9H' where id=2;
-update noar tt set b2='4343FP2BN3JCXP8BJOBSFM08RD7W6JH' where id=2;
-update noar ti set b2='4343FP2BN3JCXP8BJOBSFM08RD7W6JH' where id=2;
-update noar tt set v0='3YT' where id=3;
-update noar ti set v0='3YT' where id=3;
-update noar tt set b0='J0R9J071UFTZRFQBIV' where id=3;
-update noar ti set b0='J0R9J071UFTZRFQBIV' where id=3;
-update noar tt set v0='DY7R66U21GBF7H' where id=3;
-update noar ti set v0='DY7R66U21GBF7H' where id=3;
-update noar tt set b1='21ZAX0DMZ8EYSO8C372P80ULM' where id=3;
-update noar ti set b1='21ZAX0DMZ8EYSO8C372P80ULM' where id=3;
-update noar tt set v0='JLYNG0GO4GDX' where id=3;
-update noar ti set v0='JLYNG0GO4GDX' where id=3;
-update noar tt set b2='XSEEWBUBJIT889CWKKT3V' where id=3;
-update noar ti set b2='XSEEWBUBJIT889CWKKT3V' where id=3;
-update noar tt set v0='MIC2UB2IYTMJIIDM5YR' where id=4;
-update noar ti set v0='MIC2UB2IYTMJIIDM5YR' where id=4;
-update noar tt set b0='6MO92TRDPABU' where id=4;
-update noar ti set b0='6MO92TRDPABU' where id=4;
-update noar tt set v0='LUDE4FOMKEMAIAPU25V38WG' where id=4;
-update noar ti set v0='LUDE4FOMKEMAIAPU25V38WG' where id=4;
-update noar tt set b1='B539UQP1' where id=4;
-update noar ti set b1='B539UQP1' where id=4;
-update noar tt set v0='W80LXAGKMIIKDMLCA86V374D' where id=4;
-update noar ti set v0='W80LXAGKMIIKDMLCA86V374D' where id=4;
-update noar tt set b2='U1SC08Z' where id=4;
-update noar ti set b2='U1SC08Z' where id=4;
-update noar tt set v0='3GUHJWCANWBT7DRLUL0O' where id=5;
-update noar ti set v0='3GUHJWCANWBT7DRLUL0O' where id=5;
-update noar tt set b0='31FMH4K8' where id=5;
-update noar ti set b0='31FMH4K8' where id=5;
-update noar tt set v0='EEBKZDI4Z5ZD5EVY4WSG9' where id=5;
-update noar ti set v0='EEBKZDI4Z5ZD5EVY4WSG9' where id=5;
-update noar tt set b1='WLRJTIWA4U8IWTAIT5DBCAF' where id=5;
-update noar ti set b1='WLRJTIWA4U8IWTAIT5DBCAF' where id=5;
-update noar tt set v0='U2D1EB4WWYI6XBAFVLXTXF3VD8X0' where id=5;
-update noar ti set v0='U2D1EB4WWYI6XBAFVLXTXF3VD8X0' where id=5;
-update noar tt set b2='ETUW9U7OIZV04B9X5QR47' where id=5;
-update noar ti set b2='ETUW9U7OIZV04B9X5QR47' where id=5;
-update noar tt set v0='V9OVZF75BGPQF' where id=6;
-update noar ti set v0='V9OVZF75BGPQF' where id=6;
-update noar tt set b0='O4USARXBMSLAUMT3Z2' where id=6;
-update noar ti set b0='O4USARXBMSLAUMT3Z2' where id=6;
-update noar tt set v0='S' where id=6;
-update noar ti set v0='S' where id=6;
-update noar tt set b1='X1N47' where id=6;
-update noar ti set b1='X1N47' where id=6;
-update noar tt set v0='ZN3YFSON7Z3TY6SZXH09' where id=6;
-update noar ti set v0='ZN3YFSON7Z3TY6SZXH09' where id=6;
-update noar tt set b2='X0ILJWFPQ' where id=6;
-update noar ti set b2='X0ILJWFPQ' where id=6;
-update noar tt set v0='1QLFW9CL7BMT97T6LDW' where id=7;
-update noar ti set v0='1QLFW9CL7BMT97T6LDW' where id=7;
-update noar tt set b0='W5BW075XNE51' where id=7;
-update noar ti set b0='W5BW075XNE51' where id=7;
-update noar tt set v0='U79QMV33OU' where id=7;
-update noar ti set v0='U79QMV33OU' where id=7;
-update noar tt set b1='VQYEN3C9V4WKH158NI9B9XXO' where id=7;
-update noar ti set b1='VQYEN3C9V4WKH158NI9B9XXO' where id=7;
-update noar tt set v0='QOGJE1JD52Q' where id=7;
-update noar ti set v0='QOGJE1JD52Q' where id=7;
-update noar tt set b2='AOG6H' where id=7;
-update noar ti set b2='AOG6H' where id=7;
-update noar tt set v0='EXKDQW53D' where id=8;
-update noar ti set v0='EXKDQW53D' where id=8;
-update noar tt set b0='8DO6JVYMT6WHBPHEWU' where id=8;
-update noar ti set b0='8DO6JVYMT6WHBPHEWU' where id=8;
-update noar tt set v0='4MPSGJFPHGLMLJA4O' where id=8;
-update noar ti set v0='4MPSGJFPHGLMLJA4O' where id=8;
-update noar tt set b1='BF8S1V9QSSY' where id=8;
-update noar ti set b1='BF8S1V9QSSY' where id=8;
-update noar tt set v0='TK0RXP9B9UX6U2HH5Z' where id=8;
-update noar ti set v0='TK0RXP9B9UX6U2HH5Z' where id=8;
-update noar tt set b2='H7VMWTB517LSTLC81CQ' where id=8;
-update noar ti set b2='H7VMWTB517LSTLC81CQ' where id=8;
-update noar tt set v0='DMU3ZIU56SRXS6FPFPK' where id=9;
-update noar ti set v0='DMU3ZIU56SRXS6FPFPK' where id=9;
-update noar tt set b0='UX7KVYM0N0M95O9PEZEGVUBW' where id=9;
-update noar ti set b0='UX7KVYM0N0M95O9PEZEGVUBW' where id=9;
-update noar tt set v0='8MW67DCKDMWV7O9LWOZ9XT' where id=9;
-update noar ti set v0='8MW67DCKDMWV7O9LWOZ9XT' where id=9;
-update noar tt set b1='XPRPASTTAAY42U64R24J47B' where id=9;
-update noar ti set b1='XPRPASTTAAY42U64R24J47B' where id=9;
-update noar tt set v0='CP6YERJLIPJXMW55SGO31TTO' where id=9;
-update noar ti set v0='CP6YERJLIPJXMW55SGO31TTO' where id=9;
-update noar tt set b2='U' where id=9;
-update noar ti set b2='U' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) not null,
- b0 tinyblob not null,
- b1 longblob not null,
- b2 tinyblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='GA4XSR9G0Z278E' where id=1;
-update noar ti set v0='GA4XSR9G0Z278E' where id=1;
-update noar tt set b0='TEMR3FDD' where id=1;
-update noar ti set b0='TEMR3FDD' where id=1;
-update noar tt set v0='SXZ7LDMEV1V2B3IZ0H37QK1XVKEKLG' where id=1;
-update noar ti set v0='SXZ7LDMEV1V2B3IZ0H37QK1XVKEKLG' where id=1;
-update noar tt set b1='D06Y0' where id=1;
-update noar ti set b1='D06Y0' where id=1;
-update noar tt set v0='S' where id=1;
-update noar ti set v0='S' where id=1;
-update noar tt set b2='20J9T1RKH7RJQVCM16OAVBF' where id=1;
-update noar ti set b2='20J9T1RKH7RJQVCM16OAVBF' where id=1;
-update noar tt set v0='LTC36CHJHB7KHR1ZDCW0SHY' where id=2;
-update noar ti set v0='LTC36CHJHB7KHR1ZDCW0SHY' where id=2;
-update noar tt set b0='A14Z7NYHDE14' where id=2;
-update noar ti set b0='A14Z7NYHDE14' where id=2;
-update noar tt set v0='JL2VIF22GD2CI7A8UN60AVDNE' where id=2;
-update noar ti set v0='JL2VIF22GD2CI7A8UN60AVDNE' where id=2;
-update noar tt set b1='HO9MK5ALLTQC' where id=2;
-update noar ti set b1='HO9MK5ALLTQC' where id=2;
-update noar tt set v0='UN68P4J1BF90QK1NUM20LWJFDN4SO' where id=2;
-update noar ti set v0='UN68P4J1BF90QK1NUM20LWJFDN4SO' where id=2;
-update noar tt set b2='ZGXMKN85YUB05XWMS76C5IY5X' where id=2;
-update noar ti set b2='ZGXMKN85YUB05XWMS76C5IY5X' where id=2;
-update noar tt set v0='VYX70NNZ' where id=3;
-update noar ti set v0='VYX70NNZ' where id=3;
-update noar tt set b0='8N4BD6CL49ZP1WM235HXJ49PFN1E' where id=3;
-update noar ti set b0='8N4BD6CL49ZP1WM235HXJ49PFN1E' where id=3;
-update noar tt set v0='SVHRUJ54CPM9V3VUZ5E2' where id=3;
-update noar ti set v0='SVHRUJ54CPM9V3VUZ5E2' where id=3;
-update noar tt set b1='E1FLSM' where id=3;
-update noar ti set b1='E1FLSM' where id=3;
-update noar tt set v0='VGQ1VZCNBLB2N88GZ0OYOO4I9I' where id=3;
-update noar ti set v0='VGQ1VZCNBLB2N88GZ0OYOO4I9I' where id=3;
-update noar tt set b2='33MZ9BRILUC46PAPTRAJY5UTC2D' where id=3;
-update noar ti set b2='33MZ9BRILUC46PAPTRAJY5UTC2D' where id=3;
-update noar tt set v0='D5M58L256U4RE2ZJAQUO3LXHY01PQH1G' where id=4;
-update noar ti set v0='D5M58L256U4RE2ZJAQUO3LXHY01PQH1G' where id=4;
-update noar tt set b0='OACS3LL439BRLI8QIBOC0RAKO' where id=4;
-update noar ti set b0='OACS3LL439BRLI8QIBOC0RAKO' where id=4;
-update noar tt set v0='XQ0UVE0YG4178G1CODVZFZG6Z' where id=4;
-update noar ti set v0='XQ0UVE0YG4178G1CODVZFZG6Z' where id=4;
-update noar tt set b1='XBH3M' where id=4;
-update noar ti set b1='XBH3M' where id=4;
-update noar tt set v0='F0LCQLBN08IM8PTNGP9HLWM28T' where id=4;
-update noar ti set v0='F0LCQLBN08IM8PTNGP9HLWM28T' where id=4;
-update noar tt set b2='9E0QDDOZ70BV7J4GPWUMTPCXWY' where id=4;
-update noar ti set b2='9E0QDDOZ70BV7J4GPWUMTPCXWY' where id=4;
-update noar tt set v0='19728D9MCS4' where id=5;
-update noar ti set v0='19728D9MCS4' where id=5;
-update noar tt set b0='5EHQWZ96F06AO9F2HO9Z6SYYCFC' where id=5;
-update noar ti set b0='5EHQWZ96F06AO9F2HO9Z6SYYCFC' where id=5;
-update noar tt set v0='RMWZ03T59S5ROOWWL4SO' where id=5;
-update noar ti set v0='RMWZ03T59S5ROOWWL4SO' where id=5;
-update noar tt set b1='3Z8GHUM0Y69R5UD5E4PWUH8HSD' where id=5;
-update noar ti set b1='3Z8GHUM0Y69R5UD5E4PWUH8HSD' where id=5;
-update noar tt set v0='E7UYXZ2B1SBHJ5YI5QT1KOK8DF' where id=5;
-update noar ti set v0='E7UYXZ2B1SBHJ5YI5QT1KOK8DF' where id=5;
-update noar tt set b2='0CDF8CJ76JCIX' where id=5;
-update noar ti set b2='0CDF8CJ76JCIX' where id=5;
-update noar tt set v0='S047S' where id=6;
-update noar ti set v0='S047S' where id=6;
-update noar tt set b0='2UAAT5D6ZDM46WZG78ULDC' where id=6;
-update noar ti set b0='2UAAT5D6ZDM46WZG78ULDC' where id=6;
-update noar tt set v0='DEB4J06NZKCOT8UV' where id=6;
-update noar ti set v0='DEB4J06NZKCOT8UV' where id=6;
-update noar tt set b1='SZEZR' where id=6;
-update noar ti set b1='SZEZR' where id=6;
-update noar tt set v0='A0CL8JG7AUL35' where id=6;
-update noar ti set v0='A0CL8JG7AUL35' where id=6;
-update noar tt set b2='J1' where id=6;
-update noar ti set b2='J1' where id=6;
-update noar tt set v0='9TA9ASJL9' where id=7;
-update noar ti set v0='9TA9ASJL9' where id=7;
-update noar tt set b0='03JPTBPKLNB1G54Y3UKFPKSX989Y' where id=7;
-update noar ti set b0='03JPTBPKLNB1G54Y3UKFPKSX989Y' where id=7;
-update noar tt set v0='MN9SKRX9DBQ2X8SY6B3HGMIFF' where id=7;
-update noar ti set v0='MN9SKRX9DBQ2X8SY6B3HGMIFF' where id=7;
-update noar tt set b1='9HB6957204TVPI1PJZIBAFHVMTXHG8' where id=7;
-update noar ti set b1='9HB6957204TVPI1PJZIBAFHVMTXHG8' where id=7;
-update noar tt set v0='TAD6DCQDGFSCOQMND7KFTHQEOO0T3' where id=7;
-update noar ti set v0='TAD6DCQDGFSCOQMND7KFTHQEOO0T3' where id=7;
-update noar tt set b2='VSD39SUUD' where id=7;
-update noar ti set b2='VSD39SUUD' where id=7;
-update noar tt set v0='N7DJLUZCRODL6MPDJF5N1U2MF3PPD5D' where id=8;
-update noar ti set v0='N7DJLUZCRODL6MPDJF5N1U2MF3PPD5D' where id=8;
-update noar tt set b0='GN3AEOJEFP12IT2Q5D786' where id=8;
-update noar ti set b0='GN3AEOJEFP12IT2Q5D786' where id=8;
-update noar tt set v0='BY0TR3KHUS' where id=8;
-update noar ti set v0='BY0TR3KHUS' where id=8;
-update noar tt set b1='PTP14D3R2FFALR7' where id=8;
-update noar ti set b1='PTP14D3R2FFALR7' where id=8;
-update noar tt set v0='L08T52YFXB3KCDBLNJ3PTQ99R1PI' where id=8;
-update noar ti set v0='L08T52YFXB3KCDBLNJ3PTQ99R1PI' where id=8;
-update noar tt set b2='5ADFE3ZKBHV7' where id=8;
-update noar ti set b2='5ADFE3ZKBHV7' where id=8;
-update noar tt set v0='DCEEB3ZJBY' where id=9;
-update noar ti set v0='DCEEB3ZJBY' where id=9;
-update noar tt set b0='N7IUX' where id=9;
-update noar ti set b0='N7IUX' where id=9;
-update noar tt set v0='VCHGPT' where id=9;
-update noar ti set v0='VCHGPT' where id=9;
-update noar tt set b1='I45GLXSBV3BX77OWMLZPM2K4GQIE' where id=9;
-update noar ti set b1='I45GLXSBV3BX77OWMLZPM2K4GQIE' where id=9;
-update noar tt set v0='UKEUMOA2CZBCJQQ1E3XV4R' where id=9;
-update noar ti set v0='UKEUMOA2CZBCJQQ1E3XV4R' where id=9;
-update noar tt set b2='A74Z0BJGH' where id=9;
-update noar ti set b2='A74Z0BJGH' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) not null,
- b0 tinyblob not null,
- b1 longblob not null,
- b2 tinyblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='RHX6ZSEPWDD180CGDNX2ANY4L6MVRZ2' where id=1;
-update noar ti set v0='RHX6ZSEPWDD180CGDNX2ANY4L6MVRZ2' where id=1;
-update noar tt set b0='SI7' where id=1;
-update noar ti set b0='SI7' where id=1;
-update noar tt set v0='Z95A' where id=1;
-update noar ti set v0='Z95A' where id=1;
-update noar tt set b1='XMMOVC3LW7MB1GHC7FML31A640CG' where id=1;
-update noar ti set b1='XMMOVC3LW7MB1GHC7FML31A640CG' where id=1;
-update noar tt set v0='F02EU' where id=1;
-update noar ti set v0='F02EU' where id=1;
-update noar tt set b2='JKWK22SXMSVES6SL311FRL62PRSHWK' where id=1;
-update noar ti set b2='JKWK22SXMSVES6SL311FRL62PRSHWK' where id=1;
-update noar tt set v0='A0QIZ6RB9BER48PW9XFIN' where id=2;
-update noar ti set v0='A0QIZ6RB9BER48PW9XFIN' where id=2;
-update noar tt set b0='ZP5UWW' where id=2;
-update noar ti set b0='ZP5UWW' where id=2;
-update noar tt set v0='7AW12LPSV3PBNK1BWQ8EXJT86' where id=2;
-update noar ti set v0='7AW12LPSV3PBNK1BWQ8EXJT86' where id=2;
-update noar tt set b1='V2LS' where id=2;
-update noar ti set b1='V2LS' where id=2;
-update noar tt set v0='1HPC7O56RS' where id=2;
-update noar ti set v0='1HPC7O56RS' where id=2;
-update noar tt set b2='2PI' where id=2;
-update noar ti set b2='2PI' where id=2;
-update noar tt set v0='05OYNJDEW43LOKF35I8QQKT1' where id=3;
-update noar ti set v0='05OYNJDEW43LOKF35I8QQKT1' where id=3;
-update noar tt set b0='AD' where id=3;
-update noar ti set b0='AD' where id=3;
-update noar tt set v0='HAQ2W' where id=3;
-update noar ti set v0='HAQ2W' where id=3;
-update noar tt set b1='0L5BOQQDOPLA6RFIQCUF1R9G86BQVH64' where id=3;
-update noar ti set b1='0L5BOQQDOPLA6RFIQCUF1R9G86BQVH64' where id=3;
-update noar tt set v0='W7YAHULSVIZN' where id=3;
-update noar ti set v0='W7YAHULSVIZN' where id=3;
-update noar tt set b2='MELO6E1P5A0PRF9E8VIV7DQ9' where id=3;
-update noar ti set b2='MELO6E1P5A0PRF9E8VIV7DQ9' where id=3;
-update noar tt set v0='8' where id=4;
-update noar ti set v0='8' where id=4;
-update noar tt set b0='Z35O2JHUSNVD4M9OLS7IKLZ31XIKSZK8' where id=4;
-update noar ti set b0='Z35O2JHUSNVD4M9OLS7IKLZ31XIKSZK8' where id=4;
-update noar tt set v0='X6PSJ48A1HL' where id=4;
-update noar ti set v0='X6PSJ48A1HL' where id=4;
-update noar tt set b1='EZNSOAW8EVHWU1MIE' where id=4;
-update noar ti set b1='EZNSOAW8EVHWU1MIE' where id=4;
-update noar tt set v0='F7S5LV11CKC0U3IM' where id=4;
-update noar ti set v0='F7S5LV11CKC0U3IM' where id=4;
-update noar tt set b2='3Y8D922DCGB3PH37VOH030VJ56P5IT' where id=4;
-update noar ti set b2='3Y8D922DCGB3PH37VOH030VJ56P5IT' where id=4;
-update noar tt set v0='ZE1ZSJWS3GCH' where id=5;
-update noar ti set v0='ZE1ZSJWS3GCH' where id=5;
-update noar tt set b0='PCZDZTQDK430MZCCM3ED4' where id=5;
-update noar ti set b0='PCZDZTQDK430MZCCM3ED4' where id=5;
-update noar tt set v0='HN2Z9DSE02K9MU2HY42JS0DN' where id=5;
-update noar ti set v0='HN2Z9DSE02K9MU2HY42JS0DN' where id=5;
-update noar tt set b1='LN30P564TPXKP' where id=5;
-update noar ti set b1='LN30P564TPXKP' where id=5;
-update noar tt set v0='QS6PSAF6OG0L583UJ' where id=5;
-update noar ti set v0='QS6PSAF6OG0L583UJ' where id=5;
-update noar tt set b2='MX' where id=5;
-update noar ti set b2='MX' where id=5;
-update noar tt set v0='72J8TF5LRK6XC8AKD438HXCI4L' where id=6;
-update noar ti set v0='72J8TF5LRK6XC8AKD438HXCI4L' where id=6;
-update noar tt set b0='Z8TXQHOD' where id=6;
-update noar ti set b0='Z8TXQHOD' where id=6;
-update noar tt set v0='FAUAR4GWV1M1HHIXYVQ1' where id=6;
-update noar ti set v0='FAUAR4GWV1M1HHIXYVQ1' where id=6;
-update noar tt set b1='FUX4LNKYFX1' where id=6;
-update noar ti set b1='FUX4LNKYFX1' where id=6;
-update noar tt set v0='JSZMC2BR1W5EQ3P' where id=6;
-update noar ti set v0='JSZMC2BR1W5EQ3P' where id=6;
-update noar tt set b2='8LT9TI' where id=6;
-update noar ti set b2='8LT9TI' where id=6;
-update noar tt set v0='NUERFXT5L7YF9A' where id=7;
-update noar ti set v0='NUERFXT5L7YF9A' where id=7;
-update noar tt set b0='RHIM46ID550YIE940WF819NFVU6' where id=7;
-update noar ti set b0='RHIM46ID550YIE940WF819NFVU6' where id=7;
-update noar tt set v0='5QIFBBQ8NXLZPVQRJAIAN7TZ2' where id=7;
-update noar ti set v0='5QIFBBQ8NXLZPVQRJAIAN7TZ2' where id=7;
-update noar tt set b1='YO9LBZV13IGKDV' where id=7;
-update noar ti set b1='YO9LBZV13IGKDV' where id=7;
-update noar tt set v0='ZCKKDV' where id=7;
-update noar ti set v0='ZCKKDV' where id=7;
-update noar tt set b2='PWFQBE96O4SM24UFVMUL70WGQR' where id=7;
-update noar ti set b2='PWFQBE96O4SM24UFVMUL70WGQR' where id=7;
-update noar tt set v0='PPW0557YUDC1V3JEI' where id=8;
-update noar ti set v0='PPW0557YUDC1V3JEI' where id=8;
-update noar tt set b0='1GBHWSS8HEAMGQE' where id=8;
-update noar ti set b0='1GBHWSS8HEAMGQE' where id=8;
-update noar tt set v0='L' where id=8;
-update noar ti set v0='L' where id=8;
-update noar tt set b1='KNJ64RW2F3D3F5C2VR8453SYJ' where id=8;
-update noar ti set b1='KNJ64RW2F3D3F5C2VR8453SYJ' where id=8;
-update noar tt set v0='FMUI1JLJ2UOP5JTF7Z' where id=8;
-update noar ti set v0='FMUI1JLJ2UOP5JTF7Z' where id=8;
-update noar tt set b2='OJMB9J9ASHW408KK7X5KJ7NT5L9KKUW' where id=8;
-update noar ti set b2='OJMB9J9ASHW408KK7X5KJ7NT5L9KKUW' where id=8;
-update noar tt set v0='5ZAQVJGR0FF9L2KJK' where id=9;
-update noar ti set v0='5ZAQVJGR0FF9L2KJK' where id=9;
-update noar tt set b0='J1EZ6F00EDN8JHDQ' where id=9;
-update noar ti set b0='J1EZ6F00EDN8JHDQ' where id=9;
-update noar tt set v0='JHHUV1NTE0GRIULJ1OCTW3R7OWE' where id=9;
-update noar ti set v0='JHHUV1NTE0GRIULJ1OCTW3R7OWE' where id=9;
-update noar tt set b1='Z' where id=9;
-update noar ti set b1='Z' where id=9;
-update noar tt set v0='MH6LDXE5053QJY5CP3' where id=9;
-update noar ti set v0='MH6LDXE5053QJY5CP3' where id=9;
-update noar tt set b2='024K7PZ8XQBVSKCH' where id=9;
-update noar ti set b2='024K7PZ8XQBVSKCH' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) null,
- b0 tinyblob null,
- b1 longblob null,
- b2 blob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='3TALMJEYUL3XVZWSI7H4LOG5B8NB9' where id=1;
-update noar ti set v0='3TALMJEYUL3XVZWSI7H4LOG5B8NB9' where id=1;
-update noar tt set b0='ZD5' where id=1;
-update noar ti set b0='ZD5' where id=1;
-update noar tt set v0='FC4DBP6K33E5XYCUY5B5IVTYVJ' where id=1;
-update noar ti set v0='FC4DBP6K33E5XYCUY5B5IVTYVJ' where id=1;
-update noar tt set b1='ZJ0Q56' where id=1;
-update noar ti set b1='ZJ0Q56' where id=1;
-update noar tt set v0='1PDOQ4MJJPZF2DA5LKYDX' where id=1;
-update noar ti set v0='1PDOQ4MJJPZF2DA5LKYDX' where id=1;
-update noar tt set b2='6M' where id=1;
-update noar ti set b2='6M' where id=1;
-update noar tt set v0='NJMF27L482YFB4' where id=2;
-update noar ti set v0='NJMF27L482YFB4' where id=2;
-update noar tt set b0='Q8X6R56GI5HTNHSOY22485RKT' where id=2;
-update noar ti set b0='Q8X6R56GI5HTNHSOY22485RKT' where id=2;
-update noar tt set v0='WX2UGT' where id=2;
-update noar ti set v0='WX2UGT' where id=2;
-update noar tt set b1='MBXN' where id=2;
-update noar ti set b1='MBXN' where id=2;
-update noar tt set v0='JER6ANLDH74K352P' where id=2;
-update noar ti set v0='JER6ANLDH74K352P' where id=2;
-update noar tt set b2='89SH17DPU15DWFA8A8M90SFDLS4WC' where id=2;
-update noar ti set b2='89SH17DPU15DWFA8A8M90SFDLS4WC' where id=2;
-update noar tt set v0='CJOK8J430TWBC' where id=3;
-update noar ti set v0='CJOK8J430TWBC' where id=3;
-update noar tt set b0='BGJZL25W5BPD3BXNEYKQ7ZJK8KE' where id=3;
-update noar ti set b0='BGJZL25W5BPD3BXNEYKQ7ZJK8KE' where id=3;
-update noar tt set v0='1LI25' where id=3;
-update noar ti set v0='1LI25' where id=3;
-update noar tt set b1='PK2SEUOKCJNTQJGL' where id=3;
-update noar ti set b1='PK2SEUOKCJNTQJGL' where id=3;
-update noar tt set v0='TTRMTRTC' where id=3;
-update noar ti set v0='TTRMTRTC' where id=3;
-update noar tt set b2='ON6G2O3V07RW777B8VBP' where id=3;
-update noar ti set b2='ON6G2O3V07RW777B8VBP' where id=3;
-update noar tt set v0='PVYFTZ7M3UZWX44QV8HSXO8AC5EHBK5' where id=4;
-update noar ti set v0='PVYFTZ7M3UZWX44QV8HSXO8AC5EHBK5' where id=4;
-update noar tt set b0='AICM6Q7EVUXJPPPQGZS' where id=4;
-update noar ti set b0='AICM6Q7EVUXJPPPQGZS' where id=4;
-update noar tt set v0='S59B8H97M9YHLF3BR0ATIM7RQJSJ2LL' where id=4;
-update noar ti set v0='S59B8H97M9YHLF3BR0ATIM7RQJSJ2LL' where id=4;
-update noar tt set b1='IJAYTD8WDYPV1B' where id=4;
-update noar ti set b1='IJAYTD8WDYPV1B' where id=4;
-update noar tt set v0='IX2IS2P9DA9WK872' where id=4;
-update noar ti set v0='IX2IS2P9DA9WK872' where id=4;
-update noar tt set b2='C' where id=4;
-update noar ti set b2='C' where id=4;
-update noar tt set v0='CJOCR90MH9JQ8D' where id=5;
-update noar ti set v0='CJOCR90MH9JQ8D' where id=5;
-update noar tt set b0='M0XN1R6D' where id=5;
-update noar ti set b0='M0XN1R6D' where id=5;
-update noar tt set v0='A7W3X0Y0QKHU' where id=5;
-update noar ti set v0='A7W3X0Y0QKHU' where id=5;
-update noar tt set b1='AWTGHB5SWCU4LD' where id=5;
-update noar ti set b1='AWTGHB5SWCU4LD' where id=5;
-update noar tt set v0='HF3JFPAZEGZ1D' where id=5;
-update noar ti set v0='HF3JFPAZEGZ1D' where id=5;
-update noar tt set b2='ESW87EBUDE' where id=5;
-update noar ti set b2='ESW87EBUDE' where id=5;
-update noar tt set v0='M9' where id=6;
-update noar ti set v0='M9' where id=6;
-update noar tt set b0='01BL1PGPWRO' where id=6;
-update noar ti set b0='01BL1PGPWRO' where id=6;
-update noar tt set v0='J96OL2QIUN2TW69N4VUOZR' where id=6;
-update noar ti set v0='J96OL2QIUN2TW69N4VUOZR' where id=6;
-update noar tt set b1='J6NBMDM4L3IR3W3TF1KSAW9WGRX4' where id=6;
-update noar ti set b1='J6NBMDM4L3IR3W3TF1KSAW9WGRX4' where id=6;
-update noar tt set v0='WEDXHHK9NGV6F2MK4N8O' where id=6;
-update noar ti set v0='WEDXHHK9NGV6F2MK4N8O' where id=6;
-update noar tt set b2='UI9VZ97888W9U9I1ATYP9ILSYQB' where id=6;
-update noar ti set b2='UI9VZ97888W9U9I1ATYP9ILSYQB' where id=6;
-update noar tt set v0='UVBH0R7QFXO8Q9DA7AVGW' where id=7;
-update noar ti set v0='UVBH0R7QFXO8Q9DA7AVGW' where id=7;
-update noar tt set b0='C7G734CC8APAQU19W' where id=7;
-update noar ti set b0='C7G734CC8APAQU19W' where id=7;
-update noar tt set v0='EG' where id=7;
-update noar ti set v0='EG' where id=7;
-update noar tt set b1='H344WC1PKOUFI' where id=7;
-update noar ti set b1='H344WC1PKOUFI' where id=7;
-update noar tt set v0='01Q0UMR8SZ65S3FZCZ6PQL' where id=7;
-update noar ti set v0='01Q0UMR8SZ65S3FZCZ6PQL' where id=7;
-update noar tt set b2='8A' where id=7;
-update noar ti set b2='8A' where id=7;
-update noar tt set v0='GSS1TMSTG2UK7D2SJ7MRTBX0VSJ1IT' where id=8;
-update noar ti set v0='GSS1TMSTG2UK7D2SJ7MRTBX0VSJ1IT' where id=8;
-update noar tt set b0='N0AWR0KUY6C6FZJN00J08YH9UELJBGPY' where id=8;
-update noar ti set b0='N0AWR0KUY6C6FZJN00J08YH9UELJBGPY' where id=8;
-update noar tt set v0='26A7IIPNZ6030EH336IOI09DIRV' where id=8;
-update noar ti set v0='26A7IIPNZ6030EH336IOI09DIRV' where id=8;
-update noar tt set b1='AU' where id=8;
-update noar ti set b1='AU' where id=8;
-update noar tt set v0='YBTE4ZO' where id=8;
-update noar ti set v0='YBTE4ZO' where id=8;
-update noar tt set b2='H' where id=8;
-update noar ti set b2='H' where id=8;
-update noar tt set v0='9C5BLT0VXJ79UL' where id=9;
-update noar ti set v0='9C5BLT0VXJ79UL' where id=9;
-update noar tt set b0='QDRBV6WR9LGS' where id=9;
-update noar ti set b0='QDRBV6WR9LGS' where id=9;
-update noar tt set v0='R47BDLVJW298YO98WWLFZE6R8P' where id=9;
-update noar ti set v0='R47BDLVJW298YO98WWLFZE6R8P' where id=9;
-update noar tt set b1='8OBMNVTOYCIVM' where id=9;
-update noar ti set b1='8OBMNVTOYCIVM' where id=9;
-update noar tt set v0='G8PRUEWJJQ4S4VMVL146KK21F' where id=9;
-update noar ti set v0='G8PRUEWJJQ4S4VMVL146KK21F' where id=9;
-update noar tt set b2='AP8A8R75IK6X5' where id=9;
-update noar ti set b2='AP8A8R75IK6X5' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) null,
- b0 tinyblob null,
- b1 longblob null,
- b2 blob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='ZBR1RZH5RUAB9ZF0E65R' where id=1;
-update noar ti set v0='ZBR1RZH5RUAB9ZF0E65R' where id=1;
-update noar tt set b0='C2X2' where id=1;
-update noar ti set b0='C2X2' where id=1;
-update noar tt set v0='A9Y1CUFPYLMJN1K6TGVT3N0SFR3' where id=1;
-update noar ti set v0='A9Y1CUFPYLMJN1K6TGVT3N0SFR3' where id=1;
-update noar tt set b1='31CY2Y3K6S6CJK' where id=1;
-update noar ti set b1='31CY2Y3K6S6CJK' where id=1;
-update noar tt set v0='F96F4D0HIC7BE52' where id=1;
-update noar ti set v0='F96F4D0HIC7BE52' where id=1;
-update noar tt set b2='39OLOE6J36V8AK47L6M2' where id=1;
-update noar ti set b2='39OLOE6J36V8AK47L6M2' where id=1;
-update noar tt set v0='PBF2LOHM5GG1ZW3X6R8OVHTHDX' where id=2;
-update noar ti set v0='PBF2LOHM5GG1ZW3X6R8OVHTHDX' where id=2;
-update noar tt set b0='B56' where id=2;
-update noar ti set b0='B56' where id=2;
-update noar tt set v0='6BH0DT56RVDK0GI2ZJVQDE9T' where id=2;
-update noar ti set v0='6BH0DT56RVDK0GI2ZJVQDE9T' where id=2;
-update noar tt set b1='F' where id=2;
-update noar ti set b1='F' where id=2;
-update noar tt set v0='K2JYX5OEGDKV' where id=2;
-update noar ti set v0='K2JYX5OEGDKV' where id=2;
-update noar tt set b2='Q8JZYWVE' where id=2;
-update noar ti set b2='Q8JZYWVE' where id=2;
-update noar tt set v0='1C' where id=3;
-update noar ti set v0='1C' where id=3;
-update noar tt set b0='WPG4H5A79SU0D7DJPEGTU6F7I1FF' where id=3;
-update noar ti set b0='WPG4H5A79SU0D7DJPEGTU6F7I1FF' where id=3;
-update noar tt set v0='W3BX3H' where id=3;
-update noar ti set v0='W3BX3H' where id=3;
-update noar tt set b1='34AHS5BO06X7CALPGKG10GB' where id=3;
-update noar ti set b1='34AHS5BO06X7CALPGKG10GB' where id=3;
-update noar tt set v0='VDR59ZYYFIE3DI9X1U36U5I' where id=3;
-update noar ti set v0='VDR59ZYYFIE3DI9X1U36U5I' where id=3;
-update noar tt set b2='YCT5173NUTGAEU8WW' where id=3;
-update noar ti set b2='YCT5173NUTGAEU8WW' where id=3;
-update noar tt set v0='PCT' where id=4;
-update noar ti set v0='PCT' where id=4;
-update noar tt set b0='RLXM8NM70GJPV' where id=4;
-update noar ti set b0='RLXM8NM70GJPV' where id=4;
-update noar tt set v0='XC3MVDL' where id=4;
-update noar ti set v0='XC3MVDL' where id=4;
-update noar tt set b1='NR4' where id=4;
-update noar ti set b1='NR4' where id=4;
-update noar tt set v0='CF17CTN2KQAONCRP' where id=4;
-update noar ti set v0='CF17CTN2KQAONCRP' where id=4;
-update noar tt set b2='8BV78G085HMHP5MAEEPA209V1AKXMTI0' where id=4;
-update noar ti set b2='8BV78G085HMHP5MAEEPA209V1AKXMTI0' where id=4;
-update noar tt set v0='OCSB15Z04JBUEKYEEO7REHTKDOAGP8' where id=5;
-update noar ti set v0='OCSB15Z04JBUEKYEEO7REHTKDOAGP8' where id=5;
-update noar tt set b0='JPXH5JVYA8O' where id=5;
-update noar ti set b0='JPXH5JVYA8O' where id=5;
-update noar tt set v0='UBI71D4EER47V7VXJL666V3' where id=5;
-update noar ti set v0='UBI71D4EER47V7VXJL666V3' where id=5;
-update noar tt set b1='FL1EB8J3ZUZ2AXNYV4U4N' where id=5;
-update noar ti set b1='FL1EB8J3ZUZ2AXNYV4U4N' where id=5;
-update noar tt set v0='4IBMWD' where id=5;
-update noar ti set v0='4IBMWD' where id=5;
-update noar tt set b2='IVREG6VT55HW64B7ZJ54CW41I' where id=5;
-update noar ti set b2='IVREG6VT55HW64B7ZJ54CW41I' where id=5;
-update noar tt set v0='NGACLMQGQ' where id=6;
-update noar ti set v0='NGACLMQGQ' where id=6;
-update noar tt set b0='HSQ4' where id=6;
-update noar ti set b0='HSQ4' where id=6;
-update noar tt set v0='5TG8QKKFQZKDJ8' where id=6;
-update noar ti set v0='5TG8QKKFQZKDJ8' where id=6;
-update noar tt set b1='IYTGSKCO4LIASOV' where id=6;
-update noar ti set b1='IYTGSKCO4LIASOV' where id=6;
-update noar tt set v0='QB14ZKHM' where id=6;
-update noar ti set v0='QB14ZKHM' where id=6;
-update noar tt set b2='WJMZ492D75GTRN' where id=6;
-update noar ti set b2='WJMZ492D75GTRN' where id=6;
-update noar tt set v0='JHOXU6BXOTS' where id=7;
-update noar ti set v0='JHOXU6BXOTS' where id=7;
-update noar tt set b0='6Y6JSJ85LJ7' where id=7;
-update noar ti set b0='6Y6JSJ85LJ7' where id=7;
-update noar tt set v0='CI3JTO' where id=7;
-update noar ti set v0='CI3JTO' where id=7;
-update noar tt set b1='A00CSY95X2Y' where id=7;
-update noar ti set b1='A00CSY95X2Y' where id=7;
-update noar tt set v0='U6T4' where id=7;
-update noar ti set v0='U6T4' where id=7;
-update noar tt set b2='L06WPBJJK3L04PYKIVVJ71MZ1XHK4' where id=7;
-update noar ti set b2='L06WPBJJK3L04PYKIVVJ71MZ1XHK4' where id=7;
-update noar tt set v0='F' where id=8;
-update noar ti set v0='F' where id=8;
-update noar tt set b0='QNG8KVK97AHEQL3L3WCDKBUA57' where id=8;
-update noar ti set b0='QNG8KVK97AHEQL3L3WCDKBUA57' where id=8;
-update noar tt set v0='F5I7DC8T96JXREQAY7LD0YY8NI5' where id=8;
-update noar ti set v0='F5I7DC8T96JXREQAY7LD0YY8NI5' where id=8;
-update noar tt set b1='42' where id=8;
-update noar ti set b1='42' where id=8;
-update noar tt set v0='SIJKM2IZC24XCSK' where id=8;
-update noar ti set v0='SIJKM2IZC24XCSK' where id=8;
-update noar tt set b2='WGYIO39KYRMHZGMD3CJGLEO' where id=8;
-update noar ti set b2='WGYIO39KYRMHZGMD3CJGLEO' where id=8;
-update noar tt set v0='6M6DPA' where id=9;
-update noar ti set v0='6M6DPA' where id=9;
-update noar tt set b0='ANMLOMQZL47J897PJM0QLF' where id=9;
-update noar ti set b0='ANMLOMQZL47J897PJM0QLF' where id=9;
-update noar tt set v0='93' where id=9;
-update noar ti set v0='93' where id=9;
-update noar tt set b1='PF2FBQTEAK4D845ZL851RKUSOKK5044X' where id=9;
-update noar ti set b1='PF2FBQTEAK4D845ZL851RKUSOKK5044X' where id=9;
-update noar tt set v0='VWACSI' where id=9;
-update noar ti set v0='VWACSI' where id=9;
-update noar tt set b2='1T99QYQZE8JZWF3XYKYDDQF' where id=9;
-update noar ti set b2='1T99QYQZE8JZWF3XYKYDDQF' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) not null,
- b0 tinyblob not null,
- b1 longblob not null,
- b2 blob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='1LMZOTE3XY9U0S' where id=1;
-update noar ti set v0='1LMZOTE3XY9U0S' where id=1;
-update noar tt set b0='CUPMYGJ' where id=1;
-update noar ti set b0='CUPMYGJ' where id=1;
-update noar tt set v0='FN9FX81B3UFX2SXR' where id=1;
-update noar ti set v0='FN9FX81B3UFX2SXR' where id=1;
-update noar tt set b1='KRNP1GQ2JAESAYMXMM7BZ7TOO6A1S' where id=1;
-update noar ti set b1='KRNP1GQ2JAESAYMXMM7BZ7TOO6A1S' where id=1;
-update noar tt set v0='KGXCKH7NCX6JM8SY52' where id=1;
-update noar ti set v0='KGXCKH7NCX6JM8SY52' where id=1;
-update noar tt set b2='I' where id=1;
-update noar ti set b2='I' where id=1;
-update noar tt set v0='PCY9DN7O0DJY94Z3ZJBIBKKDMXA43R3W' where id=2;
-update noar ti set v0='PCY9DN7O0DJY94Z3ZJBIBKKDMXA43R3W' where id=2;
-update noar tt set b0='B8M46N' where id=2;
-update noar ti set b0='B8M46N' where id=2;
-update noar tt set v0='IEECMOP0VF8OJRMYRJE' where id=2;
-update noar ti set v0='IEECMOP0VF8OJRMYRJE' where id=2;
-update noar tt set b1='2IVOQS9' where id=2;
-update noar ti set b1='2IVOQS9' where id=2;
-update noar tt set v0='T6U6G727MWLCYX7' where id=2;
-update noar ti set v0='T6U6G727MWLCYX7' where id=2;
-update noar tt set b2='R8RTHQRQHLDEV0SCFCZKD2TV64PX' where id=2;
-update noar ti set b2='R8RTHQRQHLDEV0SCFCZKD2TV64PX' where id=2;
-update noar tt set v0='726HW8CG3BF39PJN98BEHYXF3' where id=3;
-update noar ti set v0='726HW8CG3BF39PJN98BEHYXF3' where id=3;
-update noar tt set b0='1LA6L30GVWN7T212HXZVMTGKSRY' where id=3;
-update noar ti set b0='1LA6L30GVWN7T212HXZVMTGKSRY' where id=3;
-update noar tt set v0='7V3J45UAWACHDD2' where id=3;
-update noar ti set v0='7V3J45UAWACHDD2' where id=3;
-update noar tt set b1='V5Q9T7XY5M1BKDK' where id=3;
-update noar ti set b1='V5Q9T7XY5M1BKDK' where id=3;
-update noar tt set v0='D' where id=3;
-update noar ti set v0='D' where id=3;
-update noar tt set b2='AXDZ1QSJVUI' where id=3;
-update noar ti set b2='AXDZ1QSJVUI' where id=3;
-update noar tt set v0='V' where id=4;
-update noar ti set v0='V' where id=4;
-update noar tt set b0='W2DNZAH0O' where id=4;
-update noar ti set b0='W2DNZAH0O' where id=4;
-update noar tt set v0='ANWLI9YP8Z9L' where id=4;
-update noar ti set v0='ANWLI9YP8Z9L' where id=4;
-update noar tt set b1='ACYL' where id=4;
-update noar ti set b1='ACYL' where id=4;
-update noar tt set v0='7W' where id=4;
-update noar ti set v0='7W' where id=4;
-update noar tt set b2='UK30' where id=4;
-update noar ti set b2='UK30' where id=4;
-update noar tt set v0='S4K3NEZLQY5IVB0M' where id=5;
-update noar ti set v0='S4K3NEZLQY5IVB0M' where id=5;
-update noar tt set b0='GOE3J8G2HLU7NO1NC7YTF0ZJB1TJ2V8Y' where id=5;
-update noar ti set b0='GOE3J8G2HLU7NO1NC7YTF0ZJB1TJ2V8Y' where id=5;
-update noar tt set v0='KUVK8YAEOAGXM20XI' where id=5;
-update noar ti set v0='KUVK8YAEOAGXM20XI' where id=5;
-update noar tt set b1='NHOU6FTFZJ' where id=5;
-update noar ti set b1='NHOU6FTFZJ' where id=5;
-update noar tt set v0='CC3TD' where id=5;
-update noar ti set v0='CC3TD' where id=5;
-update noar tt set b2='R' where id=5;
-update noar ti set b2='R' where id=5;
-update noar tt set v0='X2DG' where id=6;
-update noar ti set v0='X2DG' where id=6;
-update noar tt set b0='1XOJRLV68F9SRS5GK0LLAGQC6ZWMDJ2X' where id=6;
-update noar ti set b0='1XOJRLV68F9SRS5GK0LLAGQC6ZWMDJ2X' where id=6;
-update noar tt set v0='7Z4ZCTYWEK' where id=6;
-update noar ti set v0='7Z4ZCTYWEK' where id=6;
-update noar tt set b1='ZWG6AIH2SJGSBZELCWXKBXP1SVFKE5' where id=6;
-update noar ti set b1='ZWG6AIH2SJGSBZELCWXKBXP1SVFKE5' where id=6;
-update noar tt set v0='6AKN4445HHPP' where id=6;
-update noar ti set v0='6AKN4445HHPP' where id=6;
-update noar tt set b2='CLF95AWIND8GV2KD2FYQF' where id=6;
-update noar ti set b2='CLF95AWIND8GV2KD2FYQF' where id=6;
-update noar tt set v0='6QSH5C3E50YL0VWP2RXECRE5' where id=7;
-update noar ti set v0='6QSH5C3E50YL0VWP2RXECRE5' where id=7;
-update noar tt set b0='CWK3PH9G1MZX81VW464JNOU35XWN64MA' where id=7;
-update noar ti set b0='CWK3PH9G1MZX81VW464JNOU35XWN64MA' where id=7;
-update noar tt set v0='8LUAG8979YKCQ5IDM48NP6SRYYY' where id=7;
-update noar ti set v0='8LUAG8979YKCQ5IDM48NP6SRYYY' where id=7;
-update noar tt set b1='INB6O5' where id=7;
-update noar ti set b1='INB6O5' where id=7;
-update noar tt set v0='P7R0PJSA9SG9MHOBQ76J' where id=7;
-update noar ti set v0='P7R0PJSA9SG9MHOBQ76J' where id=7;
-update noar tt set b2='Z7LGX63MY' where id=7;
-update noar ti set b2='Z7LGX63MY' where id=7;
-update noar tt set v0='OMLHP4FWS24W0BWIIVI' where id=8;
-update noar ti set v0='OMLHP4FWS24W0BWIIVI' where id=8;
-update noar tt set b0='948CFC3U' where id=8;
-update noar ti set b0='948CFC3U' where id=8;
-update noar tt set v0='UEEIQREKSD0MN569VQLBPLGJ' where id=8;
-update noar ti set v0='UEEIQREKSD0MN569VQLBPLGJ' where id=8;
-update noar tt set b1='6G13H' where id=8;
-update noar ti set b1='6G13H' where id=8;
-update noar tt set v0='L4HS7I1UCM55GZ7UUP1V7Z98YFWOT8K' where id=8;
-update noar ti set v0='L4HS7I1UCM55GZ7UUP1V7Z98YFWOT8K' where id=8;
-update noar tt set b2='UNO4F99E' where id=8;
-update noar ti set b2='UNO4F99E' where id=8;
-update noar tt set v0='OF9XI5OG3QZST5PLJ1' where id=9;
-update noar ti set v0='OF9XI5OG3QZST5PLJ1' where id=9;
-update noar tt set b0='YVETNAS0YLVN4L' where id=9;
-update noar ti set b0='YVETNAS0YLVN4L' where id=9;
-update noar tt set v0='PQ51L48FARVZ60JZ8SCUJLTYSXD' where id=9;
-update noar ti set v0='PQ51L48FARVZ60JZ8SCUJLTYSXD' where id=9;
-update noar tt set b1='C2X17SJLT7HU' where id=9;
-update noar ti set b1='C2X17SJLT7HU' where id=9;
-update noar tt set v0='B84SU27LLRS29VMYCTDV24Z5ZHS' where id=9;
-update noar ti set v0='B84SU27LLRS29VMYCTDV24Z5ZHS' where id=9;
-update noar tt set b2='WQ82OA3HKPQ' where id=9;
-update noar ti set b2='WQ82OA3HKPQ' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) not null,
- b0 tinyblob not null,
- b1 longblob not null,
- b2 blob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='D' where id=1;
-update noar ti set v0='D' where id=1;
-update noar tt set b0='ZS8LHKTKFCCQM5XQO40MWK' where id=1;
-update noar ti set b0='ZS8LHKTKFCCQM5XQO40MWK' where id=1;
-update noar tt set v0='AW6Z46H0P198' where id=1;
-update noar ti set v0='AW6Z46H0P198' where id=1;
-update noar tt set b1='ETFCJ7AA5HOCYE52I' where id=1;
-update noar ti set b1='ETFCJ7AA5HOCYE52I' where id=1;
-update noar tt set v0='40HVG1VL1CFW7WUPBTHZMD' where id=1;
-update noar ti set v0='40HVG1VL1CFW7WUPBTHZMD' where id=1;
-update noar tt set b2='JBB9Z8GP3' where id=1;
-update noar ti set b2='JBB9Z8GP3' where id=1;
-update noar tt set v0='9TAE66146A35ROEPHKFBVR63HCUOJZ' where id=2;
-update noar ti set v0='9TAE66146A35ROEPHKFBVR63HCUOJZ' where id=2;
-update noar tt set b0='4AY3AHHIKACY7L8QDBMLSXMWZFAYOTQ' where id=2;
-update noar ti set b0='4AY3AHHIKACY7L8QDBMLSXMWZFAYOTQ' where id=2;
-update noar tt set v0='JVUG6509WQXQCRAT0FKBP9S' where id=2;
-update noar ti set v0='JVUG6509WQXQCRAT0FKBP9S' where id=2;
-update noar tt set b1='B6761NAON656YVHC6O' where id=2;
-update noar ti set b1='B6761NAON656YVHC6O' where id=2;
-update noar tt set v0='OAV7PK4WJHBZ6R26OI3' where id=2;
-update noar ti set v0='OAV7PK4WJHBZ6R26OI3' where id=2;
-update noar tt set b2='RPPNI307U6F1KJVB35WVKHZ6MTWS' where id=2;
-update noar ti set b2='RPPNI307U6F1KJVB35WVKHZ6MTWS' where id=2;
-update noar tt set v0='HCQ219NF' where id=3;
-update noar ti set v0='HCQ219NF' where id=3;
-update noar tt set b0='UBRUADST4RK2LJ13DOM' where id=3;
-update noar ti set b0='UBRUADST4RK2LJ13DOM' where id=3;
-update noar tt set v0='OXNAXWTO265GWA8BJUIJ' where id=3;
-update noar ti set v0='OXNAXWTO265GWA8BJUIJ' where id=3;
-update noar tt set b1='P4U' where id=3;
-update noar ti set b1='P4U' where id=3;
-update noar tt set v0='6QF79F5WZ8AHZ' where id=3;
-update noar ti set v0='6QF79F5WZ8AHZ' where id=3;
-update noar tt set b2='45OEDP7LV4L87YQ4GRYTU7KOLJ7' where id=3;
-update noar ti set b2='45OEDP7LV4L87YQ4GRYTU7KOLJ7' where id=3;
-update noar tt set v0='VYM' where id=4;
-update noar ti set v0='VYM' where id=4;
-update noar tt set b0='6O4NMK2XVH3DC4UC9RQ1W39JCBG' where id=4;
-update noar ti set b0='6O4NMK2XVH3DC4UC9RQ1W39JCBG' where id=4;
-update noar tt set v0='DCS57LEP3UIEMOVFC' where id=4;
-update noar ti set v0='DCS57LEP3UIEMOVFC' where id=4;
-update noar tt set b1='OGYTT997DPGUZQT1OY6XL' where id=4;
-update noar ti set b1='OGYTT997DPGUZQT1OY6XL' where id=4;
-update noar tt set v0='M' where id=4;
-update noar ti set v0='M' where id=4;
-update noar tt set b2='GF5RWQ0KSTH44RR' where id=4;
-update noar ti set b2='GF5RWQ0KSTH44RR' where id=4;
-update noar tt set v0='LE8URYJKP7NC56' where id=5;
-update noar ti set v0='LE8URYJKP7NC56' where id=5;
-update noar tt set b0='YI7NRJRK8V' where id=5;
-update noar ti set b0='YI7NRJRK8V' where id=5;
-update noar tt set v0='XW11Z6E77V1R7RIJWML' where id=5;
-update noar ti set v0='XW11Z6E77V1R7RIJWML' where id=5;
-update noar tt set b1='6ZTLENBCF' where id=5;
-update noar ti set b1='6ZTLENBCF' where id=5;
-update noar tt set v0='A3ZLJ4J' where id=5;
-update noar ti set v0='A3ZLJ4J' where id=5;
-update noar tt set b2='MHT1AVIJIWRG29PHYJWZDOCJJT9LSRTB' where id=5;
-update noar ti set b2='MHT1AVIJIWRG29PHYJWZDOCJJT9LSRTB' where id=5;
-update noar tt set v0='MZXPRNYAM' where id=6;
-update noar ti set v0='MZXPRNYAM' where id=6;
-update noar tt set b0='ZWCT7WGR7GH0N52XLPMIBK' where id=6;
-update noar ti set b0='ZWCT7WGR7GH0N52XLPMIBK' where id=6;
-update noar tt set v0='Z5RJCOBMLRPMZMWS9VWZNS4IOGQIBIOO' where id=6;
-update noar ti set v0='Z5RJCOBMLRPMZMWS9VWZNS4IOGQIBIOO' where id=6;
-update noar tt set b1='3WCKTPH0JO843P6D66HF53S4OQMR9DL' where id=6;
-update noar ti set b1='3WCKTPH0JO843P6D66HF53S4OQMR9DL' where id=6;
-update noar tt set v0='8K7A6Z' where id=6;
-update noar ti set v0='8K7A6Z' where id=6;
-update noar tt set b2='3VBWYMMEELJPLM48T6U6XIQSUDX6B89Y' where id=6;
-update noar ti set b2='3VBWYMMEELJPLM48T6U6XIQSUDX6B89Y' where id=6;
-update noar tt set v0='TR66X8K1JPP3' where id=7;
-update noar ti set v0='TR66X8K1JPP3' where id=7;
-update noar tt set b0='4YNY0MOMC1TLN0U739PAPHZHUDMUTUF' where id=7;
-update noar ti set b0='4YNY0MOMC1TLN0U739PAPHZHUDMUTUF' where id=7;
-update noar tt set v0='D2JKCJ9I81354O1KH68Y5F10H4QQ' where id=7;
-update noar ti set v0='D2JKCJ9I81354O1KH68Y5F10H4QQ' where id=7;
-update noar tt set b1='Y52QH6BQ1QQVUG5E9MXX56TW' where id=7;
-update noar ti set b1='Y52QH6BQ1QQVUG5E9MXX56TW' where id=7;
-update noar tt set v0='5HDGHD8MFR72KK6G028' where id=7;
-update noar ti set v0='5HDGHD8MFR72KK6G028' where id=7;
-update noar tt set b2='5ZM649Z9S8' where id=7;
-update noar ti set b2='5ZM649Z9S8' where id=7;
-update noar tt set v0='M4K0GMFGLBAZ5OOS6J' where id=8;
-update noar ti set v0='M4K0GMFGLBAZ5OOS6J' where id=8;
-update noar tt set b0='CCCVZ30NLQ4U73HGR5G4THRH9BYI11Q' where id=8;
-update noar ti set b0='CCCVZ30NLQ4U73HGR5G4THRH9BYI11Q' where id=8;
-update noar tt set v0='2M8I2AXOX2FQBBL2HF89198VOHH3' where id=8;
-update noar ti set v0='2M8I2AXOX2FQBBL2HF89198VOHH3' where id=8;
-update noar tt set b1='IQJX8QANJ1H9' where id=8;
-update noar ti set b1='IQJX8QANJ1H9' where id=8;
-update noar tt set v0='C9GJO4' where id=8;
-update noar ti set v0='C9GJO4' where id=8;
-update noar tt set b2='4AX5OPKC49' where id=8;
-update noar ti set b2='4AX5OPKC49' where id=8;
-update noar tt set v0='99BDP3OBII5T3OZVU' where id=9;
-update noar ti set v0='99BDP3OBII5T3OZVU' where id=9;
-update noar tt set b0='I343XTTU82SJ51SR7OH5V2B4F0L7K' where id=9;
-update noar ti set b0='I343XTTU82SJ51SR7OH5V2B4F0L7K' where id=9;
-update noar tt set v0='44' where id=9;
-update noar ti set v0='44' where id=9;
-update noar tt set b1='2Q28RRNEL4B3L59LTJ4RAPVZ96J9FKT' where id=9;
-update noar ti set b1='2Q28RRNEL4B3L59LTJ4RAPVZ96J9FKT' where id=9;
-update noar tt set v0='9CFD0COXGJ9EP0DSMK9O2K920ZD4MBI5' where id=9;
-update noar ti set v0='9CFD0COXGJ9EP0DSMK9O2K920ZD4MBI5' where id=9;
-update noar tt set b2='XNGO2U59AQ' where id=9;
-update noar ti set b2='XNGO2U59AQ' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) null,
- b0 tinyblob null,
- b1 longblob null,
- b2 mediumblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='KL3YO1N1ZIG' where id=1;
-update noar ti set v0='KL3YO1N1ZIG' where id=1;
-update noar tt set b0='2JLUN' where id=1;
-update noar ti set b0='2JLUN' where id=1;
-update noar tt set v0='HXBOFRAE439QONDSK40CALVQKMC4' where id=1;
-update noar ti set v0='HXBOFRAE439QONDSK40CALVQKMC4' where id=1;
-update noar tt set b1='5TZM1DT8O913N7SH9LPH4GJVIB34XGR' where id=1;
-update noar ti set b1='5TZM1DT8O913N7SH9LPH4GJVIB34XGR' where id=1;
-update noar tt set v0='6PV' where id=1;
-update noar ti set v0='6PV' where id=1;
-update noar tt set b2='SHIH' where id=1;
-update noar ti set b2='SHIH' where id=1;
-update noar tt set v0='UX0AKB9HO385YILPHB' where id=2;
-update noar ti set v0='UX0AKB9HO385YILPHB' where id=2;
-update noar tt set b0='L35E5O4P' where id=2;
-update noar ti set b0='L35E5O4P' where id=2;
-update noar tt set v0='O3SCDNVFMKI4NKU' where id=2;
-update noar ti set v0='O3SCDNVFMKI4NKU' where id=2;
-update noar tt set b1='N5LYHUSN47UZ47GNHA2DNCA2GA' where id=2;
-update noar ti set b1='N5LYHUSN47UZ47GNHA2DNCA2GA' where id=2;
-update noar tt set v0='8S87K1YL3EUVTLJU8A22W7KSO7H76630' where id=2;
-update noar ti set v0='8S87K1YL3EUVTLJU8A22W7KSO7H76630' where id=2;
-update noar tt set b2='DUNPH7ZD6880UZHNY0U' where id=2;
-update noar ti set b2='DUNPH7ZD6880UZHNY0U' where id=2;
-update noar tt set v0='OFM9R3WYFCHBFZT92BIQHGL' where id=3;
-update noar ti set v0='OFM9R3WYFCHBFZT92BIQHGL' where id=3;
-update noar tt set b0='F1QP3ZVLYAXJRW50ZEB6QOS67' where id=3;
-update noar ti set b0='F1QP3ZVLYAXJRW50ZEB6QOS67' where id=3;
-update noar tt set v0='M286S' where id=3;
-update noar ti set v0='M286S' where id=3;
-update noar tt set b1='BHT55J' where id=3;
-update noar ti set b1='BHT55J' where id=3;
-update noar tt set v0='Y2NAB5C' where id=3;
-update noar ti set v0='Y2NAB5C' where id=3;
-update noar tt set b2='ZJR5557' where id=3;
-update noar ti set b2='ZJR5557' where id=3;
-update noar tt set v0='E2OYNB' where id=4;
-update noar ti set v0='E2OYNB' where id=4;
-update noar tt set b0='G4220ULH36UNWDY1MDEMK8L' where id=4;
-update noar ti set b0='G4220ULH36UNWDY1MDEMK8L' where id=4;
-update noar tt set v0='AQQAR5ISYQXBQOKJU8IHQW5S9T12EN6' where id=4;
-update noar ti set v0='AQQAR5ISYQXBQOKJU8IHQW5S9T12EN6' where id=4;
-update noar tt set b1='Y25FSLX3314E6SY3R' where id=4;
-update noar ti set b1='Y25FSLX3314E6SY3R' where id=4;
-update noar tt set v0='RCZBK40UR4UR71FOUKA8VJB1V9ALG5T' where id=4;
-update noar ti set v0='RCZBK40UR4UR71FOUKA8VJB1V9ALG5T' where id=4;
-update noar tt set b2='76R1V995O8G5CCH44WTAJPP1PMB7WB9N' where id=4;
-update noar ti set b2='76R1V995O8G5CCH44WTAJPP1PMB7WB9N' where id=4;
-update noar tt set v0='FYWB2K5XJV2BMES7F6PIBK4XFCSYYK' where id=5;
-update noar ti set v0='FYWB2K5XJV2BMES7F6PIBK4XFCSYYK' where id=5;
-update noar tt set b0='S7' where id=5;
-update noar ti set b0='S7' where id=5;
-update noar tt set v0='1SPC2LGO3IEPTN4X1YI' where id=5;
-update noar ti set v0='1SPC2LGO3IEPTN4X1YI' where id=5;
-update noar tt set b1='TV6NUIUR5' where id=5;
-update noar ti set b1='TV6NUIUR5' where id=5;
-update noar tt set v0='RR' where id=5;
-update noar ti set v0='RR' where id=5;
-update noar tt set b2='URW76TQ5NRCFOTVFE37ZUMAJ' where id=5;
-update noar ti set b2='URW76TQ5NRCFOTVFE37ZUMAJ' where id=5;
-update noar tt set v0='ULKBH' where id=6;
-update noar ti set v0='ULKBH' where id=6;
-update noar tt set b0='QYPSDLGTDN1792AW4KI' where id=6;
-update noar ti set b0='QYPSDLGTDN1792AW4KI' where id=6;
-update noar tt set v0='EPUTN0MBMOSE5L0W7' where id=6;
-update noar ti set v0='EPUTN0MBMOSE5L0W7' where id=6;
-update noar tt set b1='IRRATW6X3FRSKQ3AP4DAA' where id=6;
-update noar ti set b1='IRRATW6X3FRSKQ3AP4DAA' where id=6;
-update noar tt set v0='G' where id=6;
-update noar ti set v0='G' where id=6;
-update noar tt set b2='4V3FFDJV' where id=6;
-update noar ti set b2='4V3FFDJV' where id=6;
-update noar tt set v0='7ADENU14Q0BUHENTS5SY3ES5' where id=7;
-update noar ti set v0='7ADENU14Q0BUHENTS5SY3ES5' where id=7;
-update noar tt set b0='T64ZDLSWWVG0N7R8E26VGMQDU6KJWR' where id=7;
-update noar ti set b0='T64ZDLSWWVG0N7R8E26VGMQDU6KJWR' where id=7;
-update noar tt set v0='2W8B7GMPA5WCO30C3RGNRAWKVK1WMXM' where id=7;
-update noar ti set v0='2W8B7GMPA5WCO30C3RGNRAWKVK1WMXM' where id=7;
-update noar tt set b1='T80Y46G3VSTA7GPPYR8G3' where id=7;
-update noar ti set b1='T80Y46G3VSTA7GPPYR8G3' where id=7;
-update noar tt set v0='KJR2Q7EM0DDBOWHXGOEE' where id=7;
-update noar ti set v0='KJR2Q7EM0DDBOWHXGOEE' where id=7;
-update noar tt set b2='7VZ6S0RTW8HUUEZ7ZPHC6XKS' where id=7;
-update noar ti set b2='7VZ6S0RTW8HUUEZ7ZPHC6XKS' where id=7;
-update noar tt set v0='EQWPI8XDYUX79AD' where id=8;
-update noar ti set v0='EQWPI8XDYUX79AD' where id=8;
-update noar tt set b0='I06RMXEW9' where id=8;
-update noar ti set b0='I06RMXEW9' where id=8;
-update noar tt set v0='4RESBJ43DAG' where id=8;
-update noar ti set v0='4RESBJ43DAG' where id=8;
-update noar tt set b1='BYR3RVM' where id=8;
-update noar ti set b1='BYR3RVM' where id=8;
-update noar tt set v0='4TESOB32JUGEY4PDABC4B5KX9G1Z6LXL' where id=8;
-update noar ti set v0='4TESOB32JUGEY4PDABC4B5KX9G1Z6LXL' where id=8;
-update noar tt set b2='8RENY9HT9K3C9BIL2WKZGQUL7AS0GMXD' where id=8;
-update noar ti set b2='8RENY9HT9K3C9BIL2WKZGQUL7AS0GMXD' where id=8;
-update noar tt set v0='HS4UMZG' where id=9;
-update noar ti set v0='HS4UMZG' where id=9;
-update noar tt set b0='B8PXXD3NGA6AHJR9UY8187D8DAZL' where id=9;
-update noar ti set b0='B8PXXD3NGA6AHJR9UY8187D8DAZL' where id=9;
-update noar tt set v0='S3QWNGYYJWS8PBM5P7' where id=9;
-update noar ti set v0='S3QWNGYYJWS8PBM5P7' where id=9;
-update noar tt set b1='4CPY' where id=9;
-update noar ti set b1='4CPY' where id=9;
-update noar tt set v0='ES0I93G8AJOV' where id=9;
-update noar ti set v0='ES0I93G8AJOV' where id=9;
-update noar tt set b2='I9BSPXBO7WRR25B' where id=9;
-update noar ti set b2='I9BSPXBO7WRR25B' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) null,
- b0 tinyblob null,
- b1 longblob null,
- b2 mediumblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='WT' where id=1;
-update noar ti set v0='WT' where id=1;
-update noar tt set b0='JP' where id=1;
-update noar ti set b0='JP' where id=1;
-update noar tt set v0='TZ8073I46IRKQX847' where id=1;
-update noar ti set v0='TZ8073I46IRKQX847' where id=1;
-update noar tt set b1='IX7KGDN' where id=1;
-update noar ti set b1='IX7KGDN' where id=1;
-update noar tt set v0='6JNY3U67EGMV6J6QKCZOQMG0C4G7E80J' where id=1;
-update noar ti set v0='6JNY3U67EGMV6J6QKCZOQMG0C4G7E80J' where id=1;
-update noar tt set b2='I7U94RRN' where id=1;
-update noar ti set b2='I7U94RRN' where id=1;
-update noar tt set v0='TJI4XHZ79NZBDBKBFYCL1QRJ01' where id=2;
-update noar ti set v0='TJI4XHZ79NZBDBKBFYCL1QRJ01' where id=2;
-update noar tt set b0='LV' where id=2;
-update noar ti set b0='LV' where id=2;
-update noar tt set v0='9F57SC1ULXMC' where id=2;
-update noar ti set v0='9F57SC1ULXMC' where id=2;
-update noar tt set b1='WQZKJSAY9C70OG3NPFRD6W19K6Q4N3F' where id=2;
-update noar ti set b1='WQZKJSAY9C70OG3NPFRD6W19K6Q4N3F' where id=2;
-update noar tt set v0='3BL8YCDUYP0K7ZSHKRH5ME5BY9H3LLX' where id=2;
-update noar ti set v0='3BL8YCDUYP0K7ZSHKRH5ME5BY9H3LLX' where id=2;
-update noar tt set b2='ED3H7PCGJJKBZ2ASYA1HDWRZ' where id=2;
-update noar ti set b2='ED3H7PCGJJKBZ2ASYA1HDWRZ' where id=2;
-update noar tt set v0='N6SR8G0VJW2RVR7Y2JVN' where id=3;
-update noar ti set v0='N6SR8G0VJW2RVR7Y2JVN' where id=3;
-update noar tt set b0='B' where id=3;
-update noar ti set b0='B' where id=3;
-update noar tt set v0='JJE2S04VWOVOE' where id=3;
-update noar ti set v0='JJE2S04VWOVOE' where id=3;
-update noar tt set b1='5SY9B2P0T' where id=3;
-update noar ti set b1='5SY9B2P0T' where id=3;
-update noar tt set v0='O2JS9DT385D04WC' where id=3;
-update noar ti set v0='O2JS9DT385D04WC' where id=3;
-update noar tt set b2='7S390ARWXAAFCGZK' where id=3;
-update noar ti set b2='7S390ARWXAAFCGZK' where id=3;
-update noar tt set v0='KC6CHYMIDLNRMTH4RPPMVJI4PMRSBAX' where id=4;
-update noar ti set v0='KC6CHYMIDLNRMTH4RPPMVJI4PMRSBAX' where id=4;
-update noar tt set b0='OXSXD9AWR9FDB2UBAIZ' where id=4;
-update noar ti set b0='OXSXD9AWR9FDB2UBAIZ' where id=4;
-update noar tt set v0='6VYZ6' where id=4;
-update noar ti set v0='6VYZ6' where id=4;
-update noar tt set b1='IYECCXG7TC' where id=4;
-update noar ti set b1='IYECCXG7TC' where id=4;
-update noar tt set v0='AN6' where id=4;
-update noar ti set v0='AN6' where id=4;
-update noar tt set b2='4JQN5DRS' where id=4;
-update noar ti set b2='4JQN5DRS' where id=4;
-update noar tt set v0='UWSA' where id=5;
-update noar ti set v0='UWSA' where id=5;
-update noar tt set b0='9KILI0UVNRRPAREKHDYVD6' where id=5;
-update noar ti set b0='9KILI0UVNRRPAREKHDYVD6' where id=5;
-update noar tt set v0='PYNXUMVK3A5Z' where id=5;
-update noar ti set v0='PYNXUMVK3A5Z' where id=5;
-update noar tt set b1='YMEUG8UAUIIPTI0JI16JVTL2V' where id=5;
-update noar ti set b1='YMEUG8UAUIIPTI0JI16JVTL2V' where id=5;
-update noar tt set v0='5Y' where id=5;
-update noar ti set v0='5Y' where id=5;
-update noar tt set b2='F4JD5RT9NNO7OBKS0M' where id=5;
-update noar ti set b2='F4JD5RT9NNO7OBKS0M' where id=5;
-update noar tt set v0='GC5ZK3DMH8E' where id=6;
-update noar ti set v0='GC5ZK3DMH8E' where id=6;
-update noar tt set b0='AKY' where id=6;
-update noar ti set b0='AKY' where id=6;
-update noar tt set v0='0MNL29FU9DZ1' where id=6;
-update noar ti set v0='0MNL29FU9DZ1' where id=6;
-update noar tt set b1='VK961N' where id=6;
-update noar ti set b1='VK961N' where id=6;
-update noar tt set v0='TYOH7NUCM6' where id=6;
-update noar ti set v0='TYOH7NUCM6' where id=6;
-update noar tt set b2='6ZNCDT3NT22B' where id=6;
-update noar ti set b2='6ZNCDT3NT22B' where id=6;
-update noar tt set v0='C0K73UQ9UCL231S' where id=7;
-update noar ti set v0='C0K73UQ9UCL231S' where id=7;
-update noar tt set b0='F2JA58CXW0K5B4QLRYUGLHM4' where id=7;
-update noar ti set b0='F2JA58CXW0K5B4QLRYUGLHM4' where id=7;
-update noar tt set v0='DP8R6E3C0G8DFZKJNO93YNOWT5JA' where id=7;
-update noar ti set v0='DP8R6E3C0G8DFZKJNO93YNOWT5JA' where id=7;
-update noar tt set b1='D1BVSN2Q' where id=7;
-update noar ti set b1='D1BVSN2Q' where id=7;
-update noar tt set v0='LP8AZNV5Y891ZPA3Y33N4J9' where id=7;
-update noar ti set v0='LP8AZNV5Y891ZPA3Y33N4J9' where id=7;
-update noar tt set b2='HT6SD531B3R9KPMEL1UJ0O5IMQU6W2VJ' where id=7;
-update noar ti set b2='HT6SD531B3R9KPMEL1UJ0O5IMQU6W2VJ' where id=7;
-update noar tt set v0='FGLNOA2PJGKVKU' where id=8;
-update noar ti set v0='FGLNOA2PJGKVKU' where id=8;
-update noar tt set b0='MCP48L29E4S768QWKGQ0FN' where id=8;
-update noar ti set b0='MCP48L29E4S768QWKGQ0FN' where id=8;
-update noar tt set v0='HVS' where id=8;
-update noar ti set v0='HVS' where id=8;
-update noar tt set b1='Z' where id=8;
-update noar ti set b1='Z' where id=8;
-update noar tt set v0='P4QO024KWVI2' where id=8;
-update noar ti set v0='P4QO024KWVI2' where id=8;
-update noar tt set b2='3O06FEX8W0' where id=8;
-update noar ti set b2='3O06FEX8W0' where id=8;
-update noar tt set v0='94TS3PDXY4EZUIHSPDXEO' where id=9;
-update noar ti set v0='94TS3PDXY4EZUIHSPDXEO' where id=9;
-update noar tt set b0='XATF81ZQENQME7YGJ39HOEKP' where id=9;
-update noar ti set b0='XATF81ZQENQME7YGJ39HOEKP' where id=9;
-update noar tt set v0='DZYNBUMYRDB92' where id=9;
-update noar ti set v0='DZYNBUMYRDB92' where id=9;
-update noar tt set b1='56F3NYVB1KO3S1S8J' where id=9;
-update noar ti set b1='56F3NYVB1KO3S1S8J' where id=9;
-update noar tt set v0='N' where id=9;
-update noar ti set v0='N' where id=9;
-update noar tt set b2='NH0EC2J043WJ' where id=9;
-update noar ti set b2='NH0EC2J043WJ' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) not null,
- b0 tinyblob not null,
- b1 longblob not null,
- b2 mediumblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='OB959OG3ZZWNGLIDZMIDT8LSPS' where id=1;
-update noar ti set v0='OB959OG3ZZWNGLIDZMIDT8LSPS' where id=1;
-update noar tt set b0='SCMPC3RFIN' where id=1;
-update noar ti set b0='SCMPC3RFIN' where id=1;
-update noar tt set v0='BUZHWG' where id=1;
-update noar ti set v0='BUZHWG' where id=1;
-update noar tt set b1='NUHFXWKN6BVDA' where id=1;
-update noar ti set b1='NUHFXWKN6BVDA' where id=1;
-update noar tt set v0='RFFKPUHD' where id=1;
-update noar ti set v0='RFFKPUHD' where id=1;
-update noar tt set b2='49CHTO1' where id=1;
-update noar ti set b2='49CHTO1' where id=1;
-update noar tt set v0='8BYDZ74NH73ZQNBMF69JISAM2O' where id=2;
-update noar ti set v0='8BYDZ74NH73ZQNBMF69JISAM2O' where id=2;
-update noar tt set b0='AC9MZ8CSKAMGL2J99PWL' where id=2;
-update noar ti set b0='AC9MZ8CSKAMGL2J99PWL' where id=2;
-update noar tt set v0='ML0Q3UG029LU9L40ZTL' where id=2;
-update noar ti set v0='ML0Q3UG029LU9L40ZTL' where id=2;
-update noar tt set b1='HH7XWU2Q0HXGQIJ81DAKTMWGFRFOW' where id=2;
-update noar ti set b1='HH7XWU2Q0HXGQIJ81DAKTMWGFRFOW' where id=2;
-update noar tt set v0='4D907D8BIDRQMQX16M7Q02R5HCIBJQ' where id=2;
-update noar ti set v0='4D907D8BIDRQMQX16M7Q02R5HCIBJQ' where id=2;
-update noar tt set b2='UJH' where id=2;
-update noar ti set b2='UJH' where id=2;
-update noar tt set v0='SD4WXO0I1' where id=3;
-update noar ti set v0='SD4WXO0I1' where id=3;
-update noar tt set b0='MS9UM3ZEU70P' where id=3;
-update noar ti set b0='MS9UM3ZEU70P' where id=3;
-update noar tt set v0='NE8X6T1MN7AZH8A' where id=3;
-update noar ti set v0='NE8X6T1MN7AZH8A' where id=3;
-update noar tt set b1='3SFX6FHCI27NR0NNA3B35BNWVBJ' where id=3;
-update noar ti set b1='3SFX6FHCI27NR0NNA3B35BNWVBJ' where id=3;
-update noar tt set v0='MB9KVPLXIVAYLZGJU' where id=3;
-update noar ti set v0='MB9KVPLXIVAYLZGJU' where id=3;
-update noar tt set b2='KT3TZCUA1TNYAGMP7ZPH4' where id=3;
-update noar ti set b2='KT3TZCUA1TNYAGMP7ZPH4' where id=3;
-update noar tt set v0='1JIFOZT5DY6FJ81JH5F3EAYE5O38VF' where id=4;
-update noar ti set v0='1JIFOZT5DY6FJ81JH5F3EAYE5O38VF' where id=4;
-update noar tt set b0='SIV3XFSJUI' where id=4;
-update noar ti set b0='SIV3XFSJUI' where id=4;
-update noar tt set v0='F8R8M33TQG' where id=4;
-update noar ti set v0='F8R8M33TQG' where id=4;
-update noar tt set b1='332DBT81K6ZS3EZL7NNXNNAM0BE2QQEB' where id=4;
-update noar ti set b1='332DBT81K6ZS3EZL7NNXNNAM0BE2QQEB' where id=4;
-update noar tt set v0='8JLY' where id=4;
-update noar ti set v0='8JLY' where id=4;
-update noar tt set b2='H6B38DN6HR2RT' where id=4;
-update noar ti set b2='H6B38DN6HR2RT' where id=4;
-update noar tt set v0='GCDUN8D' where id=5;
-update noar ti set v0='GCDUN8D' where id=5;
-update noar tt set b0='6G051URWJ2AC24CAYAT4DHB3IKCCWVBI' where id=5;
-update noar ti set b0='6G051URWJ2AC24CAYAT4DHB3IKCCWVBI' where id=5;
-update noar tt set v0='A2SFKWK2WN716JNNK7787RAM736I' where id=5;
-update noar ti set v0='A2SFKWK2WN716JNNK7787RAM736I' where id=5;
-update noar tt set b1='CHR4L2NE7MFWP6CVELB1K7J' where id=5;
-update noar ti set b1='CHR4L2NE7MFWP6CVELB1K7J' where id=5;
-update noar tt set v0='LHUD7F27RPNVCE2F' where id=5;
-update noar ti set v0='LHUD7F27RPNVCE2F' where id=5;
-update noar tt set b2='G6RFP' where id=5;
-update noar ti set b2='G6RFP' where id=5;
-update noar tt set v0='BVHKJDC8K7LPWKMA1L6' where id=6;
-update noar ti set v0='BVHKJDC8K7LPWKMA1L6' where id=6;
-update noar tt set b0='05WD2S517QH3DXN3RXM72GXQ' where id=6;
-update noar ti set b0='05WD2S517QH3DXN3RXM72GXQ' where id=6;
-update noar tt set v0='Q9TG4R' where id=6;
-update noar ti set v0='Q9TG4R' where id=6;
-update noar tt set b1='YNFW56I7A6FFPU6V3UV60' where id=6;
-update noar ti set b1='YNFW56I7A6FFPU6V3UV60' where id=6;
-update noar tt set v0='N6RSC7VBP8UW3KKKZPWQZBMMMDFWC' where id=6;
-update noar ti set v0='N6RSC7VBP8UW3KKKZPWQZBMMMDFWC' where id=6;
-update noar tt set b2='VSBKTIKOQW6ED6L74TQ' where id=6;
-update noar ti set b2='VSBKTIKOQW6ED6L74TQ' where id=6;
-update noar tt set v0='GX836WVXXX' where id=7;
-update noar ti set v0='GX836WVXXX' where id=7;
-update noar tt set b0='XSCO2IYDICMK8' where id=7;
-update noar ti set b0='XSCO2IYDICMK8' where id=7;
-update noar tt set v0='IRMXCRSWE7NOBF71YUNYCUPP1BDCP' where id=7;
-update noar ti set v0='IRMXCRSWE7NOBF71YUNYCUPP1BDCP' where id=7;
-update noar tt set b1='6RRAGG1D5R2' where id=7;
-update noar ti set b1='6RRAGG1D5R2' where id=7;
-update noar tt set v0='5QE0RH2PSYKK9UNS4F6AG6R6U' where id=7;
-update noar ti set v0='5QE0RH2PSYKK9UNS4F6AG6R6U' where id=7;
-update noar tt set b2='A5M' where id=7;
-update noar ti set b2='A5M' where id=7;
-update noar tt set v0='N9HQLQHG7G' where id=8;
-update noar ti set v0='N9HQLQHG7G' where id=8;
-update noar tt set b0='SMVX6JV' where id=8;
-update noar ti set b0='SMVX6JV' where id=8;
-update noar tt set v0='BNIS5YY8C19UUXVZV2ZIEJH32' where id=8;
-update noar ti set v0='BNIS5YY8C19UUXVZV2ZIEJH32' where id=8;
-update noar tt set b1='7EBFDZPQRX7MIM1DG6NLAYSXFO36' where id=8;
-update noar ti set b1='7EBFDZPQRX7MIM1DG6NLAYSXFO36' where id=8;
-update noar tt set v0='E0LP4PINUA' where id=8;
-update noar ti set v0='E0LP4PINUA' where id=8;
-update noar tt set b2='5D3DQB' where id=8;
-update noar ti set b2='5D3DQB' where id=8;
-update noar tt set v0='DD093HFS0RKJ9WGXXT2N5DAO6VI0' where id=9;
-update noar ti set v0='DD093HFS0RKJ9WGXXT2N5DAO6VI0' where id=9;
-update noar tt set b0='C4JKAQ952V' where id=9;
-update noar ti set b0='C4JKAQ952V' where id=9;
-update noar tt set v0='FLNGUF6XVIA3RVUEAW' where id=9;
-update noar ti set v0='FLNGUF6XVIA3RVUEAW' where id=9;
-update noar tt set b1='CTUF690DI0L4G0MJSNC2K2FZ' where id=9;
-update noar ti set b1='CTUF690DI0L4G0MJSNC2K2FZ' where id=9;
-update noar tt set v0='ZE99QS32375OIGH7IJ1Y5G80ICKNM9' where id=9;
-update noar ti set v0='ZE99QS32375OIGH7IJ1Y5G80ICKNM9' where id=9;
-update noar tt set b2='HH9JTXQJ1KT' where id=9;
-update noar ti set b2='HH9JTXQJ1KT' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) not null,
- b0 tinyblob not null,
- b1 longblob not null,
- b2 mediumblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='0SHED8Q2' where id=1;
-update noar ti set v0='0SHED8Q2' where id=1;
-update noar tt set b0='ME5JRX3ZQ4B8E0DNCU2P6ZQ8ZKJSQ' where id=1;
-update noar ti set b0='ME5JRX3ZQ4B8E0DNCU2P6ZQ8ZKJSQ' where id=1;
-update noar tt set v0='2S08FHJADCFP4FC2DXFX' where id=1;
-update noar ti set v0='2S08FHJADCFP4FC2DXFX' where id=1;
-update noar tt set b1='OWKAKK8HV' where id=1;
-update noar ti set b1='OWKAKK8HV' where id=1;
-update noar tt set v0='NOESX35JAXWXJXOVIK7UTRES5VB1E' where id=1;
-update noar ti set v0='NOESX35JAXWXJXOVIK7UTRES5VB1E' where id=1;
-update noar tt set b2='S9HU1MV362YOIP1WSL8' where id=1;
-update noar ti set b2='S9HU1MV362YOIP1WSL8' where id=1;
-update noar tt set v0='4MRXHJRT5PWPG31K4RWODWVC0A' where id=2;
-update noar ti set v0='4MRXHJRT5PWPG31K4RWODWVC0A' where id=2;
-update noar tt set b0='PISI5H545T6R1BLBLR0GZ07TWX44G3' where id=2;
-update noar ti set b0='PISI5H545T6R1BLBLR0GZ07TWX44G3' where id=2;
-update noar tt set v0='A9LN2KOQ04B8PJW7Z4DZY0RGT95339R' where id=2;
-update noar ti set v0='A9LN2KOQ04B8PJW7Z4DZY0RGT95339R' where id=2;
-update noar tt set b1='QQG2X9BS5U7B2UHP' where id=2;
-update noar ti set b1='QQG2X9BS5U7B2UHP' where id=2;
-update noar tt set v0='JTK8Y8HRE2VKL5XJT' where id=2;
-update noar ti set v0='JTK8Y8HRE2VKL5XJT' where id=2;
-update noar tt set b2='FTXOS5MA4N950PQCE3WDXS' where id=2;
-update noar ti set b2='FTXOS5MA4N950PQCE3WDXS' where id=2;
-update noar tt set v0='9' where id=3;
-update noar ti set v0='9' where id=3;
-update noar tt set b0='WORUCOXK1JPOGO8H4HTGSJT' where id=3;
-update noar ti set b0='WORUCOXK1JPOGO8H4HTGSJT' where id=3;
-update noar tt set v0='HCT' where id=3;
-update noar ti set v0='HCT' where id=3;
-update noar tt set b1='8KT6054LUM4UQKUW6Z5J11H' where id=3;
-update noar ti set b1='8KT6054LUM4UQKUW6Z5J11H' where id=3;
-update noar tt set v0='H68Y58P7TMC4KG13YQZQ4YEU9Z90MQ5' where id=3;
-update noar ti set v0='H68Y58P7TMC4KG13YQZQ4YEU9Z90MQ5' where id=3;
-update noar tt set b2='WYP9INETKE4U66UNNWZIDWVZD731LWYB' where id=3;
-update noar ti set b2='WYP9INETKE4U66UNNWZIDWVZD731LWYB' where id=3;
-update noar tt set v0='T8OITEFYNXB918W3Y9LMNPOHYJSSE' where id=4;
-update noar ti set v0='T8OITEFYNXB918W3Y9LMNPOHYJSSE' where id=4;
-update noar tt set b0='MPVQLAC' where id=4;
-update noar ti set b0='MPVQLAC' where id=4;
-update noar tt set v0='KF7Q0TOHR6G' where id=4;
-update noar ti set v0='KF7Q0TOHR6G' where id=4;
-update noar tt set b1='KAU1TDA1' where id=4;
-update noar ti set b1='KAU1TDA1' where id=4;
-update noar tt set v0='EUA3' where id=4;
-update noar ti set v0='EUA3' where id=4;
-update noar tt set b2='XO8J8Q8EWE' where id=4;
-update noar ti set b2='XO8J8Q8EWE' where id=4;
-update noar tt set v0='T13RKCI3E5HSSQXTFKSSV4S' where id=5;
-update noar ti set v0='T13RKCI3E5HSSQXTFKSSV4S' where id=5;
-update noar tt set b0='L5TOIR4' where id=5;
-update noar ti set b0='L5TOIR4' where id=5;
-update noar tt set v0='0V58BZCZ15P40UM4DW' where id=5;
-update noar ti set v0='0V58BZCZ15P40UM4DW' where id=5;
-update noar tt set b1='OFEVXHM' where id=5;
-update noar ti set b1='OFEVXHM' where id=5;
-update noar tt set v0='8PFDBMH1R7WD' where id=5;
-update noar ti set v0='8PFDBMH1R7WD' where id=5;
-update noar tt set b2='3MAE1ESH817' where id=5;
-update noar ti set b2='3MAE1ESH817' where id=5;
-update noar tt set v0='TEIIUST2W8TZ' where id=6;
-update noar ti set v0='TEIIUST2W8TZ' where id=6;
-update noar tt set b0='Z5H6JJWHMKOCCH13DIW1MZJLZY4R' where id=6;
-update noar ti set b0='Z5H6JJWHMKOCCH13DIW1MZJLZY4R' where id=6;
-update noar tt set v0='5W8WR1S3CS4DQ4C7VC' where id=6;
-update noar ti set v0='5W8WR1S3CS4DQ4C7VC' where id=6;
-update noar tt set b1='VM0B7L738YSHJ4FT489IP1CTBC3C' where id=6;
-update noar ti set b1='VM0B7L738YSHJ4FT489IP1CTBC3C' where id=6;
-update noar tt set v0='RNLIR1PGJ' where id=6;
-update noar ti set v0='RNLIR1PGJ' where id=6;
-update noar tt set b2='988MEBR8CITAAJW' where id=6;
-update noar ti set b2='988MEBR8CITAAJW' where id=6;
-update noar tt set v0='U9' where id=7;
-update noar ti set v0='U9' where id=7;
-update noar tt set b0='5V4HQ4YJDL8XJWDRND6Y9' where id=7;
-update noar ti set b0='5V4HQ4YJDL8XJWDRND6Y9' where id=7;
-update noar tt set v0='8RV3QRZQHMFRXBKKXRK' where id=7;
-update noar ti set v0='8RV3QRZQHMFRXBKKXRK' where id=7;
-update noar tt set b1='BFQ0AAX' where id=7;
-update noar ti set b1='BFQ0AAX' where id=7;
-update noar tt set v0='S' where id=7;
-update noar ti set v0='S' where id=7;
-update noar tt set b2='0DIX9RF0PW0BQKNFD' where id=7;
-update noar ti set b2='0DIX9RF0PW0BQKNFD' where id=7;
-update noar tt set v0='QYET2CDYAB4Y0O29CQJ1CNHJ178' where id=8;
-update noar ti set v0='QYET2CDYAB4Y0O29CQJ1CNHJ178' where id=8;
-update noar tt set b0='0JQHEA56NXMG' where id=8;
-update noar ti set b0='0JQHEA56NXMG' where id=8;
-update noar tt set v0='L7PGKHNKASTLAH' where id=8;
-update noar ti set v0='L7PGKHNKASTLAH' where id=8;
-update noar tt set b1='WNTERESXJVBXEUCABOKKJ6EW787776X' where id=8;
-update noar ti set b1='WNTERESXJVBXEUCABOKKJ6EW787776X' where id=8;
-update noar tt set v0='Y99P6DD2L1ODN297V8TT52KN7' where id=8;
-update noar ti set v0='Y99P6DD2L1ODN297V8TT52KN7' where id=8;
-update noar tt set b2='R9X1' where id=8;
-update noar ti set b2='R9X1' where id=8;
-update noar tt set v0='KL3' where id=9;
-update noar ti set v0='KL3' where id=9;
-update noar tt set b0='U1RXJHOUIYOUCMHRXTMLANFK' where id=9;
-update noar ti set b0='U1RXJHOUIYOUCMHRXTMLANFK' where id=9;
-update noar tt set v0='F1B' where id=9;
-update noar ti set v0='F1B' where id=9;
-update noar tt set b1='Q8' where id=9;
-update noar ti set b1='Q8' where id=9;
-update noar tt set v0='W4W957ZQFQGC78TTFITFXKGMOINDQOW' where id=9;
-update noar ti set v0='W4W957ZQFQGC78TTFITFXKGMOINDQOW' where id=9;
-update noar tt set b2='83XQR3O437RY5' where id=9;
-update noar ti set b2='83XQR3O437RY5' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) null,
- b0 tinyblob null,
- b1 longblob null,
- b2 longblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='DJ1MXSKXM' where id=1;
-update noar ti set v0='DJ1MXSKXM' where id=1;
-update noar tt set b0='MWMI6H2BHD7AMELVJVLWFFEP' where id=1;
-update noar ti set b0='MWMI6H2BHD7AMELVJVLWFFEP' where id=1;
-update noar tt set v0='6DXB5JOQMHPPDLKCWDWLS5PUHOX8' where id=1;
-update noar ti set v0='6DXB5JOQMHPPDLKCWDWLS5PUHOX8' where id=1;
-update noar tt set b1='RQU8MD2WPZWZ0UC' where id=1;
-update noar ti set b1='RQU8MD2WPZWZ0UC' where id=1;
-update noar tt set v0='1EXESFMDG5BT' where id=1;
-update noar ti set v0='1EXESFMDG5BT' where id=1;
-update noar tt set b2='FJT8LDHBPMOR1KNSBW4UZCTJQX' where id=1;
-update noar ti set b2='FJT8LDHBPMOR1KNSBW4UZCTJQX' where id=1;
-update noar tt set v0='5Q0N3JQVUVOADI' where id=2;
-update noar ti set v0='5Q0N3JQVUVOADI' where id=2;
-update noar tt set b0='HU0VDM61BFSEGCMJEMPZHNEJV' where id=2;
-update noar ti set b0='HU0VDM61BFSEGCMJEMPZHNEJV' where id=2;
-update noar tt set v0='HZZB2G5XVBXDL65O' where id=2;
-update noar ti set v0='HZZB2G5XVBXDL65O' where id=2;
-update noar tt set b1='L9T7HXAT3EHODS8' where id=2;
-update noar ti set b1='L9T7HXAT3EHODS8' where id=2;
-update noar tt set v0='DU9DXS' where id=2;
-update noar ti set v0='DU9DXS' where id=2;
-update noar tt set b2='2CXIEKMTJ0XSC' where id=2;
-update noar ti set b2='2CXIEKMTJ0XSC' where id=2;
-update noar tt set v0='QNFLUSZYW3WUC52BRJK2BGTF49AH2D' where id=3;
-update noar ti set v0='QNFLUSZYW3WUC52BRJK2BGTF49AH2D' where id=3;
-update noar tt set b0='IWEJS2CBWDD1P6HC1P3' where id=3;
-update noar ti set b0='IWEJS2CBWDD1P6HC1P3' where id=3;
-update noar tt set v0='NJNDZYGN94MOM31' where id=3;
-update noar ti set v0='NJNDZYGN94MOM31' where id=3;
-update noar tt set b1='FOS' where id=3;
-update noar ti set b1='FOS' where id=3;
-update noar tt set v0='S81S' where id=3;
-update noar ti set v0='S81S' where id=3;
-update noar tt set b2='WHMALLI5LS002FRGO1A0V8V1VDFIHMVN' where id=3;
-update noar ti set b2='WHMALLI5LS002FRGO1A0V8V1VDFIHMVN' where id=3;
-update noar tt set v0='V29R3ADUYKU50DY9K1BLBMMP6I6KX3KH' where id=4;
-update noar ti set v0='V29R3ADUYKU50DY9K1BLBMMP6I6KX3KH' where id=4;
-update noar tt set b0='2SFJ7' where id=4;
-update noar ti set b0='2SFJ7' where id=4;
-update noar tt set v0='RBMCGI9VC1' where id=4;
-update noar ti set v0='RBMCGI9VC1' where id=4;
-update noar tt set b1='FRKDUYOP2Y0IS0AFDRMDS' where id=4;
-update noar ti set b1='FRKDUYOP2Y0IS0AFDRMDS' where id=4;
-update noar tt set v0='9L41QS' where id=4;
-update noar ti set v0='9L41QS' where id=4;
-update noar tt set b2='G7YT1FLLJHZ2GQ3HWMSG3QRE51DU' where id=4;
-update noar ti set b2='G7YT1FLLJHZ2GQ3HWMSG3QRE51DU' where id=4;
-update noar tt set v0='S2EKIR5I4MQV682' where id=5;
-update noar ti set v0='S2EKIR5I4MQV682' where id=5;
-update noar tt set b0='H2ZX7RT' where id=5;
-update noar ti set b0='H2ZX7RT' where id=5;
-update noar tt set v0='EZT' where id=5;
-update noar ti set v0='EZT' where id=5;
-update noar tt set b1='B17GX0FPOPJY3W5HFROX' where id=5;
-update noar ti set b1='B17GX0FPOPJY3W5HFROX' where id=5;
-update noar tt set v0='7P961' where id=5;
-update noar ti set v0='7P961' where id=5;
-update noar tt set b2='CTE' where id=5;
-update noar ti set b2='CTE' where id=5;
-update noar tt set v0='B1G2BA3VU8DDM7ONVMW4UIO92' where id=6;
-update noar ti set v0='B1G2BA3VU8DDM7ONVMW4UIO92' where id=6;
-update noar tt set b0='E5C73PV2A52YTKNOA3PUIG0A2WYG' where id=6;
-update noar ti set b0='E5C73PV2A52YTKNOA3PUIG0A2WYG' where id=6;
-update noar tt set v0='HTXJBLWNZP0DQMJEU7VTGAYUSL0V6O' where id=6;
-update noar ti set v0='HTXJBLWNZP0DQMJEU7VTGAYUSL0V6O' where id=6;
-update noar tt set b1='T7K7L6FSMJ4NFIR2VRJIE47KLC6JQ' where id=6;
-update noar ti set b1='T7K7L6FSMJ4NFIR2VRJIE47KLC6JQ' where id=6;
-update noar tt set v0='X' where id=6;
-update noar ti set v0='X' where id=6;
-update noar tt set b2='ENHUSCOXDL4T4GBD37' where id=6;
-update noar ti set b2='ENHUSCOXDL4T4GBD37' where id=6;
-update noar tt set v0='PBXRJ8C76OJ' where id=7;
-update noar ti set v0='PBXRJ8C76OJ' where id=7;
-update noar tt set b0='JBY8M983' where id=7;
-update noar ti set b0='JBY8M983' where id=7;
-update noar tt set v0='3H3LZPGFW3QALWN' where id=7;
-update noar ti set v0='3H3LZPGFW3QALWN' where id=7;
-update noar tt set b1='RLNZR7MXBHOH3QRIBT' where id=7;
-update noar ti set b1='RLNZR7MXBHOH3QRIBT' where id=7;
-update noar tt set v0='9Z9FVN7RDZORONKPN2Z6CT' where id=7;
-update noar ti set v0='9Z9FVN7RDZORONKPN2Z6CT' where id=7;
-update noar tt set b2='MDSUXECM9IPO7PI60L4WVZ81FF7FY' where id=7;
-update noar ti set b2='MDSUXECM9IPO7PI60L4WVZ81FF7FY' where id=7;
-update noar tt set v0='573' where id=8;
-update noar ti set v0='573' where id=8;
-update noar tt set b0='H2GPG4MINPW5OX6J619E' where id=8;
-update noar ti set b0='H2GPG4MINPW5OX6J619E' where id=8;
-update noar tt set v0='T77M' where id=8;
-update noar ti set v0='T77M' where id=8;
-update noar tt set b1='NXO53P69GD29GH8JGCQKECXE5HI' where id=8;
-update noar ti set b1='NXO53P69GD29GH8JGCQKECXE5HI' where id=8;
-update noar tt set v0='E6QN6A2QCK' where id=8;
-update noar ti set v0='E6QN6A2QCK' where id=8;
-update noar tt set b2='GSW0VPZZ3SDLLIY7YD' where id=8;
-update noar ti set b2='GSW0VPZZ3SDLLIY7YD' where id=8;
-update noar tt set v0='LC78UX24JTGK9OSYD6V1US7FXT' where id=9;
-update noar ti set v0='LC78UX24JTGK9OSYD6V1US7FXT' where id=9;
-update noar tt set b0='H7NVRK1V43J5SU449H61VCHD3CTABV0' where id=9;
-update noar ti set b0='H7NVRK1V43J5SU449H61VCHD3CTABV0' where id=9;
-update noar tt set v0='NDV' where id=9;
-update noar ti set v0='NDV' where id=9;
-update noar tt set b1='FSGZSRKKNTUOXX5GK3L768L5WQOV3Z' where id=9;
-update noar ti set b1='FSGZSRKKNTUOXX5GK3L768L5WQOV3Z' where id=9;
-update noar tt set v0='ES5ZL7LJH9' where id=9;
-update noar ti set v0='ES5ZL7LJH9' where id=9;
-update noar tt set b2='6B5ZRB0LTQB9IXYHQ3P' where id=9;
-update noar ti set b2='6B5ZRB0LTQB9IXYHQ3P' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) null,
- b0 tinyblob null,
- b1 longblob null,
- b2 longblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='R9XJ' where id=1;
-update noar ti set v0='R9XJ' where id=1;
-update noar tt set b0='KMRXCZOCM9CCTFQPOYN4NZ5YMZMWM' where id=1;
-update noar ti set b0='KMRXCZOCM9CCTFQPOYN4NZ5YMZMWM' where id=1;
-update noar tt set v0='KTH6250' where id=1;
-update noar ti set v0='KTH6250' where id=1;
-update noar tt set b1='H4X6OT3NHPBEMN61N93' where id=1;
-update noar ti set b1='H4X6OT3NHPBEMN61N93' where id=1;
-update noar tt set v0='7RJAX' where id=1;
-update noar ti set v0='7RJAX' where id=1;
-update noar tt set b2='T5F3WWAUQ5EENRJLTK0RBPJPC' where id=1;
-update noar ti set b2='T5F3WWAUQ5EENRJLTK0RBPJPC' where id=1;
-update noar tt set v0='582VBSGHKIYLXAWCGQ' where id=2;
-update noar ti set v0='582VBSGHKIYLXAWCGQ' where id=2;
-update noar tt set b0='DCOUYG' where id=2;
-update noar ti set b0='DCOUYG' where id=2;
-update noar tt set v0='KZLPM7N3EQ6IGCOBXRHVYNG2R3F' where id=2;
-update noar ti set v0='KZLPM7N3EQ6IGCOBXRHVYNG2R3F' where id=2;
-update noar tt set b1='CO4DJ0GL' where id=2;
-update noar ti set b1='CO4DJ0GL' where id=2;
-update noar tt set v0='WQMQHIB' where id=2;
-update noar ti set v0='WQMQHIB' where id=2;
-update noar tt set b2='JP4LB602M3VFDAES2SXWQFB1AWP94' where id=2;
-update noar ti set b2='JP4LB602M3VFDAES2SXWQFB1AWP94' where id=2;
-update noar tt set v0='NTIWNJ2BESJMS0EWO52Z' where id=3;
-update noar ti set v0='NTIWNJ2BESJMS0EWO52Z' where id=3;
-update noar tt set b0='WTVHFKBQ55OQKT' where id=3;
-update noar ti set b0='WTVHFKBQ55OQKT' where id=3;
-update noar tt set v0='YOODDDKQMKYSB6O0H6FUE9' where id=3;
-update noar ti set v0='YOODDDKQMKYSB6O0H6FUE9' where id=3;
-update noar tt set b1='DQM7LK92XMAPWEITZ7P' where id=3;
-update noar ti set b1='DQM7LK92XMAPWEITZ7P' where id=3;
-update noar tt set v0='DUHUEZNQ8KPKEU2S6X8AA5XL' where id=3;
-update noar ti set v0='DUHUEZNQ8KPKEU2S6X8AA5XL' where id=3;
-update noar tt set b2='O0A093X6CD3B' where id=3;
-update noar ti set b2='O0A093X6CD3B' where id=3;
-update noar tt set v0='6Y412YH5' where id=4;
-update noar ti set v0='6Y412YH5' where id=4;
-update noar tt set b0='OI5R' where id=4;
-update noar ti set b0='OI5R' where id=4;
-update noar tt set v0='D4KOUWKIFRN5G1UYF4DJ6EQ' where id=4;
-update noar ti set v0='D4KOUWKIFRN5G1UYF4DJ6EQ' where id=4;
-update noar tt set b1='KV3M8Z' where id=4;
-update noar ti set b1='KV3M8Z' where id=4;
-update noar tt set v0='MLMDVQTO8' where id=4;
-update noar ti set v0='MLMDVQTO8' where id=4;
-update noar tt set b2='JOUR2WZYYEYLPZZP9N29SUXSSOL' where id=4;
-update noar ti set b2='JOUR2WZYYEYLPZZP9N29SUXSSOL' where id=4;
-update noar tt set v0='LQH97ZQD7R27MMN00GC61U3MJF8' where id=5;
-update noar ti set v0='LQH97ZQD7R27MMN00GC61U3MJF8' where id=5;
-update noar tt set b0='NA' where id=5;
-update noar ti set b0='NA' where id=5;
-update noar tt set v0='9ONAZCZEA059HWXA1AOEPGBMGV5LWJV' where id=5;
-update noar ti set v0='9ONAZCZEA059HWXA1AOEPGBMGV5LWJV' where id=5;
-update noar tt set b1='H90T2S7XJ582TWIVRT' where id=5;
-update noar ti set b1='H90T2S7XJ582TWIVRT' where id=5;
-update noar tt set v0='VJOCXH0DLSJQFZ40LXG72MYOLH2DJ' where id=5;
-update noar ti set v0='VJOCXH0DLSJQFZ40LXG72MYOLH2DJ' where id=5;
-update noar tt set b2='M376NNX37GMSEK37ZFTZFSA4OOD0IXM7' where id=5;
-update noar ti set b2='M376NNX37GMSEK37ZFTZFSA4OOD0IXM7' where id=5;
-update noar tt set v0='GE9KK0DHSLDSWJ7HE5AXLE' where id=6;
-update noar ti set v0='GE9KK0DHSLDSWJ7HE5AXLE' where id=6;
-update noar tt set b0='NIA8K4T3D3SE4VI' where id=6;
-update noar ti set b0='NIA8K4T3D3SE4VI' where id=6;
-update noar tt set v0='3QND0CO15NPYM99' where id=6;
-update noar ti set v0='3QND0CO15NPYM99' where id=6;
-update noar tt set b1='IP' where id=6;
-update noar ti set b1='IP' where id=6;
-update noar tt set v0='QML67BO3LURAFJYLVFU2W4LHSUOU' where id=6;
-update noar ti set v0='QML67BO3LURAFJYLVFU2W4LHSUOU' where id=6;
-update noar tt set b2='55MAN5UDFZS80WQ0KS6WEJVVPT' where id=6;
-update noar ti set b2='55MAN5UDFZS80WQ0KS6WEJVVPT' where id=6;
-update noar tt set v0='0Y' where id=7;
-update noar ti set v0='0Y' where id=7;
-update noar tt set b0='EOQP5FNQO42LR1OXT2TF7OIT33X' where id=7;
-update noar ti set b0='EOQP5FNQO42LR1OXT2TF7OIT33X' where id=7;
-update noar tt set v0='FGKLRHEABY' where id=7;
-update noar ti set v0='FGKLRHEABY' where id=7;
-update noar tt set b1='ZP2IHOJ1' where id=7;
-update noar ti set b1='ZP2IHOJ1' where id=7;
-update noar tt set v0='NHW' where id=7;
-update noar ti set v0='NHW' where id=7;
-update noar tt set b2='PV13G6' where id=7;
-update noar ti set b2='PV13G6' where id=7;
-update noar tt set v0='34I0M2RDRP9DPKIJBZQQ8W1SYKEKEYW' where id=8;
-update noar ti set v0='34I0M2RDRP9DPKIJBZQQ8W1SYKEKEYW' where id=8;
-update noar tt set b0='2S2YNRSHG' where id=8;
-update noar ti set b0='2S2YNRSHG' where id=8;
-update noar tt set v0='TDED4Y6FQ3G' where id=8;
-update noar ti set v0='TDED4Y6FQ3G' where id=8;
-update noar tt set b1='CVU3BI1R1EJMDHQHGHHDDRUXM6IBN52V' where id=8;
-update noar ti set b1='CVU3BI1R1EJMDHQHGHHDDRUXM6IBN52V' where id=8;
-update noar tt set v0='M2I11JZJVBYA1A' where id=8;
-update noar ti set v0='M2I11JZJVBYA1A' where id=8;
-update noar tt set b2='BVX' where id=8;
-update noar ti set b2='BVX' where id=8;
-update noar tt set v0='29E75JA4DD4OIWDLM89WY5G3A89MU' where id=9;
-update noar ti set v0='29E75JA4DD4OIWDLM89WY5G3A89MU' where id=9;
-update noar tt set b0='CJTBX718EQ3KF0HBR349BME5FNVH3W' where id=9;
-update noar ti set b0='CJTBX718EQ3KF0HBR349BME5FNVH3W' where id=9;
-update noar tt set v0='J3FRX8ALOI3NXDJBQFZQOIBND0O' where id=9;
-update noar ti set v0='J3FRX8ALOI3NXDJBQFZQOIBND0O' where id=9;
-update noar tt set b1='5UR' where id=9;
-update noar ti set b1='5UR' where id=9;
-update noar tt set v0='JG' where id=9;
-update noar ti set v0='JG' where id=9;
-update noar tt set b2='W0HBGNHRNQ2Y1KGZ9' where id=9;
-update noar ti set b2='W0HBGNHRNQ2Y1KGZ9' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) not null,
- b0 tinyblob not null,
- b1 longblob not null,
- b2 longblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='AIF91B8I' where id=1;
-update noar ti set v0='AIF91B8I' where id=1;
-update noar tt set b0='P2UWJAJ0UED' where id=1;
-update noar ti set b0='P2UWJAJ0UED' where id=1;
-update noar tt set v0='J6QQ9R' where id=1;
-update noar ti set v0='J6QQ9R' where id=1;
-update noar tt set b1='YBED' where id=1;
-update noar ti set b1='YBED' where id=1;
-update noar tt set v0='UEWRT5VCKRF1HM0EBG0JMSQTBG8A0ZI' where id=1;
-update noar ti set v0='UEWRT5VCKRF1HM0EBG0JMSQTBG8A0ZI' where id=1;
-update noar tt set b2='O5OV2' where id=1;
-update noar ti set b2='O5OV2' where id=1;
-update noar tt set v0='O1' where id=2;
-update noar ti set v0='O1' where id=2;
-update noar tt set b0='9U2S7WHR' where id=2;
-update noar ti set b0='9U2S7WHR' where id=2;
-update noar tt set v0='1FTCQ8GJA4RPYMS4OD4' where id=2;
-update noar ti set v0='1FTCQ8GJA4RPYMS4OD4' where id=2;
-update noar tt set b1='KJPEE7FZFBOP' where id=2;
-update noar ti set b1='KJPEE7FZFBOP' where id=2;
-update noar tt set v0='LDG5XLKUOWKVFPJNVMD4LTH' where id=2;
-update noar ti set v0='LDG5XLKUOWKVFPJNVMD4LTH' where id=2;
-update noar tt set b2='HGVBH7BM7JLHA26OPT1T' where id=2;
-update noar ti set b2='HGVBH7BM7JLHA26OPT1T' where id=2;
-update noar tt set v0='C22A6R7' where id=3;
-update noar ti set v0='C22A6R7' where id=3;
-update noar tt set b0='NUR511QMVKB5S06P94O' where id=3;
-update noar ti set b0='NUR511QMVKB5S06P94O' where id=3;
-update noar tt set v0='JHF01LEAU68T5E8ROL' where id=3;
-update noar ti set v0='JHF01LEAU68T5E8ROL' where id=3;
-update noar tt set b1='885KWQCUQAVBTJU' where id=3;
-update noar ti set b1='885KWQCUQAVBTJU' where id=3;
-update noar tt set v0='25YFTYUNIX16VC16' where id=3;
-update noar ti set v0='25YFTYUNIX16VC16' where id=3;
-update noar tt set b2='FKP' where id=3;
-update noar ti set b2='FKP' where id=3;
-update noar tt set v0='W5WF3UWG0QH8XE' where id=4;
-update noar ti set v0='W5WF3UWG0QH8XE' where id=4;
-update noar tt set b0='9ZXNEUHITKC5GV' where id=4;
-update noar ti set b0='9ZXNEUHITKC5GV' where id=4;
-update noar tt set v0='4U3STH13QWX4KJBH2H4ESLWD16R' where id=4;
-update noar ti set v0='4U3STH13QWX4KJBH2H4ESLWD16R' where id=4;
-update noar tt set b1='FL3X8OR7FL72ETW68X1WYBXP' where id=4;
-update noar ti set b1='FL3X8OR7FL72ETW68X1WYBXP' where id=4;
-update noar tt set v0='7YFAM8NB9W2AU7N2ZPKJML860W6' where id=4;
-update noar ti set v0='7YFAM8NB9W2AU7N2ZPKJML860W6' where id=4;
-update noar tt set b2='WYA3P4NWIZ3OCBD' where id=4;
-update noar ti set b2='WYA3P4NWIZ3OCBD' where id=4;
-update noar tt set v0='4K76' where id=5;
-update noar ti set v0='4K76' where id=5;
-update noar tt set b0='SPTB4PQKL4725I' where id=5;
-update noar ti set b0='SPTB4PQKL4725I' where id=5;
-update noar tt set v0='0D7BH1R5PTEVZEJFKKHG8NQ5WEIG0' where id=5;
-update noar ti set v0='0D7BH1R5PTEVZEJFKKHG8NQ5WEIG0' where id=5;
-update noar tt set b1='BYL' where id=5;
-update noar ti set b1='BYL' where id=5;
-update noar tt set v0='1FH05SBTE4GCF8' where id=5;
-update noar ti set v0='1FH05SBTE4GCF8' where id=5;
-update noar tt set b2='17TQK2XOQJ' where id=5;
-update noar ti set b2='17TQK2XOQJ' where id=5;
-update noar tt set v0='B0SU9OUYUBL74M2KW3' where id=6;
-update noar ti set v0='B0SU9OUYUBL74M2KW3' where id=6;
-update noar tt set b0='E90XVMXNKUMC6A7RZ0USPOUQC3KQ8G9K' where id=6;
-update noar ti set b0='E90XVMXNKUMC6A7RZ0USPOUQC3KQ8G9K' where id=6;
-update noar tt set v0='IJKJCI' where id=6;
-update noar ti set v0='IJKJCI' where id=6;
-update noar tt set b1='C' where id=6;
-update noar ti set b1='C' where id=6;
-update noar tt set v0='0E9OBY3RZ3LOZ30S8WSK2HGT' where id=6;
-update noar ti set v0='0E9OBY3RZ3LOZ30S8WSK2HGT' where id=6;
-update noar tt set b2='5H78U5R' where id=6;
-update noar ti set b2='5H78U5R' where id=6;
-update noar tt set v0='3YHAD0184TOSB' where id=7;
-update noar ti set v0='3YHAD0184TOSB' where id=7;
-update noar tt set b0='2T9QEPPNKQYGRML8VG0E6RB82FVX4XTR' where id=7;
-update noar ti set b0='2T9QEPPNKQYGRML8VG0E6RB82FVX4XTR' where id=7;
-update noar tt set v0='HXV8' where id=7;
-update noar ti set v0='HXV8' where id=7;
-update noar tt set b1='35TE6T343DPM3QKONCDW' where id=7;
-update noar ti set b1='35TE6T343DPM3QKONCDW' where id=7;
-update noar tt set v0='AX9QMIZZXIK3TC5E208I' where id=7;
-update noar ti set v0='AX9QMIZZXIK3TC5E208I' where id=7;
-update noar tt set b2='9TBNOLSB59ACW48L8S' where id=7;
-update noar ti set b2='9TBNOLSB59ACW48L8S' where id=7;
-update noar tt set v0='CTMXL39WHZ' where id=8;
-update noar ti set v0='CTMXL39WHZ' where id=8;
-update noar tt set b0='IW9AR7R473ZH6QTD2' where id=8;
-update noar ti set b0='IW9AR7R473ZH6QTD2' where id=8;
-update noar tt set v0='KY3JNL3GNN0G3T0' where id=8;
-update noar ti set v0='KY3JNL3GNN0G3T0' where id=8;
-update noar tt set b1='NE0N0NHLYX8ZLZ6YOF6U4' where id=8;
-update noar ti set b1='NE0N0NHLYX8ZLZ6YOF6U4' where id=8;
-update noar tt set v0='JPBW87M0Q0OVH8C51' where id=8;
-update noar ti set v0='JPBW87M0Q0OVH8C51' where id=8;
-update noar tt set b2='N857' where id=8;
-update noar ti set b2='N857' where id=8;
-update noar tt set v0='MGIK8JFIS' where id=9;
-update noar ti set v0='MGIK8JFIS' where id=9;
-update noar tt set b0='P4CEW8QJQCIHO45L7RXZDXRM' where id=9;
-update noar ti set b0='P4CEW8QJQCIHO45L7RXZDXRM' where id=9;
-update noar tt set v0='AHBTVPEJ' where id=9;
-update noar ti set v0='AHBTVPEJ' where id=9;
-update noar tt set b1='DI9SMHZZ02SZ' where id=9;
-update noar ti set b1='DI9SMHZZ02SZ' where id=9;
-update noar tt set v0='JB67SJHVA6LH' where id=9;
-update noar ti set v0='JB67SJHVA6LH' where id=9;
-update noar tt set b2='V47N8B3LMR25SSQCVTG3Y9RIH9J' where id=9;
-update noar ti set b2='V47N8B3LMR25SSQCVTG3Y9RIH9J' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) not null,
- b0 tinyblob not null,
- b1 longblob not null,
- b2 longblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='8MO6YNMF4G45RQTC3I' where id=1;
-update noar ti set v0='8MO6YNMF4G45RQTC3I' where id=1;
-update noar tt set b0='FI' where id=1;
-update noar ti set b0='FI' where id=1;
-update noar tt set v0='T81M35RVQ1S6AMW1IW' where id=1;
-update noar ti set v0='T81M35RVQ1S6AMW1IW' where id=1;
-update noar tt set b1='Z2H2H' where id=1;
-update noar ti set b1='Z2H2H' where id=1;
-update noar tt set v0='JK7Y5OACOH4P88F3' where id=1;
-update noar ti set v0='JK7Y5OACOH4P88F3' where id=1;
-update noar tt set b2='QVNMR' where id=1;
-update noar ti set b2='QVNMR' where id=1;
-update noar tt set v0='MAG6J0MKJG' where id=2;
-update noar ti set v0='MAG6J0MKJG' where id=2;
-update noar tt set b0='QSMS5EFAQD2BBM' where id=2;
-update noar ti set b0='QSMS5EFAQD2BBM' where id=2;
-update noar tt set v0='Q6Y3B7CDEBESRJRWOKAQX' where id=2;
-update noar ti set v0='Q6Y3B7CDEBESRJRWOKAQX' where id=2;
-update noar tt set b1='ABMFG5858RP' where id=2;
-update noar ti set b1='ABMFG5858RP' where id=2;
-update noar tt set v0='JHISSD4RO3YUJS9SZS8ZQZFNO' where id=2;
-update noar ti set v0='JHISSD4RO3YUJS9SZS8ZQZFNO' where id=2;
-update noar tt set b2='OTH01L' where id=2;
-update noar ti set b2='OTH01L' where id=2;
-update noar tt set v0='RIQFIC6CJ7OIAU56' where id=3;
-update noar ti set v0='RIQFIC6CJ7OIAU56' where id=3;
-update noar tt set b0='IRFILLHGK0UQUTHH1BQBNQH9WDFM0' where id=3;
-update noar ti set b0='IRFILLHGK0UQUTHH1BQBNQH9WDFM0' where id=3;
-update noar tt set v0='37PTZ47CJHT' where id=3;
-update noar ti set v0='37PTZ47CJHT' where id=3;
-update noar tt set b1='YTS4WCLS68SW3IVZRD588CEIUD' where id=3;
-update noar ti set b1='YTS4WCLS68SW3IVZRD588CEIUD' where id=3;
-update noar tt set v0='0CAQ3PDNPQI7S3U6ZYVJ76PK23B1UERZ' where id=3;
-update noar ti set v0='0CAQ3PDNPQI7S3U6ZYVJ76PK23B1UERZ' where id=3;
-update noar tt set b2='64B6J0D112DX0RC7M7' where id=3;
-update noar ti set b2='64B6J0D112DX0RC7M7' where id=3;
-update noar tt set v0='EOJHMGQD' where id=4;
-update noar ti set v0='EOJHMGQD' where id=4;
-update noar tt set b0='HP4OXIIEYBHMQW6C3JP' where id=4;
-update noar ti set b0='HP4OXIIEYBHMQW6C3JP' where id=4;
-update noar tt set v0='G513IT5' where id=4;
-update noar ti set v0='G513IT5' where id=4;
-update noar tt set b1='GNYDJF5RHXED4A9' where id=4;
-update noar ti set b1='GNYDJF5RHXED4A9' where id=4;
-update noar tt set v0='M8TQCFMZO' where id=4;
-update noar ti set v0='M8TQCFMZO' where id=4;
-update noar tt set b2='41A8EPTG' where id=4;
-update noar ti set b2='41A8EPTG' where id=4;
-update noar tt set v0='J6YEZ2JWQRKARZ' where id=5;
-update noar ti set v0='J6YEZ2JWQRKARZ' where id=5;
-update noar tt set b0='C25XBXISTIKLN42MIJ21IKZB' where id=5;
-update noar ti set b0='C25XBXISTIKLN42MIJ21IKZB' where id=5;
-update noar tt set v0='HETVUGVXQVI6L7LCDUR8PPW' where id=5;
-update noar ti set v0='HETVUGVXQVI6L7LCDUR8PPW' where id=5;
-update noar tt set b1='7X312CKU58' where id=5;
-update noar ti set b1='7X312CKU58' where id=5;
-update noar tt set v0='ZCMAZBL3BWYQDHS407' where id=5;
-update noar ti set v0='ZCMAZBL3BWYQDHS407' where id=5;
-update noar tt set b2='F3U' where id=5;
-update noar ti set b2='F3U' where id=5;
-update noar tt set v0='3JKGKCE9LSRR07VBM3AVB6MVH' where id=6;
-update noar ti set v0='3JKGKCE9LSRR07VBM3AVB6MVH' where id=6;
-update noar tt set b0='DIIM6B7E3WM97D4Z6GUKTEIB5DPQP' where id=6;
-update noar ti set b0='DIIM6B7E3WM97D4Z6GUKTEIB5DPQP' where id=6;
-update noar tt set v0='8XZPOHU1NNSKLY8VWSZ6STZQWH82S1' where id=6;
-update noar ti set v0='8XZPOHU1NNSKLY8VWSZ6STZQWH82S1' where id=6;
-update noar tt set b1='8HNU2OK9ZK7N0' where id=6;
-update noar ti set b1='8HNU2OK9ZK7N0' where id=6;
-update noar tt set v0='L' where id=6;
-update noar ti set v0='L' where id=6;
-update noar tt set b2='2JYO0DACMLSG65Q4LX4K88XZ' where id=6;
-update noar ti set b2='2JYO0DACMLSG65Q4LX4K88XZ' where id=6;
-update noar tt set v0='T0LUWPAJ397GQS6UH2DP' where id=7;
-update noar ti set v0='T0LUWPAJ397GQS6UH2DP' where id=7;
-update noar tt set b0='TRBO6IQ696KOUWNT7DEEZQV9MU6' where id=7;
-update noar ti set b0='TRBO6IQ696KOUWNT7DEEZQV9MU6' where id=7;
-update noar tt set v0='VYO6FN9XA' where id=7;
-update noar ti set v0='VYO6FN9XA' where id=7;
-update noar tt set b1='8AGPAKACVH6XY39IFEE13M8CCLVJEG67' where id=7;
-update noar ti set b1='8AGPAKACVH6XY39IFEE13M8CCLVJEG67' where id=7;
-update noar tt set v0='2BT' where id=7;
-update noar ti set v0='2BT' where id=7;
-update noar tt set b2='P78ZDR3UWGSLUMC' where id=7;
-update noar ti set b2='P78ZDR3UWGSLUMC' where id=7;
-update noar tt set v0='0HBKGK0MYI5YS7TZJP5HN5M8J' where id=8;
-update noar ti set v0='0HBKGK0MYI5YS7TZJP5HN5M8J' where id=8;
-update noar tt set b0='UQE' where id=8;
-update noar ti set b0='UQE' where id=8;
-update noar tt set v0='0V16JMLMZKIVGTECUB9AKXRFI45CHG' where id=8;
-update noar ti set v0='0V16JMLMZKIVGTECUB9AKXRFI45CHG' where id=8;
-update noar tt set b1='MZ1WGZWEE7D1OMVCG5QXY7' where id=8;
-update noar ti set b1='MZ1WGZWEE7D1OMVCG5QXY7' where id=8;
-update noar tt set v0='HL631EGBYYUZTIOFY1IYMHLXI0M7J5E' where id=8;
-update noar ti set v0='HL631EGBYYUZTIOFY1IYMHLXI0M7J5E' where id=8;
-update noar tt set b2='34' where id=8;
-update noar ti set b2='34' where id=8;
-update noar tt set v0='99KKEAX5DK52J6KT85OAN43N5D3E' where id=9;
-update noar ti set v0='99KKEAX5DK52J6KT85OAN43N5D3E' where id=9;
-update noar tt set b0='Y7FW3MVANGFM741' where id=9;
-update noar ti set b0='Y7FW3MVANGFM741' where id=9;
-update noar tt set v0='SJ6AE8DTMNQH7PJ97UZ0CEMATX' where id=9;
-update noar ti set v0='SJ6AE8DTMNQH7PJ97UZ0CEMATX' where id=9;
-update noar tt set b1='OJSZ27FL3SUM4WF2CBS4ZG377INPVFF' where id=9;
-update noar ti set b1='OJSZ27FL3SUM4WF2CBS4ZG377INPVFF' where id=9;
-update noar tt set v0='2YN5' where id=9;
-update noar ti set v0='2YN5' where id=9;
-update noar tt set b2='LZBLWUS4PUX20NG26XLUEUJ32BK4W' where id=9;
-update noar ti set b2='LZBLWUS4PUX20NG26XLUEUJ32BK4W' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) null,
- b0 blob null,
- b1 tinyblob null,
- b2 tinyblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='VB9VCSDEOZGB' where id=1;
-update noar ti set v0='VB9VCSDEOZGB' where id=1;
-update noar tt set b0='HL4UG894D7NH55JN' where id=1;
-update noar ti set b0='HL4UG894D7NH55JN' where id=1;
-update noar tt set v0='F9FX43JX3U8XOZ5THGMX0J' where id=1;
-update noar ti set v0='F9FX43JX3U8XOZ5THGMX0J' where id=1;
-update noar tt set b1='4LVOBI4A4' where id=1;
-update noar ti set b1='4LVOBI4A4' where id=1;
-update noar tt set v0='XI2P3B7014HJASP6Z49VSNQSHDTZ4' where id=1;
-update noar ti set v0='XI2P3B7014HJASP6Z49VSNQSHDTZ4' where id=1;
-update noar tt set b2='G38ET' where id=1;
-update noar ti set b2='G38ET' where id=1;
-update noar tt set v0='5G42ONQ4T3GPAP0ZNFK24X76E0BV6VK' where id=2;
-update noar ti set v0='5G42ONQ4T3GPAP0ZNFK24X76E0BV6VK' where id=2;
-update noar tt set b0='3THMOQ8R6GIAKDJV' where id=2;
-update noar ti set b0='3THMOQ8R6GIAKDJV' where id=2;
-update noar tt set v0='XQIN0TIQTETOM3UNN6DJ9O4MBP' where id=2;
-update noar ti set v0='XQIN0TIQTETOM3UNN6DJ9O4MBP' where id=2;
-update noar tt set b1='WYSVDM7DD225L2MU3HSOHR94V6CXYJM' where id=2;
-update noar ti set b1='WYSVDM7DD225L2MU3HSOHR94V6CXYJM' where id=2;
-update noar tt set v0='LYE1U2C8I4C0O8MPP5038CG3' where id=2;
-update noar ti set v0='LYE1U2C8I4C0O8MPP5038CG3' where id=2;
-update noar tt set b2='E06O5FLZYKJ' where id=2;
-update noar ti set b2='E06O5FLZYKJ' where id=2;
-update noar tt set v0='M3YZZ7OFQ0D8V20KSGH' where id=3;
-update noar ti set v0='M3YZZ7OFQ0D8V20KSGH' where id=3;
-update noar tt set b0='MF48EAYMLRJZN' where id=3;
-update noar ti set b0='MF48EAYMLRJZN' where id=3;
-update noar tt set v0='H9ZMA950T1G3VET3F' where id=3;
-update noar ti set v0='H9ZMA950T1G3VET3F' where id=3;
-update noar tt set b1='3E7290K9K' where id=3;
-update noar ti set b1='3E7290K9K' where id=3;
-update noar tt set v0='YYQIRJUKY1SOVFBY20LNM6542Q' where id=3;
-update noar ti set v0='YYQIRJUKY1SOVFBY20LNM6542Q' where id=3;
-update noar tt set b2='MXDII1D1GBA' where id=3;
-update noar ti set b2='MXDII1D1GBA' where id=3;
-update noar tt set v0='8CJ576M0H8QMH' where id=4;
-update noar ti set v0='8CJ576M0H8QMH' where id=4;
-update noar tt set b0='5IVE3LO3JK0VQ0G89XOIULKC' where id=4;
-update noar ti set b0='5IVE3LO3JK0VQ0G89XOIULKC' where id=4;
-update noar tt set v0='X1OIUBPNS953C032RGF3SLC0QU0' where id=4;
-update noar ti set v0='X1OIUBPNS953C032RGF3SLC0QU0' where id=4;
-update noar tt set b1='MP5UM38MPXK2STK' where id=4;
-update noar ti set b1='MP5UM38MPXK2STK' where id=4;
-update noar tt set v0='MLKHT3MJ2S6BAYDW7MWIL0N' where id=4;
-update noar ti set v0='MLKHT3MJ2S6BAYDW7MWIL0N' where id=4;
-update noar tt set b2='7IALJFG3XHVNL425L9' where id=4;
-update noar ti set b2='7IALJFG3XHVNL425L9' where id=4;
-update noar tt set v0='OSB0DLZCQT40J73MKK2UMHERMVZLBY' where id=5;
-update noar ti set v0='OSB0DLZCQT40J73MKK2UMHERMVZLBY' where id=5;
-update noar tt set b0='NUZ4W' where id=5;
-update noar ti set b0='NUZ4W' where id=5;
-update noar tt set v0='OZL5HGH' where id=5;
-update noar ti set v0='OZL5HGH' where id=5;
-update noar tt set b1='921PJH0CYQK2SZVC2GOKX3E2VFSCI' where id=5;
-update noar ti set b1='921PJH0CYQK2SZVC2GOKX3E2VFSCI' where id=5;
-update noar tt set v0='9E8VH1BSSJFRPCX' where id=5;
-update noar ti set v0='9E8VH1BSSJFRPCX' where id=5;
-update noar tt set b2='RHXFGC8CU3Q74AGSZV6D6M81TQOE' where id=5;
-update noar ti set b2='RHXFGC8CU3Q74AGSZV6D6M81TQOE' where id=5;
-update noar tt set v0='CFCTGV0XCINNS3' where id=6;
-update noar ti set v0='CFCTGV0XCINNS3' where id=6;
-update noar tt set b0='UYWAFGW51ZT6DOV4DGPZY7YEXL3' where id=6;
-update noar ti set b0='UYWAFGW51ZT6DOV4DGPZY7YEXL3' where id=6;
-update noar tt set v0='31RUMYEKQP8DP6' where id=6;
-update noar ti set v0='31RUMYEKQP8DP6' where id=6;
-update noar tt set b1='6LQ6ADET6QOFM77P5VY4G7RG5AOTM' where id=6;
-update noar ti set b1='6LQ6ADET6QOFM77P5VY4G7RG5AOTM' where id=6;
-update noar tt set v0='L' where id=6;
-update noar ti set v0='L' where id=6;
-update noar tt set b2='MLNOHEW46RD992HUWPJ4M05DTVGPBCF' where id=6;
-update noar ti set b2='MLNOHEW46RD992HUWPJ4M05DTVGPBCF' where id=6;
-update noar tt set v0='89' where id=7;
-update noar ti set v0='89' where id=7;
-update noar tt set b0='6PNIO8U5Z5D8HX8MRPY' where id=7;
-update noar ti set b0='6PNIO8U5Z5D8HX8MRPY' where id=7;
-update noar tt set v0='BEEKBP75ZV' where id=7;
-update noar ti set v0='BEEKBP75ZV' where id=7;
-update noar tt set b1='KX4KW7ITSMEUI' where id=7;
-update noar ti set b1='KX4KW7ITSMEUI' where id=7;
-update noar tt set v0='WPKG8AH0E1BC3' where id=7;
-update noar ti set v0='WPKG8AH0E1BC3' where id=7;
-update noar tt set b2='0ASK8I' where id=7;
-update noar ti set b2='0ASK8I' where id=7;
-update noar tt set v0='KP5WBAZDYXPWK0ZYIQ8NGW' where id=8;
-update noar ti set v0='KP5WBAZDYXPWK0ZYIQ8NGW' where id=8;
-update noar tt set b0='JK4YSH' where id=8;
-update noar ti set b0='JK4YSH' where id=8;
-update noar tt set v0='EP6TMUOZF2G3VHEN1AK73WGCC0O' where id=8;
-update noar ti set v0='EP6TMUOZF2G3VHEN1AK73WGCC0O' where id=8;
-update noar tt set b1='0CNHFOIMCSAH6N5WC76O' where id=8;
-update noar ti set b1='0CNHFOIMCSAH6N5WC76O' where id=8;
-update noar tt set v0='COGP2V' where id=8;
-update noar ti set v0='COGP2V' where id=8;
-update noar tt set b2='1LHL8D0R2' where id=8;
-update noar ti set b2='1LHL8D0R2' where id=8;
-update noar tt set v0='MG0QN6O9GXKC9U4' where id=9;
-update noar ti set v0='MG0QN6O9GXKC9U4' where id=9;
-update noar tt set b0='5HMOVA4IOM8KYC93FVVAK' where id=9;
-update noar ti set b0='5HMOVA4IOM8KYC93FVVAK' where id=9;
-update noar tt set v0='IGIDY4S17H2E713NX8BLYJIKU' where id=9;
-update noar ti set v0='IGIDY4S17H2E713NX8BLYJIKU' where id=9;
-update noar tt set b1='WGQGMS74E5LTWFH0UK9IQB' where id=9;
-update noar ti set b1='WGQGMS74E5LTWFH0UK9IQB' where id=9;
-update noar tt set v0='9NPY0F2CE90FDCXQ2' where id=9;
-update noar ti set v0='9NPY0F2CE90FDCXQ2' where id=9;
-update noar tt set b2='WQ6HZE55JF1U94SLTM1WFG977C9U5' where id=9;
-update noar ti set b2='WQ6HZE55JF1U94SLTM1WFG977C9U5' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) null,
- b0 blob null,
- b1 tinyblob null,
- b2 tinyblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='N7E6COS3EUNQLBY81ZAELA2EPHU' where id=1;
-update noar ti set v0='N7E6COS3EUNQLBY81ZAELA2EPHU' where id=1;
-update noar tt set b0='76IFCKLZMRFZPE1D18STTXU4PSXZ' where id=1;
-update noar ti set b0='76IFCKLZMRFZPE1D18STTXU4PSXZ' where id=1;
-update noar tt set v0='RJ79HCDNZ33RI542OQLT' where id=1;
-update noar ti set v0='RJ79HCDNZ33RI542OQLT' where id=1;
-update noar tt set b1='F7CB6G8WD' where id=1;
-update noar ti set b1='F7CB6G8WD' where id=1;
-update noar tt set v0='X' where id=1;
-update noar ti set v0='X' where id=1;
-update noar tt set b2='QI54OISB1OFCREUZJD' where id=1;
-update noar ti set b2='QI54OISB1OFCREUZJD' where id=1;
-update noar tt set v0='K0FGJY8S074MY' where id=2;
-update noar ti set v0='K0FGJY8S074MY' where id=2;
-update noar tt set b0='OVFHK' where id=2;
-update noar ti set b0='OVFHK' where id=2;
-update noar tt set v0='71UW3HFXHM3TYKT767GY7I2EMYSZTBLM' where id=2;
-update noar ti set v0='71UW3HFXHM3TYKT767GY7I2EMYSZTBLM' where id=2;
-update noar tt set b1='BHTNWKY' where id=2;
-update noar ti set b1='BHTNWKY' where id=2;
-update noar tt set v0='P6WCXP836TZUHPHWV' where id=2;
-update noar ti set v0='P6WCXP836TZUHPHWV' where id=2;
-update noar tt set b2='T7GX7I5H67A4GSNWA9R1FQEQWWYC9E' where id=2;
-update noar ti set b2='T7GX7I5H67A4GSNWA9R1FQEQWWYC9E' where id=2;
-update noar tt set v0='NSTMC02Y5ZV49FTOYM95VEZLAN' where id=3;
-update noar ti set v0='NSTMC02Y5ZV49FTOYM95VEZLAN' where id=3;
-update noar tt set b0='YMXTW' where id=3;
-update noar ti set b0='YMXTW' where id=3;
-update noar tt set v0='PYKA2J2T2ZSH7R18TG41P20489P' where id=3;
-update noar ti set v0='PYKA2J2T2ZSH7R18TG41P20489P' where id=3;
-update noar tt set b1='OP33O737EABX5EL2RWC81EHUDKKSCH08' where id=3;
-update noar ti set b1='OP33O737EABX5EL2RWC81EHUDKKSCH08' where id=3;
-update noar tt set v0='FEM' where id=3;
-update noar ti set v0='FEM' where id=3;
-update noar tt set b2='GUJLWW6Y1K2M9U8KD1' where id=3;
-update noar ti set b2='GUJLWW6Y1K2M9U8KD1' where id=3;
-update noar tt set v0='DQVDBYSPFPPFGSA2V9IZ45KT8P4646N' where id=4;
-update noar ti set v0='DQVDBYSPFPPFGSA2V9IZ45KT8P4646N' where id=4;
-update noar tt set b0='G1KGJBSO45DSLLRCW10MWPFL3LU' where id=4;
-update noar ti set b0='G1KGJBSO45DSLLRCW10MWPFL3LU' where id=4;
-update noar tt set v0='2HQFO2AMOW90SBSA75T2H4' where id=4;
-update noar ti set v0='2HQFO2AMOW90SBSA75T2H4' where id=4;
-update noar tt set b1='HOPQ5J' where id=4;
-update noar ti set b1='HOPQ5J' where id=4;
-update noar tt set v0='AUQML2Y' where id=4;
-update noar ti set v0='AUQML2Y' where id=4;
-update noar tt set b2='I' where id=4;
-update noar ti set b2='I' where id=4;
-update noar tt set v0='MXNQX2W' where id=5;
-update noar ti set v0='MXNQX2W' where id=5;
-update noar tt set b0='7BFBOVSRJC2H2IESLQUQF' where id=5;
-update noar ti set b0='7BFBOVSRJC2H2IESLQUQF' where id=5;
-update noar tt set v0='ZG72C7J3LDFLVBDL7AT79EIKRO9RLAN' where id=5;
-update noar ti set v0='ZG72C7J3LDFLVBDL7AT79EIKRO9RLAN' where id=5;
-update noar tt set b1='NHJ1G4V12GX044STM3NR' where id=5;
-update noar ti set b1='NHJ1G4V12GX044STM3NR' where id=5;
-update noar tt set v0='QJ' where id=5;
-update noar ti set v0='QJ' where id=5;
-update noar tt set b2='524GMGU8O84A9C0DVHV4KR2HW' where id=5;
-update noar ti set b2='524GMGU8O84A9C0DVHV4KR2HW' where id=5;
-update noar tt set v0='LP5D1W' where id=6;
-update noar ti set v0='LP5D1W' where id=6;
-update noar tt set b0='F9A3UQNPJOPUB4X2SF03' where id=6;
-update noar ti set b0='F9A3UQNPJOPUB4X2SF03' where id=6;
-update noar tt set v0='1QF66XQX5451SQN8DTSIEIHL8YRY' where id=6;
-update noar ti set v0='1QF66XQX5451SQN8DTSIEIHL8YRY' where id=6;
-update noar tt set b1='MO' where id=6;
-update noar ti set b1='MO' where id=6;
-update noar tt set v0='LVOCQCCATPTB' where id=6;
-update noar ti set v0='LVOCQCCATPTB' where id=6;
-update noar tt set b2='FN284L6E4YQ' where id=6;
-update noar ti set b2='FN284L6E4YQ' where id=6;
-update noar tt set v0='LKXQ264A3WXZT4TT81NXG5LYJ8VJVX' where id=7;
-update noar ti set v0='LKXQ264A3WXZT4TT81NXG5LYJ8VJVX' where id=7;
-update noar tt set b0='8GZX15BGW' where id=7;
-update noar ti set b0='8GZX15BGW' where id=7;
-update noar tt set v0='WX8J2M4HLDWIKZGB9GL1VFWPAGVBE1X' where id=7;
-update noar ti set v0='WX8J2M4HLDWIKZGB9GL1VFWPAGVBE1X' where id=7;
-update noar tt set b1='M9QQHIDLMPET89CXFMUZ9IO00A' where id=7;
-update noar ti set b1='M9QQHIDLMPET89CXFMUZ9IO00A' where id=7;
-update noar tt set v0='JZB9KBPXHQOXRB2PS6' where id=7;
-update noar ti set v0='JZB9KBPXHQOXRB2PS6' where id=7;
-update noar tt set b2='DCTT48' where id=7;
-update noar ti set b2='DCTT48' where id=7;
-update noar tt set v0='RN8BID43CASG' where id=8;
-update noar ti set v0='RN8BID43CASG' where id=8;
-update noar tt set b0='J4SK8LAYHUNZS8W703G7LEQEZ518HE' where id=8;
-update noar ti set b0='J4SK8LAYHUNZS8W703G7LEQEZ518HE' where id=8;
-update noar tt set v0='GAAJ2AG05OH2I3VY2O' where id=8;
-update noar ti set v0='GAAJ2AG05OH2I3VY2O' where id=8;
-update noar tt set b1='N3G39MG5QWRI5YDZE8AOPDZV' where id=8;
-update noar ti set b1='N3G39MG5QWRI5YDZE8AOPDZV' where id=8;
-update noar tt set v0='F8' where id=8;
-update noar ti set v0='F8' where id=8;
-update noar tt set b2='GT8TR3N' where id=8;
-update noar ti set b2='GT8TR3N' where id=8;
-update noar tt set v0='7KOLAMB5JIR8MZ08QKG1BOMKLJ' where id=9;
-update noar ti set v0='7KOLAMB5JIR8MZ08QKG1BOMKLJ' where id=9;
-update noar tt set b0='D0L0PLE7' where id=9;
-update noar ti set b0='D0L0PLE7' where id=9;
-update noar tt set v0='0WNJ6NRCX6JRJ1K0A8G' where id=9;
-update noar ti set v0='0WNJ6NRCX6JRJ1K0A8G' where id=9;
-update noar tt set b1='AY6JFAPQHA' where id=9;
-update noar ti set b1='AY6JFAPQHA' where id=9;
-update noar tt set v0='C9JJ1DHB8L7RGOGRVPI' where id=9;
-update noar ti set v0='C9JJ1DHB8L7RGOGRVPI' where id=9;
-update noar tt set b2='TZ55BT0S1DEX' where id=9;
-update noar ti set b2='TZ55BT0S1DEX' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) not null,
- b0 blob not null,
- b1 tinyblob not null,
- b2 tinyblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='SL185N' where id=1;
-update noar ti set v0='SL185N' where id=1;
-update noar tt set b0='JZAXQB45ZMBLD6ET8DBRS' where id=1;
-update noar ti set b0='JZAXQB45ZMBLD6ET8DBRS' where id=1;
-update noar tt set v0='Q2VXXWV6SZPZ90WRD4GI4PKE8EXXTB' where id=1;
-update noar ti set v0='Q2VXXWV6SZPZ90WRD4GI4PKE8EXXTB' where id=1;
-update noar tt set b1='7GG0CPT' where id=1;
-update noar ti set b1='7GG0CPT' where id=1;
-update noar tt set v0='5IQFVMNTQAVJTBSRNBV' where id=1;
-update noar ti set v0='5IQFVMNTQAVJTBSRNBV' where id=1;
-update noar tt set b2='SAY0VWC3AL' where id=1;
-update noar ti set b2='SAY0VWC3AL' where id=1;
-update noar tt set v0='7WVDLQT8EQPXGAQ0I1HNLT2P' where id=2;
-update noar ti set v0='7WVDLQT8EQPXGAQ0I1HNLT2P' where id=2;
-update noar tt set b0='00XKM63N1RRRMC' where id=2;
-update noar ti set b0='00XKM63N1RRRMC' where id=2;
-update noar tt set v0='MPYS06VCS5' where id=2;
-update noar ti set v0='MPYS06VCS5' where id=2;
-update noar tt set b1='PE1F6H1N694FZH8AZQWGRXG28HLF7R' where id=2;
-update noar ti set b1='PE1F6H1N694FZH8AZQWGRXG28HLF7R' where id=2;
-update noar tt set v0='Y1XOVQ' where id=2;
-update noar ti set v0='Y1XOVQ' where id=2;
-update noar tt set b2='ZPJ0GEHUKVSK5FFPUJK03' where id=2;
-update noar ti set b2='ZPJ0GEHUKVSK5FFPUJK03' where id=2;
-update noar tt set v0='0US' where id=3;
-update noar ti set v0='0US' where id=3;
-update noar tt set b0='ZRTQMXSF' where id=3;
-update noar ti set b0='ZRTQMXSF' where id=3;
-update noar tt set v0='J5H51AX' where id=3;
-update noar ti set v0='J5H51AX' where id=3;
-update noar tt set b1='0N8K2W2IP97NQHIQF' where id=3;
-update noar ti set b1='0N8K2W2IP97NQHIQF' where id=3;
-update noar tt set v0='8IZID2V8VF26J' where id=3;
-update noar ti set v0='8IZID2V8VF26J' where id=3;
-update noar tt set b2='PUTT4OYA6CCVHCTME77GYMAFQOY' where id=3;
-update noar ti set b2='PUTT4OYA6CCVHCTME77GYMAFQOY' where id=3;
-update noar tt set v0='HSLBG' where id=4;
-update noar ti set v0='HSLBG' where id=4;
-update noar tt set b0='TSTQ6AUVZD6FW03SUO29I3RM61ZJR' where id=4;
-update noar ti set b0='TSTQ6AUVZD6FW03SUO29I3RM61ZJR' where id=4;
-update noar tt set v0='JXHR8XFSSPNQPD' where id=4;
-update noar ti set v0='JXHR8XFSSPNQPD' where id=4;
-update noar tt set b1='DBG7QPTMRNNA4' where id=4;
-update noar ti set b1='DBG7QPTMRNNA4' where id=4;
-update noar tt set v0='E5' where id=4;
-update noar ti set v0='E5' where id=4;
-update noar tt set b2='ES6L9UP9K9LYVBANIIMCMP3GVWTHU9' where id=4;
-update noar ti set b2='ES6L9UP9K9LYVBANIIMCMP3GVWTHU9' where id=4;
-update noar tt set v0='ML4Z1G1JWP0DHEMPEPT' where id=5;
-update noar ti set v0='ML4Z1G1JWP0DHEMPEPT' where id=5;
-update noar tt set b0='23KLGFMPONT3Y7MT2KL9IA' where id=5;
-update noar ti set b0='23KLGFMPONT3Y7MT2KL9IA' where id=5;
-update noar tt set v0='R6B0QGILF1MS' where id=5;
-update noar ti set v0='R6B0QGILF1MS' where id=5;
-update noar tt set b1='AP2N5J' where id=5;
-update noar ti set b1='AP2N5J' where id=5;
-update noar tt set v0='7PXK20QHITD' where id=5;
-update noar ti set v0='7PXK20QHITD' where id=5;
-update noar tt set b2='HW4GX0YF5J676RDMLVORGVF5U8MWY3C' where id=5;
-update noar ti set b2='HW4GX0YF5J676RDMLVORGVF5U8MWY3C' where id=5;
-update noar tt set v0='VFAZLK2ER2PCRAV7' where id=6;
-update noar ti set v0='VFAZLK2ER2PCRAV7' where id=6;
-update noar tt set b0='2KNPWAHB57NU43EKPPGS6GINQ9TN0W' where id=6;
-update noar ti set b0='2KNPWAHB57NU43EKPPGS6GINQ9TN0W' where id=6;
-update noar tt set v0='11M7JAMV' where id=6;
-update noar ti set v0='11M7JAMV' where id=6;
-update noar tt set b1='K7GSY8VJTD78QUSC7S1KF2' where id=6;
-update noar ti set b1='K7GSY8VJTD78QUSC7S1KF2' where id=6;
-update noar tt set v0='MJKJO5HBC15' where id=6;
-update noar ti set v0='MJKJO5HBC15' where id=6;
-update noar tt set b2='OA' where id=6;
-update noar ti set b2='OA' where id=6;
-update noar tt set v0='O' where id=7;
-update noar ti set v0='O' where id=7;
-update noar tt set b0='CIDTBH61S3EDO6IVTWK3' where id=7;
-update noar ti set b0='CIDTBH61S3EDO6IVTWK3' where id=7;
-update noar tt set v0='MM15F2JGPB2' where id=7;
-update noar ti set v0='MM15F2JGPB2' where id=7;
-update noar tt set b1='6BFA1U6HFOJ2Q9GTG' where id=7;
-update noar ti set b1='6BFA1U6HFOJ2Q9GTG' where id=7;
-update noar tt set v0='H6Q5P1980JKG' where id=7;
-update noar ti set v0='H6Q5P1980JKG' where id=7;
-update noar tt set b2='GXOA1SV9UHWIL' where id=7;
-update noar ti set b2='GXOA1SV9UHWIL' where id=7;
-update noar tt set v0='ACLU5D8JDSHMFW' where id=8;
-update noar ti set v0='ACLU5D8JDSHMFW' where id=8;
-update noar tt set b0='ET58YPLALZQSTI8Y0AM' where id=8;
-update noar ti set b0='ET58YPLALZQSTI8Y0AM' where id=8;
-update noar tt set v0='8XTZ0PHE4' where id=8;
-update noar ti set v0='8XTZ0PHE4' where id=8;
-update noar tt set b1='AL8NG0FEDRYEXIH' where id=8;
-update noar ti set b1='AL8NG0FEDRYEXIH' where id=8;
-update noar tt set v0='TBB1X5L' where id=8;
-update noar ti set v0='TBB1X5L' where id=8;
-update noar tt set b2='CFIPBV36L9FJS4F59SDLKJDQH' where id=8;
-update noar ti set b2='CFIPBV36L9FJS4F59SDLKJDQH' where id=8;
-update noar tt set v0='0HJROZ9MYJ6IEHNTYG4DMNP6' where id=9;
-update noar ti set v0='0HJROZ9MYJ6IEHNTYG4DMNP6' where id=9;
-update noar tt set b0='7YG7P1D79F0KPA3AL2VAXS1LX4ZYYEB' where id=9;
-update noar ti set b0='7YG7P1D79F0KPA3AL2VAXS1LX4ZYYEB' where id=9;
-update noar tt set v0='28M5EF' where id=9;
-update noar ti set v0='28M5EF' where id=9;
-update noar tt set b1='TO1' where id=9;
-update noar ti set b1='TO1' where id=9;
-update noar tt set v0='DF' where id=9;
-update noar ti set v0='DF' where id=9;
-update noar tt set b2='D9OL' where id=9;
-update noar ti set b2='D9OL' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) not null,
- b0 blob not null,
- b1 tinyblob not null,
- b2 tinyblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='5DOA15OSOD9DQZTW4PDGEC1I1HR7W5VU' where id=1;
-update noar ti set v0='5DOA15OSOD9DQZTW4PDGEC1I1HR7W5VU' where id=1;
-update noar tt set b0='NKY8V0K0W0' where id=1;
-update noar ti set b0='NKY8V0K0W0' where id=1;
-update noar tt set v0='R4S' where id=1;
-update noar ti set v0='R4S' where id=1;
-update noar tt set b1='LUFY4NXZ42V1Y2I52' where id=1;
-update noar ti set b1='LUFY4NXZ42V1Y2I52' where id=1;
-update noar tt set v0='Z809N9FCJRKJQBD' where id=1;
-update noar ti set v0='Z809N9FCJRKJQBD' where id=1;
-update noar tt set b2='SP2' where id=1;
-update noar ti set b2='SP2' where id=1;
-update noar tt set v0='DP0BPODNZKVITQ1KGN3M1GVLNEC' where id=2;
-update noar ti set v0='DP0BPODNZKVITQ1KGN3M1GVLNEC' where id=2;
-update noar tt set b0='E6M3UQV5MK1' where id=2;
-update noar ti set b0='E6M3UQV5MK1' where id=2;
-update noar tt set v0='0C858G02VNW22CR' where id=2;
-update noar ti set v0='0C858G02VNW22CR' where id=2;
-update noar tt set b1='RDO86' where id=2;
-update noar ti set b1='RDO86' where id=2;
-update noar tt set v0='NSIKLEHC' where id=2;
-update noar ti set v0='NSIKLEHC' where id=2;
-update noar tt set b2='MDK' where id=2;
-update noar ti set b2='MDK' where id=2;
-update noar tt set v0='CWZEJQ1Q' where id=3;
-update noar ti set v0='CWZEJQ1Q' where id=3;
-update noar tt set b0='198SH3U1JPRQCA70VEXDTXT' where id=3;
-update noar ti set b0='198SH3U1JPRQCA70VEXDTXT' where id=3;
-update noar tt set v0='M2A6LO06CE' where id=3;
-update noar ti set v0='M2A6LO06CE' where id=3;
-update noar tt set b1='ZSDAPLY4XF2JU93' where id=3;
-update noar ti set b1='ZSDAPLY4XF2JU93' where id=3;
-update noar tt set v0='71GGR7TRM286D7SBGEQ2MW7R4JIW7H' where id=3;
-update noar ti set v0='71GGR7TRM286D7SBGEQ2MW7R4JIW7H' where id=3;
-update noar tt set b2='LE' where id=3;
-update noar ti set b2='LE' where id=3;
-update noar tt set v0='1EA72GMDB3RQCLEUAH7XPSDFX' where id=4;
-update noar ti set v0='1EA72GMDB3RQCLEUAH7XPSDFX' where id=4;
-update noar tt set b0='A' where id=4;
-update noar ti set b0='A' where id=4;
-update noar tt set v0='SQAASN3ND4PW0VLYY55UWM' where id=4;
-update noar ti set v0='SQAASN3ND4PW0VLYY55UWM' where id=4;
-update noar tt set b1='2M3YLV873KLL8FGFZLPWU' where id=4;
-update noar ti set b1='2M3YLV873KLL8FGFZLPWU' where id=4;
-update noar tt set v0='VV9MGGFJEJBIRAHWMX' where id=4;
-update noar ti set v0='VV9MGGFJEJBIRAHWMX' where id=4;
-update noar tt set b2='UXEXO3WN7L7KQZH6HSDF' where id=4;
-update noar ti set b2='UXEXO3WN7L7KQZH6HSDF' where id=4;
-update noar tt set v0='O1YWKH3QTI1AXWBQYOBCUMZYYBVCUU' where id=5;
-update noar ti set v0='O1YWKH3QTI1AXWBQYOBCUMZYYBVCUU' where id=5;
-update noar tt set b0='H942QEAPA' where id=5;
-update noar ti set b0='H942QEAPA' where id=5;
-update noar tt set v0='4K9GQYZLEP5' where id=5;
-update noar ti set v0='4K9GQYZLEP5' where id=5;
-update noar tt set b1='AL01TKC1WDZVNG4M' where id=5;
-update noar ti set b1='AL01TKC1WDZVNG4M' where id=5;
-update noar tt set v0='J5JN8VGJT' where id=5;
-update noar ti set v0='J5JN8VGJT' where id=5;
-update noar tt set b2='MUI7C7B7E' where id=5;
-update noar ti set b2='MUI7C7B7E' where id=5;
-update noar tt set v0='MAG36AROYV7O0ECOLLSZVX8A' where id=6;
-update noar ti set v0='MAG36AROYV7O0ECOLLSZVX8A' where id=6;
-update noar tt set b0='LV6C3T1R8BRI6RQ53OQA53KL' where id=6;
-update noar ti set b0='LV6C3T1R8BRI6RQ53OQA53KL' where id=6;
-update noar tt set v0='3ZVVPY03L' where id=6;
-update noar ti set v0='3ZVVPY03L' where id=6;
-update noar tt set b1='3U21I9JX1' where id=6;
-update noar ti set b1='3U21I9JX1' where id=6;
-update noar tt set v0='EBGQ1TQH0IKSQ' where id=6;
-update noar ti set v0='EBGQ1TQH0IKSQ' where id=6;
-update noar tt set b2='H9VFRPMY6SVK1' where id=6;
-update noar ti set b2='H9VFRPMY6SVK1' where id=6;
-update noar tt set v0='VCILMOZWJFTK2HR0COSI22D' where id=7;
-update noar ti set v0='VCILMOZWJFTK2HR0COSI22D' where id=7;
-update noar tt set b0='9NICEITIMXDWW' where id=7;
-update noar ti set b0='9NICEITIMXDWW' where id=7;
-update noar tt set v0='SKSPWIW0YURQ' where id=7;
-update noar ti set v0='SKSPWIW0YURQ' where id=7;
-update noar tt set b1='KSFAQ02GBN0PVQMTG0ZKQ' where id=7;
-update noar ti set b1='KSFAQ02GBN0PVQMTG0ZKQ' where id=7;
-update noar tt set v0='0D94643Z' where id=7;
-update noar ti set v0='0D94643Z' where id=7;
-update noar tt set b2='W5DBZ39VVXMELAN4E6QCXQO692X4AK' where id=7;
-update noar ti set b2='W5DBZ39VVXMELAN4E6QCXQO692X4AK' where id=7;
-update noar tt set v0='K0FDLAHL7OL2IVVNOF1' where id=8;
-update noar ti set v0='K0FDLAHL7OL2IVVNOF1' where id=8;
-update noar tt set b0='YCHZSCV1VX' where id=8;
-update noar ti set b0='YCHZSCV1VX' where id=8;
-update noar tt set v0='0YSZ8KT43EGNNGWDAA27U7Y1WSLSB0N' where id=8;
-update noar ti set v0='0YSZ8KT43EGNNGWDAA27U7Y1WSLSB0N' where id=8;
-update noar tt set b1='F2QE54GTWGXO1Z' where id=8;
-update noar ti set b1='F2QE54GTWGXO1Z' where id=8;
-update noar tt set v0='GXIHVOAQV' where id=8;
-update noar ti set v0='GXIHVOAQV' where id=8;
-update noar tt set b2='KEVRRCVM3QV7OBYF8B9WM8' where id=8;
-update noar ti set b2='KEVRRCVM3QV7OBYF8B9WM8' where id=8;
-update noar tt set v0='ENBWI3GPZBADJK63SI78GPDP' where id=9;
-update noar ti set v0='ENBWI3GPZBADJK63SI78GPDP' where id=9;
-update noar tt set b0='0NUCN6IX2ZOZRN9O' where id=9;
-update noar ti set b0='0NUCN6IX2ZOZRN9O' where id=9;
-update noar tt set v0='WPXVA' where id=9;
-update noar ti set v0='WPXVA' where id=9;
-update noar tt set b1='KQ7HULNUSLXKL01YIQ73OGDH68A' where id=9;
-update noar ti set b1='KQ7HULNUSLXKL01YIQ73OGDH68A' where id=9;
-update noar tt set v0='TYRBMZ474ICZJX8' where id=9;
-update noar ti set v0='TYRBMZ474ICZJX8' where id=9;
-update noar tt set b2='7AS7GK6MJG9VYHMP3KIHINVY' where id=9;
-update noar ti set b2='7AS7GK6MJG9VYHMP3KIHINVY' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) null,
- b0 blob null,
- b1 tinyblob null,
- b2 blob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='8OFXQ6L5NC67OWGC6Z8FFOVRPQCT245' where id=1;
-update noar ti set v0='8OFXQ6L5NC67OWGC6Z8FFOVRPQCT245' where id=1;
-update noar tt set b0='S328ECLT3RRUYQCA0V2C' where id=1;
-update noar ti set b0='S328ECLT3RRUYQCA0V2C' where id=1;
-update noar tt set v0='WVYCVSCUMN1Z2953YMDTVSC2DBOBECT' where id=1;
-update noar ti set v0='WVYCVSCUMN1Z2953YMDTVSC2DBOBECT' where id=1;
-update noar tt set b1='TLCRQO8XHS1NAP9FDWPUIM' where id=1;
-update noar ti set b1='TLCRQO8XHS1NAP9FDWPUIM' where id=1;
-update noar tt set v0='T1' where id=1;
-update noar ti set v0='T1' where id=1;
-update noar tt set b2='GR7B7K3SORSI4VB6D2IWR8ZFVH7' where id=1;
-update noar ti set b2='GR7B7K3SORSI4VB6D2IWR8ZFVH7' where id=1;
-update noar tt set v0='4HFC330OC1IAP94BY8N44FZZSH' where id=2;
-update noar ti set v0='4HFC330OC1IAP94BY8N44FZZSH' where id=2;
-update noar tt set b0='Y09D0PZPSFOCS6CFMZLQ6N' where id=2;
-update noar ti set b0='Y09D0PZPSFOCS6CFMZLQ6N' where id=2;
-update noar tt set v0='80B8949XG' where id=2;
-update noar ti set v0='80B8949XG' where id=2;
-update noar tt set b1='XWE' where id=2;
-update noar ti set b1='XWE' where id=2;
-update noar tt set v0='NGXWD1TIDXE1CSRN00RUDMTBE6G5' where id=2;
-update noar ti set v0='NGXWD1TIDXE1CSRN00RUDMTBE6G5' where id=2;
-update noar tt set b2='QI1QDB1I' where id=2;
-update noar ti set b2='QI1QDB1I' where id=2;
-update noar tt set v0='QSK' where id=3;
-update noar ti set v0='QSK' where id=3;
-update noar tt set b0='H2HZJX2OQRP7L10IUB3L3UBTV8T5AQ' where id=3;
-update noar ti set b0='H2HZJX2OQRP7L10IUB3L3UBTV8T5AQ' where id=3;
-update noar tt set v0='KAR9FGEBD' where id=3;
-update noar ti set v0='KAR9FGEBD' where id=3;
-update noar tt set b1='HWU9BZEZTNDPH4QJDQKW7QXDQ3PQ' where id=3;
-update noar ti set b1='HWU9BZEZTNDPH4QJDQKW7QXDQ3PQ' where id=3;
-update noar tt set v0='H4EYLTNXDQ4ZSWH5ZG31KVH4Z18V' where id=3;
-update noar ti set v0='H4EYLTNXDQ4ZSWH5ZG31KVH4Z18V' where id=3;
-update noar tt set b2='0CYU2G1JL' where id=3;
-update noar ti set b2='0CYU2G1JL' where id=3;
-update noar tt set v0='HUZYVET6ZO9KNU' where id=4;
-update noar ti set v0='HUZYVET6ZO9KNU' where id=4;
-update noar tt set b0='J9ZDF8HZZU9KSH78VQDSMEFRPZ6OCT' where id=4;
-update noar ti set b0='J9ZDF8HZZU9KSH78VQDSMEFRPZ6OCT' where id=4;
-update noar tt set v0='5KC' where id=4;
-update noar ti set v0='5KC' where id=4;
-update noar tt set b1='4V190RO84MCKMR3ZZVTOV59VGSFLL7' where id=4;
-update noar ti set b1='4V190RO84MCKMR3ZZVTOV59VGSFLL7' where id=4;
-update noar tt set v0='1FRGAH492177BPCIXWVKR99' where id=4;
-update noar ti set v0='1FRGAH492177BPCIXWVKR99' where id=4;
-update noar tt set b2='BL2JW3GI0AD7JNBTCLBBA02APEZY' where id=4;
-update noar ti set b2='BL2JW3GI0AD7JNBTCLBBA02APEZY' where id=4;
-update noar tt set v0='WQU38IVP1984WA557O3LR' where id=5;
-update noar ti set v0='WQU38IVP1984WA557O3LR' where id=5;
-update noar tt set b0='1G6KPWXWQZYTD4W21HHQOV8389EGJJKS' where id=5;
-update noar ti set b0='1G6KPWXWQZYTD4W21HHQOV8389EGJJKS' where id=5;
-update noar tt set v0='FXK8' where id=5;
-update noar ti set v0='FXK8' where id=5;
-update noar tt set b1='OAO8GUS48RX8HO5Q98RRK12PO25' where id=5;
-update noar ti set b1='OAO8GUS48RX8HO5Q98RRK12PO25' where id=5;
-update noar tt set v0='FMBTPP' where id=5;
-update noar ti set v0='FMBTPP' where id=5;
-update noar tt set b2='HQU56AWCMMQ3L' where id=5;
-update noar ti set b2='HQU56AWCMMQ3L' where id=5;
-update noar tt set v0='50VD4T562NTPR1G' where id=6;
-update noar ti set v0='50VD4T562NTPR1G' where id=6;
-update noar tt set b0='FX4VA' where id=6;
-update noar ti set b0='FX4VA' where id=6;
-update noar tt set v0='4UPOCOH7B0MV9H3JH5' where id=6;
-update noar ti set v0='4UPOCOH7B0MV9H3JH5' where id=6;
-update noar tt set b1='4MO3VI5LCR0JQT' where id=6;
-update noar ti set b1='4MO3VI5LCR0JQT' where id=6;
-update noar tt set v0='FN5' where id=6;
-update noar ti set v0='FN5' where id=6;
-update noar tt set b2='E6754' where id=6;
-update noar ti set b2='E6754' where id=6;
-update noar tt set v0='W5DS44UQUW4BK2TMUVHRMY2OS03PN8' where id=7;
-update noar ti set v0='W5DS44UQUW4BK2TMUVHRMY2OS03PN8' where id=7;
-update noar tt set b0='CK6TVL' where id=7;
-update noar ti set b0='CK6TVL' where id=7;
-update noar tt set v0='2NSX4SFM7XTP2Z3X4XIG20VI4HJZX' where id=7;
-update noar ti set v0='2NSX4SFM7XTP2Z3X4XIG20VI4HJZX' where id=7;
-update noar tt set b1='D6VNG23LZPDFNMN5PSFPJ' where id=7;
-update noar ti set b1='D6VNG23LZPDFNMN5PSFPJ' where id=7;
-update noar tt set v0='SK08F4' where id=7;
-update noar ti set v0='SK08F4' where id=7;
-update noar tt set b2='YUMII2Y603QNJZEHZ2' where id=7;
-update noar ti set b2='YUMII2Y603QNJZEHZ2' where id=7;
-update noar tt set v0='GQS1' where id=8;
-update noar ti set v0='GQS1' where id=8;
-update noar tt set b0='HX' where id=8;
-update noar ti set b0='HX' where id=8;
-update noar tt set v0='7L3M4D8I4RI' where id=8;
-update noar ti set v0='7L3M4D8I4RI' where id=8;
-update noar tt set b1='YRSA' where id=8;
-update noar ti set b1='YRSA' where id=8;
-update noar tt set v0='EPT2GJ9HLW3FK43GPVQLV1KA9SY29' where id=8;
-update noar ti set v0='EPT2GJ9HLW3FK43GPVQLV1KA9SY29' where id=8;
-update noar tt set b2='U1E5' where id=8;
-update noar ti set b2='U1E5' where id=8;
-update noar tt set v0='3JT6YE' where id=9;
-update noar ti set v0='3JT6YE' where id=9;
-update noar tt set b0='48CS9AA1LPXG' where id=9;
-update noar ti set b0='48CS9AA1LPXG' where id=9;
-update noar tt set v0='M5' where id=9;
-update noar ti set v0='M5' where id=9;
-update noar tt set b1='XRI2HS37K3TXCIX9G3QXU5BIQ2' where id=9;
-update noar ti set b1='XRI2HS37K3TXCIX9G3QXU5BIQ2' where id=9;
-update noar tt set v0='4LC07BPK' where id=9;
-update noar ti set v0='4LC07BPK' where id=9;
-update noar tt set b2='8CR0' where id=9;
-update noar ti set b2='8CR0' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) null,
- b0 blob null,
- b1 tinyblob null,
- b2 blob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='VUQPQDYXZXNTCA3JV0UB3QV69' where id=1;
-update noar ti set v0='VUQPQDYXZXNTCA3JV0UB3QV69' where id=1;
-update noar tt set b0='APBXLU54RTNOKCA759E8UPZ6VOV1ZL' where id=1;
-update noar ti set b0='APBXLU54RTNOKCA759E8UPZ6VOV1ZL' where id=1;
-update noar tt set v0='DEQ7ZBUHHIC6T4LY8QPNXAS' where id=1;
-update noar ti set v0='DEQ7ZBUHHIC6T4LY8QPNXAS' where id=1;
-update noar tt set b1='KL88WWG2MIY515LJFDI8TW2EE0' where id=1;
-update noar ti set b1='KL88WWG2MIY515LJFDI8TW2EE0' where id=1;
-update noar tt set v0='DPBJF4F987I' where id=1;
-update noar ti set v0='DPBJF4F987I' where id=1;
-update noar tt set b2='D5ISQ06XRY186VUNHAI0RQ' where id=1;
-update noar ti set b2='D5ISQ06XRY186VUNHAI0RQ' where id=1;
-update noar tt set v0='75850D7P52SMA799HZ' where id=2;
-update noar ti set v0='75850D7P52SMA799HZ' where id=2;
-update noar tt set b0='Q992DR0ONYEANG0H1W7T' where id=2;
-update noar ti set b0='Q992DR0ONYEANG0H1W7T' where id=2;
-update noar tt set v0='0NHDR5HW1KL9AT4' where id=2;
-update noar ti set v0='0NHDR5HW1KL9AT4' where id=2;
-update noar tt set b1='JN05H798V6OG8I3HHZ18JPCAKDDGBE' where id=2;
-update noar ti set b1='JN05H798V6OG8I3HHZ18JPCAKDDGBE' where id=2;
-update noar tt set v0='F9Y0' where id=2;
-update noar ti set v0='F9Y0' where id=2;
-update noar tt set b2='O7JEBE777C03YUGF34KAQ4DRPYZPOLI4' where id=2;
-update noar ti set b2='O7JEBE777C03YUGF34KAQ4DRPYZPOLI4' where id=2;
-update noar tt set v0='RKGS2C08E6KXF' where id=3;
-update noar ti set v0='RKGS2C08E6KXF' where id=3;
-update noar tt set b0='G6JJ6B0SI8HKRF' where id=3;
-update noar ti set b0='G6JJ6B0SI8HKRF' where id=3;
-update noar tt set v0='AHGMKZ1LLNN4PPT74G24' where id=3;
-update noar ti set v0='AHGMKZ1LLNN4PPT74G24' where id=3;
-update noar tt set b1='ATT9ZP2LZO9KGWPP60LDYBDKZ3A' where id=3;
-update noar ti set b1='ATT9ZP2LZO9KGWPP60LDYBDKZ3A' where id=3;
-update noar tt set v0='7KYOE' where id=3;
-update noar ti set v0='7KYOE' where id=3;
-update noar tt set b2='WGRVJ3BA3YITX2R4' where id=3;
-update noar ti set b2='WGRVJ3BA3YITX2R4' where id=3;
-update noar tt set v0='64T1F5D' where id=4;
-update noar ti set v0='64T1F5D' where id=4;
-update noar tt set b0='XQGN4LO22R0ESCR0Q20GV6JRRAQG' where id=4;
-update noar ti set b0='XQGN4LO22R0ESCR0Q20GV6JRRAQG' where id=4;
-update noar tt set v0='351ETRMEMKM' where id=4;
-update noar ti set v0='351ETRMEMKM' where id=4;
-update noar tt set b1='NOHATEZUVX2' where id=4;
-update noar ti set b1='NOHATEZUVX2' where id=4;
-update noar tt set v0='YUTNSR98UNZGOAS6LYQBP6VTYA' where id=4;
-update noar ti set v0='YUTNSR98UNZGOAS6LYQBP6VTYA' where id=4;
-update noar tt set b2='PB7A0O461PKE09FBUX7VLKV5S' where id=4;
-update noar ti set b2='PB7A0O461PKE09FBUX7VLKV5S' where id=4;
-update noar tt set v0='DQ8JHMJA1Q92UP2RGKK' where id=5;
-update noar ti set v0='DQ8JHMJA1Q92UP2RGKK' where id=5;
-update noar tt set b0='4M' where id=5;
-update noar ti set b0='4M' where id=5;
-update noar tt set v0='8Z8Z3DHLV12ZSX3NZ53V4QR1' where id=5;
-update noar ti set v0='8Z8Z3DHLV12ZSX3NZ53V4QR1' where id=5;
-update noar tt set b1='LH1T9F0TYH1981IBHULVYGV6R' where id=5;
-update noar ti set b1='LH1T9F0TYH1981IBHULVYGV6R' where id=5;
-update noar tt set v0='0ZMXLNHTH6O5IFQQ2IT2TI6D68JE98N' where id=5;
-update noar ti set v0='0ZMXLNHTH6O5IFQQ2IT2TI6D68JE98N' where id=5;
-update noar tt set b2='6N9E9VM' where id=5;
-update noar ti set b2='6N9E9VM' where id=5;
-update noar tt set v0='RGQDJQDQQNSPD54T' where id=6;
-update noar ti set v0='RGQDJQDQQNSPD54T' where id=6;
-update noar tt set b0='B7H8NSGKTRQFO8TTARPWBZBSZO8FX' where id=6;
-update noar ti set b0='B7H8NSGKTRQFO8TTARPWBZBSZO8FX' where id=6;
-update noar tt set v0='CVQCEWUR8Q' where id=6;
-update noar ti set v0='CVQCEWUR8Q' where id=6;
-update noar tt set b1='FBGCMN10QO8UTQ57B' where id=6;
-update noar ti set b1='FBGCMN10QO8UTQ57B' where id=6;
-update noar tt set v0='0NHRRNP8871XWIUFN6O8' where id=6;
-update noar ti set v0='0NHRRNP8871XWIUFN6O8' where id=6;
-update noar tt set b2='873A1S6GZTF7DM1AMWL4IO1' where id=6;
-update noar ti set b2='873A1S6GZTF7DM1AMWL4IO1' where id=6;
-update noar tt set v0='G' where id=7;
-update noar ti set v0='G' where id=7;
-update noar tt set b0='N1O1VD7TSEO7FBFU0A8BMR' where id=7;
-update noar ti set b0='N1O1VD7TSEO7FBFU0A8BMR' where id=7;
-update noar tt set v0='K26RTCEEW232CNC1LCF' where id=7;
-update noar ti set v0='K26RTCEEW232CNC1LCF' where id=7;
-update noar tt set b1='OJ958LZXQBJE' where id=7;
-update noar ti set b1='OJ958LZXQBJE' where id=7;
-update noar tt set v0='VQENBRAW14TRVTWDRKTCJPDFHF9WR' where id=7;
-update noar ti set v0='VQENBRAW14TRVTWDRKTCJPDFHF9WR' where id=7;
-update noar tt set b2='XDXFWAMMW1N0EDXUE0BRSZ4A9H' where id=7;
-update noar ti set b2='XDXFWAMMW1N0EDXUE0BRSZ4A9H' where id=7;
-update noar tt set v0='OHDXG9X1939XN8N58FTY' where id=8;
-update noar ti set v0='OHDXG9X1939XN8N58FTY' where id=8;
-update noar tt set b0='HERZ4IDVYX1AUISAYM1RY9H' where id=8;
-update noar ti set b0='HERZ4IDVYX1AUISAYM1RY9H' where id=8;
-update noar tt set v0='GPTY' where id=8;
-update noar ti set v0='GPTY' where id=8;
-update noar tt set b1='UWKAEB9VVHHPZL19IEJLH8NLB2N' where id=8;
-update noar ti set b1='UWKAEB9VVHHPZL19IEJLH8NLB2N' where id=8;
-update noar tt set v0='MN43PPLPU4L1DW0XDD57PCZGCD5' where id=8;
-update noar ti set v0='MN43PPLPU4L1DW0XDD57PCZGCD5' where id=8;
-update noar tt set b2='71CF20NDNO6' where id=8;
-update noar ti set b2='71CF20NDNO6' where id=8;
-update noar tt set v0='AAREJYJ9MHK2SZHPOJVU441RTJSVS' where id=9;
-update noar ti set v0='AAREJYJ9MHK2SZHPOJVU441RTJSVS' where id=9;
-update noar tt set b0='7F02' where id=9;
-update noar ti set b0='7F02' where id=9;
-update noar tt set v0='R793TUXUT3LYE6K4IT2' where id=9;
-update noar ti set v0='R793TUXUT3LYE6K4IT2' where id=9;
-update noar tt set b1='Q6SHP1' where id=9;
-update noar ti set b1='Q6SHP1' where id=9;
-update noar tt set v0='83GNXN' where id=9;
-update noar ti set v0='83GNXN' where id=9;
-update noar tt set b2='PTP1DRZJNC8WDHHV' where id=9;
-update noar ti set b2='PTP1DRZJNC8WDHHV' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) not null,
- b0 blob not null,
- b1 tinyblob not null,
- b2 blob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='XU3QDNUUUED' where id=1;
-update noar ti set v0='XU3QDNUUUED' where id=1;
-update noar tt set b0='R73YA41CB6Q3NWOD8VO6S41J0HOADE' where id=1;
-update noar ti set b0='R73YA41CB6Q3NWOD8VO6S41J0HOADE' where id=1;
-update noar tt set v0='6EGUYIRRDCY' where id=1;
-update noar ti set v0='6EGUYIRRDCY' where id=1;
-update noar tt set b1='W4KU6SKBEYCGS9B79QJA0NCMFC3J0R' where id=1;
-update noar ti set b1='W4KU6SKBEYCGS9B79QJA0NCMFC3J0R' where id=1;
-update noar tt set v0='5350D8R3HRWZVKXMPJASPZ0K2EMD' where id=1;
-update noar ti set v0='5350D8R3HRWZVKXMPJASPZ0K2EMD' where id=1;
-update noar tt set b2='QUJCA01C2SQPDX' where id=1;
-update noar ti set b2='QUJCA01C2SQPDX' where id=1;
-update noar tt set v0='A82OPJ5V' where id=2;
-update noar ti set v0='A82OPJ5V' where id=2;
-update noar tt set b0='XIC2HT6THN' where id=2;
-update noar ti set b0='XIC2HT6THN' where id=2;
-update noar tt set v0='7O4EN4FU5RZ8YWT1ME7S5945RVIRN6' where id=2;
-update noar ti set v0='7O4EN4FU5RZ8YWT1ME7S5945RVIRN6' where id=2;
-update noar tt set b1='EVFJ1I80W2JDCBJBSBU90AUDNYOMO8' where id=2;
-update noar ti set b1='EVFJ1I80W2JDCBJBSBU90AUDNYOMO8' where id=2;
-update noar tt set v0='YST3X32WY2' where id=2;
-update noar ti set v0='YST3X32WY2' where id=2;
-update noar tt set b2='21ZSBY2DSKWOBE769' where id=2;
-update noar ti set b2='21ZSBY2DSKWOBE769' where id=2;
-update noar tt set v0='Z01M18FDI9H7PSPC4J02SEU2' where id=3;
-update noar ti set v0='Z01M18FDI9H7PSPC4J02SEU2' where id=3;
-update noar tt set b0='AJ' where id=3;
-update noar ti set b0='AJ' where id=3;
-update noar tt set v0='P1BTN3GPCLHVJQTGF01FBMA7' where id=3;
-update noar ti set v0='P1BTN3GPCLHVJQTGF01FBMA7' where id=3;
-update noar tt set b1='WC' where id=3;
-update noar ti set b1='WC' where id=3;
-update noar tt set v0='KZSJK1SP32NJS92AQ6XDYUI98X' where id=3;
-update noar ti set v0='KZSJK1SP32NJS92AQ6XDYUI98X' where id=3;
-update noar tt set b2='MSCU2' where id=3;
-update noar ti set b2='MSCU2' where id=3;
-update noar tt set v0='53W36QISMKU30PH47X0WOS91ZQ4' where id=4;
-update noar ti set v0='53W36QISMKU30PH47X0WOS91ZQ4' where id=4;
-update noar tt set b0='ICK01X4ZUCAWWND0Q9' where id=4;
-update noar ti set b0='ICK01X4ZUCAWWND0Q9' where id=4;
-update noar tt set v0='BBB7CY7USQ2LPT' where id=4;
-update noar ti set v0='BBB7CY7USQ2LPT' where id=4;
-update noar tt set b1='ZF08YH17VUV2' where id=4;
-update noar ti set b1='ZF08YH17VUV2' where id=4;
-update noar tt set v0='XKR42V' where id=4;
-update noar ti set v0='XKR42V' where id=4;
-update noar tt set b2='L9IH6' where id=4;
-update noar ti set b2='L9IH6' where id=4;
-update noar tt set v0='JW2YNWMTYIZATD4NT3SNWA' where id=5;
-update noar ti set v0='JW2YNWMTYIZATD4NT3SNWA' where id=5;
-update noar tt set b0='7LSOLBM4WI0430159H9JNNUY6UEK835' where id=5;
-update noar ti set b0='7LSOLBM4WI0430159H9JNNUY6UEK835' where id=5;
-update noar tt set v0='EEAQ9T7XGQGVOY5BJA51' where id=5;
-update noar ti set v0='EEAQ9T7XGQGVOY5BJA51' where id=5;
-update noar tt set b1='NFIU62OLJ8' where id=5;
-update noar ti set b1='NFIU62OLJ8' where id=5;
-update noar tt set v0='PW7ICJ9WMEFTB' where id=5;
-update noar ti set v0='PW7ICJ9WMEFTB' where id=5;
-update noar tt set b2='SG' where id=5;
-update noar ti set b2='SG' where id=5;
-update noar tt set v0='0PIHZIB3NA2' where id=6;
-update noar ti set v0='0PIHZIB3NA2' where id=6;
-update noar tt set b0='K2UAETCYF1ZRIUPZWVQ32PNJI' where id=6;
-update noar ti set b0='K2UAETCYF1ZRIUPZWVQ32PNJI' where id=6;
-update noar tt set v0='BZN443Y8DYHEXBAF2CSRMQWA7NKSXP5I' where id=6;
-update noar ti set v0='BZN443Y8DYHEXBAF2CSRMQWA7NKSXP5I' where id=6;
-update noar tt set b1='P29U6MKFISL0V85A' where id=6;
-update noar ti set b1='P29U6MKFISL0V85A' where id=6;
-update noar tt set v0='SSN71F3DAI43QO9K0KWI7ATM4J6' where id=6;
-update noar ti set v0='SSN71F3DAI43QO9K0KWI7ATM4J6' where id=6;
-update noar tt set b2='ZPTXO' where id=6;
-update noar ti set b2='ZPTXO' where id=6;
-update noar tt set v0='O6EU2NH9XCIQ20QL3Q0Y202MGFT4YP' where id=7;
-update noar ti set v0='O6EU2NH9XCIQ20QL3Q0Y202MGFT4YP' where id=7;
-update noar tt set b0='QA366PO6IU82995G00G8D2FX2' where id=7;
-update noar ti set b0='QA366PO6IU82995G00G8D2FX2' where id=7;
-update noar tt set v0='JMWC9IKLD2AXMNG46HWMJRRK8Y65' where id=7;
-update noar ti set v0='JMWC9IKLD2AXMNG46HWMJRRK8Y65' where id=7;
-update noar tt set b1='T587BFDUBC6733FBGOG14V' where id=7;
-update noar ti set b1='T587BFDUBC6733FBGOG14V' where id=7;
-update noar tt set v0='QYK' where id=7;
-update noar ti set v0='QYK' where id=7;
-update noar tt set b2='U2XOEI4UXQWVPBKMUP82QNZWJLWTN' where id=7;
-update noar ti set b2='U2XOEI4UXQWVPBKMUP82QNZWJLWTN' where id=7;
-update noar tt set v0='OAUT3IRL' where id=8;
-update noar ti set v0='OAUT3IRL' where id=8;
-update noar tt set b0='IGDJMCOAV6P1D6JPRLGIHZQ5HIN' where id=8;
-update noar ti set b0='IGDJMCOAV6P1D6JPRLGIHZQ5HIN' where id=8;
-update noar tt set v0='GERZLX365' where id=8;
-update noar ti set v0='GERZLX365' where id=8;
-update noar tt set b1='91J5U2MFCRY5A20RSK9' where id=8;
-update noar ti set b1='91J5U2MFCRY5A20RSK9' where id=8;
-update noar tt set v0='FD6O2TEKP3FB' where id=8;
-update noar ti set v0='FD6O2TEKP3FB' where id=8;
-update noar tt set b2='UHQK78WYR0FNFGN16IG05DGHMIJ7IQ' where id=8;
-update noar ti set b2='UHQK78WYR0FNFGN16IG05DGHMIJ7IQ' where id=8;
-update noar tt set v0='U5EXFWMFLW6YQU8SJZ' where id=9;
-update noar ti set v0='U5EXFWMFLW6YQU8SJZ' where id=9;
-update noar tt set b0='7X8L3B58A7DFNOLF2BTTCCMGHYLFXA' where id=9;
-update noar ti set b0='7X8L3B58A7DFNOLF2BTTCCMGHYLFXA' where id=9;
-update noar tt set v0='OIH4JC' where id=9;
-update noar ti set v0='OIH4JC' where id=9;
-update noar tt set b1='X5TK2Z5Q3WPV7B' where id=9;
-update noar ti set b1='X5TK2Z5Q3WPV7B' where id=9;
-update noar tt set v0='O32I0SKW7G8HJ89FSM9W' where id=9;
-update noar ti set v0='O32I0SKW7G8HJ89FSM9W' where id=9;
-update noar tt set b2='Q' where id=9;
-update noar ti set b2='Q' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) not null,
- b0 blob not null,
- b1 tinyblob not null,
- b2 blob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='A' where id=1;
-update noar ti set v0='A' where id=1;
-update noar tt set b0='V' where id=1;
-update noar ti set b0='V' where id=1;
-update noar tt set v0='NDHFNZVNZER0' where id=1;
-update noar ti set v0='NDHFNZVNZER0' where id=1;
-update noar tt set b1='XOF1T71SN19LPLUUMR8T0V' where id=1;
-update noar ti set b1='XOF1T71SN19LPLUUMR8T0V' where id=1;
-update noar tt set v0='XGDTM4ULG' where id=1;
-update noar ti set v0='XGDTM4ULG' where id=1;
-update noar tt set b2='BVPJMZ79OE0VLR0POPJF2COL' where id=1;
-update noar ti set b2='BVPJMZ79OE0VLR0POPJF2COL' where id=1;
-update noar tt set v0='TDQCD51C6LS50PCSS19' where id=2;
-update noar ti set v0='TDQCD51C6LS50PCSS19' where id=2;
-update noar tt set b0='2JLOMEVP50CSX5P' where id=2;
-update noar ti set b0='2JLOMEVP50CSX5P' where id=2;
-update noar tt set v0='W92IZ6W4ZX03GU7HB' where id=2;
-update noar ti set v0='W92IZ6W4ZX03GU7HB' where id=2;
-update noar tt set b1='NZOFN0P3ANMC9CCNGXYDAMGZIRQ6E' where id=2;
-update noar ti set b1='NZOFN0P3ANMC9CCNGXYDAMGZIRQ6E' where id=2;
-update noar tt set v0='QK71N118' where id=2;
-update noar ti set v0='QK71N118' where id=2;
-update noar tt set b2='9218G' where id=2;
-update noar ti set b2='9218G' where id=2;
-update noar tt set v0='2X' where id=3;
-update noar ti set v0='2X' where id=3;
-update noar tt set b0='EFN3UHPG090PAMQD5' where id=3;
-update noar ti set b0='EFN3UHPG090PAMQD5' where id=3;
-update noar tt set v0='U8G0BWY9N83YVKBSHPFRETDNZH9W' where id=3;
-update noar ti set v0='U8G0BWY9N83YVKBSHPFRETDNZH9W' where id=3;
-update noar tt set b1='U2XEAPDE54CJZCLJL' where id=3;
-update noar ti set b1='U2XEAPDE54CJZCLJL' where id=3;
-update noar tt set v0='NC4SXFI7MI83I2LTAZ5XZ32VG545V' where id=3;
-update noar ti set v0='NC4SXFI7MI83I2LTAZ5XZ32VG545V' where id=3;
-update noar tt set b2='JK' where id=3;
-update noar ti set b2='JK' where id=3;
-update noar tt set v0='RSWUAHUL6' where id=4;
-update noar ti set v0='RSWUAHUL6' where id=4;
-update noar tt set b0='GRQKU46EDTIGMF' where id=4;
-update noar ti set b0='GRQKU46EDTIGMF' where id=4;
-update noar tt set v0='BT' where id=4;
-update noar ti set v0='BT' where id=4;
-update noar tt set b1='X71JQGKDDFX3489U9T7B' where id=4;
-update noar ti set b1='X71JQGKDDFX3489U9T7B' where id=4;
-update noar tt set v0='57E93K20CL0OC9F1LQI986I' where id=4;
-update noar ti set v0='57E93K20CL0OC9F1LQI986I' where id=4;
-update noar tt set b2='QF2YZSKIT5YQYRPZ7AAEQGT5T5K2' where id=4;
-update noar ti set b2='QF2YZSKIT5YQYRPZ7AAEQGT5T5K2' where id=4;
-update noar tt set v0='932WM7HPL6Y2W0DEFD1B' where id=5;
-update noar ti set v0='932WM7HPL6Y2W0DEFD1B' where id=5;
-update noar tt set b0='3OO66UPVGB3GCD0' where id=5;
-update noar ti set b0='3OO66UPVGB3GCD0' where id=5;
-update noar tt set v0='82GEP0KY' where id=5;
-update noar ti set v0='82GEP0KY' where id=5;
-update noar tt set b1='XCZ91DUJ1SATYGR' where id=5;
-update noar ti set b1='XCZ91DUJ1SATYGR' where id=5;
-update noar tt set v0='J2CZMCT9SRK00YTGWB5P80X' where id=5;
-update noar ti set v0='J2CZMCT9SRK00YTGWB5P80X' where id=5;
-update noar tt set b2='F8' where id=5;
-update noar ti set b2='F8' where id=5;
-update noar tt set v0='79TZSK6QXT5QR9F9HN5FRJF1KK8FZY' where id=6;
-update noar ti set v0='79TZSK6QXT5QR9F9HN5FRJF1KK8FZY' where id=6;
-update noar tt set b0='HMLMF01XNW' where id=6;
-update noar ti set b0='HMLMF01XNW' where id=6;
-update noar tt set v0='1MKBV34P1BZHNYC20IAISEAZISU' where id=6;
-update noar ti set v0='1MKBV34P1BZHNYC20IAISEAZISU' where id=6;
-update noar tt set b1='V6Y1597M85UVADSRV' where id=6;
-update noar ti set b1='V6Y1597M85UVADSRV' where id=6;
-update noar tt set v0='01VB5IWSED' where id=6;
-update noar ti set v0='01VB5IWSED' where id=6;
-update noar tt set b2='N2WIMKTUKTN96Y' where id=6;
-update noar ti set b2='N2WIMKTUKTN96Y' where id=6;
-update noar tt set v0='XSFVFOXMR0VTGRXDFSB86CA9HXJTIY7G' where id=7;
-update noar ti set v0='XSFVFOXMR0VTGRXDFSB86CA9HXJTIY7G' where id=7;
-update noar tt set b0='TLT3' where id=7;
-update noar ti set b0='TLT3' where id=7;
-update noar tt set v0='96XRMMICUZOBMTW' where id=7;
-update noar ti set v0='96XRMMICUZOBMTW' where id=7;
-update noar tt set b1='LATU82IPCM65NU120CYY4EJTE2NEGF7L' where id=7;
-update noar ti set b1='LATU82IPCM65NU120CYY4EJTE2NEGF7L' where id=7;
-update noar tt set v0='HK' where id=7;
-update noar ti set v0='HK' where id=7;
-update noar tt set b2='F3VYTPKOVD' where id=7;
-update noar ti set b2='F3VYTPKOVD' where id=7;
-update noar tt set v0='KJBME3Y' where id=8;
-update noar ti set v0='KJBME3Y' where id=8;
-update noar tt set b0='9X3KW0PCRE545LOCATN70FKIZF' where id=8;
-update noar ti set b0='9X3KW0PCRE545LOCATN70FKIZF' where id=8;
-update noar tt set v0='2JS7M6NW4A' where id=8;
-update noar ti set v0='2JS7M6NW4A' where id=8;
-update noar tt set b1='ZEO1PV008CN91AIDPTYJHIY18X961L0' where id=8;
-update noar ti set b1='ZEO1PV008CN91AIDPTYJHIY18X961L0' where id=8;
-update noar tt set v0='B' where id=8;
-update noar ti set v0='B' where id=8;
-update noar tt set b2='8HQEAXOZ1A80P0G7A9SP5MQAUZT2KXI' where id=8;
-update noar ti set b2='8HQEAXOZ1A80P0G7A9SP5MQAUZT2KXI' where id=8;
-update noar tt set v0='TB71OWDBCDPM8021R' where id=9;
-update noar ti set v0='TB71OWDBCDPM8021R' where id=9;
-update noar tt set b0='9W71QX99B' where id=9;
-update noar ti set b0='9W71QX99B' where id=9;
-update noar tt set v0='NORAZPZ6K8L5RBX4L0ZELX8' where id=9;
-update noar ti set v0='NORAZPZ6K8L5RBX4L0ZELX8' where id=9;
-update noar tt set b1='V8ULB' where id=9;
-update noar ti set b1='V8ULB' where id=9;
-update noar tt set v0='YH' where id=9;
-update noar ti set v0='YH' where id=9;
-update noar tt set b2='33XO87DZ48YNP1FGU0B9N06' where id=9;
-update noar ti set b2='33XO87DZ48YNP1FGU0B9N06' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) null,
- b0 blob null,
- b1 tinyblob null,
- b2 mediumblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='LIO' where id=1;
-update noar ti set v0='LIO' where id=1;
-update noar tt set b0='Y3G6XG4' where id=1;
-update noar ti set b0='Y3G6XG4' where id=1;
-update noar tt set v0='F1TTLJHRNTKD11T0X' where id=1;
-update noar ti set v0='F1TTLJHRNTKD11T0X' where id=1;
-update noar tt set b1='BQUA0FE5BZH9ID18986P' where id=1;
-update noar ti set b1='BQUA0FE5BZH9ID18986P' where id=1;
-update noar tt set v0='UNNX6JFFSSHUMN' where id=1;
-update noar ti set v0='UNNX6JFFSSHUMN' where id=1;
-update noar tt set b2='P' where id=1;
-update noar ti set b2='P' where id=1;
-update noar tt set v0='DDU4IIUFEABM7KXK2O7THELM' where id=2;
-update noar ti set v0='DDU4IIUFEABM7KXK2O7THELM' where id=2;
-update noar tt set b0='RTSYOKZYRMV' where id=2;
-update noar ti set b0='RTSYOKZYRMV' where id=2;
-update noar tt set v0='05I0' where id=2;
-update noar ti set v0='05I0' where id=2;
-update noar tt set b1='N9J0WU24H943KVVVX' where id=2;
-update noar ti set b1='N9J0WU24H943KVVVX' where id=2;
-update noar tt set v0='DJU70IQUL6D3K' where id=2;
-update noar ti set v0='DJU70IQUL6D3K' where id=2;
-update noar tt set b2='BHRWFKXZXV6I7F2BIVQ2M0JW1NX' where id=2;
-update noar ti set b2='BHRWFKXZXV6I7F2BIVQ2M0JW1NX' where id=2;
-update noar tt set v0='7FUQOVDRP8Q2N5RWI3J9M' where id=3;
-update noar ti set v0='7FUQOVDRP8Q2N5RWI3J9M' where id=3;
-update noar tt set b0='J8E157H7I00UPVKWCDDXC9O6F96P8D' where id=3;
-update noar ti set b0='J8E157H7I00UPVKWCDDXC9O6F96P8D' where id=3;
-update noar tt set v0='OMFW2X6OPA63M2MDH0' where id=3;
-update noar ti set v0='OMFW2X6OPA63M2MDH0' where id=3;
-update noar tt set b1='DYCORSVKDBSIODO' where id=3;
-update noar ti set b1='DYCORSVKDBSIODO' where id=3;
-update noar tt set v0='00I4XWBVVX3XQ93UAIZ9DXR6YB' where id=3;
-update noar ti set v0='00I4XWBVVX3XQ93UAIZ9DXR6YB' where id=3;
-update noar tt set b2='YLKWWFI0LSXIRPY' where id=3;
-update noar ti set b2='YLKWWFI0LSXIRPY' where id=3;
-update noar tt set v0='S4AD6GZOPINU' where id=4;
-update noar ti set v0='S4AD6GZOPINU' where id=4;
-update noar tt set b0='HKWF6Q5' where id=4;
-update noar ti set b0='HKWF6Q5' where id=4;
-update noar tt set v0='MN4MZABRRR' where id=4;
-update noar ti set v0='MN4MZABRRR' where id=4;
-update noar tt set b1='JBG3CX7QIJPG8E4WKOP' where id=4;
-update noar ti set b1='JBG3CX7QIJPG8E4WKOP' where id=4;
-update noar tt set v0='XV0D7BVKE5PN60PI' where id=4;
-update noar ti set v0='XV0D7BVKE5PN60PI' where id=4;
-update noar tt set b2='LU' where id=4;
-update noar ti set b2='LU' where id=4;
-update noar tt set v0='QTRCD6W428RS51AGQDDGK' where id=5;
-update noar ti set v0='QTRCD6W428RS51AGQDDGK' where id=5;
-update noar tt set b0='9RGU7ICDRQ2BPIGU8' where id=5;
-update noar ti set b0='9RGU7ICDRQ2BPIGU8' where id=5;
-update noar tt set v0='5CDTGIYK' where id=5;
-update noar ti set v0='5CDTGIYK' where id=5;
-update noar tt set b1='5DVYO1HEEX3B54I295752L7SG1QO' where id=5;
-update noar ti set b1='5DVYO1HEEX3B54I295752L7SG1QO' where id=5;
-update noar tt set v0='D4' where id=5;
-update noar ti set v0='D4' where id=5;
-update noar tt set b2='15D3YAD6XZ' where id=5;
-update noar ti set b2='15D3YAD6XZ' where id=5;
-update noar tt set v0='1AM2CE6P2QXNZH4KYJM' where id=6;
-update noar ti set v0='1AM2CE6P2QXNZH4KYJM' where id=6;
-update noar tt set b0='ECB6UMTQGFI97J2OXIE1TVLVYH' where id=6;
-update noar ti set b0='ECB6UMTQGFI97J2OXIE1TVLVYH' where id=6;
-update noar tt set v0='N7LF7GMG3VBGB0ECODQZGHQU3J3MF9G' where id=6;
-update noar ti set v0='N7LF7GMG3VBGB0ECODQZGHQU3J3MF9G' where id=6;
-update noar tt set b1='MR74EBF' where id=6;
-update noar ti set b1='MR74EBF' where id=6;
-update noar tt set v0='IFAJQOVRP3UB0MN65BFZTKI00I1CQ' where id=6;
-update noar ti set v0='IFAJQOVRP3UB0MN65BFZTKI00I1CQ' where id=6;
-update noar tt set b2='4I5O1UF4P' where id=6;
-update noar ti set b2='4I5O1UF4P' where id=6;
-update noar tt set v0='JH2BE3I4EJ8038XQKYYUHXKRRZ6' where id=7;
-update noar ti set v0='JH2BE3I4EJ8038XQKYYUHXKRRZ6' where id=7;
-update noar tt set b0='WVRKN6KQI81P' where id=7;
-update noar ti set b0='WVRKN6KQI81P' where id=7;
-update noar tt set v0='9YCQ5SM8UGLDKJT109L' where id=7;
-update noar ti set v0='9YCQ5SM8UGLDKJT109L' where id=7;
-update noar tt set b1='6JU7I4A0CL' where id=7;
-update noar ti set b1='6JU7I4A0CL' where id=7;
-update noar tt set v0='JKGCOF73Z91ZW7TKRAE' where id=7;
-update noar ti set v0='JKGCOF73Z91ZW7TKRAE' where id=7;
-update noar tt set b2='U38TDJVLX2VBFCDH80DW' where id=7;
-update noar ti set b2='U38TDJVLX2VBFCDH80DW' where id=7;
-update noar tt set v0='65KD4FMW1IZUAPJ5O4Y1HUZRQC' where id=8;
-update noar ti set v0='65KD4FMW1IZUAPJ5O4Y1HUZRQC' where id=8;
-update noar tt set b0='C8V604PVVWW98W50X7R' where id=8;
-update noar ti set b0='C8V604PVVWW98W50X7R' where id=8;
-update noar tt set v0='Q8A1HTG' where id=8;
-update noar ti set v0='Q8A1HTG' where id=8;
-update noar tt set b1='8J0PJKK2' where id=8;
-update noar ti set b1='8J0PJKK2' where id=8;
-update noar tt set v0='83TXLAE0BLSTDEMYA7NI' where id=8;
-update noar ti set v0='83TXLAE0BLSTDEMYA7NI' where id=8;
-update noar tt set b2='3YOQ' where id=8;
-update noar ti set b2='3YOQ' where id=8;
-update noar tt set v0='3UBHD4NN1UOAXGBLEID' where id=9;
-update noar ti set v0='3UBHD4NN1UOAXGBLEID' where id=9;
-update noar tt set b0='34E5ENE2UY9TG0L4BL18O5' where id=9;
-update noar ti set b0='34E5ENE2UY9TG0L4BL18O5' where id=9;
-update noar tt set v0='PY80H4WWA' where id=9;
-update noar ti set v0='PY80H4WWA' where id=9;
-update noar tt set b1='WNEKC3QIXU2AR8HAD4KDQYSTU' where id=9;
-update noar ti set b1='WNEKC3QIXU2AR8HAD4KDQYSTU' where id=9;
-update noar tt set v0='7YBMM6TTD0PU087URN' where id=9;
-update noar ti set v0='7YBMM6TTD0PU087URN' where id=9;
-update noar tt set b2='W932B20IVW48' where id=9;
-update noar ti set b2='W932B20IVW48' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) null,
- b0 blob null,
- b1 tinyblob null,
- b2 mediumblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='66P36' where id=1;
-update noar ti set v0='66P36' where id=1;
-update noar tt set b0='MCD37D1R1KER146C' where id=1;
-update noar ti set b0='MCD37D1R1KER146C' where id=1;
-update noar tt set v0='I1ISD5FF2SRZD6DU8TE72' where id=1;
-update noar ti set v0='I1ISD5FF2SRZD6DU8TE72' where id=1;
-update noar tt set b1='FOKH5RXCGIDV5' where id=1;
-update noar ti set b1='FOKH5RXCGIDV5' where id=1;
-update noar tt set v0='JR2Z4Z1YY5NK7G83OCS2BAL37LAJ5TY' where id=1;
-update noar ti set v0='JR2Z4Z1YY5NK7G83OCS2BAL37LAJ5TY' where id=1;
-update noar tt set b2='8L971501K5EMR3N9N2' where id=1;
-update noar ti set b2='8L971501K5EMR3N9N2' where id=1;
-update noar tt set v0='DISLIWXU9O2NU5UKD8NF0OIKTNOCN3YF' where id=2;
-update noar ti set v0='DISLIWXU9O2NU5UKD8NF0OIKTNOCN3YF' where id=2;
-update noar tt set b0='GH' where id=2;
-update noar ti set b0='GH' where id=2;
-update noar tt set v0='I573FM2MUXCQDSQ6QVCRO1OW2B6BKOT' where id=2;
-update noar ti set v0='I573FM2MUXCQDSQ6QVCRO1OW2B6BKOT' where id=2;
-update noar tt set b1='883WS4IM7LG1ORUSVV4ATO4CQY71AS' where id=2;
-update noar ti set b1='883WS4IM7LG1ORUSVV4ATO4CQY71AS' where id=2;
-update noar tt set v0='9BLVXWR70TQ77GBR3357PPS' where id=2;
-update noar ti set v0='9BLVXWR70TQ77GBR3357PPS' where id=2;
-update noar tt set b2='KAK2QFV8AC9JMZ' where id=2;
-update noar ti set b2='KAK2QFV8AC9JMZ' where id=2;
-update noar tt set v0='0JAJ10RDO3E' where id=3;
-update noar ti set v0='0JAJ10RDO3E' where id=3;
-update noar tt set b0='9E6SCXIE51YLGRTB6885W' where id=3;
-update noar ti set b0='9E6SCXIE51YLGRTB6885W' where id=3;
-update noar tt set v0='XD7' where id=3;
-update noar ti set v0='XD7' where id=3;
-update noar tt set b1='S1Y2CUR7KXKEC60B' where id=3;
-update noar ti set b1='S1Y2CUR7KXKEC60B' where id=3;
-update noar tt set v0='KVH56ZNR' where id=3;
-update noar ti set v0='KVH56ZNR' where id=3;
-update noar tt set b2='L71GF9OKU' where id=3;
-update noar ti set b2='L71GF9OKU' where id=3;
-update noar tt set v0='8CHNTTOU24ZSWWVCY1A4ADB6ST4QBRX' where id=4;
-update noar ti set v0='8CHNTTOU24ZSWWVCY1A4ADB6ST4QBRX' where id=4;
-update noar tt set b0='HXAM9OKSZ690M7NTC162' where id=4;
-update noar ti set b0='HXAM9OKSZ690M7NTC162' where id=4;
-update noar tt set v0='NEJHHDD' where id=4;
-update noar ti set v0='NEJHHDD' where id=4;
-update noar tt set b1='A568QPAT4XAYNCHP5W7' where id=4;
-update noar ti set b1='A568QPAT4XAYNCHP5W7' where id=4;
-update noar tt set v0='1FV1' where id=4;
-update noar ti set v0='1FV1' where id=4;
-update noar tt set b2='L8B6XD4ZBI8YW47WN' where id=4;
-update noar ti set b2='L8B6XD4ZBI8YW47WN' where id=4;
-update noar tt set v0='KNWS76FFVLNES5QW0FXGCRGZ7G4' where id=5;
-update noar ti set v0='KNWS76FFVLNES5QW0FXGCRGZ7G4' where id=5;
-update noar tt set b0='YODXM2TJPBSKRA42DJ0N03' where id=5;
-update noar ti set b0='YODXM2TJPBSKRA42DJ0N03' where id=5;
-update noar tt set v0='SMNSDK41XML66DA4ZVP2R' where id=5;
-update noar ti set v0='SMNSDK41XML66DA4ZVP2R' where id=5;
-update noar tt set b1='3O8MPVDHCE9RQ7LND2BLJQ2' where id=5;
-update noar ti set b1='3O8MPVDHCE9RQ7LND2BLJQ2' where id=5;
-update noar tt set v0='JPNFEYTXVCK8SEKUNOBDRQLYZNOZW5PJ' where id=5;
-update noar ti set v0='JPNFEYTXVCK8SEKUNOBDRQLYZNOZW5PJ' where id=5;
-update noar tt set b2='7TPAJV1I56NEUEEMUCY' where id=5;
-update noar ti set b2='7TPAJV1I56NEUEEMUCY' where id=5;
-update noar tt set v0='XIM' where id=6;
-update noar ti set v0='XIM' where id=6;
-update noar tt set b0='6PQ3OFLL3NQE3F1Y' where id=6;
-update noar ti set b0='6PQ3OFLL3NQE3F1Y' where id=6;
-update noar tt set v0='10ZGXC9H13O30CX' where id=6;
-update noar ti set v0='10ZGXC9H13O30CX' where id=6;
-update noar tt set b1='76GNA8DZML' where id=6;
-update noar ti set b1='76GNA8DZML' where id=6;
-update noar tt set v0='O8THJC8LA2ZLU3FSFXU0T8FRBMQ75C1' where id=6;
-update noar ti set v0='O8THJC8LA2ZLU3FSFXU0T8FRBMQ75C1' where id=6;
-update noar tt set b2='MNWHHPLF0V3W4' where id=6;
-update noar ti set b2='MNWHHPLF0V3W4' where id=6;
-update noar tt set v0='2NHJWSU' where id=7;
-update noar ti set v0='2NHJWSU' where id=7;
-update noar tt set b0='CMLY7L9B01Y1PLEA07BBCFVQ0' where id=7;
-update noar ti set b0='CMLY7L9B01Y1PLEA07BBCFVQ0' where id=7;
-update noar tt set v0='0MWVFT8GACPKZ2ULEACPM' where id=7;
-update noar ti set v0='0MWVFT8GACPKZ2ULEACPM' where id=7;
-update noar tt set b1='X72JXX5TYVRB4VQUO28S7Z3RUK3T' where id=7;
-update noar ti set b1='X72JXX5TYVRB4VQUO28S7Z3RUK3T' where id=7;
-update noar tt set v0='MMB7WITNIC' where id=7;
-update noar ti set v0='MMB7WITNIC' where id=7;
-update noar tt set b2='ELP5PQ38R336W' where id=7;
-update noar ti set b2='ELP5PQ38R336W' where id=7;
-update noar tt set v0='4IJA' where id=8;
-update noar ti set v0='4IJA' where id=8;
-update noar tt set b0='A34SH83OUHG3PTEZPCLIHGV0I4F9MXU' where id=8;
-update noar ti set b0='A34SH83OUHG3PTEZPCLIHGV0I4F9MXU' where id=8;
-update noar tt set v0='9Q2IWCJFJ5PGMQ5DOA9NEJWZBX4' where id=8;
-update noar ti set v0='9Q2IWCJFJ5PGMQ5DOA9NEJWZBX4' where id=8;
-update noar tt set b1='GLZFTYYCMUI' where id=8;
-update noar ti set b1='GLZFTYYCMUI' where id=8;
-update noar tt set v0='VHW' where id=8;
-update noar ti set v0='VHW' where id=8;
-update noar tt set b2='205J91153H2NOGTNW' where id=8;
-update noar ti set b2='205J91153H2NOGTNW' where id=8;
-update noar tt set v0='XCN' where id=9;
-update noar ti set v0='XCN' where id=9;
-update noar tt set b0='N36OMXEDRSW' where id=9;
-update noar ti set b0='N36OMXEDRSW' where id=9;
-update noar tt set v0='P8MQYP05GOWEDGV8AP09ROAHWX' where id=9;
-update noar ti set v0='P8MQYP05GOWEDGV8AP09ROAHWX' where id=9;
-update noar tt set b1='ODBZE0PZXQF' where id=9;
-update noar ti set b1='ODBZE0PZXQF' where id=9;
-update noar tt set v0='ZB2EHYQ7ISRFNGJZUUYBNRN1SS7CT0L' where id=9;
-update noar ti set v0='ZB2EHYQ7ISRFNGJZUUYBNRN1SS7CT0L' where id=9;
-update noar tt set b2='H559PD' where id=9;
-update noar ti set b2='H559PD' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) not null,
- b0 blob not null,
- b1 tinyblob not null,
- b2 mediumblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='WR7DJFSN5UGF203' where id=1;
-update noar ti set v0='WR7DJFSN5UGF203' where id=1;
-update noar tt set b0='EV' where id=1;
-update noar ti set b0='EV' where id=1;
-update noar tt set v0='1VUUO1B6L357Z' where id=1;
-update noar ti set v0='1VUUO1B6L357Z' where id=1;
-update noar tt set b1='22G3VQTOGKVMEE753PIYJ7DY' where id=1;
-update noar ti set b1='22G3VQTOGKVMEE753PIYJ7DY' where id=1;
-update noar tt set v0='QCDDPRM3' where id=1;
-update noar ti set v0='QCDDPRM3' where id=1;
-update noar tt set b2='RK57SA2IS9ROA7EYOO4' where id=1;
-update noar ti set b2='RK57SA2IS9ROA7EYOO4' where id=1;
-update noar tt set v0='H3AEEE8CSC' where id=2;
-update noar ti set v0='H3AEEE8CSC' where id=2;
-update noar tt set b0='XLVMMDCHOJLG0QSONPSNJ' where id=2;
-update noar ti set b0='XLVMMDCHOJLG0QSONPSNJ' where id=2;
-update noar tt set v0='34MKP6XSBWURK3NRNFDW' where id=2;
-update noar ti set v0='34MKP6XSBWURK3NRNFDW' where id=2;
-update noar tt set b1='S0UFBA' where id=2;
-update noar ti set b1='S0UFBA' where id=2;
-update noar tt set v0='0PAUX919QJILAZ43L92TTE8CP436J3' where id=2;
-update noar ti set v0='0PAUX919QJILAZ43L92TTE8CP436J3' where id=2;
-update noar tt set b2='T7UBGMD4ITIEQKH8GL0' where id=2;
-update noar ti set b2='T7UBGMD4ITIEQKH8GL0' where id=2;
-update noar tt set v0='ONRJ4D5ZGSD' where id=3;
-update noar ti set v0='ONRJ4D5ZGSD' where id=3;
-update noar tt set b0='0ZIOOUCWDYWM' where id=3;
-update noar ti set b0='0ZIOOUCWDYWM' where id=3;
-update noar tt set v0='EHHKBBXXA4' where id=3;
-update noar ti set v0='EHHKBBXXA4' where id=3;
-update noar tt set b1='8' where id=3;
-update noar ti set b1='8' where id=3;
-update noar tt set v0='CO0509YW75U84YV4RIBP4L' where id=3;
-update noar ti set v0='CO0509YW75U84YV4RIBP4L' where id=3;
-update noar tt set b2='97' where id=3;
-update noar ti set b2='97' where id=3;
-update noar tt set v0='WYYMGD0YQH21QCRBWBI' where id=4;
-update noar ti set v0='WYYMGD0YQH21QCRBWBI' where id=4;
-update noar tt set b0='PQ3EH514' where id=4;
-update noar ti set b0='PQ3EH514' where id=4;
-update noar tt set v0='W' where id=4;
-update noar ti set v0='W' where id=4;
-update noar tt set b1='BJMRH8FHAL7B88BY' where id=4;
-update noar ti set b1='BJMRH8FHAL7B88BY' where id=4;
-update noar tt set v0='A3CGOLVBT0H0272NOKV7HW10N4HM' where id=4;
-update noar ti set v0='A3CGOLVBT0H0272NOKV7HW10N4HM' where id=4;
-update noar tt set b2='30R4CZ07A' where id=4;
-update noar ti set b2='30R4CZ07A' where id=4;
-update noar tt set v0='VCD3LXJNFBQICHQ651MMFRCJDMLSRYWP' where id=5;
-update noar ti set v0='VCD3LXJNFBQICHQ651MMFRCJDMLSRYWP' where id=5;
-update noar tt set b0='WUBK8N7CE9Y84LJU84GMYAA8YLRGQR' where id=5;
-update noar ti set b0='WUBK8N7CE9Y84LJU84GMYAA8YLRGQR' where id=5;
-update noar tt set v0='GAICEJEF1R5LATFGRMI1XWRJECCX8VT' where id=5;
-update noar ti set v0='GAICEJEF1R5LATFGRMI1XWRJECCX8VT' where id=5;
-update noar tt set b1='L2FAACS2R' where id=5;
-update noar ti set b1='L2FAACS2R' where id=5;
-update noar tt set v0='5S81UC' where id=5;
-update noar ti set v0='5S81UC' where id=5;
-update noar tt set b2='6ORJKA8QGG628JLM6WZ81FAD18RSD' where id=5;
-update noar ti set b2='6ORJKA8QGG628JLM6WZ81FAD18RSD' where id=5;
-update noar tt set v0='9UR7X6DBXII6M' where id=6;
-update noar ti set v0='9UR7X6DBXII6M' where id=6;
-update noar tt set b0='T47UURFHFDDERX9' where id=6;
-update noar ti set b0='T47UURFHFDDERX9' where id=6;
-update noar tt set v0='XRMBRITRHUPS1YCICHRE3BC' where id=6;
-update noar ti set v0='XRMBRITRHUPS1YCICHRE3BC' where id=6;
-update noar tt set b1='DXU1KCSMQH9MZ4X0GIH450NC25FYQ0A' where id=6;
-update noar ti set b1='DXU1KCSMQH9MZ4X0GIH450NC25FYQ0A' where id=6;
-update noar tt set v0='20B0YH1KL3' where id=6;
-update noar ti set v0='20B0YH1KL3' where id=6;
-update noar tt set b2='96Z4CVKLB839H7JG6OB29DMD04' where id=6;
-update noar ti set b2='96Z4CVKLB839H7JG6OB29DMD04' where id=6;
-update noar tt set v0='T' where id=7;
-update noar ti set v0='T' where id=7;
-update noar tt set b0='6T8DDEHYU' where id=7;
-update noar ti set b0='6T8DDEHYU' where id=7;
-update noar tt set v0='WZRBYQB' where id=7;
-update noar ti set v0='WZRBYQB' where id=7;
-update noar tt set b1='C121LRUJAW7' where id=7;
-update noar ti set b1='C121LRUJAW7' where id=7;
-update noar tt set v0='QSNGTU6KKSJOMJOLSLX5KN' where id=7;
-update noar ti set v0='QSNGTU6KKSJOMJOLSLX5KN' where id=7;
-update noar tt set b2='RNCBIAQCUBBVYHO1QZL' where id=7;
-update noar ti set b2='RNCBIAQCUBBVYHO1QZL' where id=7;
-update noar tt set v0='48DFTNYZ51EC5A0R8' where id=8;
-update noar ti set v0='48DFTNYZ51EC5A0R8' where id=8;
-update noar tt set b0='LTZXKAJS9UTIEX9BYWTLRX' where id=8;
-update noar ti set b0='LTZXKAJS9UTIEX9BYWTLRX' where id=8;
-update noar tt set v0='C3H6FBJTXH4NLPZXUC7G5QY' where id=8;
-update noar ti set v0='C3H6FBJTXH4NLPZXUC7G5QY' where id=8;
-update noar tt set b1='MB8O4XMG2XTZ0DP95NWOYE830J3D' where id=8;
-update noar ti set b1='MB8O4XMG2XTZ0DP95NWOYE830J3D' where id=8;
-update noar tt set v0='BBT67HO8JSHCQ45172V03ZDF876M840I' where id=8;
-update noar ti set v0='BBT67HO8JSHCQ45172V03ZDF876M840I' where id=8;
-update noar tt set b2='5JW4J6E89GQMJG1PVC714' where id=8;
-update noar ti set b2='5JW4J6E89GQMJG1PVC714' where id=8;
-update noar tt set v0='XA98R9ABPQEII01YDER24X230ZFOJ' where id=9;
-update noar ti set v0='XA98R9ABPQEII01YDER24X230ZFOJ' where id=9;
-update noar tt set b0='YW34M3XCXH1' where id=9;
-update noar ti set b0='YW34M3XCXH1' where id=9;
-update noar tt set v0='97K' where id=9;
-update noar ti set v0='97K' where id=9;
-update noar tt set b1='7TQBWK7AGI9GW19YJA8' where id=9;
-update noar ti set b1='7TQBWK7AGI9GW19YJA8' where id=9;
-update noar tt set v0='QVGTS6U49IC' where id=9;
-update noar ti set v0='QVGTS6U49IC' where id=9;
-update noar tt set b2='I2YICWKYUF6F4OYSC' where id=9;
-update noar ti set b2='I2YICWKYUF6F4OYSC' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) not null,
- b0 blob not null,
- b1 tinyblob not null,
- b2 mediumblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='4BMPA0839HMTXAG9ME9' where id=1;
-update noar ti set v0='4BMPA0839HMTXAG9ME9' where id=1;
-update noar tt set b0='75NQQ2PEXW9GKWIFYX0RYSHU' where id=1;
-update noar ti set b0='75NQQ2PEXW9GKWIFYX0RYSHU' where id=1;
-update noar tt set v0='OAQU' where id=1;
-update noar ti set v0='OAQU' where id=1;
-update noar tt set b1='LL3RXSPP' where id=1;
-update noar ti set b1='LL3RXSPP' where id=1;
-update noar tt set v0='RY88YGHYMHYF09VQ5UL' where id=1;
-update noar ti set v0='RY88YGHYMHYF09VQ5UL' where id=1;
-update noar tt set b2='VK6LJ2Q4TJEDO5MYVQPS7OHPE4O9B' where id=1;
-update noar ti set b2='VK6LJ2Q4TJEDO5MYVQPS7OHPE4O9B' where id=1;
-update noar tt set v0='E8NIALN0VFSJ2BWQQOM' where id=2;
-update noar ti set v0='E8NIALN0VFSJ2BWQQOM' where id=2;
-update noar tt set b0='SXBENCGGQDZ7UOD' where id=2;
-update noar ti set b0='SXBENCGGQDZ7UOD' where id=2;
-update noar tt set v0='FJ4SZOOQR3ITVRGE389GON66U2P2' where id=2;
-update noar ti set v0='FJ4SZOOQR3ITVRGE389GON66U2P2' where id=2;
-update noar tt set b1='6W7JQI' where id=2;
-update noar ti set b1='6W7JQI' where id=2;
-update noar tt set v0='SBMKBU62US8JD' where id=2;
-update noar ti set v0='SBMKBU62US8JD' where id=2;
-update noar tt set b2='M1CJRQAM5A57BLVOQBAJLASOU8WN9QC2' where id=2;
-update noar ti set b2='M1CJRQAM5A57BLVOQBAJLASOU8WN9QC2' where id=2;
-update noar tt set v0='S8OIEBK88Z4KXZPXG091' where id=3;
-update noar ti set v0='S8OIEBK88Z4KXZPXG091' where id=3;
-update noar tt set b0='P3WVCX809TM860ITFOO' where id=3;
-update noar ti set b0='P3WVCX809TM860ITFOO' where id=3;
-update noar tt set v0='R4FT1HKOKH4AOL' where id=3;
-update noar ti set v0='R4FT1HKOKH4AOL' where id=3;
-update noar tt set b1='2QQAMDVB5ZPJNM5W4LPA6C2H77' where id=3;
-update noar ti set b1='2QQAMDVB5ZPJNM5W4LPA6C2H77' where id=3;
-update noar tt set v0='P25ZB0' where id=3;
-update noar ti set v0='P25ZB0' where id=3;
-update noar tt set b2='VJJ9W' where id=3;
-update noar ti set b2='VJJ9W' where id=3;
-update noar tt set v0='G8IW52HR13JY24B1G9DAWXZ1B' where id=4;
-update noar ti set v0='G8IW52HR13JY24B1G9DAWXZ1B' where id=4;
-update noar tt set b0='530BIS28' where id=4;
-update noar ti set b0='530BIS28' where id=4;
-update noar tt set v0='D829NKDKO4YSXT3A3XKPGIVBGQLJL' where id=4;
-update noar ti set v0='D829NKDKO4YSXT3A3XKPGIVBGQLJL' where id=4;
-update noar tt set b1='E8QMTNPL6OHOS2MXOCTBBYJ9N5L' where id=4;
-update noar ti set b1='E8QMTNPL6OHOS2MXOCTBBYJ9N5L' where id=4;
-update noar tt set v0='XDXQ50' where id=4;
-update noar ti set v0='XDXQ50' where id=4;
-update noar tt set b2='Y2LYY15VF1NS42J' where id=4;
-update noar ti set b2='Y2LYY15VF1NS42J' where id=4;
-update noar tt set v0='WFZ28TP9VSEIZ1UFG3QY7UL' where id=5;
-update noar ti set v0='WFZ28TP9VSEIZ1UFG3QY7UL' where id=5;
-update noar tt set b0='M8OBJKCFYUOP5BVJFH39OW96Z' where id=5;
-update noar ti set b0='M8OBJKCFYUOP5BVJFH39OW96Z' where id=5;
-update noar tt set v0='GGDKHWXD8W3Z5C5VW' where id=5;
-update noar ti set v0='GGDKHWXD8W3Z5C5VW' where id=5;
-update noar tt set b1='2H13PFK' where id=5;
-update noar ti set b1='2H13PFK' where id=5;
-update noar tt set v0='YMPW39D' where id=5;
-update noar ti set v0='YMPW39D' where id=5;
-update noar tt set b2='UUDE38BOTQN' where id=5;
-update noar ti set b2='UUDE38BOTQN' where id=5;
-update noar tt set v0='W30U893BRMN52AZWGJPH1LW' where id=6;
-update noar ti set v0='W30U893BRMN52AZWGJPH1LW' where id=6;
-update noar tt set b0='LF7EIP5KUI93SHMNLBAKR52XAFFJ7XO' where id=6;
-update noar ti set b0='LF7EIP5KUI93SHMNLBAKR52XAFFJ7XO' where id=6;
-update noar tt set v0='VH1A6JAWGD' where id=6;
-update noar ti set v0='VH1A6JAWGD' where id=6;
-update noar tt set b1='WN8CNRAP6' where id=6;
-update noar ti set b1='WN8CNRAP6' where id=6;
-update noar tt set v0='JRTNA7C5ZLQ' where id=6;
-update noar ti set v0='JRTNA7C5ZLQ' where id=6;
-update noar tt set b2='VL' where id=6;
-update noar ti set b2='VL' where id=6;
-update noar tt set v0='9BL8' where id=7;
-update noar ti set v0='9BL8' where id=7;
-update noar tt set b0='5NRVOC45C5GO4F0' where id=7;
-update noar ti set b0='5NRVOC45C5GO4F0' where id=7;
-update noar tt set v0='XO5VLH981YJ55EK' where id=7;
-update noar ti set v0='XO5VLH981YJ55EK' where id=7;
-update noar tt set b1='YABWQ96' where id=7;
-update noar ti set b1='YABWQ96' where id=7;
-update noar tt set v0='NYYG9WXZ6UWXY6P4' where id=7;
-update noar ti set v0='NYYG9WXZ6UWXY6P4' where id=7;
-update noar tt set b2='7ETM320DY3GHU4YZD5676HLAPF0MBL5' where id=7;
-update noar ti set b2='7ETM320DY3GHU4YZD5676HLAPF0MBL5' where id=7;
-update noar tt set v0='8MONZCNZQ3RPNYU7' where id=8;
-update noar ti set v0='8MONZCNZQ3RPNYU7' where id=8;
-update noar tt set b0='D6ZXJEV1IM5PS3O' where id=8;
-update noar ti set b0='D6ZXJEV1IM5PS3O' where id=8;
-update noar tt set v0='D9TUDNF91JCUTIFJHNLB54R0YDT3J6B' where id=8;
-update noar ti set v0='D9TUDNF91JCUTIFJHNLB54R0YDT3J6B' where id=8;
-update noar tt set b1='EWIKJU8LTL7KVESF49REB' where id=8;
-update noar ti set b1='EWIKJU8LTL7KVESF49REB' where id=8;
-update noar tt set v0='MZWB8EYN8Q01HCRQ7ALO3NO' where id=8;
-update noar ti set v0='MZWB8EYN8Q01HCRQ7ALO3NO' where id=8;
-update noar tt set b2='GUC58YXKP9QJVXHB' where id=8;
-update noar ti set b2='GUC58YXKP9QJVXHB' where id=8;
-update noar tt set v0='UX' where id=9;
-update noar ti set v0='UX' where id=9;
-update noar tt set b0='4PG35UP1L7DJDH' where id=9;
-update noar ti set b0='4PG35UP1L7DJDH' where id=9;
-update noar tt set v0='L43E8G38E4ZHEIV2ZM3998WKZ8RNQW3W' where id=9;
-update noar ti set v0='L43E8G38E4ZHEIV2ZM3998WKZ8RNQW3W' where id=9;
-update noar tt set b1='XMA24D23EOYOKDELMKFULZ8JOC9' where id=9;
-update noar ti set b1='XMA24D23EOYOKDELMKFULZ8JOC9' where id=9;
-update noar tt set v0='Z75XPJ8B1CD7J' where id=9;
-update noar ti set v0='Z75XPJ8B1CD7J' where id=9;
-update noar tt set b2='0GI5E7EMXH5Y08N69H' where id=9;
-update noar ti set b2='0GI5E7EMXH5Y08N69H' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) null,
- b0 blob null,
- b1 tinyblob null,
- b2 longblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='1' where id=1;
-update noar ti set v0='1' where id=1;
-update noar tt set b0='PE9UBWBA1U146G1B95ZZ' where id=1;
-update noar ti set b0='PE9UBWBA1U146G1B95ZZ' where id=1;
-update noar tt set v0='FCAMWNQXB0KCFIU9NAA56O37MIFKGI' where id=1;
-update noar ti set v0='FCAMWNQXB0KCFIU9NAA56O37MIFKGI' where id=1;
-update noar tt set b1='BQI2G6ND4YKE8FNDXB8B' where id=1;
-update noar ti set b1='BQI2G6ND4YKE8FNDXB8B' where id=1;
-update noar tt set v0='9MT' where id=1;
-update noar ti set v0='9MT' where id=1;
-update noar tt set b2='P1I13X3PQXQINJR3EBGP0AY7M8U92SU' where id=1;
-update noar ti set b2='P1I13X3PQXQINJR3EBGP0AY7M8U92SU' where id=1;
-update noar tt set v0='YMGK9UVXIC615FT' where id=2;
-update noar ti set v0='YMGK9UVXIC615FT' where id=2;
-update noar tt set b0='6V0SZA3II' where id=2;
-update noar ti set b0='6V0SZA3II' where id=2;
-update noar tt set v0='ZTNIWLDRSH783L8USGALRSM1Z94' where id=2;
-update noar ti set v0='ZTNIWLDRSH783L8USGALRSM1Z94' where id=2;
-update noar tt set b1='KUHYYS0YN7XEERBVY81J9G4TAYL4' where id=2;
-update noar ti set b1='KUHYYS0YN7XEERBVY81J9G4TAYL4' where id=2;
-update noar tt set v0='12E53SYUAA85K71QWJP09I3T6X' where id=2;
-update noar ti set v0='12E53SYUAA85K71QWJP09I3T6X' where id=2;
-update noar tt set b2='B5TXCIUP7IZVUVYCQOL3RQ' where id=2;
-update noar ti set b2='B5TXCIUP7IZVUVYCQOL3RQ' where id=2;
-update noar tt set v0='U3D7L5IBMVFP48JJXCBSGX4RIYYF' where id=3;
-update noar ti set v0='U3D7L5IBMVFP48JJXCBSGX4RIYYF' where id=3;
-update noar tt set b0='LLELKM' where id=3;
-update noar ti set b0='LLELKM' where id=3;
-update noar tt set v0='HL2EY0ZSRE3BPROSWFJ1B' where id=3;
-update noar ti set v0='HL2EY0ZSRE3BPROSWFJ1B' where id=3;
-update noar tt set b1='3A03S' where id=3;
-update noar ti set b1='3A03S' where id=3;
-update noar tt set v0='F12YJ2T224ZMWQC3541' where id=3;
-update noar ti set v0='F12YJ2T224ZMWQC3541' where id=3;
-update noar tt set b2='8QZPHW6MP6PLTRGUR2DOQK0Z3MU6W' where id=3;
-update noar ti set b2='8QZPHW6MP6PLTRGUR2DOQK0Z3MU6W' where id=3;
-update noar tt set v0='1VJASU73FJ5U6G58MHZHZNKR51YUQ3U9' where id=4;
-update noar ti set v0='1VJASU73FJ5U6G58MHZHZNKR51YUQ3U9' where id=4;
-update noar tt set b0='7NDVRZV085MIGN7' where id=4;
-update noar ti set b0='7NDVRZV085MIGN7' where id=4;
-update noar tt set v0='KUQQBIE2Z' where id=4;
-update noar ti set v0='KUQQBIE2Z' where id=4;
-update noar tt set b1='UEUNG9HB8UHH32I7A2JYN8N62860KGD' where id=4;
-update noar ti set b1='UEUNG9HB8UHH32I7A2JYN8N62860KGD' where id=4;
-update noar tt set v0='KA6L8DY' where id=4;
-update noar ti set v0='KA6L8DY' where id=4;
-update noar tt set b2='NCRSQMVR7238GV2IA7' where id=4;
-update noar ti set b2='NCRSQMVR7238GV2IA7' where id=4;
-update noar tt set v0='F89GGUNPJNWNFNQVFAM67CR' where id=5;
-update noar ti set v0='F89GGUNPJNWNFNQVFAM67CR' where id=5;
-update noar tt set b0='QGA8973KAGGH4O3' where id=5;
-update noar ti set b0='QGA8973KAGGH4O3' where id=5;
-update noar tt set v0='4JEOPUBM9QWN6DQWC4Q9X' where id=5;
-update noar ti set v0='4JEOPUBM9QWN6DQWC4Q9X' where id=5;
-update noar tt set b1='JHIREB0JMNZLW2D57TMVUAU' where id=5;
-update noar ti set b1='JHIREB0JMNZLW2D57TMVUAU' where id=5;
-update noar tt set v0='10BA4XW8SO73FYT632Q4M0G9KBE' where id=5;
-update noar ti set v0='10BA4XW8SO73FYT632Q4M0G9KBE' where id=5;
-update noar tt set b2='O1IG3FJV3JJ8AYUGH' where id=5;
-update noar ti set b2='O1IG3FJV3JJ8AYUGH' where id=5;
-update noar tt set v0='GH7GG9FD9CM2CJJRQZ10' where id=6;
-update noar ti set v0='GH7GG9FD9CM2CJJRQZ10' where id=6;
-update noar tt set b0='PYWN3UT9DUJ6QBWURSYU0' where id=6;
-update noar ti set b0='PYWN3UT9DUJ6QBWURSYU0' where id=6;
-update noar tt set v0='O9FPLB8KZEC2WGHB6K' where id=6;
-update noar ti set v0='O9FPLB8KZEC2WGHB6K' where id=6;
-update noar tt set b1='JCFFI0XLF8Y3XA34KDND8BDJ' where id=6;
-update noar ti set b1='JCFFI0XLF8Y3XA34KDND8BDJ' where id=6;
-update noar tt set v0='IH2HTYW' where id=6;
-update noar ti set v0='IH2HTYW' where id=6;
-update noar tt set b2='V4B0A6A' where id=6;
-update noar ti set b2='V4B0A6A' where id=6;
-update noar tt set v0='ZSCPEU9KWM8CTU3CLYA1W1T56NA' where id=7;
-update noar ti set v0='ZSCPEU9KWM8CTU3CLYA1W1T56NA' where id=7;
-update noar tt set b0='IGAIC8A6' where id=7;
-update noar ti set b0='IGAIC8A6' where id=7;
-update noar tt set v0='6D' where id=7;
-update noar ti set v0='6D' where id=7;
-update noar tt set b1='3RZI9KS0YHPA2YYVLF8B9G' where id=7;
-update noar ti set b1='3RZI9KS0YHPA2YYVLF8B9G' where id=7;
-update noar tt set v0='A' where id=7;
-update noar ti set v0='A' where id=7;
-update noar tt set b2='L4QM3R0UKZ6D1OB89UN3O9CQGGR03' where id=7;
-update noar ti set b2='L4QM3R0UKZ6D1OB89UN3O9CQGGR03' where id=7;
-update noar tt set v0='PDXF7M463KC4GVHSUI4XVSQXM' where id=8;
-update noar ti set v0='PDXF7M463KC4GVHSUI4XVSQXM' where id=8;
-update noar tt set b0='QF253N6' where id=8;
-update noar ti set b0='QF253N6' where id=8;
-update noar tt set v0='70WOQL1718CK4O4740WCUQIMHR9' where id=8;
-update noar ti set v0='70WOQL1718CK4O4740WCUQIMHR9' where id=8;
-update noar tt set b1='11UDK4CPW55UVKC' where id=8;
-update noar ti set b1='11UDK4CPW55UVKC' where id=8;
-update noar tt set v0='72L5UIOSTSJ94LUK' where id=8;
-update noar ti set v0='72L5UIOSTSJ94LUK' where id=8;
-update noar tt set b2='Z8UFY0GARQL' where id=8;
-update noar ti set b2='Z8UFY0GARQL' where id=8;
-update noar tt set v0='82WHSVEFLMMSWCG6OVKUJY21H' where id=9;
-update noar ti set v0='82WHSVEFLMMSWCG6OVKUJY21H' where id=9;
-update noar tt set b0='F0L7KJGF' where id=9;
-update noar ti set b0='F0L7KJGF' where id=9;
-update noar tt set v0='ZL0BDNUWONKQ9XMF3' where id=9;
-update noar ti set v0='ZL0BDNUWONKQ9XMF3' where id=9;
-update noar tt set b1='50ETN5YT368Q1' where id=9;
-update noar ti set b1='50ETN5YT368Q1' where id=9;
-update noar tt set v0='I76OZ4YXU95NWVJCQ3QUVNL' where id=9;
-update noar ti set v0='I76OZ4YXU95NWVJCQ3QUVNL' where id=9;
-update noar tt set b2='TDP7B5V6PE8F7OGZQB5WEAK7YWJZEIFD' where id=9;
-update noar ti set b2='TDP7B5V6PE8F7OGZQB5WEAK7YWJZEIFD' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) null,
- b0 blob null,
- b1 tinyblob null,
- b2 longblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='RMF01TT' where id=1;
-update noar ti set v0='RMF01TT' where id=1;
-update noar tt set b0='Z8OQ6FGL7ZGJQBDO' where id=1;
-update noar ti set b0='Z8OQ6FGL7ZGJQBDO' where id=1;
-update noar tt set v0='JFDXUR06PRFAS' where id=1;
-update noar ti set v0='JFDXUR06PRFAS' where id=1;
-update noar tt set b1='L7R41L9TKY2XHHMS4Q85XZUAYAQ2' where id=1;
-update noar ti set b1='L7R41L9TKY2XHHMS4Q85XZUAYAQ2' where id=1;
-update noar tt set v0='40PL9VPTN' where id=1;
-update noar ti set v0='40PL9VPTN' where id=1;
-update noar tt set b2='C4ASYIWSIUY856' where id=1;
-update noar ti set b2='C4ASYIWSIUY856' where id=1;
-update noar tt set v0='2L85OXI7695JJZB2K0RSP5CS894T' where id=2;
-update noar ti set v0='2L85OXI7695JJZB2K0RSP5CS894T' where id=2;
-update noar tt set b0='W' where id=2;
-update noar ti set b0='W' where id=2;
-update noar tt set v0='P2XCINSP' where id=2;
-update noar ti set v0='P2XCINSP' where id=2;
-update noar tt set b1='ACBKGTGY809111HHC' where id=2;
-update noar ti set b1='ACBKGTGY809111HHC' where id=2;
-update noar tt set v0='ZA500HGL15KG9CQLXV6' where id=2;
-update noar ti set v0='ZA500HGL15KG9CQLXV6' where id=2;
-update noar tt set b2='1LV2CXKF5ZU4SBJM5FU9B6LHRKT' where id=2;
-update noar ti set b2='1LV2CXKF5ZU4SBJM5FU9B6LHRKT' where id=2;
-update noar tt set v0='RL' where id=3;
-update noar ti set v0='RL' where id=3;
-update noar tt set b0='Q3NI0GQN82' where id=3;
-update noar ti set b0='Q3NI0GQN82' where id=3;
-update noar tt set v0='BEB' where id=3;
-update noar ti set v0='BEB' where id=3;
-update noar tt set b1='PYIABPV26HWQDLERYO1X1AVWIBTLNJO' where id=3;
-update noar ti set b1='PYIABPV26HWQDLERYO1X1AVWIBTLNJO' where id=3;
-update noar tt set v0='D9HM6WXLPOZJCEPC5DT1' where id=3;
-update noar ti set v0='D9HM6WXLPOZJCEPC5DT1' where id=3;
-update noar tt set b2='WKGITDSV2X9WMZY' where id=3;
-update noar ti set b2='WKGITDSV2X9WMZY' where id=3;
-update noar tt set v0='ABTN091KBQHGB9DYXXAFVVO8XN0VM3H' where id=4;
-update noar ti set v0='ABTN091KBQHGB9DYXXAFVVO8XN0VM3H' where id=4;
-update noar tt set b0='8' where id=4;
-update noar ti set b0='8' where id=4;
-update noar tt set v0='KPOF8KL2BJOQVXFMLWCZ0JTCYGWM1' where id=4;
-update noar ti set v0='KPOF8KL2BJOQVXFMLWCZ0JTCYGWM1' where id=4;
-update noar tt set b1='UIZNBX49OEJH6OXJTDBY2WKGLI' where id=4;
-update noar ti set b1='UIZNBX49OEJH6OXJTDBY2WKGLI' where id=4;
-update noar tt set v0='VMMXZ256M0KKDW5FS9A71TNO' where id=4;
-update noar ti set v0='VMMXZ256M0KKDW5FS9A71TNO' where id=4;
-update noar tt set b2='GBL63964UDOJJDMVFUD' where id=4;
-update noar ti set b2='GBL63964UDOJJDMVFUD' where id=4;
-update noar tt set v0='TZXPACWC4PJ9VPYME6XXFWG8YV0CJCQE' where id=5;
-update noar ti set v0='TZXPACWC4PJ9VPYME6XXFWG8YV0CJCQE' where id=5;
-update noar tt set b0='QDUYVZK' where id=5;
-update noar ti set b0='QDUYVZK' where id=5;
-update noar tt set v0='TD7CE0H7H2' where id=5;
-update noar ti set v0='TD7CE0H7H2' where id=5;
-update noar tt set b1='C3797NMIJRC25FBJTLV8VJZ' where id=5;
-update noar ti set b1='C3797NMIJRC25FBJTLV8VJZ' where id=5;
-update noar tt set v0='886UI54V' where id=5;
-update noar ti set v0='886UI54V' where id=5;
-update noar tt set b2='S14OOJECI0MXNAQL0PYFE' where id=5;
-update noar ti set b2='S14OOJECI0MXNAQL0PYFE' where id=5;
-update noar tt set v0='P4UHO7PLH6OM5' where id=6;
-update noar ti set v0='P4UHO7PLH6OM5' where id=6;
-update noar tt set b0='YXDKTHI21I0A56IRZOWS6NR5FCR1ZGX' where id=6;
-update noar ti set b0='YXDKTHI21I0A56IRZOWS6NR5FCR1ZGX' where id=6;
-update noar tt set v0='SWUF5XPW9H3UVK' where id=6;
-update noar ti set v0='SWUF5XPW9H3UVK' where id=6;
-update noar tt set b1='5WGW3WQPV' where id=6;
-update noar ti set b1='5WGW3WQPV' where id=6;
-update noar tt set v0='4KPY0RUXA8XPWXWL' where id=6;
-update noar ti set v0='4KPY0RUXA8XPWXWL' where id=6;
-update noar tt set b2='HZBA7KYQZIJ1OXCXSDPD9Y21KY1ZX' where id=6;
-update noar ti set b2='HZBA7KYQZIJ1OXCXSDPD9Y21KY1ZX' where id=6;
-update noar tt set v0='1LSGWIUM6ABPQRKLCW5ABG3VRCH' where id=7;
-update noar ti set v0='1LSGWIUM6ABPQRKLCW5ABG3VRCH' where id=7;
-update noar tt set b0='5NZ0' where id=7;
-update noar ti set b0='5NZ0' where id=7;
-update noar tt set v0='C5KRRT3T5ST1ZLAQQ' where id=7;
-update noar ti set v0='C5KRRT3T5ST1ZLAQQ' where id=7;
-update noar tt set b1='I4LHHQIRS2I5ABEVTSS317PNGX' where id=7;
-update noar ti set b1='I4LHHQIRS2I5ABEVTSS317PNGX' where id=7;
-update noar tt set v0='391NN8Z2KJ2VQB92LMCQ' where id=7;
-update noar ti set v0='391NN8Z2KJ2VQB92LMCQ' where id=7;
-update noar tt set b2='ONSMZSMKJBTAKQCRV' where id=7;
-update noar ti set b2='ONSMZSMKJBTAKQCRV' where id=7;
-update noar tt set v0='S0YZ99B' where id=8;
-update noar ti set v0='S0YZ99B' where id=8;
-update noar tt set b0='ES5BN1BBO4RPW9T' where id=8;
-update noar ti set b0='ES5BN1BBO4RPW9T' where id=8;
-update noar tt set v0='NYVZV5F' where id=8;
-update noar ti set v0='NYVZV5F' where id=8;
-update noar tt set b1='XCOC4UC33F6U9ARCQJXZZNMVAD2Z' where id=8;
-update noar ti set b1='XCOC4UC33F6U9ARCQJXZZNMVAD2Z' where id=8;
-update noar tt set v0='DMHLY4HFO6HHWOW9CQQ' where id=8;
-update noar ti set v0='DMHLY4HFO6HHWOW9CQQ' where id=8;
-update noar tt set b2='2D' where id=8;
-update noar ti set b2='2D' where id=8;
-update noar tt set v0='P' where id=9;
-update noar ti set v0='P' where id=9;
-update noar tt set b0='7IVQ3RPGQWMU7K3GIC2WYSRCC' where id=9;
-update noar ti set b0='7IVQ3RPGQWMU7K3GIC2WYSRCC' where id=9;
-update noar tt set v0='0L587SDBCAUXX' where id=9;
-update noar ti set v0='0L587SDBCAUXX' where id=9;
-update noar tt set b1='1E' where id=9;
-update noar ti set b1='1E' where id=9;
-update noar tt set v0='8TZDYF7Z67ADKV390CF444VOWX' where id=9;
-update noar ti set v0='8TZDYF7Z67ADKV390CF444VOWX' where id=9;
-update noar tt set b2='JJYXPEYNNWD9WV5I5I8' where id=9;
-update noar ti set b2='JJYXPEYNNWD9WV5I5I8' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) not null,
- b0 blob not null,
- b1 tinyblob not null,
- b2 longblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='U3QXFT7' where id=1;
-update noar ti set v0='U3QXFT7' where id=1;
-update noar tt set b0='RT1M41Q144JC9YH65' where id=1;
-update noar ti set b0='RT1M41Q144JC9YH65' where id=1;
-update noar tt set v0='D9H' where id=1;
-update noar ti set v0='D9H' where id=1;
-update noar tt set b1='98XU74MA2TRJBKOTQO28' where id=1;
-update noar ti set b1='98XU74MA2TRJBKOTQO28' where id=1;
-update noar tt set v0='DC' where id=1;
-update noar ti set v0='DC' where id=1;
-update noar tt set b2='FCXDOFTJFUX0DDKX0HC6XF8IFQEBE' where id=1;
-update noar ti set b2='FCXDOFTJFUX0DDKX0HC6XF8IFQEBE' where id=1;
-update noar tt set v0='OW9JQ5UW6WLFFH8SJC' where id=2;
-update noar ti set v0='OW9JQ5UW6WLFFH8SJC' where id=2;
-update noar tt set b0='XGL56XP7Q8RV1HYC0Q' where id=2;
-update noar ti set b0='XGL56XP7Q8RV1HYC0Q' where id=2;
-update noar tt set v0='5R09PJ2A385FM4XL5HT6' where id=2;
-update noar ti set v0='5R09PJ2A385FM4XL5HT6' where id=2;
-update noar tt set b1='MOC0IW9COPITPFEJXUP5RDOAPM1YIF24' where id=2;
-update noar ti set b1='MOC0IW9COPITPFEJXUP5RDOAPM1YIF24' where id=2;
-update noar tt set v0='FKGELF025CP41NXGCT7F7RB7AIMPL' where id=2;
-update noar ti set v0='FKGELF025CP41NXGCT7F7RB7AIMPL' where id=2;
-update noar tt set b2='LBN1S3LDCJ8LZI7ZZN1S8ZQBZYI8' where id=2;
-update noar ti set b2='LBN1S3LDCJ8LZI7ZZN1S8ZQBZYI8' where id=2;
-update noar tt set v0='H5381XQR4GPX5S864HK0UM6' where id=3;
-update noar ti set v0='H5381XQR4GPX5S864HK0UM6' where id=3;
-update noar tt set b0='6YPZ' where id=3;
-update noar ti set b0='6YPZ' where id=3;
-update noar tt set v0='X2KQ7PLIX4JOUX0V875NSK' where id=3;
-update noar ti set v0='X2KQ7PLIX4JOUX0V875NSK' where id=3;
-update noar tt set b1='MV4G9KSH5' where id=3;
-update noar ti set b1='MV4G9KSH5' where id=3;
-update noar tt set v0='LN767BM1F73HVV8O68IC9OLJT7QMZ2O' where id=3;
-update noar ti set v0='LN767BM1F73HVV8O68IC9OLJT7QMZ2O' where id=3;
-update noar tt set b2='N1WW103NIE8MPPKVR' where id=3;
-update noar ti set b2='N1WW103NIE8MPPKVR' where id=3;
-update noar tt set v0='2NW4OBUV4TBU1TOJDF1PW12AOG3' where id=4;
-update noar ti set v0='2NW4OBUV4TBU1TOJDF1PW12AOG3' where id=4;
-update noar tt set b0='GA4LV' where id=4;
-update noar ti set b0='GA4LV' where id=4;
-update noar tt set v0='YAEM48ZNAT4N02NH0Y8TCVLL2BEM' where id=4;
-update noar ti set v0='YAEM48ZNAT4N02NH0Y8TCVLL2BEM' where id=4;
-update noar tt set b1='ZNJA2BSW8FAG22' where id=4;
-update noar ti set b1='ZNJA2BSW8FAG22' where id=4;
-update noar tt set v0='E9BX06TVP5X5Q13AIA0DH' where id=4;
-update noar ti set v0='E9BX06TVP5X5Q13AIA0DH' where id=4;
-update noar tt set b2='WT1TLCXBYIHWI1GD' where id=4;
-update noar ti set b2='WT1TLCXBYIHWI1GD' where id=4;
-update noar tt set v0='FR4N3PFY2YUL' where id=5;
-update noar ti set v0='FR4N3PFY2YUL' where id=5;
-update noar tt set b0='OQIYKLJS9WHKAJERG7LS9BKF1YFX0Y5B' where id=5;
-update noar ti set b0='OQIYKLJS9WHKAJERG7LS9BKF1YFX0Y5B' where id=5;
-update noar tt set v0='GTY5O6RDFYODPLFWKTCOOJ6' where id=5;
-update noar ti set v0='GTY5O6RDFYODPLFWKTCOOJ6' where id=5;
-update noar tt set b1='3LORD46P63UKU9I' where id=5;
-update noar ti set b1='3LORD46P63UKU9I' where id=5;
-update noar tt set v0='HYSX4' where id=5;
-update noar ti set v0='HYSX4' where id=5;
-update noar tt set b2='S0DNS3JOSD3SAP2J' where id=5;
-update noar ti set b2='S0DNS3JOSD3SAP2J' where id=5;
-update noar tt set v0='9TWBD5YT3307AU4GEHSK3AYBLF' where id=6;
-update noar ti set v0='9TWBD5YT3307AU4GEHSK3AYBLF' where id=6;
-update noar tt set b0='RU1NL87CQUUJ' where id=6;
-update noar ti set b0='RU1NL87CQUUJ' where id=6;
-update noar tt set v0='N2W' where id=6;
-update noar ti set v0='N2W' where id=6;
-update noar tt set b1='ENZYX098BBUN6' where id=6;
-update noar ti set b1='ENZYX098BBUN6' where id=6;
-update noar tt set v0='G3PACXKI6RSJ4CEZZJ7GHZ73' where id=6;
-update noar ti set v0='G3PACXKI6RSJ4CEZZJ7GHZ73' where id=6;
-update noar tt set b2='16MIXU5ERSCJI6L4J' where id=6;
-update noar ti set b2='16MIXU5ERSCJI6L4J' where id=6;
-update noar tt set v0='0VROV7N303VI' where id=7;
-update noar ti set v0='0VROV7N303VI' where id=7;
-update noar tt set b0='9EAXF7IU64QQZMHZN8KT' where id=7;
-update noar ti set b0='9EAXF7IU64QQZMHZN8KT' where id=7;
-update noar tt set v0='O7HPFIXEQE3G5MWNQ20VQH16DDSXY2D' where id=7;
-update noar ti set v0='O7HPFIXEQE3G5MWNQ20VQH16DDSXY2D' where id=7;
-update noar tt set b1='QZ9OGK5QMZN' where id=7;
-update noar ti set b1='QZ9OGK5QMZN' where id=7;
-update noar tt set v0='FD4ZE6A2QRGZVX0VAVG47ERIS' where id=7;
-update noar ti set v0='FD4ZE6A2QRGZVX0VAVG47ERIS' where id=7;
-update noar tt set b2='146S6HUJH2JY82DOIV9ZUYQ08YQF' where id=7;
-update noar ti set b2='146S6HUJH2JY82DOIV9ZUYQ08YQF' where id=7;
-update noar tt set v0='JWBL3AA88DUH9O4MWKKXIVX1Y' where id=8;
-update noar ti set v0='JWBL3AA88DUH9O4MWKKXIVX1Y' where id=8;
-update noar tt set b0='QMEYKB2ZFJ7CR9C' where id=8;
-update noar ti set b0='QMEYKB2ZFJ7CR9C' where id=8;
-update noar tt set v0='3YZE6RKQYCLILJTSUNLRWJ' where id=8;
-update noar ti set v0='3YZE6RKQYCLILJTSUNLRWJ' where id=8;
-update noar tt set b1='MZ88MTYLM91POPWKBL4YR42' where id=8;
-update noar ti set b1='MZ88MTYLM91POPWKBL4YR42' where id=8;
-update noar tt set v0='E9Z5IV3Q5QGXGSCDHHPPT29PXEVWS10N' where id=8;
-update noar ti set v0='E9Z5IV3Q5QGXGSCDHHPPT29PXEVWS10N' where id=8;
-update noar tt set b2='8RXXW09' where id=8;
-update noar ti set b2='8RXXW09' where id=8;
-update noar tt set v0='8G4JFPTVC2' where id=9;
-update noar ti set v0='8G4JFPTVC2' where id=9;
-update noar tt set b0='V2X8IYO53' where id=9;
-update noar ti set b0='V2X8IYO53' where id=9;
-update noar tt set v0='C5OOAMFMWAAGIDXN7LCJRMGJGI6LJMK' where id=9;
-update noar ti set v0='C5OOAMFMWAAGIDXN7LCJRMGJGI6LJMK' where id=9;
-update noar tt set b1='JLY137NGHJ0NWZ4BW2QHIEACBQ57RYGP' where id=9;
-update noar ti set b1='JLY137NGHJ0NWZ4BW2QHIEACBQ57RYGP' where id=9;
-update noar tt set v0='73DPP8QP733RQD8Q315V8Q3KB1J7CZZ' where id=9;
-update noar ti set v0='73DPP8QP733RQD8Q315V8Q3KB1J7CZZ' where id=9;
-update noar tt set b2='8962W028V' where id=9;
-update noar ti set b2='8962W028V' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) not null,
- b0 blob not null,
- b1 tinyblob not null,
- b2 longblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='TH15PY73DK' where id=1;
-update noar ti set v0='TH15PY73DK' where id=1;
-update noar tt set b0='MJ01G5634CJ80KDCFCZ189OEMI4T' where id=1;
-update noar ti set b0='MJ01G5634CJ80KDCFCZ189OEMI4T' where id=1;
-update noar tt set v0='41Q4BTSQXMESELQOKQGC' where id=1;
-update noar ti set v0='41Q4BTSQXMESELQOKQGC' where id=1;
-update noar tt set b1='Q76MJEQVKBLOMVCX' where id=1;
-update noar ti set b1='Q76MJEQVKBLOMVCX' where id=1;
-update noar tt set v0='8CKCF5M5DFJGLN3L9M7SQTS8JZDETEN' where id=1;
-update noar ti set v0='8CKCF5M5DFJGLN3L9M7SQTS8JZDETEN' where id=1;
-update noar tt set b2='88KK5C7LAZVQL9PBHNOYUF' where id=1;
-update noar ti set b2='88KK5C7LAZVQL9PBHNOYUF' where id=1;
-update noar tt set v0='RNBMZ9HUPE5K0J0' where id=2;
-update noar ti set v0='RNBMZ9HUPE5K0J0' where id=2;
-update noar tt set b0='2TIDWLLT1523PJ2D9' where id=2;
-update noar ti set b0='2TIDWLLT1523PJ2D9' where id=2;
-update noar tt set v0='5QCWUK' where id=2;
-update noar ti set v0='5QCWUK' where id=2;
-update noar tt set b1='RNN4JR6F47WMUZF5U0' where id=2;
-update noar ti set b1='RNN4JR6F47WMUZF5U0' where id=2;
-update noar tt set v0='5CIA5BBKHVSZ109' where id=2;
-update noar ti set v0='5CIA5BBKHVSZ109' where id=2;
-update noar tt set b2='N8LGZV9J6XWEVRWWI455' where id=2;
-update noar ti set b2='N8LGZV9J6XWEVRWWI455' where id=2;
-update noar tt set v0='CDP21XWGVXVGP3NZ' where id=3;
-update noar ti set v0='CDP21XWGVXVGP3NZ' where id=3;
-update noar tt set b0='V1STZ854CZA3JHMWS9TC69QBP81BBKL' where id=3;
-update noar ti set b0='V1STZ854CZA3JHMWS9TC69QBP81BBKL' where id=3;
-update noar tt set v0='BKQZF7ACENRTRCP8Q2H746KRMNL62N' where id=3;
-update noar ti set v0='BKQZF7ACENRTRCP8Q2H746KRMNL62N' where id=3;
-update noar tt set b1='56P7UPE82CRZB0LY1D' where id=3;
-update noar ti set b1='56P7UPE82CRZB0LY1D' where id=3;
-update noar tt set v0='SL1WSUNCM3VGQBG928TB59WD9JTQ' where id=3;
-update noar ti set v0='SL1WSUNCM3VGQBG928TB59WD9JTQ' where id=3;
-update noar tt set b2='WW90XSJYM9IGG9XRTVYQPC' where id=3;
-update noar ti set b2='WW90XSJYM9IGG9XRTVYQPC' where id=3;
-update noar tt set v0='TM2TL6XYRJBR20LLTMHOSWWC' where id=4;
-update noar ti set v0='TM2TL6XYRJBR20LLTMHOSWWC' where id=4;
-update noar tt set b0='ES8IFTH0Z0M5EVHZYSWBAVM2IX0CC11' where id=4;
-update noar ti set b0='ES8IFTH0Z0M5EVHZYSWBAVM2IX0CC11' where id=4;
-update noar tt set v0='EDY85L1BTLM4JHIXXW5' where id=4;
-update noar ti set v0='EDY85L1BTLM4JHIXXW5' where id=4;
-update noar tt set b1='P06TGX6TCI5VOFUI08VMOREE8WAW3O' where id=4;
-update noar ti set b1='P06TGX6TCI5VOFUI08VMOREE8WAW3O' where id=4;
-update noar tt set v0='LHI0FOX1JKDHHQVO154HUN8IZHYY1B98' where id=4;
-update noar ti set v0='LHI0FOX1JKDHHQVO154HUN8IZHYY1B98' where id=4;
-update noar tt set b2='WZJ768O72CD5BDJPW' where id=4;
-update noar ti set b2='WZJ768O72CD5BDJPW' where id=4;
-update noar tt set v0='UV3MTZUBJ' where id=5;
-update noar ti set v0='UV3MTZUBJ' where id=5;
-update noar tt set b0='NVZGPUM7K' where id=5;
-update noar ti set b0='NVZGPUM7K' where id=5;
-update noar tt set v0='EBGKJO901EQM4QDXKZV8' where id=5;
-update noar ti set v0='EBGKJO901EQM4QDXKZV8' where id=5;
-update noar tt set b1='DZSSW4YCTUE1QJ4US78GSS6X16' where id=5;
-update noar ti set b1='DZSSW4YCTUE1QJ4US78GSS6X16' where id=5;
-update noar tt set v0='DIK2ICHW' where id=5;
-update noar ti set v0='DIK2ICHW' where id=5;
-update noar tt set b2='0GN7ZIMMG2' where id=5;
-update noar ti set b2='0GN7ZIMMG2' where id=5;
-update noar tt set v0='NE0UBZOOVWP7' where id=6;
-update noar ti set v0='NE0UBZOOVWP7' where id=6;
-update noar tt set b0='SOBQZS6XZ' where id=6;
-update noar ti set b0='SOBQZS6XZ' where id=6;
-update noar tt set v0='X8' where id=6;
-update noar ti set v0='X8' where id=6;
-update noar tt set b1='7LJ6OFVK0TQ' where id=6;
-update noar ti set b1='7LJ6OFVK0TQ' where id=6;
-update noar tt set v0='4IYGUK5' where id=6;
-update noar ti set v0='4IYGUK5' where id=6;
-update noar tt set b2='VYU8PWLYX98DR4AV4ELCFVRGM7S2' where id=6;
-update noar ti set b2='VYU8PWLYX98DR4AV4ELCFVRGM7S2' where id=6;
-update noar tt set v0='NF4' where id=7;
-update noar ti set v0='NF4' where id=7;
-update noar tt set b0='A34NGBXM72SU3TY8SVW1NEVR' where id=7;
-update noar ti set b0='A34NGBXM72SU3TY8SVW1NEVR' where id=7;
-update noar tt set v0='DJ3ZNIR1Z1WKB0FVQ9RSX3FCQMDHJA' where id=7;
-update noar ti set v0='DJ3ZNIR1Z1WKB0FVQ9RSX3FCQMDHJA' where id=7;
-update noar tt set b1='0T97W2RMOYJ0F6VW5PRPA1' where id=7;
-update noar ti set b1='0T97W2RMOYJ0F6VW5PRPA1' where id=7;
-update noar tt set v0='4' where id=7;
-update noar ti set v0='4' where id=7;
-update noar tt set b2='87L795D2' where id=7;
-update noar ti set b2='87L795D2' where id=7;
-update noar tt set v0='KVR2H3NSQWJ935897LRBKTYI990' where id=8;
-update noar ti set v0='KVR2H3NSQWJ935897LRBKTYI990' where id=8;
-update noar tt set b0='L1DCVB' where id=8;
-update noar ti set b0='L1DCVB' where id=8;
-update noar tt set v0='P1MXBSQD8GC4J7NH5D55OC5' where id=8;
-update noar ti set v0='P1MXBSQD8GC4J7NH5D55OC5' where id=8;
-update noar tt set b1='MAIHZLIDKDXSTDFP325UXLG' where id=8;
-update noar ti set b1='MAIHZLIDKDXSTDFP325UXLG' where id=8;
-update noar tt set v0='LK3MG079VW3U2' where id=8;
-update noar ti set v0='LK3MG079VW3U2' where id=8;
-update noar tt set b2='LNWBMBLQ' where id=8;
-update noar ti set b2='LNWBMBLQ' where id=8;
-update noar tt set v0='CAPH35G2ZBLK' where id=9;
-update noar ti set v0='CAPH35G2ZBLK' where id=9;
-update noar tt set b0='49DERRZ6GBRBXN' where id=9;
-update noar ti set b0='49DERRZ6GBRBXN' where id=9;
-update noar tt set v0='MDGQV7TRBNX3LRECJ34TY' where id=9;
-update noar ti set v0='MDGQV7TRBNX3LRECJ34TY' where id=9;
-update noar tt set b1='7GZF8WCEAK69HZ3SJWNZD074K' where id=9;
-update noar ti set b1='7GZF8WCEAK69HZ3SJWNZD074K' where id=9;
-update noar tt set v0='GQTOL8I' where id=9;
-update noar ti set v0='GQTOL8I' where id=9;
-update noar tt set b2='DNYTUCY49TPRZRYOCRWRW69UH80JGP' where id=9;
-update noar ti set b2='DNYTUCY49TPRZRYOCRWRW69UH80JGP' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) null,
- b0 blob null,
- b1 blob null,
- b2 tinyblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='SA80PG' where id=1;
-update noar ti set v0='SA80PG' where id=1;
-update noar tt set b0='USS5FE6P4XGPLTBN0EOEOFQB' where id=1;
-update noar ti set b0='USS5FE6P4XGPLTBN0EOEOFQB' where id=1;
-update noar tt set v0='M7JUWNJODTE4D22I1ZYP64WV' where id=1;
-update noar ti set v0='M7JUWNJODTE4D22I1ZYP64WV' where id=1;
-update noar tt set b1='9ND3E0DUHRJAOAVOVTFLMMBXHT1A0UQH' where id=1;
-update noar ti set b1='9ND3E0DUHRJAOAVOVTFLMMBXHT1A0UQH' where id=1;
-update noar tt set v0='T9ZXXD6XZE' where id=1;
-update noar ti set v0='T9ZXXD6XZE' where id=1;
-update noar tt set b2='DGMPOJ' where id=1;
-update noar ti set b2='DGMPOJ' where id=1;
-update noar tt set v0='FDM7H7G' where id=2;
-update noar ti set v0='FDM7H7G' where id=2;
-update noar tt set b0='YUMMS05KO9BRE1CZ4R' where id=2;
-update noar ti set b0='YUMMS05KO9BRE1CZ4R' where id=2;
-update noar tt set v0='63KFBR6' where id=2;
-update noar ti set v0='63KFBR6' where id=2;
-update noar tt set b1='N4VW4O8U3D' where id=2;
-update noar ti set b1='N4VW4O8U3D' where id=2;
-update noar tt set v0='UYB56R8SRKCA8O5O' where id=2;
-update noar ti set v0='UYB56R8SRKCA8O5O' where id=2;
-update noar tt set b2='3HCEENYOE9HZ0SEP1' where id=2;
-update noar ti set b2='3HCEENYOE9HZ0SEP1' where id=2;
-update noar tt set v0='GK7YW07HGHV' where id=3;
-update noar ti set v0='GK7YW07HGHV' where id=3;
-update noar tt set b0='4HHV537SNEGOS3' where id=3;
-update noar ti set b0='4HHV537SNEGOS3' where id=3;
-update noar tt set v0='UR4U43GFPKQF28AV' where id=3;
-update noar ti set v0='UR4U43GFPKQF28AV' where id=3;
-update noar tt set b1='BV2WBK2M5EQJ89VGDNC9C' where id=3;
-update noar ti set b1='BV2WBK2M5EQJ89VGDNC9C' where id=3;
-update noar tt set v0='ZKZ8RO' where id=3;
-update noar ti set v0='ZKZ8RO' where id=3;
-update noar tt set b2='4SVQWVJ9' where id=3;
-update noar ti set b2='4SVQWVJ9' where id=3;
-update noar tt set v0='2QKXMN4IFF8Z1GXHNACI81KE1663FQ' where id=4;
-update noar ti set v0='2QKXMN4IFF8Z1GXHNACI81KE1663FQ' where id=4;
-update noar tt set b0='R3IFSPI0M' where id=4;
-update noar ti set b0='R3IFSPI0M' where id=4;
-update noar tt set v0='OJMAJMR2A0NHTYEI5W5C8D49' where id=4;
-update noar ti set v0='OJMAJMR2A0NHTYEI5W5C8D49' where id=4;
-update noar tt set b1='K4W0WDR1JRNRFVWCAQ6XT4WJ4C6XF' where id=4;
-update noar ti set b1='K4W0WDR1JRNRFVWCAQ6XT4WJ4C6XF' where id=4;
-update noar tt set v0='8768' where id=4;
-update noar ti set v0='8768' where id=4;
-update noar tt set b2='DVSHBK' where id=4;
-update noar ti set b2='DVSHBK' where id=4;
-update noar tt set v0='FPT1OM5PPLPB6MWCHQQH3R5Q4Q7VA' where id=5;
-update noar ti set v0='FPT1OM5PPLPB6MWCHQQH3R5Q4Q7VA' where id=5;
-update noar tt set b0='0NTBNZO0E5DZXHPL4UGL80VL525S2ZFV' where id=5;
-update noar ti set b0='0NTBNZO0E5DZXHPL4UGL80VL525S2ZFV' where id=5;
-update noar tt set v0='J8XLH1TN4GKWHPLD' where id=5;
-update noar ti set v0='J8XLH1TN4GKWHPLD' where id=5;
-update noar tt set b1='BIGO8S80J8R4QEQ5C1LZ' where id=5;
-update noar ti set b1='BIGO8S80J8R4QEQ5C1LZ' where id=5;
-update noar tt set v0='ST' where id=5;
-update noar ti set v0='ST' where id=5;
-update noar tt set b2='H8F10L06U' where id=5;
-update noar ti set b2='H8F10L06U' where id=5;
-update noar tt set v0='3VQ1LSWAMUVP' where id=6;
-update noar ti set v0='3VQ1LSWAMUVP' where id=6;
-update noar tt set b0='0N5RBUGCUXQHGV6DT2HY4P' where id=6;
-update noar ti set b0='0N5RBUGCUXQHGV6DT2HY4P' where id=6;
-update noar tt set v0='LW' where id=6;
-update noar ti set v0='LW' where id=6;
-update noar tt set b1='XC7T528FA5G' where id=6;
-update noar ti set b1='XC7T528FA5G' where id=6;
-update noar tt set v0='HDAVQ5PBEOK6CD108VYAP6SINEVV' where id=6;
-update noar ti set v0='HDAVQ5PBEOK6CD108VYAP6SINEVV' where id=6;
-update noar tt set b2='M3YKWCQQQWZ4CURX0ONL4TE7' where id=6;
-update noar ti set b2='M3YKWCQQQWZ4CURX0ONL4TE7' where id=6;
-update noar tt set v0='0IGCIK17N0F9FNQ76IO1H87VN5WKNKKB' where id=7;
-update noar ti set v0='0IGCIK17N0F9FNQ76IO1H87VN5WKNKKB' where id=7;
-update noar tt set b0='16F1BCE' where id=7;
-update noar ti set b0='16F1BCE' where id=7;
-update noar tt set v0='F7HYCT5X3V155PQ6KFEAG' where id=7;
-update noar ti set v0='F7HYCT5X3V155PQ6KFEAG' where id=7;
-update noar tt set b1='BCDI10FVTNMK' where id=7;
-update noar ti set b1='BCDI10FVTNMK' where id=7;
-update noar tt set v0='MD206ZJRKOC57CS7ISK7' where id=7;
-update noar ti set v0='MD206ZJRKOC57CS7ISK7' where id=7;
-update noar tt set b2='PNN11WCL2N8NQ36' where id=7;
-update noar ti set b2='PNN11WCL2N8NQ36' where id=7;
-update noar tt set v0='S' where id=8;
-update noar ti set v0='S' where id=8;
-update noar tt set b0='AT5I7DO9R1' where id=8;
-update noar ti set b0='AT5I7DO9R1' where id=8;
-update noar tt set v0='UBTG0KLEG678OMWELQX64M' where id=8;
-update noar ti set v0='UBTG0KLEG678OMWELQX64M' where id=8;
-update noar tt set b1='YCVZMH' where id=8;
-update noar ti set b1='YCVZMH' where id=8;
-update noar tt set v0='DIPPRLUPQRAI68V' where id=8;
-update noar ti set v0='DIPPRLUPQRAI68V' where id=8;
-update noar tt set b2='4TIPR78COMZCS5DOE7HJ5' where id=8;
-update noar ti set b2='4TIPR78COMZCS5DOE7HJ5' where id=8;
-update noar tt set v0='PN6LWWGIHYE893KE3DTN5AAVKCB81' where id=9;
-update noar ti set v0='PN6LWWGIHYE893KE3DTN5AAVKCB81' where id=9;
-update noar tt set b0='LUUIEVD0ZWLE8' where id=9;
-update noar ti set b0='LUUIEVD0ZWLE8' where id=9;
-update noar tt set v0='62Z' where id=9;
-update noar ti set v0='62Z' where id=9;
-update noar tt set b1='JEEBWUBR1248QKC12IE2' where id=9;
-update noar ti set b1='JEEBWUBR1248QKC12IE2' where id=9;
-update noar tt set v0='2SWZ' where id=9;
-update noar ti set v0='2SWZ' where id=9;
-update noar tt set b2='1MPY7LPQWAD6VC0' where id=9;
-update noar ti set b2='1MPY7LPQWAD6VC0' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) null,
- b0 blob null,
- b1 blob null,
- b2 tinyblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='6GJQVFSDL0KDOQ2C8BQ1PMK' where id=1;
-update noar ti set v0='6GJQVFSDL0KDOQ2C8BQ1PMK' where id=1;
-update noar tt set b0='ESST' where id=1;
-update noar ti set b0='ESST' where id=1;
-update noar tt set v0='49RXKRGWR' where id=1;
-update noar ti set v0='49RXKRGWR' where id=1;
-update noar tt set b1='UZNQ' where id=1;
-update noar ti set b1='UZNQ' where id=1;
-update noar tt set v0='0CX9WFJS90B0LXCNJ0YNU9STLFMZ6JD' where id=1;
-update noar ti set v0='0CX9WFJS90B0LXCNJ0YNU9STLFMZ6JD' where id=1;
-update noar tt set b2='DJ04THBCA5H6S65QTXIBUH' where id=1;
-update noar ti set b2='DJ04THBCA5H6S65QTXIBUH' where id=1;
-update noar tt set v0='HIXMG172FLNTZNLXY86XDTPPX33V479J' where id=2;
-update noar ti set v0='HIXMG172FLNTZNLXY86XDTPPX33V479J' where id=2;
-update noar tt set b0='WPUEM8U2WS99V394FEXX8IM9Q' where id=2;
-update noar ti set b0='WPUEM8U2WS99V394FEXX8IM9Q' where id=2;
-update noar tt set v0='H2C7KQ6PVFUFM1' where id=2;
-update noar ti set v0='H2C7KQ6PVFUFM1' where id=2;
-update noar tt set b1='G1JQPO8HAT0DN5UZNY4552LRIC47' where id=2;
-update noar ti set b1='G1JQPO8HAT0DN5UZNY4552LRIC47' where id=2;
-update noar tt set v0='TR5RC5W2EHZQ8K' where id=2;
-update noar ti set v0='TR5RC5W2EHZQ8K' where id=2;
-update noar tt set b2='UF1DM123QFUKM0OJ3S1MI0QV41RG' where id=2;
-update noar ti set b2='UF1DM123QFUKM0OJ3S1MI0QV41RG' where id=2;
-update noar tt set v0='OGCTEWDFCQD0NIAOL6U8' where id=3;
-update noar ti set v0='OGCTEWDFCQD0NIAOL6U8' where id=3;
-update noar tt set b0='D2EMA' where id=3;
-update noar ti set b0='D2EMA' where id=3;
-update noar tt set v0='IK2XQAHHCEVO20F5MP' where id=3;
-update noar ti set v0='IK2XQAHHCEVO20F5MP' where id=3;
-update noar tt set b1='X04490O' where id=3;
-update noar ti set b1='X04490O' where id=3;
-update noar tt set v0='OGQD9D' where id=3;
-update noar ti set v0='OGQD9D' where id=3;
-update noar tt set b2='N40NZHVEN8GYN21X2SSMVNC' where id=3;
-update noar ti set b2='N40NZHVEN8GYN21X2SSMVNC' where id=3;
-update noar tt set v0='5H1X21G16' where id=4;
-update noar ti set v0='5H1X21G16' where id=4;
-update noar tt set b0='JLS7' where id=4;
-update noar ti set b0='JLS7' where id=4;
-update noar tt set v0='J' where id=4;
-update noar ti set v0='J' where id=4;
-update noar tt set b1='6OI4ZIC42RAVBM8M71547ANB' where id=4;
-update noar ti set b1='6OI4ZIC42RAVBM8M71547ANB' where id=4;
-update noar tt set v0='EM1X6O0EFXVQX' where id=4;
-update noar ti set v0='EM1X6O0EFXVQX' where id=4;
-update noar tt set b2='09T6GKDW8K37ASUX2MSYTL0I4RN' where id=4;
-update noar ti set b2='09T6GKDW8K37ASUX2MSYTL0I4RN' where id=4;
-update noar tt set v0='KT1VDKRKID2GIYFPZIBNIR' where id=5;
-update noar ti set v0='KT1VDKRKID2GIYFPZIBNIR' where id=5;
-update noar tt set b0='SRO76FHS821' where id=5;
-update noar ti set b0='SRO76FHS821' where id=5;
-update noar tt set v0='LZBN4' where id=5;
-update noar ti set v0='LZBN4' where id=5;
-update noar tt set b1='CH4V1NSX5MFNL5EKE3' where id=5;
-update noar ti set b1='CH4V1NSX5MFNL5EKE3' where id=5;
-update noar tt set v0='AHRNJU17953C9QOMAT8M4G' where id=5;
-update noar ti set v0='AHRNJU17953C9QOMAT8M4G' where id=5;
-update noar tt set b2='1VEF06B8MB0ZPUHL3ZTVO' where id=5;
-update noar ti set b2='1VEF06B8MB0ZPUHL3ZTVO' where id=5;
-update noar tt set v0='X1CN2P4TZRFU3S59CPVB37O0VSFU2' where id=6;
-update noar ti set v0='X1CN2P4TZRFU3S59CPVB37O0VSFU2' where id=6;
-update noar tt set b0='MR' where id=6;
-update noar ti set b0='MR' where id=6;
-update noar tt set v0='JYWJ9E6W7X0LW79HZEN5QBBUSXC' where id=6;
-update noar ti set v0='JYWJ9E6W7X0LW79HZEN5QBBUSXC' where id=6;
-update noar tt set b1='XQ61ZO1AA1' where id=6;
-update noar ti set b1='XQ61ZO1AA1' where id=6;
-update noar tt set v0='CY1EDINWIJM6' where id=6;
-update noar ti set v0='CY1EDINWIJM6' where id=6;
-update noar tt set b2='3HO4T8ZLAXRSS16JF0M5VVK' where id=6;
-update noar ti set b2='3HO4T8ZLAXRSS16JF0M5VVK' where id=6;
-update noar tt set v0='HFI7E' where id=7;
-update noar ti set v0='HFI7E' where id=7;
-update noar tt set b0='E03D44VII94OE' where id=7;
-update noar ti set b0='E03D44VII94OE' where id=7;
-update noar tt set v0='NYTIDO7WO28479GZSMDW57NK4KE' where id=7;
-update noar ti set v0='NYTIDO7WO28479GZSMDW57NK4KE' where id=7;
-update noar tt set b1='IOD9URKZHINI8ZSSJEOX40GJ' where id=7;
-update noar ti set b1='IOD9URKZHINI8ZSSJEOX40GJ' where id=7;
-update noar tt set v0='S3Q0QEVQTNMZ' where id=7;
-update noar ti set v0='S3Q0QEVQTNMZ' where id=7;
-update noar tt set b2='ZK0LEYQPAXVRWGKUAI6SBBALX' where id=7;
-update noar ti set b2='ZK0LEYQPAXVRWGKUAI6SBBALX' where id=7;
-update noar tt set v0='QL1QUU44' where id=8;
-update noar ti set v0='QL1QUU44' where id=8;
-update noar tt set b0='NCGAILC2C6ABFG7Q5QATOO5KC16UMQ17' where id=8;
-update noar ti set b0='NCGAILC2C6ABFG7Q5QATOO5KC16UMQ17' where id=8;
-update noar tt set v0='5LFBKA' where id=8;
-update noar ti set v0='5LFBKA' where id=8;
-update noar tt set b1='O365AOJKCSIP1IEZB' where id=8;
-update noar ti set b1='O365AOJKCSIP1IEZB' where id=8;
-update noar tt set v0='VMTEZC0UMZTVVPJ31MQ6R' where id=8;
-update noar ti set v0='VMTEZC0UMZTVVPJ31MQ6R' where id=8;
-update noar tt set b2='2' where id=8;
-update noar ti set b2='2' where id=8;
-update noar tt set v0='CHC3WS3NQ8E3' where id=9;
-update noar ti set v0='CHC3WS3NQ8E3' where id=9;
-update noar tt set b0='7AJCETSRWGD6INIGZ0ETKQ' where id=9;
-update noar ti set b0='7AJCETSRWGD6INIGZ0ETKQ' where id=9;
-update noar tt set v0='QW1L77S5' where id=9;
-update noar ti set v0='QW1L77S5' where id=9;
-update noar tt set b1='2ACU3T' where id=9;
-update noar ti set b1='2ACU3T' where id=9;
-update noar tt set v0='RGT9TSQ50O5MA7FZ9HBPFE0GT6N' where id=9;
-update noar ti set v0='RGT9TSQ50O5MA7FZ9HBPFE0GT6N' where id=9;
-update noar tt set b2='DXD97YPLYBJ' where id=9;
-update noar ti set b2='DXD97YPLYBJ' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) not null,
- b0 blob not null,
- b1 blob not null,
- b2 tinyblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='YGQ0JB2U5WQP3AOI78TAV1L54F' where id=1;
-update noar ti set v0='YGQ0JB2U5WQP3AOI78TAV1L54F' where id=1;
-update noar tt set b0='K9Z646ATX1QJR6WKRVREPNSX' where id=1;
-update noar ti set b0='K9Z646ATX1QJR6WKRVREPNSX' where id=1;
-update noar tt set v0='F15NQZ' where id=1;
-update noar ti set v0='F15NQZ' where id=1;
-update noar tt set b1='ZH7957RP7K43J' where id=1;
-update noar ti set b1='ZH7957RP7K43J' where id=1;
-update noar tt set v0='3LR25MEL4' where id=1;
-update noar ti set v0='3LR25MEL4' where id=1;
-update noar tt set b2='9XN23HFBHAIVKQXQYV7ASFV' where id=1;
-update noar ti set b2='9XN23HFBHAIVKQXQYV7ASFV' where id=1;
-update noar tt set v0='YIEZTCQT09MP7597Q5JILSFYDDQ8KX' where id=2;
-update noar ti set v0='YIEZTCQT09MP7597Q5JILSFYDDQ8KX' where id=2;
-update noar tt set b0='RWP06VGLOSO961230YW3XTMTO6AO' where id=2;
-update noar ti set b0='RWP06VGLOSO961230YW3XTMTO6AO' where id=2;
-update noar tt set v0='FLHB82P5OG6T6LQ' where id=2;
-update noar ti set v0='FLHB82P5OG6T6LQ' where id=2;
-update noar tt set b1='0H5LMX5FF8VNCM6ACJPIKB' where id=2;
-update noar ti set b1='0H5LMX5FF8VNCM6ACJPIKB' where id=2;
-update noar tt set v0='CXQA3H1Z3G' where id=2;
-update noar ti set v0='CXQA3H1Z3G' where id=2;
-update noar tt set b2='A1KB1JFTR6O12F' where id=2;
-update noar ti set b2='A1KB1JFTR6O12F' where id=2;
-update noar tt set v0='E' where id=3;
-update noar ti set v0='E' where id=3;
-update noar tt set b0='CF' where id=3;
-update noar ti set b0='CF' where id=3;
-update noar tt set v0='KWS7WHHSQO584TOY2P7B9WRK9585ALZW' where id=3;
-update noar ti set v0='KWS7WHHSQO584TOY2P7B9WRK9585ALZW' where id=3;
-update noar tt set b1='ZLVRSZ9XGTP6ZNE3UF22VWW2' where id=3;
-update noar ti set b1='ZLVRSZ9XGTP6ZNE3UF22VWW2' where id=3;
-update noar tt set v0='5GL5' where id=3;
-update noar ti set v0='5GL5' where id=3;
-update noar tt set b2='E1JGP9CR98X4G' where id=3;
-update noar ti set b2='E1JGP9CR98X4G' where id=3;
-update noar tt set v0='LMEU0' where id=4;
-update noar ti set v0='LMEU0' where id=4;
-update noar tt set b0='QTYV3THLM0ERNESBDQC' where id=4;
-update noar ti set b0='QTYV3THLM0ERNESBDQC' where id=4;
-update noar tt set v0='4LDB03DGA090H40EF889SPK4EA' where id=4;
-update noar ti set v0='4LDB03DGA090H40EF889SPK4EA' where id=4;
-update noar tt set b1='9T7KL3YP2I6H0ITFE0QBPX' where id=4;
-update noar ti set b1='9T7KL3YP2I6H0ITFE0QBPX' where id=4;
-update noar tt set v0='XQAMQP15NHRP' where id=4;
-update noar ti set v0='XQAMQP15NHRP' where id=4;
-update noar tt set b2='IJZKGPFH1AA8SX2W4S1LLRRU6N' where id=4;
-update noar ti set b2='IJZKGPFH1AA8SX2W4S1LLRRU6N' where id=4;
-update noar tt set v0='VHLJMC20' where id=5;
-update noar ti set v0='VHLJMC20' where id=5;
-update noar tt set b0='VRLKYSSI' where id=5;
-update noar ti set b0='VRLKYSSI' where id=5;
-update noar tt set v0='3ZAF4NUA9ACL1T524EJDKZXUJJE7SE' where id=5;
-update noar ti set v0='3ZAF4NUA9ACL1T524EJDKZXUJJE7SE' where id=5;
-update noar tt set b1='7GXQ6SS0TSCSTY4E7IYFPX1' where id=5;
-update noar ti set b1='7GXQ6SS0TSCSTY4E7IYFPX1' where id=5;
-update noar tt set v0='KKOXIJXRR' where id=5;
-update noar ti set v0='KKOXIJXRR' where id=5;
-update noar tt set b2='T1EAV5PTEGWFZ' where id=5;
-update noar ti set b2='T1EAV5PTEGWFZ' where id=5;
-update noar tt set v0='F93EJF' where id=6;
-update noar ti set v0='F93EJF' where id=6;
-update noar tt set b0='7BENK' where id=6;
-update noar ti set b0='7BENK' where id=6;
-update noar tt set v0='NB6O0J' where id=6;
-update noar ti set v0='NB6O0J' where id=6;
-update noar tt set b1='S12' where id=6;
-update noar ti set b1='S12' where id=6;
-update noar tt set v0='LIGUYF8WNQGO7AQ3OCTWZ16CVNDJACCJ' where id=6;
-update noar ti set v0='LIGUYF8WNQGO7AQ3OCTWZ16CVNDJACCJ' where id=6;
-update noar tt set b2='4MUPNZTJRJNR' where id=6;
-update noar ti set b2='4MUPNZTJRJNR' where id=6;
-update noar tt set v0='T' where id=7;
-update noar ti set v0='T' where id=7;
-update noar tt set b0='L5PB8ON8PV3HW6WU967LO' where id=7;
-update noar ti set b0='L5PB8ON8PV3HW6WU967LO' where id=7;
-update noar tt set v0='R8AABML7ODOJOYVNI' where id=7;
-update noar ti set v0='R8AABML7ODOJOYVNI' where id=7;
-update noar tt set b1='IQR4KF3CQK' where id=7;
-update noar ti set b1='IQR4KF3CQK' where id=7;
-update noar tt set v0='8JTV0AA7PEXBY48CG' where id=7;
-update noar ti set v0='8JTV0AA7PEXBY48CG' where id=7;
-update noar tt set b2='HB49T79' where id=7;
-update noar ti set b2='HB49T79' where id=7;
-update noar tt set v0='LY5P5T7YJU0SJL13D390H8CHZ601' where id=8;
-update noar ti set v0='LY5P5T7YJU0SJL13D390H8CHZ601' where id=8;
-update noar tt set b0='AIS2KY6M' where id=8;
-update noar ti set b0='AIS2KY6M' where id=8;
-update noar tt set v0='WX8PPQ2EH5WMJY3KG08Z5F6X' where id=8;
-update noar ti set v0='WX8PPQ2EH5WMJY3KG08Z5F6X' where id=8;
-update noar tt set b1='TGAX97F6VW9' where id=8;
-update noar ti set b1='TGAX97F6VW9' where id=8;
-update noar tt set v0='WT3FTBFX3S7R833T7LZDMOA' where id=8;
-update noar ti set v0='WT3FTBFX3S7R833T7LZDMOA' where id=8;
-update noar tt set b2='P6MR6U788NSSRLOGQNT8UA3' where id=8;
-update noar ti set b2='P6MR6U788NSSRLOGQNT8UA3' where id=8;
-update noar tt set v0='P7JBAQDXAS66S7GB1UE9LUJR' where id=9;
-update noar ti set v0='P7JBAQDXAS66S7GB1UE9LUJR' where id=9;
-update noar tt set b0='DNVC44B0NZSYIU8XFCLF3X8ZYRI' where id=9;
-update noar ti set b0='DNVC44B0NZSYIU8XFCLF3X8ZYRI' where id=9;
-update noar tt set v0='E03P' where id=9;
-update noar ti set v0='E03P' where id=9;
-update noar tt set b1='R7SUMSY3KCAMODTJT54' where id=9;
-update noar ti set b1='R7SUMSY3KCAMODTJT54' where id=9;
-update noar tt set v0='LITW0FBL69AGSICB' where id=9;
-update noar ti set v0='LITW0FBL69AGSICB' where id=9;
-update noar tt set b2='QZF1CCV15' where id=9;
-update noar ti set b2='QZF1CCV15' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) not null,
- b0 blob not null,
- b1 blob not null,
- b2 tinyblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='WEICMI03B3L98HEG2L' where id=1;
-update noar ti set v0='WEICMI03B3L98HEG2L' where id=1;
-update noar tt set b0='6DUO87IOTWL987PVGN' where id=1;
-update noar ti set b0='6DUO87IOTWL987PVGN' where id=1;
-update noar tt set v0='O' where id=1;
-update noar ti set v0='O' where id=1;
-update noar tt set b1='AFFTHSXH4G44A10XW3ORQC9GSZW2U' where id=1;
-update noar ti set b1='AFFTHSXH4G44A10XW3ORQC9GSZW2U' where id=1;
-update noar tt set v0='LJBP5E' where id=1;
-update noar ti set v0='LJBP5E' where id=1;
-update noar tt set b2='LFQPB3FG75R0A89U79BQVZ31L6' where id=1;
-update noar ti set b2='LFQPB3FG75R0A89U79BQVZ31L6' where id=1;
-update noar tt set v0='H262AYQFXYGGPYW9BNA3TQG' where id=2;
-update noar ti set v0='H262AYQFXYGGPYW9BNA3TQG' where id=2;
-update noar tt set b0='AKU2N7SPSW5NEIGX2NDQIU8VGHEKMQ' where id=2;
-update noar ti set b0='AKU2N7SPSW5NEIGX2NDQIU8VGHEKMQ' where id=2;
-update noar tt set v0='N2BU8AR00M9E9N20W4G' where id=2;
-update noar ti set v0='N2BU8AR00M9E9N20W4G' where id=2;
-update noar tt set b1='B2GZW25XHG4Q32CCDLXF1' where id=2;
-update noar ti set b1='B2GZW25XHG4Q32CCDLXF1' where id=2;
-update noar tt set v0='2MM6KGL6EPGPXAL1M6' where id=2;
-update noar ti set v0='2MM6KGL6EPGPXAL1M6' where id=2;
-update noar tt set b2='AIGM3DHPG' where id=2;
-update noar ti set b2='AIGM3DHPG' where id=2;
-update noar tt set v0='J5AYDH8CYWIZK4' where id=3;
-update noar ti set v0='J5AYDH8CYWIZK4' where id=3;
-update noar tt set b0='PESZFGHN2OD2243NJ' where id=3;
-update noar ti set b0='PESZFGHN2OD2243NJ' where id=3;
-update noar tt set v0='DWTK5RGZB5P01THT' where id=3;
-update noar ti set v0='DWTK5RGZB5P01THT' where id=3;
-update noar tt set b1='UYW2775ZWE' where id=3;
-update noar ti set b1='UYW2775ZWE' where id=3;
-update noar tt set v0='3LAORLB9SSFKE2M7SQT99P' where id=3;
-update noar ti set v0='3LAORLB9SSFKE2M7SQT99P' where id=3;
-update noar tt set b2='AK3POI66ZGAX5R0ZFIOZF3B4NKW' where id=3;
-update noar ti set b2='AK3POI66ZGAX5R0ZFIOZF3B4NKW' where id=3;
-update noar tt set v0='CGQLK3UOOB30HNV3DRWI' where id=4;
-update noar ti set v0='CGQLK3UOOB30HNV3DRWI' where id=4;
-update noar tt set b0='K1' where id=4;
-update noar ti set b0='K1' where id=4;
-update noar tt set v0='PJX9HD71S6JTT8F8B77' where id=4;
-update noar ti set v0='PJX9HD71S6JTT8F8B77' where id=4;
-update noar tt set b1='A3HEWLX' where id=4;
-update noar ti set b1='A3HEWLX' where id=4;
-update noar tt set v0='YV1KF967659I5VVU8J1SU5MI5' where id=4;
-update noar ti set v0='YV1KF967659I5VVU8J1SU5MI5' where id=4;
-update noar tt set b2='WXW0B8ABCTL2SOFHOKQ' where id=4;
-update noar ti set b2='WXW0B8ABCTL2SOFHOKQ' where id=4;
-update noar tt set v0='L2WWV5SC' where id=5;
-update noar ti set v0='L2WWV5SC' where id=5;
-update noar tt set b0='M4FV' where id=5;
-update noar ti set b0='M4FV' where id=5;
-update noar tt set v0='9XH7VB9' where id=5;
-update noar ti set v0='9XH7VB9' where id=5;
-update noar tt set b1='VEVE' where id=5;
-update noar ti set b1='VEVE' where id=5;
-update noar tt set v0='REIA2RJDX3XP6BTQNG3P6XX5' where id=5;
-update noar ti set v0='REIA2RJDX3XP6BTQNG3P6XX5' where id=5;
-update noar tt set b2='RK22WIFGCQG9FYJ' where id=5;
-update noar ti set b2='RK22WIFGCQG9FYJ' where id=5;
-update noar tt set v0='6K' where id=6;
-update noar ti set v0='6K' where id=6;
-update noar tt set b0='KB6CI88G3IV8B4EP' where id=6;
-update noar ti set b0='KB6CI88G3IV8B4EP' where id=6;
-update noar tt set v0='0RDYG9FPW05KCZPT7JU' where id=6;
-update noar ti set v0='0RDYG9FPW05KCZPT7JU' where id=6;
-update noar tt set b1='ZSPAC2N1H3QOIEOVG' where id=6;
-update noar ti set b1='ZSPAC2N1H3QOIEOVG' where id=6;
-update noar tt set v0='D4BENW98MZEFV' where id=6;
-update noar ti set v0='D4BENW98MZEFV' where id=6;
-update noar tt set b2='ABKJ21KKF1WK191I' where id=6;
-update noar ti set b2='ABKJ21KKF1WK191I' where id=6;
-update noar tt set v0='EN3' where id=7;
-update noar ti set v0='EN3' where id=7;
-update noar tt set b0='FXVSZJXYKB' where id=7;
-update noar ti set b0='FXVSZJXYKB' where id=7;
-update noar tt set v0='CF918YZ2W0' where id=7;
-update noar ti set v0='CF918YZ2W0' where id=7;
-update noar tt set b1='94ZRG18SR29B44V69LZU2X77PE8T' where id=7;
-update noar ti set b1='94ZRG18SR29B44V69LZU2X77PE8T' where id=7;
-update noar tt set v0='7LA68AXM8QMVTMHNKN9G' where id=7;
-update noar ti set v0='7LA68AXM8QMVTMHNKN9G' where id=7;
-update noar tt set b2='2GHN46O2G0' where id=7;
-update noar ti set b2='2GHN46O2G0' where id=7;
-update noar tt set v0='KPHU03G4BDOUEWSSZJ7N08K' where id=8;
-update noar ti set v0='KPHU03G4BDOUEWSSZJ7N08K' where id=8;
-update noar tt set b0='VPDN7E4SXBP5' where id=8;
-update noar ti set b0='VPDN7E4SXBP5' where id=8;
-update noar tt set v0='6JWITICLBUK1PU0SEU2XOD8538' where id=8;
-update noar ti set v0='6JWITICLBUK1PU0SEU2XOD8538' where id=8;
-update noar tt set b1='RMMAL69OVAZJUC1QDZ0V82VWC6WNFNE' where id=8;
-update noar ti set b1='RMMAL69OVAZJUC1QDZ0V82VWC6WNFNE' where id=8;
-update noar tt set v0='Q197C245' where id=8;
-update noar ti set v0='Q197C245' where id=8;
-update noar tt set b2='K1C2F06PJKN687FQ0LO9W38GQQ' where id=8;
-update noar ti set b2='K1C2F06PJKN687FQ0LO9W38GQQ' where id=8;
-update noar tt set v0='MW3M6R6SB4U0ZADS02L7E0PNLW5N' where id=9;
-update noar ti set v0='MW3M6R6SB4U0ZADS02L7E0PNLW5N' where id=9;
-update noar tt set b0='G2V3QF13J88JYTL76MZOC' where id=9;
-update noar ti set b0='G2V3QF13J88JYTL76MZOC' where id=9;
-update noar tt set v0='FFK755MQG83UXHPPQLZU3F' where id=9;
-update noar ti set v0='FFK755MQG83UXHPPQLZU3F' where id=9;
-update noar tt set b1='SEPB2RFI9XZZN' where id=9;
-update noar ti set b1='SEPB2RFI9XZZN' where id=9;
-update noar tt set v0='ISRWP16H8N7O6T9T' where id=9;
-update noar ti set v0='ISRWP16H8N7O6T9T' where id=9;
-update noar tt set b2='YB4K6JSOUDVCTKXTA9Y23R9GDGHH' where id=9;
-update noar ti set b2='YB4K6JSOUDVCTKXTA9Y23R9GDGHH' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) null,
- b0 blob null,
- b1 blob null,
- b2 blob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='20WYF4OVZC3W7ICNW7CMKR571' where id=1;
-update noar ti set v0='20WYF4OVZC3W7ICNW7CMKR571' where id=1;
-update noar tt set b0='9H2D4OJIYMHTFJAOCI4PS75IZDE0B' where id=1;
-update noar ti set b0='9H2D4OJIYMHTFJAOCI4PS75IZDE0B' where id=1;
-update noar tt set v0='OH9U48T51CRSUE4ROORVXK5VPTD4' where id=1;
-update noar ti set v0='OH9U48T51CRSUE4ROORVXK5VPTD4' where id=1;
-update noar tt set b1='QOC3OBIOE3C2RB4LDOSO93RA267UNADV' where id=1;
-update noar ti set b1='QOC3OBIOE3C2RB4LDOSO93RA267UNADV' where id=1;
-update noar tt set v0='SNOK4' where id=1;
-update noar ti set v0='SNOK4' where id=1;
-update noar tt set b2='9HQLKNJA8J2D4R61ZQLFBEPDMZUC2H' where id=1;
-update noar ti set b2='9HQLKNJA8J2D4R61ZQLFBEPDMZUC2H' where id=1;
-update noar tt set v0='4797V' where id=2;
-update noar ti set v0='4797V' where id=2;
-update noar tt set b0='FRZ1PL9ZEAPB6H7OCGTG657MYW' where id=2;
-update noar ti set b0='FRZ1PL9ZEAPB6H7OCGTG657MYW' where id=2;
-update noar tt set v0='K052U605V76IRE9YFNKUUQ2HA7P' where id=2;
-update noar ti set v0='K052U605V76IRE9YFNKUUQ2HA7P' where id=2;
-update noar tt set b1='RZ8WM6EC0ESPB6EL' where id=2;
-update noar ti set b1='RZ8WM6EC0ESPB6EL' where id=2;
-update noar tt set v0='WUD2BQVLW8TJB6RNRTM59S6QM' where id=2;
-update noar ti set v0='WUD2BQVLW8TJB6RNRTM59S6QM' where id=2;
-update noar tt set b2='NBXF9I' where id=2;
-update noar ti set b2='NBXF9I' where id=2;
-update noar tt set v0='M' where id=3;
-update noar ti set v0='M' where id=3;
-update noar tt set b0='4FC3TGX' where id=3;
-update noar ti set b0='4FC3TGX' where id=3;
-update noar tt set v0='RNDPDUJ9KY97L2K5QFSI' where id=3;
-update noar ti set v0='RNDPDUJ9KY97L2K5QFSI' where id=3;
-update noar tt set b1='LQPQIAKV4HSUE4KDZEF8WPAWBYIRAW4B' where id=3;
-update noar ti set b1='LQPQIAKV4HSUE4KDZEF8WPAWBYIRAW4B' where id=3;
-update noar tt set v0='DRF5NSSJKMHQX8N935J35IF6' where id=3;
-update noar ti set v0='DRF5NSSJKMHQX8N935J35IF6' where id=3;
-update noar tt set b2='08S89K' where id=3;
-update noar ti set b2='08S89K' where id=3;
-update noar tt set v0='N2QWTZQIEQ85T0GXCI89G5A530SQ4' where id=4;
-update noar ti set v0='N2QWTZQIEQ85T0GXCI89G5A530SQ4' where id=4;
-update noar tt set b0='8H1P97YTNKX2BE3V51MN' where id=4;
-update noar ti set b0='8H1P97YTNKX2BE3V51MN' where id=4;
-update noar tt set v0='Y5Z8A8B3KV1HL8SFA0GLESUM3AI' where id=4;
-update noar ti set v0='Y5Z8A8B3KV1HL8SFA0GLESUM3AI' where id=4;
-update noar tt set b1='RJ6P24YM8W9G149KTLIT6G9' where id=4;
-update noar ti set b1='RJ6P24YM8W9G149KTLIT6G9' where id=4;
-update noar tt set v0='Z7MV61DL' where id=4;
-update noar ti set v0='Z7MV61DL' where id=4;
-update noar tt set b2='MPOP' where id=4;
-update noar ti set b2='MPOP' where id=4;
-update noar tt set v0='UX4' where id=5;
-update noar ti set v0='UX4' where id=5;
-update noar tt set b0='HFS772M4M0W4BQL09N115' where id=5;
-update noar ti set b0='HFS772M4M0W4BQL09N115' where id=5;
-update noar tt set v0='83A2RFH69OWK4YP0T5OA' where id=5;
-update noar ti set v0='83A2RFH69OWK4YP0T5OA' where id=5;
-update noar tt set b1='P80W' where id=5;
-update noar ti set b1='P80W' where id=5;
-update noar tt set v0='5H8DBQ8EOU2U' where id=5;
-update noar ti set v0='5H8DBQ8EOU2U' where id=5;
-update noar tt set b2='YGCZF3VH1WG8' where id=5;
-update noar ti set b2='YGCZF3VH1WG8' where id=5;
-update noar tt set v0='LC4BVHX8Q25KZ5NUS39E' where id=6;
-update noar ti set v0='LC4BVHX8Q25KZ5NUS39E' where id=6;
-update noar tt set b0='HMVYQ6VCP95S5G90P01OLIJV' where id=6;
-update noar ti set b0='HMVYQ6VCP95S5G90P01OLIJV' where id=6;
-update noar tt set v0='R08VF3HA6705NIVD0PHW4S9P' where id=6;
-update noar ti set v0='R08VF3HA6705NIVD0PHW4S9P' where id=6;
-update noar tt set b1='42PJF0EFA' where id=6;
-update noar ti set b1='42PJF0EFA' where id=6;
-update noar tt set v0='NY4TGA' where id=6;
-update noar ti set v0='NY4TGA' where id=6;
-update noar tt set b2='9XNJ5DTCYUHV' where id=6;
-update noar ti set b2='9XNJ5DTCYUHV' where id=6;
-update noar tt set v0='W2DP003ZW806N3FHLR2K3PQGMM' where id=7;
-update noar ti set v0='W2DP003ZW806N3FHLR2K3PQGMM' where id=7;
-update noar tt set b0='WUQIBA2I1HGQZEP8AH6H8730Q7UOVW' where id=7;
-update noar ti set b0='WUQIBA2I1HGQZEP8AH6H8730Q7UOVW' where id=7;
-update noar tt set v0='QU231SYC3FQ' where id=7;
-update noar ti set v0='QU231SYC3FQ' where id=7;
-update noar tt set b1='5H3FK65AFOKCBL6ZBRTD' where id=7;
-update noar ti set b1='5H3FK65AFOKCBL6ZBRTD' where id=7;
-update noar tt set v0='U6EO4BTB1CR7IVE71GHAMG' where id=7;
-update noar ti set v0='U6EO4BTB1CR7IVE71GHAMG' where id=7;
-update noar tt set b2='WI8IT5RG1SHICDNTMZBMTQ29TC9' where id=7;
-update noar ti set b2='WI8IT5RG1SHICDNTMZBMTQ29TC9' where id=7;
-update noar tt set v0='589UC2IMSBCK' where id=8;
-update noar ti set v0='589UC2IMSBCK' where id=8;
-update noar tt set b0='O' where id=8;
-update noar ti set b0='O' where id=8;
-update noar tt set v0='0JNRUU4EVDK7ITO7IJ40UIIJ3JL69KXE' where id=8;
-update noar ti set v0='0JNRUU4EVDK7ITO7IJ40UIIJ3JL69KXE' where id=8;
-update noar tt set b1='M1HKEE4SEI7N58YR' where id=8;
-update noar ti set b1='M1HKEE4SEI7N58YR' where id=8;
-update noar tt set v0='FMVRV63WRLKYAQS1C8' where id=8;
-update noar ti set v0='FMVRV63WRLKYAQS1C8' where id=8;
-update noar tt set b2='8EMABSBI51DRJPM3FIVPG8' where id=8;
-update noar ti set b2='8EMABSBI51DRJPM3FIVPG8' where id=8;
-update noar tt set v0='XJQ5WO' where id=9;
-update noar ti set v0='XJQ5WO' where id=9;
-update noar tt set b0='L38YOPYFS1VGX42I3O7X6E1LY05DSZHM' where id=9;
-update noar ti set b0='L38YOPYFS1VGX42I3O7X6E1LY05DSZHM' where id=9;
-update noar tt set v0='OHSO' where id=9;
-update noar ti set v0='OHSO' where id=9;
-update noar tt set b1='G2DXHGYBKQDITAYZLLL8YTBC58' where id=9;
-update noar ti set b1='G2DXHGYBKQDITAYZLLL8YTBC58' where id=9;
-update noar tt set v0='ENWO39QDNPX1HYVK6MQ1ZWJB9OLOO6B' where id=9;
-update noar ti set v0='ENWO39QDNPX1HYVK6MQ1ZWJB9OLOO6B' where id=9;
-update noar tt set b2='XE0LZXXQQ6VUTA4CSISAOU' where id=9;
-update noar ti set b2='XE0LZXXQQ6VUTA4CSISAOU' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) null,
- b0 blob null,
- b1 blob null,
- b2 blob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='ND2PP77ECRKP' where id=1;
-update noar ti set v0='ND2PP77ECRKP' where id=1;
-update noar tt set b0='AWJGUS5J0RGJ3ABSQ2Q6' where id=1;
-update noar ti set b0='AWJGUS5J0RGJ3ABSQ2Q6' where id=1;
-update noar tt set v0='M04KC3DFO1PS5N2HFLHHE2DMVPQG' where id=1;
-update noar ti set v0='M04KC3DFO1PS5N2HFLHHE2DMVPQG' where id=1;
-update noar tt set b1='AITE7EW5422TEV' where id=1;
-update noar ti set b1='AITE7EW5422TEV' where id=1;
-update noar tt set v0='7KEOTRPA1IEU4FQ9ZTWX6L' where id=1;
-update noar ti set v0='7KEOTRPA1IEU4FQ9ZTWX6L' where id=1;
-update noar tt set b2='6ORWC6J418DSO6LRBSETEQTF8IPP' where id=1;
-update noar ti set b2='6ORWC6J418DSO6LRBSETEQTF8IPP' where id=1;
-update noar tt set v0='LDWX6DP5K6YU1TIJYJCGO2EW8K68' where id=2;
-update noar ti set v0='LDWX6DP5K6YU1TIJYJCGO2EW8K68' where id=2;
-update noar tt set b0='LXFP662OXMYLWX0C2WU9MEG9JXZW4Y' where id=2;
-update noar ti set b0='LXFP662OXMYLWX0C2WU9MEG9JXZW4Y' where id=2;
-update noar tt set v0='INXDX91X0OTNC7RNG' where id=2;
-update noar ti set v0='INXDX91X0OTNC7RNG' where id=2;
-update noar tt set b1='5NSNHDB4WERK81J4H' where id=2;
-update noar ti set b1='5NSNHDB4WERK81J4H' where id=2;
-update noar tt set v0='5R' where id=2;
-update noar ti set v0='5R' where id=2;
-update noar tt set b2='HW357HOGSMGCFD' where id=2;
-update noar ti set b2='HW357HOGSMGCFD' where id=2;
-update noar tt set v0='7HZTV' where id=3;
-update noar ti set v0='7HZTV' where id=3;
-update noar tt set b0='0D8Y5A10XZS5' where id=3;
-update noar ti set b0='0D8Y5A10XZS5' where id=3;
-update noar tt set v0='7FGKHAYR3VD' where id=3;
-update noar ti set v0='7FGKHAYR3VD' where id=3;
-update noar tt set b1='SP4P636SC5C5LUB88SEJBL6CGXL2SP' where id=3;
-update noar ti set b1='SP4P636SC5C5LUB88SEJBL6CGXL2SP' where id=3;
-update noar tt set v0='DDMN6XJ9SU1UWC2G7' where id=3;
-update noar ti set v0='DDMN6XJ9SU1UWC2G7' where id=3;
-update noar tt set b2='SRUU86A5' where id=3;
-update noar ti set b2='SRUU86A5' where id=3;
-update noar tt set v0='DF8ALNS0QGSWXU41MSQU5WVL5T0ID3' where id=4;
-update noar ti set v0='DF8ALNS0QGSWXU41MSQU5WVL5T0ID3' where id=4;
-update noar tt set b0='G' where id=4;
-update noar ti set b0='G' where id=4;
-update noar tt set v0='PPZD45M9LEUMTA165V5HTQVMBAR8PG16' where id=4;
-update noar ti set v0='PPZD45M9LEUMTA165V5HTQVMBAR8PG16' where id=4;
-update noar tt set b1='WR80AKGVKC7J925U1N0KTKHTFU' where id=4;
-update noar ti set b1='WR80AKGVKC7J925U1N0KTKHTFU' where id=4;
-update noar tt set v0='7MR0OY5K7' where id=4;
-update noar ti set v0='7MR0OY5K7' where id=4;
-update noar tt set b2='PJWOOMHF6BP0' where id=4;
-update noar ti set b2='PJWOOMHF6BP0' where id=4;
-update noar tt set v0='8ROI54VXJ' where id=5;
-update noar ti set v0='8ROI54VXJ' where id=5;
-update noar tt set b0='0C8UDPQA5VL6LSZGZNLFL8N6YEMCC' where id=5;
-update noar ti set b0='0C8UDPQA5VL6LSZGZNLFL8N6YEMCC' where id=5;
-update noar tt set v0='Y725NS0VBPBY' where id=5;
-update noar ti set v0='Y725NS0VBPBY' where id=5;
-update noar tt set b1='LD5IUFX5L737GGJAZ' where id=5;
-update noar ti set b1='LD5IUFX5L737GGJAZ' where id=5;
-update noar tt set v0='EQ6QX4ZH4T24HB4SFTG22FS' where id=5;
-update noar ti set v0='EQ6QX4ZH4T24HB4SFTG22FS' where id=5;
-update noar tt set b2='AJZA7' where id=5;
-update noar ti set b2='AJZA7' where id=5;
-update noar tt set v0='EFBN461325WFCE2PN6PNRRZPW1VCP' where id=6;
-update noar ti set v0='EFBN461325WFCE2PN6PNRRZPW1VCP' where id=6;
-update noar tt set b0='S5RI29RT8DN3QSP7WNNIIKBN2YMBQ4K' where id=6;
-update noar ti set b0='S5RI29RT8DN3QSP7WNNIIKBN2YMBQ4K' where id=6;
-update noar tt set v0='R1673BU9DVZLTM7SQR8W4OP39CD' where id=6;
-update noar ti set v0='R1673BU9DVZLTM7SQR8W4OP39CD' where id=6;
-update noar tt set b1='P5IPF01TNVJDQQB4ML7W' where id=6;
-update noar ti set b1='P5IPF01TNVJDQQB4ML7W' where id=6;
-update noar tt set v0='R19TN5' where id=6;
-update noar ti set v0='R19TN5' where id=6;
-update noar tt set b2='SD' where id=6;
-update noar ti set b2='SD' where id=6;
-update noar tt set v0='9YGI8PSBUCN0S05Y' where id=7;
-update noar ti set v0='9YGI8PSBUCN0S05Y' where id=7;
-update noar tt set b0='7' where id=7;
-update noar ti set b0='7' where id=7;
-update noar tt set v0='AUD2YEM25JORQFIZ98TSWJI' where id=7;
-update noar ti set v0='AUD2YEM25JORQFIZ98TSWJI' where id=7;
-update noar tt set b1='6FQ' where id=7;
-update noar ti set b1='6FQ' where id=7;
-update noar tt set v0='4YZ3R6D9P26L199FHJ' where id=7;
-update noar ti set v0='4YZ3R6D9P26L199FHJ' where id=7;
-update noar tt set b2='SKEEMR1W5HXDVT' where id=7;
-update noar ti set b2='SKEEMR1W5HXDVT' where id=7;
-update noar tt set v0='UFGAKOCKO1YUMQISY3IM9CZ2FS5UMF' where id=8;
-update noar ti set v0='UFGAKOCKO1YUMQISY3IM9CZ2FS5UMF' where id=8;
-update noar tt set b0='SF2EAXMCDJLGK27R' where id=8;
-update noar ti set b0='SF2EAXMCDJLGK27R' where id=8;
-update noar tt set v0='G48Y' where id=8;
-update noar ti set v0='G48Y' where id=8;
-update noar tt set b1='79615FMJ4CX2LUC6CLKO8I' where id=8;
-update noar ti set b1='79615FMJ4CX2LUC6CLKO8I' where id=8;
-update noar tt set v0='7WEESB35FNXUWSQPZ366AC03KB9SU' where id=8;
-update noar ti set v0='7WEESB35FNXUWSQPZ366AC03KB9SU' where id=8;
-update noar tt set b2='QN9Y9BW58HI5FMNQQZ7N9QPLTSS' where id=8;
-update noar ti set b2='QN9Y9BW58HI5FMNQQZ7N9QPLTSS' where id=8;
-update noar tt set v0='CHYCYP1BCMAM4E6PBCB2R9KQ' where id=9;
-update noar ti set v0='CHYCYP1BCMAM4E6PBCB2R9KQ' where id=9;
-update noar tt set b0='FEPD1UGN0Y' where id=9;
-update noar ti set b0='FEPD1UGN0Y' where id=9;
-update noar tt set v0='0BAHVCLWR3NR' where id=9;
-update noar ti set v0='0BAHVCLWR3NR' where id=9;
-update noar tt set b1='8EZNK8WJMAW' where id=9;
-update noar ti set b1='8EZNK8WJMAW' where id=9;
-update noar tt set v0='FUB3OLP3CV68U6FA4NX' where id=9;
-update noar ti set v0='FUB3OLP3CV68U6FA4NX' where id=9;
-update noar tt set b2='0AEBIN4G49NDO' where id=9;
-update noar ti set b2='0AEBIN4G49NDO' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) not null,
- b0 blob not null,
- b1 blob not null,
- b2 blob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='Y602IAFU4ZDN78RFKC910' where id=1;
-update noar ti set v0='Y602IAFU4ZDN78RFKC910' where id=1;
-update noar tt set b0='1WEZPKHBDRDBPGSPUPR' where id=1;
-update noar ti set b0='1WEZPKHBDRDBPGSPUPR' where id=1;
-update noar tt set v0='26VMS6SDST8YQZTVKXMMHQ7Z6HV' where id=1;
-update noar ti set v0='26VMS6SDST8YQZTVKXMMHQ7Z6HV' where id=1;
-update noar tt set b1='AGF46JL01951ANG' where id=1;
-update noar ti set b1='AGF46JL01951ANG' where id=1;
-update noar tt set v0='VV9ITRDQ43CPY81D47P' where id=1;
-update noar ti set v0='VV9ITRDQ43CPY81D47P' where id=1;
-update noar tt set b2='XXH54NGZK49' where id=1;
-update noar ti set b2='XXH54NGZK49' where id=1;
-update noar tt set v0='ZMD7XTC' where id=2;
-update noar ti set v0='ZMD7XTC' where id=2;
-update noar tt set b0='0F61L1IXU' where id=2;
-update noar ti set b0='0F61L1IXU' where id=2;
-update noar tt set v0='FUACLUGQSAQ0461TRQ9' where id=2;
-update noar ti set v0='FUACLUGQSAQ0461TRQ9' where id=2;
-update noar tt set b1='PQV2O' where id=2;
-update noar ti set b1='PQV2O' where id=2;
-update noar tt set v0='H9PBXDDZG' where id=2;
-update noar ti set v0='H9PBXDDZG' where id=2;
-update noar tt set b2='DGJQSVSGACPE1JEH5SS8GBS6ZO0O7' where id=2;
-update noar ti set b2='DGJQSVSGACPE1JEH5SS8GBS6ZO0O7' where id=2;
-update noar tt set v0='OM' where id=3;
-update noar ti set v0='OM' where id=3;
-update noar tt set b0='0' where id=3;
-update noar ti set b0='0' where id=3;
-update noar tt set v0='VTKANW1WR4P9' where id=3;
-update noar ti set v0='VTKANW1WR4P9' where id=3;
-update noar tt set b1='KW2J2MJWNBSBLNQ' where id=3;
-update noar ti set b1='KW2J2MJWNBSBLNQ' where id=3;
-update noar tt set v0='W8CJCJDJNBAUWHFS' where id=3;
-update noar ti set v0='W8CJCJDJNBAUWHFS' where id=3;
-update noar tt set b2='HWDEO4NV0OQ46E0LT2LJULKBM' where id=3;
-update noar ti set b2='HWDEO4NV0OQ46E0LT2LJULKBM' where id=3;
-update noar tt set v0='B7OCMXRZTOV2QOBTLDSEULY23' where id=4;
-update noar ti set v0='B7OCMXRZTOV2QOBTLDSEULY23' where id=4;
-update noar tt set b0='ZC5LORFU6EZZH' where id=4;
-update noar ti set b0='ZC5LORFU6EZZH' where id=4;
-update noar tt set v0='Q5RGPI7S6OBRR3TLPYF' where id=4;
-update noar ti set v0='Q5RGPI7S6OBRR3TLPYF' where id=4;
-update noar tt set b1='DR1CIWPF' where id=4;
-update noar ti set b1='DR1CIWPF' where id=4;
-update noar tt set v0='2SK1C87QMNM5' where id=4;
-update noar ti set v0='2SK1C87QMNM5' where id=4;
-update noar tt set b2='4UX85IYKL4B5V9ASAY8KJ2WRS5' where id=4;
-update noar ti set b2='4UX85IYKL4B5V9ASAY8KJ2WRS5' where id=4;
-update noar tt set v0='OBE2ER96KB6GW1YBRKW33PWH894JU' where id=5;
-update noar ti set v0='OBE2ER96KB6GW1YBRKW33PWH894JU' where id=5;
-update noar tt set b0='QMMXYETWO70KSQ88ZYIQT6IKTMNG3MW' where id=5;
-update noar ti set b0='QMMXYETWO70KSQ88ZYIQT6IKTMNG3MW' where id=5;
-update noar tt set v0='MSNMKQHF3TED9HLBN42YW628JNBCI4' where id=5;
-update noar ti set v0='MSNMKQHF3TED9HLBN42YW628JNBCI4' where id=5;
-update noar tt set b1='U3C3ZOM8OOM3VE0G855G' where id=5;
-update noar ti set b1='U3C3ZOM8OOM3VE0G855G' where id=5;
-update noar tt set v0='EZWMH1SXQU2M0K15HD0VQQMA' where id=5;
-update noar ti set v0='EZWMH1SXQU2M0K15HD0VQQMA' where id=5;
-update noar tt set b2='HNLDRQ6XQANK' where id=5;
-update noar ti set b2='HNLDRQ6XQANK' where id=5;
-update noar tt set v0='YERRW4C40' where id=6;
-update noar ti set v0='YERRW4C40' where id=6;
-update noar tt set b0='JD' where id=6;
-update noar ti set b0='JD' where id=6;
-update noar tt set v0='2MKYHYMVEGZSEWCMGRX6SQ332' where id=6;
-update noar ti set v0='2MKYHYMVEGZSEWCMGRX6SQ332' where id=6;
-update noar tt set b1='4DMB6ETH6JRGK' where id=6;
-update noar ti set b1='4DMB6ETH6JRGK' where id=6;
-update noar tt set v0='U19I' where id=6;
-update noar ti set v0='U19I' where id=6;
-update noar tt set b2='DMK2D8UL0E8HG166743YVX65' where id=6;
-update noar ti set b2='DMK2D8UL0E8HG166743YVX65' where id=6;
-update noar tt set v0='EPZXTZLOFL7MJYZHASYJ50D7FQY0D8' where id=7;
-update noar ti set v0='EPZXTZLOFL7MJYZHASYJ50D7FQY0D8' where id=7;
-update noar tt set b0='1CVRAPLY6DEO1CGHDLI47TL27' where id=7;
-update noar ti set b0='1CVRAPLY6DEO1CGHDLI47TL27' where id=7;
-update noar tt set v0='LONEE2W' where id=7;
-update noar ti set v0='LONEE2W' where id=7;
-update noar tt set b1='BDB8IMMBELQQQ3U53CQJ0PQZ1' where id=7;
-update noar ti set b1='BDB8IMMBELQQQ3U53CQJ0PQZ1' where id=7;
-update noar tt set v0='4Y3VQ9IUUJTLB8K8IXY2W' where id=7;
-update noar ti set v0='4Y3VQ9IUUJTLB8K8IXY2W' where id=7;
-update noar tt set b2='MO02Y7TMQZTN0E5HJQYMQ77IKM9TRYJA' where id=7;
-update noar ti set b2='MO02Y7TMQZTN0E5HJQYMQ77IKM9TRYJA' where id=7;
-update noar tt set v0='HLFPC18TE' where id=8;
-update noar ti set v0='HLFPC18TE' where id=8;
-update noar tt set b0='7B4MBS' where id=8;
-update noar ti set b0='7B4MBS' where id=8;
-update noar tt set v0='6GEOBRTASR9T3XNICD3E4M3XMFK' where id=8;
-update noar ti set v0='6GEOBRTASR9T3XNICD3E4M3XMFK' where id=8;
-update noar tt set b1='MM55K8J' where id=8;
-update noar ti set b1='MM55K8J' where id=8;
-update noar tt set v0='2CJ2VPETM3A64GUYYHGY9Z' where id=8;
-update noar ti set v0='2CJ2VPETM3A64GUYYHGY9Z' where id=8;
-update noar tt set b2='5YCQKAAXI8RLSAZSFDK612VDCVYXLB' where id=8;
-update noar ti set b2='5YCQKAAXI8RLSAZSFDK612VDCVYXLB' where id=8;
-update noar tt set v0='LOPMIAGSDUKTNSUJRPFFE3ZKTD2WUA' where id=9;
-update noar ti set v0='LOPMIAGSDUKTNSUJRPFFE3ZKTD2WUA' where id=9;
-update noar tt set b0='ZU6G05GKVVNCIW9BM87K6B6CVJ6' where id=9;
-update noar ti set b0='ZU6G05GKVVNCIW9BM87K6B6CVJ6' where id=9;
-update noar tt set v0='K' where id=9;
-update noar ti set v0='K' where id=9;
-update noar tt set b1='NUZV4K9AOKB' where id=9;
-update noar ti set b1='NUZV4K9AOKB' where id=9;
-update noar tt set v0='47TOGYQK' where id=9;
-update noar ti set v0='47TOGYQK' where id=9;
-update noar tt set b2='LMYQM002USXZKSLI466Y68XBFOR' where id=9;
-update noar ti set b2='LMYQM002USXZKSLI466Y68XBFOR' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) not null,
- b0 blob not null,
- b1 blob not null,
- b2 blob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='Q2A0INT9CK6QMP6LL3PHNN' where id=1;
-update noar ti set v0='Q2A0INT9CK6QMP6LL3PHNN' where id=1;
-update noar tt set b0='1NI8FRDSA4V32GG2V0C7877BXOVTPM' where id=1;
-update noar ti set b0='1NI8FRDSA4V32GG2V0C7877BXOVTPM' where id=1;
-update noar tt set v0='EJ43F8SBKH2OTTPFA' where id=1;
-update noar ti set v0='EJ43F8SBKH2OTTPFA' where id=1;
-update noar tt set b1='2U3EPQ0WU4PE' where id=1;
-update noar ti set b1='2U3EPQ0WU4PE' where id=1;
-update noar tt set v0='W1QJBHTGNZLMEAMT2ERYME7XHK1WGG' where id=1;
-update noar ti set v0='W1QJBHTGNZLMEAMT2ERYME7XHK1WGG' where id=1;
-update noar tt set b2='4GSFWL0H53KY7UMW3EEW66DU1NUS1IKN' where id=1;
-update noar ti set b2='4GSFWL0H53KY7UMW3EEW66DU1NUS1IKN' where id=1;
-update noar tt set v0='I61GXFOICHK' where id=2;
-update noar ti set v0='I61GXFOICHK' where id=2;
-update noar tt set b0='6EVWABNCX9XUBJM' where id=2;
-update noar ti set b0='6EVWABNCX9XUBJM' where id=2;
-update noar tt set v0='2' where id=2;
-update noar ti set v0='2' where id=2;
-update noar tt set b1='CYJLCXJKKG5JVVTSZC4QJSDON84C' where id=2;
-update noar ti set b1='CYJLCXJKKG5JVVTSZC4QJSDON84C' where id=2;
-update noar tt set v0='F22' where id=2;
-update noar ti set v0='F22' where id=2;
-update noar tt set b2='EY4HQ7U1BAY9WQY20' where id=2;
-update noar ti set b2='EY4HQ7U1BAY9WQY20' where id=2;
-update noar tt set v0='I16BD' where id=3;
-update noar ti set v0='I16BD' where id=3;
-update noar tt set b0='0UQQKQZ' where id=3;
-update noar ti set b0='0UQQKQZ' where id=3;
-update noar tt set v0='S0H6I5RQL5AJ6T2E4NT91FPI9' where id=3;
-update noar ti set v0='S0H6I5RQL5AJ6T2E4NT91FPI9' where id=3;
-update noar tt set b1='X6B51Q130TNRC4LY01HE2VWDMENDNI' where id=3;
-update noar ti set b1='X6B51Q130TNRC4LY01HE2VWDMENDNI' where id=3;
-update noar tt set v0='JBV' where id=3;
-update noar ti set v0='JBV' where id=3;
-update noar tt set b2='RIWJ584MDZIL1' where id=3;
-update noar ti set b2='RIWJ584MDZIL1' where id=3;
-update noar tt set v0='OQTNO5HNDNCQNP39CT' where id=4;
-update noar ti set v0='OQTNO5HNDNCQNP39CT' where id=4;
-update noar tt set b0='KGMVIO4P9GJ82BRK4QUQXOIVOY' where id=4;
-update noar ti set b0='KGMVIO4P9GJ82BRK4QUQXOIVOY' where id=4;
-update noar tt set v0='7UWRKN5K' where id=4;
-update noar ti set v0='7UWRKN5K' where id=4;
-update noar tt set b1='JM1YB057FASEW0YR4UHZSM7264Z' where id=4;
-update noar ti set b1='JM1YB057FASEW0YR4UHZSM7264Z' where id=4;
-update noar tt set v0='8PTEJZB0IE3DT22O1K9028KBK5Q' where id=4;
-update noar ti set v0='8PTEJZB0IE3DT22O1K9028KBK5Q' where id=4;
-update noar tt set b2='2WZWSX' where id=4;
-update noar ti set b2='2WZWSX' where id=4;
-update noar tt set v0='IZDSDTXZCM8V' where id=5;
-update noar ti set v0='IZDSDTXZCM8V' where id=5;
-update noar tt set b0='1AKEL9386KAYTTNSYU' where id=5;
-update noar ti set b0='1AKEL9386KAYTTNSYU' where id=5;
-update noar tt set v0='IJWB20DJ039' where id=5;
-update noar ti set v0='IJWB20DJ039' where id=5;
-update noar tt set b1='Z' where id=5;
-update noar ti set b1='Z' where id=5;
-update noar tt set v0='4Y8FW1K4GVEO1' where id=5;
-update noar ti set v0='4Y8FW1K4GVEO1' where id=5;
-update noar tt set b2='93B0P70Q' where id=5;
-update noar ti set b2='93B0P70Q' where id=5;
-update noar tt set v0='E3V84H3201OJNO0JQCM5' where id=6;
-update noar ti set v0='E3V84H3201OJNO0JQCM5' where id=6;
-update noar tt set b0='E2XVNNCF7IA' where id=6;
-update noar ti set b0='E2XVNNCF7IA' where id=6;
-update noar tt set v0='59FGXR' where id=6;
-update noar ti set v0='59FGXR' where id=6;
-update noar tt set b1='ETE0DQJ' where id=6;
-update noar ti set b1='ETE0DQJ' where id=6;
-update noar tt set v0='L3JWB' where id=6;
-update noar ti set v0='L3JWB' where id=6;
-update noar tt set b2='EVMIFKHC1H' where id=6;
-update noar ti set b2='EVMIFKHC1H' where id=6;
-update noar tt set v0='X7' where id=7;
-update noar ti set v0='X7' where id=7;
-update noar tt set b0='9HFBPJ90UBLTSABZITKY8BGRMCBL' where id=7;
-update noar ti set b0='9HFBPJ90UBLTSABZITKY8BGRMCBL' where id=7;
-update noar tt set v0='J9WBVXIMREWNCPYJMSNDYL63OMCQW0' where id=7;
-update noar ti set v0='J9WBVXIMREWNCPYJMSNDYL63OMCQW0' where id=7;
-update noar tt set b1='5' where id=7;
-update noar ti set b1='5' where id=7;
-update noar tt set v0='KU6WSI30JE' where id=7;
-update noar ti set v0='KU6WSI30JE' where id=7;
-update noar tt set b2='ILHPQMHOYDKDZRGYK4IDV' where id=7;
-update noar ti set b2='ILHPQMHOYDKDZRGYK4IDV' where id=7;
-update noar tt set v0='Q08C6463' where id=8;
-update noar ti set v0='Q08C6463' where id=8;
-update noar tt set b0='NOF4OK9Q8HX2IH3WBLVLGB6A' where id=8;
-update noar ti set b0='NOF4OK9Q8HX2IH3WBLVLGB6A' where id=8;
-update noar tt set v0='SJHQUR7O8G72O8V6T91NXH4MJLXA' where id=8;
-update noar ti set v0='SJHQUR7O8G72O8V6T91NXH4MJLXA' where id=8;
-update noar tt set b1='81JPFC7X9DFK8D7FEXGVFW' where id=8;
-update noar ti set b1='81JPFC7X9DFK8D7FEXGVFW' where id=8;
-update noar tt set v0='0JGGF2SVE5RL6FPIH7DJ1' where id=8;
-update noar ti set v0='0JGGF2SVE5RL6FPIH7DJ1' where id=8;
-update noar tt set b2='W' where id=8;
-update noar ti set b2='W' where id=8;
-update noar tt set v0='RQ081M3YBM9IDU9H' where id=9;
-update noar ti set v0='RQ081M3YBM9IDU9H' where id=9;
-update noar tt set b0='JAMCD09Q' where id=9;
-update noar ti set b0='JAMCD09Q' where id=9;
-update noar tt set v0='4NS' where id=9;
-update noar ti set v0='4NS' where id=9;
-update noar tt set b1='11GEJG373BICU3RXQPUDUG' where id=9;
-update noar ti set b1='11GEJG373BICU3RXQPUDUG' where id=9;
-update noar tt set v0='VYBXTUFEGH7Y' where id=9;
-update noar ti set v0='VYBXTUFEGH7Y' where id=9;
-update noar tt set b2='V67B861W3N3BHOJYW' where id=9;
-update noar ti set b2='V67B861W3N3BHOJYW' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) null,
- b0 blob null,
- b1 blob null,
- b2 mediumblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='WX6SD8UP23MQR660NG1PL3S00NAR' where id=1;
-update noar ti set v0='WX6SD8UP23MQR660NG1PL3S00NAR' where id=1;
-update noar tt set b0='F01HTDCB24YBYSPZIL3LGZ7SHF5' where id=1;
-update noar ti set b0='F01HTDCB24YBYSPZIL3LGZ7SHF5' where id=1;
-update noar tt set v0='X9Q8DLCWAEFJRQ' where id=1;
-update noar ti set v0='X9Q8DLCWAEFJRQ' where id=1;
-update noar tt set b1='PZUEYU5H13PF6J' where id=1;
-update noar ti set b1='PZUEYU5H13PF6J' where id=1;
-update noar tt set v0='4VV8662GPWW08UDR7U41S1ABQMUT1R' where id=1;
-update noar ti set v0='4VV8662GPWW08UDR7U41S1ABQMUT1R' where id=1;
-update noar tt set b2='WVDLY6NZMVB3AE0ZXH6W62KNOV4P4VB' where id=1;
-update noar ti set b2='WVDLY6NZMVB3AE0ZXH6W62KNOV4P4VB' where id=1;
-update noar tt set v0='0T' where id=2;
-update noar ti set v0='0T' where id=2;
-update noar tt set b0='4TNF54Y22LS8R75Y96YHA7MJ' where id=2;
-update noar ti set b0='4TNF54Y22LS8R75Y96YHA7MJ' where id=2;
-update noar tt set v0='Z6E17BS9FTBZCH9MP3723' where id=2;
-update noar ti set v0='Z6E17BS9FTBZCH9MP3723' where id=2;
-update noar tt set b1='11B' where id=2;
-update noar ti set b1='11B' where id=2;
-update noar tt set v0='8P9YDXMORM56L61687XFUPYKUWEI' where id=2;
-update noar ti set v0='8P9YDXMORM56L61687XFUPYKUWEI' where id=2;
-update noar tt set b2='1X840FPNMWGA93P60D7XTK1A71Q' where id=2;
-update noar ti set b2='1X840FPNMWGA93P60D7XTK1A71Q' where id=2;
-update noar tt set v0='OK2YHX4KLVQKCLAKBRA5COYPLOT3HOLY' where id=3;
-update noar ti set v0='OK2YHX4KLVQKCLAKBRA5COYPLOT3HOLY' where id=3;
-update noar tt set b0='GQO48VO6F73M6FPM1EI3CSSK25O7O9YT' where id=3;
-update noar ti set b0='GQO48VO6F73M6FPM1EI3CSSK25O7O9YT' where id=3;
-update noar tt set v0='8JKDSJFR1G9ZTTAA0710XE36' where id=3;
-update noar ti set v0='8JKDSJFR1G9ZTTAA0710XE36' where id=3;
-update noar tt set b1='NI2XQQ35PKVZ3C' where id=3;
-update noar ti set b1='NI2XQQ35PKVZ3C' where id=3;
-update noar tt set v0='LZAEV3A481CXHC7U6CFR' where id=3;
-update noar ti set v0='LZAEV3A481CXHC7U6CFR' where id=3;
-update noar tt set b2='5IXOBZB0XAS4F' where id=3;
-update noar ti set b2='5IXOBZB0XAS4F' where id=3;
-update noar tt set v0='HV3HE5SYGJO22CP3RH3R' where id=4;
-update noar ti set v0='HV3HE5SYGJO22CP3RH3R' where id=4;
-update noar tt set b0='YLN474FQ3HI' where id=4;
-update noar ti set b0='YLN474FQ3HI' where id=4;
-update noar tt set v0='SLU' where id=4;
-update noar ti set v0='SLU' where id=4;
-update noar tt set b1='PZJCTIF' where id=4;
-update noar ti set b1='PZJCTIF' where id=4;
-update noar tt set v0='WECNUP' where id=4;
-update noar ti set v0='WECNUP' where id=4;
-update noar tt set b2='YCBVO41ZQ' where id=4;
-update noar ti set b2='YCBVO41ZQ' where id=4;
-update noar tt set v0='UA6WJOM8NFAVLHRONT8OL' where id=5;
-update noar ti set v0='UA6WJOM8NFAVLHRONT8OL' where id=5;
-update noar tt set b0='BPN2I' where id=5;
-update noar ti set b0='BPN2I' where id=5;
-update noar tt set v0='8BL3HSDLV7TQ5O7B' where id=5;
-update noar ti set v0='8BL3HSDLV7TQ5O7B' where id=5;
-update noar tt set b1='PSIVO3K4HOX2S3Z62GZ' where id=5;
-update noar ti set b1='PSIVO3K4HOX2S3Z62GZ' where id=5;
-update noar tt set v0='FOF1VZYMXR' where id=5;
-update noar ti set v0='FOF1VZYMXR' where id=5;
-update noar tt set b2='LH2U2G71QM1UNODRNAA8D7' where id=5;
-update noar ti set b2='LH2U2G71QM1UNODRNAA8D7' where id=5;
-update noar tt set v0='G7KAMMOX8P8RJB3E0MBW' where id=6;
-update noar ti set v0='G7KAMMOX8P8RJB3E0MBW' where id=6;
-update noar tt set b0='DN4DIJG31DJ82AVBVWAWSO8H3TZ' where id=6;
-update noar ti set b0='DN4DIJG31DJ82AVBVWAWSO8H3TZ' where id=6;
-update noar tt set v0='AJQW5QNPOMBRE2XKAB35J' where id=6;
-update noar ti set v0='AJQW5QNPOMBRE2XKAB35J' where id=6;
-update noar tt set b1='RXYLS6W045BIX6CQ7YSDL' where id=6;
-update noar ti set b1='RXYLS6W045BIX6CQ7YSDL' where id=6;
-update noar tt set v0='UH72ZR9L6G5MEYVZB17C' where id=6;
-update noar ti set v0='UH72ZR9L6G5MEYVZB17C' where id=6;
-update noar tt set b2='V24H3PGTOHGW3QIP3DAD2R' where id=6;
-update noar ti set b2='V24H3PGTOHGW3QIP3DAD2R' where id=6;
-update noar tt set v0='95XHVZLKIRUJVALD' where id=7;
-update noar ti set v0='95XHVZLKIRUJVALD' where id=7;
-update noar tt set b0='SAHGTTP39SJHWTKRY66NVPGVIVL' where id=7;
-update noar ti set b0='SAHGTTP39SJHWTKRY66NVPGVIVL' where id=7;
-update noar tt set v0='JDVWC5O9' where id=7;
-update noar ti set v0='JDVWC5O9' where id=7;
-update noar tt set b1='R6D0T3R95H' where id=7;
-update noar ti set b1='R6D0T3R95H' where id=7;
-update noar tt set v0='7FNX5PNCWP11IR34A4FIZN4' where id=7;
-update noar ti set v0='7FNX5PNCWP11IR34A4FIZN4' where id=7;
-update noar tt set b2='0H4SDD9GVDM1A8KINANNDJFXTWZVP2S' where id=7;
-update noar ti set b2='0H4SDD9GVDM1A8KINANNDJFXTWZVP2S' where id=7;
-update noar tt set v0='JZSDW6' where id=8;
-update noar ti set v0='JZSDW6' where id=8;
-update noar tt set b0='69P4HQ10A1L7KZ6' where id=8;
-update noar ti set b0='69P4HQ10A1L7KZ6' where id=8;
-update noar tt set v0='6PTPU63BIQDRQYFOG9NZ81KRA' where id=8;
-update noar ti set v0='6PTPU63BIQDRQYFOG9NZ81KRA' where id=8;
-update noar tt set b1='QGEPCHS4Q2C380X938MROX1' where id=8;
-update noar ti set b1='QGEPCHS4Q2C380X938MROX1' where id=8;
-update noar tt set v0='VPXFS846SYABYWSNUTAIU7872EKLRWG' where id=8;
-update noar ti set v0='VPXFS846SYABYWSNUTAIU7872EKLRWG' where id=8;
-update noar tt set b2='FE5HZWN77G1RNGOLS9KACZULD8V' where id=8;
-update noar ti set b2='FE5HZWN77G1RNGOLS9KACZULD8V' where id=8;
-update noar tt set v0='3JSEO668C9R4NL0YUYS' where id=9;
-update noar ti set v0='3JSEO668C9R4NL0YUYS' where id=9;
-update noar tt set b0='5T' where id=9;
-update noar ti set b0='5T' where id=9;
-update noar tt set v0='W7FF5G8XQ' where id=9;
-update noar ti set v0='W7FF5G8XQ' where id=9;
-update noar tt set b1='JAFFL0YDCFXKZQY7O5OGN5' where id=9;
-update noar ti set b1='JAFFL0YDCFXKZQY7O5OGN5' where id=9;
-update noar tt set v0='09J9S' where id=9;
-update noar ti set v0='09J9S' where id=9;
-update noar tt set b2='28OGOEV8PZIK' where id=9;
-update noar ti set b2='28OGOEV8PZIK' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) null,
- b0 blob null,
- b1 blob null,
- b2 mediumblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='LHX2ZB6NK' where id=1;
-update noar ti set v0='LHX2ZB6NK' where id=1;
-update noar tt set b0='YK0EGYAGVT3QJ78PBDQ1' where id=1;
-update noar ti set b0='YK0EGYAGVT3QJ78PBDQ1' where id=1;
-update noar tt set v0='9U07HY9' where id=1;
-update noar ti set v0='9U07HY9' where id=1;
-update noar tt set b1='0J1NSUW24TO1DYZ' where id=1;
-update noar ti set b1='0J1NSUW24TO1DYZ' where id=1;
-update noar tt set v0='J2BWY2IE1PNESGCKSY1KZ116MI' where id=1;
-update noar ti set v0='J2BWY2IE1PNESGCKSY1KZ116MI' where id=1;
-update noar tt set b2='UQGZZISD' where id=1;
-update noar ti set b2='UQGZZISD' where id=1;
-update noar tt set v0='5PL9KC02RJMF7CB7X5Z2WS70' where id=2;
-update noar ti set v0='5PL9KC02RJMF7CB7X5Z2WS70' where id=2;
-update noar tt set b0='R7SV17FN6HV625O04H46HSV86M320NJY' where id=2;
-update noar ti set b0='R7SV17FN6HV625O04H46HSV86M320NJY' where id=2;
-update noar tt set v0='50YN' where id=2;
-update noar ti set v0='50YN' where id=2;
-update noar tt set b1='G70FI' where id=2;
-update noar ti set b1='G70FI' where id=2;
-update noar tt set v0='0H8WK7R4F1XK79A' where id=2;
-update noar ti set v0='0H8WK7R4F1XK79A' where id=2;
-update noar tt set b2='D5UYUPE6MM0VFMDX6K16MRS5OS1K' where id=2;
-update noar ti set b2='D5UYUPE6MM0VFMDX6K16MRS5OS1K' where id=2;
-update noar tt set v0='T20CD2LIB344I2JLLXCSKFZXGB6V' where id=3;
-update noar ti set v0='T20CD2LIB344I2JLLXCSKFZXGB6V' where id=3;
-update noar tt set b0='3UA' where id=3;
-update noar ti set b0='3UA' where id=3;
-update noar tt set v0='FKTSPE0A26VMUS' where id=3;
-update noar ti set v0='FKTSPE0A26VMUS' where id=3;
-update noar tt set b1='RBSLGY4YKY7B7RPWT8BFYYG4' where id=3;
-update noar ti set b1='RBSLGY4YKY7B7RPWT8BFYYG4' where id=3;
-update noar tt set v0='7BCMMQHK9QSDRO46EOSJFFCQBR' where id=3;
-update noar ti set v0='7BCMMQHK9QSDRO46EOSJFFCQBR' where id=3;
-update noar tt set b2='QG9YJE1HE9M7OJT0U8C70' where id=3;
-update noar ti set b2='QG9YJE1HE9M7OJT0U8C70' where id=3;
-update noar tt set v0='TFPDYPL' where id=4;
-update noar ti set v0='TFPDYPL' where id=4;
-update noar tt set b0='KPEC50J3BINWVJW8F3EN56' where id=4;
-update noar ti set b0='KPEC50J3BINWVJW8F3EN56' where id=4;
-update noar tt set v0='DJEH5WA29E' where id=4;
-update noar ti set v0='DJEH5WA29E' where id=4;
-update noar tt set b1='ZQ4CCT3HY' where id=4;
-update noar ti set b1='ZQ4CCT3HY' where id=4;
-update noar tt set v0='O8UK846M5' where id=4;
-update noar ti set v0='O8UK846M5' where id=4;
-update noar tt set b2='GRN8WHPRX3ZLTY8UAOB9LYX' where id=4;
-update noar ti set b2='GRN8WHPRX3ZLTY8UAOB9LYX' where id=4;
-update noar tt set v0='K6GYIE0KQKDKZ7UQX44XFYSJ1DHKBK' where id=5;
-update noar ti set v0='K6GYIE0KQKDKZ7UQX44XFYSJ1DHKBK' where id=5;
-update noar tt set b0='3ME77J7V' where id=5;
-update noar ti set b0='3ME77J7V' where id=5;
-update noar tt set v0='F' where id=5;
-update noar ti set v0='F' where id=5;
-update noar tt set b1='7F3V0Q5HMKDRXIDBJY9Z10SISRBCF' where id=5;
-update noar ti set b1='7F3V0Q5HMKDRXIDBJY9Z10SISRBCF' where id=5;
-update noar tt set v0='8VE641QJOZ937XFBAJ0KQ8GCII' where id=5;
-update noar ti set v0='8VE641QJOZ937XFBAJ0KQ8GCII' where id=5;
-update noar tt set b2='WB5TNZ8890' where id=5;
-update noar ti set b2='WB5TNZ8890' where id=5;
-update noar tt set v0='9JFGGOD9DSQ4RHPIKN12YJG31RX0DZWU' where id=6;
-update noar ti set v0='9JFGGOD9DSQ4RHPIKN12YJG31RX0DZWU' where id=6;
-update noar tt set b0='I9I' where id=6;
-update noar ti set b0='I9I' where id=6;
-update noar tt set v0='4' where id=6;
-update noar ti set v0='4' where id=6;
-update noar tt set b1='8OXP694JRS911ISOM' where id=6;
-update noar ti set b1='8OXP694JRS911ISOM' where id=6;
-update noar tt set v0='HBZS6K32FVMLQ4LQV1S' where id=6;
-update noar ti set v0='HBZS6K32FVMLQ4LQV1S' where id=6;
-update noar tt set b2='U9IGC00YG2O3PMB60UTTBF42QRYN' where id=6;
-update noar ti set b2='U9IGC00YG2O3PMB60UTTBF42QRYN' where id=6;
-update noar tt set v0='V27J877IR1KGSOKR95Z7CSFUW' where id=7;
-update noar ti set v0='V27J877IR1KGSOKR95Z7CSFUW' where id=7;
-update noar tt set b0='S4M02VYK43ISK1' where id=7;
-update noar ti set b0='S4M02VYK43ISK1' where id=7;
-update noar tt set v0='G111D74G7WDBKWWIQJPLIEM8TM' where id=7;
-update noar ti set v0='G111D74G7WDBKWWIQJPLIEM8TM' where id=7;
-update noar tt set b1='7R0BSXH3OU4XYMSFN' where id=7;
-update noar ti set b1='7R0BSXH3OU4XYMSFN' where id=7;
-update noar tt set v0='X9DNBQQ8M83FXBR5V1KZZJ0DVUIRYS' where id=7;
-update noar ti set v0='X9DNBQQ8M83FXBR5V1KZZJ0DVUIRYS' where id=7;
-update noar tt set b2='LMPUFNIID83ZHSTGX5ZICA4QQDTFUC' where id=7;
-update noar ti set b2='LMPUFNIID83ZHSTGX5ZICA4QQDTFUC' where id=7;
-update noar tt set v0='66PSAB4Z9UUPE' where id=8;
-update noar ti set v0='66PSAB4Z9UUPE' where id=8;
-update noar tt set b0='CGW23CYKLIVHEA2PT11R2AXWROO02YJ' where id=8;
-update noar ti set b0='CGW23CYKLIVHEA2PT11R2AXWROO02YJ' where id=8;
-update noar tt set v0='2EZ6YXXILZNU78H20DYQWQ7CGY' where id=8;
-update noar ti set v0='2EZ6YXXILZNU78H20DYQWQ7CGY' where id=8;
-update noar tt set b1='B6IJGX8ZVEQZP0RZLBPHP9QWQL0PKG' where id=8;
-update noar ti set b1='B6IJGX8ZVEQZP0RZLBPHP9QWQL0PKG' where id=8;
-update noar tt set v0='YRAM0HHAK2' where id=8;
-update noar ti set v0='YRAM0HHAK2' where id=8;
-update noar tt set b2='812X' where id=8;
-update noar ti set b2='812X' where id=8;
-update noar tt set v0='X2Y3XMHSABEMBGY6HIHXQNG8BEO6B' where id=9;
-update noar ti set v0='X2Y3XMHSABEMBGY6HIHXQNG8BEO6B' where id=9;
-update noar tt set b0='WJZKMM6WGBN6C18LN3' where id=9;
-update noar ti set b0='WJZKMM6WGBN6C18LN3' where id=9;
-update noar tt set v0='5VAWD2CL8ICMYZ042' where id=9;
-update noar ti set v0='5VAWD2CL8ICMYZ042' where id=9;
-update noar tt set b1='3O1N8KH99ZPUCOUYU' where id=9;
-update noar ti set b1='3O1N8KH99ZPUCOUYU' where id=9;
-update noar tt set v0='KY10SAI31P70Z3N1MAJMANV4N2' where id=9;
-update noar ti set v0='KY10SAI31P70Z3N1MAJMANV4N2' where id=9;
-update noar tt set b2='MWZXZTH2FSW1M2V0HQCBA9' where id=9;
-update noar ti set b2='MWZXZTH2FSW1M2V0HQCBA9' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) not null,
- b0 blob not null,
- b1 blob not null,
- b2 mediumblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='AZ3P63WPTNLL7X1NNJ6DV22I3VO944T1' where id=1;
-update noar ti set v0='AZ3P63WPTNLL7X1NNJ6DV22I3VO944T1' where id=1;
-update noar tt set b0='PO1XLCTDRY7Y9TLBHPA' where id=1;
-update noar ti set b0='PO1XLCTDRY7Y9TLBHPA' where id=1;
-update noar tt set v0='9EX878EK42G0S2' where id=1;
-update noar ti set v0='9EX878EK42G0S2' where id=1;
-update noar tt set b1='7U8XXAH8N8UT1UN7APLC703I8TFR2PCI' where id=1;
-update noar ti set b1='7U8XXAH8N8UT1UN7APLC703I8TFR2PCI' where id=1;
-update noar tt set v0='2A1P42HOH' where id=1;
-update noar ti set v0='2A1P42HOH' where id=1;
-update noar tt set b2='1ICRJXNNIIF8WO' where id=1;
-update noar ti set b2='1ICRJXNNIIF8WO' where id=1;
-update noar tt set v0='DERUJ7LLL5N9Q' where id=2;
-update noar ti set v0='DERUJ7LLL5N9Q' where id=2;
-update noar tt set b0='DQBPTL85J9MVFCV1YOH0U50' where id=2;
-update noar ti set b0='DQBPTL85J9MVFCV1YOH0U50' where id=2;
-update noar tt set v0='5HHCOO' where id=2;
-update noar ti set v0='5HHCOO' where id=2;
-update noar tt set b1='YKSRP8W60O9SINZ5B' where id=2;
-update noar ti set b1='YKSRP8W60O9SINZ5B' where id=2;
-update noar tt set v0='7' where id=2;
-update noar ti set v0='7' where id=2;
-update noar tt set b2='BVD7PQO8LSLXG' where id=2;
-update noar ti set b2='BVD7PQO8LSLXG' where id=2;
-update noar tt set v0='9WTOV65' where id=3;
-update noar ti set v0='9WTOV65' where id=3;
-update noar tt set b0='C1JI' where id=3;
-update noar ti set b0='C1JI' where id=3;
-update noar tt set v0='7X2P' where id=3;
-update noar ti set v0='7X2P' where id=3;
-update noar tt set b1='O5ISJ0UOTRD0V' where id=3;
-update noar ti set b1='O5ISJ0UOTRD0V' where id=3;
-update noar tt set v0='531HV67H0YIMIRZYN5' where id=3;
-update noar ti set v0='531HV67H0YIMIRZYN5' where id=3;
-update noar tt set b2='H8PWRDEIHS8MYWZKBUD3NH' where id=3;
-update noar ti set b2='H8PWRDEIHS8MYWZKBUD3NH' where id=3;
-update noar tt set v0='51FF6T23TR1NZVA7' where id=4;
-update noar ti set v0='51FF6T23TR1NZVA7' where id=4;
-update noar tt set b0='Y05VAK1CNJXHTL8EUZVVAVAZ' where id=4;
-update noar ti set b0='Y05VAK1CNJXHTL8EUZVVAVAZ' where id=4;
-update noar tt set v0='5V' where id=4;
-update noar ti set v0='5V' where id=4;
-update noar tt set b1='RDVU68Z6WB1YQWO59X4MVAMP4XPVHQ' where id=4;
-update noar ti set b1='RDVU68Z6WB1YQWO59X4MVAMP4XPVHQ' where id=4;
-update noar tt set v0='WFUL9R1UJ23M' where id=4;
-update noar ti set v0='WFUL9R1UJ23M' where id=4;
-update noar tt set b2='UM8J7FI35Z8Z8ZEP6MMEBTX1P4' where id=4;
-update noar ti set b2='UM8J7FI35Z8Z8ZEP6MMEBTX1P4' where id=4;
-update noar tt set v0='CK0TST4Z36BWT8' where id=5;
-update noar ti set v0='CK0TST4Z36BWT8' where id=5;
-update noar tt set b0='PF6D6FE9L1PVHL8X0KW17NJ' where id=5;
-update noar ti set b0='PF6D6FE9L1PVHL8X0KW17NJ' where id=5;
-update noar tt set v0='1DLCHRZ51YNTV74JQ1ZGHW6N' where id=5;
-update noar ti set v0='1DLCHRZ51YNTV74JQ1ZGHW6N' where id=5;
-update noar tt set b1='OR36QQU00VH1Y0ZOOWAQJ7S0IT8A2VH' where id=5;
-update noar ti set b1='OR36QQU00VH1Y0ZOOWAQJ7S0IT8A2VH' where id=5;
-update noar tt set v0='69RVKDO' where id=5;
-update noar ti set v0='69RVKDO' where id=5;
-update noar tt set b2='8XYM39IIRZAKHUG' where id=5;
-update noar ti set b2='8XYM39IIRZAKHUG' where id=5;
-update noar tt set v0='BVRXK5QXQ0EU9TR' where id=6;
-update noar ti set v0='BVRXK5QXQ0EU9TR' where id=6;
-update noar tt set b0='J5' where id=6;
-update noar ti set b0='J5' where id=6;
-update noar tt set v0='YLPJQQ8FZRKHQYQPWT3EU' where id=6;
-update noar ti set v0='YLPJQQ8FZRKHQYQPWT3EU' where id=6;
-update noar tt set b1='BPJWEXDNXEKUBDY7UFXF' where id=6;
-update noar ti set b1='BPJWEXDNXEKUBDY7UFXF' where id=6;
-update noar tt set v0='8BP9DNXDF37LP0BL3M8WJV5' where id=6;
-update noar ti set v0='8BP9DNXDF37LP0BL3M8WJV5' where id=6;
-update noar tt set b2='3CWOZ9C82GDMMIPW' where id=6;
-update noar ti set b2='3CWOZ9C82GDMMIPW' where id=6;
-update noar tt set v0='I9CV4IWYN9DIG23LIE' where id=7;
-update noar ti set v0='I9CV4IWYN9DIG23LIE' where id=7;
-update noar tt set b0='O' where id=7;
-update noar ti set b0='O' where id=7;
-update noar tt set v0='RO' where id=7;
-update noar ti set v0='RO' where id=7;
-update noar tt set b1='79W8Q835QV0LH6JTCLZ35PC3' where id=7;
-update noar ti set b1='79W8Q835QV0LH6JTCLZ35PC3' where id=7;
-update noar tt set v0='R33ZHBXIFOURPCGC' where id=7;
-update noar ti set v0='R33ZHBXIFOURPCGC' where id=7;
-update noar tt set b2='NDN1' where id=7;
-update noar ti set b2='NDN1' where id=7;
-update noar tt set v0='VC' where id=8;
-update noar ti set v0='VC' where id=8;
-update noar tt set b0='PMV3OUNE2KK9AK8' where id=8;
-update noar ti set b0='PMV3OUNE2KK9AK8' where id=8;
-update noar tt set v0='LXP9TPQ3TA0' where id=8;
-update noar ti set v0='LXP9TPQ3TA0' where id=8;
-update noar tt set b1='4VWDY9X6TTK6VBFP7YO71ZH' where id=8;
-update noar ti set b1='4VWDY9X6TTK6VBFP7YO71ZH' where id=8;
-update noar tt set v0='6FAHEBFDSBO4GOO0GNJ2P1GDBV1XA' where id=8;
-update noar ti set v0='6FAHEBFDSBO4GOO0GNJ2P1GDBV1XA' where id=8;
-update noar tt set b2='710X5MULFOIEIJ4QC6KLSRMVBSIPWN' where id=8;
-update noar ti set b2='710X5MULFOIEIJ4QC6KLSRMVBSIPWN' where id=8;
-update noar tt set v0='6TQJUYVPYI' where id=9;
-update noar ti set v0='6TQJUYVPYI' where id=9;
-update noar tt set b0='25TEDPJVYDZOHRBFN9LSMW4MV6EJ' where id=9;
-update noar ti set b0='25TEDPJVYDZOHRBFN9LSMW4MV6EJ' where id=9;
-update noar tt set v0='Y' where id=9;
-update noar ti set v0='Y' where id=9;
-update noar tt set b1='WO840FIQW0Z8NXIOGV3JCN2' where id=9;
-update noar ti set b1='WO840FIQW0Z8NXIOGV3JCN2' where id=9;
-update noar tt set v0='5376WRVQ3HNS2B9HAH' where id=9;
-update noar ti set v0='5376WRVQ3HNS2B9HAH' where id=9;
-update noar tt set b2='XUAYWQ6R525' where id=9;
-update noar ti set b2='XUAYWQ6R525' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) not null,
- b0 blob not null,
- b1 blob not null,
- b2 mediumblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='0YVLXIS380VWLYZ3T' where id=1;
-update noar ti set v0='0YVLXIS380VWLYZ3T' where id=1;
-update noar tt set b0='Z' where id=1;
-update noar ti set b0='Z' where id=1;
-update noar tt set v0='5GX044EA36AP1EZU' where id=1;
-update noar ti set v0='5GX044EA36AP1EZU' where id=1;
-update noar tt set b1='L391466IPPDH72DYJAFPPF49T3YZ3' where id=1;
-update noar ti set b1='L391466IPPDH72DYJAFPPF49T3YZ3' where id=1;
-update noar tt set v0='YKWPHWKG5' where id=1;
-update noar ti set v0='YKWPHWKG5' where id=1;
-update noar tt set b2='5KT9JT4VB1DXU27BBVN9EGNPDJ3UL4' where id=1;
-update noar ti set b2='5KT9JT4VB1DXU27BBVN9EGNPDJ3UL4' where id=1;
-update noar tt set v0='R88NYQ5M63YZ0DK35M' where id=2;
-update noar ti set v0='R88NYQ5M63YZ0DK35M' where id=2;
-update noar tt set b0='KV0XPQS8E9LGFF1T5Q0U' where id=2;
-update noar ti set b0='KV0XPQS8E9LGFF1T5Q0U' where id=2;
-update noar tt set v0='PXXRJOQA1OISFZA7W254BVD16' where id=2;
-update noar ti set v0='PXXRJOQA1OISFZA7W254BVD16' where id=2;
-update noar tt set b1='72USMKIQIQEYL2X50OJZBLQL' where id=2;
-update noar ti set b1='72USMKIQIQEYL2X50OJZBLQL' where id=2;
-update noar tt set v0='AJR5DLB8AWOO209T' where id=2;
-update noar ti set v0='AJR5DLB8AWOO209T' where id=2;
-update noar tt set b2='A6HHP' where id=2;
-update noar ti set b2='A6HHP' where id=2;
-update noar tt set v0='K9DCFOA90R90K59' where id=3;
-update noar ti set v0='K9DCFOA90R90K59' where id=3;
-update noar tt set b0='8EK66P8JVUD90XPX88EC4NJPSM93H' where id=3;
-update noar ti set b0='8EK66P8JVUD90XPX88EC4NJPSM93H' where id=3;
-update noar tt set v0='P3IRFC0Z' where id=3;
-update noar ti set v0='P3IRFC0Z' where id=3;
-update noar tt set b1='Z9YAVRQIW9KT' where id=3;
-update noar ti set b1='Z9YAVRQIW9KT' where id=3;
-update noar tt set v0='P7MVISGR64LL' where id=3;
-update noar ti set v0='P7MVISGR64LL' where id=3;
-update noar tt set b2='DVJYV4C' where id=3;
-update noar ti set b2='DVJYV4C' where id=3;
-update noar tt set v0='VG0AOVVTC56CIU659DDG01DU8' where id=4;
-update noar ti set v0='VG0AOVVTC56CIU659DDG01DU8' where id=4;
-update noar tt set b0='DCDOLP1884XG7JUVAI1OIMU97KYPGKTU' where id=4;
-update noar ti set b0='DCDOLP1884XG7JUVAI1OIMU97KYPGKTU' where id=4;
-update noar tt set v0='LKAO30TFXYD2AU' where id=4;
-update noar ti set v0='LKAO30TFXYD2AU' where id=4;
-update noar tt set b1='PJ7YED5XOR31UBSUOFQ7X0VN977DP' where id=4;
-update noar ti set b1='PJ7YED5XOR31UBSUOFQ7X0VN977DP' where id=4;
-update noar tt set v0='HG0BVR' where id=4;
-update noar ti set v0='HG0BVR' where id=4;
-update noar tt set b2='1VR7KMWPMCBBJQMQZS' where id=4;
-update noar ti set b2='1VR7KMWPMCBBJQMQZS' where id=4;
-update noar tt set v0='8AFIOP9ZMAF94QE5' where id=5;
-update noar ti set v0='8AFIOP9ZMAF94QE5' where id=5;
-update noar tt set b0='FKHBY19LJYSH9ZQIZT01AK916AO426QE' where id=5;
-update noar ti set b0='FKHBY19LJYSH9ZQIZT01AK916AO426QE' where id=5;
-update noar tt set v0='MXOCJC8NUWEY' where id=5;
-update noar ti set v0='MXOCJC8NUWEY' where id=5;
-update noar tt set b1='EJGJ5BND76L8JU37' where id=5;
-update noar ti set b1='EJGJ5BND76L8JU37' where id=5;
-update noar tt set v0='AY3MJG4KFTII3KXHY68XKG43NB5YF' where id=5;
-update noar ti set v0='AY3MJG4KFTII3KXHY68XKG43NB5YF' where id=5;
-update noar tt set b2='52KCUMMX2YVZ2NE' where id=5;
-update noar ti set b2='52KCUMMX2YVZ2NE' where id=5;
-update noar tt set v0='5X0' where id=6;
-update noar ti set v0='5X0' where id=6;
-update noar tt set b0='K' where id=6;
-update noar ti set b0='K' where id=6;
-update noar tt set v0='2Q86CNGW1DKTBP3T6GQULKUPAF' where id=6;
-update noar ti set v0='2Q86CNGW1DKTBP3T6GQULKUPAF' where id=6;
-update noar tt set b1='HAY' where id=6;
-update noar ti set b1='HAY' where id=6;
-update noar tt set v0='CQKFFKVR31TMN7WMVZL' where id=6;
-update noar ti set v0='CQKFFKVR31TMN7WMVZL' where id=6;
-update noar tt set b2='JZTQMS2' where id=6;
-update noar ti set b2='JZTQMS2' where id=6;
-update noar tt set v0='P9AM8MJIHX2DC6PXDQ' where id=7;
-update noar ti set v0='P9AM8MJIHX2DC6PXDQ' where id=7;
-update noar tt set b0='VDZK2CT6F08RCBW8G' where id=7;
-update noar ti set b0='VDZK2CT6F08RCBW8G' where id=7;
-update noar tt set v0='P6V0CVPR' where id=7;
-update noar ti set v0='P6V0CVPR' where id=7;
-update noar tt set b1='YQD762IVWTTZMJYIIQ19963' where id=7;
-update noar ti set b1='YQD762IVWTTZMJYIIQ19963' where id=7;
-update noar tt set v0='AP' where id=7;
-update noar ti set v0='AP' where id=7;
-update noar tt set b2='OV91JL626479BQB40GYOOYX' where id=7;
-update noar ti set b2='OV91JL626479BQB40GYOOYX' where id=7;
-update noar tt set v0='3L1Z3P76WZ3JSTTRFGK6Z' where id=8;
-update noar ti set v0='3L1Z3P76WZ3JSTTRFGK6Z' where id=8;
-update noar tt set b0='X3BTIIWS1MRWA1NZHS' where id=8;
-update noar ti set b0='X3BTIIWS1MRWA1NZHS' where id=8;
-update noar tt set v0='9NBFK5DWNB2V0W37L5LCRQH' where id=8;
-update noar ti set v0='9NBFK5DWNB2V0W37L5LCRQH' where id=8;
-update noar tt set b1='89T8PW6QPWU8M' where id=8;
-update noar ti set b1='89T8PW6QPWU8M' where id=8;
-update noar tt set v0='0ZZ7ZDDX5JEEADT0HZPZ270NPD1' where id=8;
-update noar ti set v0='0ZZ7ZDDX5JEEADT0HZPZ270NPD1' where id=8;
-update noar tt set b2='D3LGKX9V70TD509EBF5DM1P13FEJ' where id=8;
-update noar ti set b2='D3LGKX9V70TD509EBF5DM1P13FEJ' where id=8;
-update noar tt set v0='5O2EIBBM' where id=9;
-update noar ti set v0='5O2EIBBM' where id=9;
-update noar tt set b0='B994FK071KTRW' where id=9;
-update noar ti set b0='B994FK071KTRW' where id=9;
-update noar tt set v0='YIWC9RVL6KEBIBL' where id=9;
-update noar ti set v0='YIWC9RVL6KEBIBL' where id=9;
-update noar tt set b1='W' where id=9;
-update noar ti set b1='W' where id=9;
-update noar tt set v0='R5PT' where id=9;
-update noar ti set v0='R5PT' where id=9;
-update noar tt set b2='R52' where id=9;
-update noar ti set b2='R52' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) null,
- b0 blob null,
- b1 blob null,
- b2 longblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='DHSEFFDVR85WJBP7DSRB8Q2KX9K' where id=1;
-update noar ti set v0='DHSEFFDVR85WJBP7DSRB8Q2KX9K' where id=1;
-update noar tt set b0='Y8KALR7YQ7IS' where id=1;
-update noar ti set b0='Y8KALR7YQ7IS' where id=1;
-update noar tt set v0='PSH1ZD9A2K4O3ZQKNX7ZBNZC0' where id=1;
-update noar ti set v0='PSH1ZD9A2K4O3ZQKNX7ZBNZC0' where id=1;
-update noar tt set b1='VKXS5S' where id=1;
-update noar ti set b1='VKXS5S' where id=1;
-update noar tt set v0='SQ' where id=1;
-update noar ti set v0='SQ' where id=1;
-update noar tt set b2='SB3Y' where id=1;
-update noar ti set b2='SB3Y' where id=1;
-update noar tt set v0='2EAJ9B8RMZG9BBG850OQDGLP3E' where id=2;
-update noar ti set v0='2EAJ9B8RMZG9BBG850OQDGLP3E' where id=2;
-update noar tt set b0='3ZOTR78N9AB97ZZ3B6N9EIOX25DSHJD' where id=2;
-update noar ti set b0='3ZOTR78N9AB97ZZ3B6N9EIOX25DSHJD' where id=2;
-update noar tt set v0='N55EX6288ADTC' where id=2;
-update noar ti set v0='N55EX6288ADTC' where id=2;
-update noar tt set b1='XEH6BK5O9C00BWUQF4' where id=2;
-update noar ti set b1='XEH6BK5O9C00BWUQF4' where id=2;
-update noar tt set v0='QIZEKG5ML1EMXUDTGCBQ8L' where id=2;
-update noar ti set v0='QIZEKG5ML1EMXUDTGCBQ8L' where id=2;
-update noar tt set b2='47K9ZIQEYU5ZKIR' where id=2;
-update noar ti set b2='47K9ZIQEYU5ZKIR' where id=2;
-update noar tt set v0='OPZ2QZK5AGAZ7SO9QLTGX0YWYD7' where id=3;
-update noar ti set v0='OPZ2QZK5AGAZ7SO9QLTGX0YWYD7' where id=3;
-update noar tt set b0='X8SODI4' where id=3;
-update noar ti set b0='X8SODI4' where id=3;
-update noar tt set v0='IH' where id=3;
-update noar ti set v0='IH' where id=3;
-update noar tt set b1='A84SWZ' where id=3;
-update noar ti set b1='A84SWZ' where id=3;
-update noar tt set v0='5MSYZ4U9ROC7Q38R5NBSSASCOUAWGZ' where id=3;
-update noar ti set v0='5MSYZ4U9ROC7Q38R5NBSSASCOUAWGZ' where id=3;
-update noar tt set b2='W67X0PC' where id=3;
-update noar ti set b2='W67X0PC' where id=3;
-update noar tt set v0='7AKVP' where id=4;
-update noar ti set v0='7AKVP' where id=4;
-update noar tt set b0='HZ2QD1I0W2O' where id=4;
-update noar ti set b0='HZ2QD1I0W2O' where id=4;
-update noar tt set v0='Q3EHWNVO8J3PDZP8QM3DAWOPU' where id=4;
-update noar ti set v0='Q3EHWNVO8J3PDZP8QM3DAWOPU' where id=4;
-update noar tt set b1='6WL6EM8UOKTYCKXRO9R4B0CG4W65A8I' where id=4;
-update noar ti set b1='6WL6EM8UOKTYCKXRO9R4B0CG4W65A8I' where id=4;
-update noar tt set v0='NA5ZC4H2JNDSXOM1AO2V9UPC' where id=4;
-update noar ti set v0='NA5ZC4H2JNDSXOM1AO2V9UPC' where id=4;
-update noar tt set b2='X0DDD' where id=4;
-update noar ti set b2='X0DDD' where id=4;
-update noar tt set v0='EVZ4AC' where id=5;
-update noar ti set v0='EVZ4AC' where id=5;
-update noar tt set b0='QN36IYT17QH5XMO3VXWNWK18' where id=5;
-update noar ti set b0='QN36IYT17QH5XMO3VXWNWK18' where id=5;
-update noar tt set v0='N39R3U6I7QAHR0QEJO697P' where id=5;
-update noar ti set v0='N39R3U6I7QAHR0QEJO697P' where id=5;
-update noar tt set b1='JYCB30FB3MLTSX3GTVJN6GINTD3M4S' where id=5;
-update noar ti set b1='JYCB30FB3MLTSX3GTVJN6GINTD3M4S' where id=5;
-update noar tt set v0='S579UFD1V2APOYNMKWRIW42OWYVDZSIT' where id=5;
-update noar ti set v0='S579UFD1V2APOYNMKWRIW42OWYVDZSIT' where id=5;
-update noar tt set b2='C1BNPBM' where id=5;
-update noar ti set b2='C1BNPBM' where id=5;
-update noar tt set v0='GPA' where id=6;
-update noar ti set v0='GPA' where id=6;
-update noar tt set b0='MZKBTND6UZN7ITHCZFVB4JLR2JP' where id=6;
-update noar ti set b0='MZKBTND6UZN7ITHCZFVB4JLR2JP' where id=6;
-update noar tt set v0='2751UQC7IYJSACH6GYZ33BOOJOYJG46A' where id=6;
-update noar ti set v0='2751UQC7IYJSACH6GYZ33BOOJOYJG46A' where id=6;
-update noar tt set b1='HSW6NPWYVGKNLURML860Z' where id=6;
-update noar ti set b1='HSW6NPWYVGKNLURML860Z' where id=6;
-update noar tt set v0='91OW6FNV' where id=6;
-update noar ti set v0='91OW6FNV' where id=6;
-update noar tt set b2='1JJO06ZD8D36AL6E13DUFCSPAH2A4V' where id=6;
-update noar ti set b2='1JJO06ZD8D36AL6E13DUFCSPAH2A4V' where id=6;
-update noar tt set v0='LHSPLQILJ7RFZ' where id=7;
-update noar ti set v0='LHSPLQILJ7RFZ' where id=7;
-update noar tt set b0='9BY5J41KU37CB09' where id=7;
-update noar ti set b0='9BY5J41KU37CB09' where id=7;
-update noar tt set v0='VGW5TLVO9AZL1LKCIWS6JNT5IY0JHI' where id=7;
-update noar ti set v0='VGW5TLVO9AZL1LKCIWS6JNT5IY0JHI' where id=7;
-update noar tt set b1='L8VST77SA70YPOPOGHQF2F0QC' where id=7;
-update noar ti set b1='L8VST77SA70YPOPOGHQF2F0QC' where id=7;
-update noar tt set v0='A4PDPB2AQEPS8NF6VBZZMH6O' where id=7;
-update noar ti set v0='A4PDPB2AQEPS8NF6VBZZMH6O' where id=7;
-update noar tt set b2='4N38USQQVQWW6FJB038GPE9R' where id=7;
-update noar ti set b2='4N38USQQVQWW6FJB038GPE9R' where id=7;
-update noar tt set v0='NCZBTSFGIA4CILGO' where id=8;
-update noar ti set v0='NCZBTSFGIA4CILGO' where id=8;
-update noar tt set b0='6ECHZ9JQLMBP0Q07Z6TGTP1G9Q79' where id=8;
-update noar ti set b0='6ECHZ9JQLMBP0Q07Z6TGTP1G9Q79' where id=8;
-update noar tt set v0='XKPRZVNHAPCE73J2GLXQZ7WH219H' where id=8;
-update noar ti set v0='XKPRZVNHAPCE73J2GLXQZ7WH219H' where id=8;
-update noar tt set b1='2QPRM9AZ5ZEPQ7QQA' where id=8;
-update noar ti set b1='2QPRM9AZ5ZEPQ7QQA' where id=8;
-update noar tt set v0='SGEO0WZIE53I2KAW68OHDYL' where id=8;
-update noar ti set v0='SGEO0WZIE53I2KAW68OHDYL' where id=8;
-update noar tt set b2='Y' where id=8;
-update noar ti set b2='Y' where id=8;
-update noar tt set v0='IFCABDOXG8NQMJQ0A503K' where id=9;
-update noar ti set v0='IFCABDOXG8NQMJQ0A503K' where id=9;
-update noar tt set b0='ASOD2014280C95II5KHU8PHJYUU77J3' where id=9;
-update noar ti set b0='ASOD2014280C95II5KHU8PHJYUU77J3' where id=9;
-update noar tt set v0='NV0' where id=9;
-update noar ti set v0='NV0' where id=9;
-update noar tt set b1='EVQQG' where id=9;
-update noar ti set b1='EVQQG' where id=9;
-update noar tt set v0='NGWDUBAYT8BR98GYWTRS0AT5Y004ZNA' where id=9;
-update noar ti set v0='NGWDUBAYT8BR98GYWTRS0AT5Y004ZNA' where id=9;
-update noar tt set b2='TVER2ZAQRH45' where id=9;
-update noar ti set b2='TVER2ZAQRH45' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) null,
- b0 blob null,
- b1 blob null,
- b2 longblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='L2ZPKEQKNXWN2YYU49MGO35CPABMDJK' where id=1;
-update noar ti set v0='L2ZPKEQKNXWN2YYU49MGO35CPABMDJK' where id=1;
-update noar tt set b0='9SJ6M' where id=1;
-update noar ti set b0='9SJ6M' where id=1;
-update noar tt set v0='GC' where id=1;
-update noar ti set v0='GC' where id=1;
-update noar tt set b1='090AVDSF1YXO' where id=1;
-update noar ti set b1='090AVDSF1YXO' where id=1;
-update noar tt set v0='ZY9HND214J94ADANQ7WPVCTLELPU9N' where id=1;
-update noar ti set v0='ZY9HND214J94ADANQ7WPVCTLELPU9N' where id=1;
-update noar tt set b2='KARZJ0N57U1K4YWBSERGXFUFU9OO' where id=1;
-update noar ti set b2='KARZJ0N57U1K4YWBSERGXFUFU9OO' where id=1;
-update noar tt set v0='8Q0D6Q866FAOY1LEJMCFEH584PY7L' where id=2;
-update noar ti set v0='8Q0D6Q866FAOY1LEJMCFEH584PY7L' where id=2;
-update noar tt set b0='OF4350YI5CP49D40Q7APJTVO4QJT' where id=2;
-update noar ti set b0='OF4350YI5CP49D40Q7APJTVO4QJT' where id=2;
-update noar tt set v0='CUGBMN4XM43L' where id=2;
-update noar ti set v0='CUGBMN4XM43L' where id=2;
-update noar tt set b1='RLLJXFN1XAYJ69VX8ATRWOUQ5SMC' where id=2;
-update noar ti set b1='RLLJXFN1XAYJ69VX8ATRWOUQ5SMC' where id=2;
-update noar tt set v0='PGPROYIZFLKE9811J0J1J0BVLGVTTI2' where id=2;
-update noar ti set v0='PGPROYIZFLKE9811J0J1J0BVLGVTTI2' where id=2;
-update noar tt set b2='RLDWAFS8BDVYBC8MH3G3JBXBB6A' where id=2;
-update noar ti set b2='RLDWAFS8BDVYBC8MH3G3JBXBB6A' where id=2;
-update noar tt set v0='DIX3L3TSFV925' where id=3;
-update noar ti set v0='DIX3L3TSFV925' where id=3;
-update noar tt set b0='0ZF6GGVPU' where id=3;
-update noar ti set b0='0ZF6GGVPU' where id=3;
-update noar tt set v0='3ZNO90IM46DTX' where id=3;
-update noar ti set v0='3ZNO90IM46DTX' where id=3;
-update noar tt set b1='QA' where id=3;
-update noar ti set b1='QA' where id=3;
-update noar tt set v0='FMWICQ3XX70DQ6P7BMX4292' where id=3;
-update noar ti set v0='FMWICQ3XX70DQ6P7BMX4292' where id=3;
-update noar tt set b2='KDHPE430N34S' where id=3;
-update noar ti set b2='KDHPE430N34S' where id=3;
-update noar tt set v0='R' where id=4;
-update noar ti set v0='R' where id=4;
-update noar tt set b0='3E6BB41RH22' where id=4;
-update noar ti set b0='3E6BB41RH22' where id=4;
-update noar tt set v0='6HSMF2ZYUYT7' where id=4;
-update noar ti set v0='6HSMF2ZYUYT7' where id=4;
-update noar tt set b1='VNUXLSWLMXFSOO9NUWR8PYZQD8I31ID' where id=4;
-update noar ti set b1='VNUXLSWLMXFSOO9NUWR8PYZQD8I31ID' where id=4;
-update noar tt set v0='AGEEPPRHFMIWN4B5ZZL2' where id=4;
-update noar ti set v0='AGEEPPRHFMIWN4B5ZZL2' where id=4;
-update noar tt set b2='9E31S6R' where id=4;
-update noar ti set b2='9E31S6R' where id=4;
-update noar tt set v0='K9NSDLS2COGGZ' where id=5;
-update noar ti set v0='K9NSDLS2COGGZ' where id=5;
-update noar tt set b0='RM3E04A92DBAO' where id=5;
-update noar ti set b0='RM3E04A92DBAO' where id=5;
-update noar tt set v0='6176Y9C71JPWN0KX9DE312XVB9' where id=5;
-update noar ti set v0='6176Y9C71JPWN0KX9DE312XVB9' where id=5;
-update noar tt set b1='LI2CEA50ALSLIPEPR64KST5C' where id=5;
-update noar ti set b1='LI2CEA50ALSLIPEPR64KST5C' where id=5;
-update noar tt set v0='C1S' where id=5;
-update noar ti set v0='C1S' where id=5;
-update noar tt set b2='CXY5V1CAD' where id=5;
-update noar ti set b2='CXY5V1CAD' where id=5;
-update noar tt set v0='ULF80LFO1YGYY0MTG3X5GCRF6MFT' where id=6;
-update noar ti set v0='ULF80LFO1YGYY0MTG3X5GCRF6MFT' where id=6;
-update noar tt set b0='X2V' where id=6;
-update noar ti set b0='X2V' where id=6;
-update noar tt set v0='02L92JX' where id=6;
-update noar ti set v0='02L92JX' where id=6;
-update noar tt set b1='6P028OR1C6VDFI8IHI1FTJXUADSH' where id=6;
-update noar ti set b1='6P028OR1C6VDFI8IHI1FTJXUADSH' where id=6;
-update noar tt set v0='2AKADNLLS3RV2' where id=6;
-update noar ti set v0='2AKADNLLS3RV2' where id=6;
-update noar tt set b2='WEL7Y1OFVVIVCTBYUU9ZK4WM' where id=6;
-update noar ti set b2='WEL7Y1OFVVIVCTBYUU9ZK4WM' where id=6;
-update noar tt set v0='W7BJFKDA63SGDAYH4X3U8L8CZ' where id=7;
-update noar ti set v0='W7BJFKDA63SGDAYH4X3U8L8CZ' where id=7;
-update noar tt set b0='FKIEVDENRSI9Q' where id=7;
-update noar ti set b0='FKIEVDENRSI9Q' where id=7;
-update noar tt set v0='2ZQ' where id=7;
-update noar ti set v0='2ZQ' where id=7;
-update noar tt set b1='2J078YEGG264HAC258XGVW5Q' where id=7;
-update noar ti set b1='2J078YEGG264HAC258XGVW5Q' where id=7;
-update noar tt set v0='MJ0HJWGLWIQX3T8VJ5UQWXFDB' where id=7;
-update noar ti set v0='MJ0HJWGLWIQX3T8VJ5UQWXFDB' where id=7;
-update noar tt set b2='MREZSUJ9TLYQMOV9CAVB1PMXPL' where id=7;
-update noar ti set b2='MREZSUJ9TLYQMOV9CAVB1PMXPL' where id=7;
-update noar tt set v0='BVZU7L' where id=8;
-update noar ti set v0='BVZU7L' where id=8;
-update noar tt set b0='MAADW2QEH0947XESB66WA86S' where id=8;
-update noar ti set b0='MAADW2QEH0947XESB66WA86S' where id=8;
-update noar tt set v0='4201B0DPODXITSFMM7JM' where id=8;
-update noar ti set v0='4201B0DPODXITSFMM7JM' where id=8;
-update noar tt set b1='2EGMSB4FFMCP4SEG3Q52OAJ' where id=8;
-update noar ti set b1='2EGMSB4FFMCP4SEG3Q52OAJ' where id=8;
-update noar tt set v0='ZP0FLZ0BOKO2UJYM10KZ2UAGEAA' where id=8;
-update noar ti set v0='ZP0FLZ0BOKO2UJYM10KZ2UAGEAA' where id=8;
-update noar tt set b2='C' where id=8;
-update noar ti set b2='C' where id=8;
-update noar tt set v0='XE97FCQRRW' where id=9;
-update noar ti set v0='XE97FCQRRW' where id=9;
-update noar tt set b0='5CFPJ50NIUK1FTW' where id=9;
-update noar ti set b0='5CFPJ50NIUK1FTW' where id=9;
-update noar tt set v0='P2S6GQLZWYPGZZPXHOKO4SW1DQJ5MQ' where id=9;
-update noar ti set v0='P2S6GQLZWYPGZZPXHOKO4SW1DQJ5MQ' where id=9;
-update noar tt set b1='P27ISRBKTI4IEYPR3ECA2CXGCT' where id=9;
-update noar ti set b1='P27ISRBKTI4IEYPR3ECA2CXGCT' where id=9;
-update noar tt set v0='946' where id=9;
-update noar ti set v0='946' where id=9;
-update noar tt set b2='R6D7AV01Z2X26Y5IH0IR1I4M40' where id=9;
-update noar ti set b2='R6D7AV01Z2X26Y5IH0IR1I4M40' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) not null,
- b0 blob not null,
- b1 blob not null,
- b2 longblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='F90EPQQQZ69622JU5K' where id=1;
-update noar ti set v0='F90EPQQQZ69622JU5K' where id=1;
-update noar tt set b0='ALYESR1' where id=1;
-update noar ti set b0='ALYESR1' where id=1;
-update noar tt set v0='4OOS0Q' where id=1;
-update noar ti set v0='4OOS0Q' where id=1;
-update noar tt set b1='188K91WKCXVDXIXZH' where id=1;
-update noar ti set b1='188K91WKCXVDXIXZH' where id=1;
-update noar tt set v0='R3V' where id=1;
-update noar ti set v0='R3V' where id=1;
-update noar tt set b2='7IU' where id=1;
-update noar ti set b2='7IU' where id=1;
-update noar tt set v0='10Z1B8CEAM6A69CXYT5BL2PW990ZC4G' where id=2;
-update noar ti set v0='10Z1B8CEAM6A69CXYT5BL2PW990ZC4G' where id=2;
-update noar tt set b0='1V5TVQGPZASY657S6' where id=2;
-update noar ti set b0='1V5TVQGPZASY657S6' where id=2;
-update noar tt set v0='ZSHAT9M' where id=2;
-update noar ti set v0='ZSHAT9M' where id=2;
-update noar tt set b1='EAE6SVCWIOJT8C8U43X2DT6V' where id=2;
-update noar ti set b1='EAE6SVCWIOJT8C8U43X2DT6V' where id=2;
-update noar tt set v0='YPR6RR0CA' where id=2;
-update noar ti set v0='YPR6RR0CA' where id=2;
-update noar tt set b2='WWKE17RDEHPNUDPGV8R6J' where id=2;
-update noar ti set b2='WWKE17RDEHPNUDPGV8R6J' where id=2;
-update noar tt set v0='VQ8672N6Q2E6K5P0Z38KDPO3K' where id=3;
-update noar ti set v0='VQ8672N6Q2E6K5P0Z38KDPO3K' where id=3;
-update noar tt set b0='UZN8NJ' where id=3;
-update noar ti set b0='UZN8NJ' where id=3;
-update noar tt set v0='AD7GISADA0HDWNMY09CC517YT0KYV' where id=3;
-update noar ti set v0='AD7GISADA0HDWNMY09CC517YT0KYV' where id=3;
-update noar tt set b1='I6MVIOGHRIJGK' where id=3;
-update noar ti set b1='I6MVIOGHRIJGK' where id=3;
-update noar tt set v0='T4QZHBCWUMLGGJ42VK3' where id=3;
-update noar ti set v0='T4QZHBCWUMLGGJ42VK3' where id=3;
-update noar tt set b2='RYCVEA2MWSD3V' where id=3;
-update noar ti set b2='RYCVEA2MWSD3V' where id=3;
-update noar tt set v0='CGV7BB3KDF9XN3AEHCHF18UEDZAP' where id=4;
-update noar ti set v0='CGV7BB3KDF9XN3AEHCHF18UEDZAP' where id=4;
-update noar tt set b0='ZP69NTPUU6XO' where id=4;
-update noar ti set b0='ZP69NTPUU6XO' where id=4;
-update noar tt set v0='R36VIVOPJI9DJVL15SN' where id=4;
-update noar ti set v0='R36VIVOPJI9DJVL15SN' where id=4;
-update noar tt set b1='W28XU1ETMUIZ0A8292PN6OIZKKC5EZL6' where id=4;
-update noar ti set b1='W28XU1ETMUIZ0A8292PN6OIZKKC5EZL6' where id=4;
-update noar tt set v0='J8' where id=4;
-update noar ti set v0='J8' where id=4;
-update noar tt set b2='PLZZWYV8525FIVKX0KZ9048DP' where id=4;
-update noar ti set b2='PLZZWYV8525FIVKX0KZ9048DP' where id=4;
-update noar tt set v0='VBBWU4PL9BRV5A8PA990K6V3HGITB5' where id=5;
-update noar ti set v0='VBBWU4PL9BRV5A8PA990K6V3HGITB5' where id=5;
-update noar tt set b0='2MQSNZSILV4NPB1Z' where id=5;
-update noar ti set b0='2MQSNZSILV4NPB1Z' where id=5;
-update noar tt set v0='S89RMBJJYKDLEO8OWA' where id=5;
-update noar ti set v0='S89RMBJJYKDLEO8OWA' where id=5;
-update noar tt set b1='C5031XJOHTYMFAJXITS3VHNXLA' where id=5;
-update noar ti set b1='C5031XJOHTYMFAJXITS3VHNXLA' where id=5;
-update noar tt set v0='6VVIYV8FE27V96TRLKMNQHXIPRNWF7' where id=5;
-update noar ti set v0='6VVIYV8FE27V96TRLKMNQHXIPRNWF7' where id=5;
-update noar tt set b2='VSCDKI4MSMCUMZSCL6WBRPWCTMK337' where id=5;
-update noar ti set b2='VSCDKI4MSMCUMZSCL6WBRPWCTMK337' where id=5;
-update noar tt set v0='54V' where id=6;
-update noar ti set v0='54V' where id=6;
-update noar tt set b0='82QBXJKUKKR' where id=6;
-update noar ti set b0='82QBXJKUKKR' where id=6;
-update noar tt set v0='T84S8S2REYUQK' where id=6;
-update noar ti set v0='T84S8S2REYUQK' where id=6;
-update noar tt set b1='YCJAMV8M8' where id=6;
-update noar ti set b1='YCJAMV8M8' where id=6;
-update noar tt set v0='AQM9L3GW44L16QUMUZ8DF0HB' where id=6;
-update noar ti set v0='AQM9L3GW44L16QUMUZ8DF0HB' where id=6;
-update noar tt set b2='B96PEPUPI3MR1M7SMC1VPHSSTF4' where id=6;
-update noar ti set b2='B96PEPUPI3MR1M7SMC1VPHSSTF4' where id=6;
-update noar tt set v0='3TUO8C' where id=7;
-update noar ti set v0='3TUO8C' where id=7;
-update noar tt set b0='NZSR' where id=7;
-update noar ti set b0='NZSR' where id=7;
-update noar tt set v0='P7RJLZFVFDSJ7TJ01HN6WDI' where id=7;
-update noar ti set v0='P7RJLZFVFDSJ7TJ01HN6WDI' where id=7;
-update noar tt set b1='KYQGSX5XXV2IAOXMNM5CA4S' where id=7;
-update noar ti set b1='KYQGSX5XXV2IAOXMNM5CA4S' where id=7;
-update noar tt set v0='TS7E29UW' where id=7;
-update noar ti set v0='TS7E29UW' where id=7;
-update noar tt set b2='ZJVN43FK4GY9BMH' where id=7;
-update noar ti set b2='ZJVN43FK4GY9BMH' where id=7;
-update noar tt set v0='QDNOCG9I9MQFJ3AUKL5E7QV6Z' where id=8;
-update noar ti set v0='QDNOCG9I9MQFJ3AUKL5E7QV6Z' where id=8;
-update noar tt set b0='QQD38ZSIIKI54E5D6FYQ1M2MK' where id=8;
-update noar ti set b0='QQD38ZSIIKI54E5D6FYQ1M2MK' where id=8;
-update noar tt set v0='ERXI0FS4DT' where id=8;
-update noar ti set v0='ERXI0FS4DT' where id=8;
-update noar tt set b1='YIZZMA7A1GMT78S3DTOAFW' where id=8;
-update noar ti set b1='YIZZMA7A1GMT78S3DTOAFW' where id=8;
-update noar tt set v0='TU8BX9WGFPGD8DLSU1ZPUP2C9' where id=8;
-update noar ti set v0='TU8BX9WGFPGD8DLSU1ZPUP2C9' where id=8;
-update noar tt set b2='76ZM51PQ0WQQO0' where id=8;
-update noar ti set b2='76ZM51PQ0WQQO0' where id=8;
-update noar tt set v0='UHVZNM72K1PYH3KPOOU4BDQOG68F' where id=9;
-update noar ti set v0='UHVZNM72K1PYH3KPOOU4BDQOG68F' where id=9;
-update noar tt set b0='Q6HVTBCDE4OW3JUIXFZ4LHGR' where id=9;
-update noar ti set b0='Q6HVTBCDE4OW3JUIXFZ4LHGR' where id=9;
-update noar tt set v0='N344L1Z2ZLE60WG4KEINUYV' where id=9;
-update noar ti set v0='N344L1Z2ZLE60WG4KEINUYV' where id=9;
-update noar tt set b1='0' where id=9;
-update noar ti set b1='0' where id=9;
-update noar tt set v0='PKNF5CZGEO3GB6UW0MTH2ATDJF1J' where id=9;
-update noar ti set v0='PKNF5CZGEO3GB6UW0MTH2ATDJF1J' where id=9;
-update noar tt set b2='US98NPJZDKNEH2BS95J9T4ZNOH2O5O3' where id=9;
-update noar ti set b2='US98NPJZDKNEH2BS95J9T4ZNOH2O5O3' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) not null,
- b0 blob not null,
- b1 blob not null,
- b2 longblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='PIK848930V5K7JTC0GJVJ3O4AMC' where id=1;
-update noar ti set v0='PIK848930V5K7JTC0GJVJ3O4AMC' where id=1;
-update noar tt set b0='DKZ6ZNLD4' where id=1;
-update noar ti set b0='DKZ6ZNLD4' where id=1;
-update noar tt set v0='NXSQT' where id=1;
-update noar ti set v0='NXSQT' where id=1;
-update noar tt set b1='2ORHQ83GDJNQ' where id=1;
-update noar ti set b1='2ORHQ83GDJNQ' where id=1;
-update noar tt set v0='CGLKOQ7GRQQLVI102R' where id=1;
-update noar ti set v0='CGLKOQ7GRQQLVI102R' where id=1;
-update noar tt set b2='L7VA' where id=1;
-update noar ti set b2='L7VA' where id=1;
-update noar tt set v0='L664J9DEOPHH93N8GMPXCKZH6H' where id=2;
-update noar ti set v0='L664J9DEOPHH93N8GMPXCKZH6H' where id=2;
-update noar tt set b0='V3X8JKCJ3UPIFJC3UOZUO443PADM0' where id=2;
-update noar ti set b0='V3X8JKCJ3UPIFJC3UOZUO443PADM0' where id=2;
-update noar tt set v0='SWGC0IKH8RUCLA5R32JTT5' where id=2;
-update noar ti set v0='SWGC0IKH8RUCLA5R32JTT5' where id=2;
-update noar tt set b1='5I175TSKW' where id=2;
-update noar ti set b1='5I175TSKW' where id=2;
-update noar tt set v0='65E2SPUIMZES192Z2YC' where id=2;
-update noar ti set v0='65E2SPUIMZES192Z2YC' where id=2;
-update noar tt set b2='TMQU7' where id=2;
-update noar ti set b2='TMQU7' where id=2;
-update noar tt set v0='K' where id=3;
-update noar ti set v0='K' where id=3;
-update noar tt set b0='IJOXWKF' where id=3;
-update noar ti set b0='IJOXWKF' where id=3;
-update noar tt set v0='1A9DQ' where id=3;
-update noar ti set v0='1A9DQ' where id=3;
-update noar tt set b1='8KNR1HXJUQQOAEU156TY' where id=3;
-update noar ti set b1='8KNR1HXJUQQOAEU156TY' where id=3;
-update noar tt set v0='P7WF4I04306KUMO2N' where id=3;
-update noar ti set v0='P7WF4I04306KUMO2N' where id=3;
-update noar tt set b2='PFMWGFO' where id=3;
-update noar ti set b2='PFMWGFO' where id=3;
-update noar tt set v0='IGS4JU' where id=4;
-update noar ti set v0='IGS4JU' where id=4;
-update noar tt set b0='8FY6ADN8TQNM' where id=4;
-update noar ti set b0='8FY6ADN8TQNM' where id=4;
-update noar tt set v0='1PICAVU8PDEL2MNY50N' where id=4;
-update noar ti set v0='1PICAVU8PDEL2MNY50N' where id=4;
-update noar tt set b1='WYV844CXF477KNUZ9REITKH1IJE' where id=4;
-update noar ti set b1='WYV844CXF477KNUZ9REITKH1IJE' where id=4;
-update noar tt set v0='VBLEEPOO2W56K94S4C600' where id=4;
-update noar ti set v0='VBLEEPOO2W56K94S4C600' where id=4;
-update noar tt set b2='F5NX90U' where id=4;
-update noar ti set b2='F5NX90U' where id=4;
-update noar tt set v0='XDP5IN8CETC6RW2' where id=5;
-update noar ti set v0='XDP5IN8CETC6RW2' where id=5;
-update noar tt set b0='NNB9K32YJ478Q2KOW7UOI2EQY3' where id=5;
-update noar ti set b0='NNB9K32YJ478Q2KOW7UOI2EQY3' where id=5;
-update noar tt set v0='W952HWFPD6KLAUSU1BL0X7M75' where id=5;
-update noar ti set v0='W952HWFPD6KLAUSU1BL0X7M75' where id=5;
-update noar tt set b1='8CVGF8YQ4PYIS8ZLM8DAXZPP4' where id=5;
-update noar ti set b1='8CVGF8YQ4PYIS8ZLM8DAXZPP4' where id=5;
-update noar tt set v0='5ICJ' where id=5;
-update noar ti set v0='5ICJ' where id=5;
-update noar tt set b2='MNUT8R1DVJ1KDL9K1' where id=5;
-update noar ti set b2='MNUT8R1DVJ1KDL9K1' where id=5;
-update noar tt set v0='9CO0E7RU1U0KVQ8S92FWCFY4JDQ55' where id=6;
-update noar ti set v0='9CO0E7RU1U0KVQ8S92FWCFY4JDQ55' where id=6;
-update noar tt set b0='KVPBH' where id=6;
-update noar ti set b0='KVPBH' where id=6;
-update noar tt set v0='TX' where id=6;
-update noar ti set v0='TX' where id=6;
-update noar tt set b1='NALHFFULK' where id=6;
-update noar ti set b1='NALHFFULK' where id=6;
-update noar tt set v0='RXWND4E243CHD2584ZCQ7' where id=6;
-update noar ti set v0='RXWND4E243CHD2584ZCQ7' where id=6;
-update noar tt set b2='F4TO6METCLEVAL2VBPZJ8TOAWD' where id=6;
-update noar ti set b2='F4TO6METCLEVAL2VBPZJ8TOAWD' where id=6;
-update noar tt set v0='AN7CQKR80HTNYYHRN5E9MV' where id=7;
-update noar ti set v0='AN7CQKR80HTNYYHRN5E9MV' where id=7;
-update noar tt set b0='JZTOSN4131P5ABLZ' where id=7;
-update noar ti set b0='JZTOSN4131P5ABLZ' where id=7;
-update noar tt set v0='GPOOAJKUI64C' where id=7;
-update noar ti set v0='GPOOAJKUI64C' where id=7;
-update noar tt set b1='42MFK7ZM7' where id=7;
-update noar ti set b1='42MFK7ZM7' where id=7;
-update noar tt set v0='RUOHSPKTCP1ZWPC72JEUC7AEGS' where id=7;
-update noar ti set v0='RUOHSPKTCP1ZWPC72JEUC7AEGS' where id=7;
-update noar tt set b2='BUU2CLFLHMTQL' where id=7;
-update noar ti set b2='BUU2CLFLHMTQL' where id=7;
-update noar tt set v0='2X6EJP92K892R8XTYJP67TOB8' where id=8;
-update noar ti set v0='2X6EJP92K892R8XTYJP67TOB8' where id=8;
-update noar tt set b0='TBSM2JLP3T7ULLWS75BUPK' where id=8;
-update noar ti set b0='TBSM2JLP3T7ULLWS75BUPK' where id=8;
-update noar tt set v0='HKJO6VSPOX3' where id=8;
-update noar ti set v0='HKJO6VSPOX3' where id=8;
-update noar tt set b1='VEYEYI6Z24671KDA0KV4KWDC4C52N' where id=8;
-update noar ti set b1='VEYEYI6Z24671KDA0KV4KWDC4C52N' where id=8;
-update noar tt set v0='UW9VSXQY5BYSYMOMWXJJKVCW' where id=8;
-update noar ti set v0='UW9VSXQY5BYSYMOMWXJJKVCW' where id=8;
-update noar tt set b2='5VKVCN1NU12T' where id=8;
-update noar ti set b2='5VKVCN1NU12T' where id=8;
-update noar tt set v0='IR4THFPYL8NL4WY8' where id=9;
-update noar ti set v0='IR4THFPYL8NL4WY8' where id=9;
-update noar tt set b0='JIPCBM9NYFTJ4NJ6HIWZR' where id=9;
-update noar ti set b0='JIPCBM9NYFTJ4NJ6HIWZR' where id=9;
-update noar tt set v0='1JVC7DEKL9EEY56RPOL23PH' where id=9;
-update noar ti set v0='1JVC7DEKL9EEY56RPOL23PH' where id=9;
-update noar tt set b1='KCWZ3OA6YZZ' where id=9;
-update noar ti set b1='KCWZ3OA6YZZ' where id=9;
-update noar tt set v0='JYITTD5TBMUEWTG6BJR2UA6PL6FR1' where id=9;
-update noar ti set v0='JYITTD5TBMUEWTG6BJR2UA6PL6FR1' where id=9;
-update noar tt set b2='8DNARRGW8XT9YTSJUQBJDOAJ9X5G5N5' where id=9;
-update noar ti set b2='8DNARRGW8XT9YTSJUQBJDOAJ9X5G5N5' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) null,
- b0 blob null,
- b1 mediumblob null,
- b2 tinyblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='VASH4CFHPXPECA2G20IB66E' where id=1;
-update noar ti set v0='VASH4CFHPXPECA2G20IB66E' where id=1;
-update noar tt set b0='8220R2SWHAQBF' where id=1;
-update noar ti set b0='8220R2SWHAQBF' where id=1;
-update noar tt set v0='JFMOWJ8NJAGXB5VPFQ4QEJA6KHUH' where id=1;
-update noar ti set v0='JFMOWJ8NJAGXB5VPFQ4QEJA6KHUH' where id=1;
-update noar tt set b1='8LWY6AR8G7SM23OW7G4AQO' where id=1;
-update noar ti set b1='8LWY6AR8G7SM23OW7G4AQO' where id=1;
-update noar tt set v0='VJQZKV5O63RQ2E5KGPVC' where id=1;
-update noar ti set v0='VJQZKV5O63RQ2E5KGPVC' where id=1;
-update noar tt set b2='LC6' where id=1;
-update noar ti set b2='LC6' where id=1;
-update noar tt set v0='3O0SALEHAY7D32IPGAPP2CKJCD' where id=2;
-update noar ti set v0='3O0SALEHAY7D32IPGAPP2CKJCD' where id=2;
-update noar tt set b0='CVBL40Z2IAQHZ9' where id=2;
-update noar ti set b0='CVBL40Z2IAQHZ9' where id=2;
-update noar tt set v0='ZQJ4T0J3EQ6EH01S059HQ3QPWRSKFTKM' where id=2;
-update noar ti set v0='ZQJ4T0J3EQ6EH01S059HQ3QPWRSKFTKM' where id=2;
-update noar tt set b1='36U2OH3X2ZCLSAEQJEM3UO' where id=2;
-update noar ti set b1='36U2OH3X2ZCLSAEQJEM3UO' where id=2;
-update noar tt set v0='QELXOIF044KO6DB' where id=2;
-update noar ti set v0='QELXOIF044KO6DB' where id=2;
-update noar tt set b2='LR' where id=2;
-update noar ti set b2='LR' where id=2;
-update noar tt set v0='DFLUV' where id=3;
-update noar ti set v0='DFLUV' where id=3;
-update noar tt set b0='11R' where id=3;
-update noar ti set b0='11R' where id=3;
-update noar tt set v0='ZEKBCRHFB59701D04P8RF5A9G0U' where id=3;
-update noar ti set v0='ZEKBCRHFB59701D04P8RF5A9G0U' where id=3;
-update noar tt set b1='9XG1RX32GSAFXIOBNPWRYRCVRME' where id=3;
-update noar ti set b1='9XG1RX32GSAFXIOBNPWRYRCVRME' where id=3;
-update noar tt set v0='N9AEUSNSNQB25QGPQC49SRV' where id=3;
-update noar ti set v0='N9AEUSNSNQB25QGPQC49SRV' where id=3;
-update noar tt set b2='XI6M' where id=3;
-update noar ti set b2='XI6M' where id=3;
-update noar tt set v0='XB82QW78JJJG' where id=4;
-update noar ti set v0='XB82QW78JJJG' where id=4;
-update noar tt set b0='QH8AJ9R8E7LXD2E6Y9MHFTJSB9DJD8Y' where id=4;
-update noar ti set b0='QH8AJ9R8E7LXD2E6Y9MHFTJSB9DJD8Y' where id=4;
-update noar tt set v0='9CQN0CQG26DK' where id=4;
-update noar ti set v0='9CQN0CQG26DK' where id=4;
-update noar tt set b1='FGRJ9V3WT0VG9A' where id=4;
-update noar ti set b1='FGRJ9V3WT0VG9A' where id=4;
-update noar tt set v0='OH2TDKG6' where id=4;
-update noar ti set v0='OH2TDKG6' where id=4;
-update noar tt set b2='70OHIX9R16' where id=4;
-update noar ti set b2='70OHIX9R16' where id=4;
-update noar tt set v0='G7JPAZY3B23KMDEY7U8R' where id=5;
-update noar ti set v0='G7JPAZY3B23KMDEY7U8R' where id=5;
-update noar tt set b0='K2FKHCLSGYEPKU1LG4G5JRTA9MCGC5HR' where id=5;
-update noar ti set b0='K2FKHCLSGYEPKU1LG4G5JRTA9MCGC5HR' where id=5;
-update noar tt set v0='57YIL2J9W510T7FHY70AB0F2WTD3' where id=5;
-update noar ti set v0='57YIL2J9W510T7FHY70AB0F2WTD3' where id=5;
-update noar tt set b1='O' where id=5;
-update noar ti set b1='O' where id=5;
-update noar tt set v0='BE' where id=5;
-update noar ti set v0='BE' where id=5;
-update noar tt set b2='P9IGX0UVUJMF42389S8' where id=5;
-update noar ti set b2='P9IGX0UVUJMF42389S8' where id=5;
-update noar tt set v0='4AGJH9HHNAFT8F6YC4PSQHASE7' where id=6;
-update noar ti set v0='4AGJH9HHNAFT8F6YC4PSQHASE7' where id=6;
-update noar tt set b0='Y0DZX2E3LV4U0QW6V' where id=6;
-update noar ti set b0='Y0DZX2E3LV4U0QW6V' where id=6;
-update noar tt set v0='H6PV3VFUD0514PY' where id=6;
-update noar ti set v0='H6PV3VFUD0514PY' where id=6;
-update noar tt set b1='NAHBN4CN58CM4NS9W9TX' where id=6;
-update noar ti set b1='NAHBN4CN58CM4NS9W9TX' where id=6;
-update noar tt set v0='S6066LV8EMUGGOE5SL2XQ' where id=6;
-update noar ti set v0='S6066LV8EMUGGOE5SL2XQ' where id=6;
-update noar tt set b2='PZ2W' where id=6;
-update noar ti set b2='PZ2W' where id=6;
-update noar tt set v0='2RFIXZT6B1S0DO4U' where id=7;
-update noar ti set v0='2RFIXZT6B1S0DO4U' where id=7;
-update noar tt set b0='32ET70UQ85YX5EA2' where id=7;
-update noar ti set b0='32ET70UQ85YX5EA2' where id=7;
-update noar tt set v0='K0JQU6VFAYE2ZHT2WFCLLO53F6K' where id=7;
-update noar ti set v0='K0JQU6VFAYE2ZHT2WFCLLO53F6K' where id=7;
-update noar tt set b1='I5' where id=7;
-update noar ti set b1='I5' where id=7;
-update noar tt set v0='YK00JL1KCSZ0BOS1XU' where id=7;
-update noar ti set v0='YK00JL1KCSZ0BOS1XU' where id=7;
-update noar tt set b2='N4JJS1II' where id=7;
-update noar ti set b2='N4JJS1II' where id=7;
-update noar tt set v0='LSH2ZQ6AZPOIKWPSFAQM63A0' where id=8;
-update noar ti set v0='LSH2ZQ6AZPOIKWPSFAQM63A0' where id=8;
-update noar tt set b0='PCE19F85UZRBDSZQ77XPOWIY5N87OJ4J' where id=8;
-update noar ti set b0='PCE19F85UZRBDSZQ77XPOWIY5N87OJ4J' where id=8;
-update noar tt set v0='IS' where id=8;
-update noar ti set v0='IS' where id=8;
-update noar tt set b1='BG32D18NHVGVLWA9' where id=8;
-update noar ti set b1='BG32D18NHVGVLWA9' where id=8;
-update noar tt set v0='UOZ' where id=8;
-update noar ti set v0='UOZ' where id=8;
-update noar tt set b2='KJ29EHTRB9DPTHNAKGKE8CMT4XKEXSO' where id=8;
-update noar ti set b2='KJ29EHTRB9DPTHNAKGKE8CMT4XKEXSO' where id=8;
-update noar tt set v0='N0GP3' where id=9;
-update noar ti set v0='N0GP3' where id=9;
-update noar tt set b0='14W38Z82UWJLU' where id=9;
-update noar ti set b0='14W38Z82UWJLU' where id=9;
-update noar tt set v0='QW1GS4PGNPZ063LF0' where id=9;
-update noar ti set v0='QW1GS4PGNPZ063LF0' where id=9;
-update noar tt set b1='A' where id=9;
-update noar ti set b1='A' where id=9;
-update noar tt set v0='4IZHBRVS36RJ8EZ4N5M4ME1EB9A' where id=9;
-update noar ti set v0='4IZHBRVS36RJ8EZ4N5M4ME1EB9A' where id=9;
-update noar tt set b2='03JTWKN4QIFBCZDY9D' where id=9;
-update noar ti set b2='03JTWKN4QIFBCZDY9D' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) null,
- b0 blob null,
- b1 mediumblob null,
- b2 tinyblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='S5XYTFIBIRL682CLNPN4VV' where id=1;
-update noar ti set v0='S5XYTFIBIRL682CLNPN4VV' where id=1;
-update noar tt set b0='GHLR29Z9D' where id=1;
-update noar ti set b0='GHLR29Z9D' where id=1;
-update noar tt set v0='B6TSLV2HDAT228QL8' where id=1;
-update noar ti set v0='B6TSLV2HDAT228QL8' where id=1;
-update noar tt set b1='HSL' where id=1;
-update noar ti set b1='HSL' where id=1;
-update noar tt set v0='OR57BP5ICHGJU8FK' where id=1;
-update noar ti set v0='OR57BP5ICHGJU8FK' where id=1;
-update noar tt set b2='UMI1FKXU6GVPQ1W5Q4CIP0DOV22' where id=1;
-update noar ti set b2='UMI1FKXU6GVPQ1W5Q4CIP0DOV22' where id=1;
-update noar tt set v0='ZPX3GM3827' where id=2;
-update noar ti set v0='ZPX3GM3827' where id=2;
-update noar tt set b0='1' where id=2;
-update noar ti set b0='1' where id=2;
-update noar tt set v0='5RU36NXKUX4' where id=2;
-update noar ti set v0='5RU36NXKUX4' where id=2;
-update noar tt set b1='K6UQUM4ERPKMXQ7HFXIFDDL5O99JO' where id=2;
-update noar ti set b1='K6UQUM4ERPKMXQ7HFXIFDDL5O99JO' where id=2;
-update noar tt set v0='TMJ7Y9S94HEKO5LL7HLG53JZWP' where id=2;
-update noar ti set v0='TMJ7Y9S94HEKO5LL7HLG53JZWP' where id=2;
-update noar tt set b2='1JCI1R8VZ2785HGWAP2FIHLQM73UOOQJ' where id=2;
-update noar ti set b2='1JCI1R8VZ2785HGWAP2FIHLQM73UOOQJ' where id=2;
-update noar tt set v0='YUT' where id=3;
-update noar ti set v0='YUT' where id=3;
-update noar tt set b0='CMSUE' where id=3;
-update noar ti set b0='CMSUE' where id=3;
-update noar tt set v0='RTM' where id=3;
-update noar ti set v0='RTM' where id=3;
-update noar tt set b1='MP' where id=3;
-update noar ti set b1='MP' where id=3;
-update noar tt set v0='2GM2B0AIJ0Q5FERKDI6GEP1YTR4K5R' where id=3;
-update noar ti set v0='2GM2B0AIJ0Q5FERKDI6GEP1YTR4K5R' where id=3;
-update noar tt set b2='HAVEEIAYLPKWAZLCR264QZO79' where id=3;
-update noar ti set b2='HAVEEIAYLPKWAZLCR264QZO79' where id=3;
-update noar tt set v0='0J7U341QLIDZ30GKVO47V8PI49E7B8I' where id=4;
-update noar ti set v0='0J7U341QLIDZ30GKVO47V8PI49E7B8I' where id=4;
-update noar tt set b0='TRXI4SQ4HO29AM' where id=4;
-update noar ti set b0='TRXI4SQ4HO29AM' where id=4;
-update noar tt set v0='93140JN' where id=4;
-update noar ti set v0='93140JN' where id=4;
-update noar tt set b1='V25RFLTKPDUD' where id=4;
-update noar ti set b1='V25RFLTKPDUD' where id=4;
-update noar tt set v0='DH5B3IYTYZQLNW3PXBQA0FE' where id=4;
-update noar ti set v0='DH5B3IYTYZQLNW3PXBQA0FE' where id=4;
-update noar tt set b2='J7FV' where id=4;
-update noar ti set b2='J7FV' where id=4;
-update noar tt set v0='8XYTUZWE6HIF74QE7AYOHWCAGF' where id=5;
-update noar ti set v0='8XYTUZWE6HIF74QE7AYOHWCAGF' where id=5;
-update noar tt set b0='591ERV2E03QA5TPS7L7R60TJH' where id=5;
-update noar ti set b0='591ERV2E03QA5TPS7L7R60TJH' where id=5;
-update noar tt set v0='O2I8I690I2JENJIANLA1H90DMK' where id=5;
-update noar ti set v0='O2I8I690I2JENJIANLA1H90DMK' where id=5;
-update noar tt set b1='3HLWRN7J84QJU6' where id=5;
-update noar ti set b1='3HLWRN7J84QJU6' where id=5;
-update noar tt set v0='X3Q9DOEP6T5UECW' where id=5;
-update noar ti set v0='X3Q9DOEP6T5UECW' where id=5;
-update noar tt set b2='AUXBGX63JR8J9' where id=5;
-update noar ti set b2='AUXBGX63JR8J9' where id=5;
-update noar tt set v0='HBB00KXSZ7XYOHQJFDY7VN5S3' where id=6;
-update noar ti set v0='HBB00KXSZ7XYOHQJFDY7VN5S3' where id=6;
-update noar tt set b0='UZGCCJZT' where id=6;
-update noar ti set b0='UZGCCJZT' where id=6;
-update noar tt set v0='3G2LOTNOZCGERF0UVZL1CP7' where id=6;
-update noar ti set v0='3G2LOTNOZCGERF0UVZL1CP7' where id=6;
-update noar tt set b1='XZFNXV8JI7' where id=6;
-update noar ti set b1='XZFNXV8JI7' where id=6;
-update noar tt set v0='J0' where id=6;
-update noar ti set v0='J0' where id=6;
-update noar tt set b2='TYJ' where id=6;
-update noar ti set b2='TYJ' where id=6;
-update noar tt set v0='PTS3' where id=7;
-update noar ti set v0='PTS3' where id=7;
-update noar tt set b0='4UYA7948LW684ND' where id=7;
-update noar ti set b0='4UYA7948LW684ND' where id=7;
-update noar tt set v0='C406K1WBS4CE2' where id=7;
-update noar ti set v0='C406K1WBS4CE2' where id=7;
-update noar tt set b1='SIY5JAEYXQ8SCBNFQBX0EBN7ZTK07' where id=7;
-update noar ti set b1='SIY5JAEYXQ8SCBNFQBX0EBN7ZTK07' where id=7;
-update noar tt set v0='AVT7' where id=7;
-update noar ti set v0='AVT7' where id=7;
-update noar tt set b2='E4GS6LCPPX29SW22UZZNSMT' where id=7;
-update noar ti set b2='E4GS6LCPPX29SW22UZZNSMT' where id=7;
-update noar tt set v0='WQCTS2K' where id=8;
-update noar ti set v0='WQCTS2K' where id=8;
-update noar tt set b0='Y82WBEIYBD' where id=8;
-update noar ti set b0='Y82WBEIYBD' where id=8;
-update noar tt set v0='JQM' where id=8;
-update noar ti set v0='JQM' where id=8;
-update noar tt set b1='BCHUH4PK4C7U4X9JBWTMKT6TX' where id=8;
-update noar ti set b1='BCHUH4PK4C7U4X9JBWTMKT6TX' where id=8;
-update noar tt set v0='SKMQI2JEG3A2UIOSQCW259BWAYV' where id=8;
-update noar ti set v0='SKMQI2JEG3A2UIOSQCW259BWAYV' where id=8;
-update noar tt set b2='Q1X4WY148VU2NMEHKEQBK6ZPY6' where id=8;
-update noar ti set b2='Q1X4WY148VU2NMEHKEQBK6ZPY6' where id=8;
-update noar tt set v0='RYE' where id=9;
-update noar ti set v0='RYE' where id=9;
-update noar tt set b0='M656YPEDHKI1FEZYM5PD22481YQSPDNM' where id=9;
-update noar ti set b0='M656YPEDHKI1FEZYM5PD22481YQSPDNM' where id=9;
-update noar tt set v0='TKNLFV9Z6QRXCY0IV5NNPSHXLAWBCTVQ' where id=9;
-update noar ti set v0='TKNLFV9Z6QRXCY0IV5NNPSHXLAWBCTVQ' where id=9;
-update noar tt set b1='XNNLVS4BBBUXYGLN53M0' where id=9;
-update noar ti set b1='XNNLVS4BBBUXYGLN53M0' where id=9;
-update noar tt set v0='DDV4QXQ8Y661YU6YUIZYTZKAKCVWMP0' where id=9;
-update noar ti set v0='DDV4QXQ8Y661YU6YUIZYTZKAKCVWMP0' where id=9;
-update noar tt set b2='QPWJ3HPR03BDMIV9B4' where id=9;
-update noar ti set b2='QPWJ3HPR03BDMIV9B4' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) not null,
- b0 blob not null,
- b1 mediumblob not null,
- b2 tinyblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='V5J9BZKDV73VULOTIMBCRY7WESI5' where id=1;
-update noar ti set v0='V5J9BZKDV73VULOTIMBCRY7WESI5' where id=1;
-update noar tt set b0='97' where id=1;
-update noar ti set b0='97' where id=1;
-update noar tt set v0='TBB25V4H1NHYYMH83WT7K8GFMN' where id=1;
-update noar ti set v0='TBB25V4H1NHYYMH83WT7K8GFMN' where id=1;
-update noar tt set b1='MNSEU4QMVLPW' where id=1;
-update noar ti set b1='MNSEU4QMVLPW' where id=1;
-update noar tt set v0='GF6L9YYC93K4WIB' where id=1;
-update noar ti set v0='GF6L9YYC93K4WIB' where id=1;
-update noar tt set b2='P487KQKNU8295BQZG7P10DKMT' where id=1;
-update noar ti set b2='P487KQKNU8295BQZG7P10DKMT' where id=1;
-update noar tt set v0='57ZX2UFGXOH3E76WRA4SXVQ7XJFPZV1' where id=2;
-update noar ti set v0='57ZX2UFGXOH3E76WRA4SXVQ7XJFPZV1' where id=2;
-update noar tt set b0='KVORMV0MAQLB56QLTUPPN0U1IC' where id=2;
-update noar ti set b0='KVORMV0MAQLB56QLTUPPN0U1IC' where id=2;
-update noar tt set v0='GTTYH7R6EXRK' where id=2;
-update noar ti set v0='GTTYH7R6EXRK' where id=2;
-update noar tt set b1='DADK3BK8C423W' where id=2;
-update noar ti set b1='DADK3BK8C423W' where id=2;
-update noar tt set v0='ECA' where id=2;
-update noar ti set v0='ECA' where id=2;
-update noar tt set b2='W0A36DNEBJ7JZIENX47' where id=2;
-update noar ti set b2='W0A36DNEBJ7JZIENX47' where id=2;
-update noar tt set v0='97N990O6FS7GMC2' where id=3;
-update noar ti set v0='97N990O6FS7GMC2' where id=3;
-update noar tt set b0='XYE3Q' where id=3;
-update noar ti set b0='XYE3Q' where id=3;
-update noar tt set v0='6692' where id=3;
-update noar ti set v0='6692' where id=3;
-update noar tt set b1='XZFR9W3NH' where id=3;
-update noar ti set b1='XZFR9W3NH' where id=3;
-update noar tt set v0='2A0E' where id=3;
-update noar ti set v0='2A0E' where id=3;
-update noar tt set b2='KH6CNOT0D561XJ5Z913PKHOEBEKBO' where id=3;
-update noar ti set b2='KH6CNOT0D561XJ5Z913PKHOEBEKBO' where id=3;
-update noar tt set v0='W7ETQO' where id=4;
-update noar ti set v0='W7ETQO' where id=4;
-update noar tt set b0='2U2NYCND795FXC1' where id=4;
-update noar ti set b0='2U2NYCND795FXC1' where id=4;
-update noar tt set v0='56QE0Z9A08H7TH3F0MA9XV' where id=4;
-update noar ti set v0='56QE0Z9A08H7TH3F0MA9XV' where id=4;
-update noar tt set b1='DZNXE5A9NFTJRAY1XWHC' where id=4;
-update noar ti set b1='DZNXE5A9NFTJRAY1XWHC' where id=4;
-update noar tt set v0='TN5CE56JT28BDBN0BH65UP9S2E132IDC' where id=4;
-update noar ti set v0='TN5CE56JT28BDBN0BH65UP9S2E132IDC' where id=4;
-update noar tt set b2='CF2ZQFNS' where id=4;
-update noar ti set b2='CF2ZQFNS' where id=4;
-update noar tt set v0='BSEYQPDI6K' where id=5;
-update noar ti set v0='BSEYQPDI6K' where id=5;
-update noar tt set b0='O42XW16A2OOR49I1' where id=5;
-update noar ti set b0='O42XW16A2OOR49I1' where id=5;
-update noar tt set v0='FCMVWLR89X4XRYN55P2P' where id=5;
-update noar ti set v0='FCMVWLR89X4XRYN55P2P' where id=5;
-update noar tt set b1='CYJWKRAR10WKKNH1' where id=5;
-update noar ti set b1='CYJWKRAR10WKKNH1' where id=5;
-update noar tt set v0='96848K86' where id=5;
-update noar ti set v0='96848K86' where id=5;
-update noar tt set b2='18XFMNE92YQTVVY62K' where id=5;
-update noar ti set b2='18XFMNE92YQTVVY62K' where id=5;
-update noar tt set v0='6X28FJ0AR91T6GI4' where id=6;
-update noar ti set v0='6X28FJ0AR91T6GI4' where id=6;
-update noar tt set b0='ZA55JV' where id=6;
-update noar ti set b0='ZA55JV' where id=6;
-update noar tt set v0='WR12Q8PX9O' where id=6;
-update noar ti set v0='WR12Q8PX9O' where id=6;
-update noar tt set b1='KH444CFXOK2' where id=6;
-update noar ti set b1='KH444CFXOK2' where id=6;
-update noar tt set v0='XA807K3DY7E2KPMTIIC6SEQQQ737' where id=6;
-update noar ti set v0='XA807K3DY7E2KPMTIIC6SEQQQ737' where id=6;
-update noar tt set b2='TE2' where id=6;
-update noar ti set b2='TE2' where id=6;
-update noar tt set v0='58' where id=7;
-update noar ti set v0='58' where id=7;
-update noar tt set b0='7Y0LL1VS4LRW1671QGU' where id=7;
-update noar ti set b0='7Y0LL1VS4LRW1671QGU' where id=7;
-update noar tt set v0='CN0DUMB4ZH0FYRCBCUFAU288QMF' where id=7;
-update noar ti set v0='CN0DUMB4ZH0FYRCBCUFAU288QMF' where id=7;
-update noar tt set b1='TZCM2KR104Z3L4NYOI' where id=7;
-update noar ti set b1='TZCM2KR104Z3L4NYOI' where id=7;
-update noar tt set v0='5BK2KBK4' where id=7;
-update noar ti set v0='5BK2KBK4' where id=7;
-update noar tt set b2='R6BO38TUGY1XJPXZ' where id=7;
-update noar ti set b2='R6BO38TUGY1XJPXZ' where id=7;
-update noar tt set v0='GKFHJCP9WJ4TM7RD7OGK60ZH' where id=8;
-update noar ti set v0='GKFHJCP9WJ4TM7RD7OGK60ZH' where id=8;
-update noar tt set b0='R4' where id=8;
-update noar ti set b0='R4' where id=8;
-update noar tt set v0='UD6TH59NTL66XNAKL' where id=8;
-update noar ti set v0='UD6TH59NTL66XNAKL' where id=8;
-update noar tt set b1='6HF247PXA2880ODXVCPP' where id=8;
-update noar ti set b1='6HF247PXA2880ODXVCPP' where id=8;
-update noar tt set v0='K0POXNHX' where id=8;
-update noar ti set v0='K0POXNHX' where id=8;
-update noar tt set b2='QI4N0HYUIFXHMWWRZEBJU' where id=8;
-update noar ti set b2='QI4N0HYUIFXHMWWRZEBJU' where id=8;
-update noar tt set v0='EE1FYWU' where id=9;
-update noar ti set v0='EE1FYWU' where id=9;
-update noar tt set b0='LU9' where id=9;
-update noar ti set b0='LU9' where id=9;
-update noar tt set v0='61SDLBOH2Z0URC5DUDGD' where id=9;
-update noar ti set v0='61SDLBOH2Z0URC5DUDGD' where id=9;
-update noar tt set b1='CHK319K0' where id=9;
-update noar ti set b1='CHK319K0' where id=9;
-update noar tt set v0='LL4Z1GL2PVH1RQKEJWFPRZ072EZFP2Q' where id=9;
-update noar ti set v0='LL4Z1GL2PVH1RQKEJWFPRZ072EZFP2Q' where id=9;
-update noar tt set b2='I2OEFB8LPV8' where id=9;
-update noar ti set b2='I2OEFB8LPV8' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) not null,
- b0 blob not null,
- b1 mediumblob not null,
- b2 tinyblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='UH1QOV' where id=1;
-update noar ti set v0='UH1QOV' where id=1;
-update noar tt set b0='OCO0' where id=1;
-update noar ti set b0='OCO0' where id=1;
-update noar tt set v0='CUA8VV6DON' where id=1;
-update noar ti set v0='CUA8VV6DON' where id=1;
-update noar tt set b1='GYG3GND4JATRQGYIO6GY1' where id=1;
-update noar ti set b1='GYG3GND4JATRQGYIO6GY1' where id=1;
-update noar tt set v0='5DFKBSOVPS3JS5LTTDT3' where id=1;
-update noar ti set v0='5DFKBSOVPS3JS5LTTDT3' where id=1;
-update noar tt set b2='8ULDHFEMAZ3HL1R4RZTZX5Q0YS' where id=1;
-update noar ti set b2='8ULDHFEMAZ3HL1R4RZTZX5Q0YS' where id=1;
-update noar tt set v0='V7ZKV9X' where id=2;
-update noar ti set v0='V7ZKV9X' where id=2;
-update noar tt set b0='CI6VWYQDBYZ4PWEMGBQXU' where id=2;
-update noar ti set b0='CI6VWYQDBYZ4PWEMGBQXU' where id=2;
-update noar tt set v0='PC' where id=2;
-update noar ti set v0='PC' where id=2;
-update noar tt set b1='DQRBT5OFC' where id=2;
-update noar ti set b1='DQRBT5OFC' where id=2;
-update noar tt set v0='N9TL8BEYKCGYZZMP1QZFW' where id=2;
-update noar ti set v0='N9TL8BEYKCGYZZMP1QZFW' where id=2;
-update noar tt set b2='EQHBBW2C7SEP8VAT' where id=2;
-update noar ti set b2='EQHBBW2C7SEP8VAT' where id=2;
-update noar tt set v0='V7BRD9R3Z' where id=3;
-update noar ti set v0='V7BRD9R3Z' where id=3;
-update noar tt set b0='1W0' where id=3;
-update noar ti set b0='1W0' where id=3;
-update noar tt set v0='N1G10DIA1BL' where id=3;
-update noar ti set v0='N1G10DIA1BL' where id=3;
-update noar tt set b1='C7J3M31O4I3JIR5AMEXGUX0BVPIB76OQ' where id=3;
-update noar ti set b1='C7J3M31O4I3JIR5AMEXGUX0BVPIB76OQ' where id=3;
-update noar tt set v0='GA5E4KI4TAN5LLSYC5XRJZNMBM' where id=3;
-update noar ti set v0='GA5E4KI4TAN5LLSYC5XRJZNMBM' where id=3;
-update noar tt set b2='8WZ1U2EXOWRP3ARVSQGDKINE' where id=3;
-update noar ti set b2='8WZ1U2EXOWRP3ARVSQGDKINE' where id=3;
-update noar tt set v0='S5LZC' where id=4;
-update noar ti set v0='S5LZC' where id=4;
-update noar tt set b0='KVKT64MZ1VHP2QK4EXTH80' where id=4;
-update noar ti set b0='KVKT64MZ1VHP2QK4EXTH80' where id=4;
-update noar tt set v0='F46PG' where id=4;
-update noar ti set v0='F46PG' where id=4;
-update noar tt set b1='XNZJBLT95NPJCSM' where id=4;
-update noar ti set b1='XNZJBLT95NPJCSM' where id=4;
-update noar tt set v0='6309VV9O0QGWUH45L8JNSD0AXN0' where id=4;
-update noar ti set v0='6309VV9O0QGWUH45L8JNSD0AXN0' where id=4;
-update noar tt set b2='G3V0SZ0ZM3TKEJNQKV0NL' where id=4;
-update noar ti set b2='G3V0SZ0ZM3TKEJNQKV0NL' where id=4;
-update noar tt set v0='G3C8P8X' where id=5;
-update noar ti set v0='G3C8P8X' where id=5;
-update noar tt set b0='PERKCFJB83EQVS4MA58V3LUDW80ZJP' where id=5;
-update noar ti set b0='PERKCFJB83EQVS4MA58V3LUDW80ZJP' where id=5;
-update noar tt set v0='X5FS9R8D' where id=5;
-update noar ti set v0='X5FS9R8D' where id=5;
-update noar tt set b1='Q4B71CBDI9ULSZW' where id=5;
-update noar ti set b1='Q4B71CBDI9ULSZW' where id=5;
-update noar tt set v0='AI83WYK748CLVQJQK58ISPGE39ESRAQW' where id=5;
-update noar ti set v0='AI83WYK748CLVQJQK58ISPGE39ESRAQW' where id=5;
-update noar tt set b2='OZL17X4V0Z' where id=5;
-update noar ti set b2='OZL17X4V0Z' where id=5;
-update noar tt set v0='B5OIZN7DY8827F5JW53E94QV' where id=6;
-update noar ti set v0='B5OIZN7DY8827F5JW53E94QV' where id=6;
-update noar tt set b0='M1' where id=6;
-update noar ti set b0='M1' where id=6;
-update noar tt set v0='AAOXJC979PR4MGNF' where id=6;
-update noar ti set v0='AAOXJC979PR4MGNF' where id=6;
-update noar tt set b1='4L8G220187' where id=6;
-update noar ti set b1='4L8G220187' where id=6;
-update noar tt set v0='WXPFLYC9Z7GEBFJLHDIY9YU' where id=6;
-update noar ti set v0='WXPFLYC9Z7GEBFJLHDIY9YU' where id=6;
-update noar tt set b2='7C1DVTR0DVQ1M6SSQA8XMCQVZXSVB3' where id=6;
-update noar ti set b2='7C1DVTR0DVQ1M6SSQA8XMCQVZXSVB3' where id=6;
-update noar tt set v0='7WTIOJ80Q6S0E24GUPGJFQ5FMMT7TUQ4' where id=7;
-update noar ti set v0='7WTIOJ80Q6S0E24GUPGJFQ5FMMT7TUQ4' where id=7;
-update noar tt set b0='92Z5WVFEQUFP604FKQLLPPXTNH' where id=7;
-update noar ti set b0='92Z5WVFEQUFP604FKQLLPPXTNH' where id=7;
-update noar tt set v0='QC6EOS4G68ZAKJ0H' where id=7;
-update noar ti set v0='QC6EOS4G68ZAKJ0H' where id=7;
-update noar tt set b1='VR42Q3HFR3IWNIQUCT9ZC1T' where id=7;
-update noar ti set b1='VR42Q3HFR3IWNIQUCT9ZC1T' where id=7;
-update noar tt set v0='E0QKA7HKS2SS9IVQUH5FJGS8XZIIN3' where id=7;
-update noar ti set v0='E0QKA7HKS2SS9IVQUH5FJGS8XZIIN3' where id=7;
-update noar tt set b2='X8SUBOUD0KFSRS69JP6REWXGMQ' where id=7;
-update noar ti set b2='X8SUBOUD0KFSRS69JP6REWXGMQ' where id=7;
-update noar tt set v0='PLWDFTFCFN31K' where id=8;
-update noar ti set v0='PLWDFTFCFN31K' where id=8;
-update noar tt set b0='MS9T7T77CUC1LAFV7ELP5C7221K7NAK' where id=8;
-update noar ti set b0='MS9T7T77CUC1LAFV7ELP5C7221K7NAK' where id=8;
-update noar tt set v0='VLG4IFJ9UW1JOB2' where id=8;
-update noar ti set v0='VLG4IFJ9UW1JOB2' where id=8;
-update noar tt set b1='U0E9XMHIK02A7XYRH7R4O2N' where id=8;
-update noar ti set b1='U0E9XMHIK02A7XYRH7R4O2N' where id=8;
-update noar tt set v0='5KV0' where id=8;
-update noar ti set v0='5KV0' where id=8;
-update noar tt set b2='7BJLOT' where id=8;
-update noar ti set b2='7BJLOT' where id=8;
-update noar tt set v0='8G2NAHJ3QZZSKBRA' where id=9;
-update noar ti set v0='8G2NAHJ3QZZSKBRA' where id=9;
-update noar tt set b0='EF35Y' where id=9;
-update noar ti set b0='EF35Y' where id=9;
-update noar tt set v0='ACLX6WJEGEVCB9ZZ2YQJPVGDEZ' where id=9;
-update noar ti set v0='ACLX6WJEGEVCB9ZZ2YQJPVGDEZ' where id=9;
-update noar tt set b1='A2F6MX9TMWCHJB219C4KIGM6PQ' where id=9;
-update noar ti set b1='A2F6MX9TMWCHJB219C4KIGM6PQ' where id=9;
-update noar tt set v0='8SL62CO2IBOLYQYVL1LM8AEMFUN9' where id=9;
-update noar ti set v0='8SL62CO2IBOLYQYVL1LM8AEMFUN9' where id=9;
-update noar tt set b2='N1W3ZHRP478ERLRI3HXUD5TTX7' where id=9;
-update noar ti set b2='N1W3ZHRP478ERLRI3HXUD5TTX7' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) null,
- b0 blob null,
- b1 mediumblob null,
- b2 blob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='888MNXBYIY385I8I3H1WRY9L7UMP' where id=1;
-update noar ti set v0='888MNXBYIY385I8I3H1WRY9L7UMP' where id=1;
-update noar tt set b0='29' where id=1;
-update noar ti set b0='29' where id=1;
-update noar tt set v0='QGXK1EM2MW' where id=1;
-update noar ti set v0='QGXK1EM2MW' where id=1;
-update noar tt set b1='5I1LIG' where id=1;
-update noar ti set b1='5I1LIG' where id=1;
-update noar tt set v0='2NJEG6KHZ30BTFUFCHDD7EYMLTO3YT' where id=1;
-update noar ti set v0='2NJEG6KHZ30BTFUFCHDD7EYMLTO3YT' where id=1;
-update noar tt set b2='X1' where id=1;
-update noar ti set b2='X1' where id=1;
-update noar tt set v0='ZOAFGR5' where id=2;
-update noar ti set v0='ZOAFGR5' where id=2;
-update noar tt set b0='KX1DDSM7P' where id=2;
-update noar ti set b0='KX1DDSM7P' where id=2;
-update noar tt set v0='N78MXSRPMGK8O7RS' where id=2;
-update noar ti set v0='N78MXSRPMGK8O7RS' where id=2;
-update noar tt set b1='DUQ5MHFTN82' where id=2;
-update noar ti set b1='DUQ5MHFTN82' where id=2;
-update noar tt set v0='MWIN5A4DB9JVNPS92QMRXWP0GCU49M' where id=2;
-update noar ti set v0='MWIN5A4DB9JVNPS92QMRXWP0GCU49M' where id=2;
-update noar tt set b2='HT4NHOFZN1C1EJ' where id=2;
-update noar ti set b2='HT4NHOFZN1C1EJ' where id=2;
-update noar tt set v0='RBLT0OH868AMI82AE6Q19Y' where id=3;
-update noar ti set v0='RBLT0OH868AMI82AE6Q19Y' where id=3;
-update noar tt set b0='IC' where id=3;
-update noar ti set b0='IC' where id=3;
-update noar tt set v0='ZI41G' where id=3;
-update noar ti set v0='ZI41G' where id=3;
-update noar tt set b1='AIA4SRGCGMH3PNZA' where id=3;
-update noar ti set b1='AIA4SRGCGMH3PNZA' where id=3;
-update noar tt set v0='ET8DSTKS7SHX22QSFLBOH6NA' where id=3;
-update noar ti set v0='ET8DSTKS7SHX22QSFLBOH6NA' where id=3;
-update noar tt set b2='B1FM8QT6U2E2QH6VG' where id=3;
-update noar ti set b2='B1FM8QT6U2E2QH6VG' where id=3;
-update noar tt set v0='ZKFFH' where id=4;
-update noar ti set v0='ZKFFH' where id=4;
-update noar tt set b0='JMYXBD' where id=4;
-update noar ti set b0='JMYXBD' where id=4;
-update noar tt set v0='3E06094U1' where id=4;
-update noar ti set v0='3E06094U1' where id=4;
-update noar tt set b1='CU9FVZ36JY1UPOV' where id=4;
-update noar ti set b1='CU9FVZ36JY1UPOV' where id=4;
-update noar tt set v0='1YHNG52GDYCJGL9' where id=4;
-update noar ti set v0='1YHNG52GDYCJGL9' where id=4;
-update noar tt set b2='GN0CFKGX0PBGP4' where id=4;
-update noar ti set b2='GN0CFKGX0PBGP4' where id=4;
-update noar tt set v0='6T0NHGG8O7NT3BHWB' where id=5;
-update noar ti set v0='6T0NHGG8O7NT3BHWB' where id=5;
-update noar tt set b0='CGV8C4OFPMBOIDIBYBBG2NJW68WTTP1' where id=5;
-update noar ti set b0='CGV8C4OFPMBOIDIBYBBG2NJW68WTTP1' where id=5;
-update noar tt set v0='UHRVOWIA0RH2GXOGVHZIX' where id=5;
-update noar ti set v0='UHRVOWIA0RH2GXOGVHZIX' where id=5;
-update noar tt set b1='4O' where id=5;
-update noar ti set b1='4O' where id=5;
-update noar tt set v0='F8AST' where id=5;
-update noar ti set v0='F8AST' where id=5;
-update noar tt set b2='JO3SRJAJ94P95BESG' where id=5;
-update noar ti set b2='JO3SRJAJ94P95BESG' where id=5;
-update noar tt set v0='BA1PB5JL8U3S8' where id=6;
-update noar ti set v0='BA1PB5JL8U3S8' where id=6;
-update noar tt set b0='ROAP3E6ULD' where id=6;
-update noar ti set b0='ROAP3E6ULD' where id=6;
-update noar tt set v0='HZU' where id=6;
-update noar ti set v0='HZU' where id=6;
-update noar tt set b1='QW3REK12XXS8ZGSJKT4OYXNGR8LQG' where id=6;
-update noar ti set b1='QW3REK12XXS8ZGSJKT4OYXNGR8LQG' where id=6;
-update noar tt set v0='BJ2R8' where id=6;
-update noar ti set v0='BJ2R8' where id=6;
-update noar tt set b2='LHNI69FR' where id=6;
-update noar ti set b2='LHNI69FR' where id=6;
-update noar tt set v0='H' where id=7;
-update noar ti set v0='H' where id=7;
-update noar tt set b0='EW5WT5AO7L5U3' where id=7;
-update noar ti set b0='EW5WT5AO7L5U3' where id=7;
-update noar tt set v0='JHBYWFDND0VVNVINS15I' where id=7;
-update noar ti set v0='JHBYWFDND0VVNVINS15I' where id=7;
-update noar tt set b1='0MNTNBIRLJGK0IV4Q47GU' where id=7;
-update noar ti set b1='0MNTNBIRLJGK0IV4Q47GU' where id=7;
-update noar tt set v0='4J55NBIK65URUHVPZ0J3BKAK3R6TF52' where id=7;
-update noar ti set v0='4J55NBIK65URUHVPZ0J3BKAK3R6TF52' where id=7;
-update noar tt set b2='Z' where id=7;
-update noar ti set b2='Z' where id=7;
-update noar tt set v0='WD2WPT109JTIRDSZSVPNOEO7S' where id=8;
-update noar ti set v0='WD2WPT109JTIRDSZSVPNOEO7S' where id=8;
-update noar tt set b0='HMSG6R5C6VUJXWI8JYZAIM4CM0' where id=8;
-update noar ti set b0='HMSG6R5C6VUJXWI8JYZAIM4CM0' where id=8;
-update noar tt set v0='B41ED0UJ2HKS5EX07IMF' where id=8;
-update noar ti set v0='B41ED0UJ2HKS5EX07IMF' where id=8;
-update noar tt set b1='GJEA2TGEZDIRI3D' where id=8;
-update noar ti set b1='GJEA2TGEZDIRI3D' where id=8;
-update noar tt set v0='1E17XO1ZM2825X5A' where id=8;
-update noar ti set v0='1E17XO1ZM2825X5A' where id=8;
-update noar tt set b2='CTK2VQRLGYP6C3RXSPZWUI1FPIE30R2A' where id=8;
-update noar ti set b2='CTK2VQRLGYP6C3RXSPZWUI1FPIE30R2A' where id=8;
-update noar tt set v0='V1CXC8BHU8TMDVG63DXTSXCEQ' where id=9;
-update noar ti set v0='V1CXC8BHU8TMDVG63DXTSXCEQ' where id=9;
-update noar tt set b0='VQ8NJMERAUN507Q7KZ8G3OVU8F5' where id=9;
-update noar ti set b0='VQ8NJMERAUN507Q7KZ8G3OVU8F5' where id=9;
-update noar tt set v0='NF3Q5OYSSNIW9GVVMR0VI' where id=9;
-update noar ti set v0='NF3Q5OYSSNIW9GVVMR0VI' where id=9;
-update noar tt set b1='JRAJ' where id=9;
-update noar ti set b1='JRAJ' where id=9;
-update noar tt set v0='FAWJ7W7QOAG95EMF' where id=9;
-update noar ti set v0='FAWJ7W7QOAG95EMF' where id=9;
-update noar tt set b2='OG6MYKZ9ITKZL4PFMN9' where id=9;
-update noar ti set b2='OG6MYKZ9ITKZL4PFMN9' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) null,
- b0 blob null,
- b1 mediumblob null,
- b2 blob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='0GSWUJSJV9R4QUUANH1ENF0QWEVQD' where id=1;
-update noar ti set v0='0GSWUJSJV9R4QUUANH1ENF0QWEVQD' where id=1;
-update noar tt set b0='1PK59L2YBM1' where id=1;
-update noar ti set b0='1PK59L2YBM1' where id=1;
-update noar tt set v0='UVT81TMYQ7' where id=1;
-update noar ti set v0='UVT81TMYQ7' where id=1;
-update noar tt set b1='A5K75JUUIUPR58' where id=1;
-update noar ti set b1='A5K75JUUIUPR58' where id=1;
-update noar tt set v0='XB32XI7GSQR' where id=1;
-update noar ti set v0='XB32XI7GSQR' where id=1;
-update noar tt set b2='13ZT7AW0IZSQNSL' where id=1;
-update noar ti set b2='13ZT7AW0IZSQNSL' where id=1;
-update noar tt set v0='25YG' where id=2;
-update noar ti set v0='25YG' where id=2;
-update noar tt set b0='C2GSBBLKK' where id=2;
-update noar ti set b0='C2GSBBLKK' where id=2;
-update noar tt set v0='BI4RNAOHYLN66FX6N' where id=2;
-update noar ti set v0='BI4RNAOHYLN66FX6N' where id=2;
-update noar tt set b1='1J3B' where id=2;
-update noar ti set b1='1J3B' where id=2;
-update noar tt set v0='KJ1ED6C27BI68' where id=2;
-update noar ti set v0='KJ1ED6C27BI68' where id=2;
-update noar tt set b2='PEKOMQXZ190MRABZJ2Z3LDEHLRIZ8W' where id=2;
-update noar ti set b2='PEKOMQXZ190MRABZJ2Z3LDEHLRIZ8W' where id=2;
-update noar tt set v0='K' where id=3;
-update noar ti set v0='K' where id=3;
-update noar tt set b0='FLGV5IFDBSOMAF3G' where id=3;
-update noar ti set b0='FLGV5IFDBSOMAF3G' where id=3;
-update noar tt set v0='RG18L68M2CLLBZ' where id=3;
-update noar ti set v0='RG18L68M2CLLBZ' where id=3;
-update noar tt set b1='EGUO8WV7J2JZLINWG53WXIHSQ' where id=3;
-update noar ti set b1='EGUO8WV7J2JZLINWG53WXIHSQ' where id=3;
-update noar tt set v0='BY90ICPPG8IX' where id=3;
-update noar ti set v0='BY90ICPPG8IX' where id=3;
-update noar tt set b2='2ZLXDOF' where id=3;
-update noar ti set b2='2ZLXDOF' where id=3;
-update noar tt set v0='NMQTFR2' where id=4;
-update noar ti set v0='NMQTFR2' where id=4;
-update noar tt set b0='5M1KUJILOHQVSQTXN' where id=4;
-update noar ti set b0='5M1KUJILOHQVSQTXN' where id=4;
-update noar tt set v0='ENHI3BUPFC1I241GOWHDI' where id=4;
-update noar ti set v0='ENHI3BUPFC1I241GOWHDI' where id=4;
-update noar tt set b1='3QNXCDLT' where id=4;
-update noar ti set b1='3QNXCDLT' where id=4;
-update noar tt set v0='DH5HTJH9ECJYMI' where id=4;
-update noar ti set v0='DH5HTJH9ECJYMI' where id=4;
-update noar tt set b2='77R64E3OSALE5T8XHL' where id=4;
-update noar ti set b2='77R64E3OSALE5T8XHL' where id=4;
-update noar tt set v0='YGDRNKO0KA184BEFM1SF277Z7ZAFWJ2' where id=5;
-update noar ti set v0='YGDRNKO0KA184BEFM1SF277Z7ZAFWJ2' where id=5;
-update noar tt set b0='427HGY' where id=5;
-update noar ti set b0='427HGY' where id=5;
-update noar tt set v0='IUX0P' where id=5;
-update noar ti set v0='IUX0P' where id=5;
-update noar tt set b1='ACM4SDATWHSPZM' where id=5;
-update noar ti set b1='ACM4SDATWHSPZM' where id=5;
-update noar tt set v0='LJ9G6UNAO9LHBAZCKAHZP1Z2E2' where id=5;
-update noar ti set v0='LJ9G6UNAO9LHBAZCKAHZP1Z2E2' where id=5;
-update noar tt set b2='P3NJ61QZ4FM431ZTMQ7Q0' where id=5;
-update noar ti set b2='P3NJ61QZ4FM431ZTMQ7Q0' where id=5;
-update noar tt set v0='LR' where id=6;
-update noar ti set v0='LR' where id=6;
-update noar tt set b0='CLD33KYSDI1IPRINB9XD5YC' where id=6;
-update noar ti set b0='CLD33KYSDI1IPRINB9XD5YC' where id=6;
-update noar tt set v0='OYD90VT6' where id=6;
-update noar ti set v0='OYD90VT6' where id=6;
-update noar tt set b1='V9893TNTKBPRFYMP5X' where id=6;
-update noar ti set b1='V9893TNTKBPRFYMP5X' where id=6;
-update noar tt set v0='949ZXB8LED0ZMCG9292M7HYHQ' where id=6;
-update noar ti set v0='949ZXB8LED0ZMCG9292M7HYHQ' where id=6;
-update noar tt set b2='4F8BPJZ34TMW4V19GE' where id=6;
-update noar ti set b2='4F8BPJZ34TMW4V19GE' where id=6;
-update noar tt set v0='VGFV3JF8JWTLH52QU6' where id=7;
-update noar ti set v0='VGFV3JF8JWTLH52QU6' where id=7;
-update noar tt set b0='ZV' where id=7;
-update noar ti set b0='ZV' where id=7;
-update noar tt set v0='7AP06IB7AZSN86RQX4K70EU1FV' where id=7;
-update noar ti set v0='7AP06IB7AZSN86RQX4K70EU1FV' where id=7;
-update noar tt set b1='3LYEEEBBNBTE754AYGWR' where id=7;
-update noar ti set b1='3LYEEEBBNBTE754AYGWR' where id=7;
-update noar tt set v0='6PQ4V7GQZPMEXJ9DG4LXPZHETQ2B' where id=7;
-update noar ti set v0='6PQ4V7GQZPMEXJ9DG4LXPZHETQ2B' where id=7;
-update noar tt set b2='9LSGRUNDDD1' where id=7;
-update noar ti set b2='9LSGRUNDDD1' where id=7;
-update noar tt set v0='73HOIR3XX6QUQZ6Y8C8LZ232B5MZ0OP' where id=8;
-update noar ti set v0='73HOIR3XX6QUQZ6Y8C8LZ232B5MZ0OP' where id=8;
-update noar tt set b0='40ZK7OLV972SCCJAUXY' where id=8;
-update noar ti set b0='40ZK7OLV972SCCJAUXY' where id=8;
-update noar tt set v0='2JOEMDBX0VZFFWZMQVC7' where id=8;
-update noar ti set v0='2JOEMDBX0VZFFWZMQVC7' where id=8;
-update noar tt set b1='KM5ORFB55VH0TYAVHYMDF80UXSS2242' where id=8;
-update noar ti set b1='KM5ORFB55VH0TYAVHYMDF80UXSS2242' where id=8;
-update noar tt set v0='VYQJCGG55U0E' where id=8;
-update noar ti set v0='VYQJCGG55U0E' where id=8;
-update noar tt set b2='MYC' where id=8;
-update noar ti set b2='MYC' where id=8;
-update noar tt set v0='SLTN2YHMYHPHR0U0Z8KXEC7LJWZIS' where id=9;
-update noar ti set v0='SLTN2YHMYHPHR0U0Z8KXEC7LJWZIS' where id=9;
-update noar tt set b0='Z7OFRREHFROZ9H3HS' where id=9;
-update noar ti set b0='Z7OFRREHFROZ9H3HS' where id=9;
-update noar tt set v0='TF3KO' where id=9;
-update noar ti set v0='TF3KO' where id=9;
-update noar tt set b1='YJ2SR8DHMYQ6AHW' where id=9;
-update noar ti set b1='YJ2SR8DHMYQ6AHW' where id=9;
-update noar tt set v0='P68PQ3MXMQ3QE3GE02OXE8CJ9' where id=9;
-update noar ti set v0='P68PQ3MXMQ3QE3GE02OXE8CJ9' where id=9;
-update noar tt set b2='3U' where id=9;
-update noar ti set b2='3U' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) not null,
- b0 blob not null,
- b1 mediumblob not null,
- b2 blob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='ATQH74JNA3KVF5PR6E' where id=1;
-update noar ti set v0='ATQH74JNA3KVF5PR6E' where id=1;
-update noar tt set b0='LVB9CT4TVSC9R1ITCB31H2U3O1U1' where id=1;
-update noar ti set b0='LVB9CT4TVSC9R1ITCB31H2U3O1U1' where id=1;
-update noar tt set v0='UCG371VBODM48GIFB6ZF1MGBZQ' where id=1;
-update noar ti set v0='UCG371VBODM48GIFB6ZF1MGBZQ' where id=1;
-update noar tt set b1='5HJ5DXTC529' where id=1;
-update noar ti set b1='5HJ5DXTC529' where id=1;
-update noar tt set v0='PYU3DS7H4' where id=1;
-update noar ti set v0='PYU3DS7H4' where id=1;
-update noar tt set b2='3H1L7YUI8AP1' where id=1;
-update noar ti set b2='3H1L7YUI8AP1' where id=1;
-update noar tt set v0='XBG57EQXIPFY3QOJKPRU' where id=2;
-update noar ti set v0='XBG57EQXIPFY3QOJKPRU' where id=2;
-update noar tt set b0='345UV875NMBVV7QS30C7VWP1' where id=2;
-update noar ti set b0='345UV875NMBVV7QS30C7VWP1' where id=2;
-update noar tt set v0='C3Q2V4NAWY65CKSU55GOUZSJSWISZ3D' where id=2;
-update noar ti set v0='C3Q2V4NAWY65CKSU55GOUZSJSWISZ3D' where id=2;
-update noar tt set b1='7Y5KY18WQQ45HXCTV8' where id=2;
-update noar ti set b1='7Y5KY18WQQ45HXCTV8' where id=2;
-update noar tt set v0='ZEQKLT2OJG14E1U4F9OI' where id=2;
-update noar ti set v0='ZEQKLT2OJG14E1U4F9OI' where id=2;
-update noar tt set b2='F56H6FMCHIQV5K65BIJZZG8JOKWH' where id=2;
-update noar ti set b2='F56H6FMCHIQV5K65BIJZZG8JOKWH' where id=2;
-update noar tt set v0='VVUJ' where id=3;
-update noar ti set v0='VVUJ' where id=3;
-update noar tt set b0='ONRM1' where id=3;
-update noar ti set b0='ONRM1' where id=3;
-update noar tt set v0='YYJD889CP6PEN' where id=3;
-update noar ti set v0='YYJD889CP6PEN' where id=3;
-update noar tt set b1='UB6DFKMWWPN4PV36BVLEV34NPU' where id=3;
-update noar ti set b1='UB6DFKMWWPN4PV36BVLEV34NPU' where id=3;
-update noar tt set v0='XXQENMA8N2QQPT' where id=3;
-update noar ti set v0='XXQENMA8N2QQPT' where id=3;
-update noar tt set b2='P9WDCHELW0W4U79LJ67' where id=3;
-update noar ti set b2='P9WDCHELW0W4U79LJ67' where id=3;
-update noar tt set v0='4VV38ASWIT8NR6NFDEG8BIEL' where id=4;
-update noar ti set v0='4VV38ASWIT8NR6NFDEG8BIEL' where id=4;
-update noar tt set b0='ITNNYGWA3PCF7QN4N2UOFAIFZ0J' where id=4;
-update noar ti set b0='ITNNYGWA3PCF7QN4N2UOFAIFZ0J' where id=4;
-update noar tt set v0='T9C2TBZG9JWWSE5NCX38PB7Z05N' where id=4;
-update noar ti set v0='T9C2TBZG9JWWSE5NCX38PB7Z05N' where id=4;
-update noar tt set b1='V2VJY0R' where id=4;
-update noar ti set b1='V2VJY0R' where id=4;
-update noar tt set v0='KONK06MZFLSFQSYRHE3PQMT7ZK0' where id=4;
-update noar ti set v0='KONK06MZFLSFQSYRHE3PQMT7ZK0' where id=4;
-update noar tt set b2='S0' where id=4;
-update noar ti set b2='S0' where id=4;
-update noar tt set v0='YQ1V51GCNVN1ENKZFR5BZJTJ' where id=5;
-update noar ti set v0='YQ1V51GCNVN1ENKZFR5BZJTJ' where id=5;
-update noar tt set b0='8YJF1VW6CMG9X5II5ZXE' where id=5;
-update noar ti set b0='8YJF1VW6CMG9X5II5ZXE' where id=5;
-update noar tt set v0='DU44GXFC4ISNQ8ZD1VLBL' where id=5;
-update noar ti set v0='DU44GXFC4ISNQ8ZD1VLBL' where id=5;
-update noar tt set b1='HYULM9NK6ENB0F9F0YU0WBK' where id=5;
-update noar ti set b1='HYULM9NK6ENB0F9F0YU0WBK' where id=5;
-update noar tt set v0='AE71G810G3MJX129B0OFPW' where id=5;
-update noar ti set v0='AE71G810G3MJX129B0OFPW' where id=5;
-update noar tt set b2='ROSD4H4JYC44W9HNQ48KH5Z' where id=5;
-update noar ti set b2='ROSD4H4JYC44W9HNQ48KH5Z' where id=5;
-update noar tt set v0='TE3R94O' where id=6;
-update noar ti set v0='TE3R94O' where id=6;
-update noar tt set b0='898JBDNKZVMZK44BG71NT3NW81T51J0' where id=6;
-update noar ti set b0='898JBDNKZVMZK44BG71NT3NW81T51J0' where id=6;
-update noar tt set v0='3T6NEFSM0WBNBRFT0UQQM1' where id=6;
-update noar ti set v0='3T6NEFSM0WBNBRFT0UQQM1' where id=6;
-update noar tt set b1='NTJUIIUWVJ79XYOKMAGL8YJS' where id=6;
-update noar ti set b1='NTJUIIUWVJ79XYOKMAGL8YJS' where id=6;
-update noar tt set v0='1K' where id=6;
-update noar ti set v0='1K' where id=6;
-update noar tt set b2='1MT83JS2QCJBVQOROMRKHXJR' where id=6;
-update noar ti set b2='1MT83JS2QCJBVQOROMRKHXJR' where id=6;
-update noar tt set v0='0NI0MU70SMQ' where id=7;
-update noar ti set v0='0NI0MU70SMQ' where id=7;
-update noar tt set b0='WP8XV7B6XWDRCZ7O1B5I' where id=7;
-update noar ti set b0='WP8XV7B6XWDRCZ7O1B5I' where id=7;
-update noar tt set v0='XX62GT0ENXKVM2P93PCZEN42GJC7HYW' where id=7;
-update noar ti set v0='XX62GT0ENXKVM2P93PCZEN42GJC7HYW' where id=7;
-update noar tt set b1='IIE4JLEFCBN2HPX0' where id=7;
-update noar ti set b1='IIE4JLEFCBN2HPX0' where id=7;
-update noar tt set v0='0OWWRVVQAXFOXOV1J' where id=7;
-update noar ti set v0='0OWWRVVQAXFOXOV1J' where id=7;
-update noar tt set b2='52LRBFM3O7M' where id=7;
-update noar ti set b2='52LRBFM3O7M' where id=7;
-update noar tt set v0='SI5K90GJOAR8T4Q8IG12GQ96' where id=8;
-update noar ti set v0='SI5K90GJOAR8T4Q8IG12GQ96' where id=8;
-update noar tt set b0='HKASYPBP7R6TPO31C7JUT6QD9ZQWIQE' where id=8;
-update noar ti set b0='HKASYPBP7R6TPO31C7JUT6QD9ZQWIQE' where id=8;
-update noar tt set v0='IS56SUHZ7GACCZBN8IKD1JUEFT32I6C' where id=8;
-update noar ti set v0='IS56SUHZ7GACCZBN8IKD1JUEFT32I6C' where id=8;
-update noar tt set b1='1SZITB53OOW17NYVOR2Z130Q8QF' where id=8;
-update noar ti set b1='1SZITB53OOW17NYVOR2Z130Q8QF' where id=8;
-update noar tt set v0='9T6UD3SS4V4RHJK24USUBFBQD' where id=8;
-update noar ti set v0='9T6UD3SS4V4RHJK24USUBFBQD' where id=8;
-update noar tt set b2='E9X' where id=8;
-update noar ti set b2='E9X' where id=8;
-update noar tt set v0='TH' where id=9;
-update noar ti set v0='TH' where id=9;
-update noar tt set b0='BXLIPQ0IZL44F9' where id=9;
-update noar ti set b0='BXLIPQ0IZL44F9' where id=9;
-update noar tt set v0='WNTE0CAO4MZM5MIBUPFAHG873SO' where id=9;
-update noar ti set v0='WNTE0CAO4MZM5MIBUPFAHG873SO' where id=9;
-update noar tt set b1='EKDQMBFWHCORYY1SVP3ZLUOPXCFB' where id=9;
-update noar ti set b1='EKDQMBFWHCORYY1SVP3ZLUOPXCFB' where id=9;
-update noar tt set v0='2Y5YTEZWJ9CZEV1SWGBAL4UYS6JNMCNG' where id=9;
-update noar ti set v0='2Y5YTEZWJ9CZEV1SWGBAL4UYS6JNMCNG' where id=9;
-update noar tt set b2='G0IGPL' where id=9;
-update noar ti set b2='G0IGPL' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) not null,
- b0 blob not null,
- b1 mediumblob not null,
- b2 blob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='K4K0VB2PMY483' where id=1;
-update noar ti set v0='K4K0VB2PMY483' where id=1;
-update noar tt set b0='8EN61LAMNYMYVAAY8GNRETLSZU4BAX' where id=1;
-update noar ti set b0='8EN61LAMNYMYVAAY8GNRETLSZU4BAX' where id=1;
-update noar tt set v0='ZGZ5MYOFOLX52S4E5' where id=1;
-update noar ti set v0='ZGZ5MYOFOLX52S4E5' where id=1;
-update noar tt set b1='YPDWYN05B0XOOIP5OVR4V1Z' where id=1;
-update noar ti set b1='YPDWYN05B0XOOIP5OVR4V1Z' where id=1;
-update noar tt set v0='0AC42CBEPTI5QMFQZ2G8255FB1A' where id=1;
-update noar ti set v0='0AC42CBEPTI5QMFQZ2G8255FB1A' where id=1;
-update noar tt set b2='C688ZHZSFN904Z0DHING4U3' where id=1;
-update noar ti set b2='C688ZHZSFN904Z0DHING4U3' where id=1;
-update noar tt set v0='YWY' where id=2;
-update noar ti set v0='YWY' where id=2;
-update noar tt set b0='C0NGA8SUSURIBGN80CKAU4' where id=2;
-update noar ti set b0='C0NGA8SUSURIBGN80CKAU4' where id=2;
-update noar tt set v0='ZGZ0HDOW5E2IIEB1HO38MX8KQM8C' where id=2;
-update noar ti set v0='ZGZ0HDOW5E2IIEB1HO38MX8KQM8C' where id=2;
-update noar tt set b1='FTOA6RY4GURZBRC0KLG411E8QH2' where id=2;
-update noar ti set b1='FTOA6RY4GURZBRC0KLG411E8QH2' where id=2;
-update noar tt set v0='GASWIJCZ2A2B8Y8I1A' where id=2;
-update noar ti set v0='GASWIJCZ2A2B8Y8I1A' where id=2;
-update noar tt set b2='D' where id=2;
-update noar ti set b2='D' where id=2;
-update noar tt set v0='OP6RSKX795B3O368UOZ0EUL' where id=3;
-update noar ti set v0='OP6RSKX795B3O368UOZ0EUL' where id=3;
-update noar tt set b0='ORE5EFAVV2Q5V3' where id=3;
-update noar ti set b0='ORE5EFAVV2Q5V3' where id=3;
-update noar tt set v0='8VXVFTCA8P' where id=3;
-update noar ti set v0='8VXVFTCA8P' where id=3;
-update noar tt set b1='6FKJ' where id=3;
-update noar ti set b1='6FKJ' where id=3;
-update noar tt set v0='T1AP91UZZWN' where id=3;
-update noar ti set v0='T1AP91UZZWN' where id=3;
-update noar tt set b2='ASF71I3R9VGYIKLODO' where id=3;
-update noar ti set b2='ASF71I3R9VGYIKLODO' where id=3;
-update noar tt set v0='Q' where id=4;
-update noar ti set v0='Q' where id=4;
-update noar tt set b0='HQ1' where id=4;
-update noar ti set b0='HQ1' where id=4;
-update noar tt set v0='KO4TCQDILA3UUMT3NV6R77' where id=4;
-update noar ti set v0='KO4TCQDILA3UUMT3NV6R77' where id=4;
-update noar tt set b1='02HHJIA4HZLQEG7APPUXOX245CPS' where id=4;
-update noar ti set b1='02HHJIA4HZLQEG7APPUXOX245CPS' where id=4;
-update noar tt set v0='LI0934Y17KESMS71K4PSQBGQNQ8RH40S' where id=4;
-update noar ti set v0='LI0934Y17KESMS71K4PSQBGQNQ8RH40S' where id=4;
-update noar tt set b2='74' where id=4;
-update noar ti set b2='74' where id=4;
-update noar tt set v0='81FVNDAQHCUUNQ2HG15S17KJBI' where id=5;
-update noar ti set v0='81FVNDAQHCUUNQ2HG15S17KJBI' where id=5;
-update noar tt set b0='O1BTP' where id=5;
-update noar ti set b0='O1BTP' where id=5;
-update noar tt set v0='WBMC34EENE9TP83' where id=5;
-update noar ti set v0='WBMC34EENE9TP83' where id=5;
-update noar tt set b1='EFYMTD' where id=5;
-update noar ti set b1='EFYMTD' where id=5;
-update noar tt set v0='0NZ9B' where id=5;
-update noar ti set v0='0NZ9B' where id=5;
-update noar tt set b2='XJL5GIVALX6KDRW' where id=5;
-update noar ti set b2='XJL5GIVALX6KDRW' where id=5;
-update noar tt set v0='4GX5VQ9' where id=6;
-update noar ti set v0='4GX5VQ9' where id=6;
-update noar tt set b0='ECY71J1J3HVMYG8WLAE070YBXKUM6FIS' where id=6;
-update noar ti set b0='ECY71J1J3HVMYG8WLAE070YBXKUM6FIS' where id=6;
-update noar tt set v0='L9TGTGV8J20K5EPRU6KVV0R' where id=6;
-update noar ti set v0='L9TGTGV8J20K5EPRU6KVV0R' where id=6;
-update noar tt set b1='5QUD9BM0XMM7DAPOOZAPU1JF' where id=6;
-update noar ti set b1='5QUD9BM0XMM7DAPOOZAPU1JF' where id=6;
-update noar tt set v0='8KZZEVEWBSDTDA56C15CWNVOTMKQDV2' where id=6;
-update noar ti set v0='8KZZEVEWBSDTDA56C15CWNVOTMKQDV2' where id=6;
-update noar tt set b2='4CC5S9IYCXFF3ASFEQWF89O4' where id=6;
-update noar ti set b2='4CC5S9IYCXFF3ASFEQWF89O4' where id=6;
-update noar tt set v0='31FF7MR0PLYB6PYY67PMYPYQM2' where id=7;
-update noar ti set v0='31FF7MR0PLYB6PYY67PMYPYQM2' where id=7;
-update noar tt set b0='94WMM1DO6N3CX6GIPN' where id=7;
-update noar ti set b0='94WMM1DO6N3CX6GIPN' where id=7;
-update noar tt set v0='005XU1TZDLCDQ5829A8Z0' where id=7;
-update noar ti set v0='005XU1TZDLCDQ5829A8Z0' where id=7;
-update noar tt set b1='NKLQQJAJ8XZTBK7RLCROM4U' where id=7;
-update noar ti set b1='NKLQQJAJ8XZTBK7RLCROM4U' where id=7;
-update noar tt set v0='X2CPFMGQUCXVLU' where id=7;
-update noar ti set v0='X2CPFMGQUCXVLU' where id=7;
-update noar tt set b2='DZCI0U39V6ULZIIAL3BXYWEU4' where id=7;
-update noar ti set b2='DZCI0U39V6ULZIIAL3BXYWEU4' where id=7;
-update noar tt set v0='5C0G66M6AA66A55Y5ONHKCPF' where id=8;
-update noar ti set v0='5C0G66M6AA66A55Y5ONHKCPF' where id=8;
-update noar tt set b0='AF3I7FBLFV4K48AAOW45CY89SLO16JB' where id=8;
-update noar ti set b0='AF3I7FBLFV4K48AAOW45CY89SLO16JB' where id=8;
-update noar tt set v0='VLQR' where id=8;
-update noar ti set v0='VLQR' where id=8;
-update noar tt set b1='DWCJBMJMV' where id=8;
-update noar ti set b1='DWCJBMJMV' where id=8;
-update noar tt set v0='3XCAM3ZY55OU0' where id=8;
-update noar ti set v0='3XCAM3ZY55OU0' where id=8;
-update noar tt set b2='39J9JMRB6XVDQRUVM7HBOMZ1K0W' where id=8;
-update noar ti set b2='39J9JMRB6XVDQRUVM7HBOMZ1K0W' where id=8;
-update noar tt set v0='8' where id=9;
-update noar ti set v0='8' where id=9;
-update noar tt set b0='YT0SSUTLYOX4OIYY49EWYSR60G' where id=9;
-update noar ti set b0='YT0SSUTLYOX4OIYY49EWYSR60G' where id=9;
-update noar tt set v0='2ANB7SH1PNC' where id=9;
-update noar ti set v0='2ANB7SH1PNC' where id=9;
-update noar tt set b1='G4T' where id=9;
-update noar ti set b1='G4T' where id=9;
-update noar tt set v0='XJAPFXTIVLPL5A39EBR9F' where id=9;
-update noar ti set v0='XJAPFXTIVLPL5A39EBR9F' where id=9;
-update noar tt set b2='4D' where id=9;
-update noar ti set b2='4D' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) null,
- b0 blob null,
- b1 mediumblob null,
- b2 mediumblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='V4U42S' where id=1;
-update noar ti set v0='V4U42S' where id=1;
-update noar tt set b0='H4J' where id=1;
-update noar ti set b0='H4J' where id=1;
-update noar tt set v0='0Q6RJI9JQJ1AB1' where id=1;
-update noar ti set v0='0Q6RJI9JQJ1AB1' where id=1;
-update noar tt set b1='E4GT3366FYYATPPM3KT0YS14R' where id=1;
-update noar ti set b1='E4GT3366FYYATPPM3KT0YS14R' where id=1;
-update noar tt set v0='6XCTAXZZZB6MI330BJOJTSKIW8LTLNNN' where id=1;
-update noar ti set v0='6XCTAXZZZB6MI330BJOJTSKIW8LTLNNN' where id=1;
-update noar tt set b2='5HJN6MZFI3N5UEIE8AHOUG54C80D' where id=1;
-update noar ti set b2='5HJN6MZFI3N5UEIE8AHOUG54C80D' where id=1;
-update noar tt set v0='0H7MTVT7T7UO5AU64KIXF' where id=2;
-update noar ti set v0='0H7MTVT7T7UO5AU64KIXF' where id=2;
-update noar tt set b0='KCS6JOGT8PDKOJ16O5UFYXFBHU1D' where id=2;
-update noar ti set b0='KCS6JOGT8PDKOJ16O5UFYXFBHU1D' where id=2;
-update noar tt set v0='F1YXJBHYUUEZSPKXEFZ8L1' where id=2;
-update noar ti set v0='F1YXJBHYUUEZSPKXEFZ8L1' where id=2;
-update noar tt set b1='072E3QCHF2HBR2N2D29RKT' where id=2;
-update noar ti set b1='072E3QCHF2HBR2N2D29RKT' where id=2;
-update noar tt set v0='3MPNJ552DSHLPO296DLS0GI' where id=2;
-update noar ti set v0='3MPNJ552DSHLPO296DLS0GI' where id=2;
-update noar tt set b2='KMFTY3B0RVL06C9VBXO' where id=2;
-update noar ti set b2='KMFTY3B0RVL06C9VBXO' where id=2;
-update noar tt set v0='I60E4' where id=3;
-update noar ti set v0='I60E4' where id=3;
-update noar tt set b0='Q4U8B8Y5QMOIR61C7Q2CRS8DGCIBO0A2' where id=3;
-update noar ti set b0='Q4U8B8Y5QMOIR61C7Q2CRS8DGCIBO0A2' where id=3;
-update noar tt set v0='GS93J6YLBRSR9MCPN33BC' where id=3;
-update noar ti set v0='GS93J6YLBRSR9MCPN33BC' where id=3;
-update noar tt set b1='EQ2YDY4XWPBA6JUXY04C4N8GCB' where id=3;
-update noar ti set b1='EQ2YDY4XWPBA6JUXY04C4N8GCB' where id=3;
-update noar tt set v0='5K8XG' where id=3;
-update noar ti set v0='5K8XG' where id=3;
-update noar tt set b2='5N24QX5QD3' where id=3;
-update noar ti set b2='5N24QX5QD3' where id=3;
-update noar tt set v0='7YEVQH5M79Q06P' where id=4;
-update noar ti set v0='7YEVQH5M79Q06P' where id=4;
-update noar tt set b0='OKR252ZEIIK4W031X' where id=4;
-update noar ti set b0='OKR252ZEIIK4W031X' where id=4;
-update noar tt set v0='RCTUNEGEM9HHSW' where id=4;
-update noar ti set v0='RCTUNEGEM9HHSW' where id=4;
-update noar tt set b1='32PCUK2826GG' where id=4;
-update noar ti set b1='32PCUK2826GG' where id=4;
-update noar tt set v0='9ME65ODSRFPDE73Z3' where id=4;
-update noar ti set v0='9ME65ODSRFPDE73Z3' where id=4;
-update noar tt set b2='VW63MKBAY4I3K9X' where id=4;
-update noar ti set b2='VW63MKBAY4I3K9X' where id=4;
-update noar tt set v0='UDA' where id=5;
-update noar ti set v0='UDA' where id=5;
-update noar tt set b0='EJ6D5VW3ZO20F6HUWK4DD84NC6Y' where id=5;
-update noar ti set b0='EJ6D5VW3ZO20F6HUWK4DD84NC6Y' where id=5;
-update noar tt set v0='F8D1OBTM65ZTRSN1QWEMGHH' where id=5;
-update noar ti set v0='F8D1OBTM65ZTRSN1QWEMGHH' where id=5;
-update noar tt set b1='YJSXEU25P95G' where id=5;
-update noar ti set b1='YJSXEU25P95G' where id=5;
-update noar tt set v0='YZ9SJI5FFLW1' where id=5;
-update noar ti set v0='YZ9SJI5FFLW1' where id=5;
-update noar tt set b2='6VCXQT97L0AYRIYLSUDEEPB' where id=5;
-update noar ti set b2='6VCXQT97L0AYRIYLSUDEEPB' where id=5;
-update noar tt set v0='B3KZ0EZTUGFZUD9TZ8NDCTCXJOUQA7VW' where id=6;
-update noar ti set v0='B3KZ0EZTUGFZUD9TZ8NDCTCXJOUQA7VW' where id=6;
-update noar tt set b0='YZH1V4U6SK52EBIGL6' where id=6;
-update noar ti set b0='YZH1V4U6SK52EBIGL6' where id=6;
-update noar tt set v0='YULBVM1' where id=6;
-update noar ti set v0='YULBVM1' where id=6;
-update noar tt set b1='GIQX8GUBCMBX7DE6PL0' where id=6;
-update noar ti set b1='GIQX8GUBCMBX7DE6PL0' where id=6;
-update noar tt set v0='VBQZ07ZY4YFT7' where id=6;
-update noar ti set v0='VBQZ07ZY4YFT7' where id=6;
-update noar tt set b2='AYS0I804EKVOUCAJET01GEYFBN3YH1HJ' where id=6;
-update noar ti set b2='AYS0I804EKVOUCAJET01GEYFBN3YH1HJ' where id=6;
-update noar tt set v0='YP91PTVZ8IQ5YWS7CNFKNO' where id=7;
-update noar ti set v0='YP91PTVZ8IQ5YWS7CNFKNO' where id=7;
-update noar tt set b0='GLOILK015BVL72VZUGFOOA' where id=7;
-update noar ti set b0='GLOILK015BVL72VZUGFOOA' where id=7;
-update noar tt set v0='RASARM4A9BKFQFGBGCMPJTG' where id=7;
-update noar ti set v0='RASARM4A9BKFQFGBGCMPJTG' where id=7;
-update noar tt set b1='K' where id=7;
-update noar ti set b1='K' where id=7;
-update noar tt set v0='H9RPID4JZBX655PFIFJMNJNJI' where id=7;
-update noar ti set v0='H9RPID4JZBX655PFIFJMNJNJI' where id=7;
-update noar tt set b2='9P5LV7PQ22C' where id=7;
-update noar ti set b2='9P5LV7PQ22C' where id=7;
-update noar tt set v0='0XTU6QYKXN9JI4RADPS' where id=8;
-update noar ti set v0='0XTU6QYKXN9JI4RADPS' where id=8;
-update noar tt set b0='HR1N216X32E8DZU4T8BD' where id=8;
-update noar ti set b0='HR1N216X32E8DZU4T8BD' where id=8;
-update noar tt set v0='3U6L6KDBFI6EZL' where id=8;
-update noar ti set v0='3U6L6KDBFI6EZL' where id=8;
-update noar tt set b1='9AB3UOB3QPAG' where id=8;
-update noar ti set b1='9AB3UOB3QPAG' where id=8;
-update noar tt set v0='5BEPSZDGWEY2UUS3GPSXUCZUJJ1EDY' where id=8;
-update noar ti set v0='5BEPSZDGWEY2UUS3GPSXUCZUJJ1EDY' where id=8;
-update noar tt set b2='O4J4PTYRGZUSNG9QW5SA6KHDTXUQ' where id=8;
-update noar ti set b2='O4J4PTYRGZUSNG9QW5SA6KHDTXUQ' where id=8;
-update noar tt set v0='69T242S86LZCDCJG4P' where id=9;
-update noar ti set v0='69T242S86LZCDCJG4P' where id=9;
-update noar tt set b0='CZB568J5' where id=9;
-update noar ti set b0='CZB568J5' where id=9;
-update noar tt set v0='WTQKSNNL7SFBK9UK' where id=9;
-update noar ti set v0='WTQKSNNL7SFBK9UK' where id=9;
-update noar tt set b1='6IR75N' where id=9;
-update noar ti set b1='6IR75N' where id=9;
-update noar tt set v0='15LQ68J3MS1LUWU6WYGS68TFZAVXZ9' where id=9;
-update noar ti set v0='15LQ68J3MS1LUWU6WYGS68TFZAVXZ9' where id=9;
-update noar tt set b2='SUK1SPW7SXO198S0GM3XMF' where id=9;
-update noar ti set b2='SUK1SPW7SXO198S0GM3XMF' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) null,
- b0 blob null,
- b1 mediumblob null,
- b2 mediumblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='L23JVO0UHDHBSR5JYDB7W' where id=1;
-update noar ti set v0='L23JVO0UHDHBSR5JYDB7W' where id=1;
-update noar tt set b0='MKPTI3J043PRY2BP' where id=1;
-update noar ti set b0='MKPTI3J043PRY2BP' where id=1;
-update noar tt set v0='DZUSDSK1063WV' where id=1;
-update noar ti set v0='DZUSDSK1063WV' where id=1;
-update noar tt set b1='8F5YPE1J71PB3F6WOI3QP8X4U2Z' where id=1;
-update noar ti set b1='8F5YPE1J71PB3F6WOI3QP8X4U2Z' where id=1;
-update noar tt set v0='G6W739LBYFWYVQ' where id=1;
-update noar ti set v0='G6W739LBYFWYVQ' where id=1;
-update noar tt set b2='CEB2AIP' where id=1;
-update noar ti set b2='CEB2AIP' where id=1;
-update noar tt set v0='UXQMN46WT92ISPAEMOW' where id=2;
-update noar ti set v0='UXQMN46WT92ISPAEMOW' where id=2;
-update noar tt set b0='NKB9PC3HGIBZHSEA53RECEZOO2ZTC' where id=2;
-update noar ti set b0='NKB9PC3HGIBZHSEA53RECEZOO2ZTC' where id=2;
-update noar tt set v0='X22' where id=2;
-update noar ti set v0='X22' where id=2;
-update noar tt set b1='R259RG2V8G968RMOGYN2' where id=2;
-update noar ti set b1='R259RG2V8G968RMOGYN2' where id=2;
-update noar tt set v0='G1QMTV' where id=2;
-update noar ti set v0='G1QMTV' where id=2;
-update noar tt set b2='RWJKOG6ZR3TI2T0WLAQACCNZFHD6A8' where id=2;
-update noar ti set b2='RWJKOG6ZR3TI2T0WLAQACCNZFHD6A8' where id=2;
-update noar tt set v0='76HXO72TSYEEI9' where id=3;
-update noar ti set v0='76HXO72TSYEEI9' where id=3;
-update noar tt set b0='TXABT5AVF1MBWA7U' where id=3;
-update noar ti set b0='TXABT5AVF1MBWA7U' where id=3;
-update noar tt set v0='9KC9D0592I0SQRK49P5JJ23J0Z' where id=3;
-update noar ti set v0='9KC9D0592I0SQRK49P5JJ23J0Z' where id=3;
-update noar tt set b1='RR7XHD7MMJN3ZSEDS2R9PSSK' where id=3;
-update noar ti set b1='RR7XHD7MMJN3ZSEDS2R9PSSK' where id=3;
-update noar tt set v0='CDXOBTBHJ' where id=3;
-update noar ti set v0='CDXOBTBHJ' where id=3;
-update noar tt set b2='3QFH6LK51HFAQCK0DR4I22NM26C' where id=3;
-update noar ti set b2='3QFH6LK51HFAQCK0DR4I22NM26C' where id=3;
-update noar tt set v0='NXFEIUECQT13JE78SSQN2HWZHGGE' where id=4;
-update noar ti set v0='NXFEIUECQT13JE78SSQN2HWZHGGE' where id=4;
-update noar tt set b0='KY9B62SBKFMZ9HF5AH' where id=4;
-update noar ti set b0='KY9B62SBKFMZ9HF5AH' where id=4;
-update noar tt set v0='6Z73Z89' where id=4;
-update noar ti set v0='6Z73Z89' where id=4;
-update noar tt set b1='U1TRVLQCBI1X7' where id=4;
-update noar ti set b1='U1TRVLQCBI1X7' where id=4;
-update noar tt set v0='P7F86F1TIWW' where id=4;
-update noar ti set v0='P7F86F1TIWW' where id=4;
-update noar tt set b2='00FLJI' where id=4;
-update noar ti set b2='00FLJI' where id=4;
-update noar tt set v0='MWRTHB3RLJ' where id=5;
-update noar ti set v0='MWRTHB3RLJ' where id=5;
-update noar tt set b0='2O7GJDXGRVQE90H1AK4OJ4KA9' where id=5;
-update noar ti set b0='2O7GJDXGRVQE90H1AK4OJ4KA9' where id=5;
-update noar tt set v0='NMUWM2FKI0RSXCOZS' where id=5;
-update noar ti set v0='NMUWM2FKI0RSXCOZS' where id=5;
-update noar tt set b1='2X89' where id=5;
-update noar ti set b1='2X89' where id=5;
-update noar tt set v0='XAWYR86T0G9DOMSF3VVXL' where id=5;
-update noar ti set v0='XAWYR86T0G9DOMSF3VVXL' where id=5;
-update noar tt set b2='H6ZY6HCSQ7NESTD247C' where id=5;
-update noar ti set b2='H6ZY6HCSQ7NESTD247C' where id=5;
-update noar tt set v0='EFHKQRVHCB6LXJ1ZBOS' where id=6;
-update noar ti set v0='EFHKQRVHCB6LXJ1ZBOS' where id=6;
-update noar tt set b0='XF' where id=6;
-update noar ti set b0='XF' where id=6;
-update noar tt set v0='88' where id=6;
-update noar ti set v0='88' where id=6;
-update noar tt set b1='BZER014Y791XS3OX3Y8GYNBTI3WC' where id=6;
-update noar ti set b1='BZER014Y791XS3OX3Y8GYNBTI3WC' where id=6;
-update noar tt set v0='WIHDAVU' where id=6;
-update noar ti set v0='WIHDAVU' where id=6;
-update noar tt set b2='NYJG0QPZCCIRBIDDL' where id=6;
-update noar ti set b2='NYJG0QPZCCIRBIDDL' where id=6;
-update noar tt set v0='KASW3I0EVTBEV8BR9GX4VD724ODZY' where id=7;
-update noar ti set v0='KASW3I0EVTBEV8BR9GX4VD724ODZY' where id=7;
-update noar tt set b0='GCXH6X5JE6U0TDEX5PX18D' where id=7;
-update noar ti set b0='GCXH6X5JE6U0TDEX5PX18D' where id=7;
-update noar tt set v0='R0IF0T0XHQHE7' where id=7;
-update noar ti set v0='R0IF0T0XHQHE7' where id=7;
-update noar tt set b1='64H32X' where id=7;
-update noar ti set b1='64H32X' where id=7;
-update noar tt set v0='Q72AO9876' where id=7;
-update noar ti set v0='Q72AO9876' where id=7;
-update noar tt set b2='2' where id=7;
-update noar ti set b2='2' where id=7;
-update noar tt set v0='06K8SZ46D' where id=8;
-update noar ti set v0='06K8SZ46D' where id=8;
-update noar tt set b0='EM1WWEREDTE4AJARNKC' where id=8;
-update noar ti set b0='EM1WWEREDTE4AJARNKC' where id=8;
-update noar tt set v0='DCUP2AWKDWUP630HCQHA' where id=8;
-update noar ti set v0='DCUP2AWKDWUP630HCQHA' where id=8;
-update noar tt set b1='W8OJTVT9Q09QMB6M70EY9MZ25H' where id=8;
-update noar ti set b1='W8OJTVT9Q09QMB6M70EY9MZ25H' where id=8;
-update noar tt set v0='HZN48T' where id=8;
-update noar ti set v0='HZN48T' where id=8;
-update noar tt set b2='KB19D9UTK' where id=8;
-update noar ti set b2='KB19D9UTK' where id=8;
-update noar tt set v0='W' where id=9;
-update noar ti set v0='W' where id=9;
-update noar tt set b0='2TSQQQHHLS6GKQ0KZMV1HA77RJJKXY' where id=9;
-update noar ti set b0='2TSQQQHHLS6GKQ0KZMV1HA77RJJKXY' where id=9;
-update noar tt set v0='8IS5ZCQOXGYLHI9C81KGTI55UZ3ISEWT' where id=9;
-update noar ti set v0='8IS5ZCQOXGYLHI9C81KGTI55UZ3ISEWT' where id=9;
-update noar tt set b1='N' where id=9;
-update noar ti set b1='N' where id=9;
-update noar tt set v0='RNDUXEOH16N7SK2R6P0SXK814GJCM' where id=9;
-update noar ti set v0='RNDUXEOH16N7SK2R6P0SXK814GJCM' where id=9;
-update noar tt set b2='YXWJ30BF6XUE84P3U' where id=9;
-update noar ti set b2='YXWJ30BF6XUE84P3U' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) not null,
- b0 blob not null,
- b1 mediumblob not null,
- b2 mediumblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='ZER3B2TB' where id=1;
-update noar ti set v0='ZER3B2TB' where id=1;
-update noar tt set b0='OM3NIZCJASAZIK0T7VQV53D9WZM9TU' where id=1;
-update noar ti set b0='OM3NIZCJASAZIK0T7VQV53D9WZM9TU' where id=1;
-update noar tt set v0='BJJT72' where id=1;
-update noar ti set v0='BJJT72' where id=1;
-update noar tt set b1='2YQ41M89C0PMEL241QNVZCIPP6S7SWR' where id=1;
-update noar ti set b1='2YQ41M89C0PMEL241QNVZCIPP6S7SWR' where id=1;
-update noar tt set v0='GZHONEIXEE' where id=1;
-update noar ti set v0='GZHONEIXEE' where id=1;
-update noar tt set b2='B' where id=1;
-update noar ti set b2='B' where id=1;
-update noar tt set v0='Y1F1JSFXMMBYY8KUPEZHMXMP866' where id=2;
-update noar ti set v0='Y1F1JSFXMMBYY8KUPEZHMXMP866' where id=2;
-update noar tt set b0='6CAMSKV' where id=2;
-update noar ti set b0='6CAMSKV' where id=2;
-update noar tt set v0='9G9TWJ3T8UYGQ4CZNXJC3NG11' where id=2;
-update noar ti set v0='9G9TWJ3T8UYGQ4CZNXJC3NG11' where id=2;
-update noar tt set b1='RM7KCXC8FKHU7YY6HUP1DELLR74' where id=2;
-update noar ti set b1='RM7KCXC8FKHU7YY6HUP1DELLR74' where id=2;
-update noar tt set v0='YFTQOOJUC7LJ5H' where id=2;
-update noar ti set v0='YFTQOOJUC7LJ5H' where id=2;
-update noar tt set b2='5L0BWCR4PL25' where id=2;
-update noar ti set b2='5L0BWCR4PL25' where id=2;
-update noar tt set v0='12ZH4BYR7IA51KI0H3QPZ61J' where id=3;
-update noar ti set v0='12ZH4BYR7IA51KI0H3QPZ61J' where id=3;
-update noar tt set b0='NF0N3M91UHYHVTCJ4X58RDAPD0QT13' where id=3;
-update noar ti set b0='NF0N3M91UHYHVTCJ4X58RDAPD0QT13' where id=3;
-update noar tt set v0='3PX5CPKSDHLKDX5DB' where id=3;
-update noar ti set v0='3PX5CPKSDHLKDX5DB' where id=3;
-update noar tt set b1='V2IVULHBCZEISR9ASTF81AIV' where id=3;
-update noar ti set b1='V2IVULHBCZEISR9ASTF81AIV' where id=3;
-update noar tt set v0='J1D98GFRQ' where id=3;
-update noar ti set v0='J1D98GFRQ' where id=3;
-update noar tt set b2='O79MR8LFTGWRHYCI7FP3' where id=3;
-update noar ti set b2='O79MR8LFTGWRHYCI7FP3' where id=3;
-update noar tt set v0='AOJLLR4RIKNLY166PIN1XBMFR' where id=4;
-update noar ti set v0='AOJLLR4RIKNLY166PIN1XBMFR' where id=4;
-update noar tt set b0='0QLH' where id=4;
-update noar ti set b0='0QLH' where id=4;
-update noar tt set v0='ZEMNBKSMEL825FSHG9U' where id=4;
-update noar ti set v0='ZEMNBKSMEL825FSHG9U' where id=4;
-update noar tt set b1='30R7LQ861ZU535IKTNQ' where id=4;
-update noar ti set b1='30R7LQ861ZU535IKTNQ' where id=4;
-update noar tt set v0='VSS177UTQCQ3EXFFIV35KWPP' where id=4;
-update noar ti set v0='VSS177UTQCQ3EXFFIV35KWPP' where id=4;
-update noar tt set b2='RJ3B1O2B9JLKLIX3VEO' where id=4;
-update noar ti set b2='RJ3B1O2B9JLKLIX3VEO' where id=4;
-update noar tt set v0='VJ2GJ9UHEOKUCHCQO2ZR' where id=5;
-update noar ti set v0='VJ2GJ9UHEOKUCHCQO2ZR' where id=5;
-update noar tt set b0='Z8J38QRMD6U4Q8R4WRUWNZAA78DP8' where id=5;
-update noar ti set b0='Z8J38QRMD6U4Q8R4WRUWNZAA78DP8' where id=5;
-update noar tt set v0='H86ESHCEPJ' where id=5;
-update noar ti set v0='H86ESHCEPJ' where id=5;
-update noar tt set b1='7PBBSVC0KSXACSEKKWAABY28O3' where id=5;
-update noar ti set b1='7PBBSVC0KSXACSEKKWAABY28O3' where id=5;
-update noar tt set v0='8IR3IHD5LAR36X7UE0R' where id=5;
-update noar ti set v0='8IR3IHD5LAR36X7UE0R' where id=5;
-update noar tt set b2='I2V7XPDJVWEA' where id=5;
-update noar ti set b2='I2V7XPDJVWEA' where id=5;
-update noar tt set v0='D' where id=6;
-update noar ti set v0='D' where id=6;
-update noar tt set b0='NIQ2XFMXO22' where id=6;
-update noar ti set b0='NIQ2XFMXO22' where id=6;
-update noar tt set v0='LA1VGDAVEDESQ7B5' where id=6;
-update noar ti set v0='LA1VGDAVEDESQ7B5' where id=6;
-update noar tt set b1='0ESWKMPYO2S8NAA' where id=6;
-update noar ti set b1='0ESWKMPYO2S8NAA' where id=6;
-update noar tt set v0='UJFWZCBDXW4G99' where id=6;
-update noar ti set v0='UJFWZCBDXW4G99' where id=6;
-update noar tt set b2='6O5X47SSSH3ZEZ6RLLT70Y86ARHF998' where id=6;
-update noar ti set b2='6O5X47SSSH3ZEZ6RLLT70Y86ARHF998' where id=6;
-update noar tt set v0='R' where id=7;
-update noar ti set v0='R' where id=7;
-update noar tt set b0='8IBIP4YPWZJO90JULIBMFX8SW' where id=7;
-update noar ti set b0='8IBIP4YPWZJO90JULIBMFX8SW' where id=7;
-update noar tt set v0='9US3WWSD54WU5BPYBXT8I8N5F8' where id=7;
-update noar ti set v0='9US3WWSD54WU5BPYBXT8I8N5F8' where id=7;
-update noar tt set b1='E2DJZ7YNJJMLE96' where id=7;
-update noar ti set b1='E2DJZ7YNJJMLE96' where id=7;
-update noar tt set v0='9UFXX5IWV68YADBT99YR8X2JES78' where id=7;
-update noar ti set v0='9UFXX5IWV68YADBT99YR8X2JES78' where id=7;
-update noar tt set b2='38E6IQJ6' where id=7;
-update noar ti set b2='38E6IQJ6' where id=7;
-update noar tt set v0='4P8Q713F5' where id=8;
-update noar ti set v0='4P8Q713F5' where id=8;
-update noar tt set b0='L3G5OSJ07WU8TXJYSV939G8' where id=8;
-update noar ti set b0='L3G5OSJ07WU8TXJYSV939G8' where id=8;
-update noar tt set v0='4Z28GWV0WI9DK' where id=8;
-update noar ti set v0='4Z28GWV0WI9DK' where id=8;
-update noar tt set b1='YNGBR14' where id=8;
-update noar ti set b1='YNGBR14' where id=8;
-update noar tt set v0='KNJ1OR1I06RCB5EU5HW3NRNFXE5BBMQ' where id=8;
-update noar ti set v0='KNJ1OR1I06RCB5EU5HW3NRNFXE5BBMQ' where id=8;
-update noar tt set b2='0U4B4NEA8KZTNWC8MI' where id=8;
-update noar ti set b2='0U4B4NEA8KZTNWC8MI' where id=8;
-update noar tt set v0='CSGHKZSBAHBDO3I4D653ST18QX' where id=9;
-update noar ti set v0='CSGHKZSBAHBDO3I4D653ST18QX' where id=9;
-update noar tt set b0='UZ' where id=9;
-update noar ti set b0='UZ' where id=9;
-update noar tt set v0='21T1PSG8YVT3RR383YNM0' where id=9;
-update noar ti set v0='21T1PSG8YVT3RR383YNM0' where id=9;
-update noar tt set b1='QYV96LKUZ' where id=9;
-update noar ti set b1='QYV96LKUZ' where id=9;
-update noar tt set v0='BWURG0KM06RKWPZ53H2EXC9PYA8ND4U5' where id=9;
-update noar ti set v0='BWURG0KM06RKWPZ53H2EXC9PYA8ND4U5' where id=9;
-update noar tt set b2='WGDVLBDEZ56O45GNFND' where id=9;
-update noar ti set b2='WGDVLBDEZ56O45GNFND' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) not null,
- b0 blob not null,
- b1 mediumblob not null,
- b2 mediumblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='CCK0JJHK7TK0BSFL2S1HM2' where id=1;
-update noar ti set v0='CCK0JJHK7TK0BSFL2S1HM2' where id=1;
-update noar tt set b0='VL18TR2DNYDC25ZG' where id=1;
-update noar ti set b0='VL18TR2DNYDC25ZG' where id=1;
-update noar tt set v0='B8AKFZDJ4HKCMSFNEC8WUHI8S0ZH3L6T' where id=1;
-update noar ti set v0='B8AKFZDJ4HKCMSFNEC8WUHI8S0ZH3L6T' where id=1;
-update noar tt set b1='4FYM92FEMWKSBPP1LW' where id=1;
-update noar ti set b1='4FYM92FEMWKSBPP1LW' where id=1;
-update noar tt set v0='JC' where id=1;
-update noar ti set v0='JC' where id=1;
-update noar tt set b2='2H' where id=1;
-update noar ti set b2='2H' where id=1;
-update noar tt set v0='UU1BRNR99FG59BXQQLUJ8KYFIOLJ38G' where id=2;
-update noar ti set v0='UU1BRNR99FG59BXQQLUJ8KYFIOLJ38G' where id=2;
-update noar tt set b0='KGSP7ES2YO3UH2LQR' where id=2;
-update noar ti set b0='KGSP7ES2YO3UH2LQR' where id=2;
-update noar tt set v0='USG' where id=2;
-update noar ti set v0='USG' where id=2;
-update noar tt set b1='2964GQ' where id=2;
-update noar ti set b1='2964GQ' where id=2;
-update noar tt set v0='37B' where id=2;
-update noar ti set v0='37B' where id=2;
-update noar tt set b2='DE4Y61ZGKWVQCN1DJXY2UGGW4BC1' where id=2;
-update noar ti set b2='DE4Y61ZGKWVQCN1DJXY2UGGW4BC1' where id=2;
-update noar tt set v0='YQM7CNRCYIS82JLNP9ABP9MMW6QSB' where id=3;
-update noar ti set v0='YQM7CNRCYIS82JLNP9ABP9MMW6QSB' where id=3;
-update noar tt set b0='KMIXKI5GZAB8V5TCFRE5' where id=3;
-update noar ti set b0='KMIXKI5GZAB8V5TCFRE5' where id=3;
-update noar tt set v0='PO9RSR13T' where id=3;
-update noar ti set v0='PO9RSR13T' where id=3;
-update noar tt set b1='GUGA8H5PAXBQQ7MYER0D' where id=3;
-update noar ti set b1='GUGA8H5PAXBQQ7MYER0D' where id=3;
-update noar tt set v0='VF3QKSSOV78CX7MA0A2N' where id=3;
-update noar ti set v0='VF3QKSSOV78CX7MA0A2N' where id=3;
-update noar tt set b2='IK6Y' where id=3;
-update noar ti set b2='IK6Y' where id=3;
-update noar tt set v0='QPY891R3QSBMEG3A01AMUMG' where id=4;
-update noar ti set v0='QPY891R3QSBMEG3A01AMUMG' where id=4;
-update noar tt set b0='MGGM9' where id=4;
-update noar ti set b0='MGGM9' where id=4;
-update noar tt set v0='IERH' where id=4;
-update noar ti set v0='IERH' where id=4;
-update noar tt set b1='3OBWCFUP7GIRV9' where id=4;
-update noar ti set b1='3OBWCFUP7GIRV9' where id=4;
-update noar tt set v0='IXV' where id=4;
-update noar ti set v0='IXV' where id=4;
-update noar tt set b2='APXIHLJ580D7J5B71' where id=4;
-update noar ti set b2='APXIHLJ580D7J5B71' where id=4;
-update noar tt set v0='U2IL4JG33NT24NE8LY' where id=5;
-update noar ti set v0='U2IL4JG33NT24NE8LY' where id=5;
-update noar tt set b0='DLI4DXN' where id=5;
-update noar ti set b0='DLI4DXN' where id=5;
-update noar tt set v0='8ORFOQ73YOIH3' where id=5;
-update noar ti set v0='8ORFOQ73YOIH3' where id=5;
-update noar tt set b1='KL6EE66XTKR59ZSPS6W714IK' where id=5;
-update noar ti set b1='KL6EE66XTKR59ZSPS6W714IK' where id=5;
-update noar tt set v0='JQZ5X92O2MSUW7ZGFF2JJIOHMYZRMN1' where id=5;
-update noar ti set v0='JQZ5X92O2MSUW7ZGFF2JJIOHMYZRMN1' where id=5;
-update noar tt set b2='VCMIP73NF3HJM5QQDAECK' where id=5;
-update noar ti set b2='VCMIP73NF3HJM5QQDAECK' where id=5;
-update noar tt set v0='XF2B' where id=6;
-update noar ti set v0='XF2B' where id=6;
-update noar tt set b0='1RJZTW7LCZA0KRG0FE4VLKX2' where id=6;
-update noar ti set b0='1RJZTW7LCZA0KRG0FE4VLKX2' where id=6;
-update noar tt set v0='GSK501DWXYLPS13LU' where id=6;
-update noar ti set v0='GSK501DWXYLPS13LU' where id=6;
-update noar tt set b1='GNCK3I7MPEGODCWB62SSIFATXI' where id=6;
-update noar ti set b1='GNCK3I7MPEGODCWB62SSIFATXI' where id=6;
-update noar tt set v0='K60R5UCOK2E' where id=6;
-update noar ti set v0='K60R5UCOK2E' where id=6;
-update noar tt set b2='XU5GVMZCYA5GS18' where id=6;
-update noar ti set b2='XU5GVMZCYA5GS18' where id=6;
-update noar tt set v0='FJXCHJU2XCJF0XLM8N1G8VA44EW421QO' where id=7;
-update noar ti set v0='FJXCHJU2XCJF0XLM8N1G8VA44EW421QO' where id=7;
-update noar tt set b0='CN73PX7SFGUVX' where id=7;
-update noar ti set b0='CN73PX7SFGUVX' where id=7;
-update noar tt set v0='UK9QL' where id=7;
-update noar ti set v0='UK9QL' where id=7;
-update noar tt set b1='Y3H98RLLVX5FTUXP2HY252J92B2WDL' where id=7;
-update noar ti set b1='Y3H98RLLVX5FTUXP2HY252J92B2WDL' where id=7;
-update noar tt set v0='34HPE' where id=7;
-update noar ti set v0='34HPE' where id=7;
-update noar tt set b2='JUPPB4RDTY2OZ2XMXOR' where id=7;
-update noar ti set b2='JUPPB4RDTY2OZ2XMXOR' where id=7;
-update noar tt set v0='TMJV7PIHDU4O09GLRR5DZ2J' where id=8;
-update noar ti set v0='TMJV7PIHDU4O09GLRR5DZ2J' where id=8;
-update noar tt set b0='TNZK2E0KUKJBZ' where id=8;
-update noar ti set b0='TNZK2E0KUKJBZ' where id=8;
-update noar tt set v0='C' where id=8;
-update noar ti set v0='C' where id=8;
-update noar tt set b1='74O2NJ39WIUJ9BHT08GJNE' where id=8;
-update noar ti set b1='74O2NJ39WIUJ9BHT08GJNE' where id=8;
-update noar tt set v0='KB7QSJSUPRGALK' where id=8;
-update noar ti set v0='KB7QSJSUPRGALK' where id=8;
-update noar tt set b2='UP4DW' where id=8;
-update noar ti set b2='UP4DW' where id=8;
-update noar tt set v0='D2XC722DSEZHLEAG5V' where id=9;
-update noar ti set v0='D2XC722DSEZHLEAG5V' where id=9;
-update noar tt set b0='C8FCTDCLFUJOVIL' where id=9;
-update noar ti set b0='C8FCTDCLFUJOVIL' where id=9;
-update noar tt set v0='ASX1JM3TRVHLI5' where id=9;
-update noar ti set v0='ASX1JM3TRVHLI5' where id=9;
-update noar tt set b1='LJCX8EEK2RZALC3PTVJFM' where id=9;
-update noar ti set b1='LJCX8EEK2RZALC3PTVJFM' where id=9;
-update noar tt set v0='Y7BB0428G8RCGVT6QSYDAIYGM' where id=9;
-update noar ti set v0='Y7BB0428G8RCGVT6QSYDAIYGM' where id=9;
-update noar tt set b2='FC0OHEY' where id=9;
-update noar ti set b2='FC0OHEY' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) null,
- b0 blob null,
- b1 mediumblob null,
- b2 longblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='68WFG9DJ0F5SPGNLS9Y3VBGQW' where id=1;
-update noar ti set v0='68WFG9DJ0F5SPGNLS9Y3VBGQW' where id=1;
-update noar tt set b0='GJJQDWXFVVW9W1C1V3IGUY0H73C0Z' where id=1;
-update noar ti set b0='GJJQDWXFVVW9W1C1V3IGUY0H73C0Z' where id=1;
-update noar tt set v0='HZLH' where id=1;
-update noar ti set v0='HZLH' where id=1;
-update noar tt set b1='TAMNEBRZIYWZMMAXXC' where id=1;
-update noar ti set b1='TAMNEBRZIYWZMMAXXC' where id=1;
-update noar tt set v0='1GN9L6YQDOW5B2D7QNP2KWHJZAN7UM5X' where id=1;
-update noar ti set v0='1GN9L6YQDOW5B2D7QNP2KWHJZAN7UM5X' where id=1;
-update noar tt set b2='MCBWMPAKB0LF58N70EG2X7C8JE76W4DY' where id=1;
-update noar ti set b2='MCBWMPAKB0LF58N70EG2X7C8JE76W4DY' where id=1;
-update noar tt set v0='HSFTWCOI3WKZPYIW1ZAEZT2EXG6KQ6UM' where id=2;
-update noar ti set v0='HSFTWCOI3WKZPYIW1ZAEZT2EXG6KQ6UM' where id=2;
-update noar tt set b0='36PUJW3R3SRCZANOLG42OKQG0WW' where id=2;
-update noar ti set b0='36PUJW3R3SRCZANOLG42OKQG0WW' where id=2;
-update noar tt set v0='EHT6WQDXJ0KCVWENEJD4I9EEKREG' where id=2;
-update noar ti set v0='EHT6WQDXJ0KCVWENEJD4I9EEKREG' where id=2;
-update noar tt set b1='FI0P8USQIS1HAR' where id=2;
-update noar ti set b1='FI0P8USQIS1HAR' where id=2;
-update noar tt set v0='NABZ2R0EE4KRD4HB0KNQW' where id=2;
-update noar ti set v0='NABZ2R0EE4KRD4HB0KNQW' where id=2;
-update noar tt set b2='MHJO9XHLPB9P441LYDSSBXBS26O0' where id=2;
-update noar ti set b2='MHJO9XHLPB9P441LYDSSBXBS26O0' where id=2;
-update noar tt set v0='EYM93FJNGMY4GH71C6X4D7LG7O' where id=3;
-update noar ti set v0='EYM93FJNGMY4GH71C6X4D7LG7O' where id=3;
-update noar tt set b0='4WE5X4268' where id=3;
-update noar ti set b0='4WE5X4268' where id=3;
-update noar tt set v0='RZ8AQRCT57EFYIVQK3' where id=3;
-update noar ti set v0='RZ8AQRCT57EFYIVQK3' where id=3;
-update noar tt set b1='6Z3G17UE1T6DWAKCPOT' where id=3;
-update noar ti set b1='6Z3G17UE1T6DWAKCPOT' where id=3;
-update noar tt set v0='TNW6Z5BJMUULNM3E5HDZW98DYXXLAHE' where id=3;
-update noar ti set v0='TNW6Z5BJMUULNM3E5HDZW98DYXXLAHE' where id=3;
-update noar tt set b2='V736194IVASEFXV9QE71NTETX8HMPK' where id=3;
-update noar ti set b2='V736194IVASEFXV9QE71NTETX8HMPK' where id=3;
-update noar tt set v0='Q' where id=4;
-update noar ti set v0='Q' where id=4;
-update noar tt set b0='790AQ3FR1XAKQ7J96O' where id=4;
-update noar ti set b0='790AQ3FR1XAKQ7J96O' where id=4;
-update noar tt set v0='RNC0NJXG' where id=4;
-update noar ti set v0='RNC0NJXG' where id=4;
-update noar tt set b1='BS8MUZSWDI02YLPNBXKZ' where id=4;
-update noar ti set b1='BS8MUZSWDI02YLPNBXKZ' where id=4;
-update noar tt set v0='HLIM16A3WWMFST257RS7E1R8ZOAL' where id=4;
-update noar ti set v0='HLIM16A3WWMFST257RS7E1R8ZOAL' where id=4;
-update noar tt set b2='716E9B94DMOQRWBDXLLTE81' where id=4;
-update noar ti set b2='716E9B94DMOQRWBDXLLTE81' where id=4;
-update noar tt set v0='LTPTMWH7' where id=5;
-update noar ti set v0='LTPTMWH7' where id=5;
-update noar tt set b0='6DLTZPWJXHA57OL7O' where id=5;
-update noar ti set b0='6DLTZPWJXHA57OL7O' where id=5;
-update noar tt set v0='JC4HUNG4OL5XTXRKBKL59PBO' where id=5;
-update noar ti set v0='JC4HUNG4OL5XTXRKBKL59PBO' where id=5;
-update noar tt set b1='OWET5SAJY93XXWY6Q' where id=5;
-update noar ti set b1='OWET5SAJY93XXWY6Q' where id=5;
-update noar tt set v0='LUCQN1UX8AODTLE7X8HGPITBI12NQ' where id=5;
-update noar ti set v0='LUCQN1UX8AODTLE7X8HGPITBI12NQ' where id=5;
-update noar tt set b2='LIC9K2G7' where id=5;
-update noar ti set b2='LIC9K2G7' where id=5;
-update noar tt set v0='9X4I118ATM6XW2CP3' where id=6;
-update noar ti set v0='9X4I118ATM6XW2CP3' where id=6;
-update noar tt set b0='UWE8MRPUXVGIOLBYZPP2N9' where id=6;
-update noar ti set b0='UWE8MRPUXVGIOLBYZPP2N9' where id=6;
-update noar tt set v0='V' where id=6;
-update noar ti set v0='V' where id=6;
-update noar tt set b1='JKQE0YCBT0139G' where id=6;
-update noar ti set b1='JKQE0YCBT0139G' where id=6;
-update noar tt set v0='YK81UBKGIJ6LSIB7J4' where id=6;
-update noar ti set v0='YK81UBKGIJ6LSIB7J4' where id=6;
-update noar tt set b2='DRJONJWOM2EVZ90YO3C3CWPPK8ZZ' where id=6;
-update noar ti set b2='DRJONJWOM2EVZ90YO3C3CWPPK8ZZ' where id=6;
-update noar tt set v0='KGVBOBAQ74UFG26PG4F7CMYGIFQX6Z' where id=7;
-update noar ti set v0='KGVBOBAQ74UFG26PG4F7CMYGIFQX6Z' where id=7;
-update noar tt set b0='ROZ88VBKH1PQTULLA4TTH1FEXW' where id=7;
-update noar ti set b0='ROZ88VBKH1PQTULLA4TTH1FEXW' where id=7;
-update noar tt set v0='TMIBLKFKNNQ5ID7HYNK0KNZKQ8' where id=7;
-update noar ti set v0='TMIBLKFKNNQ5ID7HYNK0KNZKQ8' where id=7;
-update noar tt set b1='LU9GMFQ5XC026GHOMM40A4VS31N' where id=7;
-update noar ti set b1='LU9GMFQ5XC026GHOMM40A4VS31N' where id=7;
-update noar tt set v0='MJNSE4RU0' where id=7;
-update noar ti set v0='MJNSE4RU0' where id=7;
-update noar tt set b2='L7YVQU7FC099COPF2HVRH9' where id=7;
-update noar ti set b2='L7YVQU7FC099COPF2HVRH9' where id=7;
-update noar tt set v0='JNR0EEWR3VQ9LN7GJX9TJTQVN' where id=8;
-update noar ti set v0='JNR0EEWR3VQ9LN7GJX9TJTQVN' where id=8;
-update noar tt set b0='QK2HW51U16IAQXEMQDLEM' where id=8;
-update noar ti set b0='QK2HW51U16IAQXEMQDLEM' where id=8;
-update noar tt set v0='6YHWAIS3P7' where id=8;
-update noar ti set v0='6YHWAIS3P7' where id=8;
-update noar tt set b1='DVTRZJ41A6SL4CYI43J' where id=8;
-update noar ti set b1='DVTRZJ41A6SL4CYI43J' where id=8;
-update noar tt set v0='PYGO8HY' where id=8;
-update noar ti set v0='PYGO8HY' where id=8;
-update noar tt set b2='6' where id=8;
-update noar ti set b2='6' where id=8;
-update noar tt set v0='YVF7G0RPZK8GH0W4L5U' where id=9;
-update noar ti set v0='YVF7G0RPZK8GH0W4L5U' where id=9;
-update noar tt set b0='ZVW0D' where id=9;
-update noar ti set b0='ZVW0D' where id=9;
-update noar tt set v0='WRBRJR0PUWNQXLWK' where id=9;
-update noar ti set v0='WRBRJR0PUWNQXLWK' where id=9;
-update noar tt set b1='MF36U4O' where id=9;
-update noar ti set b1='MF36U4O' where id=9;
-update noar tt set v0='76LSI1ZY1YW3DGEU87GNOUZL' where id=9;
-update noar ti set v0='76LSI1ZY1YW3DGEU87GNOUZL' where id=9;
-update noar tt set b2='BKIWO5A0M1X96BQLKZS' where id=9;
-update noar ti set b2='BKIWO5A0M1X96BQLKZS' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) null,
- b0 blob null,
- b1 mediumblob null,
- b2 longblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='MO3D30LM8B0Q8OBR' where id=1;
-update noar ti set v0='MO3D30LM8B0Q8OBR' where id=1;
-update noar tt set b0='37UJPMVM20AZA1MCKSN9A8N5OY' where id=1;
-update noar ti set b0='37UJPMVM20AZA1MCKSN9A8N5OY' where id=1;
-update noar tt set v0='DA85PD9SU6HV2R' where id=1;
-update noar ti set v0='DA85PD9SU6HV2R' where id=1;
-update noar tt set b1='4' where id=1;
-update noar ti set b1='4' where id=1;
-update noar tt set v0='U0XSXPLOVC0MIUTXDNR8B' where id=1;
-update noar ti set v0='U0XSXPLOVC0MIUTXDNR8B' where id=1;
-update noar tt set b2='9N5BJO7SU3JBSEHNM9DKWI8796Z' where id=1;
-update noar ti set b2='9N5BJO7SU3JBSEHNM9DKWI8796Z' where id=1;
-update noar tt set v0='2RVYVSG054HQH7DCBCGAV' where id=2;
-update noar ti set v0='2RVYVSG054HQH7DCBCGAV' where id=2;
-update noar tt set b0='Z' where id=2;
-update noar ti set b0='Z' where id=2;
-update noar tt set v0='0IV3OCI9CC059E68MGHJ' where id=2;
-update noar ti set v0='0IV3OCI9CC059E68MGHJ' where id=2;
-update noar tt set b1='BCNDHCCPJDXD27KA8L' where id=2;
-update noar ti set b1='BCNDHCCPJDXD27KA8L' where id=2;
-update noar tt set v0='XO' where id=2;
-update noar ti set v0='XO' where id=2;
-update noar tt set b2='MHQ43XP8IY2Q0TFZVUS' where id=2;
-update noar ti set b2='MHQ43XP8IY2Q0TFZVUS' where id=2;
-update noar tt set v0='O1RIQFCMTEDOERWIS8L5BV52RN7OF75' where id=3;
-update noar ti set v0='O1RIQFCMTEDOERWIS8L5BV52RN7OF75' where id=3;
-update noar tt set b0='6CXKYU6MGWCYNT' where id=3;
-update noar ti set b0='6CXKYU6MGWCYNT' where id=3;
-update noar tt set v0='OPRAL68V3W3F' where id=3;
-update noar ti set v0='OPRAL68V3W3F' where id=3;
-update noar tt set b1='6CR23K' where id=3;
-update noar ti set b1='6CR23K' where id=3;
-update noar tt set v0='PEU' where id=3;
-update noar ti set v0='PEU' where id=3;
-update noar tt set b2='O6Y0GD' where id=3;
-update noar ti set b2='O6Y0GD' where id=3;
-update noar tt set v0='NBCJ4ENSSJVK7284DDBH' where id=4;
-update noar ti set v0='NBCJ4ENSSJVK7284DDBH' where id=4;
-update noar tt set b0='MNXVJ8G8A040JG4' where id=4;
-update noar ti set b0='MNXVJ8G8A040JG4' where id=4;
-update noar tt set v0='HWUP083X6QYO78Z85BEU0AJI3I2SS5QG' where id=4;
-update noar ti set v0='HWUP083X6QYO78Z85BEU0AJI3I2SS5QG' where id=4;
-update noar tt set b1='F18NE22E2NWXRCSC' where id=4;
-update noar ti set b1='F18NE22E2NWXRCSC' where id=4;
-update noar tt set v0='XMMFLCB38E' where id=4;
-update noar ti set v0='XMMFLCB38E' where id=4;
-update noar tt set b2='4S6L18AMFFHZVQXN' where id=4;
-update noar ti set b2='4S6L18AMFFHZVQXN' where id=4;
-update noar tt set v0='1HT699BJXLWF7PHV81P' where id=5;
-update noar ti set v0='1HT699BJXLWF7PHV81P' where id=5;
-update noar tt set b0='C7' where id=5;
-update noar ti set b0='C7' where id=5;
-update noar tt set v0='LKT0J02L5' where id=5;
-update noar ti set v0='LKT0J02L5' where id=5;
-update noar tt set b1='SSXRD4QSOL1MBF7RMZB6POOCJHR1B' where id=5;
-update noar ti set b1='SSXRD4QSOL1MBF7RMZB6POOCJHR1B' where id=5;
-update noar tt set v0='P0YFEV2JSP94FQULY2NNVGR7E1AT8PM' where id=5;
-update noar ti set v0='P0YFEV2JSP94FQULY2NNVGR7E1AT8PM' where id=5;
-update noar tt set b2='3S4GS23F93JGACHMR8QZKC1P5' where id=5;
-update noar ti set b2='3S4GS23F93JGACHMR8QZKC1P5' where id=5;
-update noar tt set v0='G3B9IOQ7I6HI3K' where id=6;
-update noar ti set v0='G3B9IOQ7I6HI3K' where id=6;
-update noar tt set b0='F734M595W6TN6VZ559JMJF7T' where id=6;
-update noar ti set b0='F734M595W6TN6VZ559JMJF7T' where id=6;
-update noar tt set v0='T2GNQ' where id=6;
-update noar ti set v0='T2GNQ' where id=6;
-update noar tt set b1='2PY84OQAHQ0BUQYELHO66XS8IZ4' where id=6;
-update noar ti set b1='2PY84OQAHQ0BUQYELHO66XS8IZ4' where id=6;
-update noar tt set v0='BQB7OXKA1INZPV323KLTVGZKU5D' where id=6;
-update noar ti set v0='BQB7OXKA1INZPV323KLTVGZKU5D' where id=6;
-update noar tt set b2='CZ' where id=6;
-update noar ti set b2='CZ' where id=6;
-update noar tt set v0='5BR2' where id=7;
-update noar ti set v0='5BR2' where id=7;
-update noar tt set b0='MRDP8' where id=7;
-update noar ti set b0='MRDP8' where id=7;
-update noar tt set v0='E2CMAUAAJKWJ87MFQYJRG' where id=7;
-update noar ti set v0='E2CMAUAAJKWJ87MFQYJRG' where id=7;
-update noar tt set b1='K93B0836WE1ONXPH1XJH3ZB9BN0VC' where id=7;
-update noar ti set b1='K93B0836WE1ONXPH1XJH3ZB9BN0VC' where id=7;
-update noar tt set v0='0KDY' where id=7;
-update noar ti set v0='0KDY' where id=7;
-update noar tt set b2='40UTQWSB9S3Y93Q' where id=7;
-update noar ti set b2='40UTQWSB9S3Y93Q' where id=7;
-update noar tt set v0='YJMBZ4WFEX' where id=8;
-update noar ti set v0='YJMBZ4WFEX' where id=8;
-update noar tt set b0='JAVOYR63YPS9Z765PEAW54TIKXOD8WGU' where id=8;
-update noar ti set b0='JAVOYR63YPS9Z765PEAW54TIKXOD8WGU' where id=8;
-update noar tt set v0='D78D' where id=8;
-update noar ti set v0='D78D' where id=8;
-update noar tt set b1='KG5' where id=8;
-update noar ti set b1='KG5' where id=8;
-update noar tt set v0='N7SSPSGX3UMDUC5IASOARJTJV0GUGQ' where id=8;
-update noar ti set v0='N7SSPSGX3UMDUC5IASOARJTJV0GUGQ' where id=8;
-update noar tt set b2='94W3RGPR9J7UC4' where id=8;
-update noar ti set b2='94W3RGPR9J7UC4' where id=8;
-update noar tt set v0='ZSAQ9T6KNRSVK9V2I3M9PWH9Z' where id=9;
-update noar ti set v0='ZSAQ9T6KNRSVK9V2I3M9PWH9Z' where id=9;
-update noar tt set b0='93M7' where id=9;
-update noar ti set b0='93M7' where id=9;
-update noar tt set v0='M5JERVPVEPT6PBJ86YW5NZTP' where id=9;
-update noar ti set v0='M5JERVPVEPT6PBJ86YW5NZTP' where id=9;
-update noar tt set b1='BTH8H9PTV2REDR2H' where id=9;
-update noar ti set b1='BTH8H9PTV2REDR2H' where id=9;
-update noar tt set v0='0C2Q7HB4C5E5' where id=9;
-update noar ti set v0='0C2Q7HB4C5E5' where id=9;
-update noar tt set b2='ZGFQQZ98M623FHPTBEYPTJZHW' where id=9;
-update noar ti set b2='ZGFQQZ98M623FHPTBEYPTJZHW' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) not null,
- b0 blob not null,
- b1 mediumblob not null,
- b2 longblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='ITD57JUS8PZW804021UG414R' where id=1;
-update noar ti set v0='ITD57JUS8PZW804021UG414R' where id=1;
-update noar tt set b0='WUY2LGBUTQP7251GT' where id=1;
-update noar ti set b0='WUY2LGBUTQP7251GT' where id=1;
-update noar tt set v0='QMPF8MITENB3ZDK' where id=1;
-update noar ti set v0='QMPF8MITENB3ZDK' where id=1;
-update noar tt set b1='CZ2V4' where id=1;
-update noar ti set b1='CZ2V4' where id=1;
-update noar tt set v0='PJVFPR6P2' where id=1;
-update noar ti set v0='PJVFPR6P2' where id=1;
-update noar tt set b2='CKV1XVN7LQQM5' where id=1;
-update noar ti set b2='CKV1XVN7LQQM5' where id=1;
-update noar tt set v0='2' where id=2;
-update noar ti set v0='2' where id=2;
-update noar tt set b0='U4X6YP4MVATBDL5VUNYH4PR8Q8OZNM' where id=2;
-update noar ti set b0='U4X6YP4MVATBDL5VUNYH4PR8Q8OZNM' where id=2;
-update noar tt set v0='YY7B4R8P9PH5ZE0OK6BUN3ZHZQ2XL' where id=2;
-update noar ti set v0='YY7B4R8P9PH5ZE0OK6BUN3ZHZQ2XL' where id=2;
-update noar tt set b1='4QXSFZ15ED1G2J63UAGHD29X61R' where id=2;
-update noar ti set b1='4QXSFZ15ED1G2J63UAGHD29X61R' where id=2;
-update noar tt set v0='5ZYFDLUVUV13' where id=2;
-update noar ti set v0='5ZYFDLUVUV13' where id=2;
-update noar tt set b2='WAJ30H8WVKORHVFK3' where id=2;
-update noar ti set b2='WAJ30H8WVKORHVFK3' where id=2;
-update noar tt set v0='O' where id=3;
-update noar ti set v0='O' where id=3;
-update noar tt set b0='Q2SI' where id=3;
-update noar ti set b0='Q2SI' where id=3;
-update noar tt set v0='V5GVSEJACVA0YDUL3UH4YU5IER1AUH' where id=3;
-update noar ti set v0='V5GVSEJACVA0YDUL3UH4YU5IER1AUH' where id=3;
-update noar tt set b1='HLKB8RCE5X9QT7E57I5' where id=3;
-update noar ti set b1='HLKB8RCE5X9QT7E57I5' where id=3;
-update noar tt set v0='4T89MBSQX4Y1XAXIR5K' where id=3;
-update noar ti set v0='4T89MBSQX4Y1XAXIR5K' where id=3;
-update noar tt set b2='G0UODU6X2' where id=3;
-update noar ti set b2='G0UODU6X2' where id=3;
-update noar tt set v0='V1E892GQM7C' where id=4;
-update noar ti set v0='V1E892GQM7C' where id=4;
-update noar tt set b0='9JXWQ23T12LV19QR4FSR05NJUG7Z1' where id=4;
-update noar ti set b0='9JXWQ23T12LV19QR4FSR05NJUG7Z1' where id=4;
-update noar tt set v0='ON20R8CQRHNQZ77FB8EFU7' where id=4;
-update noar ti set v0='ON20R8CQRHNQZ77FB8EFU7' where id=4;
-update noar tt set b1='WKCILNMWE' where id=4;
-update noar ti set b1='WKCILNMWE' where id=4;
-update noar tt set v0='CAG79E0VZSTYT8FV4L57QBZW254VQC' where id=4;
-update noar ti set v0='CAG79E0VZSTYT8FV4L57QBZW254VQC' where id=4;
-update noar tt set b2='ZZES' where id=4;
-update noar ti set b2='ZZES' where id=4;
-update noar tt set v0='5177KRLJE8A88Y' where id=5;
-update noar ti set v0='5177KRLJE8A88Y' where id=5;
-update noar tt set b0='IBQOC6IEUZOG9XSE0O' where id=5;
-update noar ti set b0='IBQOC6IEUZOG9XSE0O' where id=5;
-update noar tt set v0='HSQFU67S8' where id=5;
-update noar ti set v0='HSQFU67S8' where id=5;
-update noar tt set b1='I2A1Q407V035WOO5QMROCG4WX36' where id=5;
-update noar ti set b1='I2A1Q407V035WOO5QMROCG4WX36' where id=5;
-update noar tt set v0='Z6NG1V' where id=5;
-update noar ti set v0='Z6NG1V' where id=5;
-update noar tt set b2='IY' where id=5;
-update noar ti set b2='IY' where id=5;
-update noar tt set v0='PLBB4761ZE7LKWWB9OJB0PE8LL2' where id=6;
-update noar ti set v0='PLBB4761ZE7LKWWB9OJB0PE8LL2' where id=6;
-update noar tt set b0='U5SF53IXVDSGP8DHZEQJS3TXDK6P6WT' where id=6;
-update noar ti set b0='U5SF53IXVDSGP8DHZEQJS3TXDK6P6WT' where id=6;
-update noar tt set v0='NW0S3C80CMUUZM' where id=6;
-update noar ti set v0='NW0S3C80CMUUZM' where id=6;
-update noar tt set b1='DLUV6C4WIM975V0MLRPO48AS823' where id=6;
-update noar ti set b1='DLUV6C4WIM975V0MLRPO48AS823' where id=6;
-update noar tt set v0='1QBC8O' where id=6;
-update noar ti set v0='1QBC8O' where id=6;
-update noar tt set b2='0FZ' where id=6;
-update noar ti set b2='0FZ' where id=6;
-update noar tt set v0='9LE15NXZI10678H8L6THV7KNR7D8' where id=7;
-update noar ti set v0='9LE15NXZI10678H8L6THV7KNR7D8' where id=7;
-update noar tt set b0='O85BM8AS9SCT30PN692IKLM5TXWC5' where id=7;
-update noar ti set b0='O85BM8AS9SCT30PN692IKLM5TXWC5' where id=7;
-update noar tt set v0='PJCU1IE1TVVOUUT6EGK915ESWBZ8T72C' where id=7;
-update noar ti set v0='PJCU1IE1TVVOUUT6EGK915ESWBZ8T72C' where id=7;
-update noar tt set b1='WDYAF2QLMI8N4PRE2Y9Z5ID' where id=7;
-update noar ti set b1='WDYAF2QLMI8N4PRE2Y9Z5ID' where id=7;
-update noar tt set v0='EQOHMW92S' where id=7;
-update noar ti set v0='EQOHMW92S' where id=7;
-update noar tt set b2='9' where id=7;
-update noar ti set b2='9' where id=7;
-update noar tt set v0='62OH6UO4VUEW' where id=8;
-update noar ti set v0='62OH6UO4VUEW' where id=8;
-update noar tt set b0='L35XMXLPG7ZHIJYHT' where id=8;
-update noar ti set b0='L35XMXLPG7ZHIJYHT' where id=8;
-update noar tt set v0='TYIUK6QWJDUGL2Z8SPV9' where id=8;
-update noar ti set v0='TYIUK6QWJDUGL2Z8SPV9' where id=8;
-update noar tt set b1='LTA3GALWTJY' where id=8;
-update noar ti set b1='LTA3GALWTJY' where id=8;
-update noar tt set v0='9X1U8QM2IBGPXWDZT8' where id=8;
-update noar ti set v0='9X1U8QM2IBGPXWDZT8' where id=8;
-update noar tt set b2='93JXB6XEK28V84C6AYG' where id=8;
-update noar ti set b2='93JXB6XEK28V84C6AYG' where id=8;
-update noar tt set v0='PL4OJKK0LRZB6T' where id=9;
-update noar ti set v0='PL4OJKK0LRZB6T' where id=9;
-update noar tt set b0='T3' where id=9;
-update noar ti set b0='T3' where id=9;
-update noar tt set v0='SLAD3CQNTN' where id=9;
-update noar ti set v0='SLAD3CQNTN' where id=9;
-update noar tt set b1='U1A6UKP2DBFBEJ' where id=9;
-update noar ti set b1='U1A6UKP2DBFBEJ' where id=9;
-update noar tt set v0='M' where id=9;
-update noar ti set v0='M' where id=9;
-update noar tt set b2='VMPGNADCAKOAFDZV0JG3' where id=9;
-update noar ti set b2='VMPGNADCAKOAFDZV0JG3' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) not null,
- b0 blob not null,
- b1 mediumblob not null,
- b2 longblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='D4STS4Y22S6OSYQC41785C2QVEKPYZ1' where id=1;
-update noar ti set v0='D4STS4Y22S6OSYQC41785C2QVEKPYZ1' where id=1;
-update noar tt set b0='4SY57CZZ919S8' where id=1;
-update noar ti set b0='4SY57CZZ919S8' where id=1;
-update noar tt set v0='FYGV7TTNG89MA3' where id=1;
-update noar ti set v0='FYGV7TTNG89MA3' where id=1;
-update noar tt set b1='99Q6LWKXGAUEIVKIQD' where id=1;
-update noar ti set b1='99Q6LWKXGAUEIVKIQD' where id=1;
-update noar tt set v0='GFQBZVQAA8' where id=1;
-update noar ti set v0='GFQBZVQAA8' where id=1;
-update noar tt set b2='71MKMYGPUXXVRQ5EBSZAK9UW74N11S' where id=1;
-update noar ti set b2='71MKMYGPUXXVRQ5EBSZAK9UW74N11S' where id=1;
-update noar tt set v0='EN3M9MLFKSB4GBD73CFODHSWTF0389V' where id=2;
-update noar ti set v0='EN3M9MLFKSB4GBD73CFODHSWTF0389V' where id=2;
-update noar tt set b0='L8BLUP7QNSHKQI1453VA7LFC' where id=2;
-update noar ti set b0='L8BLUP7QNSHKQI1453VA7LFC' where id=2;
-update noar tt set v0='1R588Z32TGHHVCAP5FS7' where id=2;
-update noar ti set v0='1R588Z32TGHHVCAP5FS7' where id=2;
-update noar tt set b1='SYOP93XOTWW78135' where id=2;
-update noar ti set b1='SYOP93XOTWW78135' where id=2;
-update noar tt set v0='O3UVEPGTAD904ZO9B1ZWMSU7TMS' where id=2;
-update noar ti set v0='O3UVEPGTAD904ZO9B1ZWMSU7TMS' where id=2;
-update noar tt set b2='R8ER' where id=2;
-update noar ti set b2='R8ER' where id=2;
-update noar tt set v0='N7SWDTOCBSEE37ZMC4AZJUXIY46J' where id=3;
-update noar ti set v0='N7SWDTOCBSEE37ZMC4AZJUXIY46J' where id=3;
-update noar tt set b0='XAPAUQN26W4FPKARN4GGI8' where id=3;
-update noar ti set b0='XAPAUQN26W4FPKARN4GGI8' where id=3;
-update noar tt set v0='1DHU0TR' where id=3;
-update noar ti set v0='1DHU0TR' where id=3;
-update noar tt set b1='Y4K' where id=3;
-update noar ti set b1='Y4K' where id=3;
-update noar tt set v0='5GU5RMJ96AL9CE8C4P4RQGFJ6SW5D' where id=3;
-update noar ti set v0='5GU5RMJ96AL9CE8C4P4RQGFJ6SW5D' where id=3;
-update noar tt set b2='QMLMDLLRLH03PLA2OS5ESUJ' where id=3;
-update noar ti set b2='QMLMDLLRLH03PLA2OS5ESUJ' where id=3;
-update noar tt set v0='W590ZYAPRPVYBMM2LW' where id=4;
-update noar ti set v0='W590ZYAPRPVYBMM2LW' where id=4;
-update noar tt set b0='R54VXUSTNPYPE2HZRR3HDMF' where id=4;
-update noar ti set b0='R54VXUSTNPYPE2HZRR3HDMF' where id=4;
-update noar tt set v0='0W4D' where id=4;
-update noar ti set v0='0W4D' where id=4;
-update noar tt set b1='DAAVXWG4NNKB7NTJCQUR79U8' where id=4;
-update noar ti set b1='DAAVXWG4NNKB7NTJCQUR79U8' where id=4;
-update noar tt set v0='4RG1K3RZ8RFEXD4DLVPH5T' where id=4;
-update noar ti set v0='4RG1K3RZ8RFEXD4DLVPH5T' where id=4;
-update noar tt set b2='6' where id=4;
-update noar ti set b2='6' where id=4;
-update noar tt set v0='40X12J923KO56NXU0T0' where id=5;
-update noar ti set v0='40X12J923KO56NXU0T0' where id=5;
-update noar tt set b0='DCODQP23MTI8YXLHBAI2T9RHM0Q' where id=5;
-update noar ti set b0='DCODQP23MTI8YXLHBAI2T9RHM0Q' where id=5;
-update noar tt set v0='FPE7A' where id=5;
-update noar ti set v0='FPE7A' where id=5;
-update noar tt set b1='XBE4X' where id=5;
-update noar ti set b1='XBE4X' where id=5;
-update noar tt set v0='KY65MW6D5XG53FSSUP' where id=5;
-update noar ti set v0='KY65MW6D5XG53FSSUP' where id=5;
-update noar tt set b2='MXESE8WMUTTJFL' where id=5;
-update noar ti set b2='MXESE8WMUTTJFL' where id=5;
-update noar tt set v0='S0VDZKMDF8N9FY5W978PB1UE170KQ7' where id=6;
-update noar ti set v0='S0VDZKMDF8N9FY5W978PB1UE170KQ7' where id=6;
-update noar tt set b0='7ORGOKVV2NT04TEZOGK0' where id=6;
-update noar ti set b0='7ORGOKVV2NT04TEZOGK0' where id=6;
-update noar tt set v0='5AKK7SVKK3L0KEX2DIUB86DRVZZ' where id=6;
-update noar ti set v0='5AKK7SVKK3L0KEX2DIUB86DRVZZ' where id=6;
-update noar tt set b1='5HC5QBGE904QY3BBAQ7VPSJ6IJ02' where id=6;
-update noar ti set b1='5HC5QBGE904QY3BBAQ7VPSJ6IJ02' where id=6;
-update noar tt set v0='R' where id=6;
-update noar ti set v0='R' where id=6;
-update noar tt set b2='YS6VKGTB7' where id=6;
-update noar ti set b2='YS6VKGTB7' where id=6;
-update noar tt set v0='T70NA4UCDVU4DDSRO4HQHYHF25D7V7T' where id=7;
-update noar ti set v0='T70NA4UCDVU4DDSRO4HQHYHF25D7V7T' where id=7;
-update noar tt set b0='1UDPXO93HC9' where id=7;
-update noar ti set b0='1UDPXO93HC9' where id=7;
-update noar tt set v0='JYTX1E7V7LYKT19FGSAM9GJ002D0U6R' where id=7;
-update noar ti set v0='JYTX1E7V7LYKT19FGSAM9GJ002D0U6R' where id=7;
-update noar tt set b1='G1RM1UN07Z0N1PQHSZAJX' where id=7;
-update noar ti set b1='G1RM1UN07Z0N1PQHSZAJX' where id=7;
-update noar tt set v0='7QWYFDXB021BDE8BSLNE' where id=7;
-update noar ti set v0='7QWYFDXB021BDE8BSLNE' where id=7;
-update noar tt set b2='KU3T9K2I2YZ58' where id=7;
-update noar ti set b2='KU3T9K2I2YZ58' where id=7;
-update noar tt set v0='VG62AB9BGU50JRB6A5R3C464' where id=8;
-update noar ti set v0='VG62AB9BGU50JRB6A5R3C464' where id=8;
-update noar tt set b0='RCO0EA59FPU30VC2' where id=8;
-update noar ti set b0='RCO0EA59FPU30VC2' where id=8;
-update noar tt set v0='X8SUP8E2WZJO3' where id=8;
-update noar ti set v0='X8SUP8E2WZJO3' where id=8;
-update noar tt set b1='P1W2OJAT662F5255HI7UAZVMWUNQ' where id=8;
-update noar ti set b1='P1W2OJAT662F5255HI7UAZVMWUNQ' where id=8;
-update noar tt set v0='KCSS48BU9' where id=8;
-update noar ti set v0='KCSS48BU9' where id=8;
-update noar tt set b2='ZT' where id=8;
-update noar ti set b2='ZT' where id=8;
-update noar tt set v0='TCPKI958Q6QI6U6' where id=9;
-update noar ti set v0='TCPKI958Q6QI6U6' where id=9;
-update noar tt set b0='IZZQZTSHCYDH9Y5ESAG' where id=9;
-update noar ti set b0='IZZQZTSHCYDH9Y5ESAG' where id=9;
-update noar tt set v0='OF51YVXAL11ZZ9SEZKQ' where id=9;
-update noar ti set v0='OF51YVXAL11ZZ9SEZKQ' where id=9;
-update noar tt set b1='O0YBO6NQA6VJTYK3X0BJY' where id=9;
-update noar ti set b1='O0YBO6NQA6VJTYK3X0BJY' where id=9;
-update noar tt set v0='G9M5NYCUZVL7S1KPGTO9J' where id=9;
-update noar ti set v0='G9M5NYCUZVL7S1KPGTO9J' where id=9;
-update noar tt set b2='YOI0MS8I0XG8XXPSL' where id=9;
-update noar ti set b2='YOI0MS8I0XG8XXPSL' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) null,
- b0 blob null,
- b1 longblob null,
- b2 tinyblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='W3D1' where id=1;
-update noar ti set v0='W3D1' where id=1;
-update noar tt set b0='NW4UR2' where id=1;
-update noar ti set b0='NW4UR2' where id=1;
-update noar tt set v0='7BDA9R8SXP9EVSY3I3HUQUCSYH0W9J2' where id=1;
-update noar ti set v0='7BDA9R8SXP9EVSY3I3HUQUCSYH0W9J2' where id=1;
-update noar tt set b1='P80BRBLSVBXL8ZS1O' where id=1;
-update noar ti set b1='P80BRBLSVBXL8ZS1O' where id=1;
-update noar tt set v0='WB6GQSIN0E6IBPKM9JXO38' where id=1;
-update noar ti set v0='WB6GQSIN0E6IBPKM9JXO38' where id=1;
-update noar tt set b2='N18KZ895FSVRKJGVRNGOL5' where id=1;
-update noar ti set b2='N18KZ895FSVRKJGVRNGOL5' where id=1;
-update noar tt set v0='Y1APWUU4HMWTRJYZ5HE2Q6' where id=2;
-update noar ti set v0='Y1APWUU4HMWTRJYZ5HE2Q6' where id=2;
-update noar tt set b0='V' where id=2;
-update noar ti set b0='V' where id=2;
-update noar tt set v0='5UJRNA7DFS' where id=2;
-update noar ti set v0='5UJRNA7DFS' where id=2;
-update noar tt set b1='EM27SOMM28VMLWYU' where id=2;
-update noar ti set b1='EM27SOMM28VMLWYU' where id=2;
-update noar tt set v0='7KSN1PHCSD' where id=2;
-update noar ti set v0='7KSN1PHCSD' where id=2;
-update noar tt set b2='4TN6UMXDT1QX2' where id=2;
-update noar ti set b2='4TN6UMXDT1QX2' where id=2;
-update noar tt set v0='097X4G7M6RVHVMYW4K45YTYIVY' where id=3;
-update noar ti set v0='097X4G7M6RVHVMYW4K45YTYIVY' where id=3;
-update noar tt set b0='0KUFS61FOX3XMDQX649S2' where id=3;
-update noar ti set b0='0KUFS61FOX3XMDQX649S2' where id=3;
-update noar tt set v0='JMKIKZCCVS5' where id=3;
-update noar ti set v0='JMKIKZCCVS5' where id=3;
-update noar tt set b1='6EZS0XBVBQN16C6C0PVUC6D' where id=3;
-update noar ti set b1='6EZS0XBVBQN16C6C0PVUC6D' where id=3;
-update noar tt set v0='1VYA7XMQDAUEUBD5D1ECNWD' where id=3;
-update noar ti set v0='1VYA7XMQDAUEUBD5D1ECNWD' where id=3;
-update noar tt set b2='LI0AA6RKLGC8OBBPDLI8QQ99Q0M' where id=3;
-update noar ti set b2='LI0AA6RKLGC8OBBPDLI8QQ99Q0M' where id=3;
-update noar tt set v0='IA6Q3N9CINOCAVEF2YFH33EFQGN' where id=4;
-update noar ti set v0='IA6Q3N9CINOCAVEF2YFH33EFQGN' where id=4;
-update noar tt set b0='SJ503SX5X1JQ0L' where id=4;
-update noar ti set b0='SJ503SX5X1JQ0L' where id=4;
-update noar tt set v0='1JOWFC8D0JO534XYOW1I1UL' where id=4;
-update noar ti set v0='1JOWFC8D0JO534XYOW1I1UL' where id=4;
-update noar tt set b1='5L40LVPW1KB313G8PJLR' where id=4;
-update noar ti set b1='5L40LVPW1KB313G8PJLR' where id=4;
-update noar tt set v0='GEJ1' where id=4;
-update noar ti set v0='GEJ1' where id=4;
-update noar tt set b2='IBNNZ62T3RF' where id=4;
-update noar ti set b2='IBNNZ62T3RF' where id=4;
-update noar tt set v0='SSRSP14L4MNKCGNIKKPCVH' where id=5;
-update noar ti set v0='SSRSP14L4MNKCGNIKKPCVH' where id=5;
-update noar tt set b0='0W699XI0368CDW5NCRIR' where id=5;
-update noar ti set b0='0W699XI0368CDW5NCRIR' where id=5;
-update noar tt set v0='DX9QNU3B5CLFX' where id=5;
-update noar ti set v0='DX9QNU3B5CLFX' where id=5;
-update noar tt set b1='CLS6I' where id=5;
-update noar ti set b1='CLS6I' where id=5;
-update noar tt set v0='Z6YAS7L0RCB2' where id=5;
-update noar ti set v0='Z6YAS7L0RCB2' where id=5;
-update noar tt set b2='9IL' where id=5;
-update noar ti set b2='9IL' where id=5;
-update noar tt set v0='LLOY0XHJFYB35' where id=6;
-update noar ti set v0='LLOY0XHJFYB35' where id=6;
-update noar tt set b0='6FUHFYTH8ZG8UIBP5L' where id=6;
-update noar ti set b0='6FUHFYTH8ZG8UIBP5L' where id=6;
-update noar tt set v0='EY9VVC7KVAW' where id=6;
-update noar ti set v0='EY9VVC7KVAW' where id=6;
-update noar tt set b1='7YWRQ0CFYB' where id=6;
-update noar ti set b1='7YWRQ0CFYB' where id=6;
-update noar tt set v0='XG4FGAX6HCLSS87YSKIW' where id=6;
-update noar ti set v0='XG4FGAX6HCLSS87YSKIW' where id=6;
-update noar tt set b2='N5VRJHXH37Q6E941O8CNTA' where id=6;
-update noar ti set b2='N5VRJHXH37Q6E941O8CNTA' where id=6;
-update noar tt set v0='M0RXIQ4FRB' where id=7;
-update noar ti set v0='M0RXIQ4FRB' where id=7;
-update noar tt set b0='MOYBU9678MWW8MXKIAVSM27' where id=7;
-update noar ti set b0='MOYBU9678MWW8MXKIAVSM27' where id=7;
-update noar tt set v0='R1MCR' where id=7;
-update noar ti set v0='R1MCR' where id=7;
-update noar tt set b1='JERUHLL069YF1RDPYZ91K0' where id=7;
-update noar ti set b1='JERUHLL069YF1RDPYZ91K0' where id=7;
-update noar tt set v0='6MAG1KCJ9B2UCBDJWHDGSVQK9X' where id=7;
-update noar ti set v0='6MAG1KCJ9B2UCBDJWHDGSVQK9X' where id=7;
-update noar tt set b2='B1QH7OVT76QXWLYKP34LHA2TZ84Q5' where id=7;
-update noar ti set b2='B1QH7OVT76QXWLYKP34LHA2TZ84Q5' where id=7;
-update noar tt set v0='SMELCFPT2798867DMXG' where id=8;
-update noar ti set v0='SMELCFPT2798867DMXG' where id=8;
-update noar tt set b0='E43X8I2HALLCB7BYPZXE08K1XJA' where id=8;
-update noar ti set b0='E43X8I2HALLCB7BYPZXE08K1XJA' where id=8;
-update noar tt set v0='3AN4R4IV3NQ8NWD7RS3KD5GDLRZQ72V' where id=8;
-update noar ti set v0='3AN4R4IV3NQ8NWD7RS3KD5GDLRZQ72V' where id=8;
-update noar tt set b1='ROWAUYQHDW8T6XJQ3' where id=8;
-update noar ti set b1='ROWAUYQHDW8T6XJQ3' where id=8;
-update noar tt set v0='WIRKB86IJC8' where id=8;
-update noar ti set v0='WIRKB86IJC8' where id=8;
-update noar tt set b2='Z35FP' where id=8;
-update noar ti set b2='Z35FP' where id=8;
-update noar tt set v0='D15WVM2' where id=9;
-update noar ti set v0='D15WVM2' where id=9;
-update noar tt set b0='ECZ3DIL1J8T65A3JW78T5TTC9VQY2R' where id=9;
-update noar ti set b0='ECZ3DIL1J8T65A3JW78T5TTC9VQY2R' where id=9;
-update noar tt set v0='189ZNQIKHXX6BALO6' where id=9;
-update noar ti set v0='189ZNQIKHXX6BALO6' where id=9;
-update noar tt set b1='WCHR8091EGNW8BTBD3NK0V' where id=9;
-update noar ti set b1='WCHR8091EGNW8BTBD3NK0V' where id=9;
-update noar tt set v0='W' where id=9;
-update noar ti set v0='W' where id=9;
-update noar tt set b2='VAZ5YWRGXYHEFPUU0' where id=9;
-update noar ti set b2='VAZ5YWRGXYHEFPUU0' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) null,
- b0 blob null,
- b1 longblob null,
- b2 tinyblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='YH64NY9U' where id=1;
-update noar ti set v0='YH64NY9U' where id=1;
-update noar tt set b0='RR38BT' where id=1;
-update noar ti set b0='RR38BT' where id=1;
-update noar tt set v0='NKX6CPE163GGGVJRJSEDHS4YM0258' where id=1;
-update noar ti set v0='NKX6CPE163GGGVJRJSEDHS4YM0258' where id=1;
-update noar tt set b1='EU' where id=1;
-update noar ti set b1='EU' where id=1;
-update noar tt set v0='HLC3HNO2IKJ1UV8W' where id=1;
-update noar ti set v0='HLC3HNO2IKJ1UV8W' where id=1;
-update noar tt set b2='0HM1VTUJ12P4J4CTNKA6SY2' where id=1;
-update noar ti set b2='0HM1VTUJ12P4J4CTNKA6SY2' where id=1;
-update noar tt set v0='18ETIZ3E6F93FU84W51VHGYM6NS' where id=2;
-update noar ti set v0='18ETIZ3E6F93FU84W51VHGYM6NS' where id=2;
-update noar tt set b0='BILQMTVKEQ9CRPKHWMGMUEWVGLQ' where id=2;
-update noar ti set b0='BILQMTVKEQ9CRPKHWMGMUEWVGLQ' where id=2;
-update noar tt set v0='88A4ODH' where id=2;
-update noar ti set v0='88A4ODH' where id=2;
-update noar tt set b1='94MTRTJJVTC' where id=2;
-update noar ti set b1='94MTRTJJVTC' where id=2;
-update noar tt set v0='JFDTQMBHNLEJ42ZOGGPZ5R3HRGK3Y' where id=2;
-update noar ti set v0='JFDTQMBHNLEJ42ZOGGPZ5R3HRGK3Y' where id=2;
-update noar tt set b2='DURD5KT0W8H5M49VWDF2UCHZVX33LOQD' where id=2;
-update noar ti set b2='DURD5KT0W8H5M49VWDF2UCHZVX33LOQD' where id=2;
-update noar tt set v0='9' where id=3;
-update noar ti set v0='9' where id=3;
-update noar tt set b0='KBLNGYHVHAU2YLFQAN980Y' where id=3;
-update noar ti set b0='KBLNGYHVHAU2YLFQAN980Y' where id=3;
-update noar tt set v0='W7W6LJPCCB' where id=3;
-update noar ti set v0='W7W6LJPCCB' where id=3;
-update noar tt set b1='K45M1DUF0JY5R6OD' where id=3;
-update noar ti set b1='K45M1DUF0JY5R6OD' where id=3;
-update noar tt set v0='R5O9TPZFVTSE0YCRLG3ZND' where id=3;
-update noar ti set v0='R5O9TPZFVTSE0YCRLG3ZND' where id=3;
-update noar tt set b2='C' where id=3;
-update noar ti set b2='C' where id=3;
-update noar tt set v0='SNON9BJKO0FVNWZPL48T' where id=4;
-update noar ti set v0='SNON9BJKO0FVNWZPL48T' where id=4;
-update noar tt set b0='XCVG7WYCBJONSOWW4XUNFTYUW50VFBZ' where id=4;
-update noar ti set b0='XCVG7WYCBJONSOWW4XUNFTYUW50VFBZ' where id=4;
-update noar tt set v0='HBBQW53XQ1RR' where id=4;
-update noar ti set v0='HBBQW53XQ1RR' where id=4;
-update noar tt set b1='DQB8E49P1W6H9QIK' where id=4;
-update noar ti set b1='DQB8E49P1W6H9QIK' where id=4;
-update noar tt set v0='9Y6H2HO7YYT5QF2X8F5WR04BBSD01E' where id=4;
-update noar ti set v0='9Y6H2HO7YYT5QF2X8F5WR04BBSD01E' where id=4;
-update noar tt set b2='7KY5FMYCP15NQUQBP0XIOCU6SV7HK7' where id=4;
-update noar ti set b2='7KY5FMYCP15NQUQBP0XIOCU6SV7HK7' where id=4;
-update noar tt set v0='BBTODGJ' where id=5;
-update noar ti set v0='BBTODGJ' where id=5;
-update noar tt set b0='VMDK086MGTLYAOMCE' where id=5;
-update noar ti set b0='VMDK086MGTLYAOMCE' where id=5;
-update noar tt set v0='L7GYHHMF4R9FZ9KFIRIDZM' where id=5;
-update noar ti set v0='L7GYHHMF4R9FZ9KFIRIDZM' where id=5;
-update noar tt set b1='2P88KOIGR7MY' where id=5;
-update noar ti set b1='2P88KOIGR7MY' where id=5;
-update noar tt set v0='5O20RQK1PINZB6J' where id=5;
-update noar ti set v0='5O20RQK1PINZB6J' where id=5;
-update noar tt set b2='U2R9M0LSUE7DNB5MC75CS1JUJLLHAW' where id=5;
-update noar ti set b2='U2R9M0LSUE7DNB5MC75CS1JUJLLHAW' where id=5;
-update noar tt set v0='L58AJTUVD60C96X' where id=6;
-update noar ti set v0='L58AJTUVD60C96X' where id=6;
-update noar tt set b0='H10Q841WMLAFAKZ4SGETZWS131PNR' where id=6;
-update noar ti set b0='H10Q841WMLAFAKZ4SGETZWS131PNR' where id=6;
-update noar tt set v0='AZ5M' where id=6;
-update noar ti set v0='AZ5M' where id=6;
-update noar tt set b1='ENY89A15IMOFBYYSJ' where id=6;
-update noar ti set b1='ENY89A15IMOFBYYSJ' where id=6;
-update noar tt set v0='Z06N0WPDNNVOPI4UFOAD5D46C1TZFEJ0' where id=6;
-update noar ti set v0='Z06N0WPDNNVOPI4UFOAD5D46C1TZFEJ0' where id=6;
-update noar tt set b2='GT1JSITR' where id=6;
-update noar ti set b2='GT1JSITR' where id=6;
-update noar tt set v0='U2YUCZLNDR2YAMZSNNMUINV6S' where id=7;
-update noar ti set v0='U2YUCZLNDR2YAMZSNNMUINV6S' where id=7;
-update noar tt set b0='U06GT692Z346ACL' where id=7;
-update noar ti set b0='U06GT692Z346ACL' where id=7;
-update noar tt set v0='P42SNGTI79NF2XS2VJ196RW' where id=7;
-update noar ti set v0='P42SNGTI79NF2XS2VJ196RW' where id=7;
-update noar tt set b1='2K80FM' where id=7;
-update noar ti set b1='2K80FM' where id=7;
-update noar tt set v0='QH2JLVUJMZ6J4CTRE3SLZ2FFXZS9' where id=7;
-update noar ti set v0='QH2JLVUJMZ6J4CTRE3SLZ2FFXZS9' where id=7;
-update noar tt set b2='C1NSCK7HGCFX24JEXYY415ALP2IY614' where id=7;
-update noar ti set b2='C1NSCK7HGCFX24JEXYY415ALP2IY614' where id=7;
-update noar tt set v0='ZPV5U0HHTWT7CZJ2I92MJW6WMW35NOD' where id=8;
-update noar ti set v0='ZPV5U0HHTWT7CZJ2I92MJW6WMW35NOD' where id=8;
-update noar tt set b0='QWCJ' where id=8;
-update noar ti set b0='QWCJ' where id=8;
-update noar tt set v0='LNP5V07PTG7VIB2HOW' where id=8;
-update noar ti set v0='LNP5V07PTG7VIB2HOW' where id=8;
-update noar tt set b1='ZRBVWSI60R' where id=8;
-update noar ti set b1='ZRBVWSI60R' where id=8;
-update noar tt set v0='QMX2A4KSPQI7' where id=8;
-update noar ti set v0='QMX2A4KSPQI7' where id=8;
-update noar tt set b2='TQU36XQQUZHUG4JCIN9URC5KHMTQFBU' where id=8;
-update noar ti set b2='TQU36XQQUZHUG4JCIN9URC5KHMTQFBU' where id=8;
-update noar tt set v0='F6UHBY' where id=9;
-update noar ti set v0='F6UHBY' where id=9;
-update noar tt set b0='SB7' where id=9;
-update noar ti set b0='SB7' where id=9;
-update noar tt set v0='9' where id=9;
-update noar ti set v0='9' where id=9;
-update noar tt set b1='UD6QKFLGWZNM' where id=9;
-update noar ti set b1='UD6QKFLGWZNM' where id=9;
-update noar tt set v0='8FUULV1WBLAHJLMEXQXX3EO1L' where id=9;
-update noar ti set v0='8FUULV1WBLAHJLMEXQXX3EO1L' where id=9;
-update noar tt set b2='1THJ07X0RGYY6AUA2OG' where id=9;
-update noar ti set b2='1THJ07X0RGYY6AUA2OG' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) not null,
- b0 blob not null,
- b1 longblob not null,
- b2 tinyblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='986XRLWGCM1D1BL5ARMAH610IJYX' where id=1;
-update noar ti set v0='986XRLWGCM1D1BL5ARMAH610IJYX' where id=1;
-update noar tt set b0='94YFTUE5N2' where id=1;
-update noar ti set b0='94YFTUE5N2' where id=1;
-update noar tt set v0='EY0W1H85X8ATC5GCXT' where id=1;
-update noar ti set v0='EY0W1H85X8ATC5GCXT' where id=1;
-update noar tt set b1='581CZZJVJ8FWX0K9KP4UHRUU' where id=1;
-update noar ti set b1='581CZZJVJ8FWX0K9KP4UHRUU' where id=1;
-update noar tt set v0='V69X0H76WYYW7J66AZSRJ5H4AJSDP' where id=1;
-update noar ti set v0='V69X0H76WYYW7J66AZSRJ5H4AJSDP' where id=1;
-update noar tt set b2='Z2F0L81QOCQWX3VXQEYQ7P97OBXCKUYN' where id=1;
-update noar ti set b2='Z2F0L81QOCQWX3VXQEYQ7P97OBXCKUYN' where id=1;
-update noar tt set v0='7FKHVA' where id=2;
-update noar ti set v0='7FKHVA' where id=2;
-update noar tt set b0='5GLF78' where id=2;
-update noar ti set b0='5GLF78' where id=2;
-update noar tt set v0='9TC676IJKGLAT' where id=2;
-update noar ti set v0='9TC676IJKGLAT' where id=2;
-update noar tt set b1='R1RZVZ8TFI0I83ELZ' where id=2;
-update noar ti set b1='R1RZVZ8TFI0I83ELZ' where id=2;
-update noar tt set v0='F88OJO4O4ZBWB4KD0L58ERS' where id=2;
-update noar ti set v0='F88OJO4O4ZBWB4KD0L58ERS' where id=2;
-update noar tt set b2='E41IAT6E6LF4' where id=2;
-update noar ti set b2='E41IAT6E6LF4' where id=2;
-update noar tt set v0='OPNXA' where id=3;
-update noar ti set v0='OPNXA' where id=3;
-update noar tt set b0='Z3SY941D3RL50F4U1S0PF8A6O7DZM' where id=3;
-update noar ti set b0='Z3SY941D3RL50F4U1S0PF8A6O7DZM' where id=3;
-update noar tt set v0='CJB9UP7T5GGN8' where id=3;
-update noar ti set v0='CJB9UP7T5GGN8' where id=3;
-update noar tt set b1='NM65Q5B' where id=3;
-update noar ti set b1='NM65Q5B' where id=3;
-update noar tt set v0='KCZJIBBRCB4PH67N6YOEBHQCK6Z045' where id=3;
-update noar ti set v0='KCZJIBBRCB4PH67N6YOEBHQCK6Z045' where id=3;
-update noar tt set b2='5KN7AH7L5V8UXMXNWPI5ML842E23E6N' where id=3;
-update noar ti set b2='5KN7AH7L5V8UXMXNWPI5ML842E23E6N' where id=3;
-update noar tt set v0='N7IO' where id=4;
-update noar ti set v0='N7IO' where id=4;
-update noar tt set b0='48VSL095DE50O9D17C9SZ' where id=4;
-update noar ti set b0='48VSL095DE50O9D17C9SZ' where id=4;
-update noar tt set v0='5IQZ11C15I5CNSU3R4TJ4V0N' where id=4;
-update noar ti set v0='5IQZ11C15I5CNSU3R4TJ4V0N' where id=4;
-update noar tt set b1='18V7R4BW21EQYS32A' where id=4;
-update noar ti set b1='18V7R4BW21EQYS32A' where id=4;
-update noar tt set v0='UZAT3GVSL39' where id=4;
-update noar ti set v0='UZAT3GVSL39' where id=4;
-update noar tt set b2='6L' where id=4;
-update noar ti set b2='6L' where id=4;
-update noar tt set v0='LLNGSB0QYM93HY4AT8UVLM1MWRNQGQZI' where id=5;
-update noar ti set v0='LLNGSB0QYM93HY4AT8UVLM1MWRNQGQZI' where id=5;
-update noar tt set b0='GLSNRVFRSRQXYVLKE1T8' where id=5;
-update noar ti set b0='GLSNRVFRSRQXYVLKE1T8' where id=5;
-update noar tt set v0='GRJNION06' where id=5;
-update noar ti set v0='GRJNION06' where id=5;
-update noar tt set b1='KE5ALKTNQ9A0CXGSLEYU81FHZ3JOPW' where id=5;
-update noar ti set b1='KE5ALKTNQ9A0CXGSLEYU81FHZ3JOPW' where id=5;
-update noar tt set v0='Q01OTS0PVFH9HIHQSJZQZ8' where id=5;
-update noar ti set v0='Q01OTS0PVFH9HIHQSJZQZ8' where id=5;
-update noar tt set b2='F26QVU1341F48MK9LYKLBFG8PSJLI' where id=5;
-update noar ti set b2='F26QVU1341F48MK9LYKLBFG8PSJLI' where id=5;
-update noar tt set v0='Y06YWYB3CXL' where id=6;
-update noar ti set v0='Y06YWYB3CXL' where id=6;
-update noar tt set b0='FSECC0IH4D29CR2TOOTPAA0AZ' where id=6;
-update noar ti set b0='FSECC0IH4D29CR2TOOTPAA0AZ' where id=6;
-update noar tt set v0='HTFHH265A1Q8T2XNQIVOCG9EWR' where id=6;
-update noar ti set v0='HTFHH265A1Q8T2XNQIVOCG9EWR' where id=6;
-update noar tt set b1='KPBI0Z' where id=6;
-update noar ti set b1='KPBI0Z' where id=6;
-update noar tt set v0='ST3' where id=6;
-update noar ti set v0='ST3' where id=6;
-update noar tt set b2='A43CB6HD82ECZFGW2BTY' where id=6;
-update noar ti set b2='A43CB6HD82ECZFGW2BTY' where id=6;
-update noar tt set v0='U747P33BX7' where id=7;
-update noar ti set v0='U747P33BX7' where id=7;
-update noar tt set b0='0DCO0MD03LPHGEZC' where id=7;
-update noar ti set b0='0DCO0MD03LPHGEZC' where id=7;
-update noar tt set v0='80IP1S6N5Q' where id=7;
-update noar ti set v0='80IP1S6N5Q' where id=7;
-update noar tt set b1='AASZOHBMBV3AV7QDC91CNR6JA6MAM' where id=7;
-update noar ti set b1='AASZOHBMBV3AV7QDC91CNR6JA6MAM' where id=7;
-update noar tt set v0='A2Q9E84ZH8TJPI9Y8RXD' where id=7;
-update noar ti set v0='A2Q9E84ZH8TJPI9Y8RXD' where id=7;
-update noar tt set b2='7W' where id=7;
-update noar ti set b2='7W' where id=7;
-update noar tt set v0='JW70XNS3WACV1DEN1YV' where id=8;
-update noar ti set v0='JW70XNS3WACV1DEN1YV' where id=8;
-update noar tt set b0='HRQU5OFHAR3DBTUF8P7X93QIPXCJ' where id=8;
-update noar ti set b0='HRQU5OFHAR3DBTUF8P7X93QIPXCJ' where id=8;
-update noar tt set v0='GOYJO1A2NUHTNS4MBK5FYNR' where id=8;
-update noar ti set v0='GOYJO1A2NUHTNS4MBK5FYNR' where id=8;
-update noar tt set b1='SJPT61WVH' where id=8;
-update noar ti set b1='SJPT61WVH' where id=8;
-update noar tt set v0='A6V8' where id=8;
-update noar ti set v0='A6V8' where id=8;
-update noar tt set b2='DM' where id=8;
-update noar ti set b2='DM' where id=8;
-update noar tt set v0='LLWPL' where id=9;
-update noar ti set v0='LLWPL' where id=9;
-update noar tt set b0='V' where id=9;
-update noar ti set b0='V' where id=9;
-update noar tt set v0='BRBICN7ST9C9UW3' where id=9;
-update noar ti set v0='BRBICN7ST9C9UW3' where id=9;
-update noar tt set b1='8XB198WG6THPO9' where id=9;
-update noar ti set b1='8XB198WG6THPO9' where id=9;
-update noar tt set v0='TV5FLWI261SAN9D4TBMFPQX' where id=9;
-update noar ti set v0='TV5FLWI261SAN9D4TBMFPQX' where id=9;
-update noar tt set b2='CIXKO76YX68RI2SZ73RF33' where id=9;
-update noar ti set b2='CIXKO76YX68RI2SZ73RF33' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) not null,
- b0 blob not null,
- b1 longblob not null,
- b2 tinyblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='NF14KYZASFOQDEPBI3GP' where id=1;
-update noar ti set v0='NF14KYZASFOQDEPBI3GP' where id=1;
-update noar tt set b0='PMRRK6N3SOOJ9CJ9HDXJ5H1LDTLKJ0' where id=1;
-update noar ti set b0='PMRRK6N3SOOJ9CJ9HDXJ5H1LDTLKJ0' where id=1;
-update noar tt set v0='MPZIB5XF7RSN' where id=1;
-update noar ti set v0='MPZIB5XF7RSN' where id=1;
-update noar tt set b1='ORX2M3L1' where id=1;
-update noar ti set b1='ORX2M3L1' where id=1;
-update noar tt set v0='MLYP43DDF2SFHAWUC7XF73ZNVHWFDV' where id=1;
-update noar ti set v0='MLYP43DDF2SFHAWUC7XF73ZNVHWFDV' where id=1;
-update noar tt set b2='1SQOK28T7K4ALP440E8' where id=1;
-update noar ti set b2='1SQOK28T7K4ALP440E8' where id=1;
-update noar tt set v0='5E6WJRQT070BJ' where id=2;
-update noar ti set v0='5E6WJRQT070BJ' where id=2;
-update noar tt set b0='UMT6119EMTCMJ543017BNUC' where id=2;
-update noar ti set b0='UMT6119EMTCMJ543017BNUC' where id=2;
-update noar tt set v0='VSR1' where id=2;
-update noar ti set v0='VSR1' where id=2;
-update noar tt set b1='EWCBRHITKUFVAFYY1XQBF7PL50' where id=2;
-update noar ti set b1='EWCBRHITKUFVAFYY1XQBF7PL50' where id=2;
-update noar tt set v0='KWZC7B0V54ZG8LMZ7CG3WRMKKI6HLIY' where id=2;
-update noar ti set v0='KWZC7B0V54ZG8LMZ7CG3WRMKKI6HLIY' where id=2;
-update noar tt set b2='H6TM4KZ7KC2JF7ZRII66' where id=2;
-update noar ti set b2='H6TM4KZ7KC2JF7ZRII66' where id=2;
-update noar tt set v0='RGFKPI867BCFYV7GBXMULV60' where id=3;
-update noar ti set v0='RGFKPI867BCFYV7GBXMULV60' where id=3;
-update noar tt set b0='OZLV4KMXVIAVIRFK1AEM6' where id=3;
-update noar ti set b0='OZLV4KMXVIAVIRFK1AEM6' where id=3;
-update noar tt set v0='Q5' where id=3;
-update noar ti set v0='Q5' where id=3;
-update noar tt set b1='2KQR' where id=3;
-update noar ti set b1='2KQR' where id=3;
-update noar tt set v0='FB' where id=3;
-update noar ti set v0='FB' where id=3;
-update noar tt set b2='LEJ1Q9D8GBNJQCP3KZJMEELON9' where id=3;
-update noar ti set b2='LEJ1Q9D8GBNJQCP3KZJMEELON9' where id=3;
-update noar tt set v0='40' where id=4;
-update noar ti set v0='40' where id=4;
-update noar tt set b0='OTE' where id=4;
-update noar ti set b0='OTE' where id=4;
-update noar tt set v0='W6168IS' where id=4;
-update noar ti set v0='W6168IS' where id=4;
-update noar tt set b1='SRNZQ6' where id=4;
-update noar ti set b1='SRNZQ6' where id=4;
-update noar tt set v0='U29DYKN3G3ORH117R' where id=4;
-update noar ti set v0='U29DYKN3G3ORH117R' where id=4;
-update noar tt set b2='68AO3EQUGKQNI5NZF' where id=4;
-update noar ti set b2='68AO3EQUGKQNI5NZF' where id=4;
-update noar tt set v0='PAY2M9QY779U8PJ77VUBR6L4ZDX' where id=5;
-update noar ti set v0='PAY2M9QY779U8PJ77VUBR6L4ZDX' where id=5;
-update noar tt set b0='4MXBY5PMSU27EVP3AYAU5C' where id=5;
-update noar ti set b0='4MXBY5PMSU27EVP3AYAU5C' where id=5;
-update noar tt set v0='2B3F569G60IPIGZZ' where id=5;
-update noar ti set v0='2B3F569G60IPIGZZ' where id=5;
-update noar tt set b1='R808AHMGY278OQT87DTV97U3PNR' where id=5;
-update noar ti set b1='R808AHMGY278OQT87DTV97U3PNR' where id=5;
-update noar tt set v0='NXX19CEDDR5NWD6P2YN1H6G' where id=5;
-update noar ti set v0='NXX19CEDDR5NWD6P2YN1H6G' where id=5;
-update noar tt set b2='FISCIQ4V1TTHQ9V' where id=5;
-update noar ti set b2='FISCIQ4V1TTHQ9V' where id=5;
-update noar tt set v0='77U0QMWNPVQRNMKO954D' where id=6;
-update noar ti set v0='77U0QMWNPVQRNMKO954D' where id=6;
-update noar tt set b0='QVGAE64L' where id=6;
-update noar ti set b0='QVGAE64L' where id=6;
-update noar tt set v0='RORCU7BQMYBXPKFRFAF4SD0AIYQ2A9' where id=6;
-update noar ti set v0='RORCU7BQMYBXPKFRFAF4SD0AIYQ2A9' where id=6;
-update noar tt set b1='5DUZ2KLQ4G0D9AXJ226' where id=6;
-update noar ti set b1='5DUZ2KLQ4G0D9AXJ226' where id=6;
-update noar tt set v0='N5A' where id=6;
-update noar ti set v0='N5A' where id=6;
-update noar tt set b2='1CQ' where id=6;
-update noar ti set b2='1CQ' where id=6;
-update noar tt set v0='TG0YYIIUKEE1JF' where id=7;
-update noar ti set v0='TG0YYIIUKEE1JF' where id=7;
-update noar tt set b0='I7HZ3ITRFK6QBREAJQEAE4URCUH6' where id=7;
-update noar ti set b0='I7HZ3ITRFK6QBREAJQEAE4URCUH6' where id=7;
-update noar tt set v0='OS8' where id=7;
-update noar ti set v0='OS8' where id=7;
-update noar tt set b1='BQHYVB9PMVKKTQK0EHPVZ8A9B6P1' where id=7;
-update noar ti set b1='BQHYVB9PMVKKTQK0EHPVZ8A9B6P1' where id=7;
-update noar tt set v0='2QG46UC03CEZM26ONK' where id=7;
-update noar ti set v0='2QG46UC03CEZM26ONK' where id=7;
-update noar tt set b2='VH2NE0IC' where id=7;
-update noar ti set b2='VH2NE0IC' where id=7;
-update noar tt set v0='MRK95MXZRLGE9' where id=8;
-update noar ti set v0='MRK95MXZRLGE9' where id=8;
-update noar tt set b0='DDAP8765B9K' where id=8;
-update noar ti set b0='DDAP8765B9K' where id=8;
-update noar tt set v0='UORH' where id=8;
-update noar ti set v0='UORH' where id=8;
-update noar tt set b1='TZJZE' where id=8;
-update noar ti set b1='TZJZE' where id=8;
-update noar tt set v0='TM9BOE12FKT1HUVW1WCANYC6R' where id=8;
-update noar ti set v0='TM9BOE12FKT1HUVW1WCANYC6R' where id=8;
-update noar tt set b2='LOCVON4BRFRYHBZSGRQMVYK' where id=8;
-update noar ti set b2='LOCVON4BRFRYHBZSGRQMVYK' where id=8;
-update noar tt set v0='IS52FC2R8A5SRF9P3MCAP9ZZ4R15KZ6' where id=9;
-update noar ti set v0='IS52FC2R8A5SRF9P3MCAP9ZZ4R15KZ6' where id=9;
-update noar tt set b0='C49RXQZNGV41K1P8' where id=9;
-update noar ti set b0='C49RXQZNGV41K1P8' where id=9;
-update noar tt set v0='H9M83V1' where id=9;
-update noar ti set v0='H9M83V1' where id=9;
-update noar tt set b1='F8VYBZBZOYVRJDOV6' where id=9;
-update noar ti set b1='F8VYBZBZOYVRJDOV6' where id=9;
-update noar tt set v0='MNHP' where id=9;
-update noar ti set v0='MNHP' where id=9;
-update noar tt set b2='FZ950SFLY7LPVIF' where id=9;
-update noar ti set b2='FZ950SFLY7LPVIF' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) null,
- b0 blob null,
- b1 longblob null,
- b2 blob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='UZ1CVBHQCR0DQ2CBR3Y3CL2RK95' where id=1;
-update noar ti set v0='UZ1CVBHQCR0DQ2CBR3Y3CL2RK95' where id=1;
-update noar tt set b0='UDWGQTED08Y9A7KDY3HIC' where id=1;
-update noar ti set b0='UDWGQTED08Y9A7KDY3HIC' where id=1;
-update noar tt set v0='DZR' where id=1;
-update noar ti set v0='DZR' where id=1;
-update noar tt set b1='80V3D' where id=1;
-update noar ti set b1='80V3D' where id=1;
-update noar tt set v0='YHZMGFJDP5Y2HJFKEMF3UARQVO2U' where id=1;
-update noar ti set v0='YHZMGFJDP5Y2HJFKEMF3UARQVO2U' where id=1;
-update noar tt set b2='4MXTW6U' where id=1;
-update noar ti set b2='4MXTW6U' where id=1;
-update noar tt set v0='C87DYG6XW3VF2GJJPEII8K1GH9IDMWW' where id=2;
-update noar ti set v0='C87DYG6XW3VF2GJJPEII8K1GH9IDMWW' where id=2;
-update noar tt set b0='HUIX9W8X75FOFTZ8W' where id=2;
-update noar ti set b0='HUIX9W8X75FOFTZ8W' where id=2;
-update noar tt set v0='VPRKVU4ME26BLRNHDYAVFKBUGXRTEH' where id=2;
-update noar ti set v0='VPRKVU4ME26BLRNHDYAVFKBUGXRTEH' where id=2;
-update noar tt set b1='OP0GPDHVEM3PIKBLG' where id=2;
-update noar ti set b1='OP0GPDHVEM3PIKBLG' where id=2;
-update noar tt set v0='ON' where id=2;
-update noar ti set v0='ON' where id=2;
-update noar tt set b2='FO4YRBQ4F9ZLT' where id=2;
-update noar ti set b2='FO4YRBQ4F9ZLT' where id=2;
-update noar tt set v0='88PC1PAAN40Z3500OEKYV' where id=3;
-update noar ti set v0='88PC1PAAN40Z3500OEKYV' where id=3;
-update noar tt set b0='RA50' where id=3;
-update noar ti set b0='RA50' where id=3;
-update noar tt set v0='FJ' where id=3;
-update noar ti set v0='FJ' where id=3;
-update noar tt set b1='XV2FU8MVWX1V427CB2C1PIA5NXJKLU5' where id=3;
-update noar ti set b1='XV2FU8MVWX1V427CB2C1PIA5NXJKLU5' where id=3;
-update noar tt set v0='TG' where id=3;
-update noar ti set v0='TG' where id=3;
-update noar tt set b2='3ID2846HXPE2PFYCGOY' where id=3;
-update noar ti set b2='3ID2846HXPE2PFYCGOY' where id=3;
-update noar tt set v0='QDJ2BB8PB4SAGJW4ZIXSIN1XNI3F6H' where id=4;
-update noar ti set v0='QDJ2BB8PB4SAGJW4ZIXSIN1XNI3F6H' where id=4;
-update noar tt set b0='H3JD5OH2NLRIJR' where id=4;
-update noar ti set b0='H3JD5OH2NLRIJR' where id=4;
-update noar tt set v0='CMO93ZLCMJOGMJWSHWO4E6IBXRQYHS' where id=4;
-update noar ti set v0='CMO93ZLCMJOGMJWSHWO4E6IBXRQYHS' where id=4;
-update noar tt set b1='FXSU3K6UJDGS' where id=4;
-update noar ti set b1='FXSU3K6UJDGS' where id=4;
-update noar tt set v0='P20IVA4UJIVUO3A2VEV963L1O' where id=4;
-update noar ti set v0='P20IVA4UJIVUO3A2VEV963L1O' where id=4;
-update noar tt set b2='1AEP2D7TTQ8IM0HNEI7CJ5X' where id=4;
-update noar ti set b2='1AEP2D7TTQ8IM0HNEI7CJ5X' where id=4;
-update noar tt set v0='OODOYH1J6JJJ' where id=5;
-update noar ti set v0='OODOYH1J6JJJ' where id=5;
-update noar tt set b0='34ECPVJHSZ1' where id=5;
-update noar ti set b0='34ECPVJHSZ1' where id=5;
-update noar tt set v0='PFPETC7II' where id=5;
-update noar ti set v0='PFPETC7II' where id=5;
-update noar tt set b1='A' where id=5;
-update noar ti set b1='A' where id=5;
-update noar tt set v0='IF9' where id=5;
-update noar ti set v0='IF9' where id=5;
-update noar tt set b2='W17NGDA8U54OW67WMQ7' where id=5;
-update noar ti set b2='W17NGDA8U54OW67WMQ7' where id=5;
-update noar tt set v0='VXMMNZ18K8AVPZUJJS2R9' where id=6;
-update noar ti set v0='VXMMNZ18K8AVPZUJJS2R9' where id=6;
-update noar tt set b0='3VRLHATW4C7YKWX' where id=6;
-update noar ti set b0='3VRLHATW4C7YKWX' where id=6;
-update noar tt set v0='00ZED43JYABT7TQ9KHJ2OQ9H46' where id=6;
-update noar ti set v0='00ZED43JYABT7TQ9KHJ2OQ9H46' where id=6;
-update noar tt set b1='PWZK77CBRLQ' where id=6;
-update noar ti set b1='PWZK77CBRLQ' where id=6;
-update noar tt set v0='NI2BLSHKSL88CMHTVZ7Y0V7QU0FCLO' where id=6;
-update noar ti set v0='NI2BLSHKSL88CMHTVZ7Y0V7QU0FCLO' where id=6;
-update noar tt set b2='7TKILZ03PXUFGBL22V7XV4UVSECK' where id=6;
-update noar ti set b2='7TKILZ03PXUFGBL22V7XV4UVSECK' where id=6;
-update noar tt set v0='EC8BXXSPAE4FVMFP6FMZL5EQ693' where id=7;
-update noar ti set v0='EC8BXXSPAE4FVMFP6FMZL5EQ693' where id=7;
-update noar tt set b0='NUD22EOW7' where id=7;
-update noar ti set b0='NUD22EOW7' where id=7;
-update noar tt set v0='NR8V4ZWO8UGWM9BP2C6NP4BW85HT06' where id=7;
-update noar ti set v0='NR8V4ZWO8UGWM9BP2C6NP4BW85HT06' where id=7;
-update noar tt set b1='YJW7Z28E1UM56D1E4J16GOI89' where id=7;
-update noar ti set b1='YJW7Z28E1UM56D1E4J16GOI89' where id=7;
-update noar tt set v0='4IYVS2QFA63ORI7EOJRA8JKZ' where id=7;
-update noar ti set v0='4IYVS2QFA63ORI7EOJRA8JKZ' where id=7;
-update noar tt set b2='4VJO' where id=7;
-update noar ti set b2='4VJO' where id=7;
-update noar tt set v0='B9ISV' where id=8;
-update noar ti set v0='B9ISV' where id=8;
-update noar tt set b0='WUP152F0E8SVXPNZVXALJ1GG6L' where id=8;
-update noar ti set b0='WUP152F0E8SVXPNZVXALJ1GG6L' where id=8;
-update noar tt set v0='4YO2AP' where id=8;
-update noar ti set v0='4YO2AP' where id=8;
-update noar tt set b1='9CHK2M1KX7ZITS' where id=8;
-update noar ti set b1='9CHK2M1KX7ZITS' where id=8;
-update noar tt set v0='QXTPBHB5VRO7IPNSI3R6QZZPV' where id=8;
-update noar ti set v0='QXTPBHB5VRO7IPNSI3R6QZZPV' where id=8;
-update noar tt set b2='PR0B7VTPNTFD' where id=8;
-update noar ti set b2='PR0B7VTPNTFD' where id=8;
-update noar tt set v0='16QSW0UOQX5FOOEW93ACEK' where id=9;
-update noar ti set v0='16QSW0UOQX5FOOEW93ACEK' where id=9;
-update noar tt set b0='Q26VLWZF5I8GFKK1X7Q7JOF0CX' where id=9;
-update noar ti set b0='Q26VLWZF5I8GFKK1X7Q7JOF0CX' where id=9;
-update noar tt set v0='QV15ZUHFXN' where id=9;
-update noar ti set v0='QV15ZUHFXN' where id=9;
-update noar tt set b1='9F0RKNDWAWM2USCYDBSX6R7S0E2GYE' where id=9;
-update noar ti set b1='9F0RKNDWAWM2USCYDBSX6R7S0E2GYE' where id=9;
-update noar tt set v0='T7IDSPSL4V6B3GP95KTV' where id=9;
-update noar ti set v0='T7IDSPSL4V6B3GP95KTV' where id=9;
-update noar tt set b2='73XOD2SOBDKRO' where id=9;
-update noar ti set b2='73XOD2SOBDKRO' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) null,
- b0 blob null,
- b1 longblob null,
- b2 blob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='7B5M' where id=1;
-update noar ti set v0='7B5M' where id=1;
-update noar tt set b0='O3VMLM1IOLKRXHB6YR' where id=1;
-update noar ti set b0='O3VMLM1IOLKRXHB6YR' where id=1;
-update noar tt set v0='7' where id=1;
-update noar ti set v0='7' where id=1;
-update noar tt set b1='H5YOI42039L' where id=1;
-update noar ti set b1='H5YOI42039L' where id=1;
-update noar tt set v0='Q0KCY3V5PZKXLE3ABP2XYGBMB3G2' where id=1;
-update noar ti set v0='Q0KCY3V5PZKXLE3ABP2XYGBMB3G2' where id=1;
-update noar tt set b2='LII19QR4QVIXCRM6Y68QNW' where id=1;
-update noar ti set b2='LII19QR4QVIXCRM6Y68QNW' where id=1;
-update noar tt set v0='IB4VQQ5IHZ1PZG0TF5' where id=2;
-update noar ti set v0='IB4VQQ5IHZ1PZG0TF5' where id=2;
-update noar tt set b0='T48X5PGD66V9FFYFND40' where id=2;
-update noar ti set b0='T48X5PGD66V9FFYFND40' where id=2;
-update noar tt set v0='LY5JEFNJ' where id=2;
-update noar ti set v0='LY5JEFNJ' where id=2;
-update noar tt set b1='WRH7HD4W' where id=2;
-update noar ti set b1='WRH7HD4W' where id=2;
-update noar tt set v0='9E5DFALSVPOLCX0TFP0NNP4H1D' where id=2;
-update noar ti set v0='9E5DFALSVPOLCX0TFP0NNP4H1D' where id=2;
-update noar tt set b2='EPC1R3NW84GHX' where id=2;
-update noar ti set b2='EPC1R3NW84GHX' where id=2;
-update noar tt set v0='K6F' where id=3;
-update noar ti set v0='K6F' where id=3;
-update noar tt set b0='2RF1AIYPTHYOF' where id=3;
-update noar ti set b0='2RF1AIYPTHYOF' where id=3;
-update noar tt set v0='Q9XBSFD4V6UUB0SXYOT6UD92BV55SAT' where id=3;
-update noar ti set v0='Q9XBSFD4V6UUB0SXYOT6UD92BV55SAT' where id=3;
-update noar tt set b1='SLQGDAOHNBAU1ZBBO1V6B3OS5' where id=3;
-update noar ti set b1='SLQGDAOHNBAU1ZBBO1V6B3OS5' where id=3;
-update noar tt set v0='8UKOKCAOY14S3G' where id=3;
-update noar ti set v0='8UKOKCAOY14S3G' where id=3;
-update noar tt set b2='1T' where id=3;
-update noar ti set b2='1T' where id=3;
-update noar tt set v0='M4HZBQBYVJO4C50LOL589FQHDQC8' where id=4;
-update noar ti set v0='M4HZBQBYVJO4C50LOL589FQHDQC8' where id=4;
-update noar tt set b0='VRVK48N0ANA7UFKT3HCII' where id=4;
-update noar ti set b0='VRVK48N0ANA7UFKT3HCII' where id=4;
-update noar tt set v0='95M1KDITRLP7A' where id=4;
-update noar ti set v0='95M1KDITRLP7A' where id=4;
-update noar tt set b1='G48AFM62I1' where id=4;
-update noar ti set b1='G48AFM62I1' where id=4;
-update noar tt set v0='U6HX9XAIMD' where id=4;
-update noar ti set v0='U6HX9XAIMD' where id=4;
-update noar tt set b2='O7PIPJG8XDTO3YVE4EPCAX6W' where id=4;
-update noar ti set b2='O7PIPJG8XDTO3YVE4EPCAX6W' where id=4;
-update noar tt set v0='48ID6' where id=5;
-update noar ti set v0='48ID6' where id=5;
-update noar tt set b0='COR' where id=5;
-update noar ti set b0='COR' where id=5;
-update noar tt set v0='8HU6F72OMO05' where id=5;
-update noar ti set v0='8HU6F72OMO05' where id=5;
-update noar tt set b1='FLGUJQK9ASFC' where id=5;
-update noar ti set b1='FLGUJQK9ASFC' where id=5;
-update noar tt set v0='40P86CUT189CP7TE' where id=5;
-update noar ti set v0='40P86CUT189CP7TE' where id=5;
-update noar tt set b2='LGFNZAIR8LJIS7LC37DMIHKZ80' where id=5;
-update noar ti set b2='LGFNZAIR8LJIS7LC37DMIHKZ80' where id=5;
-update noar tt set v0='V7C7NTC4W0BC' where id=6;
-update noar ti set v0='V7C7NTC4W0BC' where id=6;
-update noar tt set b0='OYKSVO9NEWFJ26W8U8QLFX5C46372' where id=6;
-update noar ti set b0='OYKSVO9NEWFJ26W8U8QLFX5C46372' where id=6;
-update noar tt set v0='COPWZREUYZQ' where id=6;
-update noar ti set v0='COPWZREUYZQ' where id=6;
-update noar tt set b1='1HW44' where id=6;
-update noar ti set b1='1HW44' where id=6;
-update noar tt set v0='ZFC' where id=6;
-update noar ti set v0='ZFC' where id=6;
-update noar tt set b2='W4FM32AKO5TCZNCZF9AUIEK0K2GR93Z6' where id=6;
-update noar ti set b2='W4FM32AKO5TCZNCZF9AUIEK0K2GR93Z6' where id=6;
-update noar tt set v0='O6P' where id=7;
-update noar ti set v0='O6P' where id=7;
-update noar tt set b0='2P87YJFWGBFNO' where id=7;
-update noar ti set b0='2P87YJFWGBFNO' where id=7;
-update noar tt set v0='5TCOQ6' where id=7;
-update noar ti set v0='5TCOQ6' where id=7;
-update noar tt set b1='EQGN6KQ7LB32244S9IRH2B' where id=7;
-update noar ti set b1='EQGN6KQ7LB32244S9IRH2B' where id=7;
-update noar tt set v0='8F9D3HNKKNTF1A01KLF' where id=7;
-update noar ti set v0='8F9D3HNKKNTF1A01KLF' where id=7;
-update noar tt set b2='H2UVXZG2BIDUCO0SPR2GC3X02F' where id=7;
-update noar ti set b2='H2UVXZG2BIDUCO0SPR2GC3X02F' where id=7;
-update noar tt set v0='B9MGWQ07VMW' where id=8;
-update noar ti set v0='B9MGWQ07VMW' where id=8;
-update noar tt set b0='GTAW7WT4MUB3X2GM88P1ONXK' where id=8;
-update noar ti set b0='GTAW7WT4MUB3X2GM88P1ONXK' where id=8;
-update noar tt set v0='GSZM' where id=8;
-update noar ti set v0='GSZM' where id=8;
-update noar tt set b1='5AMUAGW913HUXKV' where id=8;
-update noar ti set b1='5AMUAGW913HUXKV' where id=8;
-update noar tt set v0='GDNWZHPWE1QAK' where id=8;
-update noar ti set v0='GDNWZHPWE1QAK' where id=8;
-update noar tt set b2='R494CL4' where id=8;
-update noar ti set b2='R494CL4' where id=8;
-update noar tt set v0='A6CELHPA' where id=9;
-update noar ti set v0='A6CELHPA' where id=9;
-update noar tt set b0='55Y2X' where id=9;
-update noar ti set b0='55Y2X' where id=9;
-update noar tt set v0='NMJCIE8BLY0FPQPZ' where id=9;
-update noar ti set v0='NMJCIE8BLY0FPQPZ' where id=9;
-update noar tt set b1='9SVDGNAE' where id=9;
-update noar ti set b1='9SVDGNAE' where id=9;
-update noar tt set v0='K0F7PCPNNEP1J52TM7Z9DG55VIWU' where id=9;
-update noar ti set v0='K0F7PCPNNEP1J52TM7Z9DG55VIWU' where id=9;
-update noar tt set b2='85Y' where id=9;
-update noar ti set b2='85Y' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) not null,
- b0 blob not null,
- b1 longblob not null,
- b2 blob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='86YH72RKNJYSA6ML9YGT5Q0U06O' where id=1;
-update noar ti set v0='86YH72RKNJYSA6ML9YGT5Q0U06O' where id=1;
-update noar tt set b0='AH91L768A5KKMNMJ4CK67DWN' where id=1;
-update noar ti set b0='AH91L768A5KKMNMJ4CK67DWN' where id=1;
-update noar tt set v0='D66UE788RIII2W0542AI1UY48IR94P' where id=1;
-update noar ti set v0='D66UE788RIII2W0542AI1UY48IR94P' where id=1;
-update noar tt set b1='XQGICMLKNHPQ' where id=1;
-update noar ti set b1='XQGICMLKNHPQ' where id=1;
-update noar tt set v0='LXUWX3KBD5CDR64WJ6TDYUVFZ4CY7D15' where id=1;
-update noar ti set v0='LXUWX3KBD5CDR64WJ6TDYUVFZ4CY7D15' where id=1;
-update noar tt set b2='WCYRC0XPTXEM3FEASSD7BHM7L' where id=1;
-update noar ti set b2='WCYRC0XPTXEM3FEASSD7BHM7L' where id=1;
-update noar tt set v0='270E7AP7YX9W1SH6C8V60WS2Q1' where id=2;
-update noar ti set v0='270E7AP7YX9W1SH6C8V60WS2Q1' where id=2;
-update noar tt set b0='WM11FNV6OTLZVGCHO5R0D9L' where id=2;
-update noar ti set b0='WM11FNV6OTLZVGCHO5R0D9L' where id=2;
-update noar tt set v0='C21MCP7ARXRTLA8S' where id=2;
-update noar ti set v0='C21MCP7ARXRTLA8S' where id=2;
-update noar tt set b1='E3O0' where id=2;
-update noar ti set b1='E3O0' where id=2;
-update noar tt set v0='76XWRWI04VKDH2TOGZ9' where id=2;
-update noar ti set v0='76XWRWI04VKDH2TOGZ9' where id=2;
-update noar tt set b2='DFZ3GCUWRSHNLQD3' where id=2;
-update noar ti set b2='DFZ3GCUWRSHNLQD3' where id=2;
-update noar tt set v0='M9XZL1XRHKE1AZ913A' where id=3;
-update noar ti set v0='M9XZL1XRHKE1AZ913A' where id=3;
-update noar tt set b0='19GJPEUNNO' where id=3;
-update noar ti set b0='19GJPEUNNO' where id=3;
-update noar tt set v0='RIVRRSEKSTRQZU7VGK3265KBNETD' where id=3;
-update noar ti set v0='RIVRRSEKSTRQZU7VGK3265KBNETD' where id=3;
-update noar tt set b1='11F6FOODKFNNMMBE8BOZFUM6F' where id=3;
-update noar ti set b1='11F6FOODKFNNMMBE8BOZFUM6F' where id=3;
-update noar tt set v0='VRBMZ6APJJ4U2HY' where id=3;
-update noar ti set v0='VRBMZ6APJJ4U2HY' where id=3;
-update noar tt set b2='7' where id=3;
-update noar ti set b2='7' where id=3;
-update noar tt set v0='N2PAFJ2MZ7RHO81YW9804SPAB3XX' where id=4;
-update noar ti set v0='N2PAFJ2MZ7RHO81YW9804SPAB3XX' where id=4;
-update noar tt set b0='PDY8SKSEN1XEC2K96' where id=4;
-update noar ti set b0='PDY8SKSEN1XEC2K96' where id=4;
-update noar tt set v0='P3TKDD4HRXQ4VC0EWJC5' where id=4;
-update noar ti set v0='P3TKDD4HRXQ4VC0EWJC5' where id=4;
-update noar tt set b1='QGO9O' where id=4;
-update noar ti set b1='QGO9O' where id=4;
-update noar tt set v0='ETX98A2ZCD' where id=4;
-update noar ti set v0='ETX98A2ZCD' where id=4;
-update noar tt set b2='JE3VVV20VHTQ' where id=4;
-update noar ti set b2='JE3VVV20VHTQ' where id=4;
-update noar tt set v0='6L9' where id=5;
-update noar ti set v0='6L9' where id=5;
-update noar tt set b0='1B9HKLBZ7AW4' where id=5;
-update noar ti set b0='1B9HKLBZ7AW4' where id=5;
-update noar tt set v0='XVGYLFLR22NQ98LRALD5PXPZ8' where id=5;
-update noar ti set v0='XVGYLFLR22NQ98LRALD5PXPZ8' where id=5;
-update noar tt set b1='4L47QY' where id=5;
-update noar ti set b1='4L47QY' where id=5;
-update noar tt set v0='BOMR8S' where id=5;
-update noar ti set v0='BOMR8S' where id=5;
-update noar tt set b2='F0IZUPH5JMTB7M4H44WT' where id=5;
-update noar ti set b2='F0IZUPH5JMTB7M4H44WT' where id=5;
-update noar tt set v0='3XV4BLXT1ASGXFS0IR14' where id=6;
-update noar ti set v0='3XV4BLXT1ASGXFS0IR14' where id=6;
-update noar tt set b0='NQKNL94JUMLJ' where id=6;
-update noar ti set b0='NQKNL94JUMLJ' where id=6;
-update noar tt set v0='BRQ4F0HF5E83DX9Y80PO0V2CY' where id=6;
-update noar ti set v0='BRQ4F0HF5E83DX9Y80PO0V2CY' where id=6;
-update noar tt set b1='GMFXSRRA1TKLLP' where id=6;
-update noar ti set b1='GMFXSRRA1TKLLP' where id=6;
-update noar tt set v0='CP2BGCGWZKMYY88RIOOY' where id=6;
-update noar ti set v0='CP2BGCGWZKMYY88RIOOY' where id=6;
-update noar tt set b2='X31H0BB0' where id=6;
-update noar ti set b2='X31H0BB0' where id=6;
-update noar tt set v0='YXZB6G9AFBQNAOSSFYQIZRYTK' where id=7;
-update noar ti set v0='YXZB6G9AFBQNAOSSFYQIZRYTK' where id=7;
-update noar tt set b0='3PL2CPH0T27UNUC986KT0F5B' where id=7;
-update noar ti set b0='3PL2CPH0T27UNUC986KT0F5B' where id=7;
-update noar tt set v0='EJ550841' where id=7;
-update noar ti set v0='EJ550841' where id=7;
-update noar tt set b1='AV4TF5M3NQYKV0I31L7V0' where id=7;
-update noar ti set b1='AV4TF5M3NQYKV0I31L7V0' where id=7;
-update noar tt set v0='W2APVHF6CJZEVW0N7ZW9ARZTDO1ES' where id=7;
-update noar ti set v0='W2APVHF6CJZEVW0N7ZW9ARZTDO1ES' where id=7;
-update noar tt set b2='PMGD7UWY' where id=7;
-update noar ti set b2='PMGD7UWY' where id=7;
-update noar tt set v0='FV4EGB1BQQHU8X5SIOPEMKURI' where id=8;
-update noar ti set v0='FV4EGB1BQQHU8X5SIOPEMKURI' where id=8;
-update noar tt set b0='LZ1QP2OQJ3U4BLDI09' where id=8;
-update noar ti set b0='LZ1QP2OQJ3U4BLDI09' where id=8;
-update noar tt set v0='73HMUGCDZHYS4OBY3ZC7DEK2R7ZM' where id=8;
-update noar ti set v0='73HMUGCDZHYS4OBY3ZC7DEK2R7ZM' where id=8;
-update noar tt set b1='8NVXJ1TORGCO' where id=8;
-update noar ti set b1='8NVXJ1TORGCO' where id=8;
-update noar tt set v0='WXKFM7H' where id=8;
-update noar ti set v0='WXKFM7H' where id=8;
-update noar tt set b2='2GBZE5Q7V5O4LP66M5AN' where id=8;
-update noar ti set b2='2GBZE5Q7V5O4LP66M5AN' where id=8;
-update noar tt set v0='Y2242KN9THL2KV0ALATKBAWBKKB' where id=9;
-update noar ti set v0='Y2242KN9THL2KV0ALATKBAWBKKB' where id=9;
-update noar tt set b0='G8QEN2EJ5LWKHXF36JQ9PC9G' where id=9;
-update noar ti set b0='G8QEN2EJ5LWKHXF36JQ9PC9G' where id=9;
-update noar tt set v0='5UFCMRM0IJ2OTDXFVEDJ5HNH6NTU' where id=9;
-update noar ti set v0='5UFCMRM0IJ2OTDXFVEDJ5HNH6NTU' where id=9;
-update noar tt set b1='LFN9H1HDL4JA9OI2PHBSM2M0DRX' where id=9;
-update noar ti set b1='LFN9H1HDL4JA9OI2PHBSM2M0DRX' where id=9;
-update noar tt set v0='T7FKCFNSJ3GLTXM5' where id=9;
-update noar ti set v0='T7FKCFNSJ3GLTXM5' where id=9;
-update noar tt set b2='6IE9YDK6IH15L1' where id=9;
-update noar ti set b2='6IE9YDK6IH15L1' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) not null,
- b0 blob not null,
- b1 longblob not null,
- b2 blob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='KZSXHZ71NWO' where id=1;
-update noar ti set v0='KZSXHZ71NWO' where id=1;
-update noar tt set b0='O4Q3CNNWCHYKFK7' where id=1;
-update noar ti set b0='O4Q3CNNWCHYKFK7' where id=1;
-update noar tt set v0='XFJ14XGHYGXTDELKGS' where id=1;
-update noar ti set v0='XFJ14XGHYGXTDELKGS' where id=1;
-update noar tt set b1='1WID9SLJIPBX8JWY7QNC2D5' where id=1;
-update noar ti set b1='1WID9SLJIPBX8JWY7QNC2D5' where id=1;
-update noar tt set v0='G7IANSTI86HBBDTK29C' where id=1;
-update noar ti set v0='G7IANSTI86HBBDTK29C' where id=1;
-update noar tt set b2='5EU63CHMBDC2OGA9GLJNA78UKJB9U6VS' where id=1;
-update noar ti set b2='5EU63CHMBDC2OGA9GLJNA78UKJB9U6VS' where id=1;
-update noar tt set v0='WP4VXHSTQCVO6D2KQ' where id=2;
-update noar ti set v0='WP4VXHSTQCVO6D2KQ' where id=2;
-update noar tt set b0='KOK4P4NXT78PDP' where id=2;
-update noar ti set b0='KOK4P4NXT78PDP' where id=2;
-update noar tt set v0='9H77ENRPFIWWM' where id=2;
-update noar ti set v0='9H77ENRPFIWWM' where id=2;
-update noar tt set b1='I1109OT3OUN' where id=2;
-update noar ti set b1='I1109OT3OUN' where id=2;
-update noar tt set v0='HBE3X7PJCDMV' where id=2;
-update noar ti set v0='HBE3X7PJCDMV' where id=2;
-update noar tt set b2='WO4UMOUUBZAKMLE3EC' where id=2;
-update noar ti set b2='WO4UMOUUBZAKMLE3EC' where id=2;
-update noar tt set v0='60L6XL1VCJ7GG84FJDU3K0X86F' where id=3;
-update noar ti set v0='60L6XL1VCJ7GG84FJDU3K0X86F' where id=3;
-update noar tt set b0='5OBVORTZSQOS3D' where id=3;
-update noar ti set b0='5OBVORTZSQOS3D' where id=3;
-update noar tt set v0='2W' where id=3;
-update noar ti set v0='2W' where id=3;
-update noar tt set b1='NHWIZ8JH00NNJSLE74BYN34GAOU2VY' where id=3;
-update noar ti set b1='NHWIZ8JH00NNJSLE74BYN34GAOU2VY' where id=3;
-update noar tt set v0='737M61PEL6RD9ZWPQNI8V563T59OL1' where id=3;
-update noar ti set v0='737M61PEL6RD9ZWPQNI8V563T59OL1' where id=3;
-update noar tt set b2='SSB5DKUXWFXYP28ENXEY9Y1XCB' where id=3;
-update noar ti set b2='SSB5DKUXWFXYP28ENXEY9Y1XCB' where id=3;
-update noar tt set v0='U' where id=4;
-update noar ti set v0='U' where id=4;
-update noar tt set b0='2P46UM' where id=4;
-update noar ti set b0='2P46UM' where id=4;
-update noar tt set v0='ISAD2KT39J84IBV40KIUFXG7SIXWDDSO' where id=4;
-update noar ti set v0='ISAD2KT39J84IBV40KIUFXG7SIXWDDSO' where id=4;
-update noar tt set b1='4EQ3ZK9QO5T7Z4GD9I7' where id=4;
-update noar ti set b1='4EQ3ZK9QO5T7Z4GD9I7' where id=4;
-update noar tt set v0='9EKLBE01TYW9D7O36TYA' where id=4;
-update noar ti set v0='9EKLBE01TYW9D7O36TYA' where id=4;
-update noar tt set b2='M3B38YGM4IZ4VOLNG8UTPJ6PEGZ' where id=4;
-update noar ti set b2='M3B38YGM4IZ4VOLNG8UTPJ6PEGZ' where id=4;
-update noar tt set v0='9SAO240F7KVUS' where id=5;
-update noar ti set v0='9SAO240F7KVUS' where id=5;
-update noar tt set b0='GQS81M5Y37V8RHN92U39EFAWECOZ' where id=5;
-update noar ti set b0='GQS81M5Y37V8RHN92U39EFAWECOZ' where id=5;
-update noar tt set v0='K5OQ2UTDPAYCU9O11OEPOP0D96K0DPC' where id=5;
-update noar ti set v0='K5OQ2UTDPAYCU9O11OEPOP0D96K0DPC' where id=5;
-update noar tt set b1='YQ' where id=5;
-update noar ti set b1='YQ' where id=5;
-update noar tt set v0='H21IGF1VYH42GSB2Y' where id=5;
-update noar ti set v0='H21IGF1VYH42GSB2Y' where id=5;
-update noar tt set b2='FR0D2X8463N' where id=5;
-update noar ti set b2='FR0D2X8463N' where id=5;
-update noar tt set v0='0VD69QUB1FCA1E8MVIY9G4QMIP7' where id=6;
-update noar ti set v0='0VD69QUB1FCA1E8MVIY9G4QMIP7' where id=6;
-update noar tt set b0='FZT5HEJPJ3RUXVCUA5QE' where id=6;
-update noar ti set b0='FZT5HEJPJ3RUXVCUA5QE' where id=6;
-update noar tt set v0='KOZ4A0K5LHD5TSRE' where id=6;
-update noar ti set v0='KOZ4A0K5LHD5TSRE' where id=6;
-update noar tt set b1='6QRH1ULSTN3M3SI99' where id=6;
-update noar ti set b1='6QRH1ULSTN3M3SI99' where id=6;
-update noar tt set v0='UBQQDQV1YII74F3CYCGOH913SE' where id=6;
-update noar ti set v0='UBQQDQV1YII74F3CYCGOH913SE' where id=6;
-update noar tt set b2='XX5NITXUHRLQNF' where id=6;
-update noar ti set b2='XX5NITXUHRLQNF' where id=6;
-update noar tt set v0='V6MG34TI9SZ6526OZGGM7SFKLKH' where id=7;
-update noar ti set v0='V6MG34TI9SZ6526OZGGM7SFKLKH' where id=7;
-update noar tt set b0='7VNIN2F26FCS67L85DCBRY1QK89K' where id=7;
-update noar ti set b0='7VNIN2F26FCS67L85DCBRY1QK89K' where id=7;
-update noar tt set v0='JICMLWLDU44NLYHS82S8WE47TI' where id=7;
-update noar ti set v0='JICMLWLDU44NLYHS82S8WE47TI' where id=7;
-update noar tt set b1='30ZFKKDIAGF' where id=7;
-update noar ti set b1='30ZFKKDIAGF' where id=7;
-update noar tt set v0='C95F7H251FS' where id=7;
-update noar ti set v0='C95F7H251FS' where id=7;
-update noar tt set b2='ARSJRXM0WJBE4U9E7YJTGD' where id=7;
-update noar ti set b2='ARSJRXM0WJBE4U9E7YJTGD' where id=7;
-update noar tt set v0='0GCMNRT9' where id=8;
-update noar ti set v0='0GCMNRT9' where id=8;
-update noar tt set b0='UR9HJ72DEAZ' where id=8;
-update noar ti set b0='UR9HJ72DEAZ' where id=8;
-update noar tt set v0='9F81SUFATO80' where id=8;
-update noar ti set v0='9F81SUFATO80' where id=8;
-update noar tt set b1='0HY01VHG' where id=8;
-update noar ti set b1='0HY01VHG' where id=8;
-update noar tt set v0='EKM' where id=8;
-update noar ti set v0='EKM' where id=8;
-update noar tt set b2='ZY' where id=8;
-update noar ti set b2='ZY' where id=8;
-update noar tt set v0='E5V8XS74LUB3VU' where id=9;
-update noar ti set v0='E5V8XS74LUB3VU' where id=9;
-update noar tt set b0='HQVPDBMP62J7B1Y4SFUGSS' where id=9;
-update noar ti set b0='HQVPDBMP62J7B1Y4SFUGSS' where id=9;
-update noar tt set v0='W8F7S4275SEI843RSSGINC5C2XTU5AP4' where id=9;
-update noar ti set v0='W8F7S4275SEI843RSSGINC5C2XTU5AP4' where id=9;
-update noar tt set b1='7JQOUNL3TRVQS1' where id=9;
-update noar ti set b1='7JQOUNL3TRVQS1' where id=9;
-update noar tt set v0='QFSFALZLQO83RKM' where id=9;
-update noar ti set v0='QFSFALZLQO83RKM' where id=9;
-update noar tt set b2='TU1365Z1PBHUI4K70DH0Y0' where id=9;
-update noar ti set b2='TU1365Z1PBHUI4K70DH0Y0' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) null,
- b0 blob null,
- b1 longblob null,
- b2 mediumblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='KJ6MKP049PDG' where id=1;
-update noar ti set v0='KJ6MKP049PDG' where id=1;
-update noar tt set b0='69E1' where id=1;
-update noar ti set b0='69E1' where id=1;
-update noar tt set v0='DV6D9' where id=1;
-update noar ti set v0='DV6D9' where id=1;
-update noar tt set b1='A7R18OFT4719POYYKW' where id=1;
-update noar ti set b1='A7R18OFT4719POYYKW' where id=1;
-update noar tt set v0='YMEJKYXVKIRY1A' where id=1;
-update noar ti set v0='YMEJKYXVKIRY1A' where id=1;
-update noar tt set b2='K7FMF' where id=1;
-update noar ti set b2='K7FMF' where id=1;
-update noar tt set v0='JPXGG54S' where id=2;
-update noar ti set v0='JPXGG54S' where id=2;
-update noar tt set b0='WCAKXTLZ7624V' where id=2;
-update noar ti set b0='WCAKXTLZ7624V' where id=2;
-update noar tt set v0='SXQMLSI2N05N460U8NU84U80VVBK' where id=2;
-update noar ti set v0='SXQMLSI2N05N460U8NU84U80VVBK' where id=2;
-update noar tt set b1='MI7CCMVG2V4IBQZEPEAAKY' where id=2;
-update noar ti set b1='MI7CCMVG2V4IBQZEPEAAKY' where id=2;
-update noar tt set v0='S7YRJFHRZ63FTZ0UZ783NGWJ0Q0Q0' where id=2;
-update noar ti set v0='S7YRJFHRZ63FTZ0UZ783NGWJ0Q0Q0' where id=2;
-update noar tt set b2='UZRX94PCNHOR' where id=2;
-update noar ti set b2='UZRX94PCNHOR' where id=2;
-update noar tt set v0='O3K8E2KKBO22MJRM4' where id=3;
-update noar ti set v0='O3K8E2KKBO22MJRM4' where id=3;
-update noar tt set b0='TD3' where id=3;
-update noar ti set b0='TD3' where id=3;
-update noar tt set v0='N5GZATTF8VZBWVJ' where id=3;
-update noar ti set v0='N5GZATTF8VZBWVJ' where id=3;
-update noar tt set b1='LN2GBCLZEUN' where id=3;
-update noar ti set b1='LN2GBCLZEUN' where id=3;
-update noar tt set v0='3ZGAWSEZANCV4ZJ8ZAOU4428KAC2P' where id=3;
-update noar ti set v0='3ZGAWSEZANCV4ZJ8ZAOU4428KAC2P' where id=3;
-update noar tt set b2='LUR7M75DNR5ER4DNVBTAO8TDCAMHHT' where id=3;
-update noar ti set b2='LUR7M75DNR5ER4DNVBTAO8TDCAMHHT' where id=3;
-update noar tt set v0='V3WN4JUFIS4YMZT' where id=4;
-update noar ti set v0='V3WN4JUFIS4YMZT' where id=4;
-update noar tt set b0='Y37CSDSCBCMPM0RU5Y0MZUFRIQAN5V7P' where id=4;
-update noar ti set b0='Y37CSDSCBCMPM0RU5Y0MZUFRIQAN5V7P' where id=4;
-update noar tt set v0='JBIX2PLJAED9KBHWUUV9P3XP' where id=4;
-update noar ti set v0='JBIX2PLJAED9KBHWUUV9P3XP' where id=4;
-update noar tt set b1='P5GI' where id=4;
-update noar ti set b1='P5GI' where id=4;
-update noar tt set v0='WTKW7E45N2I0IMRBRNYQ9CK' where id=4;
-update noar ti set v0='WTKW7E45N2I0IMRBRNYQ9CK' where id=4;
-update noar tt set b2='CFBBHF' where id=4;
-update noar ti set b2='CFBBHF' where id=4;
-update noar tt set v0='GBN9OHZHHTLSAD4LMVVX5Y' where id=5;
-update noar ti set v0='GBN9OHZHHTLSAD4LMVVX5Y' where id=5;
-update noar tt set b0='K' where id=5;
-update noar ti set b0='K' where id=5;
-update noar tt set v0='47MBG75Q6GPW' where id=5;
-update noar ti set v0='47MBG75Q6GPW' where id=5;
-update noar tt set b1='PLNZFEXBT1' where id=5;
-update noar ti set b1='PLNZFEXBT1' where id=5;
-update noar tt set v0='6VW2EPWR8I' where id=5;
-update noar ti set v0='6VW2EPWR8I' where id=5;
-update noar tt set b2='9AGKTT6LR5QZ5X904PBGC85JMPU' where id=5;
-update noar ti set b2='9AGKTT6LR5QZ5X904PBGC85JMPU' where id=5;
-update noar tt set v0='YOJH0FLKQD9R' where id=6;
-update noar ti set v0='YOJH0FLKQD9R' where id=6;
-update noar tt set b0='O194CF9VIOHO3Q0I77ZE3J7FP' where id=6;
-update noar ti set b0='O194CF9VIOHO3Q0I77ZE3J7FP' where id=6;
-update noar tt set v0='4IFEK' where id=6;
-update noar ti set v0='4IFEK' where id=6;
-update noar tt set b1='OS2PDRO36I4ILQ' where id=6;
-update noar ti set b1='OS2PDRO36I4ILQ' where id=6;
-update noar tt set v0='HPB0H' where id=6;
-update noar ti set v0='HPB0H' where id=6;
-update noar tt set b2='PNITSXSGGIN' where id=6;
-update noar ti set b2='PNITSXSGGIN' where id=6;
-update noar tt set v0='J6WDDAP8UQBMPRPPB6AZRYJFM2' where id=7;
-update noar ti set v0='J6WDDAP8UQBMPRPPB6AZRYJFM2' where id=7;
-update noar tt set b0='2O25QBVE05XVIWGLE2QTR2536RWDA7OZ' where id=7;
-update noar ti set b0='2O25QBVE05XVIWGLE2QTR2536RWDA7OZ' where id=7;
-update noar tt set v0='0PZ0UK' where id=7;
-update noar ti set v0='0PZ0UK' where id=7;
-update noar tt set b1='6FK9XGEIP42YHUT2UF5QAE1F387U' where id=7;
-update noar ti set b1='6FK9XGEIP42YHUT2UF5QAE1F387U' where id=7;
-update noar tt set v0='EJCASXYO2JUCUAKROAG068LW04910HSQ' where id=7;
-update noar ti set v0='EJCASXYO2JUCUAKROAG068LW04910HSQ' where id=7;
-update noar tt set b2='NH096JE59N1PA1K8INC8D0370B6I' where id=7;
-update noar ti set b2='NH096JE59N1PA1K8INC8D0370B6I' where id=7;
-update noar tt set v0='K3EKNTGDBRA2OQ4OQRRVMHLW3UC7V2C' where id=8;
-update noar ti set v0='K3EKNTGDBRA2OQ4OQRRVMHLW3UC7V2C' where id=8;
-update noar tt set b0='ESL93' where id=8;
-update noar ti set b0='ESL93' where id=8;
-update noar tt set v0='ZKNB1221LBQ7X05NJPMY44VCHASW' where id=8;
-update noar ti set v0='ZKNB1221LBQ7X05NJPMY44VCHASW' where id=8;
-update noar tt set b1='G' where id=8;
-update noar ti set b1='G' where id=8;
-update noar tt set v0='H0D1UL1806J9QRNDVNB84XXP2600IQ' where id=8;
-update noar ti set v0='H0D1UL1806J9QRNDVNB84XXP2600IQ' where id=8;
-update noar tt set b2='8MUF' where id=8;
-update noar ti set b2='8MUF' where id=8;
-update noar tt set v0='W19KL15S2QHVW280KXP0' where id=9;
-update noar ti set v0='W19KL15S2QHVW280KXP0' where id=9;
-update noar tt set b0='0ET2YLFPVAMTVLAQ4EWT8QLQWT7DHEF' where id=9;
-update noar ti set b0='0ET2YLFPVAMTVLAQ4EWT8QLQWT7DHEF' where id=9;
-update noar tt set v0='KFLNKTMFCJAUPEHWDRZT' where id=9;
-update noar ti set v0='KFLNKTMFCJAUPEHWDRZT' where id=9;
-update noar tt set b1='8A9K' where id=9;
-update noar ti set b1='8A9K' where id=9;
-update noar tt set v0='89YIIRVZ241T2KIMYFV422AS5JW3' where id=9;
-update noar ti set v0='89YIIRVZ241T2KIMYFV422AS5JW3' where id=9;
-update noar tt set b2='I2W9N7WP7FEH' where id=9;
-update noar ti set b2='I2W9N7WP7FEH' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) null,
- b0 blob null,
- b1 longblob null,
- b2 mediumblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='ITO' where id=1;
-update noar ti set v0='ITO' where id=1;
-update noar tt set b0='9BP' where id=1;
-update noar ti set b0='9BP' where id=1;
-update noar tt set v0='MB4R269GI0573NGI4QADOC6F9TDN3' where id=1;
-update noar ti set v0='MB4R269GI0573NGI4QADOC6F9TDN3' where id=1;
-update noar tt set b1='8BI9TK0' where id=1;
-update noar ti set b1='8BI9TK0' where id=1;
-update noar tt set v0='SW1R1ZJ23K6RP3OUV4CTHT' where id=1;
-update noar ti set v0='SW1R1ZJ23K6RP3OUV4CTHT' where id=1;
-update noar tt set b2='TTKLVH6ABGT8' where id=1;
-update noar ti set b2='TTKLVH6ABGT8' where id=1;
-update noar tt set v0='RUW83BI5QOF9EQ2H7F0G' where id=2;
-update noar ti set v0='RUW83BI5QOF9EQ2H7F0G' where id=2;
-update noar tt set b0='LG5EBGS6DPOXBWH7MK0Z2ZN4' where id=2;
-update noar ti set b0='LG5EBGS6DPOXBWH7MK0Z2ZN4' where id=2;
-update noar tt set v0='EN9ZXMYC' where id=2;
-update noar ti set v0='EN9ZXMYC' where id=2;
-update noar tt set b1='8488T5G82EB59QH6' where id=2;
-update noar ti set b1='8488T5G82EB59QH6' where id=2;
-update noar tt set v0='BSZ0895XG' where id=2;
-update noar ti set v0='BSZ0895XG' where id=2;
-update noar tt set b2='HAEQ7TZ2GL0C' where id=2;
-update noar ti set b2='HAEQ7TZ2GL0C' where id=2;
-update noar tt set v0='VD20G96JY68XKVM3KX49ET3NK6' where id=3;
-update noar ti set v0='VD20G96JY68XKVM3KX49ET3NK6' where id=3;
-update noar tt set b0='SWF4F624MVDSM8H0OA' where id=3;
-update noar ti set b0='SWF4F624MVDSM8H0OA' where id=3;
-update noar tt set v0='YROHDKQYDFGP0JH5FWPGKE02W' where id=3;
-update noar ti set v0='YROHDKQYDFGP0JH5FWPGKE02W' where id=3;
-update noar tt set b1='8ZXJ34RTK995TK' where id=3;
-update noar ti set b1='8ZXJ34RTK995TK' where id=3;
-update noar tt set v0='ZS4EH099NBP53P3SNZYZZG8V1IOIH' where id=3;
-update noar ti set v0='ZS4EH099NBP53P3SNZYZZG8V1IOIH' where id=3;
-update noar tt set b2='R7CYSNEVJ3D' where id=3;
-update noar ti set b2='R7CYSNEVJ3D' where id=3;
-update noar tt set v0='JK7IGN97' where id=4;
-update noar ti set v0='JK7IGN97' where id=4;
-update noar tt set b0='YZFDMVIBS7FU3MQ11MJ7S' where id=4;
-update noar ti set b0='YZFDMVIBS7FU3MQ11MJ7S' where id=4;
-update noar tt set v0='F063BPTT4UF2JO' where id=4;
-update noar ti set v0='F063BPTT4UF2JO' where id=4;
-update noar tt set b1='U9A35HW6MO5VIG79M01LELB' where id=4;
-update noar ti set b1='U9A35HW6MO5VIG79M01LELB' where id=4;
-update noar tt set v0='D28GTGR7HCKIBJW1ILZM' where id=4;
-update noar ti set v0='D28GTGR7HCKIBJW1ILZM' where id=4;
-update noar tt set b2='CQWH0W' where id=4;
-update noar ti set b2='CQWH0W' where id=4;
-update noar tt set v0='8KNCJML44FP6K13VYHKFPXLOQWCNYAY' where id=5;
-update noar ti set v0='8KNCJML44FP6K13VYHKFPXLOQWCNYAY' where id=5;
-update noar tt set b0='8VN1QDSICJTI8ZV82Z' where id=5;
-update noar ti set b0='8VN1QDSICJTI8ZV82Z' where id=5;
-update noar tt set v0='6F4NC9M7OA0KH41KFTZ' where id=5;
-update noar ti set v0='6F4NC9M7OA0KH41KFTZ' where id=5;
-update noar tt set b1='B931DFW' where id=5;
-update noar ti set b1='B931DFW' where id=5;
-update noar tt set v0='U' where id=5;
-update noar ti set v0='U' where id=5;
-update noar tt set b2='U34BAYBBB7RQ135QT9BXOWI' where id=5;
-update noar ti set b2='U34BAYBBB7RQ135QT9BXOWI' where id=5;
-update noar tt set v0='FJ0VFJ041Y6FZ3F6EKCG4497' where id=6;
-update noar ti set v0='FJ0VFJ041Y6FZ3F6EKCG4497' where id=6;
-update noar tt set b0='2YRAK04HQ4BXW84R1ZXEII5SD05BS0' where id=6;
-update noar ti set b0='2YRAK04HQ4BXW84R1ZXEII5SD05BS0' where id=6;
-update noar tt set v0='D1VWA61L2NCMUSQ9595LYU20M4H7' where id=6;
-update noar ti set v0='D1VWA61L2NCMUSQ9595LYU20M4H7' where id=6;
-update noar tt set b1='5LRBSCLHRSIEZZ12ZDG09ZTK6S3V9F' where id=6;
-update noar ti set b1='5LRBSCLHRSIEZZ12ZDG09ZTK6S3V9F' where id=6;
-update noar tt set v0='845QXJ0IC6COX' where id=6;
-update noar ti set v0='845QXJ0IC6COX' where id=6;
-update noar tt set b2='4JWH5WI4J73LH3IAIBND1S' where id=6;
-update noar ti set b2='4JWH5WI4J73LH3IAIBND1S' where id=6;
-update noar tt set v0='YWC3JJ3SDLISFJBR9U2IRC32FI2D' where id=7;
-update noar ti set v0='YWC3JJ3SDLISFJBR9U2IRC32FI2D' where id=7;
-update noar tt set b0='7DEVU7RA4P5CHEMGP5JX1B7UHP89P39' where id=7;
-update noar ti set b0='7DEVU7RA4P5CHEMGP5JX1B7UHP89P39' where id=7;
-update noar tt set v0='V4SRVJAOCJ69' where id=7;
-update noar ti set v0='V4SRVJAOCJ69' where id=7;
-update noar tt set b1='I77SO2B8M7I51' where id=7;
-update noar ti set b1='I77SO2B8M7I51' where id=7;
-update noar tt set v0='WKQ4F33J16DZSV3HQFTS' where id=7;
-update noar ti set v0='WKQ4F33J16DZSV3HQFTS' where id=7;
-update noar tt set b2='HP22Y62C9LZSQDBWP8SJRZ6LY' where id=7;
-update noar ti set b2='HP22Y62C9LZSQDBWP8SJRZ6LY' where id=7;
-update noar tt set v0='MUZGIV8K81FZFE3YPLL155HW3M' where id=8;
-update noar ti set v0='MUZGIV8K81FZFE3YPLL155HW3M' where id=8;
-update noar tt set b0='VVQA' where id=8;
-update noar ti set b0='VVQA' where id=8;
-update noar tt set v0='W0QBLTI0H1MR' where id=8;
-update noar ti set v0='W0QBLTI0H1MR' where id=8;
-update noar tt set b1='4DY3M9KOQO60C2AEIMWP4RCBPVIIX14B' where id=8;
-update noar ti set b1='4DY3M9KOQO60C2AEIMWP4RCBPVIIX14B' where id=8;
-update noar tt set v0='F7DPBVSLGTU1YL009S' where id=8;
-update noar ti set v0='F7DPBVSLGTU1YL009S' where id=8;
-update noar tt set b2='9JVFALJV78AGGJNW07UMS' where id=8;
-update noar ti set b2='9JVFALJV78AGGJNW07UMS' where id=8;
-update noar tt set v0='FUS026C7I5S3UKFK1CATTD2R7P' where id=9;
-update noar ti set v0='FUS026C7I5S3UKFK1CATTD2R7P' where id=9;
-update noar tt set b0='NPZS3' where id=9;
-update noar ti set b0='NPZS3' where id=9;
-update noar tt set v0='R9FCY75S47KUMB8M1GW3RUMJ' where id=9;
-update noar ti set v0='R9FCY75S47KUMB8M1GW3RUMJ' where id=9;
-update noar tt set b1='NW96JBMM62X5LAB25EG17MRUXTULC' where id=9;
-update noar ti set b1='NW96JBMM62X5LAB25EG17MRUXTULC' where id=9;
-update noar tt set v0='LKSTEKPKMYGATFBJT2IK7CCQW' where id=9;
-update noar ti set v0='LKSTEKPKMYGATFBJT2IK7CCQW' where id=9;
-update noar tt set b2='QTB' where id=9;
-update noar ti set b2='QTB' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) not null,
- b0 blob not null,
- b1 longblob not null,
- b2 mediumblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='U' where id=1;
-update noar ti set v0='U' where id=1;
-update noar tt set b0='MF3BLQ' where id=1;
-update noar ti set b0='MF3BLQ' where id=1;
-update noar tt set v0='JWT2OX' where id=1;
-update noar ti set v0='JWT2OX' where id=1;
-update noar tt set b1='P5K5QTRYV1237KMOAL7E1W1' where id=1;
-update noar ti set b1='P5K5QTRYV1237KMOAL7E1W1' where id=1;
-update noar tt set v0='2' where id=1;
-update noar ti set v0='2' where id=1;
-update noar tt set b2='X7P5EQWGF2QRWJ' where id=1;
-update noar ti set b2='X7P5EQWGF2QRWJ' where id=1;
-update noar tt set v0='3J3R13MW2L8KRX93UYO3' where id=2;
-update noar ti set v0='3J3R13MW2L8KRX93UYO3' where id=2;
-update noar tt set b0='EVVVE6QL6F6PYN0NR5U1KF' where id=2;
-update noar ti set b0='EVVVE6QL6F6PYN0NR5U1KF' where id=2;
-update noar tt set v0='BIR8QY7YS9RG38846YKR7' where id=2;
-update noar ti set v0='BIR8QY7YS9RG38846YKR7' where id=2;
-update noar tt set b1='G6PV5ZVNKLPJ2T7IN5XCM' where id=2;
-update noar ti set b1='G6PV5ZVNKLPJ2T7IN5XCM' where id=2;
-update noar tt set v0='G3N7JHA25VY4DQEIY4G' where id=2;
-update noar ti set v0='G3N7JHA25VY4DQEIY4G' where id=2;
-update noar tt set b2='3ODMSDN0EFH5T080' where id=2;
-update noar ti set b2='3ODMSDN0EFH5T080' where id=2;
-update noar tt set v0='8ADM6SBIDBQD5LY2YFI8PU43GG2B' where id=3;
-update noar ti set v0='8ADM6SBIDBQD5LY2YFI8PU43GG2B' where id=3;
-update noar tt set b0='W' where id=3;
-update noar ti set b0='W' where id=3;
-update noar tt set v0='S5G90H3E1V2AT24XL2IMCK08AQC48W' where id=3;
-update noar ti set v0='S5G90H3E1V2AT24XL2IMCK08AQC48W' where id=3;
-update noar tt set b1='JLED5SW6YJZL97' where id=3;
-update noar ti set b1='JLED5SW6YJZL97' where id=3;
-update noar tt set v0='WL7E77ZWPWMKKM9L4G' where id=3;
-update noar ti set v0='WL7E77ZWPWMKKM9L4G' where id=3;
-update noar tt set b2='RIL3LWRO7U851QCHZHFUMASGOUOGQ' where id=3;
-update noar ti set b2='RIL3LWRO7U851QCHZHFUMASGOUOGQ' where id=3;
-update noar tt set v0='9EQY3QU1' where id=4;
-update noar ti set v0='9EQY3QU1' where id=4;
-update noar tt set b0='H9OSPWTQKIA1PDC96' where id=4;
-update noar ti set b0='H9OSPWTQKIA1PDC96' where id=4;
-update noar tt set v0='U8KU66FHTYBNFOF3' where id=4;
-update noar ti set v0='U8KU66FHTYBNFOF3' where id=4;
-update noar tt set b1='Y52LWJP' where id=4;
-update noar ti set b1='Y52LWJP' where id=4;
-update noar tt set v0='CN' where id=4;
-update noar ti set v0='CN' where id=4;
-update noar tt set b2='JFYBRI1UTWBEM344C6TY4172' where id=4;
-update noar ti set b2='JFYBRI1UTWBEM344C6TY4172' where id=4;
-update noar tt set v0='GPNOZCYQ5Q0' where id=5;
-update noar ti set v0='GPNOZCYQ5Q0' where id=5;
-update noar tt set b0='P2EKX' where id=5;
-update noar ti set b0='P2EKX' where id=5;
-update noar tt set v0='4L90NIQ7D364VV21JXSEPHOE' where id=5;
-update noar ti set v0='4L90NIQ7D364VV21JXSEPHOE' where id=5;
-update noar tt set b1='XZDFIGCCN0CO6ABW6BY8J5DUS7F4B' where id=5;
-update noar ti set b1='XZDFIGCCN0CO6ABW6BY8J5DUS7F4B' where id=5;
-update noar tt set v0='K62ZQCPLYBRSQ7QOG71H' where id=5;
-update noar ti set v0='K62ZQCPLYBRSQ7QOG71H' where id=5;
-update noar tt set b2='AWI' where id=5;
-update noar ti set b2='AWI' where id=5;
-update noar tt set v0='8457IMW1E4BP0H4WC52SECB1BATN61' where id=6;
-update noar ti set v0='8457IMW1E4BP0H4WC52SECB1BATN61' where id=6;
-update noar tt set b0='PI5YYKCQE3HBP70BJIXNE8ZZDTP6F' where id=6;
-update noar ti set b0='PI5YYKCQE3HBP70BJIXNE8ZZDTP6F' where id=6;
-update noar tt set v0='BXMLD0HEBZC3T' where id=6;
-update noar ti set v0='BXMLD0HEBZC3T' where id=6;
-update noar tt set b1='PSL98PMQ2W1RW2KCHW43GDFG7ST' where id=6;
-update noar ti set b1='PSL98PMQ2W1RW2KCHW43GDFG7ST' where id=6;
-update noar tt set v0='LC83UXCADG6MLMLXM9SKH5P' where id=6;
-update noar ti set v0='LC83UXCADG6MLMLXM9SKH5P' where id=6;
-update noar tt set b2='BHXS0HL90GQG22Y9HND16MAN9PO7ZZE2' where id=6;
-update noar ti set b2='BHXS0HL90GQG22Y9HND16MAN9PO7ZZE2' where id=6;
-update noar tt set v0='P3OKH912FY11UDU12' where id=7;
-update noar ti set v0='P3OKH912FY11UDU12' where id=7;
-update noar tt set b0='OCETZULD1T6U158J2W8JFN' where id=7;
-update noar ti set b0='OCETZULD1T6U158J2W8JFN' where id=7;
-update noar tt set v0='E5NI0FUGU' where id=7;
-update noar ti set v0='E5NI0FUGU' where id=7;
-update noar tt set b1='LVE8KFLUX3PZZ7PD6LOQFFACP61X1QL1' where id=7;
-update noar ti set b1='LVE8KFLUX3PZZ7PD6LOQFFACP61X1QL1' where id=7;
-update noar tt set v0='I0D5Z7I0F7206QTT7AEGMODTJQ' where id=7;
-update noar ti set v0='I0D5Z7I0F7206QTT7AEGMODTJQ' where id=7;
-update noar tt set b2='0MD' where id=7;
-update noar ti set b2='0MD' where id=7;
-update noar tt set v0='ZN' where id=8;
-update noar ti set v0='ZN' where id=8;
-update noar tt set b0='RD0D9ITUK1' where id=8;
-update noar ti set b0='RD0D9ITUK1' where id=8;
-update noar tt set v0='EX5C2HATSE86' where id=8;
-update noar ti set v0='EX5C2HATSE86' where id=8;
-update noar tt set b1='C80UATLXF' where id=8;
-update noar ti set b1='C80UATLXF' where id=8;
-update noar tt set v0='5' where id=8;
-update noar ti set v0='5' where id=8;
-update noar tt set b2='A0SRJ89IN43O6OGGL0BDJWY7TM4' where id=8;
-update noar ti set b2='A0SRJ89IN43O6OGGL0BDJWY7TM4' where id=8;
-update noar tt set v0='KZ8H5583AL' where id=9;
-update noar ti set v0='KZ8H5583AL' where id=9;
-update noar tt set b0='FU7WY7JUN' where id=9;
-update noar ti set b0='FU7WY7JUN' where id=9;
-update noar tt set v0='IZXZOPQK9MWBTF5' where id=9;
-update noar ti set v0='IZXZOPQK9MWBTF5' where id=9;
-update noar tt set b1='DR7HY0KTDLO' where id=9;
-update noar ti set b1='DR7HY0KTDLO' where id=9;
-update noar tt set v0='0I9VUGMMTV' where id=9;
-update noar ti set v0='0I9VUGMMTV' where id=9;
-update noar tt set b2='MIEU' where id=9;
-update noar ti set b2='MIEU' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) not null,
- b0 blob not null,
- b1 longblob not null,
- b2 mediumblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='OGF8S4CV8UIBRJK' where id=1;
-update noar ti set v0='OGF8S4CV8UIBRJK' where id=1;
-update noar tt set b0='T75D7OOZ' where id=1;
-update noar ti set b0='T75D7OOZ' where id=1;
-update noar tt set v0='0' where id=1;
-update noar ti set v0='0' where id=1;
-update noar tt set b1='54MVG5ZSZ47TNF1VKZP6PFJY' where id=1;
-update noar ti set b1='54MVG5ZSZ47TNF1VKZP6PFJY' where id=1;
-update noar tt set v0='LKGMQHR701SPB' where id=1;
-update noar ti set v0='LKGMQHR701SPB' where id=1;
-update noar tt set b2='UOMNKV4466VEG' where id=1;
-update noar ti set b2='UOMNKV4466VEG' where id=1;
-update noar tt set v0='4D7XOLA' where id=2;
-update noar ti set v0='4D7XOLA' where id=2;
-update noar tt set b0='4H3JTB8R7ZXTI9XRH9KIC77I' where id=2;
-update noar ti set b0='4H3JTB8R7ZXTI9XRH9KIC77I' where id=2;
-update noar tt set v0='QQP9ELND7B1R7FH64GBV6K34' where id=2;
-update noar ti set v0='QQP9ELND7B1R7FH64GBV6K34' where id=2;
-update noar tt set b1='SU6YJ9QL1R' where id=2;
-update noar ti set b1='SU6YJ9QL1R' where id=2;
-update noar tt set v0='20LT58RSVJPTNZ9L2QNLT38057' where id=2;
-update noar ti set v0='20LT58RSVJPTNZ9L2QNLT38057' where id=2;
-update noar tt set b2='KCDW11AHUJU99' where id=2;
-update noar ti set b2='KCDW11AHUJU99' where id=2;
-update noar tt set v0='B76FR2JXLI90MXGMA6UE0VL4U1Y621MA' where id=3;
-update noar ti set v0='B76FR2JXLI90MXGMA6UE0VL4U1Y621MA' where id=3;
-update noar tt set b0='7YV1RQ849H' where id=3;
-update noar ti set b0='7YV1RQ849H' where id=3;
-update noar tt set v0='UI49S' where id=3;
-update noar ti set v0='UI49S' where id=3;
-update noar tt set b1='YC5QVA2F6T5' where id=3;
-update noar ti set b1='YC5QVA2F6T5' where id=3;
-update noar tt set v0='NC8C7AX2H4ZAYGBX3JUWUSV3L' where id=3;
-update noar ti set v0='NC8C7AX2H4ZAYGBX3JUWUSV3L' where id=3;
-update noar tt set b2='J5YO511MXMXB4SRVPW' where id=3;
-update noar ti set b2='J5YO511MXMXB4SRVPW' where id=3;
-update noar tt set v0='4ZCHSIJ2' where id=4;
-update noar ti set v0='4ZCHSIJ2' where id=4;
-update noar tt set b0='MD8OP1AW8ZZ3HO1UHB' where id=4;
-update noar ti set b0='MD8OP1AW8ZZ3HO1UHB' where id=4;
-update noar tt set v0='BKY9CV22I4UCFXJRITOV' where id=4;
-update noar ti set v0='BKY9CV22I4UCFXJRITOV' where id=4;
-update noar tt set b1='L' where id=4;
-update noar ti set b1='L' where id=4;
-update noar tt set v0='HBSTXGNYOQY3EVXM63' where id=4;
-update noar ti set v0='HBSTXGNYOQY3EVXM63' where id=4;
-update noar tt set b2='YUBMWEXZAPSUGY6X12' where id=4;
-update noar ti set b2='YUBMWEXZAPSUGY6X12' where id=4;
-update noar tt set v0='ZB0D47VRUH5VCAD76HD48TB2AMHI76' where id=5;
-update noar ti set v0='ZB0D47VRUH5VCAD76HD48TB2AMHI76' where id=5;
-update noar tt set b0='HAPDHQP179B1G5D4H1CYQ' where id=5;
-update noar ti set b0='HAPDHQP179B1G5D4H1CYQ' where id=5;
-update noar tt set v0='JB8D1I22C178MZ0G0UIM958N3K0G1P1O' where id=5;
-update noar ti set v0='JB8D1I22C178MZ0G0UIM958N3K0G1P1O' where id=5;
-update noar tt set b1='T' where id=5;
-update noar ti set b1='T' where id=5;
-update noar tt set v0='6EKFPRM8M9BFVRAW2UG850' where id=5;
-update noar ti set v0='6EKFPRM8M9BFVRAW2UG850' where id=5;
-update noar tt set b2='XO0RKEEC2194N48B88UV0SHF' where id=5;
-update noar ti set b2='XO0RKEEC2194N48B88UV0SHF' where id=5;
-update noar tt set v0='TZADOULMPNJ3JHANPBZFH140SXPGE' where id=6;
-update noar ti set v0='TZADOULMPNJ3JHANPBZFH140SXPGE' where id=6;
-update noar tt set b0='GWA04JMONGKEFW6VAQPXM8CR2XAJ5' where id=6;
-update noar ti set b0='GWA04JMONGKEFW6VAQPXM8CR2XAJ5' where id=6;
-update noar tt set v0='V777PS2EAODUP2EF7DCUJTS1HJ0IE' where id=6;
-update noar ti set v0='V777PS2EAODUP2EF7DCUJTS1HJ0IE' where id=6;
-update noar tt set b1='ZD5OA2VP' where id=6;
-update noar ti set b1='ZD5OA2VP' where id=6;
-update noar tt set v0='7J3IUXJUV9MFO62ZB6B3SNEPJ' where id=6;
-update noar ti set v0='7J3IUXJUV9MFO62ZB6B3SNEPJ' where id=6;
-update noar tt set b2='1LOSMXMR6BA9LQOJ1CM92DQO' where id=6;
-update noar ti set b2='1LOSMXMR6BA9LQOJ1CM92DQO' where id=6;
-update noar tt set v0='BUFAD8RDVAR0FO59LTE9DCUSP0WX5' where id=7;
-update noar ti set v0='BUFAD8RDVAR0FO59LTE9DCUSP0WX5' where id=7;
-update noar tt set b0='ISJCA21RVKMIK7' where id=7;
-update noar ti set b0='ISJCA21RVKMIK7' where id=7;
-update noar tt set v0='LKX7T6EOL47TSXMLU' where id=7;
-update noar ti set v0='LKX7T6EOL47TSXMLU' where id=7;
-update noar tt set b1='CNWSS0YLD72AHOXZT3O5LQNU' where id=7;
-update noar ti set b1='CNWSS0YLD72AHOXZT3O5LQNU' where id=7;
-update noar tt set v0='O5AP3YS' where id=7;
-update noar ti set v0='O5AP3YS' where id=7;
-update noar tt set b2='6RIZ71MVLAMRKLIF2RB6H' where id=7;
-update noar ti set b2='6RIZ71MVLAMRKLIF2RB6H' where id=7;
-update noar tt set v0='CFUNXTGHZDYB0G7PCFLEFTXS5N4R8O8V' where id=8;
-update noar ti set v0='CFUNXTGHZDYB0G7PCFLEFTXS5N4R8O8V' where id=8;
-update noar tt set b0='6HCL' where id=8;
-update noar ti set b0='6HCL' where id=8;
-update noar tt set v0='NUMG46G4WTUBB3P9HCUHP8GNL8XXG' where id=8;
-update noar ti set v0='NUMG46G4WTUBB3P9HCUHP8GNL8XXG' where id=8;
-update noar tt set b1='ZPM9N1IV4WTNOS282QCRSF' where id=8;
-update noar ti set b1='ZPM9N1IV4WTNOS282QCRSF' where id=8;
-update noar tt set v0='5BLXWZSJOT2AKBETM8EW1FS' where id=8;
-update noar ti set v0='5BLXWZSJOT2AKBETM8EW1FS' where id=8;
-update noar tt set b2='RMHV8S61' where id=8;
-update noar ti set b2='RMHV8S61' where id=8;
-update noar tt set v0='JH8XGGF60CPEFHLXSCN1MTWK2TMONWN6' where id=9;
-update noar ti set v0='JH8XGGF60CPEFHLXSCN1MTWK2TMONWN6' where id=9;
-update noar tt set b0='5BXCHY1RZN2NB5ITHP63ZCKRWUZ77K' where id=9;
-update noar ti set b0='5BXCHY1RZN2NB5ITHP63ZCKRWUZ77K' where id=9;
-update noar tt set v0='0YY1UJT64QAY6CCR1XP5L' where id=9;
-update noar ti set v0='0YY1UJT64QAY6CCR1XP5L' where id=9;
-update noar tt set b1='K60G2FL9BID4XERZD9' where id=9;
-update noar ti set b1='K60G2FL9BID4XERZD9' where id=9;
-update noar tt set v0='P2YZQZ5PK4' where id=9;
-update noar ti set v0='P2YZQZ5PK4' where id=9;
-update noar tt set b2='2R5M9BAC' where id=9;
-update noar ti set b2='2R5M9BAC' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) null,
- b0 blob null,
- b1 longblob null,
- b2 longblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='E9X1ZQFL2' where id=1;
-update noar ti set v0='E9X1ZQFL2' where id=1;
-update noar tt set b0='K13V8XFTH67JPBHZHA1JZ4S70' where id=1;
-update noar ti set b0='K13V8XFTH67JPBHZHA1JZ4S70' where id=1;
-update noar tt set v0='BC2TSN3ZLQGRNQ89' where id=1;
-update noar ti set v0='BC2TSN3ZLQGRNQ89' where id=1;
-update noar tt set b1='MV1WVXUZ4' where id=1;
-update noar ti set b1='MV1WVXUZ4' where id=1;
-update noar tt set v0='8S7SPB0UZ6E7O8J97P1' where id=1;
-update noar ti set v0='8S7SPB0UZ6E7O8J97P1' where id=1;
-update noar tt set b2='U2B4FY7YHF9B8Z9LETFI3VWPNKI' where id=1;
-update noar ti set b2='U2B4FY7YHF9B8Z9LETFI3VWPNKI' where id=1;
-update noar tt set v0='8RFOEHPEAE3HKABL49Z' where id=2;
-update noar ti set v0='8RFOEHPEAE3HKABL49Z' where id=2;
-update noar tt set b0='OZC6BF4U6' where id=2;
-update noar ti set b0='OZC6BF4U6' where id=2;
-update noar tt set v0='X3' where id=2;
-update noar ti set v0='X3' where id=2;
-update noar tt set b1='RQ3' where id=2;
-update noar ti set b1='RQ3' where id=2;
-update noar tt set v0='KAEM91UTZXD' where id=2;
-update noar ti set v0='KAEM91UTZXD' where id=2;
-update noar tt set b2='I3KX1PRUPRHPC0K8L4YMS4P' where id=2;
-update noar ti set b2='I3KX1PRUPRHPC0K8L4YMS4P' where id=2;
-update noar tt set v0='XEB7BGPTDDG1QSXC' where id=3;
-update noar ti set v0='XEB7BGPTDDG1QSXC' where id=3;
-update noar tt set b0='M1D' where id=3;
-update noar ti set b0='M1D' where id=3;
-update noar tt set v0='SRY2GIS7X8Y' where id=3;
-update noar ti set v0='SRY2GIS7X8Y' where id=3;
-update noar tt set b1='FLVIO6Q9WGWIV3RSZEXIXMZM8JB3IX' where id=3;
-update noar ti set b1='FLVIO6Q9WGWIV3RSZEXIXMZM8JB3IX' where id=3;
-update noar tt set v0='7C2PA3SU6W' where id=3;
-update noar ti set v0='7C2PA3SU6W' where id=3;
-update noar tt set b2='49A3HWOHHXIR2ZWGNAR8B' where id=3;
-update noar ti set b2='49A3HWOHHXIR2ZWGNAR8B' where id=3;
-update noar tt set v0='8Y0E7HVQD9Y5GBAZ9MC96EQMEUD3EI0P' where id=4;
-update noar ti set v0='8Y0E7HVQD9Y5GBAZ9MC96EQMEUD3EI0P' where id=4;
-update noar tt set b0='JUDRBMNXN' where id=4;
-update noar ti set b0='JUDRBMNXN' where id=4;
-update noar tt set v0='91JERZ0R3D6XTIZ7ALYF225X4' where id=4;
-update noar ti set v0='91JERZ0R3D6XTIZ7ALYF225X4' where id=4;
-update noar tt set b1='T1FOP' where id=4;
-update noar ti set b1='T1FOP' where id=4;
-update noar tt set v0='ZAU14NLPWR6NZ3JB58UO61Y' where id=4;
-update noar ti set v0='ZAU14NLPWR6NZ3JB58UO61Y' where id=4;
-update noar tt set b2='YRMD384H78IH85G7ARJOYGB69F5I4' where id=4;
-update noar ti set b2='YRMD384H78IH85G7ARJOYGB69F5I4' where id=4;
-update noar tt set v0='LAKZ9TGOI88Q81AYJMN3LBJMX0EBG' where id=5;
-update noar ti set v0='LAKZ9TGOI88Q81AYJMN3LBJMX0EBG' where id=5;
-update noar tt set b0='2WLZ0RW1JUJ' where id=5;
-update noar ti set b0='2WLZ0RW1JUJ' where id=5;
-update noar tt set v0='AT4FECL92TKPAG6V' where id=5;
-update noar ti set v0='AT4FECL92TKPAG6V' where id=5;
-update noar tt set b1='Z' where id=5;
-update noar ti set b1='Z' where id=5;
-update noar tt set v0='T7W76QACTXQ' where id=5;
-update noar ti set v0='T7W76QACTXQ' where id=5;
-update noar tt set b2='RY46816SDX7FWQO5L4VG' where id=5;
-update noar ti set b2='RY46816SDX7FWQO5L4VG' where id=5;
-update noar tt set v0='9XSQZ1SDT8EU1G91' where id=6;
-update noar ti set v0='9XSQZ1SDT8EU1G91' where id=6;
-update noar tt set b0='0QY' where id=6;
-update noar ti set b0='0QY' where id=6;
-update noar tt set v0='J17FR0PTJ3GKCHFGGSGDJ' where id=6;
-update noar ti set v0='J17FR0PTJ3GKCHFGGSGDJ' where id=6;
-update noar tt set b1='J4XJJAV6I0ARM4A7FTWKD6LM1RVZRU' where id=6;
-update noar ti set b1='J4XJJAV6I0ARM4A7FTWKD6LM1RVZRU' where id=6;
-update noar tt set v0='FDWQ8MAM2V3RSHVBK2S7' where id=6;
-update noar ti set v0='FDWQ8MAM2V3RSHVBK2S7' where id=6;
-update noar tt set b2='VEYC7DH9CERWMKEE6PQLUC8SH6GZE' where id=6;
-update noar ti set b2='VEYC7DH9CERWMKEE6PQLUC8SH6GZE' where id=6;
-update noar tt set v0='CB431YJL5LGPYE1MWMLKCE3PR27QF8CI' where id=7;
-update noar ti set v0='CB431YJL5LGPYE1MWMLKCE3PR27QF8CI' where id=7;
-update noar tt set b0='OKDSCH277STM4' where id=7;
-update noar ti set b0='OKDSCH277STM4' where id=7;
-update noar tt set v0='ZE6AEHLU9EFAZSD' where id=7;
-update noar ti set v0='ZE6AEHLU9EFAZSD' where id=7;
-update noar tt set b1='D8AOOGBV' where id=7;
-update noar ti set b1='D8AOOGBV' where id=7;
-update noar tt set v0='ZMJP' where id=7;
-update noar ti set v0='ZMJP' where id=7;
-update noar tt set b2='C8QY8GALNS8Q7ZL1' where id=7;
-update noar ti set b2='C8QY8GALNS8Q7ZL1' where id=7;
-update noar tt set v0='ZXEQE9' where id=8;
-update noar ti set v0='ZXEQE9' where id=8;
-update noar tt set b0='T5OEYUDWJ6D5RVWEIOPY' where id=8;
-update noar ti set b0='T5OEYUDWJ6D5RVWEIOPY' where id=8;
-update noar tt set v0='BKOYQQBWMXEUV' where id=8;
-update noar ti set v0='BKOYQQBWMXEUV' where id=8;
-update noar tt set b1='H2' where id=8;
-update noar ti set b1='H2' where id=8;
-update noar tt set v0='AXHD6459QSE6GS25N' where id=8;
-update noar ti set v0='AXHD6459QSE6GS25N' where id=8;
-update noar tt set b2='IF21AE5KO8UK' where id=8;
-update noar ti set b2='IF21AE5KO8UK' where id=8;
-update noar tt set v0='DLF9A7AEMET1SDX9RSCF0ZTDYMU1' where id=9;
-update noar ti set v0='DLF9A7AEMET1SDX9RSCF0ZTDYMU1' where id=9;
-update noar tt set b0='W' where id=9;
-update noar ti set b0='W' where id=9;
-update noar tt set v0='JL' where id=9;
-update noar ti set v0='JL' where id=9;
-update noar tt set b1='1XEQ1KLE6O3QPFV' where id=9;
-update noar ti set b1='1XEQ1KLE6O3QPFV' where id=9;
-update noar tt set v0='ETWY5VUTTJKFXVVO4' where id=9;
-update noar ti set v0='ETWY5VUTTJKFXVVO4' where id=9;
-update noar tt set b2='KSSX637' where id=9;
-update noar ti set b2='KSSX637' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) null,
- b0 blob null,
- b1 longblob null,
- b2 longblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='EGDA2KDOIQ' where id=1;
-update noar ti set v0='EGDA2KDOIQ' where id=1;
-update noar tt set b0='V2KCA84AYWGABRL9JGASZ3SW3VIF1' where id=1;
-update noar ti set b0='V2KCA84AYWGABRL9JGASZ3SW3VIF1' where id=1;
-update noar tt set v0='KX9PPE8F377DTF7O1MT40SVSP7' where id=1;
-update noar ti set v0='KX9PPE8F377DTF7O1MT40SVSP7' where id=1;
-update noar tt set b1='DCHU2GD0WY7W6427J02Z8B130' where id=1;
-update noar ti set b1='DCHU2GD0WY7W6427J02Z8B130' where id=1;
-update noar tt set v0='0NRM5JSTS5' where id=1;
-update noar ti set v0='0NRM5JSTS5' where id=1;
-update noar tt set b2='VA66JSY9BYP43' where id=1;
-update noar ti set b2='VA66JSY9BYP43' where id=1;
-update noar tt set v0='8NMJ2YMT5QCJX19W6KUSRC1JN1GB6Y1' where id=2;
-update noar ti set v0='8NMJ2YMT5QCJX19W6KUSRC1JN1GB6Y1' where id=2;
-update noar tt set b0='YMF8DP1G8LVCSWO9JCPV1HOL2YT2M' where id=2;
-update noar ti set b0='YMF8DP1G8LVCSWO9JCPV1HOL2YT2M' where id=2;
-update noar tt set v0='KOPR6' where id=2;
-update noar ti set v0='KOPR6' where id=2;
-update noar tt set b1='L0TQQV0JLYK3TLBQF' where id=2;
-update noar ti set b1='L0TQQV0JLYK3TLBQF' where id=2;
-update noar tt set v0='SBP4498QNZMVROFWL5' where id=2;
-update noar ti set v0='SBP4498QNZMVROFWL5' where id=2;
-update noar tt set b2='BFVLJGODNP68PZMKX4CLLV4RFI7' where id=2;
-update noar ti set b2='BFVLJGODNP68PZMKX4CLLV4RFI7' where id=2;
-update noar tt set v0='DOEWDWUR4I0NXLPX04FXL4R0O' where id=3;
-update noar ti set v0='DOEWDWUR4I0NXLPX04FXL4R0O' where id=3;
-update noar tt set b0='V8ZPN052WMFAKKLRULY3HQOFSIGI' where id=3;
-update noar ti set b0='V8ZPN052WMFAKKLRULY3HQOFSIGI' where id=3;
-update noar tt set v0='YHTOOUL' where id=3;
-update noar ti set v0='YHTOOUL' where id=3;
-update noar tt set b1='YLPT9R5H1R5696LA8SQRFM03BY6U6IM' where id=3;
-update noar ti set b1='YLPT9R5H1R5696LA8SQRFM03BY6U6IM' where id=3;
-update noar tt set v0='4VNUT3D4XRA96' where id=3;
-update noar ti set v0='4VNUT3D4XRA96' where id=3;
-update noar tt set b2='QEA40Z7SHSHEIYRV' where id=3;
-update noar ti set b2='QEA40Z7SHSHEIYRV' where id=3;
-update noar tt set v0='CL2ZHJ818MBN' where id=4;
-update noar ti set v0='CL2ZHJ818MBN' where id=4;
-update noar tt set b0='O' where id=4;
-update noar ti set b0='O' where id=4;
-update noar tt set v0='3RMZTE70ZWHU' where id=4;
-update noar ti set v0='3RMZTE70ZWHU' where id=4;
-update noar tt set b1='03FEYLTVYQ4KDX1E5MYUMTOJD0OVO02I' where id=4;
-update noar ti set b1='03FEYLTVYQ4KDX1E5MYUMTOJD0OVO02I' where id=4;
-update noar tt set v0='EOJFSQ6LW1VK1BEDMLVN3YX8GF6G21GE' where id=4;
-update noar ti set v0='EOJFSQ6LW1VK1BEDMLVN3YX8GF6G21GE' where id=4;
-update noar tt set b2='KQ9S30UUFLUFQP4R' where id=4;
-update noar ti set b2='KQ9S30UUFLUFQP4R' where id=4;
-update noar tt set v0='8TI0D' where id=5;
-update noar ti set v0='8TI0D' where id=5;
-update noar tt set b0='IFK' where id=5;
-update noar ti set b0='IFK' where id=5;
-update noar tt set v0='E4IPU5EXR1JRYHPUDIMA76UX9GZOV' where id=5;
-update noar ti set v0='E4IPU5EXR1JRYHPUDIMA76UX9GZOV' where id=5;
-update noar tt set b1='DQVRYY4VYEKRVHNLIWV9MNFJI2L7' where id=5;
-update noar ti set b1='DQVRYY4VYEKRVHNLIWV9MNFJI2L7' where id=5;
-update noar tt set v0='R3BI37AB7RI52V' where id=5;
-update noar ti set v0='R3BI37AB7RI52V' where id=5;
-update noar tt set b2='MRGO5UKDJZ2OPSY7YU7KO' where id=5;
-update noar ti set b2='MRGO5UKDJZ2OPSY7YU7KO' where id=5;
-update noar tt set v0='0J' where id=6;
-update noar ti set v0='0J' where id=6;
-update noar tt set b0='YINVG' where id=6;
-update noar ti set b0='YINVG' where id=6;
-update noar tt set v0='QCBSRBO4X9' where id=6;
-update noar ti set v0='QCBSRBO4X9' where id=6;
-update noar tt set b1='PZSYLPCIHUGURUBCAC4OTS' where id=6;
-update noar ti set b1='PZSYLPCIHUGURUBCAC4OTS' where id=6;
-update noar tt set v0='OTLMLV51TIZJLTICSAGXIY2' where id=6;
-update noar ti set v0='OTLMLV51TIZJLTICSAGXIY2' where id=6;
-update noar tt set b2='TZWI30K3CXK5HLYBG' where id=6;
-update noar ti set b2='TZWI30K3CXK5HLYBG' where id=6;
-update noar tt set v0='CQVGQ4F6DFZ5FQS4BVPUPOO9Q' where id=7;
-update noar ti set v0='CQVGQ4F6DFZ5FQS4BVPUPOO9Q' where id=7;
-update noar tt set b0='5' where id=7;
-update noar ti set b0='5' where id=7;
-update noar tt set v0='YFSH71DW4Q5MEWNQVFE2S7P4MU' where id=7;
-update noar ti set v0='YFSH71DW4Q5MEWNQVFE2S7P4MU' where id=7;
-update noar tt set b1='RID5EBZCYZH7AJVF' where id=7;
-update noar ti set b1='RID5EBZCYZH7AJVF' where id=7;
-update noar tt set v0='F43' where id=7;
-update noar ti set v0='F43' where id=7;
-update noar tt set b2='F1TM0VMO' where id=7;
-update noar ti set b2='F1TM0VMO' where id=7;
-update noar tt set v0='T69KIQ5X9KKJBGDN6NZU4G' where id=8;
-update noar ti set v0='T69KIQ5X9KKJBGDN6NZU4G' where id=8;
-update noar tt set b0='K86QIKP4SQXL3AK5YTZB74NSD2BKOM9L' where id=8;
-update noar ti set b0='K86QIKP4SQXL3AK5YTZB74NSD2BKOM9L' where id=8;
-update noar tt set v0='OWLEKG41A2B' where id=8;
-update noar ti set v0='OWLEKG41A2B' where id=8;
-update noar tt set b1='SHRNZMSUOBIGNVQE2KHB0LUZPS8MGG3' where id=8;
-update noar ti set b1='SHRNZMSUOBIGNVQE2KHB0LUZPS8MGG3' where id=8;
-update noar tt set v0='5CFHV3OCRL3WAMBPY6JQY6YZKGJ7SR' where id=8;
-update noar ti set v0='5CFHV3OCRL3WAMBPY6JQY6YZKGJ7SR' where id=8;
-update noar tt set b2='8UB40GWKDGG9GA0SJ08M91' where id=8;
-update noar ti set b2='8UB40GWKDGG9GA0SJ08M91' where id=8;
-update noar tt set v0='MWPJ2Y1X5JEKXWDQBD3S2O2CERX' where id=9;
-update noar ti set v0='MWPJ2Y1X5JEKXWDQBD3S2O2CERX' where id=9;
-update noar tt set b0='DPMSNBAWMODY8N0GNGMKMKJ' where id=9;
-update noar ti set b0='DPMSNBAWMODY8N0GNGMKMKJ' where id=9;
-update noar tt set v0='PTT5DA2T0AQX61FUOTUZRC' where id=9;
-update noar ti set v0='PTT5DA2T0AQX61FUOTUZRC' where id=9;
-update noar tt set b1='PYT1EZGI5' where id=9;
-update noar ti set b1='PYT1EZGI5' where id=9;
-update noar tt set v0='QF6NCX49Z3TCAFARJG6HTR25VEOAWB' where id=9;
-update noar ti set v0='QF6NCX49Z3TCAFARJG6HTR25VEOAWB' where id=9;
-update noar tt set b2='XE5L6NUD9ILXL' where id=9;
-update noar ti set b2='XE5L6NUD9ILXL' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) not null,
- b0 blob not null,
- b1 longblob not null,
- b2 longblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='VWO3A712ZVZBUDH08CF' where id=1;
-update noar ti set v0='VWO3A712ZVZBUDH08CF' where id=1;
-update noar tt set b0='ZIATHD6HSU3TKLIUK75K8VD6ZO2QWIO' where id=1;
-update noar ti set b0='ZIATHD6HSU3TKLIUK75K8VD6ZO2QWIO' where id=1;
-update noar tt set v0='KP5UUHUKL69QWLSXBXQ' where id=1;
-update noar ti set v0='KP5UUHUKL69QWLSXBXQ' where id=1;
-update noar tt set b1='CZL44K6Y8F78X9' where id=1;
-update noar ti set b1='CZL44K6Y8F78X9' where id=1;
-update noar tt set v0='HDZUXV3R8UYONE4RFJRUMFTZ' where id=1;
-update noar ti set v0='HDZUXV3R8UYONE4RFJRUMFTZ' where id=1;
-update noar tt set b2='CLC7U' where id=1;
-update noar ti set b2='CLC7U' where id=1;
-update noar tt set v0='FC' where id=2;
-update noar ti set v0='FC' where id=2;
-update noar tt set b0='5DHVWRZY4VL12E92V132RO2PE' where id=2;
-update noar ti set b0='5DHVWRZY4VL12E92V132RO2PE' where id=2;
-update noar tt set v0='14' where id=2;
-update noar ti set v0='14' where id=2;
-update noar tt set b1='LILAHSEV' where id=2;
-update noar ti set b1='LILAHSEV' where id=2;
-update noar tt set v0='5H0D' where id=2;
-update noar ti set v0='5H0D' where id=2;
-update noar tt set b2='T4G4R6YC2037R' where id=2;
-update noar ti set b2='T4G4R6YC2037R' where id=2;
-update noar tt set v0='Z71HR4ETZM8FKKH7KTKD0V3NRI' where id=3;
-update noar ti set v0='Z71HR4ETZM8FKKH7KTKD0V3NRI' where id=3;
-update noar tt set b0='G25ZNGIDWQBZR4AY2DVDG3I' where id=3;
-update noar ti set b0='G25ZNGIDWQBZR4AY2DVDG3I' where id=3;
-update noar tt set v0='YPKR2MTJJJ18G56' where id=3;
-update noar ti set v0='YPKR2MTJJJ18G56' where id=3;
-update noar tt set b1='0CPGGZA57RCQESQKN0A5WF' where id=3;
-update noar ti set b1='0CPGGZA57RCQESQKN0A5WF' where id=3;
-update noar tt set v0='UFX3UDFBDDB8Q2TMTX6TIUGJ4KOSIJMS' where id=3;
-update noar ti set v0='UFX3UDFBDDB8Q2TMTX6TIUGJ4KOSIJMS' where id=3;
-update noar tt set b2='GCQ922U90MSND5JYGRYXB9LO' where id=3;
-update noar ti set b2='GCQ922U90MSND5JYGRYXB9LO' where id=3;
-update noar tt set v0='ZJ' where id=4;
-update noar ti set v0='ZJ' where id=4;
-update noar tt set b0='M941P3L1H' where id=4;
-update noar ti set b0='M941P3L1H' where id=4;
-update noar tt set v0='3XIQSMAP12VZEHK04TN2MGRGOX0L12' where id=4;
-update noar ti set v0='3XIQSMAP12VZEHK04TN2MGRGOX0L12' where id=4;
-update noar tt set b1='7EKKE2MKYBMGYZB' where id=4;
-update noar ti set b1='7EKKE2MKYBMGYZB' where id=4;
-update noar tt set v0='VCUMP6EC29MLWWAY7C5IC' where id=4;
-update noar ti set v0='VCUMP6EC29MLWWAY7C5IC' where id=4;
-update noar tt set b2='UNY49XCPVB7MHEUEP9N' where id=4;
-update noar ti set b2='UNY49XCPVB7MHEUEP9N' where id=4;
-update noar tt set v0='CP0T9CXVZ8YBSKC70JDWUOX7I8BZV' where id=5;
-update noar ti set v0='CP0T9CXVZ8YBSKC70JDWUOX7I8BZV' where id=5;
-update noar tt set b0='F6MQI' where id=5;
-update noar ti set b0='F6MQI' where id=5;
-update noar tt set v0='LS3TOVNHO7YJCQ8UCKKXH2DO60G6KHY' where id=5;
-update noar ti set v0='LS3TOVNHO7YJCQ8UCKKXH2DO60G6KHY' where id=5;
-update noar tt set b1='F8QFN99W5AUGQKF4NOPQLQHH0' where id=5;
-update noar ti set b1='F8QFN99W5AUGQKF4NOPQLQHH0' where id=5;
-update noar tt set v0='9' where id=5;
-update noar ti set v0='9' where id=5;
-update noar tt set b2='JOS43IZ' where id=5;
-update noar ti set b2='JOS43IZ' where id=5;
-update noar tt set v0='ZYK7HW' where id=6;
-update noar ti set v0='ZYK7HW' where id=6;
-update noar tt set b0='7TO4Q7UYVT9JCJQM98OXVUCUJ3DRGJS' where id=6;
-update noar ti set b0='7TO4Q7UYVT9JCJQM98OXVUCUJ3DRGJS' where id=6;
-update noar tt set v0='DJFP76V21' where id=6;
-update noar ti set v0='DJFP76V21' where id=6;
-update noar tt set b1='0D65C9XPN1UEYLT5P1VAYDYA50Z4DM' where id=6;
-update noar ti set b1='0D65C9XPN1UEYLT5P1VAYDYA50Z4DM' where id=6;
-update noar tt set v0='JXBTOQCXPF2FSKMVQAGW' where id=6;
-update noar ti set v0='JXBTOQCXPF2FSKMVQAGW' where id=6;
-update noar tt set b2='MJVY8F7Z9K' where id=6;
-update noar ti set b2='MJVY8F7Z9K' where id=6;
-update noar tt set v0='V1DYXM4A0R1RWV7KI4ZWHTLQ' where id=7;
-update noar ti set v0='V1DYXM4A0R1RWV7KI4ZWHTLQ' where id=7;
-update noar tt set b0='RKD' where id=7;
-update noar ti set b0='RKD' where id=7;
-update noar tt set v0='HFVCMUV8WK69OB' where id=7;
-update noar ti set v0='HFVCMUV8WK69OB' where id=7;
-update noar tt set b1='2Z7MMK4W42T6SF8KYMJHZAAM52DVPA' where id=7;
-update noar ti set b1='2Z7MMK4W42T6SF8KYMJHZAAM52DVPA' where id=7;
-update noar tt set v0='5ZT71ABYR2S2B8MFZMLSY7ECS83Q3SSI' where id=7;
-update noar ti set v0='5ZT71ABYR2S2B8MFZMLSY7ECS83Q3SSI' where id=7;
-update noar tt set b2='PB9ZWRPZQFJJ' where id=7;
-update noar ti set b2='PB9ZWRPZQFJJ' where id=7;
-update noar tt set v0='WJY1Q4AX5JOI4KZZFC92WFJ' where id=8;
-update noar ti set v0='WJY1Q4AX5JOI4KZZFC92WFJ' where id=8;
-update noar tt set b0='QP6FVY1W2B6OMK0CMB9RC76M66BKO7' where id=8;
-update noar ti set b0='QP6FVY1W2B6OMK0CMB9RC76M66BKO7' where id=8;
-update noar tt set v0='TAZQ958I1WQTXYVW' where id=8;
-update noar ti set v0='TAZQ958I1WQTXYVW' where id=8;
-update noar tt set b1='8TXO2S49383RAXPFC0MYG' where id=8;
-update noar ti set b1='8TXO2S49383RAXPFC0MYG' where id=8;
-update noar tt set v0='A9FC5GF4N9KYENFXNPNJBO7SGAP1RUE' where id=8;
-update noar ti set v0='A9FC5GF4N9KYENFXNPNJBO7SGAP1RUE' where id=8;
-update noar tt set b2='O42' where id=8;
-update noar ti set b2='O42' where id=8;
-update noar tt set v0='YP9SI2' where id=9;
-update noar ti set v0='YP9SI2' where id=9;
-update noar tt set b0='DJXRKXCTUW83AHPOBVUEF' where id=9;
-update noar ti set b0='DJXRKXCTUW83AHPOBVUEF' where id=9;
-update noar tt set v0='0HVNY2PVXWUENCOLF5RE0SVO2XZ7RSVU' where id=9;
-update noar ti set v0='0HVNY2PVXWUENCOLF5RE0SVO2XZ7RSVU' where id=9;
-update noar tt set b1='XW264A8VRDLQH52TY0I3YA96KHDUIKR' where id=9;
-update noar ti set b1='XW264A8VRDLQH52TY0I3YA96KHDUIKR' where id=9;
-update noar tt set v0='QS7E25L9FVQJCKN17M3QX' where id=9;
-update noar ti set v0='QS7E25L9FVQJCKN17M3QX' where id=9;
-update noar tt set b2='1RGRLE46EK2E1I95QL3T9GY02JWQDK' where id=9;
-update noar ti set b2='1RGRLE46EK2E1I95QL3T9GY02JWQDK' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) not null,
- b0 blob not null,
- b1 longblob not null,
- b2 longblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='3E5YX5Z5773UPSE2' where id=1;
-update noar ti set v0='3E5YX5Z5773UPSE2' where id=1;
-update noar tt set b0='KDCK' where id=1;
-update noar ti set b0='KDCK' where id=1;
-update noar tt set v0='SD6FJW' where id=1;
-update noar ti set v0='SD6FJW' where id=1;
-update noar tt set b1='F1ATBZF2P7E' where id=1;
-update noar ti set b1='F1ATBZF2P7E' where id=1;
-update noar tt set v0='Q5NLU1KY0MQBT78MGBLDX0FZZMTST' where id=1;
-update noar ti set v0='Q5NLU1KY0MQBT78MGBLDX0FZZMTST' where id=1;
-update noar tt set b2='19KGDFSPVFF7DZRDMDIWE035GQNDYQ' where id=1;
-update noar ti set b2='19KGDFSPVFF7DZRDMDIWE035GQNDYQ' where id=1;
-update noar tt set v0='VDQX8XDJEH' where id=2;
-update noar ti set v0='VDQX8XDJEH' where id=2;
-update noar tt set b0='T1WQXDT80RCFVTA3TKOB3' where id=2;
-update noar ti set b0='T1WQXDT80RCFVTA3TKOB3' where id=2;
-update noar tt set v0='JUO2' where id=2;
-update noar ti set v0='JUO2' where id=2;
-update noar tt set b1='KEAA53ZM' where id=2;
-update noar ti set b1='KEAA53ZM' where id=2;
-update noar tt set v0='HT132K73J99A7Q8V1M8C' where id=2;
-update noar ti set v0='HT132K73J99A7Q8V1M8C' where id=2;
-update noar tt set b2='Z1U9DF3RUL' where id=2;
-update noar ti set b2='Z1U9DF3RUL' where id=2;
-update noar tt set v0='AZD58D4PA4OR4' where id=3;
-update noar ti set v0='AZD58D4PA4OR4' where id=3;
-update noar tt set b0='V0MOA67KZF5' where id=3;
-update noar ti set b0='V0MOA67KZF5' where id=3;
-update noar tt set v0='VKL2WW1TGML6U3N' where id=3;
-update noar ti set v0='VKL2WW1TGML6U3N' where id=3;
-update noar tt set b1='ZTEFUWY8F4HUKG6FRBAX8' where id=3;
-update noar ti set b1='ZTEFUWY8F4HUKG6FRBAX8' where id=3;
-update noar tt set v0='PYDIIRM2YJ0H36GH7J8RGOOKCSXGK' where id=3;
-update noar ti set v0='PYDIIRM2YJ0H36GH7J8RGOOKCSXGK' where id=3;
-update noar tt set b2='5Z3RKX9OFQFDSHSRO8' where id=3;
-update noar ti set b2='5Z3RKX9OFQFDSHSRO8' where id=3;
-update noar tt set v0='PCMJD' where id=4;
-update noar ti set v0='PCMJD' where id=4;
-update noar tt set b0='NYBZ' where id=4;
-update noar ti set b0='NYBZ' where id=4;
-update noar tt set v0='HEMA2IXZH7U' where id=4;
-update noar ti set v0='HEMA2IXZH7U' where id=4;
-update noar tt set b1='ZWNGNO65U70CLAIMSQZTH' where id=4;
-update noar ti set b1='ZWNGNO65U70CLAIMSQZTH' where id=4;
-update noar tt set v0='LTBTK34ZMP8EC8NGJN2U8S7MOF' where id=4;
-update noar ti set v0='LTBTK34ZMP8EC8NGJN2U8S7MOF' where id=4;
-update noar tt set b2='Z60LZ30G2RAQ35QC4XSUFH8A' where id=4;
-update noar ti set b2='Z60LZ30G2RAQ35QC4XSUFH8A' where id=4;
-update noar tt set v0='6NNN2UR5TOY2Y13X9LPR' where id=5;
-update noar ti set v0='6NNN2UR5TOY2Y13X9LPR' where id=5;
-update noar tt set b0='34UZRLX' where id=5;
-update noar ti set b0='34UZRLX' where id=5;
-update noar tt set v0='Y81CMO1FJ8YHP' where id=5;
-update noar ti set v0='Y81CMO1FJ8YHP' where id=5;
-update noar tt set b1='DG95LTJ2R5OLRMKW51V1OAY4QF2EDKE' where id=5;
-update noar ti set b1='DG95LTJ2R5OLRMKW51V1OAY4QF2EDKE' where id=5;
-update noar tt set v0='WE' where id=5;
-update noar ti set v0='WE' where id=5;
-update noar tt set b2='IKY1LND0' where id=5;
-update noar ti set b2='IKY1LND0' where id=5;
-update noar tt set v0='BTBM37AYQ5HJZ0P1' where id=6;
-update noar ti set v0='BTBM37AYQ5HJZ0P1' where id=6;
-update noar tt set b0='RZ7IXYJ8LQ5PJ5FPZK3DKA2' where id=6;
-update noar ti set b0='RZ7IXYJ8LQ5PJ5FPZK3DKA2' where id=6;
-update noar tt set v0='2DE80SDS4TST8' where id=6;
-update noar ti set v0='2DE80SDS4TST8' where id=6;
-update noar tt set b1='GF' where id=6;
-update noar ti set b1='GF' where id=6;
-update noar tt set v0='2M69PA5W7V' where id=6;
-update noar ti set v0='2M69PA5W7V' where id=6;
-update noar tt set b2='SWJOGR2AKBSA' where id=6;
-update noar ti set b2='SWJOGR2AKBSA' where id=6;
-update noar tt set v0='5ASHPRGS1G88TB2LTMYR' where id=7;
-update noar ti set v0='5ASHPRGS1G88TB2LTMYR' where id=7;
-update noar tt set b0='O' where id=7;
-update noar ti set b0='O' where id=7;
-update noar tt set v0='93WKA537DAWGUP4I3A1C9IVMLJJOXT' where id=7;
-update noar ti set v0='93WKA537DAWGUP4I3A1C9IVMLJJOXT' where id=7;
-update noar tt set b1='HR4H1KFC6R59JS8R0905EH' where id=7;
-update noar ti set b1='HR4H1KFC6R59JS8R0905EH' where id=7;
-update noar tt set v0='IPPWN2G38QGFWYD9U1O2ZQDS0DG8E' where id=7;
-update noar ti set v0='IPPWN2G38QGFWYD9U1O2ZQDS0DG8E' where id=7;
-update noar tt set b2='WG2A3' where id=7;
-update noar ti set b2='WG2A3' where id=7;
-update noar tt set v0='MC2Z6ZTPMYQNX5HV' where id=8;
-update noar ti set v0='MC2Z6ZTPMYQNX5HV' where id=8;
-update noar tt set b0='ZAXGR' where id=8;
-update noar ti set b0='ZAXGR' where id=8;
-update noar tt set v0='X4KXXXSDZZWD' where id=8;
-update noar ti set v0='X4KXXXSDZZWD' where id=8;
-update noar tt set b1='NLH77745U3KLMUG6FN7KNDAUKSN3Y' where id=8;
-update noar ti set b1='NLH77745U3KLMUG6FN7KNDAUKSN3Y' where id=8;
-update noar tt set v0='87G679F9P' where id=8;
-update noar ti set v0='87G679F9P' where id=8;
-update noar tt set b2='P2A' where id=8;
-update noar ti set b2='P2A' where id=8;
-update noar tt set v0='GTQI549SI' where id=9;
-update noar ti set v0='GTQI549SI' where id=9;
-update noar tt set b0='SMYM4HK1WUSCFXXUW0YKKYD8SBDDIT6P' where id=9;
-update noar ti set b0='SMYM4HK1WUSCFXXUW0YKKYD8SBDDIT6P' where id=9;
-update noar tt set v0='V2E1VUGQ7OQ1RWCNKE8A' where id=9;
-update noar ti set v0='V2E1VUGQ7OQ1RWCNKE8A' where id=9;
-update noar tt set b1='F83DXDEXBSQXI272ZT2J6D1GWJW' where id=9;
-update noar ti set b1='F83DXDEXBSQXI272ZT2J6D1GWJW' where id=9;
-update noar tt set v0='KMGBS8LL' where id=9;
-update noar ti set v0='KMGBS8LL' where id=9;
-update noar tt set b2='3XOBIJIR8Q4JUCCC4WKKS' where id=9;
-update noar ti set b2='3XOBIJIR8Q4JUCCC4WKKS' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) null,
- b0 mediumblob null,
- b1 tinyblob null,
- b2 tinyblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='M3HMHEMY1I' where id=1;
-update noar ti set v0='M3HMHEMY1I' where id=1;
-update noar tt set b0='4OKEO80D4JQV18' where id=1;
-update noar ti set b0='4OKEO80D4JQV18' where id=1;
-update noar tt set v0='UY' where id=1;
-update noar ti set v0='UY' where id=1;
-update noar tt set b1='V1GEEKHM' where id=1;
-update noar ti set b1='V1GEEKHM' where id=1;
-update noar tt set v0='WYNIBVMHCZZ' where id=1;
-update noar ti set v0='WYNIBVMHCZZ' where id=1;
-update noar tt set b2='8FI09VBHFPZAIFSZO4A' where id=1;
-update noar ti set b2='8FI09VBHFPZAIFSZO4A' where id=1;
-update noar tt set v0='2UP2XT816OGCKGBLFTZJ5A93TQ3VVWE' where id=2;
-update noar ti set v0='2UP2XT816OGCKGBLFTZJ5A93TQ3VVWE' where id=2;
-update noar tt set b0='SRPWQ7PGD6ZJ757GQEM5' where id=2;
-update noar ti set b0='SRPWQ7PGD6ZJ757GQEM5' where id=2;
-update noar tt set v0='WNIT7ZDSPO4M48T43LX' where id=2;
-update noar ti set v0='WNIT7ZDSPO4M48T43LX' where id=2;
-update noar tt set b1='LQCXLQDY7SUDG0MLB8DVDSL14YY3DBWB' where id=2;
-update noar ti set b1='LQCXLQDY7SUDG0MLB8DVDSL14YY3DBWB' where id=2;
-update noar tt set v0='L2BDMY0P0FFPBQYPS8' where id=2;
-update noar ti set v0='L2BDMY0P0FFPBQYPS8' where id=2;
-update noar tt set b2='BDZ7S1DVCHEDVN8TNPU5A' where id=2;
-update noar ti set b2='BDZ7S1DVCHEDVN8TNPU5A' where id=2;
-update noar tt set v0='32Q2U77VPEPJXRKK9TUFV66SCLBIRSO' where id=3;
-update noar ti set v0='32Q2U77VPEPJXRKK9TUFV66SCLBIRSO' where id=3;
-update noar tt set b0='0C4OJ3SR37Z6JW23QVGECT9AMZGODF3K' where id=3;
-update noar ti set b0='0C4OJ3SR37Z6JW23QVGECT9AMZGODF3K' where id=3;
-update noar tt set v0='F354VCIO6IFKAZ' where id=3;
-update noar ti set v0='F354VCIO6IFKAZ' where id=3;
-update noar tt set b1='8ENNVRR' where id=3;
-update noar ti set b1='8ENNVRR' where id=3;
-update noar tt set v0='1NU7MK0OXPIXA44DFYZPS6MF' where id=3;
-update noar ti set v0='1NU7MK0OXPIXA44DFYZPS6MF' where id=3;
-update noar tt set b2='0V81MMPL92410' where id=3;
-update noar ti set b2='0V81MMPL92410' where id=3;
-update noar tt set v0='R0J' where id=4;
-update noar ti set v0='R0J' where id=4;
-update noar tt set b0='Z8Z41S9P4502PX7E' where id=4;
-update noar ti set b0='Z8Z41S9P4502PX7E' where id=4;
-update noar tt set v0='C9C9I4SMMHNL50QTB0M73QRZ' where id=4;
-update noar ti set v0='C9C9I4SMMHNL50QTB0M73QRZ' where id=4;
-update noar tt set b1='0FP2V71YFMH0' where id=4;
-update noar ti set b1='0FP2V71YFMH0' where id=4;
-update noar tt set v0='CYB6CIV' where id=4;
-update noar ti set v0='CYB6CIV' where id=4;
-update noar tt set b2='T2JSX33MB' where id=4;
-update noar ti set b2='T2JSX33MB' where id=4;
-update noar tt set v0='I' where id=5;
-update noar ti set v0='I' where id=5;
-update noar tt set b0='PDMQ2RC55R182H7UO6PQ8TS03948O5J0' where id=5;
-update noar ti set b0='PDMQ2RC55R182H7UO6PQ8TS03948O5J0' where id=5;
-update noar tt set v0='970RHROEK5KJF' where id=5;
-update noar ti set v0='970RHROEK5KJF' where id=5;
-update noar tt set b1='9BMJ57Y47X2586P89C4AJZ8BADB7X9' where id=5;
-update noar ti set b1='9BMJ57Y47X2586P89C4AJZ8BADB7X9' where id=5;
-update noar tt set v0='0N5' where id=5;
-update noar ti set v0='0N5' where id=5;
-update noar tt set b2='U1SQIBM1HDNO5OP3HV7EZ1X' where id=5;
-update noar ti set b2='U1SQIBM1HDNO5OP3HV7EZ1X' where id=5;
-update noar tt set v0='5EGLM1FM0P8AJOZBK64E64GM67VLAA3P' where id=6;
-update noar ti set v0='5EGLM1FM0P8AJOZBK64E64GM67VLAA3P' where id=6;
-update noar tt set b0='MQ9GSG9WZL72DGFQL8NHNQZY60GQRJ4H' where id=6;
-update noar ti set b0='MQ9GSG9WZL72DGFQL8NHNQZY60GQRJ4H' where id=6;
-update noar tt set v0='TM2WS0TBFNTU' where id=6;
-update noar ti set v0='TM2WS0TBFNTU' where id=6;
-update noar tt set b1='WI0EX1IVIFFMWI' where id=6;
-update noar ti set b1='WI0EX1IVIFFMWI' where id=6;
-update noar tt set v0='ER4ZL2PXZH8WUUQI' where id=6;
-update noar ti set v0='ER4ZL2PXZH8WUUQI' where id=6;
-update noar tt set b2='CVA6QJ4YPL198U83P2J1MB7CVG' where id=6;
-update noar ti set b2='CVA6QJ4YPL198U83P2J1MB7CVG' where id=6;
-update noar tt set v0='6V8O2WN16AQUU' where id=7;
-update noar ti set v0='6V8O2WN16AQUU' where id=7;
-update noar tt set b0='MACEL4FL9JT7O84X' where id=7;
-update noar ti set b0='MACEL4FL9JT7O84X' where id=7;
-update noar tt set v0='5TJFLBBGYAPSDOCL92QDXZAGZ9' where id=7;
-update noar ti set v0='5TJFLBBGYAPSDOCL92QDXZAGZ9' where id=7;
-update noar tt set b1='XTZHPZC2O88U' where id=7;
-update noar ti set b1='XTZHPZC2O88U' where id=7;
-update noar tt set v0='3PIPL8GQSZR2391A0049JF' where id=7;
-update noar ti set v0='3PIPL8GQSZR2391A0049JF' where id=7;
-update noar tt set b2='BMBYZL7TZAND2T' where id=7;
-update noar ti set b2='BMBYZL7TZAND2T' where id=7;
-update noar tt set v0='KXXDMTFMHZIOXKEJNX8YAB8CBJQNSQ3F' where id=8;
-update noar ti set v0='KXXDMTFMHZIOXKEJNX8YAB8CBJQNSQ3F' where id=8;
-update noar tt set b0='4OEF2LTQFCFCC0G4V8BEI9R78XUZ41' where id=8;
-update noar ti set b0='4OEF2LTQFCFCC0G4V8BEI9R78XUZ41' where id=8;
-update noar tt set v0='VEVDIQ4HZACMU4HAE9' where id=8;
-update noar ti set v0='VEVDIQ4HZACMU4HAE9' where id=8;
-update noar tt set b1='PW38656' where id=8;
-update noar ti set b1='PW38656' where id=8;
-update noar tt set v0='KYI9F' where id=8;
-update noar ti set v0='KYI9F' where id=8;
-update noar tt set b2='008UXBXNF' where id=8;
-update noar ti set b2='008UXBXNF' where id=8;
-update noar tt set v0='NL7K2R' where id=9;
-update noar ti set v0='NL7K2R' where id=9;
-update noar tt set b0='KJK8UOJM60NE9VG7AZR9N3YHUGUJNPE' where id=9;
-update noar ti set b0='KJK8UOJM60NE9VG7AZR9N3YHUGUJNPE' where id=9;
-update noar tt set v0='49AGM3MFSWZ' where id=9;
-update noar ti set v0='49AGM3MFSWZ' where id=9;
-update noar tt set b1='WXU6YVQ986L' where id=9;
-update noar ti set b1='WXU6YVQ986L' where id=9;
-update noar tt set v0='0OP0GYN85D2GFW705BEM1LY5F8Y3616M' where id=9;
-update noar ti set v0='0OP0GYN85D2GFW705BEM1LY5F8Y3616M' where id=9;
-update noar tt set b2='LV8NJ1DJPOT3BWZ9II2VWVT57ZZH' where id=9;
-update noar ti set b2='LV8NJ1DJPOT3BWZ9II2VWVT57ZZH' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) null,
- b0 mediumblob null,
- b1 tinyblob null,
- b2 tinyblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='NBLHVNIGW6N4UTIJQ' where id=1;
-update noar ti set v0='NBLHVNIGW6N4UTIJQ' where id=1;
-update noar tt set b0='450UIBJ6WIFU2QEZ6MC4B12DZE2FG4DA' where id=1;
-update noar ti set b0='450UIBJ6WIFU2QEZ6MC4B12DZE2FG4DA' where id=1;
-update noar tt set v0='QCABKO1JS4TCO6X1ZK3M23' where id=1;
-update noar ti set v0='QCABKO1JS4TCO6X1ZK3M23' where id=1;
-update noar tt set b1='INE8V66HLQ5U8QOYHGSY90KFV' where id=1;
-update noar ti set b1='INE8V66HLQ5U8QOYHGSY90KFV' where id=1;
-update noar tt set v0='N7' where id=1;
-update noar ti set v0='N7' where id=1;
-update noar tt set b2='5LTMITIDLTLTI8P83K' where id=1;
-update noar ti set b2='5LTMITIDLTLTI8P83K' where id=1;
-update noar tt set v0='8XXQ50ATQPK985Y3XISXQ' where id=2;
-update noar ti set v0='8XXQ50ATQPK985Y3XISXQ' where id=2;
-update noar tt set b0='W0BZFZQNJFD0CGGY4HPRG5XQMWW' where id=2;
-update noar ti set b0='W0BZFZQNJFD0CGGY4HPRG5XQMWW' where id=2;
-update noar tt set v0='8TOPBS934O4UOVHCXK1NZDELDC' where id=2;
-update noar ti set v0='8TOPBS934O4UOVHCXK1NZDELDC' where id=2;
-update noar tt set b1='C6GKG8LYBVEXU4' where id=2;
-update noar ti set b1='C6GKG8LYBVEXU4' where id=2;
-update noar tt set v0='AQDNY' where id=2;
-update noar ti set v0='AQDNY' where id=2;
-update noar tt set b2='Q4QS1EQ9UFZNGCGBP5K277Q' where id=2;
-update noar ti set b2='Q4QS1EQ9UFZNGCGBP5K277Q' where id=2;
-update noar tt set v0='6942JGLD92507Z97DZWARCRI61IFQZ2' where id=3;
-update noar ti set v0='6942JGLD92507Z97DZWARCRI61IFQZ2' where id=3;
-update noar tt set b0='2T6IT7V4DV5T7Z3R5BUQ90VL' where id=3;
-update noar ti set b0='2T6IT7V4DV5T7Z3R5BUQ90VL' where id=3;
-update noar tt set v0='7NO' where id=3;
-update noar ti set v0='7NO' where id=3;
-update noar tt set b1='VNVNQQ7TEA8LLG28WYF7J' where id=3;
-update noar ti set b1='VNVNQQ7TEA8LLG28WYF7J' where id=3;
-update noar tt set v0='H7JWZSL3HZL6TX826Y' where id=3;
-update noar ti set v0='H7JWZSL3HZL6TX826Y' where id=3;
-update noar tt set b2='TD7G6S1GTVE9TNAH1JY90ZPZE1' where id=3;
-update noar ti set b2='TD7G6S1GTVE9TNAH1JY90ZPZE1' where id=3;
-update noar tt set v0='7LWAIUZVMFP8RWUJFMKNIKE' where id=4;
-update noar ti set v0='7LWAIUZVMFP8RWUJFMKNIKE' where id=4;
-update noar tt set b0='73' where id=4;
-update noar ti set b0='73' where id=4;
-update noar tt set v0='9X0H' where id=4;
-update noar ti set v0='9X0H' where id=4;
-update noar tt set b1='F7JVZK' where id=4;
-update noar ti set b1='F7JVZK' where id=4;
-update noar tt set v0='HKG' where id=4;
-update noar ti set v0='HKG' where id=4;
-update noar tt set b2='1M6JGTNMZIHJAXAB1PQY1WRCDJ9B' where id=4;
-update noar ti set b2='1M6JGTNMZIHJAXAB1PQY1WRCDJ9B' where id=4;
-update noar tt set v0='W951DR4G' where id=5;
-update noar ti set v0='W951DR4G' where id=5;
-update noar tt set b0='I44TCJ' where id=5;
-update noar ti set b0='I44TCJ' where id=5;
-update noar tt set v0='EOVZZLQD' where id=5;
-update noar ti set v0='EOVZZLQD' where id=5;
-update noar tt set b1='3DI4TFPU6V4G1DXVFWTWLZ6' where id=5;
-update noar ti set b1='3DI4TFPU6V4G1DXVFWTWLZ6' where id=5;
-update noar tt set v0='GDRI2HPD6W9WRVVMZSB2R09NPYY26EPA' where id=5;
-update noar ti set v0='GDRI2HPD6W9WRVVMZSB2R09NPYY26EPA' where id=5;
-update noar tt set b2='9DIA049U95XTK3R45PC1OY8Q3PA' where id=5;
-update noar ti set b2='9DIA049U95XTK3R45PC1OY8Q3PA' where id=5;
-update noar tt set v0='AOB1' where id=6;
-update noar ti set v0='AOB1' where id=6;
-update noar tt set b0='JDQIHQU5GUB9E1R24DX' where id=6;
-update noar ti set b0='JDQIHQU5GUB9E1R24DX' where id=6;
-update noar tt set v0='HZZLE76Q4ZI143K' where id=6;
-update noar ti set v0='HZZLE76Q4ZI143K' where id=6;
-update noar tt set b1='3PSUWS0M4CK8T' where id=6;
-update noar ti set b1='3PSUWS0M4CK8T' where id=6;
-update noar tt set v0='DN87K9PUPZVQPZH9TBE591' where id=6;
-update noar ti set v0='DN87K9PUPZVQPZH9TBE591' where id=6;
-update noar tt set b2='G' where id=6;
-update noar ti set b2='G' where id=6;
-update noar tt set v0='U4977UVH0OHU1GUZ62BOEW2JCCY2' where id=7;
-update noar ti set v0='U4977UVH0OHU1GUZ62BOEW2JCCY2' where id=7;
-update noar tt set b0='KLWEG7W2MYVWILUSWL8MS98' where id=7;
-update noar ti set b0='KLWEG7W2MYVWILUSWL8MS98' where id=7;
-update noar tt set v0='WX00E8V4M3O' where id=7;
-update noar ti set v0='WX00E8V4M3O' where id=7;
-update noar tt set b1='U2R4F' where id=7;
-update noar ti set b1='U2R4F' where id=7;
-update noar tt set v0='YRU4' where id=7;
-update noar ti set v0='YRU4' where id=7;
-update noar tt set b2='JRRJE957BKKJ7Y3PKVSR7UJ3CH3' where id=7;
-update noar ti set b2='JRRJE957BKKJ7Y3PKVSR7UJ3CH3' where id=7;
-update noar tt set v0='SGVES5PU2B03T0ZX9NA44Z4' where id=8;
-update noar ti set v0='SGVES5PU2B03T0ZX9NA44Z4' where id=8;
-update noar tt set b0='MY46YEN04YHA1RU3LLDCUKC6Y80NIJ71' where id=8;
-update noar ti set b0='MY46YEN04YHA1RU3LLDCUKC6Y80NIJ71' where id=8;
-update noar tt set v0='77GGW17L' where id=8;
-update noar ti set v0='77GGW17L' where id=8;
-update noar tt set b1='UA' where id=8;
-update noar ti set b1='UA' where id=8;
-update noar tt set v0='DHVARYXL18D2Q3CATMLCAJDQVTNMW6Z' where id=8;
-update noar ti set v0='DHVARYXL18D2Q3CATMLCAJDQVTNMW6Z' where id=8;
-update noar tt set b2='YUP21X5NKNA9SFQF29NTX9' where id=8;
-update noar ti set b2='YUP21X5NKNA9SFQF29NTX9' where id=8;
-update noar tt set v0='TAXEB23WQFJC1TQDU06AHA9J' where id=9;
-update noar ti set v0='TAXEB23WQFJC1TQDU06AHA9J' where id=9;
-update noar tt set b0='YL' where id=9;
-update noar ti set b0='YL' where id=9;
-update noar tt set v0='6S' where id=9;
-update noar ti set v0='6S' where id=9;
-update noar tt set b1='32Q1BUX5NBCSW7XS30V' where id=9;
-update noar ti set b1='32Q1BUX5NBCSW7XS30V' where id=9;
-update noar tt set v0='JYGGHPVLI9682HQQ0VVA831H03F8O' where id=9;
-update noar ti set v0='JYGGHPVLI9682HQQ0VVA831H03F8O' where id=9;
-update noar tt set b2='RARWFDHMRV947XD' where id=9;
-update noar ti set b2='RARWFDHMRV947XD' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) not null,
- b0 mediumblob not null,
- b1 tinyblob not null,
- b2 tinyblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='ZK9XLA2IEZ1WJIHM57VUXR' where id=1;
-update noar ti set v0='ZK9XLA2IEZ1WJIHM57VUXR' where id=1;
-update noar tt set b0='W3SSTL2559S0Y7UIK' where id=1;
-update noar ti set b0='W3SSTL2559S0Y7UIK' where id=1;
-update noar tt set v0='6YZ' where id=1;
-update noar ti set v0='6YZ' where id=1;
-update noar tt set b1='GTB9CE4QM' where id=1;
-update noar ti set b1='GTB9CE4QM' where id=1;
-update noar tt set v0='PW59UHVDG69ZERC1' where id=1;
-update noar ti set v0='PW59UHVDG69ZERC1' where id=1;
-update noar tt set b2='QNA3FIZJ3BLHIVZPVLBCFREGD' where id=1;
-update noar ti set b2='QNA3FIZJ3BLHIVZPVLBCFREGD' where id=1;
-update noar tt set v0='DACACE21ZZQM0BNA00F2M8ALM8L1' where id=2;
-update noar ti set v0='DACACE21ZZQM0BNA00F2M8ALM8L1' where id=2;
-update noar tt set b0='BQYSACORFXSLTON' where id=2;
-update noar ti set b0='BQYSACORFXSLTON' where id=2;
-update noar tt set v0='8UDD148VIGOM98I9X61LNS1TS3UCXEZ' where id=2;
-update noar ti set v0='8UDD148VIGOM98I9X61LNS1TS3UCXEZ' where id=2;
-update noar tt set b1='4UPQB8Y862NLMM2299O' where id=2;
-update noar ti set b1='4UPQB8Y862NLMM2299O' where id=2;
-update noar tt set v0='WR' where id=2;
-update noar ti set v0='WR' where id=2;
-update noar tt set b2='AKWMDQO0A9QQ5H4' where id=2;
-update noar ti set b2='AKWMDQO0A9QQ5H4' where id=2;
-update noar tt set v0='GZS4PDI' where id=3;
-update noar ti set v0='GZS4PDI' where id=3;
-update noar tt set b0='DHCH6W9284Z3RNLP4' where id=3;
-update noar ti set b0='DHCH6W9284Z3RNLP4' where id=3;
-update noar tt set v0='F4APV0Y2PX7XO6JJS2HK' where id=3;
-update noar ti set v0='F4APV0Y2PX7XO6JJS2HK' where id=3;
-update noar tt set b1='EL3UA5IDIWH' where id=3;
-update noar ti set b1='EL3UA5IDIWH' where id=3;
-update noar tt set v0='MWSLQBF8FXB60B3CO' where id=3;
-update noar ti set v0='MWSLQBF8FXB60B3CO' where id=3;
-update noar tt set b2='LJJ8GPQ8TCG4DAAI538IBJRVPUMDUNB' where id=3;
-update noar ti set b2='LJJ8GPQ8TCG4DAAI538IBJRVPUMDUNB' where id=3;
-update noar tt set v0='CHT0GEUF5DO7' where id=4;
-update noar ti set v0='CHT0GEUF5DO7' where id=4;
-update noar tt set b0='RYVM6' where id=4;
-update noar ti set b0='RYVM6' where id=4;
-update noar tt set v0='P9PBLR5X77X9U0ILLH0EWNDQE1K' where id=4;
-update noar ti set v0='P9PBLR5X77X9U0ILLH0EWNDQE1K' where id=4;
-update noar tt set b1='Y37S5R5IKY3J2B998AAHWVAWAHFOY2G' where id=4;
-update noar ti set b1='Y37S5R5IKY3J2B998AAHWVAWAHFOY2G' where id=4;
-update noar tt set v0='QV6Q41CLJJ8TC555HTCSEDAZ5IAO' where id=4;
-update noar ti set v0='QV6Q41CLJJ8TC555HTCSEDAZ5IAO' where id=4;
-update noar tt set b2='2QJG1J06JJ6QZCHZDRE8' where id=4;
-update noar ti set b2='2QJG1J06JJ6QZCHZDRE8' where id=4;
-update noar tt set v0='8X2P713' where id=5;
-update noar ti set v0='8X2P713' where id=5;
-update noar tt set b0='DG3SFS3XY' where id=5;
-update noar ti set b0='DG3SFS3XY' where id=5;
-update noar tt set v0='UZPIC8NP6AXXGFYB50YN03FMXTU1W14' where id=5;
-update noar ti set v0='UZPIC8NP6AXXGFYB50YN03FMXTU1W14' where id=5;
-update noar tt set b1='G75FPLWTELLXK1N0JT7GW' where id=5;
-update noar ti set b1='G75FPLWTELLXK1N0JT7GW' where id=5;
-update noar tt set v0='XSTDMCNA8UL8EUAA54N3Y' where id=5;
-update noar ti set v0='XSTDMCNA8UL8EUAA54N3Y' where id=5;
-update noar tt set b2='LSRZCLJBFY05RHE2I3' where id=5;
-update noar ti set b2='LSRZCLJBFY05RHE2I3' where id=5;
-update noar tt set v0='PCNTTLPH3CWYK8IIDUI293' where id=6;
-update noar ti set v0='PCNTTLPH3CWYK8IIDUI293' where id=6;
-update noar tt set b0='7TMR80EL4TM8ULVN4DYECOR68ENW2D9X' where id=6;
-update noar ti set b0='7TMR80EL4TM8ULVN4DYECOR68ENW2D9X' where id=6;
-update noar tt set v0='S5T6I4YG' where id=6;
-update noar ti set v0='S5T6I4YG' where id=6;
-update noar tt set b1='V2OQ6O8SDMIRG9J8U43PSCAP8PEULU' where id=6;
-update noar ti set b1='V2OQ6O8SDMIRG9J8U43PSCAP8PEULU' where id=6;
-update noar tt set v0='FND2O' where id=6;
-update noar ti set v0='FND2O' where id=6;
-update noar tt set b2='92PWAT76' where id=6;
-update noar ti set b2='92PWAT76' where id=6;
-update noar tt set v0='46WSX4BLGMALAL91WTHPI' where id=7;
-update noar ti set v0='46WSX4BLGMALAL91WTHPI' where id=7;
-update noar tt set b0='KZA6NQCL5WFXUQYEJ5GZ7OXKXN3JECNN' where id=7;
-update noar ti set b0='KZA6NQCL5WFXUQYEJ5GZ7OXKXN3JECNN' where id=7;
-update noar tt set v0='LAN4K46VCXTOVSF4' where id=7;
-update noar ti set v0='LAN4K46VCXTOVSF4' where id=7;
-update noar tt set b1='1B19DLSYQTTS52KG1AWVLYO8HKQO' where id=7;
-update noar ti set b1='1B19DLSYQTTS52KG1AWVLYO8HKQO' where id=7;
-update noar tt set v0='PG8MLBWDMBIUOY2C2YZVT0' where id=7;
-update noar ti set v0='PG8MLBWDMBIUOY2C2YZVT0' where id=7;
-update noar tt set b2='NADC8KKBGPVCF4LL1CE7GA3EK57E9YXW' where id=7;
-update noar ti set b2='NADC8KKBGPVCF4LL1CE7GA3EK57E9YXW' where id=7;
-update noar tt set v0='FUW6WIX' where id=8;
-update noar ti set v0='FUW6WIX' where id=8;
-update noar tt set b0='H8VRSCX1WVZYF' where id=8;
-update noar ti set b0='H8VRSCX1WVZYF' where id=8;
-update noar tt set v0='UNAL2NHBXNCR35S1YFB20I4' where id=8;
-update noar ti set v0='UNAL2NHBXNCR35S1YFB20I4' where id=8;
-update noar tt set b1='I6HP7WPT4MA79TY4GB9OSPGI5BRT' where id=8;
-update noar ti set b1='I6HP7WPT4MA79TY4GB9OSPGI5BRT' where id=8;
-update noar tt set v0='A7PAMWP9XUOM0YKNQYQJHPIG1' where id=8;
-update noar ti set v0='A7PAMWP9XUOM0YKNQYQJHPIG1' where id=8;
-update noar tt set b2='Q39' where id=8;
-update noar ti set b2='Q39' where id=8;
-update noar tt set v0='46MAB4BS5LJX' where id=9;
-update noar ti set v0='46MAB4BS5LJX' where id=9;
-update noar tt set b0='1MA85EZZ6BKKLVA1E' where id=9;
-update noar ti set b0='1MA85EZZ6BKKLVA1E' where id=9;
-update noar tt set v0='R7L37HWO3RQSSLIE75B' where id=9;
-update noar ti set v0='R7L37HWO3RQSSLIE75B' where id=9;
-update noar tt set b1='E6EKMS4MBVHBHS' where id=9;
-update noar ti set b1='E6EKMS4MBVHBHS' where id=9;
-update noar tt set v0='ALX9L42TRUA' where id=9;
-update noar ti set v0='ALX9L42TRUA' where id=9;
-update noar tt set b2='MNW5PAT1A64ODMAPE6WIAYHZUYS5Y5Y5' where id=9;
-update noar ti set b2='MNW5PAT1A64ODMAPE6WIAYHZUYS5Y5Y5' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) not null,
- b0 mediumblob not null,
- b1 tinyblob not null,
- b2 tinyblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='KLGE0BG7GWKR4P' where id=1;
-update noar ti set v0='KLGE0BG7GWKR4P' where id=1;
-update noar tt set b0='BLJ1O9EZEZ2GZADV0Z72OHNG0' where id=1;
-update noar ti set b0='BLJ1O9EZEZ2GZADV0Z72OHNG0' where id=1;
-update noar tt set v0='Q1SJNXU7G153XSRY8' where id=1;
-update noar ti set v0='Q1SJNXU7G153XSRY8' where id=1;
-update noar tt set b1='8' where id=1;
-update noar ti set b1='8' where id=1;
-update noar tt set v0='FR' where id=1;
-update noar ti set v0='FR' where id=1;
-update noar tt set b2='RIYPQ5VFY' where id=1;
-update noar ti set b2='RIYPQ5VFY' where id=1;
-update noar tt set v0='237G' where id=2;
-update noar ti set v0='237G' where id=2;
-update noar tt set b0='XMDY7LW' where id=2;
-update noar ti set b0='XMDY7LW' where id=2;
-update noar tt set v0='KNPAXKN9XG5MVX8' where id=2;
-update noar ti set v0='KNPAXKN9XG5MVX8' where id=2;
-update noar tt set b1='Y7JNKK97HQVNVVUURW' where id=2;
-update noar ti set b1='Y7JNKK97HQVNVVUURW' where id=2;
-update noar tt set v0='M0SCYZSSUKLQTPN' where id=2;
-update noar ti set v0='M0SCYZSSUKLQTPN' where id=2;
-update noar tt set b2='5VGR7' where id=2;
-update noar ti set b2='5VGR7' where id=2;
-update noar tt set v0='EESXJO4F6CQS5W0WUY8GO6UVVNCPO' where id=3;
-update noar ti set v0='EESXJO4F6CQS5W0WUY8GO6UVVNCPO' where id=3;
-update noar tt set b0='BQQW7Y' where id=3;
-update noar ti set b0='BQQW7Y' where id=3;
-update noar tt set v0='332B5E41D0TL27WPC32YKOUIK9VXXBK' where id=3;
-update noar ti set v0='332B5E41D0TL27WPC32YKOUIK9VXXBK' where id=3;
-update noar tt set b1='YEPVCUALXL2' where id=3;
-update noar ti set b1='YEPVCUALXL2' where id=3;
-update noar tt set v0='IKCWWIE0QO' where id=3;
-update noar ti set v0='IKCWWIE0QO' where id=3;
-update noar tt set b2='F31IGIYI' where id=3;
-update noar ti set b2='F31IGIYI' where id=3;
-update noar tt set v0='JIZ5FPVLA3X36TNV4MXWDEWFDW6I7S' where id=4;
-update noar ti set v0='JIZ5FPVLA3X36TNV4MXWDEWFDW6I7S' where id=4;
-update noar tt set b0='EWOCGB26DM8YF7MXCT3' where id=4;
-update noar ti set b0='EWOCGB26DM8YF7MXCT3' where id=4;
-update noar tt set v0='Y24O6Z57HEYAMRUR6WAZY2P' where id=4;
-update noar ti set v0='Y24O6Z57HEYAMRUR6WAZY2P' where id=4;
-update noar tt set b1='Y0THT5KAZ8UHEOOV1E8' where id=4;
-update noar ti set b1='Y0THT5KAZ8UHEOOV1E8' where id=4;
-update noar tt set v0='1HBUNVLNAQIGYMDYGG9T41K867R5653' where id=4;
-update noar ti set v0='1HBUNVLNAQIGYMDYGG9T41K867R5653' where id=4;
-update noar tt set b2='KIQHHS0KOJQ3SQKALUG' where id=4;
-update noar ti set b2='KIQHHS0KOJQ3SQKALUG' where id=4;
-update noar tt set v0='HXHNY8C9BOTK0H6FWNUQIQCSHXX70WI' where id=5;
-update noar ti set v0='HXHNY8C9BOTK0H6FWNUQIQCSHXX70WI' where id=5;
-update noar tt set b0='5Q' where id=5;
-update noar ti set b0='5Q' where id=5;
-update noar tt set v0='K1CJT8GQD1UHA63F0N' where id=5;
-update noar ti set v0='K1CJT8GQD1UHA63F0N' where id=5;
-update noar tt set b1='WR95HCF6HLDZHG9UURXOL2VBPOJ4K5WL' where id=5;
-update noar ti set b1='WR95HCF6HLDZHG9UURXOL2VBPOJ4K5WL' where id=5;
-update noar tt set v0='W52UW6TBQAWHAPBSWZNRN' where id=5;
-update noar ti set v0='W52UW6TBQAWHAPBSWZNRN' where id=5;
-update noar tt set b2='LZT4AZN8PS63EIIOSLES0I5' where id=5;
-update noar ti set b2='LZT4AZN8PS63EIIOSLES0I5' where id=5;
-update noar tt set v0='HEQVS' where id=6;
-update noar ti set v0='HEQVS' where id=6;
-update noar tt set b0='H3ZETYUG5Y0N' where id=6;
-update noar ti set b0='H3ZETYUG5Y0N' where id=6;
-update noar tt set v0='3ZT5A07KT7NERJGHY' where id=6;
-update noar ti set v0='3ZT5A07KT7NERJGHY' where id=6;
-update noar tt set b1='F3OZQNNAH69UF8Q5AK4C3YSKBU' where id=6;
-update noar ti set b1='F3OZQNNAH69UF8Q5AK4C3YSKBU' where id=6;
-update noar tt set v0='SWOWN1JZHL38W1P7P5S07CMB4SHI2' where id=6;
-update noar ti set v0='SWOWN1JZHL38W1P7P5S07CMB4SHI2' where id=6;
-update noar tt set b2='JAVGZR72FC' where id=6;
-update noar ti set b2='JAVGZR72FC' where id=6;
-update noar tt set v0='SER7TJTYZRIATEQTSIHF9H9806' where id=7;
-update noar ti set v0='SER7TJTYZRIATEQTSIHF9H9806' where id=7;
-update noar tt set b0='PQXT8I1N64G' where id=7;
-update noar ti set b0='PQXT8I1N64G' where id=7;
-update noar tt set v0='S6T2RI2L4XNLKENHPZFHBMPIN' where id=7;
-update noar ti set v0='S6T2RI2L4XNLKENHPZFHBMPIN' where id=7;
-update noar tt set b1='EFS' where id=7;
-update noar ti set b1='EFS' where id=7;
-update noar tt set v0='0RZ666C7PDJXUYO6CTD3J0R' where id=7;
-update noar ti set v0='0RZ666C7PDJXUYO6CTD3J0R' where id=7;
-update noar tt set b2='L9SBW' where id=7;
-update noar ti set b2='L9SBW' where id=7;
-update noar tt set v0='7VNXQADY57ECUG2ED2C3U' where id=8;
-update noar ti set v0='7VNXQADY57ECUG2ED2C3U' where id=8;
-update noar tt set b0='DW7WRRQI' where id=8;
-update noar ti set b0='DW7WRRQI' where id=8;
-update noar tt set v0='0A9ELQNQS2R0GTV9V2HB' where id=8;
-update noar ti set v0='0A9ELQNQS2R0GTV9V2HB' where id=8;
-update noar tt set b1='MMJF62JE8PAN4Q2UZ' where id=8;
-update noar ti set b1='MMJF62JE8PAN4Q2UZ' where id=8;
-update noar tt set v0='JIY7E' where id=8;
-update noar ti set v0='JIY7E' where id=8;
-update noar tt set b2='YQJ7WDQU' where id=8;
-update noar ti set b2='YQJ7WDQU' where id=8;
-update noar tt set v0='VWC4731W82R4OZKKI8JQPZP03W' where id=9;
-update noar ti set v0='VWC4731W82R4OZKKI8JQPZP03W' where id=9;
-update noar tt set b0='KW08QEZJ4ZGHDA486J' where id=9;
-update noar ti set b0='KW08QEZJ4ZGHDA486J' where id=9;
-update noar tt set v0='ST0TH03' where id=9;
-update noar ti set v0='ST0TH03' where id=9;
-update noar tt set b1='K5EF' where id=9;
-update noar ti set b1='K5EF' where id=9;
-update noar tt set v0='4TPV0RNCWLXV75U5FK7MJ3X86C74' where id=9;
-update noar ti set v0='4TPV0RNCWLXV75U5FK7MJ3X86C74' where id=9;
-update noar tt set b2='H4G7' where id=9;
-update noar ti set b2='H4G7' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) null,
- b0 mediumblob null,
- b1 tinyblob null,
- b2 blob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='J9REEBMPRETAQ5CONMO4J8N' where id=1;
-update noar ti set v0='J9REEBMPRETAQ5CONMO4J8N' where id=1;
-update noar tt set b0='93UVSGIVGT42ADLDT3NK' where id=1;
-update noar ti set b0='93UVSGIVGT42ADLDT3NK' where id=1;
-update noar tt set v0='WL4TDVC84YCAY7QYOBPV9V0Z25PB1U05' where id=1;
-update noar ti set v0='WL4TDVC84YCAY7QYOBPV9V0Z25PB1U05' where id=1;
-update noar tt set b1='YEM4' where id=1;
-update noar ti set b1='YEM4' where id=1;
-update noar tt set v0='ATIKHSJSXX3720ISOVEMIW4M' where id=1;
-update noar ti set v0='ATIKHSJSXX3720ISOVEMIW4M' where id=1;
-update noar tt set b2='0TPJWGS1ZPIYLTKK5RSPJABLTAS5W' where id=1;
-update noar ti set b2='0TPJWGS1ZPIYLTKK5RSPJABLTAS5W' where id=1;
-update noar tt set v0='KCFH382CADV7BCUP5' where id=2;
-update noar ti set v0='KCFH382CADV7BCUP5' where id=2;
-update noar tt set b0='4V1K' where id=2;
-update noar ti set b0='4V1K' where id=2;
-update noar tt set v0='XYQY38CB73U23WNHBOQWVDXWKBLU' where id=2;
-update noar ti set v0='XYQY38CB73U23WNHBOQWVDXWKBLU' where id=2;
-update noar tt set b1='S6SCH0N9QR165WKECE86TY318R' where id=2;
-update noar ti set b1='S6SCH0N9QR165WKECE86TY318R' where id=2;
-update noar tt set v0='F6' where id=2;
-update noar ti set v0='F6' where id=2;
-update noar tt set b2='Q72KHSLF2AZ32KUQCL6VETN5QWQ4OPHX' where id=2;
-update noar ti set b2='Q72KHSLF2AZ32KUQCL6VETN5QWQ4OPHX' where id=2;
-update noar tt set v0='U05SSGF3Q' where id=3;
-update noar ti set v0='U05SSGF3Q' where id=3;
-update noar tt set b0='2YLSV16THLRB8RRM0XTEW5GN' where id=3;
-update noar ti set b0='2YLSV16THLRB8RRM0XTEW5GN' where id=3;
-update noar tt set v0='0I53F7N2KQ6RK5EWE0G' where id=3;
-update noar ti set v0='0I53F7N2KQ6RK5EWE0G' where id=3;
-update noar tt set b1='LG8M' where id=3;
-update noar ti set b1='LG8M' where id=3;
-update noar tt set v0='6Y' where id=3;
-update noar ti set v0='6Y' where id=3;
-update noar tt set b2='OB1ZN9DZ2' where id=3;
-update noar ti set b2='OB1ZN9DZ2' where id=3;
-update noar tt set v0='8YXZ9NUR8YO53CTBN4LPAB56D3E5KU1' where id=4;
-update noar ti set v0='8YXZ9NUR8YO53CTBN4LPAB56D3E5KU1' where id=4;
-update noar tt set b0='F653BK' where id=4;
-update noar ti set b0='F653BK' where id=4;
-update noar tt set v0='I7S2U0PKETL2X0H3LP9AY9CESZRD9T' where id=4;
-update noar ti set v0='I7S2U0PKETL2X0H3LP9AY9CESZRD9T' where id=4;
-update noar tt set b1='CJDV9DO5FNDLRZBYXEYGT7FDFW2622KP' where id=4;
-update noar ti set b1='CJDV9DO5FNDLRZBYXEYGT7FDFW2622KP' where id=4;
-update noar tt set v0='HWFV21CM0EKOEI6MGHBZBAMV' where id=4;
-update noar ti set v0='HWFV21CM0EKOEI6MGHBZBAMV' where id=4;
-update noar tt set b2='VO35OQ2UKT8YZ5NDZQ5A' where id=4;
-update noar ti set b2='VO35OQ2UKT8YZ5NDZQ5A' where id=4;
-update noar tt set v0='6RG8BSDUBAAXTUT' where id=5;
-update noar ti set v0='6RG8BSDUBAAXTUT' where id=5;
-update noar tt set b0='JFZ86SIA1BRLAB2KE7G827WHS' where id=5;
-update noar ti set b0='JFZ86SIA1BRLAB2KE7G827WHS' where id=5;
-update noar tt set v0='6RYV2XZ6HV' where id=5;
-update noar ti set v0='6RYV2XZ6HV' where id=5;
-update noar tt set b1='C3LE5CEWZBLW443BA5Q' where id=5;
-update noar ti set b1='C3LE5CEWZBLW443BA5Q' where id=5;
-update noar tt set v0='QAL99WWP5Z2XCPIJR5S48H' where id=5;
-update noar ti set v0='QAL99WWP5Z2XCPIJR5S48H' where id=5;
-update noar tt set b2='X5ZZVU1FRZ4PWLA5VW5BZC' where id=5;
-update noar ti set b2='X5ZZVU1FRZ4PWLA5VW5BZC' where id=5;
-update noar tt set v0='DR0O8WZW6AFNK' where id=6;
-update noar ti set v0='DR0O8WZW6AFNK' where id=6;
-update noar tt set b0='4XR4VNNFZU' where id=6;
-update noar ti set b0='4XR4VNNFZU' where id=6;
-update noar tt set v0='0GPD46WHNONL02OXLIW1GYBMW5DEI' where id=6;
-update noar ti set v0='0GPD46WHNONL02OXLIW1GYBMW5DEI' where id=6;
-update noar tt set b1='ARVDJUKONFYSWXXJLG25VZZAKGR7TR' where id=6;
-update noar ti set b1='ARVDJUKONFYSWXXJLG25VZZAKGR7TR' where id=6;
-update noar tt set v0='D' where id=6;
-update noar ti set v0='D' where id=6;
-update noar tt set b2='OOY63370OI4J' where id=6;
-update noar ti set b2='OOY63370OI4J' where id=6;
-update noar tt set v0='MJQLUEB9L315BHQLAKXUQDEDHSLU7' where id=7;
-update noar ti set v0='MJQLUEB9L315BHQLAKXUQDEDHSLU7' where id=7;
-update noar tt set b0='C9FUDV7C6CCJ13CI' where id=7;
-update noar ti set b0='C9FUDV7C6CCJ13CI' where id=7;
-update noar tt set v0='3U1JDTD3HA' where id=7;
-update noar ti set v0='3U1JDTD3HA' where id=7;
-update noar tt set b1='K9BY0GLPVJ6WEZ1OY84UEB4ET' where id=7;
-update noar ti set b1='K9BY0GLPVJ6WEZ1OY84UEB4ET' where id=7;
-update noar tt set v0='1ZGE4IRWW1MAN' where id=7;
-update noar ti set v0='1ZGE4IRWW1MAN' where id=7;
-update noar tt set b2='KDWZHUVAAVUKVY14URSBPNWZQXC' where id=7;
-update noar ti set b2='KDWZHUVAAVUKVY14URSBPNWZQXC' where id=7;
-update noar tt set v0='CYE53QBP5MEWX0UYB8D2M' where id=8;
-update noar ti set v0='CYE53QBP5MEWX0UYB8D2M' where id=8;
-update noar tt set b0='MO0GUW56J4MNKJ4R611M0RU' where id=8;
-update noar ti set b0='MO0GUW56J4MNKJ4R611M0RU' where id=8;
-update noar tt set v0='PH1PZGX8UYUX5614F2HYBRNXROMV' where id=8;
-update noar ti set v0='PH1PZGX8UYUX5614F2HYBRNXROMV' where id=8;
-update noar tt set b1='C57TXEZCYA6V' where id=8;
-update noar ti set b1='C57TXEZCYA6V' where id=8;
-update noar tt set v0='ZE' where id=8;
-update noar ti set v0='ZE' where id=8;
-update noar tt set b2='G2B67SGW4' where id=8;
-update noar ti set b2='G2B67SGW4' where id=8;
-update noar tt set v0='JYY09FG2DJWI0FXS5V' where id=9;
-update noar ti set v0='JYY09FG2DJWI0FXS5V' where id=9;
-update noar tt set b0='BW71ETJ0WTIEEW0' where id=9;
-update noar ti set b0='BW71ETJ0WTIEEW0' where id=9;
-update noar tt set v0='MDS1PX2A' where id=9;
-update noar ti set v0='MDS1PX2A' where id=9;
-update noar tt set b1='R96ODXV' where id=9;
-update noar ti set b1='R96ODXV' where id=9;
-update noar tt set v0='FIX2TS4ME60JF863SQBM' where id=9;
-update noar ti set v0='FIX2TS4ME60JF863SQBM' where id=9;
-update noar tt set b2='05N115LPDHX2MX7FM9K9CNG' where id=9;
-update noar ti set b2='05N115LPDHX2MX7FM9K9CNG' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) null,
- b0 mediumblob null,
- b1 tinyblob null,
- b2 blob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='C8AVVU3YZ3QQZEQG7Q5BLY2IPKPG' where id=1;
-update noar ti set v0='C8AVVU3YZ3QQZEQG7Q5BLY2IPKPG' where id=1;
-update noar tt set b0='2LRGW9RUEYNKU2OQOZYZOHLSL7YNCQXA' where id=1;
-update noar ti set b0='2LRGW9RUEYNKU2OQOZYZOHLSL7YNCQXA' where id=1;
-update noar tt set v0='M' where id=1;
-update noar ti set v0='M' where id=1;
-update noar tt set b1='LD407W9AAO2CCSV' where id=1;
-update noar ti set b1='LD407W9AAO2CCSV' where id=1;
-update noar tt set v0='P' where id=1;
-update noar ti set v0='P' where id=1;
-update noar tt set b2='336YN54X0HJMTEG' where id=1;
-update noar ti set b2='336YN54X0HJMTEG' where id=1;
-update noar tt set v0='A34N0MTKXF6HO6DCO7DZXG' where id=2;
-update noar ti set v0='A34N0MTKXF6HO6DCO7DZXG' where id=2;
-update noar tt set b0='I14HKE9VOC9SYS7K6PS8GONN46B' where id=2;
-update noar ti set b0='I14HKE9VOC9SYS7K6PS8GONN46B' where id=2;
-update noar tt set v0='SD5XJNJGOEOUOB0U2UQ0' where id=2;
-update noar ti set v0='SD5XJNJGOEOUOB0U2UQ0' where id=2;
-update noar tt set b1='L1WQBU4' where id=2;
-update noar ti set b1='L1WQBU4' where id=2;
-update noar tt set v0='JHZMA' where id=2;
-update noar ti set v0='JHZMA' where id=2;
-update noar tt set b2='IPZ1PVKZM2B8A66Q21XUY8HFQL8NEARS' where id=2;
-update noar ti set b2='IPZ1PVKZM2B8A66Q21XUY8HFQL8NEARS' where id=2;
-update noar tt set v0='8VMXFJ614TAO2KR1' where id=3;
-update noar ti set v0='8VMXFJ614TAO2KR1' where id=3;
-update noar tt set b0='3G2E6W7D0DY4GEE' where id=3;
-update noar ti set b0='3G2E6W7D0DY4GEE' where id=3;
-update noar tt set v0='QO42CBU3WA098CACF' where id=3;
-update noar ti set v0='QO42CBU3WA098CACF' where id=3;
-update noar tt set b1='J462SNFA2OQC96VK830NDN7IPREC0GY' where id=3;
-update noar ti set b1='J462SNFA2OQC96VK830NDN7IPREC0GY' where id=3;
-update noar tt set v0='IXR3ORU5ZE' where id=3;
-update noar ti set v0='IXR3ORU5ZE' where id=3;
-update noar tt set b2='HE' where id=3;
-update noar ti set b2='HE' where id=3;
-update noar tt set v0='A1GCOSBOTOAK87J8C6E5L44' where id=4;
-update noar ti set v0='A1GCOSBOTOAK87J8C6E5L44' where id=4;
-update noar tt set b0='C9GJYOYXBJM8K3O446MXGHLC' where id=4;
-update noar ti set b0='C9GJYOYXBJM8K3O446MXGHLC' where id=4;
-update noar tt set v0='NKTFZ5CIDGOAQG' where id=4;
-update noar ti set v0='NKTFZ5CIDGOAQG' where id=4;
-update noar tt set b1='4I7QEP' where id=4;
-update noar ti set b1='4I7QEP' where id=4;
-update noar tt set v0='JXW0ZGKPU2880XKI' where id=4;
-update noar ti set v0='JXW0ZGKPU2880XKI' where id=4;
-update noar tt set b2='4JIYJI' where id=4;
-update noar ti set b2='4JIYJI' where id=4;
-update noar tt set v0='2827S8JC1AQQD0K4D9RGTR914' where id=5;
-update noar ti set v0='2827S8JC1AQQD0K4D9RGTR914' where id=5;
-update noar tt set b0='7MZBUNA' where id=5;
-update noar ti set b0='7MZBUNA' where id=5;
-update noar tt set v0='KWZFDFH4WMCAWJPD7' where id=5;
-update noar ti set v0='KWZFDFH4WMCAWJPD7' where id=5;
-update noar tt set b1='MTWJCGQM4P2BU' where id=5;
-update noar ti set b1='MTWJCGQM4P2BU' where id=5;
-update noar tt set v0='MV98QWGBLXPYUQ' where id=5;
-update noar ti set v0='MV98QWGBLXPYUQ' where id=5;
-update noar tt set b2='UDMCF0CC0OGWHNRT95QYTAQKBGB' where id=5;
-update noar ti set b2='UDMCF0CC0OGWHNRT95QYTAQKBGB' where id=5;
-update noar tt set v0='LBHBCQC07BFAMTYSEEXU5J' where id=6;
-update noar ti set v0='LBHBCQC07BFAMTYSEEXU5J' where id=6;
-update noar tt set b0='2XKH9L' where id=6;
-update noar ti set b0='2XKH9L' where id=6;
-update noar tt set v0='TF' where id=6;
-update noar ti set v0='TF' where id=6;
-update noar tt set b1='O9YD3BF' where id=6;
-update noar ti set b1='O9YD3BF' where id=6;
-update noar tt set v0='HKIZIRFOQC' where id=6;
-update noar ti set v0='HKIZIRFOQC' where id=6;
-update noar tt set b2='0I0BRNHZ02J6JPJCIZQ2RQ9' where id=6;
-update noar ti set b2='0I0BRNHZ02J6JPJCIZQ2RQ9' where id=6;
-update noar tt set v0='9AL1RRIHNI8Z4OZP85ZAJWLN4F46FKA' where id=7;
-update noar ti set v0='9AL1RRIHNI8Z4OZP85ZAJWLN4F46FKA' where id=7;
-update noar tt set b0='6IO5DIEN55YFFLHMMJB64O4G' where id=7;
-update noar ti set b0='6IO5DIEN55YFFLHMMJB64O4G' where id=7;
-update noar tt set v0='U68VEVJS35X4HPUIQ1XN' where id=7;
-update noar ti set v0='U68VEVJS35X4HPUIQ1XN' where id=7;
-update noar tt set b1='QB70Q4KTKST9IE2' where id=7;
-update noar ti set b1='QB70Q4KTKST9IE2' where id=7;
-update noar tt set v0='EZH541YPJZRRZ6DUDVUU5L' where id=7;
-update noar ti set v0='EZH541YPJZRRZ6DUDVUU5L' where id=7;
-update noar tt set b2='1BFYY05IWUR0FY4YWRH5G' where id=7;
-update noar ti set b2='1BFYY05IWUR0FY4YWRH5G' where id=7;
-update noar tt set v0='HE2RTXDKYLB' where id=8;
-update noar ti set v0='HE2RTXDKYLB' where id=8;
-update noar tt set b0='H8QTFZBS6ETYUODHQPSHKH8NX' where id=8;
-update noar ti set b0='H8QTFZBS6ETYUODHQPSHKH8NX' where id=8;
-update noar tt set v0='KC8QDE5N8DLDMPOQHO2' where id=8;
-update noar ti set v0='KC8QDE5N8DLDMPOQHO2' where id=8;
-update noar tt set b1='CU0Y2UUFC3DHBWJAV8S1AB0' where id=8;
-update noar ti set b1='CU0Y2UUFC3DHBWJAV8S1AB0' where id=8;
-update noar tt set v0='2LXG6CREDZKIQD' where id=8;
-update noar ti set v0='2LXG6CREDZKIQD' where id=8;
-update noar tt set b2='X' where id=8;
-update noar ti set b2='X' where id=8;
-update noar tt set v0='6' where id=9;
-update noar ti set v0='6' where id=9;
-update noar tt set b0='1M4EB0VTBQ1FYQQR8J5' where id=9;
-update noar ti set b0='1M4EB0VTBQ1FYQQR8J5' where id=9;
-update noar tt set v0='60PTRWJG5X7XCUOX' where id=9;
-update noar ti set v0='60PTRWJG5X7XCUOX' where id=9;
-update noar tt set b1='JQ9KAN418N7N7LXN88N84EVH' where id=9;
-update noar ti set b1='JQ9KAN418N7N7LXN88N84EVH' where id=9;
-update noar tt set v0='X77FOJINSWXEPW' where id=9;
-update noar ti set v0='X77FOJINSWXEPW' where id=9;
-update noar tt set b2='I4Z0LC' where id=9;
-update noar ti set b2='I4Z0LC' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) not null,
- b0 mediumblob not null,
- b1 tinyblob not null,
- b2 blob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='17XW' where id=1;
-update noar ti set v0='17XW' where id=1;
-update noar tt set b0='OGZ' where id=1;
-update noar ti set b0='OGZ' where id=1;
-update noar tt set v0='XSVDXTHMV4KKHHCUKUE' where id=1;
-update noar ti set v0='XSVDXTHMV4KKHHCUKUE' where id=1;
-update noar tt set b1='9ZYEQP6UZWWO8MAEJ3TRO0AWPBC5MN' where id=1;
-update noar ti set b1='9ZYEQP6UZWWO8MAEJ3TRO0AWPBC5MN' where id=1;
-update noar tt set v0='K09COWECDCM6G1KK5L' where id=1;
-update noar ti set v0='K09COWECDCM6G1KK5L' where id=1;
-update noar tt set b2='22U50ZPB' where id=1;
-update noar ti set b2='22U50ZPB' where id=1;
-update noar tt set v0='BF6VSD4W6R258AGZS6HTH' where id=2;
-update noar ti set v0='BF6VSD4W6R258AGZS6HTH' where id=2;
-update noar tt set b0='IDE5YAXZOU40I' where id=2;
-update noar ti set b0='IDE5YAXZOU40I' where id=2;
-update noar tt set v0='TT0G1WAW0323S6LR6P9U8E2OSXD37Q' where id=2;
-update noar ti set v0='TT0G1WAW0323S6LR6P9U8E2OSXD37Q' where id=2;
-update noar tt set b1='C43MAKTB0IHL36UVF8X3IJ8X3D' where id=2;
-update noar ti set b1='C43MAKTB0IHL36UVF8X3IJ8X3D' where id=2;
-update noar tt set v0='EYTUME7QTT7Q10WYISERBBDR' where id=2;
-update noar ti set v0='EYTUME7QTT7Q10WYISERBBDR' where id=2;
-update noar tt set b2='SOBU4VG6R791UNM' where id=2;
-update noar ti set b2='SOBU4VG6R791UNM' where id=2;
-update noar tt set v0='P2VL4MEOOQQKHSFQJ8' where id=3;
-update noar ti set v0='P2VL4MEOOQQKHSFQJ8' where id=3;
-update noar tt set b0='S' where id=3;
-update noar ti set b0='S' where id=3;
-update noar tt set v0='PXSW5H35H0M6JUHLQ8EYMSZ6' where id=3;
-update noar ti set v0='PXSW5H35H0M6JUHLQ8EYMSZ6' where id=3;
-update noar tt set b1='Y1X' where id=3;
-update noar ti set b1='Y1X' where id=3;
-update noar tt set v0='E5IORNATZ9A9ZZW' where id=3;
-update noar ti set v0='E5IORNATZ9A9ZZW' where id=3;
-update noar tt set b2='8G9TV6GNBG2MT' where id=3;
-update noar ti set b2='8G9TV6GNBG2MT' where id=3;
-update noar tt set v0='IX0TTYZ42IN4UXLFV4DAEIOPMUFD' where id=4;
-update noar ti set v0='IX0TTYZ42IN4UXLFV4DAEIOPMUFD' where id=4;
-update noar tt set b0='P5572WN57VHX0CGN73PKIHSOWZGFJ7' where id=4;
-update noar ti set b0='P5572WN57VHX0CGN73PKIHSOWZGFJ7' where id=4;
-update noar tt set v0='4WU63F4PTPFJPZ4S7W7FRPVK7VK' where id=4;
-update noar ti set v0='4WU63F4PTPFJPZ4S7W7FRPVK7VK' where id=4;
-update noar tt set b1='GCFDECVIP0FZX8QTKD5H71' where id=4;
-update noar ti set b1='GCFDECVIP0FZX8QTKD5H71' where id=4;
-update noar tt set v0='AT126111KT' where id=4;
-update noar ti set v0='AT126111KT' where id=4;
-update noar tt set b2='C2ZSEGBWSYDE' where id=4;
-update noar ti set b2='C2ZSEGBWSYDE' where id=4;
-update noar tt set v0='0EA7QDPMS9EZP5EBV' where id=5;
-update noar ti set v0='0EA7QDPMS9EZP5EBV' where id=5;
-update noar tt set b0='O1U9K7MJPG5IKCGG6EJBQ0YCPM' where id=5;
-update noar ti set b0='O1U9K7MJPG5IKCGG6EJBQ0YCPM' where id=5;
-update noar tt set v0='71SGU26Z78S4A4X' where id=5;
-update noar ti set v0='71SGU26Z78S4A4X' where id=5;
-update noar tt set b1='1O3M9RQES' where id=5;
-update noar ti set b1='1O3M9RQES' where id=5;
-update noar tt set v0='4S26QD4BGJXH' where id=5;
-update noar ti set v0='4S26QD4BGJXH' where id=5;
-update noar tt set b2='CZQ9DJLU85E' where id=5;
-update noar ti set b2='CZQ9DJLU85E' where id=5;
-update noar tt set v0='TTME' where id=6;
-update noar ti set v0='TTME' where id=6;
-update noar tt set b0='S1PH4AODP9W' where id=6;
-update noar ti set b0='S1PH4AODP9W' where id=6;
-update noar tt set v0='UQ88N1SYLB5FLESZQY84' where id=6;
-update noar ti set v0='UQ88N1SYLB5FLESZQY84' where id=6;
-update noar tt set b1='6G34Z94VFXGBTSP' where id=6;
-update noar ti set b1='6G34Z94VFXGBTSP' where id=6;
-update noar tt set v0='PIA2TD38I4IFQ640DC54G8S5BJSZKL' where id=6;
-update noar ti set v0='PIA2TD38I4IFQ640DC54G8S5BJSZKL' where id=6;
-update noar tt set b2='907SEJ91BSE6J98LHCK8X' where id=6;
-update noar ti set b2='907SEJ91BSE6J98LHCK8X' where id=6;
-update noar tt set v0='6EBNR3DIYZA4Q9IBYCSOYTGBR' where id=7;
-update noar ti set v0='6EBNR3DIYZA4Q9IBYCSOYTGBR' where id=7;
-update noar tt set b0='LU0ULWC9BC9DLGWYZLY4LQFVUN4OOB' where id=7;
-update noar ti set b0='LU0ULWC9BC9DLGWYZLY4LQFVUN4OOB' where id=7;
-update noar tt set v0='7CUOXQOYDQSP' where id=7;
-update noar ti set v0='7CUOXQOYDQSP' where id=7;
-update noar tt set b1='L7WX5QTBE2EX2ULGOQ3WWWZDCQVD' where id=7;
-update noar ti set b1='L7WX5QTBE2EX2ULGOQ3WWWZDCQVD' where id=7;
-update noar tt set v0='YJ9DUUN' where id=7;
-update noar ti set v0='YJ9DUUN' where id=7;
-update noar tt set b2='VC3RBPJJST7SO14P61OL7U' where id=7;
-update noar ti set b2='VC3RBPJJST7SO14P61OL7U' where id=7;
-update noar tt set v0='LDNU1ZFW68FOSN64D32XLPRQ2OVUNPT3' where id=8;
-update noar ti set v0='LDNU1ZFW68FOSN64D32XLPRQ2OVUNPT3' where id=8;
-update noar tt set b0='469' where id=8;
-update noar ti set b0='469' where id=8;
-update noar tt set v0='C6B7RDY7ARAVYU6G1QBKYROF65YWEX' where id=8;
-update noar ti set v0='C6B7RDY7ARAVYU6G1QBKYROF65YWEX' where id=8;
-update noar tt set b1='H3TM3RBV8R7XEQYUH6A0OKKGX' where id=8;
-update noar ti set b1='H3TM3RBV8R7XEQYUH6A0OKKGX' where id=8;
-update noar tt set v0='QT2TOT5BWUK3O' where id=8;
-update noar ti set v0='QT2TOT5BWUK3O' where id=8;
-update noar tt set b2='442' where id=8;
-update noar ti set b2='442' where id=8;
-update noar tt set v0='BY8YQHNJ' where id=9;
-update noar ti set v0='BY8YQHNJ' where id=9;
-update noar tt set b0='ULAYW3ZNW3RSK7L8VI4JA0L0Y4Y2R3U' where id=9;
-update noar ti set b0='ULAYW3ZNW3RSK7L8VI4JA0L0Y4Y2R3U' where id=9;
-update noar tt set v0='WT7V3VQKGD1LDL83QH0' where id=9;
-update noar ti set v0='WT7V3VQKGD1LDL83QH0' where id=9;
-update noar tt set b1='IVNA2V4GI6YE2X6DG150YH25FP' where id=9;
-update noar ti set b1='IVNA2V4GI6YE2X6DG150YH25FP' where id=9;
-update noar tt set v0='PCBB88Q5' where id=9;
-update noar ti set v0='PCBB88Q5' where id=9;
-update noar tt set b2='0LTSCEZUVG03T2TKLJ7' where id=9;
-update noar ti set b2='0LTSCEZUVG03T2TKLJ7' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) not null,
- b0 mediumblob not null,
- b1 tinyblob not null,
- b2 blob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='9F2UUEOR5EC0YD' where id=1;
-update noar ti set v0='9F2UUEOR5EC0YD' where id=1;
-update noar tt set b0='MH1FXFZZCZ4HDGMIAHPKJU9019TBWIY' where id=1;
-update noar ti set b0='MH1FXFZZCZ4HDGMIAHPKJU9019TBWIY' where id=1;
-update noar tt set v0='ZQT0V2616NTEI3HJZ9E9I6PBSWYUY' where id=1;
-update noar ti set v0='ZQT0V2616NTEI3HJZ9E9I6PBSWYUY' where id=1;
-update noar tt set b1='JXZ6GE0E8UNUATT2XKSJIYWODDT' where id=1;
-update noar ti set b1='JXZ6GE0E8UNUATT2XKSJIYWODDT' where id=1;
-update noar tt set v0='O1H6LD4EOEJ22SRRG6J2Z7N4GVW5F' where id=1;
-update noar ti set v0='O1H6LD4EOEJ22SRRG6J2Z7N4GVW5F' where id=1;
-update noar tt set b2='ZEDD87VDST9JWQ' where id=1;
-update noar ti set b2='ZEDD87VDST9JWQ' where id=1;
-update noar tt set v0='5CHAU3S25AQY8SN6EY' where id=2;
-update noar ti set v0='5CHAU3S25AQY8SN6EY' where id=2;
-update noar tt set b0='4GD' where id=2;
-update noar ti set b0='4GD' where id=2;
-update noar tt set v0='ID' where id=2;
-update noar ti set v0='ID' where id=2;
-update noar tt set b1='ABX51353GW74' where id=2;
-update noar ti set b1='ABX51353GW74' where id=2;
-update noar tt set v0='4OL46YHHX53CLRX6CRHOO1KP' where id=2;
-update noar ti set v0='4OL46YHHX53CLRX6CRHOO1KP' where id=2;
-update noar tt set b2='K6TE7H' where id=2;
-update noar ti set b2='K6TE7H' where id=2;
-update noar tt set v0='6P81VTSAAOD8CQHNGKZOE9T4LLFBM' where id=3;
-update noar ti set v0='6P81VTSAAOD8CQHNGKZOE9T4LLFBM' where id=3;
-update noar tt set b0='AKY82LUNMQLV8EZA7HQ0JQL5ZE0' where id=3;
-update noar ti set b0='AKY82LUNMQLV8EZA7HQ0JQL5ZE0' where id=3;
-update noar tt set v0='C52MMWSJJVDF5LFFTX4X' where id=3;
-update noar ti set v0='C52MMWSJJVDF5LFFTX4X' where id=3;
-update noar tt set b1='6NLAW6DZBAH1EZKX4KGIZBB8EJQHSGI' where id=3;
-update noar ti set b1='6NLAW6DZBAH1EZKX4KGIZBB8EJQHSGI' where id=3;
-update noar tt set v0='MDPRSO17N2M6F73' where id=3;
-update noar ti set v0='MDPRSO17N2M6F73' where id=3;
-update noar tt set b2='JGTCWBMCTTJZKFUUB9BSFY56' where id=3;
-update noar ti set b2='JGTCWBMCTTJZKFUUB9BSFY56' where id=3;
-update noar tt set v0='AC1F2LW6NACBU7J5PGQAJS9M' where id=4;
-update noar ti set v0='AC1F2LW6NACBU7J5PGQAJS9M' where id=4;
-update noar tt set b0='REEOS' where id=4;
-update noar ti set b0='REEOS' where id=4;
-update noar tt set v0='LL3H6A9N7CO1O1WJMR8SLFKGP1' where id=4;
-update noar ti set v0='LL3H6A9N7CO1O1WJMR8SLFKGP1' where id=4;
-update noar tt set b1='7' where id=4;
-update noar ti set b1='7' where id=4;
-update noar tt set v0='ASL84DR76KZU7M' where id=4;
-update noar ti set v0='ASL84DR76KZU7M' where id=4;
-update noar tt set b2='LEIX3YR91SYHP51DWFJGC9EZA0BA0PNA' where id=4;
-update noar ti set b2='LEIX3YR91SYHP51DWFJGC9EZA0BA0PNA' where id=4;
-update noar tt set v0='02HZ1E10ZE1' where id=5;
-update noar ti set v0='02HZ1E10ZE1' where id=5;
-update noar tt set b0='YJZE7ADA5BL2PCI4YO4OIH4Y0NRC1' where id=5;
-update noar ti set b0='YJZE7ADA5BL2PCI4YO4OIH4Y0NRC1' where id=5;
-update noar tt set v0='S8TYW9Q0J0FGJ' where id=5;
-update noar ti set v0='S8TYW9Q0J0FGJ' where id=5;
-update noar tt set b1='5IGK07FMJ8DWVMS6LEGT6Z0JUF588FQ' where id=5;
-update noar ti set b1='5IGK07FMJ8DWVMS6LEGT6Z0JUF588FQ' where id=5;
-update noar tt set v0='KR12ZOKEQJG65EBE9PV5PF' where id=5;
-update noar ti set v0='KR12ZOKEQJG65EBE9PV5PF' where id=5;
-update noar tt set b2='95O3DT' where id=5;
-update noar ti set b2='95O3DT' where id=5;
-update noar tt set v0='5BDWTVAASDLHR3LGSXS' where id=6;
-update noar ti set v0='5BDWTVAASDLHR3LGSXS' where id=6;
-update noar tt set b0='OUUPVAO5RXQMVR8E4US50P' where id=6;
-update noar ti set b0='OUUPVAO5RXQMVR8E4US50P' where id=6;
-update noar tt set v0='Y7BZZU4SK' where id=6;
-update noar ti set v0='Y7BZZU4SK' where id=6;
-update noar tt set b1='KBHOK4HSQA3PZTZK5VVXJOJ87X9YUVX' where id=6;
-update noar ti set b1='KBHOK4HSQA3PZTZK5VVXJOJ87X9YUVX' where id=6;
-update noar tt set v0='5KXY9TM50HIYD' where id=6;
-update noar ti set v0='5KXY9TM50HIYD' where id=6;
-update noar tt set b2='FFIYZA0A1FDQ9YJR471JUDWDEJGL9R' where id=6;
-update noar ti set b2='FFIYZA0A1FDQ9YJR471JUDWDEJGL9R' where id=6;
-update noar tt set v0='G09YGJ2MHVSNH9S44B5GAN' where id=7;
-update noar ti set v0='G09YGJ2MHVSNH9S44B5GAN' where id=7;
-update noar tt set b0='C' where id=7;
-update noar ti set b0='C' where id=7;
-update noar tt set v0='NO9M9ITFS42A' where id=7;
-update noar ti set v0='NO9M9ITFS42A' where id=7;
-update noar tt set b1='SUM8A946P6RJCE7DYQ' where id=7;
-update noar ti set b1='SUM8A946P6RJCE7DYQ' where id=7;
-update noar tt set v0='YC1ZA79C2IJKL' where id=7;
-update noar ti set v0='YC1ZA79C2IJKL' where id=7;
-update noar tt set b2='3BLZFQ6A' where id=7;
-update noar ti set b2='3BLZFQ6A' where id=7;
-update noar tt set v0='3IIXY1GTYISDJ276Y3' where id=8;
-update noar ti set v0='3IIXY1GTYISDJ276Y3' where id=8;
-update noar tt set b0='DUY5P4LN7DFX7M7U9HO' where id=8;
-update noar ti set b0='DUY5P4LN7DFX7M7U9HO' where id=8;
-update noar tt set v0='U36ECOKVIBROSDID9' where id=8;
-update noar ti set v0='U36ECOKVIBROSDID9' where id=8;
-update noar tt set b1='S2HT6JC8QN1PZFV9QKSXCUDA6O0XNK36' where id=8;
-update noar ti set b1='S2HT6JC8QN1PZFV9QKSXCUDA6O0XNK36' where id=8;
-update noar tt set v0='GV6CE' where id=8;
-update noar ti set v0='GV6CE' where id=8;
-update noar tt set b2='J7VFYOPJEE3SK' where id=8;
-update noar ti set b2='J7VFYOPJEE3SK' where id=8;
-update noar tt set v0='Q5UO' where id=9;
-update noar ti set v0='Q5UO' where id=9;
-update noar tt set b0='PFHFVJ0TM' where id=9;
-update noar ti set b0='PFHFVJ0TM' where id=9;
-update noar tt set v0='WVIDAGJ9IP' where id=9;
-update noar ti set v0='WVIDAGJ9IP' where id=9;
-update noar tt set b1='XS25A2C42I5NNMENIKUM0XX7IY' where id=9;
-update noar ti set b1='XS25A2C42I5NNMENIKUM0XX7IY' where id=9;
-update noar tt set v0='STL20D7YMU' where id=9;
-update noar ti set v0='STL20D7YMU' where id=9;
-update noar tt set b2='WIOXFUQVC85X30M' where id=9;
-update noar ti set b2='WIOXFUQVC85X30M' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) null,
- b0 mediumblob null,
- b1 tinyblob null,
- b2 mediumblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='W157IUEO7WCM7LQVFUSHUQDU467' where id=1;
-update noar ti set v0='W157IUEO7WCM7LQVFUSHUQDU467' where id=1;
-update noar tt set b0='TSZWEEQWZ0B5GPUPS07RWEK5RG4UABD' where id=1;
-update noar ti set b0='TSZWEEQWZ0B5GPUPS07RWEK5RG4UABD' where id=1;
-update noar tt set v0='EGS51EG5SJIBCWN' where id=1;
-update noar ti set v0='EGS51EG5SJIBCWN' where id=1;
-update noar tt set b1='RT6CKA' where id=1;
-update noar ti set b1='RT6CKA' where id=1;
-update noar tt set v0='MKDBQ' where id=1;
-update noar ti set v0='MKDBQ' where id=1;
-update noar tt set b2='5J9BAFUHHFKACUMVWRV65NFOR74X' where id=1;
-update noar ti set b2='5J9BAFUHHFKACUMVWRV65NFOR74X' where id=1;
-update noar tt set v0='56XURDVW9' where id=2;
-update noar ti set v0='56XURDVW9' where id=2;
-update noar tt set b0='Z488EKIIKBV6QTW7KD' where id=2;
-update noar ti set b0='Z488EKIIKBV6QTW7KD' where id=2;
-update noar tt set v0='1098026SFEESCBGSLKJJKB093P' where id=2;
-update noar ti set v0='1098026SFEESCBGSLKJJKB093P' where id=2;
-update noar tt set b1='IDAHK2DRDGAJJKYO48' where id=2;
-update noar ti set b1='IDAHK2DRDGAJJKYO48' where id=2;
-update noar tt set v0='YABVGL24Z' where id=2;
-update noar ti set v0='YABVGL24Z' where id=2;
-update noar tt set b2='58PTBM67QPHIADXCP0O8TFRXSE' where id=2;
-update noar ti set b2='58PTBM67QPHIADXCP0O8TFRXSE' where id=2;
-update noar tt set v0='C4WK617Q6G3J6FLDRFNJ7OX2HMTGBYHU' where id=3;
-update noar ti set v0='C4WK617Q6G3J6FLDRFNJ7OX2HMTGBYHU' where id=3;
-update noar tt set b0='MBX1RN' where id=3;
-update noar ti set b0='MBX1RN' where id=3;
-update noar tt set v0='X2RPORBB1282PAKY4356TAC7' where id=3;
-update noar ti set v0='X2RPORBB1282PAKY4356TAC7' where id=3;
-update noar tt set b1='7XDBAAEIIW' where id=3;
-update noar ti set b1='7XDBAAEIIW' where id=3;
-update noar tt set v0='HVU0X2SDFW' where id=3;
-update noar ti set v0='HVU0X2SDFW' where id=3;
-update noar tt set b2='FU7IV5QTRRGDJIL21DINITLLP' where id=3;
-update noar ti set b2='FU7IV5QTRRGDJIL21DINITLLP' where id=3;
-update noar tt set v0='HRDG8HBV1ED3EO3VHTEVZ' where id=4;
-update noar ti set v0='HRDG8HBV1ED3EO3VHTEVZ' where id=4;
-update noar tt set b0='B' where id=4;
-update noar ti set b0='B' where id=4;
-update noar tt set v0='MP' where id=4;
-update noar ti set v0='MP' where id=4;
-update noar tt set b1='E7GEVUBQ1M' where id=4;
-update noar ti set b1='E7GEVUBQ1M' where id=4;
-update noar tt set v0='A1EGBNZ49BU9G3K2' where id=4;
-update noar ti set v0='A1EGBNZ49BU9G3K2' where id=4;
-update noar tt set b2='VNCTYBJV0G' where id=4;
-update noar ti set b2='VNCTYBJV0G' where id=4;
-update noar tt set v0='AH1WZFGX768YE8' where id=5;
-update noar ti set v0='AH1WZFGX768YE8' where id=5;
-update noar tt set b0='PI16IMFKEH2RJ9RXF8GUFH6SCU' where id=5;
-update noar ti set b0='PI16IMFKEH2RJ9RXF8GUFH6SCU' where id=5;
-update noar tt set v0='SLO7VCDGYETCWA20' where id=5;
-update noar ti set v0='SLO7VCDGYETCWA20' where id=5;
-update noar tt set b1='HIZJYKU9ZDET40EJB7H1G91H' where id=5;
-update noar ti set b1='HIZJYKU9ZDET40EJB7H1G91H' where id=5;
-update noar tt set v0='ZQYY51Y3OXUWI0752B9' where id=5;
-update noar ti set v0='ZQYY51Y3OXUWI0752B9' where id=5;
-update noar tt set b2='C' where id=5;
-update noar ti set b2='C' where id=5;
-update noar tt set v0='0NQW2B' where id=6;
-update noar ti set v0='0NQW2B' where id=6;
-update noar tt set b0='33MD91RAEZ' where id=6;
-update noar ti set b0='33MD91RAEZ' where id=6;
-update noar tt set v0='NP1OA916LHWGLLWSREF' where id=6;
-update noar ti set v0='NP1OA916LHWGLLWSREF' where id=6;
-update noar tt set b1='2LI6GZ14IMUJ7JFUN' where id=6;
-update noar ti set b1='2LI6GZ14IMUJ7JFUN' where id=6;
-update noar tt set v0='42896820IB7RI' where id=6;
-update noar ti set v0='42896820IB7RI' where id=6;
-update noar tt set b2='6E7CRPO8TGJERL57Y9AL4' where id=6;
-update noar ti set b2='6E7CRPO8TGJERL57Y9AL4' where id=6;
-update noar tt set v0='Y2DN9ITV' where id=7;
-update noar ti set v0='Y2DN9ITV' where id=7;
-update noar tt set b0='ZLGPSJGGRW77QKI9Z22VLYIIK8HMB' where id=7;
-update noar ti set b0='ZLGPSJGGRW77QKI9Z22VLYIIK8HMB' where id=7;
-update noar tt set v0='VTQISZV0EVNJTPQBLKE66OSDGGOTJA' where id=7;
-update noar ti set v0='VTQISZV0EVNJTPQBLKE66OSDGGOTJA' where id=7;
-update noar tt set b1='6L5XIGHXWANSEF2OWLL' where id=7;
-update noar ti set b1='6L5XIGHXWANSEF2OWLL' where id=7;
-update noar tt set v0='J5MI' where id=7;
-update noar ti set v0='J5MI' where id=7;
-update noar tt set b2='EG4PZZH25K' where id=7;
-update noar ti set b2='EG4PZZH25K' where id=7;
-update noar tt set v0='CX' where id=8;
-update noar ti set v0='CX' where id=8;
-update noar tt set b0='XMTQ0GG76YQMRNJJZFFI5D22V0HQG' where id=8;
-update noar ti set b0='XMTQ0GG76YQMRNJJZFFI5D22V0HQG' where id=8;
-update noar tt set v0='CEPOU4IEL6KZE2ZYHY7WR' where id=8;
-update noar ti set v0='CEPOU4IEL6KZE2ZYHY7WR' where id=8;
-update noar tt set b1='WH9E' where id=8;
-update noar ti set b1='WH9E' where id=8;
-update noar tt set v0='UBA36IC1BJZ360DDYVMAUS' where id=8;
-update noar ti set v0='UBA36IC1BJZ360DDYVMAUS' where id=8;
-update noar tt set b2='6UY7UBFUUSG75B76Z2BBUL51H1IL2UE' where id=8;
-update noar ti set b2='6UY7UBFUUSG75B76Z2BBUL51H1IL2UE' where id=8;
-update noar tt set v0='NHRP7TL8OSUL' where id=9;
-update noar ti set v0='NHRP7TL8OSUL' where id=9;
-update noar tt set b0='237OM' where id=9;
-update noar ti set b0='237OM' where id=9;
-update noar tt set v0='9FR1HH' where id=9;
-update noar ti set v0='9FR1HH' where id=9;
-update noar tt set b1='HKMHMNX5QDL0MJP333VXOAG9VP' where id=9;
-update noar ti set b1='HKMHMNX5QDL0MJP333VXOAG9VP' where id=9;
-update noar tt set v0='5U5' where id=9;
-update noar ti set v0='5U5' where id=9;
-update noar tt set b2='NI95R4YHI0FCK76B9QCQB7HXX9HJHV' where id=9;
-update noar ti set b2='NI95R4YHI0FCK76B9QCQB7HXX9HJHV' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) null,
- b0 mediumblob null,
- b1 tinyblob null,
- b2 mediumblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='1BO1DNNP1E' where id=1;
-update noar ti set v0='1BO1DNNP1E' where id=1;
-update noar tt set b0='JKQ9TB1420A2A2XD6MOYTYQHDL' where id=1;
-update noar ti set b0='JKQ9TB1420A2A2XD6MOYTYQHDL' where id=1;
-update noar tt set v0='ZJ0PNKBMJBVIQD' where id=1;
-update noar ti set v0='ZJ0PNKBMJBVIQD' where id=1;
-update noar tt set b1='T' where id=1;
-update noar ti set b1='T' where id=1;
-update noar tt set v0='7L6Q6YLVIL6M0WUJAYOP' where id=1;
-update noar ti set v0='7L6Q6YLVIL6M0WUJAYOP' where id=1;
-update noar tt set b2='E613RECVZ471P4M3D0BU52' where id=1;
-update noar ti set b2='E613RECVZ471P4M3D0BU52' where id=1;
-update noar tt set v0='TCJZTUVLMGBAUK2EYQ8GQSH5MVJ' where id=2;
-update noar ti set v0='TCJZTUVLMGBAUK2EYQ8GQSH5MVJ' where id=2;
-update noar tt set b0='VWA9CZ2U07R9U' where id=2;
-update noar ti set b0='VWA9CZ2U07R9U' where id=2;
-update noar tt set v0='IZ485Z5O4W87TXUDKIQDM' where id=2;
-update noar ti set v0='IZ485Z5O4W87TXUDKIQDM' where id=2;
-update noar tt set b1='97H9MR' where id=2;
-update noar ti set b1='97H9MR' where id=2;
-update noar tt set v0='ZTQ4WAZA796DE7FW2RE8' where id=2;
-update noar ti set v0='ZTQ4WAZA796DE7FW2RE8' where id=2;
-update noar tt set b2='L7NA3RQ0NYUM887B3P3F0ERUIMQN' where id=2;
-update noar ti set b2='L7NA3RQ0NYUM887B3P3F0ERUIMQN' where id=2;
-update noar tt set v0='YLY4LQWGZ9R2U' where id=3;
-update noar ti set v0='YLY4LQWGZ9R2U' where id=3;
-update noar tt set b0='5A3F511Q' where id=3;
-update noar ti set b0='5A3F511Q' where id=3;
-update noar tt set v0='XNZWD29955QU5Z5VRXN6UN83' where id=3;
-update noar ti set v0='XNZWD29955QU5Z5VRXN6UN83' where id=3;
-update noar tt set b1='P6IORZWT6WY5J724D2O4G43PFMP10' where id=3;
-update noar ti set b1='P6IORZWT6WY5J724D2O4G43PFMP10' where id=3;
-update noar tt set v0='5RQXK' where id=3;
-update noar ti set v0='5RQXK' where id=3;
-update noar tt set b2='PMJ0Y2DUHE4' where id=3;
-update noar ti set b2='PMJ0Y2DUHE4' where id=3;
-update noar tt set v0='QHV78B9I8D3WOE' where id=4;
-update noar ti set v0='QHV78B9I8D3WOE' where id=4;
-update noar tt set b0='W4T3L8UKPE' where id=4;
-update noar ti set b0='W4T3L8UKPE' where id=4;
-update noar tt set v0='JYILDD' where id=4;
-update noar ti set v0='JYILDD' where id=4;
-update noar tt set b1='PM69E66IDALFHEGIXDINKD4SYR6M' where id=4;
-update noar ti set b1='PM69E66IDALFHEGIXDINKD4SYR6M' where id=4;
-update noar tt set v0='AY9V72MI82953VDAX1QZ8' where id=4;
-update noar ti set v0='AY9V72MI82953VDAX1QZ8' where id=4;
-update noar tt set b2='CSMCP8PJP556FRVFN6F3R3' where id=4;
-update noar ti set b2='CSMCP8PJP556FRVFN6F3R3' where id=4;
-update noar tt set v0='8ZCCTAUZI' where id=5;
-update noar ti set v0='8ZCCTAUZI' where id=5;
-update noar tt set b0='2O74R7TCE6HF5' where id=5;
-update noar ti set b0='2O74R7TCE6HF5' where id=5;
-update noar tt set v0='S' where id=5;
-update noar ti set v0='S' where id=5;
-update noar tt set b1='5WGXUS' where id=5;
-update noar ti set b1='5WGXUS' where id=5;
-update noar tt set v0='648JW68HGYL151YWKVQ7HR0BBCU' where id=5;
-update noar ti set v0='648JW68HGYL151YWKVQ7HR0BBCU' where id=5;
-update noar tt set b2='OGBX' where id=5;
-update noar ti set b2='OGBX' where id=5;
-update noar tt set v0='LNIACFCW0RJBBG01U' where id=6;
-update noar ti set v0='LNIACFCW0RJBBG01U' where id=6;
-update noar tt set b0='NYTCEPMJWJ' where id=6;
-update noar ti set b0='NYTCEPMJWJ' where id=6;
-update noar tt set v0='PA' where id=6;
-update noar ti set v0='PA' where id=6;
-update noar tt set b1='FZU9' where id=6;
-update noar ti set b1='FZU9' where id=6;
-update noar tt set v0='US7B749ROL8' where id=6;
-update noar ti set v0='US7B749ROL8' where id=6;
-update noar tt set b2='QFQ6PQO539RXNZ81H68LI2NU6RQ' where id=6;
-update noar ti set b2='QFQ6PQO539RXNZ81H68LI2NU6RQ' where id=6;
-update noar tt set v0='94ZUPABBW5C6TQH6VCQHZ031' where id=7;
-update noar ti set v0='94ZUPABBW5C6TQH6VCQHZ031' where id=7;
-update noar tt set b0='WCLYSOL83NAQ8FQ5' where id=7;
-update noar ti set b0='WCLYSOL83NAQ8FQ5' where id=7;
-update noar tt set v0='JGGHO' where id=7;
-update noar ti set v0='JGGHO' where id=7;
-update noar tt set b1='0QRRTAG1I2WK4HP4RKHS36BF8NCB' where id=7;
-update noar ti set b1='0QRRTAG1I2WK4HP4RKHS36BF8NCB' where id=7;
-update noar tt set v0='XR5S0ZUO2C1XI8QFHEKDQRAMJZ1' where id=7;
-update noar ti set v0='XR5S0ZUO2C1XI8QFHEKDQRAMJZ1' where id=7;
-update noar tt set b2='1E3BX30VGMBIAPF0LRJQ4NS5B58N8' where id=7;
-update noar ti set b2='1E3BX30VGMBIAPF0LRJQ4NS5B58N8' where id=7;
-update noar tt set v0='5WSYKYP9ERPVJ6FA3MIPLV' where id=8;
-update noar ti set v0='5WSYKYP9ERPVJ6FA3MIPLV' where id=8;
-update noar tt set b0='LCWFYGE0STUI' where id=8;
-update noar ti set b0='LCWFYGE0STUI' where id=8;
-update noar tt set v0='GO226N1Q295DKRVD' where id=8;
-update noar ti set v0='GO226N1Q295DKRVD' where id=8;
-update noar tt set b1='ETLTFA1FN2RMPE8N4ZWJ2751WU4NGP0V' where id=8;
-update noar ti set b1='ETLTFA1FN2RMPE8N4ZWJ2751WU4NGP0V' where id=8;
-update noar tt set v0='FOJ78559PBBV7VDDII0Q4UZQGL9TS' where id=8;
-update noar ti set v0='FOJ78559PBBV7VDDII0Q4UZQGL9TS' where id=8;
-update noar tt set b2='7BIQ7R2R0WNHRMTE9UO' where id=8;
-update noar ti set b2='7BIQ7R2R0WNHRMTE9UO' where id=8;
-update noar tt set v0='78UA7UZ8UTXCZARVYT4' where id=9;
-update noar ti set v0='78UA7UZ8UTXCZARVYT4' where id=9;
-update noar tt set b0='NNGL7UG0G8UJOMI8QTJP82PP' where id=9;
-update noar ti set b0='NNGL7UG0G8UJOMI8QTJP82PP' where id=9;
-update noar tt set v0='1SMS8S8GF0FO6ZJIQJSODBI80XJ' where id=9;
-update noar ti set v0='1SMS8S8GF0FO6ZJIQJSODBI80XJ' where id=9;
-update noar tt set b1='UW9FXM0' where id=9;
-update noar ti set b1='UW9FXM0' where id=9;
-update noar tt set v0='MJ5Z108TVNJR5X9S' where id=9;
-update noar ti set v0='MJ5Z108TVNJR5X9S' where id=9;
-update noar tt set b2='XVCIOCNQN5XFH818OM0TL3NL8' where id=9;
-update noar ti set b2='XVCIOCNQN5XFH818OM0TL3NL8' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) not null,
- b0 mediumblob not null,
- b1 tinyblob not null,
- b2 mediumblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='PTGKA67MQ' where id=1;
-update noar ti set v0='PTGKA67MQ' where id=1;
-update noar tt set b0='0D0RNA0ETEE696AOKL0UFT4S' where id=1;
-update noar ti set b0='0D0RNA0ETEE696AOKL0UFT4S' where id=1;
-update noar tt set v0='4T3QICKQ' where id=1;
-update noar ti set v0='4T3QICKQ' where id=1;
-update noar tt set b1='Q8F82F5SJZXFSUTD9L094YYHHCB' where id=1;
-update noar ti set b1='Q8F82F5SJZXFSUTD9L094YYHHCB' where id=1;
-update noar tt set v0='1HI00E6U2ORLOY7BARCPIIU' where id=1;
-update noar ti set v0='1HI00E6U2ORLOY7BARCPIIU' where id=1;
-update noar tt set b2='98BQCNT0GBA3OJXVF' where id=1;
-update noar ti set b2='98BQCNT0GBA3OJXVF' where id=1;
-update noar tt set v0='TUIEG35EHKJ3AXBE0RUT76WZHZRGXRJ' where id=2;
-update noar ti set v0='TUIEG35EHKJ3AXBE0RUT76WZHZRGXRJ' where id=2;
-update noar tt set b0='WQMJB' where id=2;
-update noar ti set b0='WQMJB' where id=2;
-update noar tt set v0='N1JU16FYP58ZBN7QXWVP' where id=2;
-update noar ti set v0='N1JU16FYP58ZBN7QXWVP' where id=2;
-update noar tt set b1='X9YXP9DSUPMN17D' where id=2;
-update noar ti set b1='X9YXP9DSUPMN17D' where id=2;
-update noar tt set v0='YJ0W1MRM3WC1FB8B4OSUNFD3HKRQ3D' where id=2;
-update noar ti set v0='YJ0W1MRM3WC1FB8B4OSUNFD3HKRQ3D' where id=2;
-update noar tt set b2='B6AO2L2W116OWBX9BEC9WLXUAX2' where id=2;
-update noar ti set b2='B6AO2L2W116OWBX9BEC9WLXUAX2' where id=2;
-update noar tt set v0='1R9SFJW8Z9NU83' where id=3;
-update noar ti set v0='1R9SFJW8Z9NU83' where id=3;
-update noar tt set b0='P28' where id=3;
-update noar ti set b0='P28' where id=3;
-update noar tt set v0='KQYOF1CEVWXBS2IENU85THA' where id=3;
-update noar ti set v0='KQYOF1CEVWXBS2IENU85THA' where id=3;
-update noar tt set b1='FVDTPJXJGZZQRQM0RV3W12G9M' where id=3;
-update noar ti set b1='FVDTPJXJGZZQRQM0RV3W12G9M' where id=3;
-update noar tt set v0='IOQ53JN52I5S3SCKAHCFMEL0F' where id=3;
-update noar ti set v0='IOQ53JN52I5S3SCKAHCFMEL0F' where id=3;
-update noar tt set b2='D' where id=3;
-update noar ti set b2='D' where id=3;
-update noar tt set v0='CHN3KRD3WP1YTW4PR3ZZQKFTM' where id=4;
-update noar ti set v0='CHN3KRD3WP1YTW4PR3ZZQKFTM' where id=4;
-update noar tt set b0='4T65Z9' where id=4;
-update noar ti set b0='4T65Z9' where id=4;
-update noar tt set v0='KRP0O32NIN2NVLFRJ3ZI' where id=4;
-update noar ti set v0='KRP0O32NIN2NVLFRJ3ZI' where id=4;
-update noar tt set b1='T5FRQXT0IT61OIPJRXTOC6S49' where id=4;
-update noar ti set b1='T5FRQXT0IT61OIPJRXTOC6S49' where id=4;
-update noar tt set v0='OCZSSF95DXRVTP783BPH6AQL' where id=4;
-update noar ti set v0='OCZSSF95DXRVTP783BPH6AQL' where id=4;
-update noar tt set b2='95RSMZ53729RYJ4AB1E8KPUBK' where id=4;
-update noar ti set b2='95RSMZ53729RYJ4AB1E8KPUBK' where id=4;
-update noar tt set v0='IAYFC7Q5RQ9L6G24FD4UCNYP' where id=5;
-update noar ti set v0='IAYFC7Q5RQ9L6G24FD4UCNYP' where id=5;
-update noar tt set b0='OA3FYFCJLC0D6T' where id=5;
-update noar ti set b0='OA3FYFCJLC0D6T' where id=5;
-update noar tt set v0='71247J8C' where id=5;
-update noar ti set v0='71247J8C' where id=5;
-update noar tt set b1='3TU6XTNG1' where id=5;
-update noar ti set b1='3TU6XTNG1' where id=5;
-update noar tt set v0='FG' where id=5;
-update noar ti set v0='FG' where id=5;
-update noar tt set b2='E84' where id=5;
-update noar ti set b2='E84' where id=5;
-update noar tt set v0='6WHJ8LB6CKJRXP2Y8RFE5XGV' where id=6;
-update noar ti set v0='6WHJ8LB6CKJRXP2Y8RFE5XGV' where id=6;
-update noar tt set b0='XXNGTMANVO' where id=6;
-update noar ti set b0='XXNGTMANVO' where id=6;
-update noar tt set v0='Y7DLDIS7VZR' where id=6;
-update noar ti set v0='Y7DLDIS7VZR' where id=6;
-update noar tt set b1='X4M7ZAXEF65KO5ZKX' where id=6;
-update noar ti set b1='X4M7ZAXEF65KO5ZKX' where id=6;
-update noar tt set v0='45JOTHEYLO0CAR60JVZYQ8PBJ' where id=6;
-update noar ti set v0='45JOTHEYLO0CAR60JVZYQ8PBJ' where id=6;
-update noar tt set b2='G043OIEM83ID' where id=6;
-update noar ti set b2='G043OIEM83ID' where id=6;
-update noar tt set v0='IHVB7ER2' where id=7;
-update noar ti set v0='IHVB7ER2' where id=7;
-update noar tt set b0='LOIUO4E01ZRXK1O' where id=7;
-update noar ti set b0='LOIUO4E01ZRXK1O' where id=7;
-update noar tt set v0='37M4S6GN98OG' where id=7;
-update noar ti set v0='37M4S6GN98OG' where id=7;
-update noar tt set b1='R3E6XJ2TC8DOYXE' where id=7;
-update noar ti set b1='R3E6XJ2TC8DOYXE' where id=7;
-update noar tt set v0='JLVUT524TZUE' where id=7;
-update noar ti set v0='JLVUT524TZUE' where id=7;
-update noar tt set b2='NK95KSOVU4Z' where id=7;
-update noar ti set b2='NK95KSOVU4Z' where id=7;
-update noar tt set v0='UOW1PHY00J7KXBHJF68' where id=8;
-update noar ti set v0='UOW1PHY00J7KXBHJF68' where id=8;
-update noar tt set b0='Q90RSEZBOJWO4098IALDLFQJ' where id=8;
-update noar ti set b0='Q90RSEZBOJWO4098IALDLFQJ' where id=8;
-update noar tt set v0='2XW1YFPN' where id=8;
-update noar ti set v0='2XW1YFPN' where id=8;
-update noar tt set b1='QZA' where id=8;
-update noar ti set b1='QZA' where id=8;
-update noar tt set v0='JCHE7A2F2NI8XXF9APFWPGSNQ2' where id=8;
-update noar ti set v0='JCHE7A2F2NI8XXF9APFWPGSNQ2' where id=8;
-update noar tt set b2='P2YSYWS9H8F5UA3GGPDN' where id=8;
-update noar ti set b2='P2YSYWS9H8F5UA3GGPDN' where id=8;
-update noar tt set v0='PI0IKNTCB5DJ48D2S4BN6ON2' where id=9;
-update noar ti set v0='PI0IKNTCB5DJ48D2S4BN6ON2' where id=9;
-update noar tt set b0='4Y23GZ7RMUQM7J362X' where id=9;
-update noar ti set b0='4Y23GZ7RMUQM7J362X' where id=9;
-update noar tt set v0='SSKFB1YB40PKXXYF3JCD4XDT0Z' where id=9;
-update noar ti set v0='SSKFB1YB40PKXXYF3JCD4XDT0Z' where id=9;
-update noar tt set b1='R7PATZX8GY2PRJSB45S5A' where id=9;
-update noar ti set b1='R7PATZX8GY2PRJSB45S5A' where id=9;
-update noar tt set v0='V3IURG' where id=9;
-update noar ti set v0='V3IURG' where id=9;
-update noar tt set b2='CUEZ63J1YT7MUNZF9T22YOKE' where id=9;
-update noar ti set b2='CUEZ63J1YT7MUNZF9T22YOKE' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) not null,
- b0 mediumblob not null,
- b1 tinyblob not null,
- b2 mediumblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='CVQT6QBFJPXKKS3C2' where id=1;
-update noar ti set v0='CVQT6QBFJPXKKS3C2' where id=1;
-update noar tt set b0='KD9WJVZJFWVUCIEKKGG23JZD80K1S2' where id=1;
-update noar ti set b0='KD9WJVZJFWVUCIEKKGG23JZD80K1S2' where id=1;
-update noar tt set v0='KRSRZ5GS4BHVQZ' where id=1;
-update noar ti set v0='KRSRZ5GS4BHVQZ' where id=1;
-update noar tt set b1='JXTCPQ3R' where id=1;
-update noar ti set b1='JXTCPQ3R' where id=1;
-update noar tt set v0='22LCQF7ELOJZJGU' where id=1;
-update noar ti set v0='22LCQF7ELOJZJGU' where id=1;
-update noar tt set b2='ECPSQY4G9NBC5DWVQV495S' where id=1;
-update noar ti set b2='ECPSQY4G9NBC5DWVQV495S' where id=1;
-update noar tt set v0='JSIBYTVS01I6BKDRSX0NL8' where id=2;
-update noar ti set v0='JSIBYTVS01I6BKDRSX0NL8' where id=2;
-update noar tt set b0='2NUYN7O7YA47YNL' where id=2;
-update noar ti set b0='2NUYN7O7YA47YNL' where id=2;
-update noar tt set v0='FK6Q0YPV9K3FUJSP23H6GGPDRFVB5RG1' where id=2;
-update noar ti set v0='FK6Q0YPV9K3FUJSP23H6GGPDRFVB5RG1' where id=2;
-update noar tt set b1='890G17EVQQVQSEWC9IU3RWVLA2R3PC89' where id=2;
-update noar ti set b1='890G17EVQQVQSEWC9IU3RWVLA2R3PC89' where id=2;
-update noar tt set v0='KZQ74QHN9AW96FR2H4OXX01UHL7' where id=2;
-update noar ti set v0='KZQ74QHN9AW96FR2H4OXX01UHL7' where id=2;
-update noar tt set b2='ZJMC88A5VZLE7' where id=2;
-update noar ti set b2='ZJMC88A5VZLE7' where id=2;
-update noar tt set v0='B88FQW7KGY9NVZ1' where id=3;
-update noar ti set v0='B88FQW7KGY9NVZ1' where id=3;
-update noar tt set b0='MT9QU7VDPWY9T1668OF1V5KGH9UTE2G0' where id=3;
-update noar ti set b0='MT9QU7VDPWY9T1668OF1V5KGH9UTE2G0' where id=3;
-update noar tt set v0='K1KK0IO5CNAFAIY7K2JBTDDFAPC' where id=3;
-update noar ti set v0='K1KK0IO5CNAFAIY7K2JBTDDFAPC' where id=3;
-update noar tt set b1='H6IYS6UVG' where id=3;
-update noar ti set b1='H6IYS6UVG' where id=3;
-update noar tt set v0='GAK7BP56UOLPNY28GX9IAY9I' where id=3;
-update noar ti set v0='GAK7BP56UOLPNY28GX9IAY9I' where id=3;
-update noar tt set b2='UWN' where id=3;
-update noar ti set b2='UWN' where id=3;
-update noar tt set v0='HANVSS2K3CZY0CENQ' where id=4;
-update noar ti set v0='HANVSS2K3CZY0CENQ' where id=4;
-update noar tt set b0='DWOJ4708T351YK7Y5X4134ETRXO' where id=4;
-update noar ti set b0='DWOJ4708T351YK7Y5X4134ETRXO' where id=4;
-update noar tt set v0='OZYDIQO055EY' where id=4;
-update noar ti set v0='OZYDIQO055EY' where id=4;
-update noar tt set b1='Z4Q9Z' where id=4;
-update noar ti set b1='Z4Q9Z' where id=4;
-update noar tt set v0='J9D19VZIBLMUV1V79V' where id=4;
-update noar ti set v0='J9D19VZIBLMUV1V79V' where id=4;
-update noar tt set b2='NXD2YRXQIYIE9TM6K' where id=4;
-update noar ti set b2='NXD2YRXQIYIE9TM6K' where id=4;
-update noar tt set v0='OKCBOO51D4JM3TX9I1X' where id=5;
-update noar ti set v0='OKCBOO51D4JM3TX9I1X' where id=5;
-update noar tt set b0='V' where id=5;
-update noar ti set b0='V' where id=5;
-update noar tt set v0='FAKX0KXCLTS5LNVCX8I' where id=5;
-update noar ti set v0='FAKX0KXCLTS5LNVCX8I' where id=5;
-update noar tt set b1='GHNS1P5T84UN6R' where id=5;
-update noar ti set b1='GHNS1P5T84UN6R' where id=5;
-update noar tt set v0='SN1TIQLLGHO6SIELT3F6CR8EOZRBDF' where id=5;
-update noar ti set v0='SN1TIQLLGHO6SIELT3F6CR8EOZRBDF' where id=5;
-update noar tt set b2='GLW177V2OMO2OUHHIWBKQW53' where id=5;
-update noar ti set b2='GLW177V2OMO2OUHHIWBKQW53' where id=5;
-update noar tt set v0='Q6HHGU' where id=6;
-update noar ti set v0='Q6HHGU' where id=6;
-update noar tt set b0='9H1O0DW8GMGW8U617SFX' where id=6;
-update noar ti set b0='9H1O0DW8GMGW8U617SFX' where id=6;
-update noar tt set v0='BE6SKIRYEZLEPIK54G94R3S438QM' where id=6;
-update noar ti set v0='BE6SKIRYEZLEPIK54G94R3S438QM' where id=6;
-update noar tt set b1='OWPKMLGFUY9SYHPE8HE' where id=6;
-update noar ti set b1='OWPKMLGFUY9SYHPE8HE' where id=6;
-update noar tt set v0='ZCE35A1JS9MNT' where id=6;
-update noar ti set v0='ZCE35A1JS9MNT' where id=6;
-update noar tt set b2='NCG2PXQBB6OM7MSREXWZOG80EELLU' where id=6;
-update noar ti set b2='NCG2PXQBB6OM7MSREXWZOG80EELLU' where id=6;
-update noar tt set v0='M5EJ32ASHRY66CH4CST' where id=7;
-update noar ti set v0='M5EJ32ASHRY66CH4CST' where id=7;
-update noar tt set b0='D56MR' where id=7;
-update noar ti set b0='D56MR' where id=7;
-update noar tt set v0='LOR4V8EUFIQLQ41KKOTGV8X6' where id=7;
-update noar ti set v0='LOR4V8EUFIQLQ41KKOTGV8X6' where id=7;
-update noar tt set b1='86JX62U76TZ1' where id=7;
-update noar ti set b1='86JX62U76TZ1' where id=7;
-update noar tt set v0='7787RQK215BYT3BPJ44V' where id=7;
-update noar ti set v0='7787RQK215BYT3BPJ44V' where id=7;
-update noar tt set b2='HW2XDS4G129N7OL40VIAY4Q' where id=7;
-update noar ti set b2='HW2XDS4G129N7OL40VIAY4Q' where id=7;
-update noar tt set v0='8A5D8G51UFF61AZ1P6ZAG52' where id=8;
-update noar ti set v0='8A5D8G51UFF61AZ1P6ZAG52' where id=8;
-update noar tt set b0='DNUQ4B11G4UHWIIRF' where id=8;
-update noar ti set b0='DNUQ4B11G4UHWIIRF' where id=8;
-update noar tt set v0='T7S0T7EJKZKM3QXXKEJ2A2B8J6C7IP' where id=8;
-update noar ti set v0='T7S0T7EJKZKM3QXXKEJ2A2B8J6C7IP' where id=8;
-update noar tt set b1='I0WCTO2SO5INLDQWBZCUFO9NZ9BN1' where id=8;
-update noar ti set b1='I0WCTO2SO5INLDQWBZCUFO9NZ9BN1' where id=8;
-update noar tt set v0='FTJL6767C8R4ZZ7YB8B10QUUK' where id=8;
-update noar ti set v0='FTJL6767C8R4ZZ7YB8B10QUUK' where id=8;
-update noar tt set b2='VL36TG8RJOGEUH67R' where id=8;
-update noar ti set b2='VL36TG8RJOGEUH67R' where id=8;
-update noar tt set v0='4IXKPPYG9BVTEZRFVOGLCBZ' where id=9;
-update noar ti set v0='4IXKPPYG9BVTEZRFVOGLCBZ' where id=9;
-update noar tt set b0='AGJY7T1U5KT0FXTBL4FEQK75P3S6' where id=9;
-update noar ti set b0='AGJY7T1U5KT0FXTBL4FEQK75P3S6' where id=9;
-update noar tt set v0='2LWI00ARFL' where id=9;
-update noar ti set v0='2LWI00ARFL' where id=9;
-update noar tt set b1='QOPM5O11WXRTTF6WVZPTV8O851RHO4Q' where id=9;
-update noar ti set b1='QOPM5O11WXRTTF6WVZPTV8O851RHO4Q' where id=9;
-update noar tt set v0='RL0P' where id=9;
-update noar ti set v0='RL0P' where id=9;
-update noar tt set b2='CPP63Q2IOXWDD4' where id=9;
-update noar ti set b2='CPP63Q2IOXWDD4' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) null,
- b0 mediumblob null,
- b1 tinyblob null,
- b2 longblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='21OJJYNQB6DXC3DU9' where id=1;
-update noar ti set v0='21OJJYNQB6DXC3DU9' where id=1;
-update noar tt set b0='61GHSABART' where id=1;
-update noar ti set b0='61GHSABART' where id=1;
-update noar tt set v0='964OS' where id=1;
-update noar ti set v0='964OS' where id=1;
-update noar tt set b1='ZRQ1104R0LCUXR1N' where id=1;
-update noar ti set b1='ZRQ1104R0LCUXR1N' where id=1;
-update noar tt set v0='GD0I3Z3EL' where id=1;
-update noar ti set v0='GD0I3Z3EL' where id=1;
-update noar tt set b2='NEX4Y4S' where id=1;
-update noar ti set b2='NEX4Y4S' where id=1;
-update noar tt set v0='J7G5COJ9O4MZL03C8F3LTNQ9J4M0BG' where id=2;
-update noar ti set v0='J7G5COJ9O4MZL03C8F3LTNQ9J4M0BG' where id=2;
-update noar tt set b0='KCT7H4I42XOUNF0' where id=2;
-update noar ti set b0='KCT7H4I42XOUNF0' where id=2;
-update noar tt set v0='VE26XO4P6GIXQGD8X6KOW3Q8WSV1CR' where id=2;
-update noar ti set v0='VE26XO4P6GIXQGD8X6KOW3Q8WSV1CR' where id=2;
-update noar tt set b1='QQL6EUAYQ9G3ROZPOBT7HOW9FZXUTRI0' where id=2;
-update noar ti set b1='QQL6EUAYQ9G3ROZPOBT7HOW9FZXUTRI0' where id=2;
-update noar tt set v0='N0GAUEJ60X' where id=2;
-update noar ti set v0='N0GAUEJ60X' where id=2;
-update noar tt set b2='Q3QP1HZ27QKYGBH6QTE8US9Z' where id=2;
-update noar ti set b2='Q3QP1HZ27QKYGBH6QTE8US9Z' where id=2;
-update noar tt set v0='TSMVX05CRK8793J' where id=3;
-update noar ti set v0='TSMVX05CRK8793J' where id=3;
-update noar tt set b0='5517O941L6K11RFH' where id=3;
-update noar ti set b0='5517O941L6K11RFH' where id=3;
-update noar tt set v0='7UGN' where id=3;
-update noar ti set v0='7UGN' where id=3;
-update noar tt set b1='H8EY1Y0LTUD88KL710KDZOTR6Z9BW' where id=3;
-update noar ti set b1='H8EY1Y0LTUD88KL710KDZOTR6Z9BW' where id=3;
-update noar tt set v0='FZ7WPJZ1' where id=3;
-update noar ti set v0='FZ7WPJZ1' where id=3;
-update noar tt set b2='S3265J2X2V' where id=3;
-update noar ti set b2='S3265J2X2V' where id=3;
-update noar tt set v0='OH96WT3IS1JHNLYASXCVKSS0UP35' where id=4;
-update noar ti set v0='OH96WT3IS1JHNLYASXCVKSS0UP35' where id=4;
-update noar tt set b0='29JN14HZZRKFYZK6O4DC8DWPBVZ86D' where id=4;
-update noar ti set b0='29JN14HZZRKFYZK6O4DC8DWPBVZ86D' where id=4;
-update noar tt set v0='RF2' where id=4;
-update noar ti set v0='RF2' where id=4;
-update noar tt set b1='YWSDXLGHWDBR5WS8V' where id=4;
-update noar ti set b1='YWSDXLGHWDBR5WS8V' where id=4;
-update noar tt set v0='6' where id=4;
-update noar ti set v0='6' where id=4;
-update noar tt set b2='ZKW39A368' where id=4;
-update noar ti set b2='ZKW39A368' where id=4;
-update noar tt set v0='5VIC7O1ULHW8CM' where id=5;
-update noar ti set v0='5VIC7O1ULHW8CM' where id=5;
-update noar tt set b0='3LVZF5EBOCDFTW8' where id=5;
-update noar ti set b0='3LVZF5EBOCDFTW8' where id=5;
-update noar tt set v0='E2DXLBA17' where id=5;
-update noar ti set v0='E2DXLBA17' where id=5;
-update noar tt set b1='ZH' where id=5;
-update noar ti set b1='ZH' where id=5;
-update noar tt set v0='NLXA3S' where id=5;
-update noar ti set v0='NLXA3S' where id=5;
-update noar tt set b2='4LGHNT4Q85I4O7ULVFQQLRUNGZ5' where id=5;
-update noar ti set b2='4LGHNT4Q85I4O7ULVFQQLRUNGZ5' where id=5;
-update noar tt set v0='U43I4FYRABBHNY9U' where id=6;
-update noar ti set v0='U43I4FYRABBHNY9U' where id=6;
-update noar tt set b0='FZ' where id=6;
-update noar ti set b0='FZ' where id=6;
-update noar tt set v0='2TUNSXX5YJHX8F6SABLT' where id=6;
-update noar ti set v0='2TUNSXX5YJHX8F6SABLT' where id=6;
-update noar tt set b1='48ZP479' where id=6;
-update noar ti set b1='48ZP479' where id=6;
-update noar tt set v0='EEL7VO4WJHNI' where id=6;
-update noar ti set v0='EEL7VO4WJHNI' where id=6;
-update noar tt set b2='AM7K5GT1L0NTY1ZNQ0' where id=6;
-update noar ti set b2='AM7K5GT1L0NTY1ZNQ0' where id=6;
-update noar tt set v0='FVW85RANM6T35BDIO' where id=7;
-update noar ti set v0='FVW85RANM6T35BDIO' where id=7;
-update noar tt set b0='RJBNVO6QKVKU7P' where id=7;
-update noar ti set b0='RJBNVO6QKVKU7P' where id=7;
-update noar tt set v0='2UP94M17BJ485Y' where id=7;
-update noar ti set v0='2UP94M17BJ485Y' where id=7;
-update noar tt set b1='QMUSTOPA2' where id=7;
-update noar ti set b1='QMUSTOPA2' where id=7;
-update noar tt set v0='V' where id=7;
-update noar ti set v0='V' where id=7;
-update noar tt set b2='ZNKIGBSS' where id=7;
-update noar ti set b2='ZNKIGBSS' where id=7;
-update noar tt set v0='HGS9I3I62ELHRQXIW' where id=8;
-update noar ti set v0='HGS9I3I62ELHRQXIW' where id=8;
-update noar tt set b0='8E6GOZWVA50USLU' where id=8;
-update noar ti set b0='8E6GOZWVA50USLU' where id=8;
-update noar tt set v0='TQLEVN4' where id=8;
-update noar ti set v0='TQLEVN4' where id=8;
-update noar tt set b1='EBF9KXB0P4WW6O5JN9MKA' where id=8;
-update noar ti set b1='EBF9KXB0P4WW6O5JN9MKA' where id=8;
-update noar tt set v0='FXBLG2MD' where id=8;
-update noar ti set v0='FXBLG2MD' where id=8;
-update noar tt set b2='3S' where id=8;
-update noar ti set b2='3S' where id=8;
-update noar tt set v0='IJ8PGQ90RT0G64Q7' where id=9;
-update noar ti set v0='IJ8PGQ90RT0G64Q7' where id=9;
-update noar tt set b0='GLZ5FTW8V2DGJDNZ91IAUT' where id=9;
-update noar ti set b0='GLZ5FTW8V2DGJDNZ91IAUT' where id=9;
-update noar tt set v0='KBIC3ZWUKB6024XJ2Q9JJ7QX953L' where id=9;
-update noar ti set v0='KBIC3ZWUKB6024XJ2Q9JJ7QX953L' where id=9;
-update noar tt set b1='A' where id=9;
-update noar ti set b1='A' where id=9;
-update noar tt set v0='P0R1L09S6AH5I52OHLPO9KCQ' where id=9;
-update noar ti set v0='P0R1L09S6AH5I52OHLPO9KCQ' where id=9;
-update noar tt set b2='R0F' where id=9;
-update noar ti set b2='R0F' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) null,
- b0 mediumblob null,
- b1 tinyblob null,
- b2 longblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='HL1RD2FWCWOD4TPKVWY3' where id=1;
-update noar ti set v0='HL1RD2FWCWOD4TPKVWY3' where id=1;
-update noar tt set b0='GUKWFY7CPO67USXO7PL' where id=1;
-update noar ti set b0='GUKWFY7CPO67USXO7PL' where id=1;
-update noar tt set v0='VB8LBUVC' where id=1;
-update noar ti set v0='VB8LBUVC' where id=1;
-update noar tt set b1='4DX4NT96ZZD' where id=1;
-update noar ti set b1='4DX4NT96ZZD' where id=1;
-update noar tt set v0='X2724PXIMMDDIFPRNG2' where id=1;
-update noar ti set v0='X2724PXIMMDDIFPRNG2' where id=1;
-update noar tt set b2='V8A2PMQ4YJKNDI' where id=1;
-update noar ti set b2='V8A2PMQ4YJKNDI' where id=1;
-update noar tt set v0='7HFLNHBQ' where id=2;
-update noar ti set v0='7HFLNHBQ' where id=2;
-update noar tt set b0='C1OH562IFS14PO9VJ' where id=2;
-update noar ti set b0='C1OH562IFS14PO9VJ' where id=2;
-update noar tt set v0='1K' where id=2;
-update noar ti set v0='1K' where id=2;
-update noar tt set b1='Q4HPM4N2IUAZTT' where id=2;
-update noar ti set b1='Q4HPM4N2IUAZTT' where id=2;
-update noar tt set v0='QBVCL' where id=2;
-update noar ti set v0='QBVCL' where id=2;
-update noar tt set b2='AFJ7YI0D3RZEF1NH5USXXE2Z' where id=2;
-update noar ti set b2='AFJ7YI0D3RZEF1NH5USXXE2Z' where id=2;
-update noar tt set v0='6TJQDY0VOX9ZFTNNBV58P35VN' where id=3;
-update noar ti set v0='6TJQDY0VOX9ZFTNNBV58P35VN' where id=3;
-update noar tt set b0='JP5W9QVIITSZGKMHP' where id=3;
-update noar ti set b0='JP5W9QVIITSZGKMHP' where id=3;
-update noar tt set v0='BB7D18JDANP' where id=3;
-update noar ti set v0='BB7D18JDANP' where id=3;
-update noar tt set b1='VOYP4GZ250RG6Y' where id=3;
-update noar ti set b1='VOYP4GZ250RG6Y' where id=3;
-update noar tt set v0='D' where id=3;
-update noar ti set v0='D' where id=3;
-update noar tt set b2='XZKWF6T3L34' where id=3;
-update noar ti set b2='XZKWF6T3L34' where id=3;
-update noar tt set v0='FL9YY5Y' where id=4;
-update noar ti set v0='FL9YY5Y' where id=4;
-update noar tt set b0='2ZAYPJ7S8ETB1WMZFCDBPMT' where id=4;
-update noar ti set b0='2ZAYPJ7S8ETB1WMZFCDBPMT' where id=4;
-update noar tt set v0='2XYMN595X4221C60V2JUREDT' where id=4;
-update noar ti set v0='2XYMN595X4221C60V2JUREDT' where id=4;
-update noar tt set b1='FWWUMNSB5Y6I61ETVSE' where id=4;
-update noar ti set b1='FWWUMNSB5Y6I61ETVSE' where id=4;
-update noar tt set v0='CTXJTU7HOW2LCF45410QDFTR2' where id=4;
-update noar ti set v0='CTXJTU7HOW2LCF45410QDFTR2' where id=4;
-update noar tt set b2='6BCKTKY34QPMOZ' where id=4;
-update noar ti set b2='6BCKTKY34QPMOZ' where id=4;
-update noar tt set v0='3SZ3Y9HOS6PV5KXCOUPFKB' where id=5;
-update noar ti set v0='3SZ3Y9HOS6PV5KXCOUPFKB' where id=5;
-update noar tt set b0='1LL' where id=5;
-update noar ti set b0='1LL' where id=5;
-update noar tt set v0='06T19ZH7UK1590GPD4Q' where id=5;
-update noar ti set v0='06T19ZH7UK1590GPD4Q' where id=5;
-update noar tt set b1='BI8' where id=5;
-update noar ti set b1='BI8' where id=5;
-update noar tt set v0='QVGXLF' where id=5;
-update noar ti set v0='QVGXLF' where id=5;
-update noar tt set b2='E1TEACSKGPHJX3MEXRAOOC8LRN' where id=5;
-update noar ti set b2='E1TEACSKGPHJX3MEXRAOOC8LRN' where id=5;
-update noar tt set v0='VQWUVKPU1NFIHRJV5JE7HLLUI6YW3TC2' where id=6;
-update noar ti set v0='VQWUVKPU1NFIHRJV5JE7HLLUI6YW3TC2' where id=6;
-update noar tt set b0='UTJO18N5VD7RSM2DV6BU66MZ' where id=6;
-update noar ti set b0='UTJO18N5VD7RSM2DV6BU66MZ' where id=6;
-update noar tt set v0='JNU' where id=6;
-update noar ti set v0='JNU' where id=6;
-update noar tt set b1='7TMRYOTWM5' where id=6;
-update noar ti set b1='7TMRYOTWM5' where id=6;
-update noar tt set v0='V5B3UO1DNOGJF0IJWLYJ0' where id=6;
-update noar ti set v0='V5B3UO1DNOGJF0IJWLYJ0' where id=6;
-update noar tt set b2='BV' where id=6;
-update noar ti set b2='BV' where id=6;
-update noar tt set v0='RD19WOMFOHP1NS6B4RDRAJ' where id=7;
-update noar ti set v0='RD19WOMFOHP1NS6B4RDRAJ' where id=7;
-update noar tt set b0='G0UK0XTO9V4QJWM25FM2' where id=7;
-update noar ti set b0='G0UK0XTO9V4QJWM25FM2' where id=7;
-update noar tt set v0='NNRAG27BONARLR9B' where id=7;
-update noar ti set v0='NNRAG27BONARLR9B' where id=7;
-update noar tt set b1='42NGZEDM' where id=7;
-update noar ti set b1='42NGZEDM' where id=7;
-update noar tt set v0='Y29RHMH22A7Q8CNEDR5WA1Z32DTQ' where id=7;
-update noar ti set v0='Y29RHMH22A7Q8CNEDR5WA1Z32DTQ' where id=7;
-update noar tt set b2='94RUT3UYSN8UZV390BR6ZJ0QDLVPORGL' where id=7;
-update noar ti set b2='94RUT3UYSN8UZV390BR6ZJ0QDLVPORGL' where id=7;
-update noar tt set v0='5U1JR31LDT5E418MHIE0RO81EK93T' where id=8;
-update noar ti set v0='5U1JR31LDT5E418MHIE0RO81EK93T' where id=8;
-update noar tt set b0='069PFK2GC' where id=8;
-update noar ti set b0='069PFK2GC' where id=8;
-update noar tt set v0='ZXI19RYQ2ERCRAEM02' where id=8;
-update noar ti set v0='ZXI19RYQ2ERCRAEM02' where id=8;
-update noar tt set b1='JJQHY2KHYJU5XRJ95NTX4SYFFGAP' where id=8;
-update noar ti set b1='JJQHY2KHYJU5XRJ95NTX4SYFFGAP' where id=8;
-update noar tt set v0='XBQS2DWSR0036PSS7CDBMOMU859' where id=8;
-update noar ti set v0='XBQS2DWSR0036PSS7CDBMOMU859' where id=8;
-update noar tt set b2='V4T4GEVUZ4Q21Q0S5CZSLDO' where id=8;
-update noar ti set b2='V4T4GEVUZ4Q21Q0S5CZSLDO' where id=8;
-update noar tt set v0='4DCD6O32EFXIHM548S' where id=9;
-update noar ti set v0='4DCD6O32EFXIHM548S' where id=9;
-update noar tt set b0='1XPL50ZSNGCBIIMOE' where id=9;
-update noar ti set b0='1XPL50ZSNGCBIIMOE' where id=9;
-update noar tt set v0='JTHEBALS7W51UD' where id=9;
-update noar ti set v0='JTHEBALS7W51UD' where id=9;
-update noar tt set b1='7Z75FTH7MPSEEBU8BGCGVAC' where id=9;
-update noar ti set b1='7Z75FTH7MPSEEBU8BGCGVAC' where id=9;
-update noar tt set v0='506P0VY7JEZTBFFJ7ZQ7OC1ZKY3AIG' where id=9;
-update noar ti set v0='506P0VY7JEZTBFFJ7ZQ7OC1ZKY3AIG' where id=9;
-update noar tt set b2='4O' where id=9;
-update noar ti set b2='4O' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) not null,
- b0 mediumblob not null,
- b1 tinyblob not null,
- b2 longblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='CSWHY390L8CWLFRKRMSRIE1G' where id=1;
-update noar ti set v0='CSWHY390L8CWLFRKRMSRIE1G' where id=1;
-update noar tt set b0='XS4YW8N0' where id=1;
-update noar ti set b0='XS4YW8N0' where id=1;
-update noar tt set v0='OOZLH556CM1CMKL8VRGH89Q' where id=1;
-update noar ti set v0='OOZLH556CM1CMKL8VRGH89Q' where id=1;
-update noar tt set b1='UOY7XP9Q3I' where id=1;
-update noar ti set b1='UOY7XP9Q3I' where id=1;
-update noar tt set v0='BB1OQYVROCIIZ6020URF0AV6CYT' where id=1;
-update noar ti set v0='BB1OQYVROCIIZ6020URF0AV6CYT' where id=1;
-update noar tt set b2='1NJT7HN7O6WKFSVEYEAJYYJEV1S6D0X' where id=1;
-update noar ti set b2='1NJT7HN7O6WKFSVEYEAJYYJEV1S6D0X' where id=1;
-update noar tt set v0='WJ8MP1V761L92RBLWX5QJSS' where id=2;
-update noar ti set v0='WJ8MP1V761L92RBLWX5QJSS' where id=2;
-update noar tt set b0='YS' where id=2;
-update noar ti set b0='YS' where id=2;
-update noar tt set v0='2MQ' where id=2;
-update noar ti set v0='2MQ' where id=2;
-update noar tt set b1='6H' where id=2;
-update noar ti set b1='6H' where id=2;
-update noar tt set v0='8TXQAJG1TJOD8OWU84QQXMB' where id=2;
-update noar ti set v0='8TXQAJG1TJOD8OWU84QQXMB' where id=2;
-update noar tt set b2='SU4Q525Q8SF1LULLX1FJ8D0J4UOZJ' where id=2;
-update noar ti set b2='SU4Q525Q8SF1LULLX1FJ8D0J4UOZJ' where id=2;
-update noar tt set v0='ZSZJCRHSDTASOKP' where id=3;
-update noar ti set v0='ZSZJCRHSDTASOKP' where id=3;
-update noar tt set b0='PFEGVSPDPNL0RB64PWHLBP5W3' where id=3;
-update noar ti set b0='PFEGVSPDPNL0RB64PWHLBP5W3' where id=3;
-update noar tt set v0='DJAYWIET5A2' where id=3;
-update noar ti set v0='DJAYWIET5A2' where id=3;
-update noar tt set b1='XWSG1JZ82J4JVD0' where id=3;
-update noar ti set b1='XWSG1JZ82J4JVD0' where id=3;
-update noar tt set v0='W9GL4WA4I12BVYFHNV19CA0CZA' where id=3;
-update noar ti set v0='W9GL4WA4I12BVYFHNV19CA0CZA' where id=3;
-update noar tt set b2='E9O5CCAAZJXOVN4XJAVV' where id=3;
-update noar ti set b2='E9O5CCAAZJXOVN4XJAVV' where id=3;
-update noar tt set v0='T0FCMLHKT' where id=4;
-update noar ti set v0='T0FCMLHKT' where id=4;
-update noar tt set b0='5A' where id=4;
-update noar ti set b0='5A' where id=4;
-update noar tt set v0='G05M' where id=4;
-update noar ti set v0='G05M' where id=4;
-update noar tt set b1='BH4TOSLM0LA8B2WVF1C0WJGGUJ8DN' where id=4;
-update noar ti set b1='BH4TOSLM0LA8B2WVF1C0WJGGUJ8DN' where id=4;
-update noar tt set v0='1878E2FQ' where id=4;
-update noar ti set v0='1878E2FQ' where id=4;
-update noar tt set b2='KI' where id=4;
-update noar ti set b2='KI' where id=4;
-update noar tt set v0='H39LGTIKPR93ZSUR50YC0RTZE' where id=5;
-update noar ti set v0='H39LGTIKPR93ZSUR50YC0RTZE' where id=5;
-update noar tt set b0='IL0XN03E38173DN20XVVJFNYST' where id=5;
-update noar ti set b0='IL0XN03E38173DN20XVVJFNYST' where id=5;
-update noar tt set v0='WCOQXVSP6' where id=5;
-update noar ti set v0='WCOQXVSP6' where id=5;
-update noar tt set b1='FWTQY8I13RAC88OE' where id=5;
-update noar ti set b1='FWTQY8I13RAC88OE' where id=5;
-update noar tt set v0='DT5JQ7JD7DR309L7MAF4U7KQ4R1G' where id=5;
-update noar ti set v0='DT5JQ7JD7DR309L7MAF4U7KQ4R1G' where id=5;
-update noar tt set b2='38QYWYEEHY9J8TD8OJNYPIXMP8K2' where id=5;
-update noar ti set b2='38QYWYEEHY9J8TD8OJNYPIXMP8K2' where id=5;
-update noar tt set v0='V5SZ071DCH2SBX0JWCAAU0G' where id=6;
-update noar ti set v0='V5SZ071DCH2SBX0JWCAAU0G' where id=6;
-update noar tt set b0='3RP2KUVAJU' where id=6;
-update noar ti set b0='3RP2KUVAJU' where id=6;
-update noar tt set v0='TF5ULM69909MG1F4XWE' where id=6;
-update noar ti set v0='TF5ULM69909MG1F4XWE' where id=6;
-update noar tt set b1='TOC1UUVPJ5ZMQMN7XZQG0POSHXIAW90T' where id=6;
-update noar ti set b1='TOC1UUVPJ5ZMQMN7XZQG0POSHXIAW90T' where id=6;
-update noar tt set v0='P' where id=6;
-update noar ti set v0='P' where id=6;
-update noar tt set b2='Z9C25Z' where id=6;
-update noar ti set b2='Z9C25Z' where id=6;
-update noar tt set v0='CD275S' where id=7;
-update noar ti set v0='CD275S' where id=7;
-update noar tt set b0='QY1BSI0UIHP9XNDBM7RKR1PM' where id=7;
-update noar ti set b0='QY1BSI0UIHP9XNDBM7RKR1PM' where id=7;
-update noar tt set v0='J2S9I1CSEFIVF8K' where id=7;
-update noar ti set v0='J2S9I1CSEFIVF8K' where id=7;
-update noar tt set b1='6OGLSTEL3E7IQ10QIW' where id=7;
-update noar ti set b1='6OGLSTEL3E7IQ10QIW' where id=7;
-update noar tt set v0='HWMBEYSC91FWM14NAXYRSDQB' where id=7;
-update noar ti set v0='HWMBEYSC91FWM14NAXYRSDQB' where id=7;
-update noar tt set b2='12A8WOF6J8RSY7H111BFD229TE7SGYC' where id=7;
-update noar ti set b2='12A8WOF6J8RSY7H111BFD229TE7SGYC' where id=7;
-update noar tt set v0='9Z4IZW04452H1' where id=8;
-update noar ti set v0='9Z4IZW04452H1' where id=8;
-update noar tt set b0='RTXOE8C6PJ4IV5NIF2NMF5B2Y' where id=8;
-update noar ti set b0='RTXOE8C6PJ4IV5NIF2NMF5B2Y' where id=8;
-update noar tt set v0='T86CCN' where id=8;
-update noar ti set v0='T86CCN' where id=8;
-update noar tt set b1='7OJFX9JQ8ZG1B6VW3G8LFBOEGKNLB' where id=8;
-update noar ti set b1='7OJFX9JQ8ZG1B6VW3G8LFBOEGKNLB' where id=8;
-update noar tt set v0='5' where id=8;
-update noar ti set v0='5' where id=8;
-update noar tt set b2='7O5RD2JDBFS8BDKN8TJ14' where id=8;
-update noar ti set b2='7O5RD2JDBFS8BDKN8TJ14' where id=8;
-update noar tt set v0='B52CAJI96TQK5B975' where id=9;
-update noar ti set v0='B52CAJI96TQK5B975' where id=9;
-update noar tt set b0='KMPC5DOVZIS0Y' where id=9;
-update noar ti set b0='KMPC5DOVZIS0Y' where id=9;
-update noar tt set v0='4W4GKTWP3E' where id=9;
-update noar ti set v0='4W4GKTWP3E' where id=9;
-update noar tt set b1='UBVHJA' where id=9;
-update noar ti set b1='UBVHJA' where id=9;
-update noar tt set v0='5HCU1KJB2F9A147GBIZSUML45MKS3LVV' where id=9;
-update noar ti set v0='5HCU1KJB2F9A147GBIZSUML45MKS3LVV' where id=9;
-update noar tt set b2='YD47DNMEJREBVGOXPIYG' where id=9;
-update noar ti set b2='YD47DNMEJREBVGOXPIYG' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) not null,
- b0 mediumblob not null,
- b1 tinyblob not null,
- b2 longblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='3YGSCOZWC4194UN5VLNJNO0PTZ' where id=1;
-update noar ti set v0='3YGSCOZWC4194UN5VLNJNO0PTZ' where id=1;
-update noar tt set b0='RLLVE0MLL4' where id=1;
-update noar ti set b0='RLLVE0MLL4' where id=1;
-update noar tt set v0='WM6WT7538RRAD9JENUCZS69V6B' where id=1;
-update noar ti set v0='WM6WT7538RRAD9JENUCZS69V6B' where id=1;
-update noar tt set b1='QLSPSUAHG0ITB1M0JF00FKF' where id=1;
-update noar ti set b1='QLSPSUAHG0ITB1M0JF00FKF' where id=1;
-update noar tt set v0='4J8RD4ZUXU28PBIFTYTJ876013' where id=1;
-update noar ti set v0='4J8RD4ZUXU28PBIFTYTJ876013' where id=1;
-update noar tt set b2='Y7DMSACCPS' where id=1;
-update noar ti set b2='Y7DMSACCPS' where id=1;
-update noar tt set v0='EMTHMD92N6FXIDBT82Q78Y' where id=2;
-update noar ti set v0='EMTHMD92N6FXIDBT82Q78Y' where id=2;
-update noar tt set b0='4BF' where id=2;
-update noar ti set b0='4BF' where id=2;
-update noar tt set v0='IETIONXKU877UO4YJX64ORT9SMM6B01' where id=2;
-update noar ti set v0='IETIONXKU877UO4YJX64ORT9SMM6B01' where id=2;
-update noar tt set b1='Q9RCTU5OS00KYALGTX1MGY3JK' where id=2;
-update noar ti set b1='Q9RCTU5OS00KYALGTX1MGY3JK' where id=2;
-update noar tt set v0='46X' where id=2;
-update noar ti set v0='46X' where id=2;
-update noar tt set b2='6P76O29FUK' where id=2;
-update noar ti set b2='6P76O29FUK' where id=2;
-update noar tt set v0='KNK5LP785Z9EJFL2PYE9PGXWN' where id=3;
-update noar ti set v0='KNK5LP785Z9EJFL2PYE9PGXWN' where id=3;
-update noar tt set b0='CX9DX2G5ZW1AF83XWU3POKQXJLC7' where id=3;
-update noar ti set b0='CX9DX2G5ZW1AF83XWU3POKQXJLC7' where id=3;
-update noar tt set v0='PKO68AA992J9LZW' where id=3;
-update noar ti set v0='PKO68AA992J9LZW' where id=3;
-update noar tt set b1='R1OXBZRHZHUUJ8HBVSPJ' where id=3;
-update noar ti set b1='R1OXBZRHZHUUJ8HBVSPJ' where id=3;
-update noar tt set v0='ZFLCFTSQ2KMFXBYDRXAVBFM' where id=3;
-update noar ti set v0='ZFLCFTSQ2KMFXBYDRXAVBFM' where id=3;
-update noar tt set b2='B4' where id=3;
-update noar ti set b2='B4' where id=3;
-update noar tt set v0='C5DL21QOX' where id=4;
-update noar ti set v0='C5DL21QOX' where id=4;
-update noar tt set b0='L7V2LYRMO54PWBYRUMEYLW66K09PEQ' where id=4;
-update noar ti set b0='L7V2LYRMO54PWBYRUMEYLW66K09PEQ' where id=4;
-update noar tt set v0='AHNHK5E' where id=4;
-update noar ti set v0='AHNHK5E' where id=4;
-update noar tt set b1='QLL2GEQ98LHF11FMET6Q4R4YCGA' where id=4;
-update noar ti set b1='QLL2GEQ98LHF11FMET6Q4R4YCGA' where id=4;
-update noar tt set v0='F45F9' where id=4;
-update noar ti set v0='F45F9' where id=4;
-update noar tt set b2='KY2K70FKYGBEQP1H7K7LHKNV42DU74N' where id=4;
-update noar ti set b2='KY2K70FKYGBEQP1H7K7LHKNV42DU74N' where id=4;
-update noar tt set v0='K1MGDJ09245C3' where id=5;
-update noar ti set v0='K1MGDJ09245C3' where id=5;
-update noar tt set b0='RT27SVYKHM7K8QIL8EWMDHSZV' where id=5;
-update noar ti set b0='RT27SVYKHM7K8QIL8EWMDHSZV' where id=5;
-update noar tt set v0='A0FTUZG2RS8V66' where id=5;
-update noar ti set v0='A0FTUZG2RS8V66' where id=5;
-update noar tt set b1='AOUKDUT2L87LJNC40XY' where id=5;
-update noar ti set b1='AOUKDUT2L87LJNC40XY' where id=5;
-update noar tt set v0='4LLGLE23FSVI6PM0YW9CL7AIO2' where id=5;
-update noar ti set v0='4LLGLE23FSVI6PM0YW9CL7AIO2' where id=5;
-update noar tt set b2='2ID80FL1J' where id=5;
-update noar ti set b2='2ID80FL1J' where id=5;
-update noar tt set v0='5XCXWCPUJ5RFQ5CQ36BQGIPWLWS' where id=6;
-update noar ti set v0='5XCXWCPUJ5RFQ5CQ36BQGIPWLWS' where id=6;
-update noar tt set b0='IKVATZQ3DT6DGO7P3Y' where id=6;
-update noar ti set b0='IKVATZQ3DT6DGO7P3Y' where id=6;
-update noar tt set v0='CKAU5ELPA7E0' where id=6;
-update noar ti set v0='CKAU5ELPA7E0' where id=6;
-update noar tt set b1='MYJJ6SDQ0ARW03RK3J8ZXGVGF3TEKV' where id=6;
-update noar ti set b1='MYJJ6SDQ0ARW03RK3J8ZXGVGF3TEKV' where id=6;
-update noar tt set v0='UW2GAW98TW4PVN09SKS7I0LYX6Z' where id=6;
-update noar ti set v0='UW2GAW98TW4PVN09SKS7I0LYX6Z' where id=6;
-update noar tt set b2='4Z0LFG5M12C74TFQODACECPSXTA' where id=6;
-update noar ti set b2='4Z0LFG5M12C74TFQODACECPSXTA' where id=6;
-update noar tt set v0='A54L0IZUO00M3S6IKOVR' where id=7;
-update noar ti set v0='A54L0IZUO00M3S6IKOVR' where id=7;
-update noar tt set b0='77LE8LAX8E80VBZ' where id=7;
-update noar ti set b0='77LE8LAX8E80VBZ' where id=7;
-update noar tt set v0='ESD10HZONAA' where id=7;
-update noar ti set v0='ESD10HZONAA' where id=7;
-update noar tt set b1='457RXVL6' where id=7;
-update noar ti set b1='457RXVL6' where id=7;
-update noar tt set v0='K3GB1CMRX' where id=7;
-update noar ti set v0='K3GB1CMRX' where id=7;
-update noar tt set b2='G0PO81R' where id=7;
-update noar ti set b2='G0PO81R' where id=7;
-update noar tt set v0='K21V4YJBT3ZFXEZJ0SXS' where id=8;
-update noar ti set v0='K21V4YJBT3ZFXEZJ0SXS' where id=8;
-update noar tt set b0='G8GR4K' where id=8;
-update noar ti set b0='G8GR4K' where id=8;
-update noar tt set v0='EBCN' where id=8;
-update noar ti set v0='EBCN' where id=8;
-update noar tt set b1='XDDJST0I9CWK904C3IWIMMJ5FPVLK' where id=8;
-update noar ti set b1='XDDJST0I9CWK904C3IWIMMJ5FPVLK' where id=8;
-update noar tt set v0='1FT' where id=8;
-update noar ti set v0='1FT' where id=8;
-update noar tt set b2='MR' where id=8;
-update noar ti set b2='MR' where id=8;
-update noar tt set v0='P' where id=9;
-update noar ti set v0='P' where id=9;
-update noar tt set b0='XAQHI1JW82OAH6PDMD749H8' where id=9;
-update noar ti set b0='XAQHI1JW82OAH6PDMD749H8' where id=9;
-update noar tt set v0='UBJBHR0XXVYZ1JIP8SL96255U7' where id=9;
-update noar ti set v0='UBJBHR0XXVYZ1JIP8SL96255U7' where id=9;
-update noar tt set b1='6VVB2HJPGGPQDLXUF0GGZS8P' where id=9;
-update noar ti set b1='6VVB2HJPGGPQDLXUF0GGZS8P' where id=9;
-update noar tt set v0='OTB90UD93G6MFYD4J17ZPHXGVG1' where id=9;
-update noar ti set v0='OTB90UD93G6MFYD4J17ZPHXGVG1' where id=9;
-update noar tt set b2='ABLHPE8D6321TJA2K7X78G3YV' where id=9;
-update noar ti set b2='ABLHPE8D6321TJA2K7X78G3YV' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) null,
- b0 mediumblob null,
- b1 blob null,
- b2 tinyblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='Q' where id=1;
-update noar ti set v0='Q' where id=1;
-update noar tt set b0='QF6QYXNCNRA' where id=1;
-update noar ti set b0='QF6QYXNCNRA' where id=1;
-update noar tt set v0='GPHGIOU' where id=1;
-update noar ti set v0='GPHGIOU' where id=1;
-update noar tt set b1='EWT1PVYCPN0O73MOXJFW3NTD' where id=1;
-update noar ti set b1='EWT1PVYCPN0O73MOXJFW3NTD' where id=1;
-update noar tt set v0='BYFU44IZ7Y' where id=1;
-update noar ti set v0='BYFU44IZ7Y' where id=1;
-update noar tt set b2='AVTD6LLI' where id=1;
-update noar ti set b2='AVTD6LLI' where id=1;
-update noar tt set v0='ECUPN3WQRSN1MRRYIESR51VVKUMT' where id=2;
-update noar ti set v0='ECUPN3WQRSN1MRRYIESR51VVKUMT' where id=2;
-update noar tt set b0='8NRUDSOK3N' where id=2;
-update noar ti set b0='8NRUDSOK3N' where id=2;
-update noar tt set v0='7N5ROF' where id=2;
-update noar ti set v0='7N5ROF' where id=2;
-update noar tt set b1='IJSJZBU6SBCI' where id=2;
-update noar ti set b1='IJSJZBU6SBCI' where id=2;
-update noar tt set v0='XGSRV' where id=2;
-update noar ti set v0='XGSRV' where id=2;
-update noar tt set b2='TX7WNEUYS0PP8U6HZKWQZR400YUHRJYK' where id=2;
-update noar ti set b2='TX7WNEUYS0PP8U6HZKWQZR400YUHRJYK' where id=2;
-update noar tt set v0='SW' where id=3;
-update noar ti set v0='SW' where id=3;
-update noar tt set b0='D0ERQQE7UWE3EQ' where id=3;
-update noar ti set b0='D0ERQQE7UWE3EQ' where id=3;
-update noar tt set v0='BTK1SCTP609T0N6LZX7PMB6CZ6XACJL' where id=3;
-update noar ti set v0='BTK1SCTP609T0N6LZX7PMB6CZ6XACJL' where id=3;
-update noar tt set b1='U55Z4C2V' where id=3;
-update noar ti set b1='U55Z4C2V' where id=3;
-update noar tt set v0='7OLHVM8M8LQGCX34X287S' where id=3;
-update noar ti set v0='7OLHVM8M8LQGCX34X287S' where id=3;
-update noar tt set b2='2KHEWFRZR343CN54GO89OV8VIDHDPW' where id=3;
-update noar ti set b2='2KHEWFRZR343CN54GO89OV8VIDHDPW' where id=3;
-update noar tt set v0='MCTD80HA6YBEZBP5KW0FU4' where id=4;
-update noar ti set v0='MCTD80HA6YBEZBP5KW0FU4' where id=4;
-update noar tt set b0='8PXX4HM' where id=4;
-update noar ti set b0='8PXX4HM' where id=4;
-update noar tt set v0='7EDT6RR3J8' where id=4;
-update noar ti set v0='7EDT6RR3J8' where id=4;
-update noar tt set b1='ABYHAUSDNK' where id=4;
-update noar ti set b1='ABYHAUSDNK' where id=4;
-update noar tt set v0='YFV8I8' where id=4;
-update noar ti set v0='YFV8I8' where id=4;
-update noar tt set b2='N6NDGXA3URTL355' where id=4;
-update noar ti set b2='N6NDGXA3URTL355' where id=4;
-update noar tt set v0='ZF' where id=5;
-update noar ti set v0='ZF' where id=5;
-update noar tt set b0='3WS6WJCL24' where id=5;
-update noar ti set b0='3WS6WJCL24' where id=5;
-update noar tt set v0='92T7NPCBODHJT750R9C7KBZZQY79' where id=5;
-update noar ti set v0='92T7NPCBODHJT750R9C7KBZZQY79' where id=5;
-update noar tt set b1='VW2ALM9G6N1M9SHJV6AYJ1SEFVHL3' where id=5;
-update noar ti set b1='VW2ALM9G6N1M9SHJV6AYJ1SEFVHL3' where id=5;
-update noar tt set v0='V97FM86HPSNVTC6U7FFA3LWPHTC61LS4' where id=5;
-update noar ti set v0='V97FM86HPSNVTC6U7FFA3LWPHTC61LS4' where id=5;
-update noar tt set b2='JDDZMKV89XRKFJID0L4F41' where id=5;
-update noar ti set b2='JDDZMKV89XRKFJID0L4F41' where id=5;
-update noar tt set v0='OEE8T' where id=6;
-update noar ti set v0='OEE8T' where id=6;
-update noar tt set b0='EX7' where id=6;
-update noar ti set b0='EX7' where id=6;
-update noar tt set v0='7GMGBMBI' where id=6;
-update noar ti set v0='7GMGBMBI' where id=6;
-update noar tt set b1='8UAD34JETQCE' where id=6;
-update noar ti set b1='8UAD34JETQCE' where id=6;
-update noar tt set v0='CGZ7AQYM5GACY5O9OM6H5JS' where id=6;
-update noar ti set v0='CGZ7AQYM5GACY5O9OM6H5JS' where id=6;
-update noar tt set b2='HCJU096DGIYZYB3Z9KEJ0O64YC' where id=6;
-update noar ti set b2='HCJU096DGIYZYB3Z9KEJ0O64YC' where id=6;
-update noar tt set v0='RP' where id=7;
-update noar ti set v0='RP' where id=7;
-update noar tt set b0='GKGHPBWZE' where id=7;
-update noar ti set b0='GKGHPBWZE' where id=7;
-update noar tt set v0='9FMWXHDJ00YF5923W' where id=7;
-update noar ti set v0='9FMWXHDJ00YF5923W' where id=7;
-update noar tt set b1='QD4' where id=7;
-update noar ti set b1='QD4' where id=7;
-update noar tt set v0='DIPTXOWFRRNBELFY' where id=7;
-update noar ti set v0='DIPTXOWFRRNBELFY' where id=7;
-update noar tt set b2='BPRWG3CLLIU' where id=7;
-update noar ti set b2='BPRWG3CLLIU' where id=7;
-update noar tt set v0='UYQ' where id=8;
-update noar ti set v0='UYQ' where id=8;
-update noar tt set b0='M4GQ5CDULHQFMAQ0' where id=8;
-update noar ti set b0='M4GQ5CDULHQFMAQ0' where id=8;
-update noar tt set v0='NMOZTXTI4TKY' where id=8;
-update noar ti set v0='NMOZTXTI4TKY' where id=8;
-update noar tt set b1='7' where id=8;
-update noar ti set b1='7' where id=8;
-update noar tt set v0='MBB' where id=8;
-update noar ti set v0='MBB' where id=8;
-update noar tt set b2='ZNZP4Y23FNFN5V8M704IYBA9Q0DHTMZK' where id=8;
-update noar ti set b2='ZNZP4Y23FNFN5V8M704IYBA9Q0DHTMZK' where id=8;
-update noar tt set v0='0DFXPNYAHJ0M5G2GRZVEMBEQ3' where id=9;
-update noar ti set v0='0DFXPNYAHJ0M5G2GRZVEMBEQ3' where id=9;
-update noar tt set b0='T1E9V1D4HTYFOSWCTDYSEA541EU4D' where id=9;
-update noar ti set b0='T1E9V1D4HTYFOSWCTDYSEA541EU4D' where id=9;
-update noar tt set v0='EMUT16' where id=9;
-update noar ti set v0='EMUT16' where id=9;
-update noar tt set b1='GQNKZ8M' where id=9;
-update noar ti set b1='GQNKZ8M' where id=9;
-update noar tt set v0='O40BP' where id=9;
-update noar ti set v0='O40BP' where id=9;
-update noar tt set b2='SINGGHTR9MS5J' where id=9;
-update noar ti set b2='SINGGHTR9MS5J' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) null,
- b0 mediumblob null,
- b1 blob null,
- b2 tinyblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='C6I524804P4S2BCUPBGK24QJZJVEID' where id=1;
-update noar ti set v0='C6I524804P4S2BCUPBGK24QJZJVEID' where id=1;
-update noar tt set b0='GODPXG0KVZUBUML74GOAQQJAT' where id=1;
-update noar ti set b0='GODPXG0KVZUBUML74GOAQQJAT' where id=1;
-update noar tt set v0='IL36WANFZC' where id=1;
-update noar ti set v0='IL36WANFZC' where id=1;
-update noar tt set b1='718SKGB08T8F2JNH' where id=1;
-update noar ti set b1='718SKGB08T8F2JNH' where id=1;
-update noar tt set v0='6QQS20G7XG' where id=1;
-update noar ti set v0='6QQS20G7XG' where id=1;
-update noar tt set b2='936DSFV' where id=1;
-update noar ti set b2='936DSFV' where id=1;
-update noar tt set v0='HCP6V4IGG1S9N1153' where id=2;
-update noar ti set v0='HCP6V4IGG1S9N1153' where id=2;
-update noar tt set b0='76XSNU7QUCWWXH5YJY5ID328' where id=2;
-update noar ti set b0='76XSNU7QUCWWXH5YJY5ID328' where id=2;
-update noar tt set v0='3BZZT5KBVVD0T6GFT5ZDXP1MB' where id=2;
-update noar ti set v0='3BZZT5KBVVD0T6GFT5ZDXP1MB' where id=2;
-update noar tt set b1='GO6S03BI7B' where id=2;
-update noar ti set b1='GO6S03BI7B' where id=2;
-update noar tt set v0='3Y1L5KZFWL8' where id=2;
-update noar ti set v0='3Y1L5KZFWL8' where id=2;
-update noar tt set b2='0SAVNFXS' where id=2;
-update noar ti set b2='0SAVNFXS' where id=2;
-update noar tt set v0='ORJ7IA0SITJDG' where id=3;
-update noar ti set v0='ORJ7IA0SITJDG' where id=3;
-update noar tt set b0='I8VTVVG0SJ9NJ' where id=3;
-update noar ti set b0='I8VTVVG0SJ9NJ' where id=3;
-update noar tt set v0='W1DXHCGPUQ4WAP15WE2NTT' where id=3;
-update noar ti set v0='W1DXHCGPUQ4WAP15WE2NTT' where id=3;
-update noar tt set b1='KIQ25ORK9XF1HXLR8NYL38V0PXM1' where id=3;
-update noar ti set b1='KIQ25ORK9XF1HXLR8NYL38V0PXM1' where id=3;
-update noar tt set v0='8V2692RPN' where id=3;
-update noar ti set v0='8V2692RPN' where id=3;
-update noar tt set b2='MRUK27B216ND2VY7LU' where id=3;
-update noar ti set b2='MRUK27B216ND2VY7LU' where id=3;
-update noar tt set v0='9JDGBG1FQM2ZC' where id=4;
-update noar ti set v0='9JDGBG1FQM2ZC' where id=4;
-update noar tt set b0='JF91RAHW8EYTVMFFVVOZN5C8OXY' where id=4;
-update noar ti set b0='JF91RAHW8EYTVMFFVVOZN5C8OXY' where id=4;
-update noar tt set v0='7VT1Q0S7K9IXB67DI4V38G' where id=4;
-update noar ti set v0='7VT1Q0S7K9IXB67DI4V38G' where id=4;
-update noar tt set b1='VULZMFMGV790' where id=4;
-update noar ti set b1='VULZMFMGV790' where id=4;
-update noar tt set v0='B0JJ6UUV8FZZO9' where id=4;
-update noar ti set v0='B0JJ6UUV8FZZO9' where id=4;
-update noar tt set b2='ZSRXYK66R0TPVJV9A' where id=4;
-update noar ti set b2='ZSRXYK66R0TPVJV9A' where id=4;
-update noar tt set v0='0MD30BSTL64ZZ3IZ7WPRUUU8H8LKLVS' where id=5;
-update noar ti set v0='0MD30BSTL64ZZ3IZ7WPRUUU8H8LKLVS' where id=5;
-update noar tt set b0='C32JNFWQZ' where id=5;
-update noar ti set b0='C32JNFWQZ' where id=5;
-update noar tt set v0='5W8S' where id=5;
-update noar ti set v0='5W8S' where id=5;
-update noar tt set b1='ZJTKDSFHNYGPRQNO2LJ3' where id=5;
-update noar ti set b1='ZJTKDSFHNYGPRQNO2LJ3' where id=5;
-update noar tt set v0='5D8LBSCUJB9PL9VC9X95WWONY12' where id=5;
-update noar ti set v0='5D8LBSCUJB9PL9VC9X95WWONY12' where id=5;
-update noar tt set b2='7P2G' where id=5;
-update noar ti set b2='7P2G' where id=5;
-update noar tt set v0='0CBM31M1W' where id=6;
-update noar ti set v0='0CBM31M1W' where id=6;
-update noar tt set b0='RT629VIM3YR5H0FPCGLYBO' where id=6;
-update noar ti set b0='RT629VIM3YR5H0FPCGLYBO' where id=6;
-update noar tt set v0='1VFUOEF2GR4D9H1UYT82M1' where id=6;
-update noar ti set v0='1VFUOEF2GR4D9H1UYT82M1' where id=6;
-update noar tt set b1='9J73GRC1' where id=6;
-update noar ti set b1='9J73GRC1' where id=6;
-update noar tt set v0='HQ0M0PFDVJYZC' where id=6;
-update noar ti set v0='HQ0M0PFDVJYZC' where id=6;
-update noar tt set b2='QPOOQJII' where id=6;
-update noar ti set b2='QPOOQJII' where id=6;
-update noar tt set v0='K' where id=7;
-update noar ti set v0='K' where id=7;
-update noar tt set b0='OP' where id=7;
-update noar ti set b0='OP' where id=7;
-update noar tt set v0='AVZ8V38TC3XNIMJ4P5DXYT5T' where id=7;
-update noar ti set v0='AVZ8V38TC3XNIMJ4P5DXYT5T' where id=7;
-update noar tt set b1='DSIY7JZH8Y7EA2QDDDKJP6N' where id=7;
-update noar ti set b1='DSIY7JZH8Y7EA2QDDDKJP6N' where id=7;
-update noar tt set v0='9' where id=7;
-update noar ti set v0='9' where id=7;
-update noar tt set b2='ND7XNU83TBT57CG1B5WPRY2WR' where id=7;
-update noar ti set b2='ND7XNU83TBT57CG1B5WPRY2WR' where id=7;
-update noar tt set v0='A0XEKZJWIEXVFJB' where id=8;
-update noar ti set v0='A0XEKZJWIEXVFJB' where id=8;
-update noar tt set b0='N6F8ZMJYQV528UXBA2AI7N' where id=8;
-update noar ti set b0='N6F8ZMJYQV528UXBA2AI7N' where id=8;
-update noar tt set v0='OTT' where id=8;
-update noar ti set v0='OTT' where id=8;
-update noar tt set b1='6T1193XK5VDPV1JGCJHPRLV' where id=8;
-update noar ti set b1='6T1193XK5VDPV1JGCJHPRLV' where id=8;
-update noar tt set v0='MFT7XV8NHPFDU2KPXTH6JO0791WC' where id=8;
-update noar ti set v0='MFT7XV8NHPFDU2KPXTH6JO0791WC' where id=8;
-update noar tt set b2='XU8A8IT1PW458V3FTWJV' where id=8;
-update noar ti set b2='XU8A8IT1PW458V3FTWJV' where id=8;
-update noar tt set v0='VMZ7RG692N4' where id=9;
-update noar ti set v0='VMZ7RG692N4' where id=9;
-update noar tt set b0='Z2HZYGM4J2BBTP0G' where id=9;
-update noar ti set b0='Z2HZYGM4J2BBTP0G' where id=9;
-update noar tt set v0='09TJH6J7MWI4GTYBLL629K1M' where id=9;
-update noar ti set v0='09TJH6J7MWI4GTYBLL629K1M' where id=9;
-update noar tt set b1='2QZ6VCT01CICI4' where id=9;
-update noar ti set b1='2QZ6VCT01CICI4' where id=9;
-update noar tt set v0='CTRZIFP' where id=9;
-update noar ti set v0='CTRZIFP' where id=9;
-update noar tt set b2='6S4N60D4I92PEIVXTGZ2QB' where id=9;
-update noar ti set b2='6S4N60D4I92PEIVXTGZ2QB' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) not null,
- b0 mediumblob not null,
- b1 blob not null,
- b2 tinyblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='NE5EMU54MBBMGRYZ7STDLKSTWC' where id=1;
-update noar ti set v0='NE5EMU54MBBMGRYZ7STDLKSTWC' where id=1;
-update noar tt set b0='P8FC1ARO2HP6Q26Y' where id=1;
-update noar ti set b0='P8FC1ARO2HP6Q26Y' where id=1;
-update noar tt set v0='FU9SWKGIK8ZCY7NY9SAPH' where id=1;
-update noar ti set v0='FU9SWKGIK8ZCY7NY9SAPH' where id=1;
-update noar tt set b1='LOU4OKP1BL' where id=1;
-update noar ti set b1='LOU4OKP1BL' where id=1;
-update noar tt set v0='8VFW77O' where id=1;
-update noar ti set v0='8VFW77O' where id=1;
-update noar tt set b2='SWHTVHNT0YWRXH8EW' where id=1;
-update noar ti set b2='SWHTVHNT0YWRXH8EW' where id=1;
-update noar tt set v0='IX4UMYR2' where id=2;
-update noar ti set v0='IX4UMYR2' where id=2;
-update noar tt set b0='TV' where id=2;
-update noar ti set b0='TV' where id=2;
-update noar tt set v0='SHP1MZLNLQ9Z6ET01Z4VXPHB7' where id=2;
-update noar ti set v0='SHP1MZLNLQ9Z6ET01Z4VXPHB7' where id=2;
-update noar tt set b1='MC' where id=2;
-update noar ti set b1='MC' where id=2;
-update noar tt set v0='AUO97HV5ZV3SNY9WX13RWY' where id=2;
-update noar ti set v0='AUO97HV5ZV3SNY9WX13RWY' where id=2;
-update noar tt set b2='D0VNKR9TZ39UZF8252QOH' where id=2;
-update noar ti set b2='D0VNKR9TZ39UZF8252QOH' where id=2;
-update noar tt set v0='QSECL3T36HGUFOCC4ZYOW' where id=3;
-update noar ti set v0='QSECL3T36HGUFOCC4ZYOW' where id=3;
-update noar tt set b0='H' where id=3;
-update noar ti set b0='H' where id=3;
-update noar tt set v0='PB403RABLD37I0W2QP' where id=3;
-update noar ti set v0='PB403RABLD37I0W2QP' where id=3;
-update noar tt set b1='UX' where id=3;
-update noar ti set b1='UX' where id=3;
-update noar tt set v0='A5' where id=3;
-update noar ti set v0='A5' where id=3;
-update noar tt set b2='HRM9QXKVPCGYVT303FK66' where id=3;
-update noar ti set b2='HRM9QXKVPCGYVT303FK66' where id=3;
-update noar tt set v0='W' where id=4;
-update noar ti set v0='W' where id=4;
-update noar tt set b0='BSKVQXP54HLRTCR9' where id=4;
-update noar ti set b0='BSKVQXP54HLRTCR9' where id=4;
-update noar tt set v0='DX7JYDJCWG5SZ931U9RCM' where id=4;
-update noar ti set v0='DX7JYDJCWG5SZ931U9RCM' where id=4;
-update noar tt set b1='HI4A9255HXASTZSC2YGAZ5JY4' where id=4;
-update noar ti set b1='HI4A9255HXASTZSC2YGAZ5JY4' where id=4;
-update noar tt set v0='9DTSKYN1AMJZOQKVHUWFAR0JT' where id=4;
-update noar ti set v0='9DTSKYN1AMJZOQKVHUWFAR0JT' where id=4;
-update noar tt set b2='R7BNJ3EMZY9ZGMVH' where id=4;
-update noar ti set b2='R7BNJ3EMZY9ZGMVH' where id=4;
-update noar tt set v0='SFIHR' where id=5;
-update noar ti set v0='SFIHR' where id=5;
-update noar tt set b0='14ED1DCK4CRD4SV5NJBZQXM70MR5H' where id=5;
-update noar ti set b0='14ED1DCK4CRD4SV5NJBZQXM70MR5H' where id=5;
-update noar tt set v0='SSRIA' where id=5;
-update noar ti set v0='SSRIA' where id=5;
-update noar tt set b1='BSUB1WOW' where id=5;
-update noar ti set b1='BSUB1WOW' where id=5;
-update noar tt set v0='QLUNYKC' where id=5;
-update noar ti set v0='QLUNYKC' where id=5;
-update noar tt set b2='PDSOWNO6P4CDGKB3TGK1RHW' where id=5;
-update noar ti set b2='PDSOWNO6P4CDGKB3TGK1RHW' where id=5;
-update noar tt set v0='ZWA0TM82UMEPDINGVBBQ6HPP' where id=6;
-update noar ti set v0='ZWA0TM82UMEPDINGVBBQ6HPP' where id=6;
-update noar tt set b0='CEN56OIJO40HJBAJPD2DAK67MOGAUN' where id=6;
-update noar ti set b0='CEN56OIJO40HJBAJPD2DAK67MOGAUN' where id=6;
-update noar tt set v0='1' where id=6;
-update noar ti set v0='1' where id=6;
-update noar tt set b1='QLFY2XHV9HGHPJ' where id=6;
-update noar ti set b1='QLFY2XHV9HGHPJ' where id=6;
-update noar tt set v0='KX5NV' where id=6;
-update noar ti set v0='KX5NV' where id=6;
-update noar tt set b2='U1IAW9W' where id=6;
-update noar ti set b2='U1IAW9W' where id=6;
-update noar tt set v0='10JDK' where id=7;
-update noar ti set v0='10JDK' where id=7;
-update noar tt set b0='C10W76E7R' where id=7;
-update noar ti set b0='C10W76E7R' where id=7;
-update noar tt set v0='E' where id=7;
-update noar ti set v0='E' where id=7;
-update noar tt set b1='PYW304GJF0KFL4J8WS' where id=7;
-update noar ti set b1='PYW304GJF0KFL4J8WS' where id=7;
-update noar tt set v0='E29EOK6RLDPGNIWTUWC8P' where id=7;
-update noar ti set v0='E29EOK6RLDPGNIWTUWC8P' where id=7;
-update noar tt set b2='ZJ28NDE9YO8T5MZNUE43AY5CBQIYW' where id=7;
-update noar ti set b2='ZJ28NDE9YO8T5MZNUE43AY5CBQIYW' where id=7;
-update noar tt set v0='KI2D7K0W6C3NW6NI6RACYL84Q' where id=8;
-update noar ti set v0='KI2D7K0W6C3NW6NI6RACYL84Q' where id=8;
-update noar tt set b0='2FI' where id=8;
-update noar ti set b0='2FI' where id=8;
-update noar tt set v0='VG64DCDIN21X77EH4N7ELVD' where id=8;
-update noar ti set v0='VG64DCDIN21X77EH4N7ELVD' where id=8;
-update noar tt set b1='71HR9E8HHQUA0O1VVLR1' where id=8;
-update noar ti set b1='71HR9E8HHQUA0O1VVLR1' where id=8;
-update noar tt set v0='F2YS0AMVIO0P54' where id=8;
-update noar ti set v0='F2YS0AMVIO0P54' where id=8;
-update noar tt set b2='XTJK17K9DS7O2WI66AT1SEK' where id=8;
-update noar ti set b2='XTJK17K9DS7O2WI66AT1SEK' where id=8;
-update noar tt set v0='L0QON805KNY573W0LKDXH1DPUM86G4E' where id=9;
-update noar ti set v0='L0QON805KNY573W0LKDXH1DPUM86G4E' where id=9;
-update noar tt set b0='3S1WCM' where id=9;
-update noar ti set b0='3S1WCM' where id=9;
-update noar tt set v0='2MR5M8CVXKXG97TD2FRWCCMM19KL' where id=9;
-update noar ti set v0='2MR5M8CVXKXG97TD2FRWCCMM19KL' where id=9;
-update noar tt set b1='L' where id=9;
-update noar ti set b1='L' where id=9;
-update noar tt set v0='950Z8NSDX3ETQVF23G' where id=9;
-update noar ti set v0='950Z8NSDX3ETQVF23G' where id=9;
-update noar tt set b2='2FLI4IJKLQ86T43F8VWYA9CMB0TX' where id=9;
-update noar ti set b2='2FLI4IJKLQ86T43F8VWYA9CMB0TX' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) not null,
- b0 mediumblob not null,
- b1 blob not null,
- b2 tinyblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='V4THDEBWR4QM3J' where id=1;
-update noar ti set v0='V4THDEBWR4QM3J' where id=1;
-update noar tt set b0='EKCTXW5S4ZCLAWTEF' where id=1;
-update noar ti set b0='EKCTXW5S4ZCLAWTEF' where id=1;
-update noar tt set v0='CZIH6J' where id=1;
-update noar ti set v0='CZIH6J' where id=1;
-update noar tt set b1='Y8EIS3O7H' where id=1;
-update noar ti set b1='Y8EIS3O7H' where id=1;
-update noar tt set v0='Q4NV0F7WIXLZXTIW0R6ZV223U7' where id=1;
-update noar ti set v0='Q4NV0F7WIXLZXTIW0R6ZV223U7' where id=1;
-update noar tt set b2='HUPX6W6WP1R2BWTYA0RPO1HCQ52FG' where id=1;
-update noar ti set b2='HUPX6W6WP1R2BWTYA0RPO1HCQ52FG' where id=1;
-update noar tt set v0='DWP2W7KAIJJ79XC2IQ1QX1B' where id=2;
-update noar ti set v0='DWP2W7KAIJJ79XC2IQ1QX1B' where id=2;
-update noar tt set b0='76SM4BQURN4SH' where id=2;
-update noar ti set b0='76SM4BQURN4SH' where id=2;
-update noar tt set v0='ND2NWNT' where id=2;
-update noar ti set v0='ND2NWNT' where id=2;
-update noar tt set b1='O7XW033WZ2TF0M' where id=2;
-update noar ti set b1='O7XW033WZ2TF0M' where id=2;
-update noar tt set v0='01KXQRFL75M24G4G' where id=2;
-update noar ti set v0='01KXQRFL75M24G4G' where id=2;
-update noar tt set b2='KK' where id=2;
-update noar ti set b2='KK' where id=2;
-update noar tt set v0='L4PWHJNVAMOPEN' where id=3;
-update noar ti set v0='L4PWHJNVAMOPEN' where id=3;
-update noar tt set b0='BVSLVLV0ZYWBB7WZNCD6H' where id=3;
-update noar ti set b0='BVSLVLV0ZYWBB7WZNCD6H' where id=3;
-update noar tt set v0='DFK0AJYRV6U29FOVPE034PO' where id=3;
-update noar ti set v0='DFK0AJYRV6U29FOVPE034PO' where id=3;
-update noar tt set b1='MYX' where id=3;
-update noar ti set b1='MYX' where id=3;
-update noar tt set v0='17M' where id=3;
-update noar ti set v0='17M' where id=3;
-update noar tt set b2='VBPTK1MKYPKEZTECP3PVMC87QYZKG1G' where id=3;
-update noar ti set b2='VBPTK1MKYPKEZTECP3PVMC87QYZKG1G' where id=3;
-update noar tt set v0='QTUAPDYYBDK7GAD6XT6OOHQ4BAUF5TV' where id=4;
-update noar ti set v0='QTUAPDYYBDK7GAD6XT6OOHQ4BAUF5TV' where id=4;
-update noar tt set b0='BWOWBBQWFP3W3HWBSTMSK1ZJ0W' where id=4;
-update noar ti set b0='BWOWBBQWFP3W3HWBSTMSK1ZJ0W' where id=4;
-update noar tt set v0='4JGD5VISZ3CEM36' where id=4;
-update noar ti set v0='4JGD5VISZ3CEM36' where id=4;
-update noar tt set b1='FYQ4XFFR761' where id=4;
-update noar ti set b1='FYQ4XFFR761' where id=4;
-update noar tt set v0='BRFJ1Z2OKJUIDBMHVA6M5' where id=4;
-update noar ti set v0='BRFJ1Z2OKJUIDBMHVA6M5' where id=4;
-update noar tt set b2='HY0D7' where id=4;
-update noar ti set b2='HY0D7' where id=4;
-update noar tt set v0='PRCOAKN5NJRJWKNE8QUZ1VCG' where id=5;
-update noar ti set v0='PRCOAKN5NJRJWKNE8QUZ1VCG' where id=5;
-update noar tt set b0='EMH1N90RK40R3982HVEFWI9GT7MCHUW' where id=5;
-update noar ti set b0='EMH1N90RK40R3982HVEFWI9GT7MCHUW' where id=5;
-update noar tt set v0='K5DA1UZM4VQ5' where id=5;
-update noar ti set v0='K5DA1UZM4VQ5' where id=5;
-update noar tt set b1='G43TF4GQYISB66734WDE' where id=5;
-update noar ti set b1='G43TF4GQYISB66734WDE' where id=5;
-update noar tt set v0='KRZ3LXH4' where id=5;
-update noar ti set v0='KRZ3LXH4' where id=5;
-update noar tt set b2='RW1P0U660I7YW5C38DP0T' where id=5;
-update noar ti set b2='RW1P0U660I7YW5C38DP0T' where id=5;
-update noar tt set v0='FB1S' where id=6;
-update noar ti set v0='FB1S' where id=6;
-update noar tt set b0='QM07H2G4Y4Y35' where id=6;
-update noar ti set b0='QM07H2G4Y4Y35' where id=6;
-update noar tt set v0='EK0IKX5GQWLWSM95QK5AAYADG36FGHLV' where id=6;
-update noar ti set v0='EK0IKX5GQWLWSM95QK5AAYADG36FGHLV' where id=6;
-update noar tt set b1='A' where id=6;
-update noar ti set b1='A' where id=6;
-update noar tt set v0='RG50T3F6GBMAX1X' where id=6;
-update noar ti set v0='RG50T3F6GBMAX1X' where id=6;
-update noar tt set b2='AQPUTMVZ96IA' where id=6;
-update noar ti set b2='AQPUTMVZ96IA' where id=6;
-update noar tt set v0='8HEMBQXQVV2KN6P7S' where id=7;
-update noar ti set v0='8HEMBQXQVV2KN6P7S' where id=7;
-update noar tt set b0='AFQ6' where id=7;
-update noar ti set b0='AFQ6' where id=7;
-update noar tt set v0='BUF3AVQU1DYUW0QN34GH0' where id=7;
-update noar ti set v0='BUF3AVQU1DYUW0QN34GH0' where id=7;
-update noar tt set b1='JCM9MT1NQRFLLKO343Y' where id=7;
-update noar ti set b1='JCM9MT1NQRFLLKO343Y' where id=7;
-update noar tt set v0='RERYI' where id=7;
-update noar ti set v0='RERYI' where id=7;
-update noar tt set b2='DMGEQL89MFJJBVJ4L8EDSTUC16JERVRU' where id=7;
-update noar ti set b2='DMGEQL89MFJJBVJ4L8EDSTUC16JERVRU' where id=7;
-update noar tt set v0='575YE4HY7U3I' where id=8;
-update noar ti set v0='575YE4HY7U3I' where id=8;
-update noar tt set b0='PVGQ6S' where id=8;
-update noar ti set b0='PVGQ6S' where id=8;
-update noar tt set v0='DZPL4JIAVKYUADTP5CWKG0MEZT0P427' where id=8;
-update noar ti set v0='DZPL4JIAVKYUADTP5CWKG0MEZT0P427' where id=8;
-update noar tt set b1='NDCC5H97399M' where id=8;
-update noar ti set b1='NDCC5H97399M' where id=8;
-update noar tt set v0='FSSGHDCVOU2HHDB3QYX88' where id=8;
-update noar ti set v0='FSSGHDCVOU2HHDB3QYX88' where id=8;
-update noar tt set b2='P206ON3SV2SC30KTVFO4EKKOIH5WJGDS' where id=8;
-update noar ti set b2='P206ON3SV2SC30KTVFO4EKKOIH5WJGDS' where id=8;
-update noar tt set v0='AMLAJN' where id=9;
-update noar ti set v0='AMLAJN' where id=9;
-update noar tt set b0='RWB' where id=9;
-update noar ti set b0='RWB' where id=9;
-update noar tt set v0='LJ0NOMFSQCSCS' where id=9;
-update noar ti set v0='LJ0NOMFSQCSCS' where id=9;
-update noar tt set b1='L1D' where id=9;
-update noar ti set b1='L1D' where id=9;
-update noar tt set v0='HMBDH40LHFIZJNOQCWR310O5' where id=9;
-update noar ti set v0='HMBDH40LHFIZJNOQCWR310O5' where id=9;
-update noar tt set b2='904U6CHXLE3GJD5WXSHBIAZNV' where id=9;
-update noar ti set b2='904U6CHXLE3GJD5WXSHBIAZNV' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) null,
- b0 mediumblob null,
- b1 blob null,
- b2 blob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='84KMRKXTIC1YC2' where id=1;
-update noar ti set v0='84KMRKXTIC1YC2' where id=1;
-update noar tt set b0='MVBCD4VR7ENQ0M1OAEVYBVQEA' where id=1;
-update noar ti set b0='MVBCD4VR7ENQ0M1OAEVYBVQEA' where id=1;
-update noar tt set v0='L5C7Z4OWN4P395FUQ3HI' where id=1;
-update noar ti set v0='L5C7Z4OWN4P395FUQ3HI' where id=1;
-update noar tt set b1='WM1VXZ87JBB1' where id=1;
-update noar ti set b1='WM1VXZ87JBB1' where id=1;
-update noar tt set v0='JGUZ13EBM1DXYCHS' where id=1;
-update noar ti set v0='JGUZ13EBM1DXYCHS' where id=1;
-update noar tt set b2='3E2IHJIWQUKGNGKAZZW0MNI' where id=1;
-update noar ti set b2='3E2IHJIWQUKGNGKAZZW0MNI' where id=1;
-update noar tt set v0='JDOW' where id=2;
-update noar ti set v0='JDOW' where id=2;
-update noar tt set b0='1U192K4DAUI' where id=2;
-update noar ti set b0='1U192K4DAUI' where id=2;
-update noar tt set v0='4OERL68FY12XRI6WE' where id=2;
-update noar ti set v0='4OERL68FY12XRI6WE' where id=2;
-update noar tt set b1='Q580ZY9PQQW599DT26N4W' where id=2;
-update noar ti set b1='Q580ZY9PQQW599DT26N4W' where id=2;
-update noar tt set v0='1EFOXRD49Y45LLTGE8LA7W9YHFKCIQA' where id=2;
-update noar ti set v0='1EFOXRD49Y45LLTGE8LA7W9YHFKCIQA' where id=2;
-update noar tt set b2='WYQLFEBWR7' where id=2;
-update noar ti set b2='WYQLFEBWR7' where id=2;
-update noar tt set v0='850HEBXJGVF4A9LB0G6' where id=3;
-update noar ti set v0='850HEBXJGVF4A9LB0G6' where id=3;
-update noar tt set b0='WMZWXQZ0UM8FUQ3SMKB7F' where id=3;
-update noar ti set b0='WMZWXQZ0UM8FUQ3SMKB7F' where id=3;
-update noar tt set v0='WIJE7CVXLA2B8HLISM8J26B0I9PW' where id=3;
-update noar ti set v0='WIJE7CVXLA2B8HLISM8J26B0I9PW' where id=3;
-update noar tt set b1='3PWXBYQP57B533B6WSPWR70DMW' where id=3;
-update noar ti set b1='3PWXBYQP57B533B6WSPWR70DMW' where id=3;
-update noar tt set v0='BUH0PSQPL' where id=3;
-update noar ti set v0='BUH0PSQPL' where id=3;
-update noar tt set b2='WETZ7Q181K3ENUORLJOVC' where id=3;
-update noar ti set b2='WETZ7Q181K3ENUORLJOVC' where id=3;
-update noar tt set v0='O4PKRC37CF431E514TPL4NPCMQZOMKCP' where id=4;
-update noar ti set v0='O4PKRC37CF431E514TPL4NPCMQZOMKCP' where id=4;
-update noar tt set b0='5VYIHZ43X6HNR' where id=4;
-update noar ti set b0='5VYIHZ43X6HNR' where id=4;
-update noar tt set v0='B2DO6072DREXUAD6AVEMFUUL' where id=4;
-update noar ti set v0='B2DO6072DREXUAD6AVEMFUUL' where id=4;
-update noar tt set b1='2L4DZOX6FQPV' where id=4;
-update noar ti set b1='2L4DZOX6FQPV' where id=4;
-update noar tt set v0='CP6JBLEG2X9U6D' where id=4;
-update noar ti set v0='CP6JBLEG2X9U6D' where id=4;
-update noar tt set b2='MPPAQF17XWJELS28DWW' where id=4;
-update noar ti set b2='MPPAQF17XWJELS28DWW' where id=4;
-update noar tt set v0='EEM1UR9ZSKXDG62IGZKW9' where id=5;
-update noar ti set v0='EEM1UR9ZSKXDG62IGZKW9' where id=5;
-update noar tt set b0='NW4UJJ1WLQA6K26H' where id=5;
-update noar ti set b0='NW4UJJ1WLQA6K26H' where id=5;
-update noar tt set v0='MB' where id=5;
-update noar ti set v0='MB' where id=5;
-update noar tt set b1='IY1FXA53BAQUCDFGIP9JT8FW2OWUH' where id=5;
-update noar ti set b1='IY1FXA53BAQUCDFGIP9JT8FW2OWUH' where id=5;
-update noar tt set v0='Z64' where id=5;
-update noar ti set v0='Z64' where id=5;
-update noar tt set b2='SBSTUFUWC5EMBCJPJSKAK54MM6O2QX' where id=5;
-update noar ti set b2='SBSTUFUWC5EMBCJPJSKAK54MM6O2QX' where id=5;
-update noar tt set v0='AVRRXO5CQYXHPDCW0' where id=6;
-update noar ti set v0='AVRRXO5CQYXHPDCW0' where id=6;
-update noar tt set b0='O' where id=6;
-update noar ti set b0='O' where id=6;
-update noar tt set v0='N8S1XG4BS504J68ZQKFO' where id=6;
-update noar ti set v0='N8S1XG4BS504J68ZQKFO' where id=6;
-update noar tt set b1='F2R4518ZYEQI3G26M743SB9H89AYA2IA' where id=6;
-update noar ti set b1='F2R4518ZYEQI3G26M743SB9H89AYA2IA' where id=6;
-update noar tt set v0='9SA' where id=6;
-update noar ti set v0='9SA' where id=6;
-update noar tt set b2='CLB5J' where id=6;
-update noar ti set b2='CLB5J' where id=6;
-update noar tt set v0='P0SQ1OJPERM40RMCEQ9QPIBSVU5ZU' where id=7;
-update noar ti set v0='P0SQ1OJPERM40RMCEQ9QPIBSVU5ZU' where id=7;
-update noar tt set b0='TY223YMGNY' where id=7;
-update noar ti set b0='TY223YMGNY' where id=7;
-update noar tt set v0='G0FE40C5F3QEA7K441RQAX7RT' where id=7;
-update noar ti set v0='G0FE40C5F3QEA7K441RQAX7RT' where id=7;
-update noar tt set b1='CWZ' where id=7;
-update noar ti set b1='CWZ' where id=7;
-update noar tt set v0='7V44477KO' where id=7;
-update noar ti set v0='7V44477KO' where id=7;
-update noar tt set b2='7DRUW7HAKJILRTAOJGS7QS2W1IH2JX' where id=7;
-update noar ti set b2='7DRUW7HAKJILRTAOJGS7QS2W1IH2JX' where id=7;
-update noar tt set v0='K3NXH4' where id=8;
-update noar ti set v0='K3NXH4' where id=8;
-update noar tt set b0='CT5UF3ZFBG1K' where id=8;
-update noar ti set b0='CT5UF3ZFBG1K' where id=8;
-update noar tt set v0='IUGLVO7UHOZKVDH6A' where id=8;
-update noar ti set v0='IUGLVO7UHOZKVDH6A' where id=8;
-update noar tt set b1='V8YEO7AG8UHO' where id=8;
-update noar ti set b1='V8YEO7AG8UHO' where id=8;
-update noar tt set v0='AI756EXP89J9WFCW57' where id=8;
-update noar ti set v0='AI756EXP89J9WFCW57' where id=8;
-update noar tt set b2='2M7S680ETYZKU5CX' where id=8;
-update noar ti set b2='2M7S680ETYZKU5CX' where id=8;
-update noar tt set v0='KPTGNP2655HOUDCV' where id=9;
-update noar ti set v0='KPTGNP2655HOUDCV' where id=9;
-update noar tt set b0='4T9VTU0F82G671S7' where id=9;
-update noar ti set b0='4T9VTU0F82G671S7' where id=9;
-update noar tt set v0='XJNFVR6VMAL7O58RQ3BEU2V3W' where id=9;
-update noar ti set v0='XJNFVR6VMAL7O58RQ3BEU2V3W' where id=9;
-update noar tt set b1='ZJ812PLQ7HY6GRLBNC8RPWJUV' where id=9;
-update noar ti set b1='ZJ812PLQ7HY6GRLBNC8RPWJUV' where id=9;
-update noar tt set v0='7YN4ONAP7' where id=9;
-update noar ti set v0='7YN4ONAP7' where id=9;
-update noar tt set b2='4R0E4GIQT9O' where id=9;
-update noar ti set b2='4R0E4GIQT9O' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) null,
- b0 mediumblob null,
- b1 blob null,
- b2 blob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='PGPR9X9YJUTCFF' where id=1;
-update noar ti set v0='PGPR9X9YJUTCFF' where id=1;
-update noar tt set b0='GJ72EVTAPCAUDR8907G9LLJH' where id=1;
-update noar ti set b0='GJ72EVTAPCAUDR8907G9LLJH' where id=1;
-update noar tt set v0='BKCH' where id=1;
-update noar ti set v0='BKCH' where id=1;
-update noar tt set b1='EYNSYJQ3P985PSD' where id=1;
-update noar ti set b1='EYNSYJQ3P985PSD' where id=1;
-update noar tt set v0='NIWYIVKATSKTW99I2JEX0IKG' where id=1;
-update noar ti set v0='NIWYIVKATSKTW99I2JEX0IKG' where id=1;
-update noar tt set b2='9M761U25' where id=1;
-update noar ti set b2='9M761U25' where id=1;
-update noar tt set v0='F7PMRFSYNJL2P84C4EJ' where id=2;
-update noar ti set v0='F7PMRFSYNJL2P84C4EJ' where id=2;
-update noar tt set b0='SZQ6A06PT131BWJ8JV8L5BDLG8' where id=2;
-update noar ti set b0='SZQ6A06PT131BWJ8JV8L5BDLG8' where id=2;
-update noar tt set v0='3CX9TFLV9BZ2RXL8N' where id=2;
-update noar ti set v0='3CX9TFLV9BZ2RXL8N' where id=2;
-update noar tt set b1='KEUMZBWUBN65AJ' where id=2;
-update noar ti set b1='KEUMZBWUBN65AJ' where id=2;
-update noar tt set v0='M7L4' where id=2;
-update noar ti set v0='M7L4' where id=2;
-update noar tt set b2='5QDJ0L13ZGNHUR2YID9131BG' where id=2;
-update noar ti set b2='5QDJ0L13ZGNHUR2YID9131BG' where id=2;
-update noar tt set v0='5' where id=3;
-update noar ti set v0='5' where id=3;
-update noar tt set b0='5PO5HAL5' where id=3;
-update noar ti set b0='5PO5HAL5' where id=3;
-update noar tt set v0='0' where id=3;
-update noar ti set v0='0' where id=3;
-update noar tt set b1='YX4NQFQD3V423DD1HE8X62' where id=3;
-update noar ti set b1='YX4NQFQD3V423DD1HE8X62' where id=3;
-update noar tt set v0='2YRGKJNVNI' where id=3;
-update noar ti set v0='2YRGKJNVNI' where id=3;
-update noar tt set b2='SB8I77XDMKLUE52PMR5X' where id=3;
-update noar ti set b2='SB8I77XDMKLUE52PMR5X' where id=3;
-update noar tt set v0='HQDIN9CRJZ' where id=4;
-update noar ti set v0='HQDIN9CRJZ' where id=4;
-update noar tt set b0='5TT0NEGCLMIW' where id=4;
-update noar ti set b0='5TT0NEGCLMIW' where id=4;
-update noar tt set v0='MRQS93GDRK' where id=4;
-update noar ti set v0='MRQS93GDRK' where id=4;
-update noar tt set b1='IB0SPJJN' where id=4;
-update noar ti set b1='IB0SPJJN' where id=4;
-update noar tt set v0='BTG' where id=4;
-update noar ti set v0='BTG' where id=4;
-update noar tt set b2='5UXQITX5DMCJMN9SV0LJY' where id=4;
-update noar ti set b2='5UXQITX5DMCJMN9SV0LJY' where id=4;
-update noar tt set v0='4' where id=5;
-update noar ti set v0='4' where id=5;
-update noar tt set b0='THXVJ63P' where id=5;
-update noar ti set b0='THXVJ63P' where id=5;
-update noar tt set v0='TVX59QX25AU1J355FN' where id=5;
-update noar ti set v0='TVX59QX25AU1J355FN' where id=5;
-update noar tt set b1='S43RXDC7QDLMIMR2J87YNYEFXB4D' where id=5;
-update noar ti set b1='S43RXDC7QDLMIMR2J87YNYEFXB4D' where id=5;
-update noar tt set v0='HL1MDNVIYQ45B8KN' where id=5;
-update noar ti set v0='HL1MDNVIYQ45B8KN' where id=5;
-update noar tt set b2='G9QZTTOOI2US6' where id=5;
-update noar ti set b2='G9QZTTOOI2US6' where id=5;
-update noar tt set v0='8BN191' where id=6;
-update noar ti set v0='8BN191' where id=6;
-update noar tt set b0='79E6XKBZH' where id=6;
-update noar ti set b0='79E6XKBZH' where id=6;
-update noar tt set v0='VC4JKA3SAOU0N7OFNEO5HI2LRP' where id=6;
-update noar ti set v0='VC4JKA3SAOU0N7OFNEO5HI2LRP' where id=6;
-update noar tt set b1='85G2WABE44HMT06QFBHFZSRNKZUT' where id=6;
-update noar ti set b1='85G2WABE44HMT06QFBHFZSRNKZUT' where id=6;
-update noar tt set v0='HRTKC' where id=6;
-update noar ti set v0='HRTKC' where id=6;
-update noar tt set b2='YP02J3' where id=6;
-update noar ti set b2='YP02J3' where id=6;
-update noar tt set v0='32QY8MJF9DEW9N6GTJIZTK' where id=7;
-update noar ti set v0='32QY8MJF9DEW9N6GTJIZTK' where id=7;
-update noar tt set b0='RF8O62' where id=7;
-update noar ti set b0='RF8O62' where id=7;
-update noar tt set v0='WZUPL6918F4' where id=7;
-update noar ti set v0='WZUPL6918F4' where id=7;
-update noar tt set b1='C2AELA42F' where id=7;
-update noar ti set b1='C2AELA42F' where id=7;
-update noar tt set v0='DAA47S2LTGV3G0HFBHGDR0PIL' where id=7;
-update noar ti set v0='DAA47S2LTGV3G0HFBHGDR0PIL' where id=7;
-update noar tt set b2='BT14UFVXFOKIATLCYDWMENP2' where id=7;
-update noar ti set b2='BT14UFVXFOKIATLCYDWMENP2' where id=7;
-update noar tt set v0='NV5ERN2H9JOQZ43G9AMAL4W' where id=8;
-update noar ti set v0='NV5ERN2H9JOQZ43G9AMAL4W' where id=8;
-update noar tt set b0='87Z0NO' where id=8;
-update noar ti set b0='87Z0NO' where id=8;
-update noar tt set v0='48UKQ18CU89HY1PJB' where id=8;
-update noar ti set v0='48UKQ18CU89HY1PJB' where id=8;
-update noar tt set b1='LCR9OTZHBTCTI5HGJPP0' where id=8;
-update noar ti set b1='LCR9OTZHBTCTI5HGJPP0' where id=8;
-update noar tt set v0='1Z3L0TMEF5Y1NIX52NIK5V7ZQ7R' where id=8;
-update noar ti set v0='1Z3L0TMEF5Y1NIX52NIK5V7ZQ7R' where id=8;
-update noar tt set b2='ODXXXF5YUTF2SA3JPXLY' where id=8;
-update noar ti set b2='ODXXXF5YUTF2SA3JPXLY' where id=8;
-update noar tt set v0='TE' where id=9;
-update noar ti set v0='TE' where id=9;
-update noar tt set b0='CS0RDZQD' where id=9;
-update noar ti set b0='CS0RDZQD' where id=9;
-update noar tt set v0='QBCSZ4GUHP5B6BMW9LOP2VAH7M' where id=9;
-update noar ti set v0='QBCSZ4GUHP5B6BMW9LOP2VAH7M' where id=9;
-update noar tt set b1='5HH2LTH3L2VYH8Q' where id=9;
-update noar ti set b1='5HH2LTH3L2VYH8Q' where id=9;
-update noar tt set v0='2LGZ6YXANFZMLO' where id=9;
-update noar ti set v0='2LGZ6YXANFZMLO' where id=9;
-update noar tt set b2='SPH3IZWCYQX2NEKRCQ76EP5JH' where id=9;
-update noar ti set b2='SPH3IZWCYQX2NEKRCQ76EP5JH' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) not null,
- b0 mediumblob not null,
- b1 blob not null,
- b2 blob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='K9DCBE7U6CHU1L4LXB8NUTATAZ' where id=1;
-update noar ti set v0='K9DCBE7U6CHU1L4LXB8NUTATAZ' where id=1;
-update noar tt set b0='QP9TCZ5AYIW' where id=1;
-update noar ti set b0='QP9TCZ5AYIW' where id=1;
-update noar tt set v0='FODV' where id=1;
-update noar ti set v0='FODV' where id=1;
-update noar tt set b1='ZNU2SC8U8HYHGYUT' where id=1;
-update noar ti set b1='ZNU2SC8U8HYHGYUT' where id=1;
-update noar tt set v0='FJJDGHK35OJQQWM7PG' where id=1;
-update noar ti set v0='FJJDGHK35OJQQWM7PG' where id=1;
-update noar tt set b2='GAMAODV6ZL4' where id=1;
-update noar ti set b2='GAMAODV6ZL4' where id=1;
-update noar tt set v0='QY72N53U4MPHGHQZGJJFZ9NKMJIF' where id=2;
-update noar ti set v0='QY72N53U4MPHGHQZGJJFZ9NKMJIF' where id=2;
-update noar tt set b0='FW987LIWOQV3BW' where id=2;
-update noar ti set b0='FW987LIWOQV3BW' where id=2;
-update noar tt set v0='IPWIKJ9F6E9YPQ25EJQDW4K6JF' where id=2;
-update noar ti set v0='IPWIKJ9F6E9YPQ25EJQDW4K6JF' where id=2;
-update noar tt set b1='PKP' where id=2;
-update noar ti set b1='PKP' where id=2;
-update noar tt set v0='XY7DREX55RRR8FW5PMFEPXJC' where id=2;
-update noar ti set v0='XY7DREX55RRR8FW5PMFEPXJC' where id=2;
-update noar tt set b2='CJZ280B9QO83W9ZRIT0KK9REB2' where id=2;
-update noar ti set b2='CJZ280B9QO83W9ZRIT0KK9REB2' where id=2;
-update noar tt set v0='U6MBM' where id=3;
-update noar ti set v0='U6MBM' where id=3;
-update noar tt set b0='Z620N2WNPPZGYCTGV5K' where id=3;
-update noar ti set b0='Z620N2WNPPZGYCTGV5K' where id=3;
-update noar tt set v0='2JLTFVM1' where id=3;
-update noar ti set v0='2JLTFVM1' where id=3;
-update noar tt set b1='3JVU' where id=3;
-update noar ti set b1='3JVU' where id=3;
-update noar tt set v0='QN2J5YEZW2X5SXJQT4RIHF2WMBKWM' where id=3;
-update noar ti set v0='QN2J5YEZW2X5SXJQT4RIHF2WMBKWM' where id=3;
-update noar tt set b2='3FL0NJY6L6UHVZ0VJI59GP6VVB7JREP' where id=3;
-update noar ti set b2='3FL0NJY6L6UHVZ0VJI59GP6VVB7JREP' where id=3;
-update noar tt set v0='I6JYY' where id=4;
-update noar ti set v0='I6JYY' where id=4;
-update noar tt set b0='FTHB4MFRE0QKE' where id=4;
-update noar ti set b0='FTHB4MFRE0QKE' where id=4;
-update noar tt set v0='KM7C34NN23' where id=4;
-update noar ti set v0='KM7C34NN23' where id=4;
-update noar tt set b1='HC5ALQ183SOX' where id=4;
-update noar ti set b1='HC5ALQ183SOX' where id=4;
-update noar tt set v0='T' where id=4;
-update noar ti set v0='T' where id=4;
-update noar tt set b2='8LJV9IBHD6H7RR' where id=4;
-update noar ti set b2='8LJV9IBHD6H7RR' where id=4;
-update noar tt set v0='D76DZE05MOEXJI3QVJSLSH79AT5H' where id=5;
-update noar ti set v0='D76DZE05MOEXJI3QVJSLSH79AT5H' where id=5;
-update noar tt set b0='AV3YVQMM3MI2J' where id=5;
-update noar ti set b0='AV3YVQMM3MI2J' where id=5;
-update noar tt set v0='YS2EYARD1VPNYVMQJ3O2HJFXKF9X7G' where id=5;
-update noar ti set v0='YS2EYARD1VPNYVMQJ3O2HJFXKF9X7G' where id=5;
-update noar tt set b1='RRYPE7V3P' where id=5;
-update noar ti set b1='RRYPE7V3P' where id=5;
-update noar tt set v0='WU13VPVSMKE0J2O8X' where id=5;
-update noar ti set v0='WU13VPVSMKE0J2O8X' where id=5;
-update noar tt set b2='K' where id=5;
-update noar ti set b2='K' where id=5;
-update noar tt set v0='859YF' where id=6;
-update noar ti set v0='859YF' where id=6;
-update noar tt set b0='7A9FOFGVVMS1JWO4KE3' where id=6;
-update noar ti set b0='7A9FOFGVVMS1JWO4KE3' where id=6;
-update noar tt set v0='HU770U0MW46XKK1' where id=6;
-update noar ti set v0='HU770U0MW46XKK1' where id=6;
-update noar tt set b1='H7Z6YSIVS945I0' where id=6;
-update noar ti set b1='H7Z6YSIVS945I0' where id=6;
-update noar tt set v0='FTTHL0XVXENZB40ISH0' where id=6;
-update noar ti set v0='FTTHL0XVXENZB40ISH0' where id=6;
-update noar tt set b2='V7ZTXUAXQLJP8XRNOUB8ZLVGY' where id=6;
-update noar ti set b2='V7ZTXUAXQLJP8XRNOUB8ZLVGY' where id=6;
-update noar tt set v0='GK7J8K6SA122DV8V04GKXDYHXU5DWQB' where id=7;
-update noar ti set v0='GK7J8K6SA122DV8V04GKXDYHXU5DWQB' where id=7;
-update noar tt set b0='AWOYNE4HYW9B4ULK3ILS' where id=7;
-update noar ti set b0='AWOYNE4HYW9B4ULK3ILS' where id=7;
-update noar tt set v0='MMUI' where id=7;
-update noar ti set v0='MMUI' where id=7;
-update noar tt set b1='HS2XHNESK' where id=7;
-update noar ti set b1='HS2XHNESK' where id=7;
-update noar tt set v0='J66G1P8LK1' where id=7;
-update noar ti set v0='J66G1P8LK1' where id=7;
-update noar tt set b2='1PWQ6QD5RUKRE966I60AUN3YYZUPDVY9' where id=7;
-update noar ti set b2='1PWQ6QD5RUKRE966I60AUN3YYZUPDVY9' where id=7;
-update noar tt set v0='AYT8728RQM2EU91LHLMHCVT0PZ3QNBJW' where id=8;
-update noar ti set v0='AYT8728RQM2EU91LHLMHCVT0PZ3QNBJW' where id=8;
-update noar tt set b0='JNXK473GZQHOFVN5DB9OKP' where id=8;
-update noar ti set b0='JNXK473GZQHOFVN5DB9OKP' where id=8;
-update noar tt set v0='MK9FHGRO0JJC51GTDJIJKDQ1WT8I' where id=8;
-update noar ti set v0='MK9FHGRO0JJC51GTDJIJKDQ1WT8I' where id=8;
-update noar tt set b1='TY6UHCGWXAV' where id=8;
-update noar ti set b1='TY6UHCGWXAV' where id=8;
-update noar tt set v0='FUNJO59UL05U' where id=8;
-update noar ti set v0='FUNJO59UL05U' where id=8;
-update noar tt set b2='W9ZB1XT3LL84M7ER39TZIDC8RZM' where id=8;
-update noar ti set b2='W9ZB1XT3LL84M7ER39TZIDC8RZM' where id=8;
-update noar tt set v0='HUJS0R4' where id=9;
-update noar ti set v0='HUJS0R4' where id=9;
-update noar tt set b0='GZIX7EHKMVR4EKKT9YP6X9RSRNG8NNS' where id=9;
-update noar ti set b0='GZIX7EHKMVR4EKKT9YP6X9RSRNG8NNS' where id=9;
-update noar tt set v0='SI2R8ML45IR' where id=9;
-update noar ti set v0='SI2R8ML45IR' where id=9;
-update noar tt set b1='CXPTEU9S6C6700B' where id=9;
-update noar ti set b1='CXPTEU9S6C6700B' where id=9;
-update noar tt set v0='T4T' where id=9;
-update noar ti set v0='T4T' where id=9;
-update noar tt set b2='PA4HCMSD3IOIGYM9E74EGE015WZBY' where id=9;
-update noar ti set b2='PA4HCMSD3IOIGYM9E74EGE015WZBY' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) not null,
- b0 mediumblob not null,
- b1 blob not null,
- b2 blob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='9PQEZ4VJSOX0' where id=1;
-update noar ti set v0='9PQEZ4VJSOX0' where id=1;
-update noar tt set b0='O8E' where id=1;
-update noar ti set b0='O8E' where id=1;
-update noar tt set v0='86KVIYA03KMOQ2EHC33P1140F' where id=1;
-update noar ti set v0='86KVIYA03KMOQ2EHC33P1140F' where id=1;
-update noar tt set b1='98FVN3OO1E1S' where id=1;
-update noar ti set b1='98FVN3OO1E1S' where id=1;
-update noar tt set v0='YZWIW6OM9QVWB42L76' where id=1;
-update noar ti set v0='YZWIW6OM9QVWB42L76' where id=1;
-update noar tt set b2='MGGJM5U4SUJAOTJ5P34HOMA9Z2' where id=1;
-update noar ti set b2='MGGJM5U4SUJAOTJ5P34HOMA9Z2' where id=1;
-update noar tt set v0='BSN60NF' where id=2;
-update noar ti set v0='BSN60NF' where id=2;
-update noar tt set b0='FMYGOJLUS3Q0NELVY' where id=2;
-update noar ti set b0='FMYGOJLUS3Q0NELVY' where id=2;
-update noar tt set v0='457X7ZN2NU63AHHQHFE73TCGBESE' where id=2;
-update noar ti set v0='457X7ZN2NU63AHHQHFE73TCGBESE' where id=2;
-update noar tt set b1='3Z0' where id=2;
-update noar ti set b1='3Z0' where id=2;
-update noar tt set v0='23TB3E5CZYI3WAJ3XHO' where id=2;
-update noar ti set v0='23TB3E5CZYI3WAJ3XHO' where id=2;
-update noar tt set b2='RYU1ST9P5ODKY5321V0KVLN6XO2NNU' where id=2;
-update noar ti set b2='RYU1ST9P5ODKY5321V0KVLN6XO2NNU' where id=2;
-update noar tt set v0='388MBT4SFV4O49' where id=3;
-update noar ti set v0='388MBT4SFV4O49' where id=3;
-update noar tt set b0='WUWOBKZ78C6GAHYPUTEXT437WU6L' where id=3;
-update noar ti set b0='WUWOBKZ78C6GAHYPUTEXT437WU6L' where id=3;
-update noar tt set v0='MKMCCGY4V8BC1F0UBHWMG' where id=3;
-update noar ti set v0='MKMCCGY4V8BC1F0UBHWMG' where id=3;
-update noar tt set b1='XFDL6DDDCKXECE9JZJKER8OZSH' where id=3;
-update noar ti set b1='XFDL6DDDCKXECE9JZJKER8OZSH' where id=3;
-update noar tt set v0='FECMTITEA9S82Z3' where id=3;
-update noar ti set v0='FECMTITEA9S82Z3' where id=3;
-update noar tt set b2='E5149OSO3AUSQE3C71E2' where id=3;
-update noar ti set b2='E5149OSO3AUSQE3C71E2' where id=3;
-update noar tt set v0='DVFAFK062JB3P' where id=4;
-update noar ti set v0='DVFAFK062JB3P' where id=4;
-update noar tt set b0='LFQM77I' where id=4;
-update noar ti set b0='LFQM77I' where id=4;
-update noar tt set v0='CNZR2ALYZ7LF3PBSULJO' where id=4;
-update noar ti set v0='CNZR2ALYZ7LF3PBSULJO' where id=4;
-update noar tt set b1='F65923044KY943EQBXO0WC5SNHS4FA' where id=4;
-update noar ti set b1='F65923044KY943EQBXO0WC5SNHS4FA' where id=4;
-update noar tt set v0='0W' where id=4;
-update noar ti set v0='0W' where id=4;
-update noar tt set b2='ZYB32YAV13' where id=4;
-update noar ti set b2='ZYB32YAV13' where id=4;
-update noar tt set v0='MO37JFHJAWAPURNOU' where id=5;
-update noar ti set v0='MO37JFHJAWAPURNOU' where id=5;
-update noar tt set b0='HGGQNFVI50K4388U7Q8PWKEGII2GL1F' where id=5;
-update noar ti set b0='HGGQNFVI50K4388U7Q8PWKEGII2GL1F' where id=5;
-update noar tt set v0='5V7VC96F0' where id=5;
-update noar ti set v0='5V7VC96F0' where id=5;
-update noar tt set b1='8C82TJZJNWBXCRLFEUL2FP0Z7GGYPP' where id=5;
-update noar ti set b1='8C82TJZJNWBXCRLFEUL2FP0Z7GGYPP' where id=5;
-update noar tt set v0='5XYYC50ADP7GJVVS' where id=5;
-update noar ti set v0='5XYYC50ADP7GJVVS' where id=5;
-update noar tt set b2='81W3O7' where id=5;
-update noar ti set b2='81W3O7' where id=5;
-update noar tt set v0='7OPKD47JGBWDL0KRFQJOD0XERPCFB' where id=6;
-update noar ti set v0='7OPKD47JGBWDL0KRFQJOD0XERPCFB' where id=6;
-update noar tt set b0='JULOTLY6RVNPM' where id=6;
-update noar ti set b0='JULOTLY6RVNPM' where id=6;
-update noar tt set v0='OOZI87MGYZ1DHU3601' where id=6;
-update noar ti set v0='OOZI87MGYZ1DHU3601' where id=6;
-update noar tt set b1='42' where id=6;
-update noar ti set b1='42' where id=6;
-update noar tt set v0='86O6' where id=6;
-update noar ti set v0='86O6' where id=6;
-update noar tt set b2='BF5' where id=6;
-update noar ti set b2='BF5' where id=6;
-update noar tt set v0='AC4BZELC6FQ' where id=7;
-update noar ti set v0='AC4BZELC6FQ' where id=7;
-update noar tt set b0='KAW6SDQ' where id=7;
-update noar ti set b0='KAW6SDQ' where id=7;
-update noar tt set v0='M4OZFK5XCUGJDZHSQLO' where id=7;
-update noar ti set v0='M4OZFK5XCUGJDZHSQLO' where id=7;
-update noar tt set b1='PTICZPMKF2UPMVY' where id=7;
-update noar ti set b1='PTICZPMKF2UPMVY' where id=7;
-update noar tt set v0='HFYW51AA412EYYM7OJ3YUEBYT' where id=7;
-update noar ti set v0='HFYW51AA412EYYM7OJ3YUEBYT' where id=7;
-update noar tt set b2='WU3LBW7' where id=7;
-update noar ti set b2='WU3LBW7' where id=7;
-update noar tt set v0='PV889WHHUOQXREI' where id=8;
-update noar ti set v0='PV889WHHUOQXREI' where id=8;
-update noar tt set b0='AVQRSQU41GS50J2UTBPK3UUK3E' where id=8;
-update noar ti set b0='AVQRSQU41GS50J2UTBPK3UUK3E' where id=8;
-update noar tt set v0='BQIINCEDNA460022I2X8NP' where id=8;
-update noar ti set v0='BQIINCEDNA460022I2X8NP' where id=8;
-update noar tt set b1='9365Y28JR6E7DFCZW9' where id=8;
-update noar ti set b1='9365Y28JR6E7DFCZW9' where id=8;
-update noar tt set v0='0YG8YZ1HM9BC2CNQ5YUZNIHVMD1QT6N' where id=8;
-update noar ti set v0='0YG8YZ1HM9BC2CNQ5YUZNIHVMD1QT6N' where id=8;
-update noar tt set b2='GCS0O23L54X72R4R2M3ZRX4I' where id=8;
-update noar ti set b2='GCS0O23L54X72R4R2M3ZRX4I' where id=8;
-update noar tt set v0='Y' where id=9;
-update noar ti set v0='Y' where id=9;
-update noar tt set b0='4NWWMJGC891H4DSOQAC49Z8VY4' where id=9;
-update noar ti set b0='4NWWMJGC891H4DSOQAC49Z8VY4' where id=9;
-update noar tt set v0='LVGX0UGSSRJX' where id=9;
-update noar ti set v0='LVGX0UGSSRJX' where id=9;
-update noar tt set b1='2TRFSXFHWZSPEIBYW8U3PITEL' where id=9;
-update noar ti set b1='2TRFSXFHWZSPEIBYW8U3PITEL' where id=9;
-update noar tt set v0='G38E6TUQX9VPN0GRDUZ2F6RUQ1N4PK' where id=9;
-update noar ti set v0='G38E6TUQX9VPN0GRDUZ2F6RUQ1N4PK' where id=9;
-update noar tt set b2='NSX4ZQQEJTGYPEP' where id=9;
-update noar ti set b2='NSX4ZQQEJTGYPEP' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) null,
- b0 mediumblob null,
- b1 blob null,
- b2 mediumblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='NG8MXG' where id=1;
-update noar ti set v0='NG8MXG' where id=1;
-update noar tt set b0='C8TRHI1CEUJMCLWJ5' where id=1;
-update noar ti set b0='C8TRHI1CEUJMCLWJ5' where id=1;
-update noar tt set v0='HZ82XNE8XORPS0S5CNEM6HH86M9' where id=1;
-update noar ti set v0='HZ82XNE8XORPS0S5CNEM6HH86M9' where id=1;
-update noar tt set b1='X8KKMGTEKSK42EN970W2GL' where id=1;
-update noar ti set b1='X8KKMGTEKSK42EN970W2GL' where id=1;
-update noar tt set v0='BP1D1MRV0UJGB523DH5' where id=1;
-update noar ti set v0='BP1D1MRV0UJGB523DH5' where id=1;
-update noar tt set b2='OERA4H0VQGFOAA4TX9FI' where id=1;
-update noar ti set b2='OERA4H0VQGFOAA4TX9FI' where id=1;
-update noar tt set v0='Z9GVZANQ0LAXZYQTX' where id=2;
-update noar ti set v0='Z9GVZANQ0LAXZYQTX' where id=2;
-update noar tt set b0='BC7DNEVBXCOALJKSDH' where id=2;
-update noar ti set b0='BC7DNEVBXCOALJKSDH' where id=2;
-update noar tt set v0='ENY4IW1J0S8SQ3X2VP469IYL' where id=2;
-update noar ti set v0='ENY4IW1J0S8SQ3X2VP469IYL' where id=2;
-update noar tt set b1='XK3SDYK3PIJKJG' where id=2;
-update noar ti set b1='XK3SDYK3PIJKJG' where id=2;
-update noar tt set v0='V3NUO1MOV21MVTJ4VVDR' where id=2;
-update noar ti set v0='V3NUO1MOV21MVTJ4VVDR' where id=2;
-update noar tt set b2='ENHFTC78Q2ATFJSM8RJKGWMD8ATDZ' where id=2;
-update noar ti set b2='ENHFTC78Q2ATFJSM8RJKGWMD8ATDZ' where id=2;
-update noar tt set v0='QL2XJNG3MZMUEXZP7H' where id=3;
-update noar ti set v0='QL2XJNG3MZMUEXZP7H' where id=3;
-update noar tt set b0='IH52NP349L0OXB4ITZP4Q0NB83M' where id=3;
-update noar ti set b0='IH52NP349L0OXB4ITZP4Q0NB83M' where id=3;
-update noar tt set v0='93Z1PRL4K2DSX8G6C10M2UCV6L' where id=3;
-update noar ti set v0='93Z1PRL4K2DSX8G6C10M2UCV6L' where id=3;
-update noar tt set b1='TPLLSXAV87BAZFOO' where id=3;
-update noar ti set b1='TPLLSXAV87BAZFOO' where id=3;
-update noar tt set v0='60F9D49S7MPPSYKDWWQBL3' where id=3;
-update noar ti set v0='60F9D49S7MPPSYKDWWQBL3' where id=3;
-update noar tt set b2='TTCF3N1MBFGER6I2' where id=3;
-update noar ti set b2='TTCF3N1MBFGER6I2' where id=3;
-update noar tt set v0='H9O' where id=4;
-update noar ti set v0='H9O' where id=4;
-update noar tt set b0='SSJ0VOAU' where id=4;
-update noar ti set b0='SSJ0VOAU' where id=4;
-update noar tt set v0='1AKZTYIW7O3866AGV6HQ5WI5RRCV' where id=4;
-update noar ti set v0='1AKZTYIW7O3866AGV6HQ5WI5RRCV' where id=4;
-update noar tt set b1='QO5WX6NX9FYTZ' where id=4;
-update noar ti set b1='QO5WX6NX9FYTZ' where id=4;
-update noar tt set v0='FBUZ7KKB51LL6QL2E9ENFZ23O8BS' where id=4;
-update noar ti set v0='FBUZ7KKB51LL6QL2E9ENFZ23O8BS' where id=4;
-update noar tt set b2='EEJEILTHUOL2WI' where id=4;
-update noar ti set b2='EEJEILTHUOL2WI' where id=4;
-update noar tt set v0='VNPFB' where id=5;
-update noar ti set v0='VNPFB' where id=5;
-update noar tt set b0='URNVXJRKA8KAEPP2X0K9R' where id=5;
-update noar ti set b0='URNVXJRKA8KAEPP2X0K9R' where id=5;
-update noar tt set v0='OF' where id=5;
-update noar ti set v0='OF' where id=5;
-update noar tt set b1='P34MVO' where id=5;
-update noar ti set b1='P34MVO' where id=5;
-update noar tt set v0='IHR14N5QIU5UNXE2YNS' where id=5;
-update noar ti set v0='IHR14N5QIU5UNXE2YNS' where id=5;
-update noar tt set b2='1I8QG7N2O1YAV0L0NOUYCO2' where id=5;
-update noar ti set b2='1I8QG7N2O1YAV0L0NOUYCO2' where id=5;
-update noar tt set v0='V88HEHV8UP3LL31VTL0M' where id=6;
-update noar ti set v0='V88HEHV8UP3LL31VTL0M' where id=6;
-update noar tt set b0='D4ZVY0Y6K9G3QF6PMEQC639NBV7XRFY' where id=6;
-update noar ti set b0='D4ZVY0Y6K9G3QF6PMEQC639NBV7XRFY' where id=6;
-update noar tt set v0='4HSE7EFM8DINVD93YATM' where id=6;
-update noar ti set v0='4HSE7EFM8DINVD93YATM' where id=6;
-update noar tt set b1='NL3W8' where id=6;
-update noar ti set b1='NL3W8' where id=6;
-update noar tt set v0='4HZGP' where id=6;
-update noar ti set v0='4HZGP' where id=6;
-update noar tt set b2='JGY2EM0SMCMG59TNFXR' where id=6;
-update noar ti set b2='JGY2EM0SMCMG59TNFXR' where id=6;
-update noar tt set v0='9JX73DBU0ER2GCEI4CXYPH' where id=7;
-update noar ti set v0='9JX73DBU0ER2GCEI4CXYPH' where id=7;
-update noar tt set b0='UCSAA9BH1FF2ICDLUZKL6VLNHNV' where id=7;
-update noar ti set b0='UCSAA9BH1FF2ICDLUZKL6VLNHNV' where id=7;
-update noar tt set v0='6N7KLLM8SLHFA16K7PO' where id=7;
-update noar ti set v0='6N7KLLM8SLHFA16K7PO' where id=7;
-update noar tt set b1='D7IQYIS90JED52PBBCRFKA9OLU' where id=7;
-update noar ti set b1='D7IQYIS90JED52PBBCRFKA9OLU' where id=7;
-update noar tt set v0='B' where id=7;
-update noar ti set v0='B' where id=7;
-update noar tt set b2='ORKN7JGQCPJVOEZKF2K7G9OYOTXGKZ45' where id=7;
-update noar ti set b2='ORKN7JGQCPJVOEZKF2K7G9OYOTXGKZ45' where id=7;
-update noar tt set v0='0W0G8LAB0HP4TMK0FDX6' where id=8;
-update noar ti set v0='0W0G8LAB0HP4TMK0FDX6' where id=8;
-update noar tt set b0='6IECLLZNFQYUWZWFL8' where id=8;
-update noar ti set b0='6IECLLZNFQYUWZWFL8' where id=8;
-update noar tt set v0='Q3A69N4' where id=8;
-update noar ti set v0='Q3A69N4' where id=8;
-update noar tt set b1='P9X2F68TYAHJT56514AH1QEO7L' where id=8;
-update noar ti set b1='P9X2F68TYAHJT56514AH1QEO7L' where id=8;
-update noar tt set v0='VY4H38W9' where id=8;
-update noar ti set v0='VY4H38W9' where id=8;
-update noar tt set b2='CKM' where id=8;
-update noar ti set b2='CKM' where id=8;
-update noar tt set v0='34Z' where id=9;
-update noar ti set v0='34Z' where id=9;
-update noar tt set b0='6ECOUUG3IBP3HSFGAV2YZQ1Q' where id=9;
-update noar ti set b0='6ECOUUG3IBP3HSFGAV2YZQ1Q' where id=9;
-update noar tt set v0='L' where id=9;
-update noar ti set v0='L' where id=9;
-update noar tt set b1='WYZ' where id=9;
-update noar ti set b1='WYZ' where id=9;
-update noar tt set v0='ZMG22NTVH' where id=9;
-update noar ti set v0='ZMG22NTVH' where id=9;
-update noar tt set b2='7TP0HP1' where id=9;
-update noar ti set b2='7TP0HP1' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) null,
- b0 mediumblob null,
- b1 blob null,
- b2 mediumblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='F1PBQUEBCE2SOIF8MTAL3OA' where id=1;
-update noar ti set v0='F1PBQUEBCE2SOIF8MTAL3OA' where id=1;
-update noar tt set b0='Q2A8RUAZW' where id=1;
-update noar ti set b0='Q2A8RUAZW' where id=1;
-update noar tt set v0='Y2EYT6F95DDTLSXC4VUGKDA' where id=1;
-update noar ti set v0='Y2EYT6F95DDTLSXC4VUGKDA' where id=1;
-update noar tt set b1='Z149291IXGO' where id=1;
-update noar ti set b1='Z149291IXGO' where id=1;
-update noar tt set v0='5U46MWCXK045R3WATPSI' where id=1;
-update noar ti set v0='5U46MWCXK045R3WATPSI' where id=1;
-update noar tt set b2='HZHJCZ1W0ENNTK8T3THTFH8GLX' where id=1;
-update noar ti set b2='HZHJCZ1W0ENNTK8T3THTFH8GLX' where id=1;
-update noar tt set v0='1TE3Z3Y2ES' where id=2;
-update noar ti set v0='1TE3Z3Y2ES' where id=2;
-update noar tt set b0='GYVBCAERQLNK56GAJXGIQT' where id=2;
-update noar ti set b0='GYVBCAERQLNK56GAJXGIQT' where id=2;
-update noar tt set v0='O9TEV0FLVUJGE' where id=2;
-update noar ti set v0='O9TEV0FLVUJGE' where id=2;
-update noar tt set b1='5R' where id=2;
-update noar ti set b1='5R' where id=2;
-update noar tt set v0='JD4Z6104U6OCND5EZ1ZR3BKKV3M' where id=2;
-update noar ti set v0='JD4Z6104U6OCND5EZ1ZR3BKKV3M' where id=2;
-update noar tt set b2='M5SB21MY4A06HO4PJK' where id=2;
-update noar ti set b2='M5SB21MY4A06HO4PJK' where id=2;
-update noar tt set v0='KQP6XOKXV2G05HCJ9V3ZXJD464G04OI' where id=3;
-update noar ti set v0='KQP6XOKXV2G05HCJ9V3ZXJD464G04OI' where id=3;
-update noar tt set b0='S35MPSS5YHRSPS842U69HTVLUY6IN0' where id=3;
-update noar ti set b0='S35MPSS5YHRSPS842U69HTVLUY6IN0' where id=3;
-update noar tt set v0='9A' where id=3;
-update noar ti set v0='9A' where id=3;
-update noar tt set b1='F5BS' where id=3;
-update noar ti set b1='F5BS' where id=3;
-update noar tt set v0='W15UAASOM2143M77EIN51P0EOBABFQW1' where id=3;
-update noar ti set v0='W15UAASOM2143M77EIN51P0EOBABFQW1' where id=3;
-update noar tt set b2='5DW7' where id=3;
-update noar ti set b2='5DW7' where id=3;
-update noar tt set v0='18X1DYBNW1OKN796VN7290Z4SKWE' where id=4;
-update noar ti set v0='18X1DYBNW1OKN796VN7290Z4SKWE' where id=4;
-update noar tt set b0='ILM6P1V' where id=4;
-update noar ti set b0='ILM6P1V' where id=4;
-update noar tt set v0='R755QIYZLK1CN09G572' where id=4;
-update noar ti set v0='R755QIYZLK1CN09G572' where id=4;
-update noar tt set b1='6F' where id=4;
-update noar ti set b1='6F' where id=4;
-update noar tt set v0='E' where id=4;
-update noar ti set v0='E' where id=4;
-update noar tt set b2='DCVUWKGBDQJFSSGBP' where id=4;
-update noar ti set b2='DCVUWKGBDQJFSSGBP' where id=4;
-update noar tt set v0='PC5H51' where id=5;
-update noar ti set v0='PC5H51' where id=5;
-update noar tt set b0='Q' where id=5;
-update noar ti set b0='Q' where id=5;
-update noar tt set v0='ETN' where id=5;
-update noar ti set v0='ETN' where id=5;
-update noar tt set b1='5MD4SQIPDPV4QOTPWTAHNN62EE5JEJAO' where id=5;
-update noar ti set b1='5MD4SQIPDPV4QOTPWTAHNN62EE5JEJAO' where id=5;
-update noar tt set v0='AH4L4' where id=5;
-update noar ti set v0='AH4L4' where id=5;
-update noar tt set b2='X1PTYLFKYL0' where id=5;
-update noar ti set b2='X1PTYLFKYL0' where id=5;
-update noar tt set v0='URRG7BE0USKJS0KS80V35TJM' where id=6;
-update noar ti set v0='URRG7BE0USKJS0KS80V35TJM' where id=6;
-update noar tt set b0='59QP2LEWOK4UJLU7879KDVWZYB' where id=6;
-update noar ti set b0='59QP2LEWOK4UJLU7879KDVWZYB' where id=6;
-update noar tt set v0='W3VN' where id=6;
-update noar ti set v0='W3VN' where id=6;
-update noar tt set b1='AI8A09Y' where id=6;
-update noar ti set b1='AI8A09Y' where id=6;
-update noar tt set v0='7FK2BF' where id=6;
-update noar ti set v0='7FK2BF' where id=6;
-update noar tt set b2='XBMXD8W8KVFR5EYOQFWXE' where id=6;
-update noar ti set b2='XBMXD8W8KVFR5EYOQFWXE' where id=6;
-update noar tt set v0='16H861Z8OYSQ4HAKPHPC5RPPCHAU' where id=7;
-update noar ti set v0='16H861Z8OYSQ4HAKPHPC5RPPCHAU' where id=7;
-update noar tt set b0='7CSMB993KJB8' where id=7;
-update noar ti set b0='7CSMB993KJB8' where id=7;
-update noar tt set v0='86W2ROZ7MOWO6YUWS82E' where id=7;
-update noar ti set v0='86W2ROZ7MOWO6YUWS82E' where id=7;
-update noar tt set b1='H5LZP06DZGB9J7O' where id=7;
-update noar ti set b1='H5LZP06DZGB9J7O' where id=7;
-update noar tt set v0='EFV72O9IN7X8A79B95UD2C77LIFCH' where id=7;
-update noar ti set v0='EFV72O9IN7X8A79B95UD2C77LIFCH' where id=7;
-update noar tt set b2='N21TAZPP1G' where id=7;
-update noar ti set b2='N21TAZPP1G' where id=7;
-update noar tt set v0='OC1Q2H7T0TRB97OVM6' where id=8;
-update noar ti set v0='OC1Q2H7T0TRB97OVM6' where id=8;
-update noar tt set b0='W8DOSD6X5CR' where id=8;
-update noar ti set b0='W8DOSD6X5CR' where id=8;
-update noar tt set v0='XXEW1VDAXP0A6WELG5RZO5ITIJD6' where id=8;
-update noar ti set v0='XXEW1VDAXP0A6WELG5RZO5ITIJD6' where id=8;
-update noar tt set b1='WG3PC00JI6AO69I3ABWOW4C80JHIPL6X' where id=8;
-update noar ti set b1='WG3PC00JI6AO69I3ABWOW4C80JHIPL6X' where id=8;
-update noar tt set v0='WIEJE8ULP7KB8JVIYQ6BBWDJ5LNJHW' where id=8;
-update noar ti set v0='WIEJE8ULP7KB8JVIYQ6BBWDJ5LNJHW' where id=8;
-update noar tt set b2='RPFVCK3MGEQ' where id=8;
-update noar ti set b2='RPFVCK3MGEQ' where id=8;
-update noar tt set v0='T05KTFLZIK8Q2RX67XFB3' where id=9;
-update noar ti set v0='T05KTFLZIK8Q2RX67XFB3' where id=9;
-update noar tt set b0='VDKLOT3SFEJKU9LJ3BKPIC6U1JK8YUIB' where id=9;
-update noar ti set b0='VDKLOT3SFEJKU9LJ3BKPIC6U1JK8YUIB' where id=9;
-update noar tt set v0='V9BV08UTPQ2BF4BB49AMAP23B' where id=9;
-update noar ti set v0='V9BV08UTPQ2BF4BB49AMAP23B' where id=9;
-update noar tt set b1='PA24CEW9VI5V60A6JS9EP' where id=9;
-update noar ti set b1='PA24CEW9VI5V60A6JS9EP' where id=9;
-update noar tt set v0='U9A4Q8K84X2S2TIRGBPHM0AQXQOK2EK3' where id=9;
-update noar ti set v0='U9A4Q8K84X2S2TIRGBPHM0AQXQOK2EK3' where id=9;
-update noar tt set b2='O7Q7KOEW26B918A34F' where id=9;
-update noar ti set b2='O7Q7KOEW26B918A34F' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) not null,
- b0 mediumblob not null,
- b1 blob not null,
- b2 mediumblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='2ZP4G' where id=1;
-update noar ti set v0='2ZP4G' where id=1;
-update noar tt set b0='01LEI6LGA79NN3J' where id=1;
-update noar ti set b0='01LEI6LGA79NN3J' where id=1;
-update noar tt set v0='N4V' where id=1;
-update noar ti set v0='N4V' where id=1;
-update noar tt set b1='4X2I4E' where id=1;
-update noar ti set b1='4X2I4E' where id=1;
-update noar tt set v0='QDIXK' where id=1;
-update noar ti set v0='QDIXK' where id=1;
-update noar tt set b2='HDJUDDIWR' where id=1;
-update noar ti set b2='HDJUDDIWR' where id=1;
-update noar tt set v0='OEF' where id=2;
-update noar ti set v0='OEF' where id=2;
-update noar tt set b0='JQI5PPZEQY4PIUOLJZS3M' where id=2;
-update noar ti set b0='JQI5PPZEQY4PIUOLJZS3M' where id=2;
-update noar tt set v0='PCN' where id=2;
-update noar ti set v0='PCN' where id=2;
-update noar tt set b1='450700GHCWQ' where id=2;
-update noar ti set b1='450700GHCWQ' where id=2;
-update noar tt set v0='44TJVJLBEWOXUED1CQGDGFNHZ' where id=2;
-update noar ti set v0='44TJVJLBEWOXUED1CQGDGFNHZ' where id=2;
-update noar tt set b2='2HOR702CXVMDI0' where id=2;
-update noar ti set b2='2HOR702CXVMDI0' where id=2;
-update noar tt set v0='XT9JKQUF1JK36H8LEOL31648J2L0CK' where id=3;
-update noar ti set v0='XT9JKQUF1JK36H8LEOL31648J2L0CK' where id=3;
-update noar tt set b0='C08AJVG8ZC' where id=3;
-update noar ti set b0='C08AJVG8ZC' where id=3;
-update noar tt set v0='C28U2XGQAAYG44' where id=3;
-update noar ti set v0='C28U2XGQAAYG44' where id=3;
-update noar tt set b1='K4YPM7C' where id=3;
-update noar ti set b1='K4YPM7C' where id=3;
-update noar tt set v0='RWZTH8H1D8CRIPQOVSTJ9X3K' where id=3;
-update noar ti set v0='RWZTH8H1D8CRIPQOVSTJ9X3K' where id=3;
-update noar tt set b2='9B8FBRLA7A28R2' where id=3;
-update noar ti set b2='9B8FBRLA7A28R2' where id=3;
-update noar tt set v0='OAL' where id=4;
-update noar ti set v0='OAL' where id=4;
-update noar tt set b0='QELOWD2WX22J1SKCMECI78QUDH' where id=4;
-update noar ti set b0='QELOWD2WX22J1SKCMECI78QUDH' where id=4;
-update noar tt set v0='SZT0J' where id=4;
-update noar ti set v0='SZT0J' where id=4;
-update noar tt set b1='J' where id=4;
-update noar ti set b1='J' where id=4;
-update noar tt set v0='4D' where id=4;
-update noar ti set v0='4D' where id=4;
-update noar tt set b2='T2BBZBIFJAKOSUV8U' where id=4;
-update noar ti set b2='T2BBZBIFJAKOSUV8U' where id=4;
-update noar tt set v0='NF0ROOLY' where id=5;
-update noar ti set v0='NF0ROOLY' where id=5;
-update noar tt set b0='6K3O61HYF498PKS9F60PWM7' where id=5;
-update noar ti set b0='6K3O61HYF498PKS9F60PWM7' where id=5;
-update noar tt set v0='2BGVY1DTPU4GV6A41Y2DME372DWE' where id=5;
-update noar ti set v0='2BGVY1DTPU4GV6A41Y2DME372DWE' where id=5;
-update noar tt set b1='ERNZAAZU2AV4DV4DYBZOZOL5H' where id=5;
-update noar ti set b1='ERNZAAZU2AV4DV4DYBZOZOL5H' where id=5;
-update noar tt set v0='VWT3TWDOW0F7MINAF5QR80DBK' where id=5;
-update noar ti set v0='VWT3TWDOW0F7MINAF5QR80DBK' where id=5;
-update noar tt set b2='G13E5OPP2V4' where id=5;
-update noar ti set b2='G13E5OPP2V4' where id=5;
-update noar tt set v0='GWBNI7E8QVL' where id=6;
-update noar ti set v0='GWBNI7E8QVL' where id=6;
-update noar tt set b0='GCAE' where id=6;
-update noar ti set b0='GCAE' where id=6;
-update noar tt set v0='42Z5B17W' where id=6;
-update noar ti set v0='42Z5B17W' where id=6;
-update noar tt set b1='D0DN9' where id=6;
-update noar ti set b1='D0DN9' where id=6;
-update noar tt set v0='97IAVIVA01ZVGU' where id=6;
-update noar ti set v0='97IAVIVA01ZVGU' where id=6;
-update noar tt set b2='GRJO5HU7HSA9PB' where id=6;
-update noar ti set b2='GRJO5HU7HSA9PB' where id=6;
-update noar tt set v0='OH' where id=7;
-update noar ti set v0='OH' where id=7;
-update noar tt set b0='6BY82J9L2HZCWY0FY0W' where id=7;
-update noar ti set b0='6BY82J9L2HZCWY0FY0W' where id=7;
-update noar tt set v0='5JH5BYC4MMM3RHC8R9X0A' where id=7;
-update noar ti set v0='5JH5BYC4MMM3RHC8R9X0A' where id=7;
-update noar tt set b1='UQ7KK3FAJ7LSSPWA75SWCAZJCTRX' where id=7;
-update noar ti set b1='UQ7KK3FAJ7LSSPWA75SWCAZJCTRX' where id=7;
-update noar tt set v0='64LV25LIJWBDCT3Y0JLQG04MV' where id=7;
-update noar ti set v0='64LV25LIJWBDCT3Y0JLQG04MV' where id=7;
-update noar tt set b2='EQ960JVNXC2K' where id=7;
-update noar ti set b2='EQ960JVNXC2K' where id=7;
-update noar tt set v0='QP' where id=8;
-update noar ti set v0='QP' where id=8;
-update noar tt set b0='50H5F34V0JX2AHRNCX0O5K79' where id=8;
-update noar ti set b0='50H5F34V0JX2AHRNCX0O5K79' where id=8;
-update noar tt set v0='G8YSYAKL6JV' where id=8;
-update noar ti set v0='G8YSYAKL6JV' where id=8;
-update noar tt set b1='2M3EV01GIG2BDBBZNWD3E1RYS6T' where id=8;
-update noar ti set b1='2M3EV01GIG2BDBBZNWD3E1RYS6T' where id=8;
-update noar tt set v0='5DHUHZE3' where id=8;
-update noar ti set v0='5DHUHZE3' where id=8;
-update noar tt set b2='CXK5HHVF2LVUIFVHA5' where id=8;
-update noar ti set b2='CXK5HHVF2LVUIFVHA5' where id=8;
-update noar tt set v0='E3BMKSHIKWSGNHCWP' where id=9;
-update noar ti set v0='E3BMKSHIKWSGNHCWP' where id=9;
-update noar tt set b0='0UQFIJSPHTHVMT3AMCTJ4XWE56' where id=9;
-update noar ti set b0='0UQFIJSPHTHVMT3AMCTJ4XWE56' where id=9;
-update noar tt set v0='C60S' where id=9;
-update noar ti set v0='C60S' where id=9;
-update noar tt set b1='C' where id=9;
-update noar ti set b1='C' where id=9;
-update noar tt set v0='7PNMBG6D39OPYB00OJPOBI1' where id=9;
-update noar ti set v0='7PNMBG6D39OPYB00OJPOBI1' where id=9;
-update noar tt set b2='3ONR5C7MAO1X5X9N6RKEIEB87RWPPQBT' where id=9;
-update noar ti set b2='3ONR5C7MAO1X5X9N6RKEIEB87RWPPQBT' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) not null,
- b0 mediumblob not null,
- b1 blob not null,
- b2 mediumblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='A4AA3FXYV4DTPJKHYAKUOJW3ZK' where id=1;
-update noar ti set v0='A4AA3FXYV4DTPJKHYAKUOJW3ZK' where id=1;
-update noar tt set b0='R8IEW' where id=1;
-update noar ti set b0='R8IEW' where id=1;
-update noar tt set v0='OR0M4TX' where id=1;
-update noar ti set v0='OR0M4TX' where id=1;
-update noar tt set b1='QJTLO20R' where id=1;
-update noar ti set b1='QJTLO20R' where id=1;
-update noar tt set v0='NGDQHAI7148MQ22026DJ41EK9FN2Y' where id=1;
-update noar ti set v0='NGDQHAI7148MQ22026DJ41EK9FN2Y' where id=1;
-update noar tt set b2='S65QS2IL3MMOY08HRFHON2DPBPZDL' where id=1;
-update noar ti set b2='S65QS2IL3MMOY08HRFHON2DPBPZDL' where id=1;
-update noar tt set v0='FF3XO7' where id=2;
-update noar ti set v0='FF3XO7' where id=2;
-update noar tt set b0='CGTC' where id=2;
-update noar ti set b0='CGTC' where id=2;
-update noar tt set v0='DT6WS7GJTLADMRGUQ7V8EZDRWB' where id=2;
-update noar ti set v0='DT6WS7GJTLADMRGUQ7V8EZDRWB' where id=2;
-update noar tt set b1='UQ55G3FP095A77' where id=2;
-update noar ti set b1='UQ55G3FP095A77' where id=2;
-update noar tt set v0='QR3HB1SPVQWL80876SMPMESCKY0YI5' where id=2;
-update noar ti set v0='QR3HB1SPVQWL80876SMPMESCKY0YI5' where id=2;
-update noar tt set b2='WIYEY4CVM4ND' where id=2;
-update noar ti set b2='WIYEY4CVM4ND' where id=2;
-update noar tt set v0='87F' where id=3;
-update noar ti set v0='87F' where id=3;
-update noar tt set b0='V73VPVY' where id=3;
-update noar ti set b0='V73VPVY' where id=3;
-update noar tt set v0='21XNY8' where id=3;
-update noar ti set v0='21XNY8' where id=3;
-update noar tt set b1='REH5S' where id=3;
-update noar ti set b1='REH5S' where id=3;
-update noar tt set v0='GOOB18DFUSH8U17V6G0' where id=3;
-update noar ti set v0='GOOB18DFUSH8U17V6G0' where id=3;
-update noar tt set b2='GA4NUOMAEMEARS3BJ923K' where id=3;
-update noar ti set b2='GA4NUOMAEMEARS3BJ923K' where id=3;
-update noar tt set v0='6S137V9YMPXJ3Q0I6WC5K' where id=4;
-update noar ti set v0='6S137V9YMPXJ3Q0I6WC5K' where id=4;
-update noar tt set b0='8IQA1OY3AV9RLCJHKW' where id=4;
-update noar ti set b0='8IQA1OY3AV9RLCJHKW' where id=4;
-update noar tt set v0='M2ND1' where id=4;
-update noar ti set v0='M2ND1' where id=4;
-update noar tt set b1='UXZV2GF5FYPEOPKOBPNN4F75HOFL' where id=4;
-update noar ti set b1='UXZV2GF5FYPEOPKOBPNN4F75HOFL' where id=4;
-update noar tt set v0='HCBTC1UI7VEE6OO' where id=4;
-update noar ti set v0='HCBTC1UI7VEE6OO' where id=4;
-update noar tt set b2='EUVNBYY9' where id=4;
-update noar ti set b2='EUVNBYY9' where id=4;
-update noar tt set v0='O78QJ7K7HAR0FZR6K' where id=5;
-update noar ti set v0='O78QJ7K7HAR0FZR6K' where id=5;
-update noar tt set b0='10OKAVKT2JDOUVUCTRERCY2VR' where id=5;
-update noar ti set b0='10OKAVKT2JDOUVUCTRERCY2VR' where id=5;
-update noar tt set v0='FAWT4QEK7II0Z6JF' where id=5;
-update noar ti set v0='FAWT4QEK7II0Z6JF' where id=5;
-update noar tt set b1='3Z3U30DUZ7KZTAZWAHGY' where id=5;
-update noar ti set b1='3Z3U30DUZ7KZTAZWAHGY' where id=5;
-update noar tt set v0='S4MQ8C3EW9A5R' where id=5;
-update noar ti set v0='S4MQ8C3EW9A5R' where id=5;
-update noar tt set b2='26Z' where id=5;
-update noar ti set b2='26Z' where id=5;
-update noar tt set v0='8GB2DBT8V' where id=6;
-update noar ti set v0='8GB2DBT8V' where id=6;
-update noar tt set b0='OFAUM4J3OQS1NYTNFEZJE2LTRP5BRS' where id=6;
-update noar ti set b0='OFAUM4J3OQS1NYTNFEZJE2LTRP5BRS' where id=6;
-update noar tt set v0='5YXZVC5A9EWVZ9HGGNP9DX0NJD' where id=6;
-update noar ti set v0='5YXZVC5A9EWVZ9HGGNP9DX0NJD' where id=6;
-update noar tt set b1='R99BWONGOT0' where id=6;
-update noar ti set b1='R99BWONGOT0' where id=6;
-update noar tt set v0='LL0VX2VA74DZIE' where id=6;
-update noar ti set v0='LL0VX2VA74DZIE' where id=6;
-update noar tt set b2='ULDWVM1N7QQZ2B6UM5OUN8NVJDAS003' where id=6;
-update noar ti set b2='ULDWVM1N7QQZ2B6UM5OUN8NVJDAS003' where id=6;
-update noar tt set v0='WWF9QN8Z6S05PUAE972300L26' where id=7;
-update noar ti set v0='WWF9QN8Z6S05PUAE972300L26' where id=7;
-update noar tt set b0='BMS3TM3HIKLE0JPJYCPDXZQ9U4O1GPYE' where id=7;
-update noar ti set b0='BMS3TM3HIKLE0JPJYCPDXZQ9U4O1GPYE' where id=7;
-update noar tt set v0='CWEGE0JEGGJKE5EDY2GGTM' where id=7;
-update noar ti set v0='CWEGE0JEGGJKE5EDY2GGTM' where id=7;
-update noar tt set b1='QR4GBJ5GQYR88N7E4L9K1ZP' where id=7;
-update noar ti set b1='QR4GBJ5GQYR88N7E4L9K1ZP' where id=7;
-update noar tt set v0='H3PMCSEU9MPSH' where id=7;
-update noar ti set v0='H3PMCSEU9MPSH' where id=7;
-update noar tt set b2='RRFISX4EEFU3JBUDRB1KRIVR04FW34' where id=7;
-update noar ti set b2='RRFISX4EEFU3JBUDRB1KRIVR04FW34' where id=7;
-update noar tt set v0='GPY' where id=8;
-update noar ti set v0='GPY' where id=8;
-update noar tt set b0='28ISLOSD81EN6YD3ACSXDF' where id=8;
-update noar ti set b0='28ISLOSD81EN6YD3ACSXDF' where id=8;
-update noar tt set v0='QQT6CN6OD1UWQ' where id=8;
-update noar ti set v0='QQT6CN6OD1UWQ' where id=8;
-update noar tt set b1='2HVGRSDZDGITT05MQ4IPIOER' where id=8;
-update noar ti set b1='2HVGRSDZDGITT05MQ4IPIOER' where id=8;
-update noar tt set v0='1SIVJG4CFLL1407AAALM0PZEXB7A65E' where id=8;
-update noar ti set v0='1SIVJG4CFLL1407AAALM0PZEXB7A65E' where id=8;
-update noar tt set b2='2MTZ4PJR' where id=8;
-update noar ti set b2='2MTZ4PJR' where id=8;
-update noar tt set v0='667GOGOD0WCETW1TWMT' where id=9;
-update noar ti set v0='667GOGOD0WCETW1TWMT' where id=9;
-update noar tt set b0='O8J29YPW92CJF2' where id=9;
-update noar ti set b0='O8J29YPW92CJF2' where id=9;
-update noar tt set v0='PCAMFQ6JRUKDMQ68ICC4KLF' where id=9;
-update noar ti set v0='PCAMFQ6JRUKDMQ68ICC4KLF' where id=9;
-update noar tt set b1='UGVTRDPGYBFIJTNF2S2INWO0' where id=9;
-update noar ti set b1='UGVTRDPGYBFIJTNF2S2INWO0' where id=9;
-update noar tt set v0='V4X1JPMZHKF2EMF' where id=9;
-update noar ti set v0='V4X1JPMZHKF2EMF' where id=9;
-update noar tt set b2='KDZWNS' where id=9;
-update noar ti set b2='KDZWNS' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) null,
- b0 mediumblob null,
- b1 blob null,
- b2 longblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='8MQ2YCFR' where id=1;
-update noar ti set v0='8MQ2YCFR' where id=1;
-update noar tt set b0='PFA1F6QG4LY21FC8K2' where id=1;
-update noar ti set b0='PFA1F6QG4LY21FC8K2' where id=1;
-update noar tt set v0='F3SLC6TRE8IUOR2FCVKE4FAX' where id=1;
-update noar ti set v0='F3SLC6TRE8IUOR2FCVKE4FAX' where id=1;
-update noar tt set b1='BHASSA7NM0XCN21MIEQL5SLCONQS' where id=1;
-update noar ti set b1='BHASSA7NM0XCN21MIEQL5SLCONQS' where id=1;
-update noar tt set v0='2GRSWH' where id=1;
-update noar ti set v0='2GRSWH' where id=1;
-update noar tt set b2='4CZ4F15ZHEYG821PQ' where id=1;
-update noar ti set b2='4CZ4F15ZHEYG821PQ' where id=1;
-update noar tt set v0='9Y4LOWTMNOUCV3IX' where id=2;
-update noar ti set v0='9Y4LOWTMNOUCV3IX' where id=2;
-update noar tt set b0='8HIDXNK9S4P0EI70I7XGFBA2VWCF' where id=2;
-update noar ti set b0='8HIDXNK9S4P0EI70I7XGFBA2VWCF' where id=2;
-update noar tt set v0='P0KQ2W3EJZEGAC3' where id=2;
-update noar ti set v0='P0KQ2W3EJZEGAC3' where id=2;
-update noar tt set b1='21MKQLUHZUGUM2G1VL6JTJGS6X' where id=2;
-update noar ti set b1='21MKQLUHZUGUM2G1VL6JTJGS6X' where id=2;
-update noar tt set v0='R751A3HRK' where id=2;
-update noar ti set v0='R751A3HRK' where id=2;
-update noar tt set b2='F33JMZA4E2CSSLW' where id=2;
-update noar ti set b2='F33JMZA4E2CSSLW' where id=2;
-update noar tt set v0='YVD3GCINTKF070B6FRL6179O4TP' where id=3;
-update noar ti set v0='YVD3GCINTKF070B6FRL6179O4TP' where id=3;
-update noar tt set b0='TPIKHORNGPZDZY21WP8MVWRPTJTL1H5P' where id=3;
-update noar ti set b0='TPIKHORNGPZDZY21WP8MVWRPTJTL1H5P' where id=3;
-update noar tt set v0='F6I3WEVWK8AXJW9Q6UC8' where id=3;
-update noar ti set v0='F6I3WEVWK8AXJW9Q6UC8' where id=3;
-update noar tt set b1='PQOD' where id=3;
-update noar ti set b1='PQOD' where id=3;
-update noar tt set v0='EA7VW5SB3CNWQ' where id=3;
-update noar ti set v0='EA7VW5SB3CNWQ' where id=3;
-update noar tt set b2='VVY56UFFFIL' where id=3;
-update noar ti set b2='VVY56UFFFIL' where id=3;
-update noar tt set v0='ZPGZBU401P2AD' where id=4;
-update noar ti set v0='ZPGZBU401P2AD' where id=4;
-update noar tt set b0='39HK9KC76BC82HS89Y4CY1H00' where id=4;
-update noar ti set b0='39HK9KC76BC82HS89Y4CY1H00' where id=4;
-update noar tt set v0='0PMR3ZHSP14HU2VKT9CK676ZP' where id=4;
-update noar ti set v0='0PMR3ZHSP14HU2VKT9CK676ZP' where id=4;
-update noar tt set b1='4WEWY619KNDBWI16V59YJLU' where id=4;
-update noar ti set b1='4WEWY619KNDBWI16V59YJLU' where id=4;
-update noar tt set v0='RRYCBO' where id=4;
-update noar ti set v0='RRYCBO' where id=4;
-update noar tt set b2='VZQS1YIGKJWVWGOKKPXI' where id=4;
-update noar ti set b2='VZQS1YIGKJWVWGOKKPXI' where id=4;
-update noar tt set v0='UUEADOXZ5QVMST' where id=5;
-update noar ti set v0='UUEADOXZ5QVMST' where id=5;
-update noar tt set b0='CYTF' where id=5;
-update noar ti set b0='CYTF' where id=5;
-update noar tt set v0='7GR08064UUKL5P6' where id=5;
-update noar ti set v0='7GR08064UUKL5P6' where id=5;
-update noar tt set b1='AOCAZYOH4MDQGT4SQA' where id=5;
-update noar ti set b1='AOCAZYOH4MDQGT4SQA' where id=5;
-update noar tt set v0='HXH6KF7XL9Y5FR1KMU3DAGXSX8PY' where id=5;
-update noar ti set v0='HXH6KF7XL9Y5FR1KMU3DAGXSX8PY' where id=5;
-update noar tt set b2='DNTOSGXA' where id=5;
-update noar ti set b2='DNTOSGXA' where id=5;
-update noar tt set v0='D3WALG84SDKPU3WMS5V27' where id=6;
-update noar ti set v0='D3WALG84SDKPU3WMS5V27' where id=6;
-update noar tt set b0='GZMNXGYTBMLQUQZKM4SEDI6R' where id=6;
-update noar ti set b0='GZMNXGYTBMLQUQZKM4SEDI6R' where id=6;
-update noar tt set v0='8R7AZY6DYH7MT0E' where id=6;
-update noar ti set v0='8R7AZY6DYH7MT0E' where id=6;
-update noar tt set b1='0YXI' where id=6;
-update noar ti set b1='0YXI' where id=6;
-update noar tt set v0='A1BSGA' where id=6;
-update noar ti set v0='A1BSGA' where id=6;
-update noar tt set b2='V0WEKR22REQAN3UKDGZ4RY2QY' where id=6;
-update noar ti set b2='V0WEKR22REQAN3UKDGZ4RY2QY' where id=6;
-update noar tt set v0='768FII33UN54Q68P100PT4LBPUYTLBS3' where id=7;
-update noar ti set v0='768FII33UN54Q68P100PT4LBPUYTLBS3' where id=7;
-update noar tt set b0='0VKHPU2A4C1MH6WIWR4O5FNDRPC2N' where id=7;
-update noar ti set b0='0VKHPU2A4C1MH6WIWR4O5FNDRPC2N' where id=7;
-update noar tt set v0='ZOMFQ7WUNK124IFFFCAJ1JY3Y07' where id=7;
-update noar ti set v0='ZOMFQ7WUNK124IFFFCAJ1JY3Y07' where id=7;
-update noar tt set b1='JUQPOXD6' where id=7;
-update noar ti set b1='JUQPOXD6' where id=7;
-update noar tt set v0='QM4I0FKR76JR8N14PKECY' where id=7;
-update noar ti set v0='QM4I0FKR76JR8N14PKECY' where id=7;
-update noar tt set b2='HBNIMG00FV3J0SKV1HTOP' where id=7;
-update noar ti set b2='HBNIMG00FV3J0SKV1HTOP' where id=7;
-update noar tt set v0='K8Z8FUVYPBFT2' where id=8;
-update noar ti set v0='K8Z8FUVYPBFT2' where id=8;
-update noar tt set b0='T40VI2Z32AHGT' where id=8;
-update noar ti set b0='T40VI2Z32AHGT' where id=8;
-update noar tt set v0='1BA2D926WT1ZVF164HK7L5UNDJQ7W2XM' where id=8;
-update noar ti set v0='1BA2D926WT1ZVF164HK7L5UNDJQ7W2XM' where id=8;
-update noar tt set b1='E2MT8HYQJZEXEFH' where id=8;
-update noar ti set b1='E2MT8HYQJZEXEFH' where id=8;
-update noar tt set v0='EPCDJD9J9VD7UOJ1YIFE5JKR7' where id=8;
-update noar ti set v0='EPCDJD9J9VD7UOJ1YIFE5JKR7' where id=8;
-update noar tt set b2='FQWKFD83775Q9O3TYP42QA' where id=8;
-update noar ti set b2='FQWKFD83775Q9O3TYP42QA' where id=8;
-update noar tt set v0='3K207KSNHM4' where id=9;
-update noar ti set v0='3K207KSNHM4' where id=9;
-update noar tt set b0='LE6GI1B' where id=9;
-update noar ti set b0='LE6GI1B' where id=9;
-update noar tt set v0='2WCQTY2N7YJM4C7GPGP2NTQN' where id=9;
-update noar ti set v0='2WCQTY2N7YJM4C7GPGP2NTQN' where id=9;
-update noar tt set b1='6XIVK5RVY1IY66GQEJZXISGVNOM381' where id=9;
-update noar ti set b1='6XIVK5RVY1IY66GQEJZXISGVNOM381' where id=9;
-update noar tt set v0='Z0SVHJCDXRU71XM7R' where id=9;
-update noar ti set v0='Z0SVHJCDXRU71XM7R' where id=9;
-update noar tt set b2='F2XXINS0OIMAVLT9W' where id=9;
-update noar ti set b2='F2XXINS0OIMAVLT9W' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) null,
- b0 mediumblob null,
- b1 blob null,
- b2 longblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='ZXAHA9KCIDO7MYN6JF0' where id=1;
-update noar ti set v0='ZXAHA9KCIDO7MYN6JF0' where id=1;
-update noar tt set b0='HZXGWHMW4T7PBHPS' where id=1;
-update noar ti set b0='HZXGWHMW4T7PBHPS' where id=1;
-update noar tt set v0='GI' where id=1;
-update noar ti set v0='GI' where id=1;
-update noar tt set b1='DSVNHETNPM9LOBBO07' where id=1;
-update noar ti set b1='DSVNHETNPM9LOBBO07' where id=1;
-update noar tt set v0='469GMG3PALC2TXC2RVVICWOYF' where id=1;
-update noar ti set v0='469GMG3PALC2TXC2RVVICWOYF' where id=1;
-update noar tt set b2='638HJQ2K13SM5TFTS3' where id=1;
-update noar ti set b2='638HJQ2K13SM5TFTS3' where id=1;
-update noar tt set v0='31LMF83CF9KRQC0LP2VHITBSU9U' where id=2;
-update noar ti set v0='31LMF83CF9KRQC0LP2VHITBSU9U' where id=2;
-update noar tt set b0='G87LXRXL' where id=2;
-update noar ti set b0='G87LXRXL' where id=2;
-update noar tt set v0='ZIUGLK2VB390NZ' where id=2;
-update noar ti set v0='ZIUGLK2VB390NZ' where id=2;
-update noar tt set b1='2Z8YQM' where id=2;
-update noar ti set b1='2Z8YQM' where id=2;
-update noar tt set v0='WD418INXDHJA' where id=2;
-update noar ti set v0='WD418INXDHJA' where id=2;
-update noar tt set b2='6OXKD5KV38KEBF0NZ1K' where id=2;
-update noar ti set b2='6OXKD5KV38KEBF0NZ1K' where id=2;
-update noar tt set v0='CYMIUCERBXVP4CJ' where id=3;
-update noar ti set v0='CYMIUCERBXVP4CJ' where id=3;
-update noar tt set b0='6147G0H77U' where id=3;
-update noar ti set b0='6147G0H77U' where id=3;
-update noar tt set v0='F06IDV8O2LBYHT5IR6HDMHIQZ6V7' where id=3;
-update noar ti set v0='F06IDV8O2LBYHT5IR6HDMHIQZ6V7' where id=3;
-update noar tt set b1='DUGSUM4M8U' where id=3;
-update noar ti set b1='DUGSUM4M8U' where id=3;
-update noar tt set v0='ROVO1UK' where id=3;
-update noar ti set v0='ROVO1UK' where id=3;
-update noar tt set b2='24CYUW51G0' where id=3;
-update noar ti set b2='24CYUW51G0' where id=3;
-update noar tt set v0='HCJU' where id=4;
-update noar ti set v0='HCJU' where id=4;
-update noar tt set b0='PQJBTRWYFKQPXIW0B8YFS1' where id=4;
-update noar ti set b0='PQJBTRWYFKQPXIW0B8YFS1' where id=4;
-update noar tt set v0='ZMAYPO6ER' where id=4;
-update noar ti set v0='ZMAYPO6ER' where id=4;
-update noar tt set b1='GXAWFK7GQNYAMDTGH97391ZUC6' where id=4;
-update noar ti set b1='GXAWFK7GQNYAMDTGH97391ZUC6' where id=4;
-update noar tt set v0='4GYMUYNFHJLUCIPYK5' where id=4;
-update noar ti set v0='4GYMUYNFHJLUCIPYK5' where id=4;
-update noar tt set b2='W6A1XHZA9DEQZIP442' where id=4;
-update noar ti set b2='W6A1XHZA9DEQZIP442' where id=4;
-update noar tt set v0='JL5DIB1ZG68IL' where id=5;
-update noar ti set v0='JL5DIB1ZG68IL' where id=5;
-update noar tt set b0='VURREKC3D03KRDADXTC715RXPNVM3' where id=5;
-update noar ti set b0='VURREKC3D03KRDADXTC715RXPNVM3' where id=5;
-update noar tt set v0='XP07RSPJ299IIU1Y6E8' where id=5;
-update noar ti set v0='XP07RSPJ299IIU1Y6E8' where id=5;
-update noar tt set b1='L9O3F8JS15FX6XG2WNKTX1SY1H6U' where id=5;
-update noar ti set b1='L9O3F8JS15FX6XG2WNKTX1SY1H6U' where id=5;
-update noar tt set v0='MM6B' where id=5;
-update noar ti set v0='MM6B' where id=5;
-update noar tt set b2='HVM6HVBVI0HX' where id=5;
-update noar ti set b2='HVM6HVBVI0HX' where id=5;
-update noar tt set v0='OS2PNDORQ8I86YN1KM4OC' where id=6;
-update noar ti set v0='OS2PNDORQ8I86YN1KM4OC' where id=6;
-update noar tt set b0='AV8VY2WLQU10M6NDTM59GRU8EHCLQR' where id=6;
-update noar ti set b0='AV8VY2WLQU10M6NDTM59GRU8EHCLQR' where id=6;
-update noar tt set v0='4JJNP148OUHMJ3EGIOHOA' where id=6;
-update noar ti set v0='4JJNP148OUHMJ3EGIOHOA' where id=6;
-update noar tt set b1='C' where id=6;
-update noar ti set b1='C' where id=6;
-update noar tt set v0='JSJTKGT3U9ZLMTH5AKR4U5SHMQ' where id=6;
-update noar ti set v0='JSJTKGT3U9ZLMTH5AKR4U5SHMQ' where id=6;
-update noar tt set b2='15A4BMDBV1X64' where id=6;
-update noar ti set b2='15A4BMDBV1X64' where id=6;
-update noar tt set v0='OVT5FZH3YI1FBYQVCXK1OR' where id=7;
-update noar ti set v0='OVT5FZH3YI1FBYQVCXK1OR' where id=7;
-update noar tt set b0='YRY5WJD9HEAC2Q0XL' where id=7;
-update noar ti set b0='YRY5WJD9HEAC2Q0XL' where id=7;
-update noar tt set v0='P5V009NA8OG6MYEZP8VKM2R8K15' where id=7;
-update noar ti set v0='P5V009NA8OG6MYEZP8VKM2R8K15' where id=7;
-update noar tt set b1='Z7PR7B2AE6' where id=7;
-update noar ti set b1='Z7PR7B2AE6' where id=7;
-update noar tt set v0='28SMM2OFCE83W9PZN' where id=7;
-update noar ti set v0='28SMM2OFCE83W9PZN' where id=7;
-update noar tt set b2='RMVZ2FZ5JB' where id=7;
-update noar ti set b2='RMVZ2FZ5JB' where id=7;
-update noar tt set v0='FP' where id=8;
-update noar ti set v0='FP' where id=8;
-update noar tt set b0='Q4NWQ' where id=8;
-update noar ti set b0='Q4NWQ' where id=8;
-update noar tt set v0='PC59FLLRHOH1XY9GL3F' where id=8;
-update noar ti set v0='PC59FLLRHOH1XY9GL3F' where id=8;
-update noar tt set b1='CB3E25TWUFO5LQBGR350ZK50VLCV' where id=8;
-update noar ti set b1='CB3E25TWUFO5LQBGR350ZK50VLCV' where id=8;
-update noar tt set v0='87W71S3TD2IB9NL0LIXJ5D2LWOA' where id=8;
-update noar ti set v0='87W71S3TD2IB9NL0LIXJ5D2LWOA' where id=8;
-update noar tt set b2='XW7M' where id=8;
-update noar ti set b2='XW7M' where id=8;
-update noar tt set v0='5RG9BBYLBV' where id=9;
-update noar ti set v0='5RG9BBYLBV' where id=9;
-update noar tt set b0='YH0MD718RL' where id=9;
-update noar ti set b0='YH0MD718RL' where id=9;
-update noar tt set v0='355O3IB' where id=9;
-update noar ti set v0='355O3IB' where id=9;
-update noar tt set b1='DMKSG9UV9E0BVPC74Y3W6' where id=9;
-update noar ti set b1='DMKSG9UV9E0BVPC74Y3W6' where id=9;
-update noar tt set v0='8IYOIY86E' where id=9;
-update noar ti set v0='8IYOIY86E' where id=9;
-update noar tt set b2='JWBWUD2UOVL665XG9O2' where id=9;
-update noar ti set b2='JWBWUD2UOVL665XG9O2' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) not null,
- b0 mediumblob not null,
- b1 blob not null,
- b2 longblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='53NJXRWODZ00H0P' where id=1;
-update noar ti set v0='53NJXRWODZ00H0P' where id=1;
-update noar tt set b0='Q' where id=1;
-update noar ti set b0='Q' where id=1;
-update noar tt set v0='LFXBBYJM' where id=1;
-update noar ti set v0='LFXBBYJM' where id=1;
-update noar tt set b1='FQDNKXWV87BCK792UTT2GVTMOOAX7' where id=1;
-update noar ti set b1='FQDNKXWV87BCK792UTT2GVTMOOAX7' where id=1;
-update noar tt set v0='SYL32JY5KP3J6G2Y' where id=1;
-update noar ti set v0='SYL32JY5KP3J6G2Y' where id=1;
-update noar tt set b2='U4YF' where id=1;
-update noar ti set b2='U4YF' where id=1;
-update noar tt set v0='VI0D2S5341KY2Q36JHTR' where id=2;
-update noar ti set v0='VI0D2S5341KY2Q36JHTR' where id=2;
-update noar tt set b0='4IOP2NA7T03LPQXEPCMIKZB1IRED0' where id=2;
-update noar ti set b0='4IOP2NA7T03LPQXEPCMIKZB1IRED0' where id=2;
-update noar tt set v0='NZWKB2VXFNU3AVA5QZSZQ3N' where id=2;
-update noar ti set v0='NZWKB2VXFNU3AVA5QZSZQ3N' where id=2;
-update noar tt set b1='A2L' where id=2;
-update noar ti set b1='A2L' where id=2;
-update noar tt set v0='SKYND9HJ6NK9YZ0T1' where id=2;
-update noar ti set v0='SKYND9HJ6NK9YZ0T1' where id=2;
-update noar tt set b2='WU1AXK74NQZLIU20RCTM3P8BKV' where id=2;
-update noar ti set b2='WU1AXK74NQZLIU20RCTM3P8BKV' where id=2;
-update noar tt set v0='DKN88' where id=3;
-update noar ti set v0='DKN88' where id=3;
-update noar tt set b0='ZC525KRA6SE7G3US5MUQLGE86G87D' where id=3;
-update noar ti set b0='ZC525KRA6SE7G3US5MUQLGE86G87D' where id=3;
-update noar tt set v0='CZWWUFQGS93NNS4' where id=3;
-update noar ti set v0='CZWWUFQGS93NNS4' where id=3;
-update noar tt set b1='35K55I1M7DTG4VEOR2B9PNS24OILM' where id=3;
-update noar ti set b1='35K55I1M7DTG4VEOR2B9PNS24OILM' where id=3;
-update noar tt set v0='EDDIP9IYAFXMUXWNY' where id=3;
-update noar ti set v0='EDDIP9IYAFXMUXWNY' where id=3;
-update noar tt set b2='513UJZQEGYUJN' where id=3;
-update noar ti set b2='513UJZQEGYUJN' where id=3;
-update noar tt set v0='2EM25ILRC41Q' where id=4;
-update noar ti set v0='2EM25ILRC41Q' where id=4;
-update noar tt set b0='YB8862QIDIQLX' where id=4;
-update noar ti set b0='YB8862QIDIQLX' where id=4;
-update noar tt set v0='A64ZQAV6H1XFFHI7WKN5PDR71X79' where id=4;
-update noar ti set v0='A64ZQAV6H1XFFHI7WKN5PDR71X79' where id=4;
-update noar tt set b1='E602RTBF4YLY' where id=4;
-update noar ti set b1='E602RTBF4YLY' where id=4;
-update noar tt set v0='GK55ETJQT954' where id=4;
-update noar ti set v0='GK55ETJQT954' where id=4;
-update noar tt set b2='K' where id=4;
-update noar ti set b2='K' where id=4;
-update noar tt set v0='IFR65JDTP9AUL7XP57X01' where id=5;
-update noar ti set v0='IFR65JDTP9AUL7XP57X01' where id=5;
-update noar tt set b0='XRPGQ5IPQIPJDR3FF5' where id=5;
-update noar ti set b0='XRPGQ5IPQIPJDR3FF5' where id=5;
-update noar tt set v0='90ABFY4EH0BMNQX079B' where id=5;
-update noar ti set v0='90ABFY4EH0BMNQX079B' where id=5;
-update noar tt set b1='IPBPSCH359J72HHM8R' where id=5;
-update noar ti set b1='IPBPSCH359J72HHM8R' where id=5;
-update noar tt set v0='WDOIIDSM8UDFSTXQMO' where id=5;
-update noar ti set v0='WDOIIDSM8UDFSTXQMO' where id=5;
-update noar tt set b2='C1SYUE0DSMSS72MPJMRE' where id=5;
-update noar ti set b2='C1SYUE0DSMSS72MPJMRE' where id=5;
-update noar tt set v0='D71MRM1Q7WS4DAW6EBI1KK8JT7AYMW' where id=6;
-update noar ti set v0='D71MRM1Q7WS4DAW6EBI1KK8JT7AYMW' where id=6;
-update noar tt set b0='QGDBNCWW054I5X0A' where id=6;
-update noar ti set b0='QGDBNCWW054I5X0A' where id=6;
-update noar tt set v0='2KNG' where id=6;
-update noar ti set v0='2KNG' where id=6;
-update noar tt set b1='M6PWKQAOIK4GQVFM' where id=6;
-update noar ti set b1='M6PWKQAOIK4GQVFM' where id=6;
-update noar tt set v0='V0FEYSZTJ3QSGST7M9WX57ERK' where id=6;
-update noar ti set v0='V0FEYSZTJ3QSGST7M9WX57ERK' where id=6;
-update noar tt set b2='QVQLMJ7T0RW2O1D7UCO6C6CO9' where id=6;
-update noar ti set b2='QVQLMJ7T0RW2O1D7UCO6C6CO9' where id=6;
-update noar tt set v0='S9UBSPA2LOX' where id=7;
-update noar ti set v0='S9UBSPA2LOX' where id=7;
-update noar tt set b0='SED4OQN4PKDSPWBIU1QY53K7P' where id=7;
-update noar ti set b0='SED4OQN4PKDSPWBIU1QY53K7P' where id=7;
-update noar tt set v0='F' where id=7;
-update noar ti set v0='F' where id=7;
-update noar tt set b1='JJ1EYCB81DGM1DTFE' where id=7;
-update noar ti set b1='JJ1EYCB81DGM1DTFE' where id=7;
-update noar tt set v0='SEKYO08VM4KQEZINA8QMQGFY6EE3M' where id=7;
-update noar ti set v0='SEKYO08VM4KQEZINA8QMQGFY6EE3M' where id=7;
-update noar tt set b2='OYHQPDC7UL5DZSWK3C6228TPQIFB4' where id=7;
-update noar ti set b2='OYHQPDC7UL5DZSWK3C6228TPQIFB4' where id=7;
-update noar tt set v0='QKQW9I6L7C' where id=8;
-update noar ti set v0='QKQW9I6L7C' where id=8;
-update noar tt set b0='EPFNTG7M3AR29CT' where id=8;
-update noar ti set b0='EPFNTG7M3AR29CT' where id=8;
-update noar tt set v0='AXUCJGLQI20UKEWGS98Y7SJWX' where id=8;
-update noar ti set v0='AXUCJGLQI20UKEWGS98Y7SJWX' where id=8;
-update noar tt set b1='IN12HEJL5VRZV8HMS2E3JR475Y2' where id=8;
-update noar ti set b1='IN12HEJL5VRZV8HMS2E3JR475Y2' where id=8;
-update noar tt set v0='XFJMZSZMQJF' where id=8;
-update noar ti set v0='XFJMZSZMQJF' where id=8;
-update noar tt set b2='TN439ONA2C577G9RLWS5FKWII1JA5' where id=8;
-update noar ti set b2='TN439ONA2C577G9RLWS5FKWII1JA5' where id=8;
-update noar tt set v0='W5UYO' where id=9;
-update noar ti set v0='W5UYO' where id=9;
-update noar tt set b0='1VXO4SO1VJBFUYPQJ0Z' where id=9;
-update noar ti set b0='1VXO4SO1VJBFUYPQJ0Z' where id=9;
-update noar tt set v0='F8EYU5O7VUBNPA3ZSE40LMPUG5M46' where id=9;
-update noar ti set v0='F8EYU5O7VUBNPA3ZSE40LMPUG5M46' where id=9;
-update noar tt set b1='VSCC1APBTFJHNXAD96UVQOQM8G58YUW' where id=9;
-update noar ti set b1='VSCC1APBTFJHNXAD96UVQOQM8G58YUW' where id=9;
-update noar tt set v0='OLPM6C' where id=9;
-update noar ti set v0='OLPM6C' where id=9;
-update noar tt set b2='61ERRVAM' where id=9;
-update noar ti set b2='61ERRVAM' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) not null,
- b0 mediumblob not null,
- b1 blob not null,
- b2 longblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='NSHLIY1U423Y2HQSJDRE6PZI7B1' where id=1;
-update noar ti set v0='NSHLIY1U423Y2HQSJDRE6PZI7B1' where id=1;
-update noar tt set b0='VABL6HL9UUB5' where id=1;
-update noar ti set b0='VABL6HL9UUB5' where id=1;
-update noar tt set v0='0QSQTRBA6WIK5RX8TTESB1' where id=1;
-update noar ti set v0='0QSQTRBA6WIK5RX8TTESB1' where id=1;
-update noar tt set b1='LALW8OY22L' where id=1;
-update noar ti set b1='LALW8OY22L' where id=1;
-update noar tt set v0='ZI0BXLLJL3' where id=1;
-update noar ti set v0='ZI0BXLLJL3' where id=1;
-update noar tt set b2='S9HHJYL3OPWFBC0HRPEL0G7RFB8' where id=1;
-update noar ti set b2='S9HHJYL3OPWFBC0HRPEL0G7RFB8' where id=1;
-update noar tt set v0='YOJJRWZHJYRMZ' where id=2;
-update noar ti set v0='YOJJRWZHJYRMZ' where id=2;
-update noar tt set b0='GX8QW9X' where id=2;
-update noar ti set b0='GX8QW9X' where id=2;
-update noar tt set v0='ZTZ9YYL061BQFTMS0ZAJJT' where id=2;
-update noar ti set v0='ZTZ9YYL061BQFTMS0ZAJJT' where id=2;
-update noar tt set b1='MLJNCCSF7V9XDYDT69X7SIYSO' where id=2;
-update noar ti set b1='MLJNCCSF7V9XDYDT69X7SIYSO' where id=2;
-update noar tt set v0='7BDEXA74YEBZVAQP70' where id=2;
-update noar ti set v0='7BDEXA74YEBZVAQP70' where id=2;
-update noar tt set b2='YOZ1ZFC7O' where id=2;
-update noar ti set b2='YOZ1ZFC7O' where id=2;
-update noar tt set v0='LK4B9LW' where id=3;
-update noar ti set v0='LK4B9LW' where id=3;
-update noar tt set b0='GJNADVGYW17TZ8PRKPGC2Y2VXTYU5SFO' where id=3;
-update noar ti set b0='GJNADVGYW17TZ8PRKPGC2Y2VXTYU5SFO' where id=3;
-update noar tt set v0='C09MSQYBKFTTT14' where id=3;
-update noar ti set v0='C09MSQYBKFTTT14' where id=3;
-update noar tt set b1='C5P6PHI3DS1RN9Z6GKBVFIVRRLXAPN10' where id=3;
-update noar ti set b1='C5P6PHI3DS1RN9Z6GKBVFIVRRLXAPN10' where id=3;
-update noar tt set v0='NQFX9CKKWL2BLIN7' where id=3;
-update noar ti set v0='NQFX9CKKWL2BLIN7' where id=3;
-update noar tt set b2='ZITORHH66JSN1HLMKZFSRIZZ' where id=3;
-update noar ti set b2='ZITORHH66JSN1HLMKZFSRIZZ' where id=3;
-update noar tt set v0='DOUN60SVXDJ9ALD6B95NOTKUSE7VJTAO' where id=4;
-update noar ti set v0='DOUN60SVXDJ9ALD6B95NOTKUSE7VJTAO' where id=4;
-update noar tt set b0='B1Y2JFRQ38GDAFOTT592KQKC3MVT' where id=4;
-update noar ti set b0='B1Y2JFRQ38GDAFOTT592KQKC3MVT' where id=4;
-update noar tt set v0='DIBG0XDOUXE9KA2OLXVWWYZNCTRX1' where id=4;
-update noar ti set v0='DIBG0XDOUXE9KA2OLXVWWYZNCTRX1' where id=4;
-update noar tt set b1='RAKX3HNE42MT0LEU5VN84KK7' where id=4;
-update noar ti set b1='RAKX3HNE42MT0LEU5VN84KK7' where id=4;
-update noar tt set v0='J8F1SQAE8YIKZ8GAKMKYMRQWFLE' where id=4;
-update noar ti set v0='J8F1SQAE8YIKZ8GAKMKYMRQWFLE' where id=4;
-update noar tt set b2='3FSV8Z4ZEAG8FWWSD' where id=4;
-update noar ti set b2='3FSV8Z4ZEAG8FWWSD' where id=4;
-update noar tt set v0='PS5G9KCN9Z7D6MZGY' where id=5;
-update noar ti set v0='PS5G9KCN9Z7D6MZGY' where id=5;
-update noar tt set b0='25VFXPCQKWZE6I1JK' where id=5;
-update noar ti set b0='25VFXPCQKWZE6I1JK' where id=5;
-update noar tt set v0='WWTKFAP11TY47JAD' where id=5;
-update noar ti set v0='WWTKFAP11TY47JAD' where id=5;
-update noar tt set b1='NSC9NG5E4U87' where id=5;
-update noar ti set b1='NSC9NG5E4U87' where id=5;
-update noar tt set v0='Q6EA8DQR04ZHO6JUMK9R5CSO' where id=5;
-update noar ti set v0='Q6EA8DQR04ZHO6JUMK9R5CSO' where id=5;
-update noar tt set b2='OBRWATVWS4X7EEZLW0ZUS5YMF' where id=5;
-update noar ti set b2='OBRWATVWS4X7EEZLW0ZUS5YMF' where id=5;
-update noar tt set v0='Y' where id=6;
-update noar ti set v0='Y' where id=6;
-update noar tt set b0='GTM9MDR94T39' where id=6;
-update noar ti set b0='GTM9MDR94T39' where id=6;
-update noar tt set v0='MSFRV01L9P' where id=6;
-update noar ti set v0='MSFRV01L9P' where id=6;
-update noar tt set b1='ED2IAIAQ3M8QNB7E3CP' where id=6;
-update noar ti set b1='ED2IAIAQ3M8QNB7E3CP' where id=6;
-update noar tt set v0='X9TU3OOOGO7GSXKPMJ5O' where id=6;
-update noar ti set v0='X9TU3OOOGO7GSXKPMJ5O' where id=6;
-update noar tt set b2='M4LLW5HUSMA60L1O218Z7KWXT3F8L' where id=6;
-update noar ti set b2='M4LLW5HUSMA60L1O218Z7KWXT3F8L' where id=6;
-update noar tt set v0='RJB' where id=7;
-update noar ti set v0='RJB' where id=7;
-update noar tt set b0='153SQWKJCOZKQANGE' where id=7;
-update noar ti set b0='153SQWKJCOZKQANGE' where id=7;
-update noar tt set v0='2FQFTXN9CR82P1' where id=7;
-update noar ti set v0='2FQFTXN9CR82P1' where id=7;
-update noar tt set b1='MFY' where id=7;
-update noar ti set b1='MFY' where id=7;
-update noar tt set v0='SKWK78N0JRVQFQSNK1MOWAEBR' where id=7;
-update noar ti set v0='SKWK78N0JRVQFQSNK1MOWAEBR' where id=7;
-update noar tt set b2='2P1IBF7T27LVEVMZHRFSYUM11' where id=7;
-update noar ti set b2='2P1IBF7T27LVEVMZHRFSYUM11' where id=7;
-update noar tt set v0='4QX' where id=8;
-update noar ti set v0='4QX' where id=8;
-update noar tt set b0='NGHBI3GWHK86Z2U4GAMDI3YHE' where id=8;
-update noar ti set b0='NGHBI3GWHK86Z2U4GAMDI3YHE' where id=8;
-update noar tt set v0='4441XKWYCAOD4YOEOR831WIYMH9MTT' where id=8;
-update noar ti set v0='4441XKWYCAOD4YOEOR831WIYMH9MTT' where id=8;
-update noar tt set b1='A2ORVUD' where id=8;
-update noar ti set b1='A2ORVUD' where id=8;
-update noar tt set v0='E092CX2NKC256BPH1RNHJAGOW391BMY1' where id=8;
-update noar ti set v0='E092CX2NKC256BPH1RNHJAGOW391BMY1' where id=8;
-update noar tt set b2='K3BJR3PDKTNH52PPJJIUD9JLRXNMY2K9' where id=8;
-update noar ti set b2='K3BJR3PDKTNH52PPJJIUD9JLRXNMY2K9' where id=8;
-update noar tt set v0='VW7MM6XU4ZF0LSL6531WTJ5A' where id=9;
-update noar ti set v0='VW7MM6XU4ZF0LSL6531WTJ5A' where id=9;
-update noar tt set b0='Q30O1UHU' where id=9;
-update noar ti set b0='Q30O1UHU' where id=9;
-update noar tt set v0='DD9MBAFXKXMORAPO03FEEBFIS0OLPSJ' where id=9;
-update noar ti set v0='DD9MBAFXKXMORAPO03FEEBFIS0OLPSJ' where id=9;
-update noar tt set b1='UDNI50X1714QESXPJAEG6KFWN3T' where id=9;
-update noar ti set b1='UDNI50X1714QESXPJAEG6KFWN3T' where id=9;
-update noar tt set v0='0' where id=9;
-update noar ti set v0='0' where id=9;
-update noar tt set b2='O6H29BGGYZ1M5KLR2DR35' where id=9;
-update noar ti set b2='O6H29BGGYZ1M5KLR2DR35' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) null,
- b0 mediumblob null,
- b1 mediumblob null,
- b2 tinyblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='02WIPE8AS' where id=1;
-update noar ti set v0='02WIPE8AS' where id=1;
-update noar tt set b0='Q' where id=1;
-update noar ti set b0='Q' where id=1;
-update noar tt set v0='U6A4NPVVNTG81KRLEV0BBFNNVTFUBO' where id=1;
-update noar ti set v0='U6A4NPVVNTG81KRLEV0BBFNNVTFUBO' where id=1;
-update noar tt set b1='WDB8' where id=1;
-update noar ti set b1='WDB8' where id=1;
-update noar tt set v0='5LBGKCZX9UJRDB' where id=1;
-update noar ti set v0='5LBGKCZX9UJRDB' where id=1;
-update noar tt set b2='NN6A1IZSA6MNPR35CFL8UPQ' where id=1;
-update noar ti set b2='NN6A1IZSA6MNPR35CFL8UPQ' where id=1;
-update noar tt set v0='K8G55IME4GZ4' where id=2;
-update noar ti set v0='K8G55IME4GZ4' where id=2;
-update noar tt set b0='GAIYM36GR0TWRALL61E' where id=2;
-update noar ti set b0='GAIYM36GR0TWRALL61E' where id=2;
-update noar tt set v0='NCY1UXKF2ZWP9PGFS3PBMPOP90' where id=2;
-update noar ti set v0='NCY1UXKF2ZWP9PGFS3PBMPOP90' where id=2;
-update noar tt set b1='2TG' where id=2;
-update noar ti set b1='2TG' where id=2;
-update noar tt set v0='2AFJFY8285A' where id=2;
-update noar ti set v0='2AFJFY8285A' where id=2;
-update noar tt set b2='W49R8E96BAX' where id=2;
-update noar ti set b2='W49R8E96BAX' where id=2;
-update noar tt set v0='VQU48DKJGWZSG27HH51' where id=3;
-update noar ti set v0='VQU48DKJGWZSG27HH51' where id=3;
-update noar tt set b0='WVJIRIOSB1MC1' where id=3;
-update noar ti set b0='WVJIRIOSB1MC1' where id=3;
-update noar tt set v0='46YG' where id=3;
-update noar ti set v0='46YG' where id=3;
-update noar tt set b1='W80I94C6C1570ALIW2R0AXSRMCGEAOC' where id=3;
-update noar ti set b1='W80I94C6C1570ALIW2R0AXSRMCGEAOC' where id=3;
-update noar tt set v0='58TSIDW74PPMGI5K9FTV8' where id=3;
-update noar ti set v0='58TSIDW74PPMGI5K9FTV8' where id=3;
-update noar tt set b2='8T45DBQ3HF4OLW6ULR9GXTB' where id=3;
-update noar ti set b2='8T45DBQ3HF4OLW6ULR9GXTB' where id=3;
-update noar tt set v0='XXCQ9' where id=4;
-update noar ti set v0='XXCQ9' where id=4;
-update noar tt set b0='FJG3W74BGRD962QMEY' where id=4;
-update noar ti set b0='FJG3W74BGRD962QMEY' where id=4;
-update noar tt set v0='6SO83PIRN05YQ9GP6Z7I' where id=4;
-update noar ti set v0='6SO83PIRN05YQ9GP6Z7I' where id=4;
-update noar tt set b1='UCXDQ4CURUTIA3I11' where id=4;
-update noar ti set b1='UCXDQ4CURUTIA3I11' where id=4;
-update noar tt set v0='08NZ521CJI7AOU1129JIE8T2A' where id=4;
-update noar ti set v0='08NZ521CJI7AOU1129JIE8T2A' where id=4;
-update noar tt set b2='GVVOERSLMYRKZXAULJPY' where id=4;
-update noar ti set b2='GVVOERSLMYRKZXAULJPY' where id=4;
-update noar tt set v0='LU40357O1R7K9R47J12MLTGW' where id=5;
-update noar ti set v0='LU40357O1R7K9R47J12MLTGW' where id=5;
-update noar tt set b0='3YNMDV' where id=5;
-update noar ti set b0='3YNMDV' where id=5;
-update noar tt set v0='WOJ9HOG8M6K0' where id=5;
-update noar ti set v0='WOJ9HOG8M6K0' where id=5;
-update noar tt set b1='79VJWEYV0FIIQ3DC13ACNRX' where id=5;
-update noar ti set b1='79VJWEYV0FIIQ3DC13ACNRX' where id=5;
-update noar tt set v0='XONPQPN7JE0CHPE9J' where id=5;
-update noar ti set v0='XONPQPN7JE0CHPE9J' where id=5;
-update noar tt set b2='CSDKN30HKF0C3QL6LBOR' where id=5;
-update noar ti set b2='CSDKN30HKF0C3QL6LBOR' where id=5;
-update noar tt set v0='69OA8LI92713GE4KP0E0' where id=6;
-update noar ti set v0='69OA8LI92713GE4KP0E0' where id=6;
-update noar tt set b0='7QEMQ4CH3IITCJWB7QX0IYRK1AY' where id=6;
-update noar ti set b0='7QEMQ4CH3IITCJWB7QX0IYRK1AY' where id=6;
-update noar tt set v0='GV1Z7LE3F8OUAOZA1H0UN' where id=6;
-update noar ti set v0='GV1Z7LE3F8OUAOZA1H0UN' where id=6;
-update noar tt set b1='J7PY49GXXTCRO17GJ7N9X5M91' where id=6;
-update noar ti set b1='J7PY49GXXTCRO17GJ7N9X5M91' where id=6;
-update noar tt set v0='VUVDAUEP6EO8251NTG' where id=6;
-update noar ti set v0='VUVDAUEP6EO8251NTG' where id=6;
-update noar tt set b2='NBQ2PI7R2AWFHGSZ' where id=6;
-update noar ti set b2='NBQ2PI7R2AWFHGSZ' where id=6;
-update noar tt set v0='WFYEB3Y8' where id=7;
-update noar ti set v0='WFYEB3Y8' where id=7;
-update noar tt set b0='VCB' where id=7;
-update noar ti set b0='VCB' where id=7;
-update noar tt set v0='UPNTU26I12D9R66ZIIXJOHQKB9SL4JH' where id=7;
-update noar ti set v0='UPNTU26I12D9R66ZIIXJOHQKB9SL4JH' where id=7;
-update noar tt set b1='878YJCZ3ULDFFMEZ2KGUL' where id=7;
-update noar ti set b1='878YJCZ3ULDFFMEZ2KGUL' where id=7;
-update noar tt set v0='09VUJW2G' where id=7;
-update noar ti set v0='09VUJW2G' where id=7;
-update noar tt set b2='MR9N8Z830NEMC6UPYLHQFJV' where id=7;
-update noar ti set b2='MR9N8Z830NEMC6UPYLHQFJV' where id=7;
-update noar tt set v0='YODS7Z6BS' where id=8;
-update noar ti set v0='YODS7Z6BS' where id=8;
-update noar tt set b0='L1PW5ZU' where id=8;
-update noar ti set b0='L1PW5ZU' where id=8;
-update noar tt set v0='MRWX4U' where id=8;
-update noar ti set v0='MRWX4U' where id=8;
-update noar tt set b1='PDDX89RIJL8LOLW7C3KXZ19' where id=8;
-update noar ti set b1='PDDX89RIJL8LOLW7C3KXZ19' where id=8;
-update noar tt set v0='LEUL3VHWJNBW5L5PG' where id=8;
-update noar ti set v0='LEUL3VHWJNBW5L5PG' where id=8;
-update noar tt set b2='GPOZMI0B3MB8KNGW293GG59ZO0' where id=8;
-update noar ti set b2='GPOZMI0B3MB8KNGW293GG59ZO0' where id=8;
-update noar tt set v0='6F6FAICK47' where id=9;
-update noar ti set v0='6F6FAICK47' where id=9;
-update noar tt set b0='BER1' where id=9;
-update noar ti set b0='BER1' where id=9;
-update noar tt set v0='GFJTRNY0ZP9XJ' where id=9;
-update noar ti set v0='GFJTRNY0ZP9XJ' where id=9;
-update noar tt set b1='68H6GUGSBV824J6IHHEV' where id=9;
-update noar ti set b1='68H6GUGSBV824J6IHHEV' where id=9;
-update noar tt set v0='8HWA5FP01CKG725UD6ZQ' where id=9;
-update noar ti set v0='8HWA5FP01CKG725UD6ZQ' where id=9;
-update noar tt set b2='71RT' where id=9;
-update noar ti set b2='71RT' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) null,
- b0 mediumblob null,
- b1 mediumblob null,
- b2 tinyblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='YUDNVRAONWSHFR' where id=1;
-update noar ti set v0='YUDNVRAONWSHFR' where id=1;
-update noar tt set b0='O' where id=1;
-update noar ti set b0='O' where id=1;
-update noar tt set v0='9CXVFBIAO3YSGYSO3W1LQV0PTM49IX6P' where id=1;
-update noar ti set v0='9CXVFBIAO3YSGYSO3W1LQV0PTM49IX6P' where id=1;
-update noar tt set b1='JHZX300HA1OBOUM72HG8ASQP8BEW9W' where id=1;
-update noar ti set b1='JHZX300HA1OBOUM72HG8ASQP8BEW9W' where id=1;
-update noar tt set v0='2A3GY' where id=1;
-update noar ti set v0='2A3GY' where id=1;
-update noar tt set b2='ZJPEUDXJC351YY6' where id=1;
-update noar ti set b2='ZJPEUDXJC351YY6' where id=1;
-update noar tt set v0='OBBRACP4Z7VDWO3TS' where id=2;
-update noar ti set v0='OBBRACP4Z7VDWO3TS' where id=2;
-update noar tt set b0='VC0M3PQLFYC3' where id=2;
-update noar ti set b0='VC0M3PQLFYC3' where id=2;
-update noar tt set v0='MB639G5' where id=2;
-update noar ti set v0='MB639G5' where id=2;
-update noar tt set b1='MS1OFAOGAUET3' where id=2;
-update noar ti set b1='MS1OFAOGAUET3' where id=2;
-update noar tt set v0='23END4W0YLIHP8H36ZUDB9UB7GCHPEOO' where id=2;
-update noar ti set v0='23END4W0YLIHP8H36ZUDB9UB7GCHPEOO' where id=2;
-update noar tt set b2='ZOUDZQTLVMOAECTAA79Z2L9WH02C' where id=2;
-update noar ti set b2='ZOUDZQTLVMOAECTAA79Z2L9WH02C' where id=2;
-update noar tt set v0='FCGQBJ4KXVSMWD' where id=3;
-update noar ti set v0='FCGQBJ4KXVSMWD' where id=3;
-update noar tt set b0='J1LP3V6AXUMKDKS8AMAW20SQ' where id=3;
-update noar ti set b0='J1LP3V6AXUMKDKS8AMAW20SQ' where id=3;
-update noar tt set v0='L7ODF5P2' where id=3;
-update noar ti set v0='L7ODF5P2' where id=3;
-update noar tt set b1='SOEJ9FO5M4NI9' where id=3;
-update noar ti set b1='SOEJ9FO5M4NI9' where id=3;
-update noar tt set v0='1601THUIO' where id=3;
-update noar ti set v0='1601THUIO' where id=3;
-update noar tt set b2='KHDX60P5' where id=3;
-update noar ti set b2='KHDX60P5' where id=3;
-update noar tt set v0='MJOKUBL1EJX3SO7' where id=4;
-update noar ti set v0='MJOKUBL1EJX3SO7' where id=4;
-update noar tt set b0='6KW7BFMJC9BNU1BP2FE0MKM64CK5' where id=4;
-update noar ti set b0='6KW7BFMJC9BNU1BP2FE0MKM64CK5' where id=4;
-update noar tt set v0='3JDS23' where id=4;
-update noar ti set v0='3JDS23' where id=4;
-update noar tt set b1='8ZNI6NJ0' where id=4;
-update noar ti set b1='8ZNI6NJ0' where id=4;
-update noar tt set v0='0KF2SRKTMT1DO4G17' where id=4;
-update noar ti set v0='0KF2SRKTMT1DO4G17' where id=4;
-update noar tt set b2='PYN1C1T2CXZ759' where id=4;
-update noar ti set b2='PYN1C1T2CXZ759' where id=4;
-update noar tt set v0='RNW17GMR08EN4X1REN7YBPOPW3' where id=5;
-update noar ti set v0='RNW17GMR08EN4X1REN7YBPOPW3' where id=5;
-update noar tt set b0='NRHC1QLAMZV3UGNUIUPR7PIG837QLP' where id=5;
-update noar ti set b0='NRHC1QLAMZV3UGNUIUPR7PIG837QLP' where id=5;
-update noar tt set v0='G6LBL6UFZE' where id=5;
-update noar ti set v0='G6LBL6UFZE' where id=5;
-update noar tt set b1='813B0G' where id=5;
-update noar ti set b1='813B0G' where id=5;
-update noar tt set v0='3K8F7DW5AOXT0O4MKAUKKVKZ9T' where id=5;
-update noar ti set v0='3K8F7DW5AOXT0O4MKAUKKVKZ9T' where id=5;
-update noar tt set b2='81' where id=5;
-update noar ti set b2='81' where id=5;
-update noar tt set v0='USVOJFIS3ABD' where id=6;
-update noar ti set v0='USVOJFIS3ABD' where id=6;
-update noar tt set b0='22DK7EG96R2EQF01ZM6IB98' where id=6;
-update noar ti set b0='22DK7EG96R2EQF01ZM6IB98' where id=6;
-update noar tt set v0='UROH5QS678HX3BRTEYWSE6' where id=6;
-update noar ti set v0='UROH5QS678HX3BRTEYWSE6' where id=6;
-update noar tt set b1='IIP3COV6HMZZ9GF26JU4UDMOI' where id=6;
-update noar ti set b1='IIP3COV6HMZZ9GF26JU4UDMOI' where id=6;
-update noar tt set v0='J66LWVNTEIC750RO8AZAXP89Q3JWVIE' where id=6;
-update noar ti set v0='J66LWVNTEIC750RO8AZAXP89Q3JWVIE' where id=6;
-update noar tt set b2='GGRBQRQUFV07G' where id=6;
-update noar ti set b2='GGRBQRQUFV07G' where id=6;
-update noar tt set v0='ZXGEJ2OE4ROBE' where id=7;
-update noar ti set v0='ZXGEJ2OE4ROBE' where id=7;
-update noar tt set b0='ZNWD2HTGCLW393WWSN' where id=7;
-update noar ti set b0='ZNWD2HTGCLW393WWSN' where id=7;
-update noar tt set v0='ADX3OW' where id=7;
-update noar ti set v0='ADX3OW' where id=7;
-update noar tt set b1='9UZ0OWKZY1HRZ9DUU0V30MY5R7YFP' where id=7;
-update noar ti set b1='9UZ0OWKZY1HRZ9DUU0V30MY5R7YFP' where id=7;
-update noar tt set v0='SD8' where id=7;
-update noar ti set v0='SD8' where id=7;
-update noar tt set b2='WPXYYL947OYQ9ECXEU76UVV' where id=7;
-update noar ti set b2='WPXYYL947OYQ9ECXEU76UVV' where id=7;
-update noar tt set v0='41AA1926WNX7PS9T668BYXB4RTWAOY' where id=8;
-update noar ti set v0='41AA1926WNX7PS9T668BYXB4RTWAOY' where id=8;
-update noar tt set b0='QYTHGM9XT7VN2XJFLTR' where id=8;
-update noar ti set b0='QYTHGM9XT7VN2XJFLTR' where id=8;
-update noar tt set v0='3TVE9EQSR3L1FD0N46I' where id=8;
-update noar ti set v0='3TVE9EQSR3L1FD0N46I' where id=8;
-update noar tt set b1='FZJFUQJP0RSRBLAA1WQ55CTL2A6A' where id=8;
-update noar ti set b1='FZJFUQJP0RSRBLAA1WQ55CTL2A6A' where id=8;
-update noar tt set v0='H9A1N6ONMP' where id=8;
-update noar ti set v0='H9A1N6ONMP' where id=8;
-update noar tt set b2='IQORF2ZI4KVSYKU8GS4BZ5J3JNWMIJHD' where id=8;
-update noar ti set b2='IQORF2ZI4KVSYKU8GS4BZ5J3JNWMIJHD' where id=8;
-update noar tt set v0='NC47DFISGAGN3F09' where id=9;
-update noar ti set v0='NC47DFISGAGN3F09' where id=9;
-update noar tt set b0='Y0TKV' where id=9;
-update noar ti set b0='Y0TKV' where id=9;
-update noar tt set v0='NUK4BLOS' where id=9;
-update noar ti set v0='NUK4BLOS' where id=9;
-update noar tt set b1='3O44Q' where id=9;
-update noar ti set b1='3O44Q' where id=9;
-update noar tt set v0='RB99V3VE9AE5VDA84JYCVHTJCT' where id=9;
-update noar ti set v0='RB99V3VE9AE5VDA84JYCVHTJCT' where id=9;
-update noar tt set b2='4Q8EYB5L3OY3D8KE14MN' where id=9;
-update noar ti set b2='4Q8EYB5L3OY3D8KE14MN' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) not null,
- b0 mediumblob not null,
- b1 mediumblob not null,
- b2 tinyblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='N' where id=1;
-update noar ti set v0='N' where id=1;
-update noar tt set b0='YDMB752UI8RHOEANYSMUB0F1AFMCI' where id=1;
-update noar ti set b0='YDMB752UI8RHOEANYSMUB0F1AFMCI' where id=1;
-update noar tt set v0='JKU8VXN7D' where id=1;
-update noar ti set v0='JKU8VXN7D' where id=1;
-update noar tt set b1='YDFNDR9TG6GC0HA' where id=1;
-update noar ti set b1='YDFNDR9TG6GC0HA' where id=1;
-update noar tt set v0='5DSPGEIHHVKWT9Z' where id=1;
-update noar ti set v0='5DSPGEIHHVKWT9Z' where id=1;
-update noar tt set b2='NCT5R56' where id=1;
-update noar ti set b2='NCT5R56' where id=1;
-update noar tt set v0='DP4SOY7HBT88OHAZU6SGHJ1D0' where id=2;
-update noar ti set v0='DP4SOY7HBT88OHAZU6SGHJ1D0' where id=2;
-update noar tt set b0='H0VSX1ZTU16D2D81CNNVVKJ' where id=2;
-update noar ti set b0='H0VSX1ZTU16D2D81CNNVVKJ' where id=2;
-update noar tt set v0='P' where id=2;
-update noar ti set v0='P' where id=2;
-update noar tt set b1='5URUZW0' where id=2;
-update noar ti set b1='5URUZW0' where id=2;
-update noar tt set v0='6OYJPP6HKE4O2U6LO62KHS6HO' where id=2;
-update noar ti set v0='6OYJPP6HKE4O2U6LO62KHS6HO' where id=2;
-update noar tt set b2='5WHQAX33V0XJU' where id=2;
-update noar ti set b2='5WHQAX33V0XJU' where id=2;
-update noar tt set v0='78FSJUXZLFOOZH3U7UXO' where id=3;
-update noar ti set v0='78FSJUXZLFOOZH3U7UXO' where id=3;
-update noar tt set b0='3YSXHIU' where id=3;
-update noar ti set b0='3YSXHIU' where id=3;
-update noar tt set v0='9SK22IKZDCRXO5SHXL3A5SYP' where id=3;
-update noar ti set v0='9SK22IKZDCRXO5SHXL3A5SYP' where id=3;
-update noar tt set b1='3WZFQUYWW' where id=3;
-update noar ti set b1='3WZFQUYWW' where id=3;
-update noar tt set v0='UPMUMHMUXJAVWFM5M72HM' where id=3;
-update noar ti set v0='UPMUMHMUXJAVWFM5M72HM' where id=3;
-update noar tt set b2='7QS6KNMN0DZUM39Q8FLBZ2K9POZBPU3X' where id=3;
-update noar ti set b2='7QS6KNMN0DZUM39Q8FLBZ2K9POZBPU3X' where id=3;
-update noar tt set v0='3GYYCXAFWDCZ6ISS5BMA25MJFAQTZ1GZ' where id=4;
-update noar ti set v0='3GYYCXAFWDCZ6ISS5BMA25MJFAQTZ1GZ' where id=4;
-update noar tt set b0='V3UX3HL8Y' where id=4;
-update noar ti set b0='V3UX3HL8Y' where id=4;
-update noar tt set v0='F9XY00HELK7I5ZM44BG6B850BF2' where id=4;
-update noar ti set v0='F9XY00HELK7I5ZM44BG6B850BF2' where id=4;
-update noar tt set b1='MKZ533PZXGNTTJVHDNAISKQOMMV' where id=4;
-update noar ti set b1='MKZ533PZXGNTTJVHDNAISKQOMMV' where id=4;
-update noar tt set v0='4PC5M167NADGXQZDDV' where id=4;
-update noar ti set v0='4PC5M167NADGXQZDDV' where id=4;
-update noar tt set b2='9SD5GKYRBW1' where id=4;
-update noar ti set b2='9SD5GKYRBW1' where id=4;
-update noar tt set v0='TN47W0I8Y54JRLHJAOZH2FUCRH39R2H3' where id=5;
-update noar ti set v0='TN47W0I8Y54JRLHJAOZH2FUCRH39R2H3' where id=5;
-update noar tt set b0='3W5' where id=5;
-update noar ti set b0='3W5' where id=5;
-update noar tt set v0='WSJ0X77XS63H4M7259ZD1T' where id=5;
-update noar ti set v0='WSJ0X77XS63H4M7259ZD1T' where id=5;
-update noar tt set b1='G8VAWEV0B' where id=5;
-update noar ti set b1='G8VAWEV0B' where id=5;
-update noar tt set v0='CGCOB332F6F3PS9QNTKR5213J4DOCM' where id=5;
-update noar ti set v0='CGCOB332F6F3PS9QNTKR5213J4DOCM' where id=5;
-update noar tt set b2='LEB90RZ' where id=5;
-update noar ti set b2='LEB90RZ' where id=5;
-update noar tt set v0='NHSVG' where id=6;
-update noar ti set v0='NHSVG' where id=6;
-update noar tt set b0='FG' where id=6;
-update noar ti set b0='FG' where id=6;
-update noar tt set v0='P8O67MEN8U' where id=6;
-update noar ti set v0='P8O67MEN8U' where id=6;
-update noar tt set b1='2OB6DSDRD8YQ6P7WXWZPEW3IHUXZE' where id=6;
-update noar ti set b1='2OB6DSDRD8YQ6P7WXWZPEW3IHUXZE' where id=6;
-update noar tt set v0='HQFW09RXAHQ5WBYZIX88C1IAJ' where id=6;
-update noar ti set v0='HQFW09RXAHQ5WBYZIX88C1IAJ' where id=6;
-update noar tt set b2='0KM1E06RPBBYZ6WEKE' where id=6;
-update noar ti set b2='0KM1E06RPBBYZ6WEKE' where id=6;
-update noar tt set v0='DK4R00FQKZVH' where id=7;
-update noar ti set v0='DK4R00FQKZVH' where id=7;
-update noar tt set b0='NCRHUVJIKGDSABVR6PZH1XKXAR7DF' where id=7;
-update noar ti set b0='NCRHUVJIKGDSABVR6PZH1XKXAR7DF' where id=7;
-update noar tt set v0='JXVE9GUJ6GK6IZ7KC3N2C0K' where id=7;
-update noar ti set v0='JXVE9GUJ6GK6IZ7KC3N2C0K' where id=7;
-update noar tt set b1='XEXVMKWGSTYDSQOVULK1X7Y' where id=7;
-update noar ti set b1='XEXVMKWGSTYDSQOVULK1X7Y' where id=7;
-update noar tt set v0='T6T5WBRY6' where id=7;
-update noar ti set v0='T6T5WBRY6' where id=7;
-update noar tt set b2='QDODTULSK1RN0WDX1EL9NHKCA' where id=7;
-update noar ti set b2='QDODTULSK1RN0WDX1EL9NHKCA' where id=7;
-update noar tt set v0='2NZJNPN5Q81DZIQXNKUYGBIVL2O0M8JZ' where id=8;
-update noar ti set v0='2NZJNPN5Q81DZIQXNKUYGBIVL2O0M8JZ' where id=8;
-update noar tt set b0='DSIMV4K676JCPA4YQE' where id=8;
-update noar ti set b0='DSIMV4K676JCPA4YQE' where id=8;
-update noar tt set v0='UM9H01M831' where id=8;
-update noar ti set v0='UM9H01M831' where id=8;
-update noar tt set b1='AYPNH6KXSU68LKWCSE79EXFI' where id=8;
-update noar ti set b1='AYPNH6KXSU68LKWCSE79EXFI' where id=8;
-update noar tt set v0='KAWEV173PLQ3CUYRAR3YFVV' where id=8;
-update noar ti set v0='KAWEV173PLQ3CUYRAR3YFVV' where id=8;
-update noar tt set b2='NBAT91HZYRDZRSXBDP' where id=8;
-update noar ti set b2='NBAT91HZYRDZRSXBDP' where id=8;
-update noar tt set v0='GK4OP0FSQJKJ0DT' where id=9;
-update noar ti set v0='GK4OP0FSQJKJ0DT' where id=9;
-update noar tt set b0='AZTOVLOW2YFNUYF2R9LO80KKUL0B7I8' where id=9;
-update noar ti set b0='AZTOVLOW2YFNUYF2R9LO80KKUL0B7I8' where id=9;
-update noar tt set v0='CY3728MNXNSG351HF2JPH23KP7' where id=9;
-update noar ti set v0='CY3728MNXNSG351HF2JPH23KP7' where id=9;
-update noar tt set b1='CO7TSC1080CUM6IUVY0QRE76GLGSP7' where id=9;
-update noar ti set b1='CO7TSC1080CUM6IUVY0QRE76GLGSP7' where id=9;
-update noar tt set v0='CWGLRYMYXSU' where id=9;
-update noar ti set v0='CWGLRYMYXSU' where id=9;
-update noar tt set b2='FP3VFIDZY' where id=9;
-update noar ti set b2='FP3VFIDZY' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) not null,
- b0 mediumblob not null,
- b1 mediumblob not null,
- b2 tinyblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='LLFBG8VBB2I' where id=1;
-update noar ti set v0='LLFBG8VBB2I' where id=1;
-update noar tt set b0='E64YVGC5NQJ8TTIRU9VMC56I7U1CJUS' where id=1;
-update noar ti set b0='E64YVGC5NQJ8TTIRU9VMC56I7U1CJUS' where id=1;
-update noar tt set v0='439NQPBBYPJ38' where id=1;
-update noar ti set v0='439NQPBBYPJ38' where id=1;
-update noar tt set b1='T9NQK7250QMBJ6G3TZED5C' where id=1;
-update noar ti set b1='T9NQK7250QMBJ6G3TZED5C' where id=1;
-update noar tt set v0='S' where id=1;
-update noar ti set v0='S' where id=1;
-update noar tt set b2='7STB' where id=1;
-update noar ti set b2='7STB' where id=1;
-update noar tt set v0='COH8TVC777MHK1' where id=2;
-update noar ti set v0='COH8TVC777MHK1' where id=2;
-update noar tt set b0='B6JDVH3' where id=2;
-update noar ti set b0='B6JDVH3' where id=2;
-update noar tt set v0='OY8AUBIZHYUY3YBS7GRLB9' where id=2;
-update noar ti set v0='OY8AUBIZHYUY3YBS7GRLB9' where id=2;
-update noar tt set b1='Y0TO' where id=2;
-update noar ti set b1='Y0TO' where id=2;
-update noar tt set v0='OU9OWWS416ZIXI1660R' where id=2;
-update noar ti set v0='OU9OWWS416ZIXI1660R' where id=2;
-update noar tt set b2='AFUDORACFV46H3V4DBRJ' where id=2;
-update noar ti set b2='AFUDORACFV46H3V4DBRJ' where id=2;
-update noar tt set v0='CS58ZYR5OSJ04TD3WWHM7R55I3' where id=3;
-update noar ti set v0='CS58ZYR5OSJ04TD3WWHM7R55I3' where id=3;
-update noar tt set b0='PTNN5ABS4OQPRWR4NWKAIXRDIO5FK1' where id=3;
-update noar ti set b0='PTNN5ABS4OQPRWR4NWKAIXRDIO5FK1' where id=3;
-update noar tt set v0='REKHPM6IRDE2V2PWE8Z4XF8' where id=3;
-update noar ti set v0='REKHPM6IRDE2V2PWE8Z4XF8' where id=3;
-update noar tt set b1='YY4UFQGSWKKM8TVYJB9' where id=3;
-update noar ti set b1='YY4UFQGSWKKM8TVYJB9' where id=3;
-update noar tt set v0='3RHB1MQW2793637Z' where id=3;
-update noar ti set v0='3RHB1MQW2793637Z' where id=3;
-update noar tt set b2='1IXZVWXRJ2LL8NYBJMXAWIAH6EE' where id=3;
-update noar ti set b2='1IXZVWXRJ2LL8NYBJMXAWIAH6EE' where id=3;
-update noar tt set v0='VACJ89JOLRN3HI0P8ERA' where id=4;
-update noar ti set v0='VACJ89JOLRN3HI0P8ERA' where id=4;
-update noar tt set b0='2JKZJFW1EB6G2AR8QK' where id=4;
-update noar ti set b0='2JKZJFW1EB6G2AR8QK' where id=4;
-update noar tt set v0='QDIAQ6T52RMFGX71YZ37S9C08ELYF' where id=4;
-update noar ti set v0='QDIAQ6T52RMFGX71YZ37S9C08ELYF' where id=4;
-update noar tt set b1='02GKU71LWW7Q4908ONBA1' where id=4;
-update noar ti set b1='02GKU71LWW7Q4908ONBA1' where id=4;
-update noar tt set v0='YH10LSS0G4H8X9QZVG7T66O48TJMTUM' where id=4;
-update noar ti set v0='YH10LSS0G4H8X9QZVG7T66O48TJMTUM' where id=4;
-update noar tt set b2='D7YLH4JPV6OQD9O3NNLK' where id=4;
-update noar ti set b2='D7YLH4JPV6OQD9O3NNLK' where id=4;
-update noar tt set v0='JYSN770Q8IPMRBSBSR46WG53UJPI5S0' where id=5;
-update noar ti set v0='JYSN770Q8IPMRBSBSR46WG53UJPI5S0' where id=5;
-update noar tt set b0='KSW1NAQR2DBNK5WWGI8M36QAU8' where id=5;
-update noar ti set b0='KSW1NAQR2DBNK5WWGI8M36QAU8' where id=5;
-update noar tt set v0='6BXHZ4V' where id=5;
-update noar ti set v0='6BXHZ4V' where id=5;
-update noar tt set b1='D' where id=5;
-update noar ti set b1='D' where id=5;
-update noar tt set v0='SK9SG' where id=5;
-update noar ti set v0='SK9SG' where id=5;
-update noar tt set b2='5RF6IY0R' where id=5;
-update noar ti set b2='5RF6IY0R' where id=5;
-update noar tt set v0='DX' where id=6;
-update noar ti set v0='DX' where id=6;
-update noar tt set b0='YW5AHY98EZSKKLXWUDW4EF34KMBV' where id=6;
-update noar ti set b0='YW5AHY98EZSKKLXWUDW4EF34KMBV' where id=6;
-update noar tt set v0='WYD9EK' where id=6;
-update noar ti set v0='WYD9EK' where id=6;
-update noar tt set b1='USL82FEUNMEEE4TTCIZVW' where id=6;
-update noar ti set b1='USL82FEUNMEEE4TTCIZVW' where id=6;
-update noar tt set v0='ZY635G47X855R7OB4DSPUOFMW3Z44O' where id=6;
-update noar ti set v0='ZY635G47X855R7OB4DSPUOFMW3Z44O' where id=6;
-update noar tt set b2='3TK8' where id=6;
-update noar ti set b2='3TK8' where id=6;
-update noar tt set v0='DXYPX1TQVAAQYY26SDIFBXP1788ME17A' where id=7;
-update noar ti set v0='DXYPX1TQVAAQYY26SDIFBXP1788ME17A' where id=7;
-update noar tt set b0='71FKVG7HE8M8DU80GARHZWNIU' where id=7;
-update noar ti set b0='71FKVG7HE8M8DU80GARHZWNIU' where id=7;
-update noar tt set v0='DUO' where id=7;
-update noar ti set v0='DUO' where id=7;
-update noar tt set b1='AQVMGL2C7Z42DZMCZ3LLNX3B' where id=7;
-update noar ti set b1='AQVMGL2C7Z42DZMCZ3LLNX3B' where id=7;
-update noar tt set v0='SP61Y' where id=7;
-update noar ti set v0='SP61Y' where id=7;
-update noar tt set b2='GNB1WPKT5XJVR' where id=7;
-update noar ti set b2='GNB1WPKT5XJVR' where id=7;
-update noar tt set v0='BSCD' where id=8;
-update noar ti set v0='BSCD' where id=8;
-update noar tt set b0='9RWIRQOSZH8BZJQX3SGXZ' where id=8;
-update noar ti set b0='9RWIRQOSZH8BZJQX3SGXZ' where id=8;
-update noar tt set v0='GNSYJ62FETS' where id=8;
-update noar ti set v0='GNSYJ62FETS' where id=8;
-update noar tt set b1='R5UHHK50CBGFJ8R49HOD2NBERWKEG05' where id=8;
-update noar ti set b1='R5UHHK50CBGFJ8R49HOD2NBERWKEG05' where id=8;
-update noar tt set v0='NFR5JIP7ISSN2PICY476KQ' where id=8;
-update noar ti set v0='NFR5JIP7ISSN2PICY476KQ' where id=8;
-update noar tt set b2='F96I73FDASH9K9O9QVJ7' where id=8;
-update noar ti set b2='F96I73FDASH9K9O9QVJ7' where id=8;
-update noar tt set v0='KH6IM5DP4CRU' where id=9;
-update noar ti set v0='KH6IM5DP4CRU' where id=9;
-update noar tt set b0='MG' where id=9;
-update noar ti set b0='MG' where id=9;
-update noar tt set v0='HQVOE57D9QLW' where id=9;
-update noar ti set v0='HQVOE57D9QLW' where id=9;
-update noar tt set b1='UWZEKF5SRFWTKV' where id=9;
-update noar ti set b1='UWZEKF5SRFWTKV' where id=9;
-update noar tt set v0='NCTTH4LR' where id=9;
-update noar ti set v0='NCTTH4LR' where id=9;
-update noar tt set b2='YE8TWCW29FVX87LG' where id=9;
-update noar ti set b2='YE8TWCW29FVX87LG' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) null,
- b0 mediumblob null,
- b1 mediumblob null,
- b2 blob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='04PIU0CKKINXJLH41' where id=1;
-update noar ti set v0='04PIU0CKKINXJLH41' where id=1;
-update noar tt set b0='M6QWWV' where id=1;
-update noar ti set b0='M6QWWV' where id=1;
-update noar tt set v0='2Y0O8PQ91CAI7PH6D6' where id=1;
-update noar ti set v0='2Y0O8PQ91CAI7PH6D6' where id=1;
-update noar tt set b1='W0XHJDPTUFG287T1VZZJXVJZX' where id=1;
-update noar ti set b1='W0XHJDPTUFG287T1VZZJXVJZX' where id=1;
-update noar tt set v0='NTJAOCZNVTFDBKA4IA96ZW9G' where id=1;
-update noar ti set v0='NTJAOCZNVTFDBKA4IA96ZW9G' where id=1;
-update noar tt set b2='BED5PXB80GBH1B8G2JQBBT' where id=1;
-update noar ti set b2='BED5PXB80GBH1B8G2JQBBT' where id=1;
-update noar tt set v0='HVYJ1ZX' where id=2;
-update noar ti set v0='HVYJ1ZX' where id=2;
-update noar tt set b0='ARUE' where id=2;
-update noar ti set b0='ARUE' where id=2;
-update noar tt set v0='NSQXA7PCT2SG56UN' where id=2;
-update noar ti set v0='NSQXA7PCT2SG56UN' where id=2;
-update noar tt set b1='53' where id=2;
-update noar ti set b1='53' where id=2;
-update noar tt set v0='L8I3O6B8HJH4OUIWBIH11GCI4CFQI059' where id=2;
-update noar ti set v0='L8I3O6B8HJH4OUIWBIH11GCI4CFQI059' where id=2;
-update noar tt set b2='ICGL7UW03KN5PT7NK23ODH6D5ZI03' where id=2;
-update noar ti set b2='ICGL7UW03KN5PT7NK23ODH6D5ZI03' where id=2;
-update noar tt set v0='YVCLXLU032ERAZUWXHQ' where id=3;
-update noar ti set v0='YVCLXLU032ERAZUWXHQ' where id=3;
-update noar tt set b0='9GHVX4JS9C67JU' where id=3;
-update noar ti set b0='9GHVX4JS9C67JU' where id=3;
-update noar tt set v0='CNE' where id=3;
-update noar ti set v0='CNE' where id=3;
-update noar tt set b1='QEVA42Z6LOTKJ172UWPDXV89QZYMM' where id=3;
-update noar ti set b1='QEVA42Z6LOTKJ172UWPDXV89QZYMM' where id=3;
-update noar tt set v0='1PHPPWFUDLE' where id=3;
-update noar ti set v0='1PHPPWFUDLE' where id=3;
-update noar tt set b2='RQ0A3' where id=3;
-update noar ti set b2='RQ0A3' where id=3;
-update noar tt set v0='MT89D74JVGWCNRGISW4TPQ8' where id=4;
-update noar ti set v0='MT89D74JVGWCNRGISW4TPQ8' where id=4;
-update noar tt set b0='TBDA8MZ912QDM0GLPQRPXMJCB32HC' where id=4;
-update noar ti set b0='TBDA8MZ912QDM0GLPQRPXMJCB32HC' where id=4;
-update noar tt set v0='8PIKO4UFEV9W3' where id=4;
-update noar ti set v0='8PIKO4UFEV9W3' where id=4;
-update noar tt set b1='G884SW0' where id=4;
-update noar ti set b1='G884SW0' where id=4;
-update noar tt set v0='PD7UEA1E9DN5FI4WSR' where id=4;
-update noar ti set v0='PD7UEA1E9DN5FI4WSR' where id=4;
-update noar tt set b2='A' where id=4;
-update noar ti set b2='A' where id=4;
-update noar tt set v0='3SUCBJK5PMUUI' where id=5;
-update noar ti set v0='3SUCBJK5PMUUI' where id=5;
-update noar tt set b0='IHKV7D4VTTBTLHEUI78I' where id=5;
-update noar ti set b0='IHKV7D4VTTBTLHEUI78I' where id=5;
-update noar tt set v0='C4BEACU9PGM3AR3KJFSS5' where id=5;
-update noar ti set v0='C4BEACU9PGM3AR3KJFSS5' where id=5;
-update noar tt set b1='042HA' where id=5;
-update noar ti set b1='042HA' where id=5;
-update noar tt set v0='HXOT' where id=5;
-update noar ti set v0='HXOT' where id=5;
-update noar tt set b2='IHJ3T95D7RQLRICLO6OHFYP' where id=5;
-update noar ti set b2='IHJ3T95D7RQLRICLO6OHFYP' where id=5;
-update noar tt set v0='UFLT8KV6A' where id=6;
-update noar ti set v0='UFLT8KV6A' where id=6;
-update noar tt set b0='9ISM9KQYQTLN16FWGLN1TAMZJE' where id=6;
-update noar ti set b0='9ISM9KQYQTLN16FWGLN1TAMZJE' where id=6;
-update noar tt set v0='QURU19YE9WJMXHCWYZFSGITY8X7VGUA' where id=6;
-update noar ti set v0='QURU19YE9WJMXHCWYZFSGITY8X7VGUA' where id=6;
-update noar tt set b1='5J0WVQBB12CADUEKJW28PPCEI6VZ' where id=6;
-update noar ti set b1='5J0WVQBB12CADUEKJW28PPCEI6VZ' where id=6;
-update noar tt set v0='GB1YCN3ZN8CEA7159O790F8QSA1DCYT' where id=6;
-update noar ti set v0='GB1YCN3ZN8CEA7159O790F8QSA1DCYT' where id=6;
-update noar tt set b2='RGMU7R6242MBNK4H7TI44A5LG4' where id=6;
-update noar ti set b2='RGMU7R6242MBNK4H7TI44A5LG4' where id=6;
-update noar tt set v0='33X4U91FHQL6I6TY0GKWVK3WFK' where id=7;
-update noar ti set v0='33X4U91FHQL6I6TY0GKWVK3WFK' where id=7;
-update noar tt set b0='NUBOG6EO0FQ2RSVH79V' where id=7;
-update noar ti set b0='NUBOG6EO0FQ2RSVH79V' where id=7;
-update noar tt set v0='E8KKF2DEKO11' where id=7;
-update noar ti set v0='E8KKF2DEKO11' where id=7;
-update noar tt set b1='1BCMTILG12L7DR9RY3Y6' where id=7;
-update noar ti set b1='1BCMTILG12L7DR9RY3Y6' where id=7;
-update noar tt set v0='FAZS7OZEDWLVACH2MN67XONMI' where id=7;
-update noar ti set v0='FAZS7OZEDWLVACH2MN67XONMI' where id=7;
-update noar tt set b2='XW7TWY9JDOAN' where id=7;
-update noar ti set b2='XW7TWY9JDOAN' where id=7;
-update noar tt set v0='1CAR5BV5' where id=8;
-update noar ti set v0='1CAR5BV5' where id=8;
-update noar tt set b0='4HQC2SZIU4E5YHTR15EHGH8W' where id=8;
-update noar ti set b0='4HQC2SZIU4E5YHTR15EHGH8W' where id=8;
-update noar tt set v0='MAKQ12A0KHZWUWM' where id=8;
-update noar ti set v0='MAKQ12A0KHZWUWM' where id=8;
-update noar tt set b1='AWEEFJGHNS0' where id=8;
-update noar ti set b1='AWEEFJGHNS0' where id=8;
-update noar tt set v0='RC4SCVOU908CI9O' where id=8;
-update noar ti set v0='RC4SCVOU908CI9O' where id=8;
-update noar tt set b2='DTJAHRJIY860W' where id=8;
-update noar ti set b2='DTJAHRJIY860W' where id=8;
-update noar tt set v0='GDVAL' where id=9;
-update noar ti set v0='GDVAL' where id=9;
-update noar tt set b0='63MDZN0E1QGLFPQY3WA21ZJXBD4O' where id=9;
-update noar ti set b0='63MDZN0E1QGLFPQY3WA21ZJXBD4O' where id=9;
-update noar tt set v0='BRB2T2EU23UAIOH2EST6POR8OTNNN' where id=9;
-update noar ti set v0='BRB2T2EU23UAIOH2EST6POR8OTNNN' where id=9;
-update noar tt set b1='Z9ZZDLYENX6S3GD006R1XF267GY' where id=9;
-update noar ti set b1='Z9ZZDLYENX6S3GD006R1XF267GY' where id=9;
-update noar tt set v0='YUKYQZ1QHNLGX3FEN7MMXH3W1BWQB6KC' where id=9;
-update noar ti set v0='YUKYQZ1QHNLGX3FEN7MMXH3W1BWQB6KC' where id=9;
-update noar tt set b2='OAGL44IW81102HG0GB8HY3737AK51BZ' where id=9;
-update noar ti set b2='OAGL44IW81102HG0GB8HY3737AK51BZ' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) null,
- b0 mediumblob null,
- b1 mediumblob null,
- b2 blob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='17A5T7Z0WFVX58XEVKHLN2CKLDNJ991' where id=1;
-update noar ti set v0='17A5T7Z0WFVX58XEVKHLN2CKLDNJ991' where id=1;
-update noar tt set b0='RW8F3WW26' where id=1;
-update noar ti set b0='RW8F3WW26' where id=1;
-update noar tt set v0='OD37H8N0U92V7S0S8CTDXL0MC' where id=1;
-update noar ti set v0='OD37H8N0U92V7S0S8CTDXL0MC' where id=1;
-update noar tt set b1='2WJ4IJ0B7A33INI0B5N0JUE8' where id=1;
-update noar ti set b1='2WJ4IJ0B7A33INI0B5N0JUE8' where id=1;
-update noar tt set v0='AGUVP0RIS' where id=1;
-update noar ti set v0='AGUVP0RIS' where id=1;
-update noar tt set b2='K63DRD1AZ2VUCFGEC' where id=1;
-update noar ti set b2='K63DRD1AZ2VUCFGEC' where id=1;
-update noar tt set v0='QDOH273EW2DPFL' where id=2;
-update noar ti set v0='QDOH273EW2DPFL' where id=2;
-update noar tt set b0='7GEG9LNWUOAVUA0X530S4AIVY' where id=2;
-update noar ti set b0='7GEG9LNWUOAVUA0X530S4AIVY' where id=2;
-update noar tt set v0='QVEMZ4ETY8E2LTTRA7V4PS4LLPBW' where id=2;
-update noar ti set v0='QVEMZ4ETY8E2LTTRA7V4PS4LLPBW' where id=2;
-update noar tt set b1='DEIAYQWFCE3VYT0JGC' where id=2;
-update noar ti set b1='DEIAYQWFCE3VYT0JGC' where id=2;
-update noar tt set v0='5PLIAAL9GV' where id=2;
-update noar ti set v0='5PLIAAL9GV' where id=2;
-update noar tt set b2='IC6KEXV0HZ9POF0A2Z69SLVWMKUKT4' where id=2;
-update noar ti set b2='IC6KEXV0HZ9POF0A2Z69SLVWMKUKT4' where id=2;
-update noar tt set v0='C2' where id=3;
-update noar ti set v0='C2' where id=3;
-update noar tt set b0='OFL2RLO5X6XJTUZ9C' where id=3;
-update noar ti set b0='OFL2RLO5X6XJTUZ9C' where id=3;
-update noar tt set v0='7TQCJY6CLMRJLW4Q6XYGDK9X0Q' where id=3;
-update noar ti set v0='7TQCJY6CLMRJLW4Q6XYGDK9X0Q' where id=3;
-update noar tt set b1='C0P5UA2NZF' where id=3;
-update noar ti set b1='C0P5UA2NZF' where id=3;
-update noar tt set v0='O7' where id=3;
-update noar ti set v0='O7' where id=3;
-update noar tt set b2='ZDA80T5NXP5DL' where id=3;
-update noar ti set b2='ZDA80T5NXP5DL' where id=3;
-update noar tt set v0='ISOJ0ZDAD0N' where id=4;
-update noar ti set v0='ISOJ0ZDAD0N' where id=4;
-update noar tt set b0='TEBY' where id=4;
-update noar ti set b0='TEBY' where id=4;
-update noar tt set v0='YFD4Q6MMORW8OIO' where id=4;
-update noar ti set v0='YFD4Q6MMORW8OIO' where id=4;
-update noar tt set b1='6J4X1L16Z9URL8Q' where id=4;
-update noar ti set b1='6J4X1L16Z9URL8Q' where id=4;
-update noar tt set v0='M0QLMM2KZ0E3GFYIIUBGLT08ULH5ST' where id=4;
-update noar ti set v0='M0QLMM2KZ0E3GFYIIUBGLT08ULH5ST' where id=4;
-update noar tt set b2='F9O1Y' where id=4;
-update noar ti set b2='F9O1Y' where id=4;
-update noar tt set v0='V2SKH99JJIOMS2AA8HGL363S3TUFPAZV' where id=5;
-update noar ti set v0='V2SKH99JJIOMS2AA8HGL363S3TUFPAZV' where id=5;
-update noar tt set b0='7LH3XHI6ZY8VIP2MCH82NLAM' where id=5;
-update noar ti set b0='7LH3XHI6ZY8VIP2MCH82NLAM' where id=5;
-update noar tt set v0='FLCM73' where id=5;
-update noar ti set v0='FLCM73' where id=5;
-update noar tt set b1='NWP0ZJUR' where id=5;
-update noar ti set b1='NWP0ZJUR' where id=5;
-update noar tt set v0='SRZQ' where id=5;
-update noar ti set v0='SRZQ' where id=5;
-update noar tt set b2='5SNWARRJQIVRO94W5XD0UJLXIKNSI' where id=5;
-update noar ti set b2='5SNWARRJQIVRO94W5XD0UJLXIKNSI' where id=5;
-update noar tt set v0='4' where id=6;
-update noar ti set v0='4' where id=6;
-update noar tt set b0='X1ZU9ICQTLCYV7M6A44HGWT7QDF' where id=6;
-update noar ti set b0='X1ZU9ICQTLCYV7M6A44HGWT7QDF' where id=6;
-update noar tt set v0='YPG9SAAVQCZC1H9' where id=6;
-update noar ti set v0='YPG9SAAVQCZC1H9' where id=6;
-update noar tt set b1='P74J5MEVF823AHSIU26VZ4PM0MNLF' where id=6;
-update noar ti set b1='P74J5MEVF823AHSIU26VZ4PM0MNLF' where id=6;
-update noar tt set v0='VIHBZCIBK' where id=6;
-update noar ti set v0='VIHBZCIBK' where id=6;
-update noar tt set b2='4V52L0RO3CP1FWN4GQTCBTM39' where id=6;
-update noar ti set b2='4V52L0RO3CP1FWN4GQTCBTM39' where id=6;
-update noar tt set v0='NKVU0JBVPG970BQF4T2' where id=7;
-update noar ti set v0='NKVU0JBVPG970BQF4T2' where id=7;
-update noar tt set b0='9E6RXCGCTIEB17TPA0K8T' where id=7;
-update noar ti set b0='9E6RXCGCTIEB17TPA0K8T' where id=7;
-update noar tt set v0='RPF8' where id=7;
-update noar ti set v0='RPF8' where id=7;
-update noar tt set b1='W8' where id=7;
-update noar ti set b1='W8' where id=7;
-update noar tt set v0='9GKGU' where id=7;
-update noar ti set v0='9GKGU' where id=7;
-update noar tt set b2='0RH8DCPBKR' where id=7;
-update noar ti set b2='0RH8DCPBKR' where id=7;
-update noar tt set v0='G5ES2EE' where id=8;
-update noar ti set v0='G5ES2EE' where id=8;
-update noar tt set b0='38K' where id=8;
-update noar ti set b0='38K' where id=8;
-update noar tt set v0='X8CI62NX4LXCC' where id=8;
-update noar ti set v0='X8CI62NX4LXCC' where id=8;
-update noar tt set b1='YD7E005F8L1967YIAKDZQT3M' where id=8;
-update noar ti set b1='YD7E005F8L1967YIAKDZQT3M' where id=8;
-update noar tt set v0='WWP52' where id=8;
-update noar ti set v0='WWP52' where id=8;
-update noar tt set b2='PN' where id=8;
-update noar ti set b2='PN' where id=8;
-update noar tt set v0='X1ER8HIJ7N9JQJ4RFHUWK6HFSVE6L' where id=9;
-update noar ti set v0='X1ER8HIJ7N9JQJ4RFHUWK6HFSVE6L' where id=9;
-update noar tt set b0='U15GP5VF4Q6MMNWW2V6OOTDNF3VD8' where id=9;
-update noar ti set b0='U15GP5VF4Q6MMNWW2V6OOTDNF3VD8' where id=9;
-update noar tt set v0='50OK' where id=9;
-update noar ti set v0='50OK' where id=9;
-update noar tt set b1='HT521Q6PPTD1VLA0BD8UXSK' where id=9;
-update noar ti set b1='HT521Q6PPTD1VLA0BD8UXSK' where id=9;
-update noar tt set v0='1EL3E4VT71JIARQ5IUZ5N' where id=9;
-update noar ti set v0='1EL3E4VT71JIARQ5IUZ5N' where id=9;
-update noar tt set b2='7QEBODAYSILCF9Z7UY2W9597' where id=9;
-update noar ti set b2='7QEBODAYSILCF9Z7UY2W9597' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) not null,
- b0 mediumblob not null,
- b1 mediumblob not null,
- b2 blob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='I8C5Q9X07R' where id=1;
-update noar ti set v0='I8C5Q9X07R' where id=1;
-update noar tt set b0='3WLOOV9QMRVO1' where id=1;
-update noar ti set b0='3WLOOV9QMRVO1' where id=1;
-update noar tt set v0='PS7TBY1KIQLYL5D0MGQG' where id=1;
-update noar ti set v0='PS7TBY1KIQLYL5D0MGQG' where id=1;
-update noar tt set b1='UO61B6VPRK7LRSOZBUJV4B6G0ZES1RO' where id=1;
-update noar ti set b1='UO61B6VPRK7LRSOZBUJV4B6G0ZES1RO' where id=1;
-update noar tt set v0='ALOMZYO1J' where id=1;
-update noar ti set v0='ALOMZYO1J' where id=1;
-update noar tt set b2='3LYGVNI53FYT6FI93TOW0' where id=1;
-update noar ti set b2='3LYGVNI53FYT6FI93TOW0' where id=1;
-update noar tt set v0='RPT90BSEX2S' where id=2;
-update noar ti set v0='RPT90BSEX2S' where id=2;
-update noar tt set b0='W5JWH4MCP4TQL5HPUJEKQIYG4599C' where id=2;
-update noar ti set b0='W5JWH4MCP4TQL5HPUJEKQIYG4599C' where id=2;
-update noar tt set v0='4QHZG' where id=2;
-update noar ti set v0='4QHZG' where id=2;
-update noar tt set b1='3J28T2UY0CHWJUWD15R6Q4TWMNG2TS' where id=2;
-update noar ti set b1='3J28T2UY0CHWJUWD15R6Q4TWMNG2TS' where id=2;
-update noar tt set v0='MM9PAK2RV6JMH3FKUEH2RHGM' where id=2;
-update noar ti set v0='MM9PAK2RV6JMH3FKUEH2RHGM' where id=2;
-update noar tt set b2='QCP697HDPJF732' where id=2;
-update noar ti set b2='QCP697HDPJF732' where id=2;
-update noar tt set v0='XRIM2465' where id=3;
-update noar ti set v0='XRIM2465' where id=3;
-update noar tt set b0='CVCCQDG4QMF0MFXBO854C4LTJLM1L3OM' where id=3;
-update noar ti set b0='CVCCQDG4QMF0MFXBO854C4LTJLM1L3OM' where id=3;
-update noar tt set v0='GS40Z5Z0IDJRJEK90' where id=3;
-update noar ti set v0='GS40Z5Z0IDJRJEK90' where id=3;
-update noar tt set b1='PYAPTT7' where id=3;
-update noar ti set b1='PYAPTT7' where id=3;
-update noar tt set v0='8RCU1PJR8Q8CX2K5TN36FWLW' where id=3;
-update noar ti set v0='8RCU1PJR8Q8CX2K5TN36FWLW' where id=3;
-update noar tt set b2='2H8E9NLEL' where id=3;
-update noar ti set b2='2H8E9NLEL' where id=3;
-update noar tt set v0='QENNTFGI1WOVMXF' where id=4;
-update noar ti set v0='QENNTFGI1WOVMXF' where id=4;
-update noar tt set b0='1O81ZC97BBH52ICI5HUKSS2V2ELD40MR' where id=4;
-update noar ti set b0='1O81ZC97BBH52ICI5HUKSS2V2ELD40MR' where id=4;
-update noar tt set v0='JD1L53AOTZ30FISIYPSLE0' where id=4;
-update noar ti set v0='JD1L53AOTZ30FISIYPSLE0' where id=4;
-update noar tt set b1='1L' where id=4;
-update noar ti set b1='1L' where id=4;
-update noar tt set v0='B8FS583VHNZ5' where id=4;
-update noar ti set v0='B8FS583VHNZ5' where id=4;
-update noar tt set b2='RZMBJX3' where id=4;
-update noar ti set b2='RZMBJX3' where id=4;
-update noar tt set v0='Y7VCTRKWIJT3315LN3F' where id=5;
-update noar ti set v0='Y7VCTRKWIJT3315LN3F' where id=5;
-update noar tt set b0='H5QOHKC' where id=5;
-update noar ti set b0='H5QOHKC' where id=5;
-update noar tt set v0='73KA5B3O' where id=5;
-update noar ti set v0='73KA5B3O' where id=5;
-update noar tt set b1='W9WD8452BZXR9NIQ1EJQQW14OK50AUS' where id=5;
-update noar ti set b1='W9WD8452BZXR9NIQ1EJQQW14OK50AUS' where id=5;
-update noar tt set v0='SHAQWOLRFH4RM7' where id=5;
-update noar ti set v0='SHAQWOLRFH4RM7' where id=5;
-update noar tt set b2='XH5Y4N0OR3C4QI51PS1R7H6QC4N' where id=5;
-update noar ti set b2='XH5Y4N0OR3C4QI51PS1R7H6QC4N' where id=5;
-update noar tt set v0='ZOO4BDTW3AH9I' where id=6;
-update noar ti set v0='ZOO4BDTW3AH9I' where id=6;
-update noar tt set b0='AAMHEGJQ0ZYVUVAOZ9TNACDRE8WVW' where id=6;
-update noar ti set b0='AAMHEGJQ0ZYVUVAOZ9TNACDRE8WVW' where id=6;
-update noar tt set v0='R52T84V24YCJJW2WLRV2O5MOJI' where id=6;
-update noar ti set v0='R52T84V24YCJJW2WLRV2O5MOJI' where id=6;
-update noar tt set b1='LH935YUZ8PII2H7H2LH90FSI4BB' where id=6;
-update noar ti set b1='LH935YUZ8PII2H7H2LH90FSI4BB' where id=6;
-update noar tt set v0='C4AT' where id=6;
-update noar ti set v0='C4AT' where id=6;
-update noar tt set b2='P406SCU8XOATXCN8O' where id=6;
-update noar ti set b2='P406SCU8XOATXCN8O' where id=6;
-update noar tt set v0='5F5B1S0CP5GE' where id=7;
-update noar ti set v0='5F5B1S0CP5GE' where id=7;
-update noar tt set b0='9QIWS5JX4WFZVJNVH93NTZZ5' where id=7;
-update noar ti set b0='9QIWS5JX4WFZVJNVH93NTZZ5' where id=7;
-update noar tt set v0='NV' where id=7;
-update noar ti set v0='NV' where id=7;
-update noar tt set b1='U9M0YTYLZ9NEUWZ47YQ6I' where id=7;
-update noar ti set b1='U9M0YTYLZ9NEUWZ47YQ6I' where id=7;
-update noar tt set v0='8CC54CZQQRGPJFTYJ21QC' where id=7;
-update noar ti set v0='8CC54CZQQRGPJFTYJ21QC' where id=7;
-update noar tt set b2='BYQ2CWL86510' where id=7;
-update noar ti set b2='BYQ2CWL86510' where id=7;
-update noar tt set v0='OTL25OSNLWOZ26V2N' where id=8;
-update noar ti set v0='OTL25OSNLWOZ26V2N' where id=8;
-update noar tt set b0='P6' where id=8;
-update noar ti set b0='P6' where id=8;
-update noar tt set v0='JLQYI8EMZVNTRTRKW54' where id=8;
-update noar ti set v0='JLQYI8EMZVNTRTRKW54' where id=8;
-update noar tt set b1='C9X00BVX7MS6O3WAJS92' where id=8;
-update noar ti set b1='C9X00BVX7MS6O3WAJS92' where id=8;
-update noar tt set v0='BSPJHY26S' where id=8;
-update noar ti set v0='BSPJHY26S' where id=8;
-update noar tt set b2='PN5BZJYC' where id=8;
-update noar ti set b2='PN5BZJYC' where id=8;
-update noar tt set v0='4NOHVZ7UAZ4N' where id=9;
-update noar ti set v0='4NOHVZ7UAZ4N' where id=9;
-update noar tt set b0='IYDJFZXSF39' where id=9;
-update noar ti set b0='IYDJFZXSF39' where id=9;
-update noar tt set v0='U3' where id=9;
-update noar ti set v0='U3' where id=9;
-update noar tt set b1='BG' where id=9;
-update noar ti set b1='BG' where id=9;
-update noar tt set v0='3D16YEHZOQB7GJ8' where id=9;
-update noar ti set v0='3D16YEHZOQB7GJ8' where id=9;
-update noar tt set b2='ZH' where id=9;
-update noar ti set b2='ZH' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) not null,
- b0 mediumblob not null,
- b1 mediumblob not null,
- b2 blob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='4RPAVR0FMHYMREJVAON4L' where id=1;
-update noar ti set v0='4RPAVR0FMHYMREJVAON4L' where id=1;
-update noar tt set b0='CA6BMZ8E840WMSGYYFE1DL' where id=1;
-update noar ti set b0='CA6BMZ8E840WMSGYYFE1DL' where id=1;
-update noar tt set v0='ZCJL1A' where id=1;
-update noar ti set v0='ZCJL1A' where id=1;
-update noar tt set b1='2DTOYOWARVXXYA3F32AHZWIFY69HM0K7' where id=1;
-update noar ti set b1='2DTOYOWARVXXYA3F32AHZWIFY69HM0K7' where id=1;
-update noar tt set v0='X0EYAAO99OEPK86VOQLQ' where id=1;
-update noar ti set v0='X0EYAAO99OEPK86VOQLQ' where id=1;
-update noar tt set b2='VTUFUV2H9GZZX8K2QC' where id=1;
-update noar ti set b2='VTUFUV2H9GZZX8K2QC' where id=1;
-update noar tt set v0='HLUVOQHA1U6T5U' where id=2;
-update noar ti set v0='HLUVOQHA1U6T5U' where id=2;
-update noar tt set b0='H16I610GH8PCWFR2SS' where id=2;
-update noar ti set b0='H16I610GH8PCWFR2SS' where id=2;
-update noar tt set v0='WIW02T3K3IQ6LUBFE19SYZ' where id=2;
-update noar ti set v0='WIW02T3K3IQ6LUBFE19SYZ' where id=2;
-update noar tt set b1='JZFZ8EHE2IB' where id=2;
-update noar ti set b1='JZFZ8EHE2IB' where id=2;
-update noar tt set v0='P45GOG51AQYX1NQ00L6Z' where id=2;
-update noar ti set v0='P45GOG51AQYX1NQ00L6Z' where id=2;
-update noar tt set b2='K15TS36JEE4U' where id=2;
-update noar ti set b2='K15TS36JEE4U' where id=2;
-update noar tt set v0='AGLV63JNR3L' where id=3;
-update noar ti set v0='AGLV63JNR3L' where id=3;
-update noar tt set b0='LIRFP5M34XV5TRKO8' where id=3;
-update noar ti set b0='LIRFP5M34XV5TRKO8' where id=3;
-update noar tt set v0='TKEZAKO805' where id=3;
-update noar ti set v0='TKEZAKO805' where id=3;
-update noar tt set b1='ZWZ3IOGQR8WKWU4N8CB8' where id=3;
-update noar ti set b1='ZWZ3IOGQR8WKWU4N8CB8' where id=3;
-update noar tt set v0='I' where id=3;
-update noar ti set v0='I' where id=3;
-update noar tt set b2='332F9WR7P12O8IFZGFCCSIG' where id=3;
-update noar ti set b2='332F9WR7P12O8IFZGFCCSIG' where id=3;
-update noar tt set v0='Z' where id=4;
-update noar ti set v0='Z' where id=4;
-update noar tt set b0='98T3KPG0G7J104QYZMOKZ32SG' where id=4;
-update noar ti set b0='98T3KPG0G7J104QYZMOKZ32SG' where id=4;
-update noar tt set v0='GM0UHIBYN6K01' where id=4;
-update noar ti set v0='GM0UHIBYN6K01' where id=4;
-update noar tt set b1='RIS' where id=4;
-update noar ti set b1='RIS' where id=4;
-update noar tt set v0='S1J3WN9KCZMSMPW5ZXJYU0' where id=4;
-update noar ti set v0='S1J3WN9KCZMSMPW5ZXJYU0' where id=4;
-update noar tt set b2='Z5TGVAJKCZ9YVI4MJMWHJJC6OSSCEYD' where id=4;
-update noar ti set b2='Z5TGVAJKCZ9YVI4MJMWHJJC6OSSCEYD' where id=4;
-update noar tt set v0='G' where id=5;
-update noar ti set v0='G' where id=5;
-update noar tt set b0='676HVKVA' where id=5;
-update noar ti set b0='676HVKVA' where id=5;
-update noar tt set v0='7U5VAOLKMZZ1746FHYTW3HMN49VH' where id=5;
-update noar ti set v0='7U5VAOLKMZZ1746FHYTW3HMN49VH' where id=5;
-update noar tt set b1='VSB4WD7QNZUYJAS' where id=5;
-update noar ti set b1='VSB4WD7QNZUYJAS' where id=5;
-update noar tt set v0='LZ8MOUWL' where id=5;
-update noar ti set v0='LZ8MOUWL' where id=5;
-update noar tt set b2='HLDOW0QZXNEDUNVK7FFO8W86' where id=5;
-update noar ti set b2='HLDOW0QZXNEDUNVK7FFO8W86' where id=5;
-update noar tt set v0='7IB26U9JDY' where id=6;
-update noar ti set v0='7IB26U9JDY' where id=6;
-update noar tt set b0='WCQV6FR88X29W37VO8GV56INCQM1' where id=6;
-update noar ti set b0='WCQV6FR88X29W37VO8GV56INCQM1' where id=6;
-update noar tt set v0='4AGNHTU' where id=6;
-update noar ti set v0='4AGNHTU' where id=6;
-update noar tt set b1='ZUH25CF0F2QHV3AX90QUMY3GMWRE1Y' where id=6;
-update noar ti set b1='ZUH25CF0F2QHV3AX90QUMY3GMWRE1Y' where id=6;
-update noar tt set v0='0QQGT2JM' where id=6;
-update noar ti set v0='0QQGT2JM' where id=6;
-update noar tt set b2='A5F3GWAS7K' where id=6;
-update noar ti set b2='A5F3GWAS7K' where id=6;
-update noar tt set v0='AAZZMTPO3Z2C987DD4XU5APZO6' where id=7;
-update noar ti set v0='AAZZMTPO3Z2C987DD4XU5APZO6' where id=7;
-update noar tt set b0='67W2Y3J2QBLZN7M0SGCQAUKTB9K5ERV' where id=7;
-update noar ti set b0='67W2Y3J2QBLZN7M0SGCQAUKTB9K5ERV' where id=7;
-update noar tt set v0='6BCMV8IBJSDV26562XEKW' where id=7;
-update noar ti set v0='6BCMV8IBJSDV26562XEKW' where id=7;
-update noar tt set b1='CQL6S08YU02R2V1I0K8WHR07' where id=7;
-update noar ti set b1='CQL6S08YU02R2V1I0K8WHR07' where id=7;
-update noar tt set v0='O9XY485TJ12VW5RZ54P0LA' where id=7;
-update noar ti set v0='O9XY485TJ12VW5RZ54P0LA' where id=7;
-update noar tt set b2='7PVMHNZZ0YFGIXGERGLNTGYGSZC1CAXM' where id=7;
-update noar ti set b2='7PVMHNZZ0YFGIXGERGLNTGYGSZC1CAXM' where id=7;
-update noar tt set v0='GLMK6ZVA9FX4J0D15OEAIFUJJUTG5V' where id=8;
-update noar ti set v0='GLMK6ZVA9FX4J0D15OEAIFUJJUTG5V' where id=8;
-update noar tt set b0='BEUI81HXKS' where id=8;
-update noar ti set b0='BEUI81HXKS' where id=8;
-update noar tt set v0='J6HMUJM0VIS1RZ4S096QUP85J' where id=8;
-update noar ti set v0='J6HMUJM0VIS1RZ4S096QUP85J' where id=8;
-update noar tt set b1='P' where id=8;
-update noar ti set b1='P' where id=8;
-update noar tt set v0='DPNH' where id=8;
-update noar ti set v0='DPNH' where id=8;
-update noar tt set b2='SI7TE1Z9RT2UHYFHGL05Q' where id=8;
-update noar ti set b2='SI7TE1Z9RT2UHYFHGL05Q' where id=8;
-update noar tt set v0='G3H9' where id=9;
-update noar ti set v0='G3H9' where id=9;
-update noar tt set b0='NDY1UHTP' where id=9;
-update noar ti set b0='NDY1UHTP' where id=9;
-update noar tt set v0='O50DUVWCA07' where id=9;
-update noar ti set v0='O50DUVWCA07' where id=9;
-update noar tt set b1='26A7JP4BNC0FNFPTUGTP0QQP9J904Q6I' where id=9;
-update noar ti set b1='26A7JP4BNC0FNFPTUGTP0QQP9J904Q6I' where id=9;
-update noar tt set v0='5QIF9DZU8HUQLX5P2MZM0' where id=9;
-update noar ti set v0='5QIF9DZU8HUQLX5P2MZM0' where id=9;
-update noar tt set b2='F1M0W35E5QTBQW' where id=9;
-update noar ti set b2='F1M0W35E5QTBQW' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) null,
- b0 mediumblob null,
- b1 mediumblob null,
- b2 mediumblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='90UKDML184EOEE49SHC9EW748F873NOV' where id=1;
-update noar ti set v0='90UKDML184EOEE49SHC9EW748F873NOV' where id=1;
-update noar tt set b0='4JB1XZR6GGHO53ZR281F' where id=1;
-update noar ti set b0='4JB1XZR6GGHO53ZR281F' where id=1;
-update noar tt set v0='JWRNW' where id=1;
-update noar ti set v0='JWRNW' where id=1;
-update noar tt set b1='HWRYPANQ52XSUH7BE5MHU33VFAIANPR' where id=1;
-update noar ti set b1='HWRYPANQ52XSUH7BE5MHU33VFAIANPR' where id=1;
-update noar tt set v0='N29EM7SG' where id=1;
-update noar ti set v0='N29EM7SG' where id=1;
-update noar tt set b2='R4GPI9Q4SJYE3SAVZPQHM4CH8KP' where id=1;
-update noar ti set b2='R4GPI9Q4SJYE3SAVZPQHM4CH8KP' where id=1;
-update noar tt set v0='SWK1Z76KDXSPH85NFFKYZG3JF7W' where id=2;
-update noar ti set v0='SWK1Z76KDXSPH85NFFKYZG3JF7W' where id=2;
-update noar tt set b0='0XDBSJQ37C1B1' where id=2;
-update noar ti set b0='0XDBSJQ37C1B1' where id=2;
-update noar tt set v0='VB3JYG02RJ8E6IDSKDQ3RMGSJ' where id=2;
-update noar ti set v0='VB3JYG02RJ8E6IDSKDQ3RMGSJ' where id=2;
-update noar tt set b1='D2AJJ28OJAYTNHO6TV4Q9J1VC96EJVM3' where id=2;
-update noar ti set b1='D2AJJ28OJAYTNHO6TV4Q9J1VC96EJVM3' where id=2;
-update noar tt set v0='MX1S97WB11QS6GCW0KY353CSO84LMI' where id=2;
-update noar ti set v0='MX1S97WB11QS6GCW0KY353CSO84LMI' where id=2;
-update noar tt set b2='8Q53SEJ02L' where id=2;
-update noar ti set b2='8Q53SEJ02L' where id=2;
-update noar tt set v0='8ET40P6O8VS62ZDKGGB0BCF42A5M1' where id=3;
-update noar ti set v0='8ET40P6O8VS62ZDKGGB0BCF42A5M1' where id=3;
-update noar tt set b0='GSIU' where id=3;
-update noar ti set b0='GSIU' where id=3;
-update noar tt set v0='Y1' where id=3;
-update noar ti set v0='Y1' where id=3;
-update noar tt set b1='T68PIO' where id=3;
-update noar ti set b1='T68PIO' where id=3;
-update noar tt set v0='K6NEEP5R4ATOBJJ9IH990' where id=3;
-update noar ti set v0='K6NEEP5R4ATOBJJ9IH990' where id=3;
-update noar tt set b2='K5W7IM6LWGZZ3M0' where id=3;
-update noar ti set b2='K5W7IM6LWGZZ3M0' where id=3;
-update noar tt set v0='P49ZS' where id=4;
-update noar ti set v0='P49ZS' where id=4;
-update noar tt set b0='KDP' where id=4;
-update noar ti set b0='KDP' where id=4;
-update noar tt set v0='I6JSNI6VKA106P2DLH3U06FLTIC' where id=4;
-update noar ti set v0='I6JSNI6VKA106P2DLH3U06FLTIC' where id=4;
-update noar tt set b1='5E8QJL8K5P7UT4' where id=4;
-update noar ti set b1='5E8QJL8K5P7UT4' where id=4;
-update noar tt set v0='FNH8200Q2VSF4SLJXHACPRYCE59D' where id=4;
-update noar ti set v0='FNH8200Q2VSF4SLJXHACPRYCE59D' where id=4;
-update noar tt set b2='1' where id=4;
-update noar ti set b2='1' where id=4;
-update noar tt set v0='L9IM6QM82EJY0QM8DF1HN9L' where id=5;
-update noar ti set v0='L9IM6QM82EJY0QM8DF1HN9L' where id=5;
-update noar tt set b0='YSOKXCCVIFPNE503BJ' where id=5;
-update noar ti set b0='YSOKXCCVIFPNE503BJ' where id=5;
-update noar tt set v0='77RQMOAWWQ0WCCKOCIDF3RWR1UB' where id=5;
-update noar ti set v0='77RQMOAWWQ0WCCKOCIDF3RWR1UB' where id=5;
-update noar tt set b1='OYEDEKH3FKZFIRXGPD9C3M1AIOJS' where id=5;
-update noar ti set b1='OYEDEKH3FKZFIRXGPD9C3M1AIOJS' where id=5;
-update noar tt set v0='XHAE0O9UVJ6RGJ84XB6GP7SU4F6' where id=5;
-update noar ti set v0='XHAE0O9UVJ6RGJ84XB6GP7SU4F6' where id=5;
-update noar tt set b2='0A78JP672GGOL1EPEZ2FL3' where id=5;
-update noar ti set b2='0A78JP672GGOL1EPEZ2FL3' where id=5;
-update noar tt set v0='KD' where id=6;
-update noar ti set v0='KD' where id=6;
-update noar tt set b0='1QQWGJWNDGDP56Y8KP1Q16BVF7OMYE7J' where id=6;
-update noar ti set b0='1QQWGJWNDGDP56Y8KP1Q16BVF7OMYE7J' where id=6;
-update noar tt set v0='IWRP' where id=6;
-update noar ti set v0='IWRP' where id=6;
-update noar tt set b1='OFF94CSWJROSA21895' where id=6;
-update noar ti set b1='OFF94CSWJROSA21895' where id=6;
-update noar tt set v0='VSS3UFBK9WK1FJHECF7BY' where id=6;
-update noar ti set v0='VSS3UFBK9WK1FJHECF7BY' where id=6;
-update noar tt set b2='K09ZEN03ZESE0SNQUDT8M78N5HPI2D' where id=6;
-update noar ti set b2='K09ZEN03ZESE0SNQUDT8M78N5HPI2D' where id=6;
-update noar tt set v0='383CEKGJLRUZ5LNDRPXFI0OHDFUIC' where id=7;
-update noar ti set v0='383CEKGJLRUZ5LNDRPXFI0OHDFUIC' where id=7;
-update noar tt set b0='2WBF9WB999SJ6QLA9YLC90BNWY2J' where id=7;
-update noar ti set b0='2WBF9WB999SJ6QLA9YLC90BNWY2J' where id=7;
-update noar tt set v0='MNE5FOBSGFRYEDHVDH' where id=7;
-update noar ti set v0='MNE5FOBSGFRYEDHVDH' where id=7;
-update noar tt set b1='NWRSX' where id=7;
-update noar ti set b1='NWRSX' where id=7;
-update noar tt set v0='PEEX1XTC97SKEC5TPVEF8NDD8XYHOQK' where id=7;
-update noar ti set v0='PEEX1XTC97SKEC5TPVEF8NDD8XYHOQK' where id=7;
-update noar tt set b2='QQPRH7ZR32V' where id=7;
-update noar ti set b2='QQPRH7ZR32V' where id=7;
-update noar tt set v0='4I9UBAA9QYT' where id=8;
-update noar ti set v0='4I9UBAA9QYT' where id=8;
-update noar tt set b0='5W7' where id=8;
-update noar ti set b0='5W7' where id=8;
-update noar tt set v0='B9OY5AQA4Q' where id=8;
-update noar ti set v0='B9OY5AQA4Q' where id=8;
-update noar tt set b1='LJAAXNXP115K7KM1VP' where id=8;
-update noar ti set b1='LJAAXNXP115K7KM1VP' where id=8;
-update noar tt set v0='DV4RPJBFVTIDKBC7OBF' where id=8;
-update noar ti set v0='DV4RPJBFVTIDKBC7OBF' where id=8;
-update noar tt set b2='31VBHA0WYNFMM0ND1U3HA' where id=8;
-update noar ti set b2='31VBHA0WYNFMM0ND1U3HA' where id=8;
-update noar tt set v0='Q4WQ7401MZ24PGXAC3OHA5M95U24K5' where id=9;
-update noar ti set v0='Q4WQ7401MZ24PGXAC3OHA5M95U24K5' where id=9;
-update noar tt set b0='CCYD2J6VRZ8IJZ8LVQMUF0740B6' where id=9;
-update noar ti set b0='CCYD2J6VRZ8IJZ8LVQMUF0740B6' where id=9;
-update noar tt set v0='UC9C4E0GIFIGUYP' where id=9;
-update noar ti set v0='UC9C4E0GIFIGUYP' where id=9;
-update noar tt set b1='A3' where id=9;
-update noar ti set b1='A3' where id=9;
-update noar tt set v0='10P3FW1DBL1FZNSA8YDZ2AP6D3O' where id=9;
-update noar ti set v0='10P3FW1DBL1FZNSA8YDZ2AP6D3O' where id=9;
-update noar tt set b2='D1W4JN1FXC42K1VHTKH0E9189' where id=9;
-update noar ti set b2='D1W4JN1FXC42K1VHTKH0E9189' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) null,
- b0 mediumblob null,
- b1 mediumblob null,
- b2 mediumblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='924DMLHUZX5E1Y19A7U7N00' where id=1;
-update noar ti set v0='924DMLHUZX5E1Y19A7U7N00' where id=1;
-update noar tt set b0='JP8DZFA' where id=1;
-update noar ti set b0='JP8DZFA' where id=1;
-update noar tt set v0='3FP51JAYA91UO2ZDE5O10FDOHYV34OL6' where id=1;
-update noar ti set v0='3FP51JAYA91UO2ZDE5O10FDOHYV34OL6' where id=1;
-update noar tt set b1='9VLRHCPDWO0C4K' where id=1;
-update noar ti set b1='9VLRHCPDWO0C4K' where id=1;
-update noar tt set v0='3MSN1U5RD7EP1DUM8C5SN1' where id=1;
-update noar ti set v0='3MSN1U5RD7EP1DUM8C5SN1' where id=1;
-update noar tt set b2='E9ZJ11IDFLF58P0EXXN1HLOL' where id=1;
-update noar ti set b2='E9ZJ11IDFLF58P0EXXN1HLOL' where id=1;
-update noar tt set v0='GBN11VA7O1ALPWFGF52YW' where id=2;
-update noar ti set v0='GBN11VA7O1ALPWFGF52YW' where id=2;
-update noar tt set b0='F1WQIPUA04D3SKKS21AG1X7Y' where id=2;
-update noar ti set b0='F1WQIPUA04D3SKKS21AG1X7Y' where id=2;
-update noar tt set v0='JLAQ0KAECQ44HIXDL' where id=2;
-update noar ti set v0='JLAQ0KAECQ44HIXDL' where id=2;
-update noar tt set b1='MOCI6K7R99AWNUUY41PR' where id=2;
-update noar ti set b1='MOCI6K7R99AWNUUY41PR' where id=2;
-update noar tt set v0='VAAT8W7W' where id=2;
-update noar ti set v0='VAAT8W7W' where id=2;
-update noar tt set b2='4JSEXQ6S' where id=2;
-update noar ti set b2='4JSEXQ6S' where id=2;
-update noar tt set v0='ZHBHDC' where id=3;
-update noar ti set v0='ZHBHDC' where id=3;
-update noar tt set b0='5TGZ8GVN8CL16U3X8' where id=3;
-update noar ti set b0='5TGZ8GVN8CL16U3X8' where id=3;
-update noar tt set v0='TU23OZIPA8UGBI' where id=3;
-update noar ti set v0='TU23OZIPA8UGBI' where id=3;
-update noar tt set b1='346JR8GAKLXM33M2K2JTXV8G4ATS' where id=3;
-update noar ti set b1='346JR8GAKLXM33M2K2JTXV8G4ATS' where id=3;
-update noar tt set v0='4C73OMK8H1DCENPECENX9A' where id=3;
-update noar ti set v0='4C73OMK8H1DCENPECENX9A' where id=3;
-update noar tt set b2='INLDUPR0LZDEP0RZTGQGN' where id=3;
-update noar ti set b2='INLDUPR0LZDEP0RZTGQGN' where id=3;
-update noar tt set v0='YT7A' where id=4;
-update noar ti set v0='YT7A' where id=4;
-update noar tt set b0='0FDN1G9PMPQZ3AR' where id=4;
-update noar ti set b0='0FDN1G9PMPQZ3AR' where id=4;
-update noar tt set v0='Y4NSKJ0ECCB1811XFX6V395Z6JOU7E' where id=4;
-update noar ti set v0='Y4NSKJ0ECCB1811XFX6V395Z6JOU7E' where id=4;
-update noar tt set b1='TS1KIWDC11NU' where id=4;
-update noar ti set b1='TS1KIWDC11NU' where id=4;
-update noar tt set v0='MSOK978ZD6RHCAA54PZK' where id=4;
-update noar ti set v0='MSOK978ZD6RHCAA54PZK' where id=4;
-update noar tt set b2='6ODSCOI97HKWV6XBS' where id=4;
-update noar ti set b2='6ODSCOI97HKWV6XBS' where id=4;
-update noar tt set v0='WOHVUAJC0J' where id=5;
-update noar ti set v0='WOHVUAJC0J' where id=5;
-update noar tt set b0='M8FU0I4A' where id=5;
-update noar ti set b0='M8FU0I4A' where id=5;
-update noar tt set v0='WTRCHAKQH0Q7' where id=5;
-update noar ti set v0='WTRCHAKQH0Q7' where id=5;
-update noar tt set b1='AJ2AOKL3WOO0O2MFUBQAKRRPFK0ZC' where id=5;
-update noar ti set b1='AJ2AOKL3WOO0O2MFUBQAKRRPFK0ZC' where id=5;
-update noar tt set v0='4B2HHDWGINKTA1DZ7SV' where id=5;
-update noar ti set v0='4B2HHDWGINKTA1DZ7SV' where id=5;
-update noar tt set b2='B6U2C5HAUQRG86JD' where id=5;
-update noar ti set b2='B6U2C5HAUQRG86JD' where id=5;
-update noar tt set v0='TSO5YX' where id=6;
-update noar ti set v0='TSO5YX' where id=6;
-update noar tt set b0='6Z' where id=6;
-update noar ti set b0='6Z' where id=6;
-update noar tt set v0='LJTSFVDF32CM9OQTRASPTZJ' where id=6;
-update noar ti set v0='LJTSFVDF32CM9OQTRASPTZJ' where id=6;
-update noar tt set b1='WOMS5DM' where id=6;
-update noar ti set b1='WOMS5DM' where id=6;
-update noar tt set v0='WC6TYFYM4' where id=6;
-update noar ti set v0='WC6TYFYM4' where id=6;
-update noar tt set b2='TVVGTIBZR' where id=6;
-update noar ti set b2='TVVGTIBZR' where id=6;
-update noar tt set v0='WGCS9V7O6OFGL2SAUTY7I' where id=7;
-update noar ti set v0='WGCS9V7O6OFGL2SAUTY7I' where id=7;
-update noar tt set b0='2' where id=7;
-update noar ti set b0='2' where id=7;
-update noar tt set v0='SA0N50XSZOX' where id=7;
-update noar ti set v0='SA0N50XSZOX' where id=7;
-update noar tt set b1='1361TR9CM8MLP9KE2UTD7EMT' where id=7;
-update noar ti set b1='1361TR9CM8MLP9KE2UTD7EMT' where id=7;
-update noar tt set v0='IN5N' where id=7;
-update noar ti set v0='IN5N' where id=7;
-update noar tt set b2='C65GYPRJZ7S4V8D53UF5ZJ' where id=7;
-update noar ti set b2='C65GYPRJZ7S4V8D53UF5ZJ' where id=7;
-update noar tt set v0='HBMGILPW70USWKO' where id=8;
-update noar ti set v0='HBMGILPW70USWKO' where id=8;
-update noar tt set b0='208RB6CBMXVB53KPANMN4EE' where id=8;
-update noar ti set b0='208RB6CBMXVB53KPANMN4EE' where id=8;
-update noar tt set v0='PM591F8MB5DCB9IBGFF0ONPZ7XEY0QW9' where id=8;
-update noar ti set v0='PM591F8MB5DCB9IBGFF0ONPZ7XEY0QW9' where id=8;
-update noar tt set b1='VOL66R8SNXATYYT6UZKS3RS' where id=8;
-update noar ti set b1='VOL66R8SNXATYYT6UZKS3RS' where id=8;
-update noar tt set v0='N6ZN051UYD077Y387' where id=8;
-update noar ti set v0='N6ZN051UYD077Y387' where id=8;
-update noar tt set b2='JPR6S6LDP719XB' where id=8;
-update noar ti set b2='JPR6S6LDP719XB' where id=8;
-update noar tt set v0='BWTN29E6C5CQGXS5LH7HFGRPXHLCRU' where id=9;
-update noar ti set v0='BWTN29E6C5CQGXS5LH7HFGRPXHLCRU' where id=9;
-update noar tt set b0='7G7ZVU4S9B3KWOZAONRU' where id=9;
-update noar ti set b0='7G7ZVU4S9B3KWOZAONRU' where id=9;
-update noar tt set v0='VO' where id=9;
-update noar ti set v0='VO' where id=9;
-update noar tt set b1='WIL0ZP5I27' where id=9;
-update noar ti set b1='WIL0ZP5I27' where id=9;
-update noar tt set v0='EZ4LVF8VSTKFNYNN8' where id=9;
-update noar ti set v0='EZ4LVF8VSTKFNYNN8' where id=9;
-update noar tt set b2='RKVSQY' where id=9;
-update noar ti set b2='RKVSQY' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) not null,
- b0 mediumblob not null,
- b1 mediumblob not null,
- b2 mediumblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='RX' where id=1;
-update noar ti set v0='RX' where id=1;
-update noar tt set b0='2WCIMKBCKFK7PGH' where id=1;
-update noar ti set b0='2WCIMKBCKFK7PGH' where id=1;
-update noar tt set v0='706PK' where id=1;
-update noar ti set v0='706PK' where id=1;
-update noar tt set b1='6E' where id=1;
-update noar ti set b1='6E' where id=1;
-update noar tt set v0='1ORZ2X5I49' where id=1;
-update noar ti set v0='1ORZ2X5I49' where id=1;
-update noar tt set b2='T6VKX' where id=1;
-update noar ti set b2='T6VKX' where id=1;
-update noar tt set v0='03' where id=2;
-update noar ti set v0='03' where id=2;
-update noar tt set b0='I8E6KN6YTPV9XDN7VML4EXHTS4FROVW' where id=2;
-update noar ti set b0='I8E6KN6YTPV9XDN7VML4EXHTS4FROVW' where id=2;
-update noar tt set v0='UQ3SS' where id=2;
-update noar ti set v0='UQ3SS' where id=2;
-update noar tt set b1='5HNIC6VAZ3UUF4LUSHJ6GN1ERO9CBW2W' where id=2;
-update noar ti set b1='5HNIC6VAZ3UUF4LUSHJ6GN1ERO9CBW2W' where id=2;
-update noar tt set v0='78M7YTPAQAYTB64XCV00ZF' where id=2;
-update noar ti set v0='78M7YTPAQAYTB64XCV00ZF' where id=2;
-update noar tt set b2='16G' where id=2;
-update noar ti set b2='16G' where id=2;
-update noar tt set v0='0JIQT30HOJRN0TR8D7YWPA5WOR' where id=3;
-update noar ti set v0='0JIQT30HOJRN0TR8D7YWPA5WOR' where id=3;
-update noar tt set b0='WEL6DTZCHTYUL7KZHABDO' where id=3;
-update noar ti set b0='WEL6DTZCHTYUL7KZHABDO' where id=3;
-update noar tt set v0='MIKXSUXLEMVJ43RVGFB' where id=3;
-update noar ti set v0='MIKXSUXLEMVJ43RVGFB' where id=3;
-update noar tt set b1='0IHM2JLXMH2ZB' where id=3;
-update noar ti set b1='0IHM2JLXMH2ZB' where id=3;
-update noar tt set v0='UVOG2TS516' where id=3;
-update noar ti set v0='UVOG2TS516' where id=3;
-update noar tt set b2='IQSM8OM' where id=3;
-update noar ti set b2='IQSM8OM' where id=3;
-update noar tt set v0='YUSNVJJMY5BWXLZE86' where id=4;
-update noar ti set v0='YUSNVJJMY5BWXLZE86' where id=4;
-update noar tt set b0='X2' where id=4;
-update noar ti set b0='X2' where id=4;
-update noar tt set v0='7HB0QKR67NM' where id=4;
-update noar ti set v0='7HB0QKR67NM' where id=4;
-update noar tt set b1='XG' where id=4;
-update noar ti set b1='XG' where id=4;
-update noar tt set v0='Y0JQPUGEOPQI0EK7XNT1G3' where id=4;
-update noar ti set v0='Y0JQPUGEOPQI0EK7XNT1G3' where id=4;
-update noar tt set b2='HO749TUPMSMB7VLMDFER4' where id=4;
-update noar ti set b2='HO749TUPMSMB7VLMDFER4' where id=4;
-update noar tt set v0='7UUD0C' where id=5;
-update noar ti set v0='7UUD0C' where id=5;
-update noar tt set b0='JVY3ARWMV' where id=5;
-update noar ti set b0='JVY3ARWMV' where id=5;
-update noar tt set v0='7L' where id=5;
-update noar ti set v0='7L' where id=5;
-update noar tt set b1='QA29N6YZ8FH17Z2PNCBK6HR6' where id=5;
-update noar ti set b1='QA29N6YZ8FH17Z2PNCBK6HR6' where id=5;
-update noar tt set v0='DB46BRMV41GEHUHHBWF2DE0' where id=5;
-update noar ti set v0='DB46BRMV41GEHUHHBWF2DE0' where id=5;
-update noar tt set b2='JEUV1' where id=5;
-update noar ti set b2='JEUV1' where id=5;
-update noar tt set v0='R65BOTHCZ' where id=6;
-update noar ti set v0='R65BOTHCZ' where id=6;
-update noar tt set b0='CBJ' where id=6;
-update noar ti set b0='CBJ' where id=6;
-update noar tt set v0='77DZEK4T' where id=6;
-update noar ti set v0='77DZEK4T' where id=6;
-update noar tt set b1='LSRJKJGL36P9S57649G320Z' where id=6;
-update noar ti set b1='LSRJKJGL36P9S57649G320Z' where id=6;
-update noar tt set v0='9BMF4BKIOD7XVDUNI35PG2' where id=6;
-update noar ti set v0='9BMF4BKIOD7XVDUNI35PG2' where id=6;
-update noar tt set b2='JZBV6WWM2FVYN4E19J' where id=6;
-update noar ti set b2='JZBV6WWM2FVYN4E19J' where id=6;
-update noar tt set v0='F43ZUIDPHZ4AVK3' where id=7;
-update noar ti set v0='F43ZUIDPHZ4AVK3' where id=7;
-update noar tt set b0='N4FA8K89K3KJ4XISQ8V' where id=7;
-update noar ti set b0='N4FA8K89K3KJ4XISQ8V' where id=7;
-update noar tt set v0='Q1343X9C6MLSTV' where id=7;
-update noar ti set v0='Q1343X9C6MLSTV' where id=7;
-update noar tt set b1='UYRSGXXC' where id=7;
-update noar ti set b1='UYRSGXXC' where id=7;
-update noar tt set v0='5EI5LREEYV0QINGGU' where id=7;
-update noar ti set v0='5EI5LREEYV0QINGGU' where id=7;
-update noar tt set b2='2XHXN8BJ6LRT9IACSXQXGV70WLQXYQ' where id=7;
-update noar ti set b2='2XHXN8BJ6LRT9IACSXQXGV70WLQXYQ' where id=7;
-update noar tt set v0='FH1YCOSPJZF6R3RHK6Z5AI3' where id=8;
-update noar ti set v0='FH1YCOSPJZF6R3RHK6Z5AI3' where id=8;
-update noar tt set b0='2MCJUZ5V291MY' where id=8;
-update noar ti set b0='2MCJUZ5V291MY' where id=8;
-update noar tt set v0='9M3GJC0B' where id=8;
-update noar ti set v0='9M3GJC0B' where id=8;
-update noar tt set b1='BYHHYHHUNAEQUJM6W' where id=8;
-update noar ti set b1='BYHHYHHUNAEQUJM6W' where id=8;
-update noar tt set v0='B5N' where id=8;
-update noar ti set v0='B5N' where id=8;
-update noar tt set b2='RKU2PO8ZTD3O0ZO3LRDZ5TVZ26QA7G' where id=8;
-update noar ti set b2='RKU2PO8ZTD3O0ZO3LRDZ5TVZ26QA7G' where id=8;
-update noar tt set v0='OGBGY3ZREMY193Q9F' where id=9;
-update noar ti set v0='OGBGY3ZREMY193Q9F' where id=9;
-update noar tt set b0='CH0XSWBC2P' where id=9;
-update noar ti set b0='CH0XSWBC2P' where id=9;
-update noar tt set v0='KK3FY02GXPPSJE15SFKWL4UR' where id=9;
-update noar ti set v0='KK3FY02GXPPSJE15SFKWL4UR' where id=9;
-update noar tt set b1='AXCLAER11W651LFG' where id=9;
-update noar ti set b1='AXCLAER11W651LFG' where id=9;
-update noar tt set v0='JE3BLVVQNPLHWMM' where id=9;
-update noar ti set v0='JE3BLVVQNPLHWMM' where id=9;
-update noar tt set b2='ITIF' where id=9;
-update noar ti set b2='ITIF' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) not null,
- b0 mediumblob not null,
- b1 mediumblob not null,
- b2 mediumblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='7' where id=1;
-update noar ti set v0='7' where id=1;
-update noar tt set b0='XB69E018X678RTWFNPBOH8W6Z' where id=1;
-update noar ti set b0='XB69E018X678RTWFNPBOH8W6Z' where id=1;
-update noar tt set v0='KKEDB67B7JJ1NIJCXCYV5EVQEVE' where id=1;
-update noar ti set v0='KKEDB67B7JJ1NIJCXCYV5EVQEVE' where id=1;
-update noar tt set b1='VLDXMXBKYLHWY' where id=1;
-update noar ti set b1='VLDXMXBKYLHWY' where id=1;
-update noar tt set v0='H7H7P0LLQ6BK5SXAS2FRSEIR77T1RLZ' where id=1;
-update noar ti set v0='H7H7P0LLQ6BK5SXAS2FRSEIR77T1RLZ' where id=1;
-update noar tt set b2='RXYF95Q' where id=1;
-update noar ti set b2='RXYF95Q' where id=1;
-update noar tt set v0='05' where id=2;
-update noar ti set v0='05' where id=2;
-update noar tt set b0='ZB1DFZM' where id=2;
-update noar ti set b0='ZB1DFZM' where id=2;
-update noar tt set v0='HKG3PDFVE5' where id=2;
-update noar ti set v0='HKG3PDFVE5' where id=2;
-update noar tt set b1='A7SMDWGJM7BXX99' where id=2;
-update noar ti set b1='A7SMDWGJM7BXX99' where id=2;
-update noar tt set v0='09KYTXMNP3B9JT' where id=2;
-update noar ti set v0='09KYTXMNP3B9JT' where id=2;
-update noar tt set b2='6I36X22EZW0A9B' where id=2;
-update noar ti set b2='6I36X22EZW0A9B' where id=2;
-update noar tt set v0='LS6AL05UQLTVSIHGW9U69GCB3A' where id=3;
-update noar ti set v0='LS6AL05UQLTVSIHGW9U69GCB3A' where id=3;
-update noar tt set b0='SUPSJAV22BA9ZSBDS8Q5KTZ0QR' where id=3;
-update noar ti set b0='SUPSJAV22BA9ZSBDS8Q5KTZ0QR' where id=3;
-update noar tt set v0='PSDFUNRWD3DE7T973DE' where id=3;
-update noar ti set v0='PSDFUNRWD3DE7T973DE' where id=3;
-update noar tt set b1='W7FL5IIMK1Z' where id=3;
-update noar ti set b1='W7FL5IIMK1Z' where id=3;
-update noar tt set v0='7HVRYZKHWX9S0L54UGF5AMS8DTMB' where id=3;
-update noar ti set v0='7HVRYZKHWX9S0L54UGF5AMS8DTMB' where id=3;
-update noar tt set b2='76WUV4E03OP8IC7XANZDRT1' where id=3;
-update noar ti set b2='76WUV4E03OP8IC7XANZDRT1' where id=3;
-update noar tt set v0='SSNGY' where id=4;
-update noar ti set v0='SSNGY' where id=4;
-update noar tt set b0='8O8GHEQCYIFTG02G17DPCNHYJ5ZYTWL' where id=4;
-update noar ti set b0='8O8GHEQCYIFTG02G17DPCNHYJ5ZYTWL' where id=4;
-update noar tt set v0='IVRBC79VODTM5ESR5' where id=4;
-update noar ti set v0='IVRBC79VODTM5ESR5' where id=4;
-update noar tt set b1='A5' where id=4;
-update noar ti set b1='A5' where id=4;
-update noar tt set v0='NZLWCKXZPYQBLG2315A9TCWPEK17' where id=4;
-update noar ti set v0='NZLWCKXZPYQBLG2315A9TCWPEK17' where id=4;
-update noar tt set b2='HGWVIJPSN0GFXZ' where id=4;
-update noar ti set b2='HGWVIJPSN0GFXZ' where id=4;
-update noar tt set v0='N27FQ1OHGWUYQSO2P36VHTG1N' where id=5;
-update noar ti set v0='N27FQ1OHGWUYQSO2P36VHTG1N' where id=5;
-update noar tt set b0='6EX94' where id=5;
-update noar ti set b0='6EX94' where id=5;
-update noar tt set v0='5QA780MPCBH12AG76Q6DCL' where id=5;
-update noar ti set v0='5QA780MPCBH12AG76Q6DCL' where id=5;
-update noar tt set b1='2XRCU69NFWZF7XDFNR' where id=5;
-update noar ti set b1='2XRCU69NFWZF7XDFNR' where id=5;
-update noar tt set v0='LRVEXWM4468MWAS8' where id=5;
-update noar ti set v0='LRVEXWM4468MWAS8' where id=5;
-update noar tt set b2='55M1LI6OOO0ZSD6OG0AYH4' where id=5;
-update noar ti set b2='55M1LI6OOO0ZSD6OG0AYH4' where id=5;
-update noar tt set v0='K9' where id=6;
-update noar ti set v0='K9' where id=6;
-update noar tt set b0='TS1VF5B9QKAP31QTG' where id=6;
-update noar ti set b0='TS1VF5B9QKAP31QTG' where id=6;
-update noar tt set v0='6FP81YSFF0BBMZGX8J0TDBJNIHS60XG' where id=6;
-update noar ti set v0='6FP81YSFF0BBMZGX8J0TDBJNIHS60XG' where id=6;
-update noar tt set b1='CMQ5JZKPNE8G1UZU30JQZWEW' where id=6;
-update noar ti set b1='CMQ5JZKPNE8G1UZU30JQZWEW' where id=6;
-update noar tt set v0='CYCBT' where id=6;
-update noar ti set v0='CYCBT' where id=6;
-update noar tt set b2='7NSLPYVX1TQNRH0WX4ACGSXATH7GKFAS' where id=6;
-update noar ti set b2='7NSLPYVX1TQNRH0WX4ACGSXATH7GKFAS' where id=6;
-update noar tt set v0='CBZF6X7INO4ZHUM2G1' where id=7;
-update noar ti set v0='CBZF6X7INO4ZHUM2G1' where id=7;
-update noar tt set b0='ZUE226DQC65JWJD9FIHRW40DAP2R' where id=7;
-update noar ti set b0='ZUE226DQC65JWJD9FIHRW40DAP2R' where id=7;
-update noar tt set v0='W18N5FE2S4OHWQ7X' where id=7;
-update noar ti set v0='W18N5FE2S4OHWQ7X' where id=7;
-update noar tt set b1='J45XTK0VD03QD23KTB9CFUX8QTOH' where id=7;
-update noar ti set b1='J45XTK0VD03QD23KTB9CFUX8QTOH' where id=7;
-update noar tt set v0='0CU' where id=7;
-update noar ti set v0='0CU' where id=7;
-update noar tt set b2='57OPJB9725UTU7H' where id=7;
-update noar ti set b2='57OPJB9725UTU7H' where id=7;
-update noar tt set v0='I9H685OG5WIGKTI3733' where id=8;
-update noar ti set v0='I9H685OG5WIGKTI3733' where id=8;
-update noar tt set b0='N0QLZ27FYU' where id=8;
-update noar ti set b0='N0QLZ27FYU' where id=8;
-update noar tt set v0='WIJRXFY' where id=8;
-update noar ti set v0='WIJRXFY' where id=8;
-update noar tt set b1='HLX2BV5FZ5IM047NC' where id=8;
-update noar ti set b1='HLX2BV5FZ5IM047NC' where id=8;
-update noar tt set v0='5' where id=8;
-update noar ti set v0='5' where id=8;
-update noar tt set b2='7RTVAR3LTZ2JOHFFQVK1Z' where id=8;
-update noar ti set b2='7RTVAR3LTZ2JOHFFQVK1Z' where id=8;
-update noar tt set v0='4XZ3ISOBVA9IEZI9ND' where id=9;
-update noar ti set v0='4XZ3ISOBVA9IEZI9ND' where id=9;
-update noar tt set b0='RZHK868VDX9XSQUN0X5IYKCHJR208PH' where id=9;
-update noar ti set b0='RZHK868VDX9XSQUN0X5IYKCHJR208PH' where id=9;
-update noar tt set v0='OF' where id=9;
-update noar ti set v0='OF' where id=9;
-update noar tt set b1='ZQEIMTX7MNTG' where id=9;
-update noar ti set b1='ZQEIMTX7MNTG' where id=9;
-update noar tt set v0='OL1ST5QPQ743W2EJMI4YR' where id=9;
-update noar ti set v0='OL1ST5QPQ743W2EJMI4YR' where id=9;
-update noar tt set b2='86J6JEVBKRD2VOC2REPQ4DAJ5' where id=9;
-update noar ti set b2='86J6JEVBKRD2VOC2REPQ4DAJ5' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) null,
- b0 mediumblob null,
- b1 mediumblob null,
- b2 longblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='VG' where id=1;
-update noar ti set v0='VG' where id=1;
-update noar tt set b0='FJN3XA968HN9GHXM2APSKL' where id=1;
-update noar ti set b0='FJN3XA968HN9GHXM2APSKL' where id=1;
-update noar tt set v0='YDIZSA59WFXQC1OOSIWBSOEK3F1H1W' where id=1;
-update noar ti set v0='YDIZSA59WFXQC1OOSIWBSOEK3F1H1W' where id=1;
-update noar tt set b1='H1G3' where id=1;
-update noar ti set b1='H1G3' where id=1;
-update noar tt set v0='NBD14WRQR0XZP2SG7WNG5Q0Q209YTAHY' where id=1;
-update noar ti set v0='NBD14WRQR0XZP2SG7WNG5Q0Q209YTAHY' where id=1;
-update noar tt set b2='QJOFOW1SGBID86VK7296EWSZGG9J7X' where id=1;
-update noar ti set b2='QJOFOW1SGBID86VK7296EWSZGG9J7X' where id=1;
-update noar tt set v0='YCV4YB8X8MIYIYDSAPD' where id=2;
-update noar ti set v0='YCV4YB8X8MIYIYDSAPD' where id=2;
-update noar tt set b0='YE8DN4ZG5OO01GEMYI5CLXSTV' where id=2;
-update noar ti set b0='YE8DN4ZG5OO01GEMYI5CLXSTV' where id=2;
-update noar tt set v0='F5WDA5H09RI' where id=2;
-update noar ti set v0='F5WDA5H09RI' where id=2;
-update noar tt set b1='DVLYDGB9UAVRDQ160SF6' where id=2;
-update noar ti set b1='DVLYDGB9UAVRDQ160SF6' where id=2;
-update noar tt set v0='PZ1LPO8WDF04JS2' where id=2;
-update noar ti set v0='PZ1LPO8WDF04JS2' where id=2;
-update noar tt set b2='L9HGD8ZI4WKVC7T2' where id=2;
-update noar ti set b2='L9HGD8ZI4WKVC7T2' where id=2;
-update noar tt set v0='Y6E0C0SOYHI' where id=3;
-update noar ti set v0='Y6E0C0SOYHI' where id=3;
-update noar tt set b0='PNCSIUC' where id=3;
-update noar ti set b0='PNCSIUC' where id=3;
-update noar tt set v0='5QKUG4AENZJWRD' where id=3;
-update noar ti set v0='5QKUG4AENZJWRD' where id=3;
-update noar tt set b1='OSHU5P5' where id=3;
-update noar ti set b1='OSHU5P5' where id=3;
-update noar tt set v0='962Q7' where id=3;
-update noar ti set v0='962Q7' where id=3;
-update noar tt set b2='L1IT8QRRQT0BWQSQIHUH9Z8KM4U' where id=3;
-update noar ti set b2='L1IT8QRRQT0BWQSQIHUH9Z8KM4U' where id=3;
-update noar tt set v0='XK5GGNXZPPZ6KKPPRRM2YDNICKWZ3ZJ' where id=4;
-update noar ti set v0='XK5GGNXZPPZ6KKPPRRM2YDNICKWZ3ZJ' where id=4;
-update noar tt set b0='GURSCLP' where id=4;
-update noar ti set b0='GURSCLP' where id=4;
-update noar tt set v0='V2FN6E1TUKV9341PNOEEI' where id=4;
-update noar ti set v0='V2FN6E1TUKV9341PNOEEI' where id=4;
-update noar tt set b1='H5KLD5TAR3248MKYBEQ8OXNSBOPE' where id=4;
-update noar ti set b1='H5KLD5TAR3248MKYBEQ8OXNSBOPE' where id=4;
-update noar tt set v0='GL5QUK8KUS427DRNM0UIMSCF63M' where id=4;
-update noar ti set v0='GL5QUK8KUS427DRNM0UIMSCF63M' where id=4;
-update noar tt set b2='WVV2D762GU1TKFJD' where id=4;
-update noar ti set b2='WVV2D762GU1TKFJD' where id=4;
-update noar tt set v0='KN45QZJC4V72WP0XIC5PO8XFH6F' where id=5;
-update noar ti set v0='KN45QZJC4V72WP0XIC5PO8XFH6F' where id=5;
-update noar tt set b0='B327PUI3MYCEI8XP96' where id=5;
-update noar ti set b0='B327PUI3MYCEI8XP96' where id=5;
-update noar tt set v0='DA7DXNGKX7' where id=5;
-update noar ti set v0='DA7DXNGKX7' where id=5;
-update noar tt set b1='KB1G9K7XE09SF6LGY5I47' where id=5;
-update noar ti set b1='KB1G9K7XE09SF6LGY5I47' where id=5;
-update noar tt set v0='E570M6JXEA4JBZJFPHFT' where id=5;
-update noar ti set v0='E570M6JXEA4JBZJFPHFT' where id=5;
-update noar tt set b2='W3L' where id=5;
-update noar ti set b2='W3L' where id=5;
-update noar tt set v0='DSR1XNMKT0AZ' where id=6;
-update noar ti set v0='DSR1XNMKT0AZ' where id=6;
-update noar tt set b0='18X' where id=6;
-update noar ti set b0='18X' where id=6;
-update noar tt set v0='6RGPJ2DOCSP5AJWZR2FLHIZVGNW7' where id=6;
-update noar ti set v0='6RGPJ2DOCSP5AJWZR2FLHIZVGNW7' where id=6;
-update noar tt set b1='M6YYVTWBYDTQBG7CI0B5L9V7025WVLC' where id=6;
-update noar ti set b1='M6YYVTWBYDTQBG7CI0B5L9V7025WVLC' where id=6;
-update noar tt set v0='6W0Y' where id=6;
-update noar ti set v0='6W0Y' where id=6;
-update noar tt set b2='KIMUPFZ' where id=6;
-update noar ti set b2='KIMUPFZ' where id=6;
-update noar tt set v0='AH' where id=7;
-update noar ti set v0='AH' where id=7;
-update noar tt set b0='LC1C52G7BB7MO7PT44KJGZIKTU5K4LC' where id=7;
-update noar ti set b0='LC1C52G7BB7MO7PT44KJGZIKTU5K4LC' where id=7;
-update noar tt set v0='48NXU97IQYAGCJYQ3B' where id=7;
-update noar ti set v0='48NXU97IQYAGCJYQ3B' where id=7;
-update noar tt set b1='6U9M2184W42V515NLBDAOSKTWKK6XM' where id=7;
-update noar ti set b1='6U9M2184W42V515NLBDAOSKTWKK6XM' where id=7;
-update noar tt set v0='5ZR6VB9CEAWA4ZSD4J' where id=7;
-update noar ti set v0='5ZR6VB9CEAWA4ZSD4J' where id=7;
-update noar tt set b2='90MNRLNR4UU1F5RXKP6VWLIKB' where id=7;
-update noar ti set b2='90MNRLNR4UU1F5RXKP6VWLIKB' where id=7;
-update noar tt set v0='ARRFXWW4LY05R2U5P5' where id=8;
-update noar ti set v0='ARRFXWW4LY05R2U5P5' where id=8;
-update noar tt set b0='OEVDKE117AD88ZTXFAZ' where id=8;
-update noar ti set b0='OEVDKE117AD88ZTXFAZ' where id=8;
-update noar tt set v0='S0NR1IPLMU5Z07H0R21BRAU4I982IQB8' where id=8;
-update noar ti set v0='S0NR1IPLMU5Z07H0R21BRAU4I982IQB8' where id=8;
-update noar tt set b1='NOI76XV' where id=8;
-update noar ti set b1='NOI76XV' where id=8;
-update noar tt set v0='WXUDSLXIHL42WFJXTBZ0DD1Y' where id=8;
-update noar ti set v0='WXUDSLXIHL42WFJXTBZ0DD1Y' where id=8;
-update noar tt set b2='7PYL9NZFGE9OYKORR' where id=8;
-update noar ti set b2='7PYL9NZFGE9OYKORR' where id=8;
-update noar tt set v0='I7' where id=9;
-update noar ti set v0='I7' where id=9;
-update noar tt set b0='PF' where id=9;
-update noar ti set b0='PF' where id=9;
-update noar tt set v0='HYMII189T4C575LFE1M7BF8YNDI8' where id=9;
-update noar ti set v0='HYMII189T4C575LFE1M7BF8YNDI8' where id=9;
-update noar tt set b1='XUXJH2NAYAUW4N57Q60Y8ZNSUXFHLM6' where id=9;
-update noar ti set b1='XUXJH2NAYAUW4N57Q60Y8ZNSUXFHLM6' where id=9;
-update noar tt set v0='2T2RWCL0Y4' where id=9;
-update noar ti set v0='2T2RWCL0Y4' where id=9;
-update noar tt set b2='1OGXMOK8SAJ87DUVY2AUHSQ' where id=9;
-update noar ti set b2='1OGXMOK8SAJ87DUVY2AUHSQ' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) null,
- b0 mediumblob null,
- b1 mediumblob null,
- b2 longblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='IW6Y0QH0HNFJKJM3' where id=1;
-update noar ti set v0='IW6Y0QH0HNFJKJM3' where id=1;
-update noar tt set b0='73OJM' where id=1;
-update noar ti set b0='73OJM' where id=1;
-update noar tt set v0='SJI5ZFVKS' where id=1;
-update noar ti set v0='SJI5ZFVKS' where id=1;
-update noar tt set b1='P6OAIR0BIQZB0JWRFE1DYZVX6S' where id=1;
-update noar ti set b1='P6OAIR0BIQZB0JWRFE1DYZVX6S' where id=1;
-update noar tt set v0='B9GXKK4BPJYDYWV2XWYU8XAKA25L' where id=1;
-update noar ti set v0='B9GXKK4BPJYDYWV2XWYU8XAKA25L' where id=1;
-update noar tt set b2='V7UN' where id=1;
-update noar ti set b2='V7UN' where id=1;
-update noar tt set v0='D6CQ2AYNS0P3E9335X1KCIQT5W' where id=2;
-update noar ti set v0='D6CQ2AYNS0P3E9335X1KCIQT5W' where id=2;
-update noar tt set b0='FUHPUJ8IP10UF1MZPDY9ELRZ3' where id=2;
-update noar ti set b0='FUHPUJ8IP10UF1MZPDY9ELRZ3' where id=2;
-update noar tt set v0='8WM21ZZLR1Y7Q' where id=2;
-update noar ti set v0='8WM21ZZLR1Y7Q' where id=2;
-update noar tt set b1='K5TAXYWANDG4M68P87O2RJMV04XH70' where id=2;
-update noar ti set b1='K5TAXYWANDG4M68P87O2RJMV04XH70' where id=2;
-update noar tt set v0='7OA0XU52P9HRE8PYRFKC6YW3CJDRP' where id=2;
-update noar ti set v0='7OA0XU52P9HRE8PYRFKC6YW3CJDRP' where id=2;
-update noar tt set b2='QI01UKL4J6EU0W7TL3B5Z6NFGQJT6V0' where id=2;
-update noar ti set b2='QI01UKL4J6EU0W7TL3B5Z6NFGQJT6V0' where id=2;
-update noar tt set v0='LK1XQODE31ALGYF3WBABAW6' where id=3;
-update noar ti set v0='LK1XQODE31ALGYF3WBABAW6' where id=3;
-update noar tt set b0='312HEGO0J4GC00YOCF' where id=3;
-update noar ti set b0='312HEGO0J4GC00YOCF' where id=3;
-update noar tt set v0='7PC' where id=3;
-update noar ti set v0='7PC' where id=3;
-update noar tt set b1='KF57DS0HMKIFTONTVMP0LUYVNOLF' where id=3;
-update noar ti set b1='KF57DS0HMKIFTONTVMP0LUYVNOLF' where id=3;
-update noar tt set v0='AKV6P2UY' where id=3;
-update noar ti set v0='AKV6P2UY' where id=3;
-update noar tt set b2='A9UFBJRKOH479FPRKTS3U4JNX' where id=3;
-update noar ti set b2='A9UFBJRKOH479FPRKTS3U4JNX' where id=3;
-update noar tt set v0='1OHUNAICUT8XP4O66UC' where id=4;
-update noar ti set v0='1OHUNAICUT8XP4O66UC' where id=4;
-update noar tt set b0='TZ9NLOPICFE' where id=4;
-update noar ti set b0='TZ9NLOPICFE' where id=4;
-update noar tt set v0='3VCJE3Q2BSI8ZUAVVL27APDAXBJ' where id=4;
-update noar ti set v0='3VCJE3Q2BSI8ZUAVVL27APDAXBJ' where id=4;
-update noar tt set b1='O9HU0YGH' where id=4;
-update noar ti set b1='O9HU0YGH' where id=4;
-update noar tt set v0='8J' where id=4;
-update noar ti set v0='8J' where id=4;
-update noar tt set b2='3OEEX9SCL3XSV2IMCV8WA804DTWNZXH' where id=4;
-update noar ti set b2='3OEEX9SCL3XSV2IMCV8WA804DTWNZXH' where id=4;
-update noar tt set v0='QYA938NA' where id=5;
-update noar ti set v0='QYA938NA' where id=5;
-update noar tt set b0='30XT95LYU4V06OTXDP4VNM' where id=5;
-update noar ti set b0='30XT95LYU4V06OTXDP4VNM' where id=5;
-update noar tt set v0='8S9K5D2LHGAVDR9LYVH' where id=5;
-update noar ti set v0='8S9K5D2LHGAVDR9LYVH' where id=5;
-update noar tt set b1='4QKM31OZ2K00XUAHX4G3VOW' where id=5;
-update noar ti set b1='4QKM31OZ2K00XUAHX4G3VOW' where id=5;
-update noar tt set v0='5C' where id=5;
-update noar ti set v0='5C' where id=5;
-update noar tt set b2='E5DNMQW0DNEV3XZG881N6' where id=5;
-update noar ti set b2='E5DNMQW0DNEV3XZG881N6' where id=5;
-update noar tt set v0='JKTGTP' where id=6;
-update noar ti set v0='JKTGTP' where id=6;
-update noar tt set b0='8YWA1' where id=6;
-update noar ti set b0='8YWA1' where id=6;
-update noar tt set v0='KE1WTCQWP1SRBSARCBP5HCBL6M' where id=6;
-update noar ti set v0='KE1WTCQWP1SRBSARCBP5HCBL6M' where id=6;
-update noar tt set b1='ZK5C01FTEOGRYX33PG5IQ9UF0F7PN2' where id=6;
-update noar ti set b1='ZK5C01FTEOGRYX33PG5IQ9UF0F7PN2' where id=6;
-update noar tt set v0='E5ZPX8R24XY78TPHAU3YQT26' where id=6;
-update noar ti set v0='E5ZPX8R24XY78TPHAU3YQT26' where id=6;
-update noar tt set b2='GE' where id=6;
-update noar ti set b2='GE' where id=6;
-update noar tt set v0='0XOJYDX8PEHRJYS57XM6B34T3IJPN' where id=7;
-update noar ti set v0='0XOJYDX8PEHRJYS57XM6B34T3IJPN' where id=7;
-update noar tt set b0='PJ6CMI7C' where id=7;
-update noar ti set b0='PJ6CMI7C' where id=7;
-update noar tt set v0='BW1FVWMHL4G5' where id=7;
-update noar ti set v0='BW1FVWMHL4G5' where id=7;
-update noar tt set b1='AM9PTG21' where id=7;
-update noar ti set b1='AM9PTG21' where id=7;
-update noar tt set v0='OJXW7YO' where id=7;
-update noar ti set v0='OJXW7YO' where id=7;
-update noar tt set b2='IYBAI4Z2A' where id=7;
-update noar ti set b2='IYBAI4Z2A' where id=7;
-update noar tt set v0='ADSI8OELHE0ZZEA3Z' where id=8;
-update noar ti set v0='ADSI8OELHE0ZZEA3Z' where id=8;
-update noar tt set b0='F9DRCG5NCCTY1NAYHKV6W' where id=8;
-update noar ti set b0='F9DRCG5NCCTY1NAYHKV6W' where id=8;
-update noar tt set v0='90DG6AA' where id=8;
-update noar ti set v0='90DG6AA' where id=8;
-update noar tt set b1='S4' where id=8;
-update noar ti set b1='S4' where id=8;
-update noar tt set v0='KRKT17T019AUOG6API6OI0G8' where id=8;
-update noar ti set v0='KRKT17T019AUOG6API6OI0G8' where id=8;
-update noar tt set b2='SKLLY80VXK' where id=8;
-update noar ti set b2='SKLLY80VXK' where id=8;
-update noar tt set v0='P9QLBX' where id=9;
-update noar ti set v0='P9QLBX' where id=9;
-update noar tt set b0='1R3CPMX0OWEWT' where id=9;
-update noar ti set b0='1R3CPMX0OWEWT' where id=9;
-update noar tt set v0='IF0RM8UN9F6W09SC6B' where id=9;
-update noar ti set v0='IF0RM8UN9F6W09SC6B' where id=9;
-update noar tt set b1='ZKF5F092H183FKWWS9TP' where id=9;
-update noar ti set b1='ZKF5F092H183FKWWS9TP' where id=9;
-update noar tt set v0='MZR4BSRH7WV8DQ0' where id=9;
-update noar ti set v0='MZR4BSRH7WV8DQ0' where id=9;
-update noar tt set b2='FEDLU4D2MJ' where id=9;
-update noar ti set b2='FEDLU4D2MJ' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) not null,
- b0 mediumblob not null,
- b1 mediumblob not null,
- b2 longblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='L3786MH907' where id=1;
-update noar ti set v0='L3786MH907' where id=1;
-update noar tt set b0='ELM3TRETS5A3WB51' where id=1;
-update noar ti set b0='ELM3TRETS5A3WB51' where id=1;
-update noar tt set v0='FLL1KAJZCYTD8OXO4V36H' where id=1;
-update noar ti set v0='FLL1KAJZCYTD8OXO4V36H' where id=1;
-update noar tt set b1='ITRUL57EP0F1YKXG2' where id=1;
-update noar ti set b1='ITRUL57EP0F1YKXG2' where id=1;
-update noar tt set v0='JTKPMPBR892ATZPJDO4OMWFT5W73' where id=1;
-update noar ti set v0='JTKPMPBR892ATZPJDO4OMWFT5W73' where id=1;
-update noar tt set b2='ZMJB82G8NDDHADDKU0LXQ2G8LJ5FDLYD' where id=1;
-update noar ti set b2='ZMJB82G8NDDHADDKU0LXQ2G8LJ5FDLYD' where id=1;
-update noar tt set v0='O' where id=2;
-update noar ti set v0='O' where id=2;
-update noar tt set b0='HCC6S' where id=2;
-update noar ti set b0='HCC6S' where id=2;
-update noar tt set v0='68GFRE9UBAUQRD916IKNDTZJMSSWO' where id=2;
-update noar ti set v0='68GFRE9UBAUQRD916IKNDTZJMSSWO' where id=2;
-update noar tt set b1='JHOL81FW3UIBEP97I78BZJ8WCAPI2P' where id=2;
-update noar ti set b1='JHOL81FW3UIBEP97I78BZJ8WCAPI2P' where id=2;
-update noar tt set v0='1JOA0R7LQJWD16TA' where id=2;
-update noar ti set v0='1JOA0R7LQJWD16TA' where id=2;
-update noar tt set b2='L' where id=2;
-update noar ti set b2='L' where id=2;
-update noar tt set v0='CEO0C0ONVN7Y4R2H07C4WKOZ' where id=3;
-update noar ti set v0='CEO0C0ONVN7Y4R2H07C4WKOZ' where id=3;
-update noar tt set b0='L6ZFC55BTWBSSDI2ZJ7LPJ1NO' where id=3;
-update noar ti set b0='L6ZFC55BTWBSSDI2ZJ7LPJ1NO' where id=3;
-update noar tt set v0='384WA1Z' where id=3;
-update noar ti set v0='384WA1Z' where id=3;
-update noar tt set b1='D9DOWXS4GXUX' where id=3;
-update noar ti set b1='D9DOWXS4GXUX' where id=3;
-update noar tt set v0='FGDTBLBH01EFII9OHGY' where id=3;
-update noar ti set v0='FGDTBLBH01EFII9OHGY' where id=3;
-update noar tt set b2='YZKYP33HYHXCOD' where id=3;
-update noar ti set b2='YZKYP33HYHXCOD' where id=3;
-update noar tt set v0='CU25C0' where id=4;
-update noar ti set v0='CU25C0' where id=4;
-update noar tt set b0='S7W3' where id=4;
-update noar ti set b0='S7W3' where id=4;
-update noar tt set v0='D' where id=4;
-update noar ti set v0='D' where id=4;
-update noar tt set b1='TYXENYDW6AVV7D7J' where id=4;
-update noar ti set b1='TYXENYDW6AVV7D7J' where id=4;
-update noar tt set v0='1HXHMOE25536SM7ML5H90795M3R' where id=4;
-update noar ti set v0='1HXHMOE25536SM7ML5H90795M3R' where id=4;
-update noar tt set b2='CLC0UPD' where id=4;
-update noar ti set b2='CLC0UPD' where id=4;
-update noar tt set v0='3X3I49A' where id=5;
-update noar ti set v0='3X3I49A' where id=5;
-update noar tt set b0='182KDM1W7YFBMFX9OMQW5PVS44IJP' where id=5;
-update noar ti set b0='182KDM1W7YFBMFX9OMQW5PVS44IJP' where id=5;
-update noar tt set v0='ZRIFAY71HPNDJGEFCQ2R4B9K' where id=5;
-update noar ti set v0='ZRIFAY71HPNDJGEFCQ2R4B9K' where id=5;
-update noar tt set b1='CJ' where id=5;
-update noar ti set b1='CJ' where id=5;
-update noar tt set v0='6GXY89738LQVIPB' where id=5;
-update noar ti set v0='6GXY89738LQVIPB' where id=5;
-update noar tt set b2='YT8TARP0SO3I9PRJS5OM4T7' where id=5;
-update noar ti set b2='YT8TARP0SO3I9PRJS5OM4T7' where id=5;
-update noar tt set v0='GEVUT9EVTCUHZI5BFJGWA' where id=6;
-update noar ti set v0='GEVUT9EVTCUHZI5BFJGWA' where id=6;
-update noar tt set b0='ZQ8S0KDGFKNT0ZNOJF' where id=6;
-update noar ti set b0='ZQ8S0KDGFKNT0ZNOJF' where id=6;
-update noar tt set v0='4P2ZDD9HXE1AECQB58G9HCW1KPKDMR' where id=6;
-update noar ti set v0='4P2ZDD9HXE1AECQB58G9HCW1KPKDMR' where id=6;
-update noar tt set b1='WBCZFSOJRG' where id=6;
-update noar ti set b1='WBCZFSOJRG' where id=6;
-update noar tt set v0='2ZZ' where id=6;
-update noar ti set v0='2ZZ' where id=6;
-update noar tt set b2='XSWQTGNK0SWMOOIBYQA1BJ' where id=6;
-update noar ti set b2='XSWQTGNK0SWMOOIBYQA1BJ' where id=6;
-update noar tt set v0='LRBQWRQHDY' where id=7;
-update noar ti set v0='LRBQWRQHDY' where id=7;
-update noar tt set b0='EBK6PH6RTVLGLTXFEMI' where id=7;
-update noar ti set b0='EBK6PH6RTVLGLTXFEMI' where id=7;
-update noar tt set v0='XPP5MOW6BHOK6' where id=7;
-update noar ti set v0='XPP5MOW6BHOK6' where id=7;
-update noar tt set b1='ZERGFQPI8QLUZ4QT3OI' where id=7;
-update noar ti set b1='ZERGFQPI8QLUZ4QT3OI' where id=7;
-update noar tt set v0='HHTTJCFXF9LRKK427LR15CHNFIGG4ST9' where id=7;
-update noar ti set v0='HHTTJCFXF9LRKK427LR15CHNFIGG4ST9' where id=7;
-update noar tt set b2='BX7I' where id=7;
-update noar ti set b2='BX7I' where id=7;
-update noar tt set v0='3KD' where id=8;
-update noar ti set v0='3KD' where id=8;
-update noar tt set b0='NE' where id=8;
-update noar ti set b0='NE' where id=8;
-update noar tt set v0='V2XUXEHY0RDT' where id=8;
-update noar ti set v0='V2XUXEHY0RDT' where id=8;
-update noar tt set b1='45AU94G24WIBAOZ094' where id=8;
-update noar ti set b1='45AU94G24WIBAOZ094' where id=8;
-update noar tt set v0='7S2NUS' where id=8;
-update noar ti set v0='7S2NUS' where id=8;
-update noar tt set b2='L0PUWZ6D7MQYI8C' where id=8;
-update noar ti set b2='L0PUWZ6D7MQYI8C' where id=8;
-update noar tt set v0='JKBZIFRJVD' where id=9;
-update noar ti set v0='JKBZIFRJVD' where id=9;
-update noar tt set b0='XCO3MNFHZV9FY1B88T2TG9M24' where id=9;
-update noar ti set b0='XCO3MNFHZV9FY1B88T2TG9M24' where id=9;
-update noar tt set v0='CPP0L5Z4DUABBHQ3BLH062D8U09VL7VY' where id=9;
-update noar ti set v0='CPP0L5Z4DUABBHQ3BLH062D8U09VL7VY' where id=9;
-update noar tt set b1='ZFQOVAF0JCJCX258O3T9OJM5KLOG4' where id=9;
-update noar ti set b1='ZFQOVAF0JCJCX258O3T9OJM5KLOG4' where id=9;
-update noar tt set v0='A7YP9BPP8G4B7CSSBWLB5CSS3JW' where id=9;
-update noar ti set v0='A7YP9BPP8G4B7CSSBWLB5CSS3JW' where id=9;
-update noar tt set b2='2UI7LHK6M7DMW' where id=9;
-update noar ti set b2='2UI7LHK6M7DMW' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) not null,
- b0 mediumblob not null,
- b1 mediumblob not null,
- b2 longblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='7UI8H45MAL' where id=1;
-update noar ti set v0='7UI8H45MAL' where id=1;
-update noar tt set b0='G4PAQOVFVMEL4ML0YPJACR' where id=1;
-update noar ti set b0='G4PAQOVFVMEL4ML0YPJACR' where id=1;
-update noar tt set v0='QZMRKBIXXHBUSTIMAB4R' where id=1;
-update noar ti set v0='QZMRKBIXXHBUSTIMAB4R' where id=1;
-update noar tt set b1='2Q3YFFK9IO9PUM3OZW7UPQFTFAO' where id=1;
-update noar ti set b1='2Q3YFFK9IO9PUM3OZW7UPQFTFAO' where id=1;
-update noar tt set v0='O3WKCFM97Q2KUR3KW' where id=1;
-update noar ti set v0='O3WKCFM97Q2KUR3KW' where id=1;
-update noar tt set b2='NJEQ588SH2' where id=1;
-update noar ti set b2='NJEQ588SH2' where id=1;
-update noar tt set v0='U8' where id=2;
-update noar ti set v0='U8' where id=2;
-update noar tt set b0='P' where id=2;
-update noar ti set b0='P' where id=2;
-update noar tt set v0='0FV4X6UJUEC8M2O7K97MO5IWZAEHJ5RP' where id=2;
-update noar ti set v0='0FV4X6UJUEC8M2O7K97MO5IWZAEHJ5RP' where id=2;
-update noar tt set b1='EE3JI8AB0XMPRHL2C379KINBNKK42' where id=2;
-update noar ti set b1='EE3JI8AB0XMPRHL2C379KINBNKK42' where id=2;
-update noar tt set v0='PE1I1GLH' where id=2;
-update noar ti set v0='PE1I1GLH' where id=2;
-update noar tt set b2='C7FLW6QEWSG3OZLR4AQCFH5' where id=2;
-update noar ti set b2='C7FLW6QEWSG3OZLR4AQCFH5' where id=2;
-update noar tt set v0='5JLCCYX5A8A9VMV5UOJSYC1CHZY91JJ' where id=3;
-update noar ti set v0='5JLCCYX5A8A9VMV5UOJSYC1CHZY91JJ' where id=3;
-update noar tt set b0='XA90N1LVOBLSB4QK8V8B3B0KYC' where id=3;
-update noar ti set b0='XA90N1LVOBLSB4QK8V8B3B0KYC' where id=3;
-update noar tt set v0='YN90JBF8ILLG0B9ZN8OUM9YK9C' where id=3;
-update noar ti set v0='YN90JBF8ILLG0B9ZN8OUM9YK9C' where id=3;
-update noar tt set b1='4CESH6YP0Q1XYPIRDIF5CT' where id=3;
-update noar ti set b1='4CESH6YP0Q1XYPIRDIF5CT' where id=3;
-update noar tt set v0='JU' where id=3;
-update noar ti set v0='JU' where id=3;
-update noar tt set b2='KD2Q2RA8P61VD0' where id=3;
-update noar ti set b2='KD2Q2RA8P61VD0' where id=3;
-update noar tt set v0='5I6TPP3QDZ073' where id=4;
-update noar ti set v0='5I6TPP3QDZ073' where id=4;
-update noar tt set b0='YHQV33RT' where id=4;
-update noar ti set b0='YHQV33RT' where id=4;
-update noar tt set v0='SBHQEHGXWKEP27SJ9YHEABY2Z7B4LD' where id=4;
-update noar ti set v0='SBHQEHGXWKEP27SJ9YHEABY2Z7B4LD' where id=4;
-update noar tt set b1='GXNDFSV704RLWWNMX' where id=4;
-update noar ti set b1='GXNDFSV704RLWWNMX' where id=4;
-update noar tt set v0='QRD3A8RF2WMVE6OGFSPVV3' where id=4;
-update noar ti set v0='QRD3A8RF2WMVE6OGFSPVV3' where id=4;
-update noar tt set b2='OU4BEL6503YEHP9ZXHGSFFM2R' where id=4;
-update noar ti set b2='OU4BEL6503YEHP9ZXHGSFFM2R' where id=4;
-update noar tt set v0='DGR4JEFCGTYBINPY6YER1FU4CNXH4R28' where id=5;
-update noar ti set v0='DGR4JEFCGTYBINPY6YER1FU4CNXH4R28' where id=5;
-update noar tt set b0='65STS' where id=5;
-update noar ti set b0='65STS' where id=5;
-update noar tt set v0='OI12XC' where id=5;
-update noar ti set v0='OI12XC' where id=5;
-update noar tt set b1='BJ0GGPQ1YR4RLM2WYH3MM' where id=5;
-update noar ti set b1='BJ0GGPQ1YR4RLM2WYH3MM' where id=5;
-update noar tt set v0='J15HK0J' where id=5;
-update noar ti set v0='J15HK0J' where id=5;
-update noar tt set b2='X444IUUYL20KVSFNF59KSJ7' where id=5;
-update noar ti set b2='X444IUUYL20KVSFNF59KSJ7' where id=5;
-update noar tt set v0='0FU57N2HAZ9PBBH95Y' where id=6;
-update noar ti set v0='0FU57N2HAZ9PBBH95Y' where id=6;
-update noar tt set b0='BSURJ' where id=6;
-update noar ti set b0='BSURJ' where id=6;
-update noar tt set v0='UXCOXLDA228F57LOXRJROIMPD0T' where id=6;
-update noar ti set v0='UXCOXLDA228F57LOXRJROIMPD0T' where id=6;
-update noar tt set b1='YAO7U2CE509TYQ6' where id=6;
-update noar ti set b1='YAO7U2CE509TYQ6' where id=6;
-update noar tt set v0='E20M43XH587DZP50RJ3RW9X8ZR' where id=6;
-update noar ti set v0='E20M43XH587DZP50RJ3RW9X8ZR' where id=6;
-update noar tt set b2='FVTWUXIDKTR' where id=6;
-update noar ti set b2='FVTWUXIDKTR' where id=6;
-update noar tt set v0='E8IGQ5MJNTOAL3K9W' where id=7;
-update noar ti set v0='E8IGQ5MJNTOAL3K9W' where id=7;
-update noar tt set b0='79OY0PO2IDUFV1A1ONIYZ' where id=7;
-update noar ti set b0='79OY0PO2IDUFV1A1ONIYZ' where id=7;
-update noar tt set v0='L56LU4N9HT6Y8ZSADTELH' where id=7;
-update noar ti set v0='L56LU4N9HT6Y8ZSADTELH' where id=7;
-update noar tt set b1='5GR3SWUP7FAGZ19' where id=7;
-update noar ti set b1='5GR3SWUP7FAGZ19' where id=7;
-update noar tt set v0='ZD6O7257J4YV9I2WXZJBI9UN5RR4MLDA' where id=7;
-update noar ti set v0='ZD6O7257J4YV9I2WXZJBI9UN5RR4MLDA' where id=7;
-update noar tt set b2='TL4D0' where id=7;
-update noar ti set b2='TL4D0' where id=7;
-update noar tt set v0='LM1XXEO9G4K3X' where id=8;
-update noar ti set v0='LM1XXEO9G4K3X' where id=8;
-update noar tt set b0='SOQCLCWYKOR816LKAXUF' where id=8;
-update noar ti set b0='SOQCLCWYKOR816LKAXUF' where id=8;
-update noar tt set v0='UQF34P681HP8U' where id=8;
-update noar ti set v0='UQF34P681HP8U' where id=8;
-update noar tt set b1='R85VS7GPW43Q5UA' where id=8;
-update noar ti set b1='R85VS7GPW43Q5UA' where id=8;
-update noar tt set v0='Y3KUWQSIKOB03N2ZP' where id=8;
-update noar ti set v0='Y3KUWQSIKOB03N2ZP' where id=8;
-update noar tt set b2='5EUYI' where id=8;
-update noar ti set b2='5EUYI' where id=8;
-update noar tt set v0='JSMVXK14H76UFBI6EYB' where id=9;
-update noar ti set v0='JSMVXK14H76UFBI6EYB' where id=9;
-update noar tt set b0='K4WMX2VEUG6ABQRHYPOB8JAB14CVTGTI' where id=9;
-update noar ti set b0='K4WMX2VEUG6ABQRHYPOB8JAB14CVTGTI' where id=9;
-update noar tt set v0='M12IP' where id=9;
-update noar ti set v0='M12IP' where id=9;
-update noar tt set b1='69KI7EBRU07OBB4' where id=9;
-update noar ti set b1='69KI7EBRU07OBB4' where id=9;
-update noar tt set v0='MSLVNY1P' where id=9;
-update noar ti set v0='MSLVNY1P' where id=9;
-update noar tt set b2='DF0G6147Q' where id=9;
-update noar ti set b2='DF0G6147Q' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) null,
- b0 mediumblob null,
- b1 longblob null,
- b2 tinyblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='JP5IX5RT' where id=1;
-update noar ti set v0='JP5IX5RT' where id=1;
-update noar tt set b0='GL2KM353S3JM' where id=1;
-update noar ti set b0='GL2KM353S3JM' where id=1;
-update noar tt set v0='LP6V6829A7DQBCN54FVDOTUU4FOT' where id=1;
-update noar ti set v0='LP6V6829A7DQBCN54FVDOTUU4FOT' where id=1;
-update noar tt set b1='2C9CTSB848Y28Q' where id=1;
-update noar ti set b1='2C9CTSB848Y28Q' where id=1;
-update noar tt set v0='MBWR' where id=1;
-update noar ti set v0='MBWR' where id=1;
-update noar tt set b2='2H55I6A96NKWRLOEWPJDD3D1DWQZ245A' where id=1;
-update noar ti set b2='2H55I6A96NKWRLOEWPJDD3D1DWQZ245A' where id=1;
-update noar tt set v0='LDLHJHS5CHSHJRK1RX6X6FO18RNH9' where id=2;
-update noar ti set v0='LDLHJHS5CHSHJRK1RX6X6FO18RNH9' where id=2;
-update noar tt set b0='FHQJ9GG3XU3' where id=2;
-update noar ti set b0='FHQJ9GG3XU3' where id=2;
-update noar tt set v0='VJH8RULNDDF8410M63CM' where id=2;
-update noar ti set v0='VJH8RULNDDF8410M63CM' where id=2;
-update noar tt set b1='J000R67' where id=2;
-update noar ti set b1='J000R67' where id=2;
-update noar tt set v0='1LDUF7QE0G3NWKPXEE7M1VETTFD2HQG3' where id=2;
-update noar ti set v0='1LDUF7QE0G3NWKPXEE7M1VETTFD2HQG3' where id=2;
-update noar tt set b2='QCQBC5V2' where id=2;
-update noar ti set b2='QCQBC5V2' where id=2;
-update noar tt set v0='Z4NKOQ93XNOO' where id=3;
-update noar ti set v0='Z4NKOQ93XNOO' where id=3;
-update noar tt set b0='XRO0KWQG4MKMIH7K18RJSPO5' where id=3;
-update noar ti set b0='XRO0KWQG4MKMIH7K18RJSPO5' where id=3;
-update noar tt set v0='88ASAHP5T69QZDZ7NUMI2S1BAC5' where id=3;
-update noar ti set v0='88ASAHP5T69QZDZ7NUMI2S1BAC5' where id=3;
-update noar tt set b1='EG0ANJ' where id=3;
-update noar ti set b1='EG0ANJ' where id=3;
-update noar tt set v0='1Q3DW' where id=3;
-update noar ti set v0='1Q3DW' where id=3;
-update noar tt set b2='BOEAQ55' where id=3;
-update noar ti set b2='BOEAQ55' where id=3;
-update noar tt set v0='6Z9D80JJP6PQ3YID3SMT6FN' where id=4;
-update noar ti set v0='6Z9D80JJP6PQ3YID3SMT6FN' where id=4;
-update noar tt set b0='T4KF02MKP9B9HG78WWSY' where id=4;
-update noar ti set b0='T4KF02MKP9B9HG78WWSY' where id=4;
-update noar tt set v0='QLETB3KLFX3YXUQ435YZEV08P' where id=4;
-update noar ti set v0='QLETB3KLFX3YXUQ435YZEV08P' where id=4;
-update noar tt set b1='FQVJ' where id=4;
-update noar ti set b1='FQVJ' where id=4;
-update noar tt set v0='V50EOPCIDXB173KR1Y4B04' where id=4;
-update noar ti set v0='V50EOPCIDXB173KR1Y4B04' where id=4;
-update noar tt set b2='UWK6GIHO' where id=4;
-update noar ti set b2='UWK6GIHO' where id=4;
-update noar tt set v0='8F2YGNC2VT09C205IQHZ' where id=5;
-update noar ti set v0='8F2YGNC2VT09C205IQHZ' where id=5;
-update noar tt set b0='14UU385CBB5J5WNHCKFW9T57' where id=5;
-update noar ti set b0='14UU385CBB5J5WNHCKFW9T57' where id=5;
-update noar tt set v0='5G2G4JFJ5' where id=5;
-update noar ti set v0='5G2G4JFJ5' where id=5;
-update noar tt set b1='WKKGXC1BSCKEFLFM798' where id=5;
-update noar ti set b1='WKKGXC1BSCKEFLFM798' where id=5;
-update noar tt set v0='A6U4YOJGG502FDQWKDW79UR6ACUO9' where id=5;
-update noar ti set v0='A6U4YOJGG502FDQWKDW79UR6ACUO9' where id=5;
-update noar tt set b2='0ME' where id=5;
-update noar ti set b2='0ME' where id=5;
-update noar tt set v0='G8VSPSLFMMP' where id=6;
-update noar ti set v0='G8VSPSLFMMP' where id=6;
-update noar tt set b0='K4VSH7AYZW2LZD5IOUWLA' where id=6;
-update noar ti set b0='K4VSH7AYZW2LZD5IOUWLA' where id=6;
-update noar tt set v0='I' where id=6;
-update noar ti set v0='I' where id=6;
-update noar tt set b1='4ET' where id=6;
-update noar ti set b1='4ET' where id=6;
-update noar tt set v0='D9X3P0F' where id=6;
-update noar ti set v0='D9X3P0F' where id=6;
-update noar tt set b2='2DONXTISK6Q9JMZQJEK' where id=6;
-update noar ti set b2='2DONXTISK6Q9JMZQJEK' where id=6;
-update noar tt set v0='WMOOA1T17C' where id=7;
-update noar ti set v0='WMOOA1T17C' where id=7;
-update noar tt set b0='RJ7VQM2XHRH5GGSZ14X' where id=7;
-update noar ti set b0='RJ7VQM2XHRH5GGSZ14X' where id=7;
-update noar tt set v0='LUP2EGMAQN7N6L10DWPW9U1F1C30LHTX' where id=7;
-update noar ti set v0='LUP2EGMAQN7N6L10DWPW9U1F1C30LHTX' where id=7;
-update noar tt set b1='BQ761IADLQ' where id=7;
-update noar ti set b1='BQ761IADLQ' where id=7;
-update noar tt set v0='77V5O02406SVD6WZNVD3BAU7Q5TKJWI' where id=7;
-update noar ti set v0='77V5O02406SVD6WZNVD3BAU7Q5TKJWI' where id=7;
-update noar tt set b2='FOZ98Q8MV24SMIBFJXKHPT6OBDG6M' where id=7;
-update noar ti set b2='FOZ98Q8MV24SMIBFJXKHPT6OBDG6M' where id=7;
-update noar tt set v0='51BD5QBO1UMR66KETIJUNZJ18B6' where id=8;
-update noar ti set v0='51BD5QBO1UMR66KETIJUNZJ18B6' where id=8;
-update noar tt set b0='98Q7U1ONG45AX64TDW' where id=8;
-update noar ti set b0='98Q7U1ONG45AX64TDW' where id=8;
-update noar tt set v0='S6MZ2BEI1DJ07KX0I99OXSVKP' where id=8;
-update noar ti set v0='S6MZ2BEI1DJ07KX0I99OXSVKP' where id=8;
-update noar tt set b1='VD7Q66H5J' where id=8;
-update noar ti set b1='VD7Q66H5J' where id=8;
-update noar tt set v0='IHA0PY656CXUZIKY89P2L' where id=8;
-update noar ti set v0='IHA0PY656CXUZIKY89P2L' where id=8;
-update noar tt set b2='J28Q2XKHVH8FV' where id=8;
-update noar ti set b2='J28Q2XKHVH8FV' where id=8;
-update noar tt set v0='LEYNEDV76' where id=9;
-update noar ti set v0='LEYNEDV76' where id=9;
-update noar tt set b0='XU7Z69QFAVTNWZZLFGZMQSANXL8YCO4K' where id=9;
-update noar ti set b0='XU7Z69QFAVTNWZZLFGZMQSANXL8YCO4K' where id=9;
-update noar tt set v0='A5B2X92O7HZZJDF6R1CM' where id=9;
-update noar ti set v0='A5B2X92O7HZZJDF6R1CM' where id=9;
-update noar tt set b1='0PLM3L77B0U' where id=9;
-update noar ti set b1='0PLM3L77B0U' where id=9;
-update noar tt set v0='0GH8Q1OWIAEXFMB' where id=9;
-update noar ti set v0='0GH8Q1OWIAEXFMB' where id=9;
-update noar tt set b2='HWGRL1' where id=9;
-update noar ti set b2='HWGRL1' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) null,
- b0 mediumblob null,
- b1 longblob null,
- b2 tinyblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='0TURS17FE5HOHL0910GJNK0BXRF43' where id=1;
-update noar ti set v0='0TURS17FE5HOHL0910GJNK0BXRF43' where id=1;
-update noar tt set b0='KQ3FO2WGG' where id=1;
-update noar ti set b0='KQ3FO2WGG' where id=1;
-update noar tt set v0='XAD0' where id=1;
-update noar ti set v0='XAD0' where id=1;
-update noar tt set b1='RKMCRDYXH4I' where id=1;
-update noar ti set b1='RKMCRDYXH4I' where id=1;
-update noar tt set v0='6FVVD15FDZOGYR' where id=1;
-update noar ti set v0='6FVVD15FDZOGYR' where id=1;
-update noar tt set b2='D6O5GODMWS2YH5' where id=1;
-update noar ti set b2='D6O5GODMWS2YH5' where id=1;
-update noar tt set v0='WEAI5QA340HL4ACQS9NU2OS4KZH3B' where id=2;
-update noar ti set v0='WEAI5QA340HL4ACQS9NU2OS4KZH3B' where id=2;
-update noar tt set b0='HNKI' where id=2;
-update noar ti set b0='HNKI' where id=2;
-update noar tt set v0='JYFVMPCCHQ2VQ4US25KHCFE67RVS' where id=2;
-update noar ti set v0='JYFVMPCCHQ2VQ4US25KHCFE67RVS' where id=2;
-update noar tt set b1='G3DH0L8WM5N7O6JS8DK6WD2' where id=2;
-update noar ti set b1='G3DH0L8WM5N7O6JS8DK6WD2' where id=2;
-update noar tt set v0='0PZ2OD2TL' where id=2;
-update noar ti set v0='0PZ2OD2TL' where id=2;
-update noar tt set b2='ZID7IEW694L2MLNJW7FIK' where id=2;
-update noar ti set b2='ZID7IEW694L2MLNJW7FIK' where id=2;
-update noar tt set v0='HEKPIJAUY05TLI8' where id=3;
-update noar ti set v0='HEKPIJAUY05TLI8' where id=3;
-update noar tt set b0='U2O8HDHI6XX2X' where id=3;
-update noar ti set b0='U2O8HDHI6XX2X' where id=3;
-update noar tt set v0='3S81VCBDLYO2LRBIQIV' where id=3;
-update noar ti set v0='3S81VCBDLYO2LRBIQIV' where id=3;
-update noar tt set b1='QF8PB' where id=3;
-update noar ti set b1='QF8PB' where id=3;
-update noar tt set v0='QYOPPHVBO2N4YMLI7GL3Y0S' where id=3;
-update noar ti set v0='QYOPPHVBO2N4YMLI7GL3Y0S' where id=3;
-update noar tt set b2='0WMAJ2ND2V6EPRUPHUMLYE9V84A1' where id=3;
-update noar ti set b2='0WMAJ2ND2V6EPRUPHUMLYE9V84A1' where id=3;
-update noar tt set v0='8FB98OQOE03L79WMB8NTOOFYXVVKXM' where id=4;
-update noar ti set v0='8FB98OQOE03L79WMB8NTOOFYXVVKXM' where id=4;
-update noar tt set b0='71BIBM6' where id=4;
-update noar ti set b0='71BIBM6' where id=4;
-update noar tt set v0='7VUXS6DXVCQZVN' where id=4;
-update noar ti set v0='7VUXS6DXVCQZVN' where id=4;
-update noar tt set b1='3S' where id=4;
-update noar ti set b1='3S' where id=4;
-update noar tt set v0='LEX9UT9ADQ30' where id=4;
-update noar ti set v0='LEX9UT9ADQ30' where id=4;
-update noar tt set b2='GPTAG3WZKCN2TE68G4CGRQK1' where id=4;
-update noar ti set b2='GPTAG3WZKCN2TE68G4CGRQK1' where id=4;
-update noar tt set v0='7AO2KDM9JGJXNN6QKXG6M0927CKZ' where id=5;
-update noar ti set v0='7AO2KDM9JGJXNN6QKXG6M0927CKZ' where id=5;
-update noar tt set b0='NKCL6M1M1JA1MSU9W' where id=5;
-update noar ti set b0='NKCL6M1M1JA1MSU9W' where id=5;
-update noar tt set v0='2MZ4Q2D2F62T8963DY' where id=5;
-update noar ti set v0='2MZ4Q2D2F62T8963DY' where id=5;
-update noar tt set b1='ERPYPX8Q1I0ZEPUV6BPOPRD' where id=5;
-update noar ti set b1='ERPYPX8Q1I0ZEPUV6BPOPRD' where id=5;
-update noar tt set v0='CL' where id=5;
-update noar ti set v0='CL' where id=5;
-update noar tt set b2='B3XQZTMGA4OFNQKQDX' where id=5;
-update noar ti set b2='B3XQZTMGA4OFNQKQDX' where id=5;
-update noar tt set v0='K6A' where id=6;
-update noar ti set v0='K6A' where id=6;
-update noar tt set b0='F8UYPZBG6SQNU7H' where id=6;
-update noar ti set b0='F8UYPZBG6SQNU7H' where id=6;
-update noar tt set v0='OFE5UOY7FNGWCFU' where id=6;
-update noar ti set v0='OFE5UOY7FNGWCFU' where id=6;
-update noar tt set b1='EEXRH7UA6HHUGL362M18955SAQG' where id=6;
-update noar ti set b1='EEXRH7UA6HHUGL362M18955SAQG' where id=6;
-update noar tt set v0='20KKMOSA95B0PWJ2LZJ3M1' where id=6;
-update noar ti set v0='20KKMOSA95B0PWJ2LZJ3M1' where id=6;
-update noar tt set b2='2' where id=6;
-update noar ti set b2='2' where id=6;
-update noar tt set v0='4HCH4C' where id=7;
-update noar ti set v0='4HCH4C' where id=7;
-update noar tt set b0='E9O2UHBK9T26' where id=7;
-update noar ti set b0='E9O2UHBK9T26' where id=7;
-update noar tt set v0='84UEIK0BXP88TXOWK7A6PXR06KK045' where id=7;
-update noar ti set v0='84UEIK0BXP88TXOWK7A6PXR06KK045' where id=7;
-update noar tt set b1='TS9XWJ' where id=7;
-update noar ti set b1='TS9XWJ' where id=7;
-update noar tt set v0='BQAO' where id=7;
-update noar ti set v0='BQAO' where id=7;
-update noar tt set b2='905814Z5HRXZTMH7' where id=7;
-update noar ti set b2='905814Z5HRXZTMH7' where id=7;
-update noar tt set v0='AIU5F' where id=8;
-update noar ti set v0='AIU5F' where id=8;
-update noar tt set b0='VDIV03TLS6XT4YHCNH' where id=8;
-update noar ti set b0='VDIV03TLS6XT4YHCNH' where id=8;
-update noar tt set v0='M7NBRZDJOYC6' where id=8;
-update noar ti set v0='M7NBRZDJOYC6' where id=8;
-update noar tt set b1='05WN5YTXG0MZCT1F0H1S' where id=8;
-update noar ti set b1='05WN5YTXG0MZCT1F0H1S' where id=8;
-update noar tt set v0='0W5R' where id=8;
-update noar ti set v0='0W5R' where id=8;
-update noar tt set b2='ZBQOHJDSBPMU8C' where id=8;
-update noar ti set b2='ZBQOHJDSBPMU8C' where id=8;
-update noar tt set v0='Q5XTRDH1VY8NWWWQQ0EN' where id=9;
-update noar ti set v0='Q5XTRDH1VY8NWWWQQ0EN' where id=9;
-update noar tt set b0='JTLU5TWH6EZSMDCAGT714S2VEYOG' where id=9;
-update noar ti set b0='JTLU5TWH6EZSMDCAGT714S2VEYOG' where id=9;
-update noar tt set v0='4DPR38ZC3RZL0PVYS8VI0' where id=9;
-update noar ti set v0='4DPR38ZC3RZL0PVYS8VI0' where id=9;
-update noar tt set b1='215W02YRZ2ROUSYHJIJA8L7P69X3QT' where id=9;
-update noar ti set b1='215W02YRZ2ROUSYHJIJA8L7P69X3QT' where id=9;
-update noar tt set v0='BRPX6FDQOG2ZOP' where id=9;
-update noar ti set v0='BRPX6FDQOG2ZOP' where id=9;
-update noar tt set b2='22QVEES0BNXQM2OSMR5W' where id=9;
-update noar ti set b2='22QVEES0BNXQM2OSMR5W' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) not null,
- b0 mediumblob not null,
- b1 longblob not null,
- b2 tinyblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='ZYERXU6INJW20WFA62VN' where id=1;
-update noar ti set v0='ZYERXU6INJW20WFA62VN' where id=1;
-update noar tt set b0='RV7KGDD9S2M2IGK8F' where id=1;
-update noar ti set b0='RV7KGDD9S2M2IGK8F' where id=1;
-update noar tt set v0='CO4G2H8LMZQR7OKTU' where id=1;
-update noar ti set v0='CO4G2H8LMZQR7OKTU' where id=1;
-update noar tt set b1='MA5V8S' where id=1;
-update noar ti set b1='MA5V8S' where id=1;
-update noar tt set v0='BPSN98AFN8KNO102Q0JHZVKVY' where id=1;
-update noar ti set v0='BPSN98AFN8KNO102Q0JHZVKVY' where id=1;
-update noar tt set b2='V1IR2WXBATIESLZ4YXEB4' where id=1;
-update noar ti set b2='V1IR2WXBATIESLZ4YXEB4' where id=1;
-update noar tt set v0='67NYKR0HOJWDVK36XJZYYFWKLD' where id=2;
-update noar ti set v0='67NYKR0HOJWDVK36XJZYYFWKLD' where id=2;
-update noar tt set b0='8D3E10QXTG7ZOVEWKOUQ' where id=2;
-update noar ti set b0='8D3E10QXTG7ZOVEWKOUQ' where id=2;
-update noar tt set v0='GHRB86F0LVXW36P5K0UYKUW6WCC3EZ' where id=2;
-update noar ti set v0='GHRB86F0LVXW36P5K0UYKUW6WCC3EZ' where id=2;
-update noar tt set b1='BZ7EDAML309TQHYKJ9UN9RCB3KW' where id=2;
-update noar ti set b1='BZ7EDAML309TQHYKJ9UN9RCB3KW' where id=2;
-update noar tt set v0='SUV258PB59VYM1TI0X7LTLT' where id=2;
-update noar ti set v0='SUV258PB59VYM1TI0X7LTLT' where id=2;
-update noar tt set b2='FPIWS8J27ZALNI2WWTMJCZKG0ADYVHN' where id=2;
-update noar ti set b2='FPIWS8J27ZALNI2WWTMJCZKG0ADYVHN' where id=2;
-update noar tt set v0='RJJFJD' where id=3;
-update noar ti set v0='RJJFJD' where id=3;
-update noar tt set b0='9ZL18ZR9' where id=3;
-update noar ti set b0='9ZL18ZR9' where id=3;
-update noar tt set v0='A0NZTU7R9UBQ92YFVC6IT2WN' where id=3;
-update noar ti set v0='A0NZTU7R9UBQ92YFVC6IT2WN' where id=3;
-update noar tt set b1='G9T3T0LX8GF94O2BY944BL' where id=3;
-update noar ti set b1='G9T3T0LX8GF94O2BY944BL' where id=3;
-update noar tt set v0='HC5CUZ1GUF87O7QW79H' where id=3;
-update noar ti set v0='HC5CUZ1GUF87O7QW79H' where id=3;
-update noar tt set b2='SQT0PNNG8CMB4CAE' where id=3;
-update noar ti set b2='SQT0PNNG8CMB4CAE' where id=3;
-update noar tt set v0='KVZ799K6XJWUE3PJA9PNIBBY3DCPIJ' where id=4;
-update noar ti set v0='KVZ799K6XJWUE3PJA9PNIBBY3DCPIJ' where id=4;
-update noar tt set b0='5ML8O07L6A07MVAJJX7' where id=4;
-update noar ti set b0='5ML8O07L6A07MVAJJX7' where id=4;
-update noar tt set v0='8J5RI9X' where id=4;
-update noar ti set v0='8J5RI9X' where id=4;
-update noar tt set b1='X7P0JXIJUO2L5N' where id=4;
-update noar ti set b1='X7P0JXIJUO2L5N' where id=4;
-update noar tt set v0='TFMGYUI212MOEKKNY2S' where id=4;
-update noar ti set v0='TFMGYUI212MOEKKNY2S' where id=4;
-update noar tt set b2='BB5QN' where id=4;
-update noar ti set b2='BB5QN' where id=4;
-update noar tt set v0='JZ4COG8NAV1NGC4IY7BH7P92I3VOV75' where id=5;
-update noar ti set v0='JZ4COG8NAV1NGC4IY7BH7P92I3VOV75' where id=5;
-update noar tt set b0='34O3E87MHHEOOSTUOY1U49' where id=5;
-update noar ti set b0='34O3E87MHHEOOSTUOY1U49' where id=5;
-update noar tt set v0='9TVSNPTQ3ZA' where id=5;
-update noar ti set v0='9TVSNPTQ3ZA' where id=5;
-update noar tt set b1='502C8M555G9OSA5WEF3SG1YX' where id=5;
-update noar ti set b1='502C8M555G9OSA5WEF3SG1YX' where id=5;
-update noar tt set v0='V' where id=5;
-update noar ti set v0='V' where id=5;
-update noar tt set b2='G9IYEZ2SHXZ3' where id=5;
-update noar ti set b2='G9IYEZ2SHXZ3' where id=5;
-update noar tt set v0='S4YT2BOP' where id=6;
-update noar ti set v0='S4YT2BOP' where id=6;
-update noar tt set b0='MJHBD8OR3J' where id=6;
-update noar ti set b0='MJHBD8OR3J' where id=6;
-update noar tt set v0='TI79XH' where id=6;
-update noar ti set v0='TI79XH' where id=6;
-update noar tt set b1='72YWT90FD73TYJJ' where id=6;
-update noar ti set b1='72YWT90FD73TYJJ' where id=6;
-update noar tt set v0='EZ6FELBMYKF9UMI' where id=6;
-update noar ti set v0='EZ6FELBMYKF9UMI' where id=6;
-update noar tt set b2='7BB1KDGZF4U2NH9FKQI' where id=6;
-update noar ti set b2='7BB1KDGZF4U2NH9FKQI' where id=6;
-update noar tt set v0='1D0CKBOHZXTWL1L42R43BWOKFD6' where id=7;
-update noar ti set v0='1D0CKBOHZXTWL1L42R43BWOKFD6' where id=7;
-update noar tt set b0='NDLQ0AORDTB4COKB66QM5F' where id=7;
-update noar ti set b0='NDLQ0AORDTB4COKB66QM5F' where id=7;
-update noar tt set v0='DJT' where id=7;
-update noar ti set v0='DJT' where id=7;
-update noar tt set b1='469UGLLMYEXMF9RJBE43N1KVQL1' where id=7;
-update noar ti set b1='469UGLLMYEXMF9RJBE43N1KVQL1' where id=7;
-update noar tt set v0='MM5KATCWGLHUGOFTSFGB3R5DM087NXL' where id=7;
-update noar ti set v0='MM5KATCWGLHUGOFTSFGB3R5DM087NXL' where id=7;
-update noar tt set b2='C1AYYX4Y5O7VI' where id=7;
-update noar ti set b2='C1AYYX4Y5O7VI' where id=7;
-update noar tt set v0='PDB4OMSUJZ6HCUEYY89' where id=8;
-update noar ti set v0='PDB4OMSUJZ6HCUEYY89' where id=8;
-update noar tt set b0='RYL8V67U7YXTX41' where id=8;
-update noar ti set b0='RYL8V67U7YXTX41' where id=8;
-update noar tt set v0='RB13F' where id=8;
-update noar ti set v0='RB13F' where id=8;
-update noar tt set b1='P' where id=8;
-update noar ti set b1='P' where id=8;
-update noar tt set v0='TD3KOODUFA' where id=8;
-update noar ti set v0='TD3KOODUFA' where id=8;
-update noar tt set b2='95KAYL21DU1PPLHKA5GNAS' where id=8;
-update noar ti set b2='95KAYL21DU1PPLHKA5GNAS' where id=8;
-update noar tt set v0='BXQIYUMD2VI0IAPCFK7M' where id=9;
-update noar ti set v0='BXQIYUMD2VI0IAPCFK7M' where id=9;
-update noar tt set b0='U9LDRGGW50J2RJ' where id=9;
-update noar ti set b0='U9LDRGGW50J2RJ' where id=9;
-update noar tt set v0='DP8Q0' where id=9;
-update noar ti set v0='DP8Q0' where id=9;
-update noar tt set b1='WZYTKVY6HGEG' where id=9;
-update noar ti set b1='WZYTKVY6HGEG' where id=9;
-update noar tt set v0='YBOA86D' where id=9;
-update noar ti set v0='YBOA86D' where id=9;
-update noar tt set b2='8YJZ88W1KCCWZ' where id=9;
-update noar ti set b2='8YJZ88W1KCCWZ' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) not null,
- b0 mediumblob not null,
- b1 longblob not null,
- b2 tinyblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='XPBFVE2J5K5VIWRK8Y4' where id=1;
-update noar ti set v0='XPBFVE2J5K5VIWRK8Y4' where id=1;
-update noar tt set b0='N884NQ45BFOGGPU76014' where id=1;
-update noar ti set b0='N884NQ45BFOGGPU76014' where id=1;
-update noar tt set v0='YFX62UX6WJJK3XS83C' where id=1;
-update noar ti set v0='YFX62UX6WJJK3XS83C' where id=1;
-update noar tt set b1='RLF1X650Q' where id=1;
-update noar ti set b1='RLF1X650Q' where id=1;
-update noar tt set v0='7G1JNG2H1400MS0KVFB1OPBE2WTT7P3H' where id=1;
-update noar ti set v0='7G1JNG2H1400MS0KVFB1OPBE2WTT7P3H' where id=1;
-update noar tt set b2='BKGVAG2CCQTF4TN0S1E94UTHTWV' where id=1;
-update noar ti set b2='BKGVAG2CCQTF4TN0S1E94UTHTWV' where id=1;
-update noar tt set v0='IP5KO3PJDNIZ4MGK' where id=2;
-update noar ti set v0='IP5KO3PJDNIZ4MGK' where id=2;
-update noar tt set b0='N' where id=2;
-update noar ti set b0='N' where id=2;
-update noar tt set v0='SB19QLB0CERD' where id=2;
-update noar ti set v0='SB19QLB0CERD' where id=2;
-update noar tt set b1='PTEY2LECD33SMPZYE' where id=2;
-update noar ti set b1='PTEY2LECD33SMPZYE' where id=2;
-update noar tt set v0='KMBNXEETQDH3EYN73OYNCVQWEQRU' where id=2;
-update noar ti set v0='KMBNXEETQDH3EYN73OYNCVQWEQRU' where id=2;
-update noar tt set b2='ECSVUJ0RNYFGX5FIYC844K62E96B' where id=2;
-update noar ti set b2='ECSVUJ0RNYFGX5FIYC844K62E96B' where id=2;
-update noar tt set v0='TXARXVDIOH3' where id=3;
-update noar ti set v0='TXARXVDIOH3' where id=3;
-update noar tt set b0='ZYH4XMDFTB8W3XW45' where id=3;
-update noar ti set b0='ZYH4XMDFTB8W3XW45' where id=3;
-update noar tt set v0='ZRJV5P42YJMS4UNYVXGTQAO194' where id=3;
-update noar ti set v0='ZRJV5P42YJMS4UNYVXGTQAO194' where id=3;
-update noar tt set b1='UBWNX4AQT8SMTCKR89LNYIL3NSLPUMS' where id=3;
-update noar ti set b1='UBWNX4AQT8SMTCKR89LNYIL3NSLPUMS' where id=3;
-update noar tt set v0='QELDRSGUXXDM0VDM77J0' where id=3;
-update noar ti set v0='QELDRSGUXXDM0VDM77J0' where id=3;
-update noar tt set b2='NZ7OB0C7A7A4F1327U407OGI4L' where id=3;
-update noar ti set b2='NZ7OB0C7A7A4F1327U407OGI4L' where id=3;
-update noar tt set v0='RU10G' where id=4;
-update noar ti set v0='RU10G' where id=4;
-update noar tt set b0='CYB5OC8O389' where id=4;
-update noar ti set b0='CYB5OC8O389' where id=4;
-update noar tt set v0='8AUT' where id=4;
-update noar ti set v0='8AUT' where id=4;
-update noar tt set b1='7F4' where id=4;
-update noar ti set b1='7F4' where id=4;
-update noar tt set v0='BK4GAEHWCSBHE0HNZVVUD6B1TPAW' where id=4;
-update noar ti set v0='BK4GAEHWCSBHE0HNZVVUD6B1TPAW' where id=4;
-update noar tt set b2='4EP9FBNG460A59WCZ2TN76U9JLHGMP' where id=4;
-update noar ti set b2='4EP9FBNG460A59WCZ2TN76U9JLHGMP' where id=4;
-update noar tt set v0='MRNGXR8U7553' where id=5;
-update noar ti set v0='MRNGXR8U7553' where id=5;
-update noar tt set b0='S3GVN2QW7DOFFODAL' where id=5;
-update noar ti set b0='S3GVN2QW7DOFFODAL' where id=5;
-update noar tt set v0='H4CIYCSQ4BE4H93' where id=5;
-update noar ti set v0='H4CIYCSQ4BE4H93' where id=5;
-update noar tt set b1='92H15VK63D54DSQYWT7GFHXD71' where id=5;
-update noar ti set b1='92H15VK63D54DSQYWT7GFHXD71' where id=5;
-update noar tt set v0='C8Z9S1P7VDFDXJYGHO5HP6P0Z8MNSDY' where id=5;
-update noar ti set v0='C8Z9S1P7VDFDXJYGHO5HP6P0Z8MNSDY' where id=5;
-update noar tt set b2='SBCXRAK3HR' where id=5;
-update noar ti set b2='SBCXRAK3HR' where id=5;
-update noar tt set v0='7D4PPC4DBY3PWHOCH' where id=6;
-update noar ti set v0='7D4PPC4DBY3PWHOCH' where id=6;
-update noar tt set b0='J4EWJZ9UC8' where id=6;
-update noar ti set b0='J4EWJZ9UC8' where id=6;
-update noar tt set v0='5YSDW8WQLLNMOR59D1A8UE8VMUX' where id=6;
-update noar ti set v0='5YSDW8WQLLNMOR59D1A8UE8VMUX' where id=6;
-update noar tt set b1='Q3XK2VMOJFTM69FQT9' where id=6;
-update noar ti set b1='Q3XK2VMOJFTM69FQT9' where id=6;
-update noar tt set v0='5HIR90R2QZZL' where id=6;
-update noar ti set v0='5HIR90R2QZZL' where id=6;
-update noar tt set b2='2B2QP7KBDQ' where id=6;
-update noar ti set b2='2B2QP7KBDQ' where id=6;
-update noar tt set v0='LPEHSCY1KU1GZB' where id=7;
-update noar ti set v0='LPEHSCY1KU1GZB' where id=7;
-update noar tt set b0='WQYIH3OL20FINXC3A3XHME0DSP8H' where id=7;
-update noar ti set b0='WQYIH3OL20FINXC3A3XHME0DSP8H' where id=7;
-update noar tt set v0='2HDVCF4TMZZYJ93C4TICVWC6' where id=7;
-update noar ti set v0='2HDVCF4TMZZYJ93C4TICVWC6' where id=7;
-update noar tt set b1='ZEMHJD3Z' where id=7;
-update noar ti set b1='ZEMHJD3Z' where id=7;
-update noar tt set v0='XOQ82O827EYAS2ZUS4VXHRA17KU' where id=7;
-update noar ti set v0='XOQ82O827EYAS2ZUS4VXHRA17KU' where id=7;
-update noar tt set b2='JA7X11TDRZFYYENVP9GFY' where id=7;
-update noar ti set b2='JA7X11TDRZFYYENVP9GFY' where id=7;
-update noar tt set v0='FTE09F6BDURE' where id=8;
-update noar ti set v0='FTE09F6BDURE' where id=8;
-update noar tt set b0='W0T696OU' where id=8;
-update noar ti set b0='W0T696OU' where id=8;
-update noar tt set v0='XPZ5S1N2TPL5HR1MJE3031UQXA6' where id=8;
-update noar ti set v0='XPZ5S1N2TPL5HR1MJE3031UQXA6' where id=8;
-update noar tt set b1='8N1IXUL8XLJ6NY9UNLELM2G4XEF9ID' where id=8;
-update noar ti set b1='8N1IXUL8XLJ6NY9UNLELM2G4XEF9ID' where id=8;
-update noar tt set v0='LW041SWAM03NW8FWT7RV5GIBO' where id=8;
-update noar ti set v0='LW041SWAM03NW8FWT7RV5GIBO' where id=8;
-update noar tt set b2='YCVB7SRDQLYNXN002N' where id=8;
-update noar ti set b2='YCVB7SRDQLYNXN002N' where id=8;
-update noar tt set v0='KQN82IILP3JK' where id=9;
-update noar ti set v0='KQN82IILP3JK' where id=9;
-update noar tt set b0='F9YM8EY9U8W0XT92U6YJTHJLGYF4NK9F' where id=9;
-update noar ti set b0='F9YM8EY9U8W0XT92U6YJTHJLGYF4NK9F' where id=9;
-update noar tt set v0='MDD1EV6JTLX43QINPK428Z62PE4N34S' where id=9;
-update noar ti set v0='MDD1EV6JTLX43QINPK428Z62PE4N34S' where id=9;
-update noar tt set b1='0PUCMC' where id=9;
-update noar ti set b1='0PUCMC' where id=9;
-update noar tt set v0='QL7Q63SYC5JS2SB0QW' where id=9;
-update noar ti set v0='QL7Q63SYC5JS2SB0QW' where id=9;
-update noar tt set b2='BWPBJYJ67E0SIG3CKSZKXBL0MOKT' where id=9;
-update noar ti set b2='BWPBJYJ67E0SIG3CKSZKXBL0MOKT' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) null,
- b0 mediumblob null,
- b1 longblob null,
- b2 blob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='Z104694OJFA' where id=1;
-update noar ti set v0='Z104694OJFA' where id=1;
-update noar tt set b0='RPG0I43KU4AVCULXN3MD2XXXWC4GUTU' where id=1;
-update noar ti set b0='RPG0I43KU4AVCULXN3MD2XXXWC4GUTU' where id=1;
-update noar tt set v0='GCG9RIPJUOG5YY' where id=1;
-update noar ti set v0='GCG9RIPJUOG5YY' where id=1;
-update noar tt set b1='JDPM61NY3TKJ' where id=1;
-update noar ti set b1='JDPM61NY3TKJ' where id=1;
-update noar tt set v0='D8JESE7' where id=1;
-update noar ti set v0='D8JESE7' where id=1;
-update noar tt set b2='HEEE1Q3OLR22EWKDDMTE9SZ9NS' where id=1;
-update noar ti set b2='HEEE1Q3OLR22EWKDDMTE9SZ9NS' where id=1;
-update noar tt set v0='N9OJY26GINEFLG4S' where id=2;
-update noar ti set v0='N9OJY26GINEFLG4S' where id=2;
-update noar tt set b0='K0UQMIL7EV1RXYF' where id=2;
-update noar ti set b0='K0UQMIL7EV1RXYF' where id=2;
-update noar tt set v0='UJLKP3A04AAIKNYI66J60W' where id=2;
-update noar ti set v0='UJLKP3A04AAIKNYI66J60W' where id=2;
-update noar tt set b1='MHT1XDZ5S8O4DMFURETLGK4HQ' where id=2;
-update noar ti set b1='MHT1XDZ5S8O4DMFURETLGK4HQ' where id=2;
-update noar tt set v0='6UZRF4L79IEA' where id=2;
-update noar ti set v0='6UZRF4L79IEA' where id=2;
-update noar tt set b2='A988H0T01T28V1VQA' where id=2;
-update noar ti set b2='A988H0T01T28V1VQA' where id=2;
-update noar tt set v0='9JV' where id=3;
-update noar ti set v0='9JV' where id=3;
-update noar tt set b0='YG8DC08IY536' where id=3;
-update noar ti set b0='YG8DC08IY536' where id=3;
-update noar tt set v0='3FUEF' where id=3;
-update noar ti set v0='3FUEF' where id=3;
-update noar tt set b1='HRSAQND8C85PX' where id=3;
-update noar ti set b1='HRSAQND8C85PX' where id=3;
-update noar tt set v0='P3LH16WDFVHFBPBCQXCU5B0OCSY07' where id=3;
-update noar ti set v0='P3LH16WDFVHFBPBCQXCU5B0OCSY07' where id=3;
-update noar tt set b2='LH5F0' where id=3;
-update noar ti set b2='LH5F0' where id=3;
-update noar tt set v0='KN7GC8T9J2RZQ3CH6M1ZZGER83FAY1X' where id=4;
-update noar ti set v0='KN7GC8T9J2RZQ3CH6M1ZZGER83FAY1X' where id=4;
-update noar tt set b0='H' where id=4;
-update noar ti set b0='H' where id=4;
-update noar tt set v0='BT79' where id=4;
-update noar ti set v0='BT79' where id=4;
-update noar tt set b1='EF24AI' where id=4;
-update noar ti set b1='EF24AI' where id=4;
-update noar tt set v0='MY' where id=4;
-update noar ti set v0='MY' where id=4;
-update noar tt set b2='ZGLZB5P' where id=4;
-update noar ti set b2='ZGLZB5P' where id=4;
-update noar tt set v0='8' where id=5;
-update noar ti set v0='8' where id=5;
-update noar tt set b0='HZTBR6' where id=5;
-update noar ti set b0='HZTBR6' where id=5;
-update noar tt set v0='0JG3CURUM2I2M3Y9ZJ' where id=5;
-update noar ti set v0='0JG3CURUM2I2M3Y9ZJ' where id=5;
-update noar tt set b1='A98P8HM8F4P7PSGHE7' where id=5;
-update noar ti set b1='A98P8HM8F4P7PSGHE7' where id=5;
-update noar tt set v0='65ZRDAZRIWO9PAR0T6MA0EA8' where id=5;
-update noar ti set v0='65ZRDAZRIWO9PAR0T6MA0EA8' where id=5;
-update noar tt set b2='D2K9423' where id=5;
-update noar ti set b2='D2K9423' where id=5;
-update noar tt set v0='W8T9QUSNMD5A7X34PJOC3NYA0' where id=6;
-update noar ti set v0='W8T9QUSNMD5A7X34PJOC3NYA0' where id=6;
-update noar tt set b0='4Z1ES5VG' where id=6;
-update noar ti set b0='4Z1ES5VG' where id=6;
-update noar tt set v0='88' where id=6;
-update noar ti set v0='88' where id=6;
-update noar tt set b1='ADJ92F3K8MI401JOYTMGD' where id=6;
-update noar ti set b1='ADJ92F3K8MI401JOYTMGD' where id=6;
-update noar tt set v0='QBLQLB8K85HTLE6RJ4BNRBF2X' where id=6;
-update noar ti set v0='QBLQLB8K85HTLE6RJ4BNRBF2X' where id=6;
-update noar tt set b2='0EENMWAJK698IWTLAJV82C6CZR4RW' where id=6;
-update noar ti set b2='0EENMWAJK698IWTLAJV82C6CZR4RW' where id=6;
-update noar tt set v0='N6QCJL4T16NK1DRIJ7Q3710MXNWJFA6Y' where id=7;
-update noar ti set v0='N6QCJL4T16NK1DRIJ7Q3710MXNWJFA6Y' where id=7;
-update noar tt set b0='NLRJ8VMTXKLGKGBD' where id=7;
-update noar ti set b0='NLRJ8VMTXKLGKGBD' where id=7;
-update noar tt set v0='1BT1CUJ49G9SHZUSNDOML732TPZB' where id=7;
-update noar ti set v0='1BT1CUJ49G9SHZUSNDOML732TPZB' where id=7;
-update noar tt set b1='315ZRCT3X3ZG69N9GTS9X152H113C4VY' where id=7;
-update noar ti set b1='315ZRCT3X3ZG69N9GTS9X152H113C4VY' where id=7;
-update noar tt set v0='EVTLPJHBKIJUD7HO00TU' where id=7;
-update noar ti set v0='EVTLPJHBKIJUD7HO00TU' where id=7;
-update noar tt set b2='OR472GINOYWB' where id=7;
-update noar ti set b2='OR472GINOYWB' where id=7;
-update noar tt set v0='VW7Q2Q' where id=8;
-update noar ti set v0='VW7Q2Q' where id=8;
-update noar tt set b0='0HPMBR62' where id=8;
-update noar ti set b0='0HPMBR62' where id=8;
-update noar tt set v0='GIL8' where id=8;
-update noar ti set v0='GIL8' where id=8;
-update noar tt set b1='TMJXG7HP' where id=8;
-update noar ti set b1='TMJXG7HP' where id=8;
-update noar tt set v0='N30LDJ2G9ESFQPTCKOIMBEQC' where id=8;
-update noar ti set v0='N30LDJ2G9ESFQPTCKOIMBEQC' where id=8;
-update noar tt set b2='6HM02YPNV9' where id=8;
-update noar ti set b2='6HM02YPNV9' where id=8;
-update noar tt set v0='TBHHU5WCVZ17ABTHU0TZ' where id=9;
-update noar ti set v0='TBHHU5WCVZ17ABTHU0TZ' where id=9;
-update noar tt set b0='OI5E3M8J0LFZB0NJFC9W' where id=9;
-update noar ti set b0='OI5E3M8J0LFZB0NJFC9W' where id=9;
-update noar tt set v0='C7Q9' where id=9;
-update noar ti set v0='C7Q9' where id=9;
-update noar tt set b1='PA4S7GR0YLZGFKDA4I8WV4449JH4I' where id=9;
-update noar ti set b1='PA4S7GR0YLZGFKDA4I8WV4449JH4I' where id=9;
-update noar tt set v0='OKTAUX5EWPAEAWP809JN2P0B' where id=9;
-update noar ti set v0='OKTAUX5EWPAEAWP809JN2P0B' where id=9;
-update noar tt set b2='K' where id=9;
-update noar ti set b2='K' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) null,
- b0 mediumblob null,
- b1 longblob null,
- b2 blob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='42XRBOMG3KC19ICCQZG20F785P' where id=1;
-update noar ti set v0='42XRBOMG3KC19ICCQZG20F785P' where id=1;
-update noar tt set b0='VT6C40X6R3KXKATEA' where id=1;
-update noar ti set b0='VT6C40X6R3KXKATEA' where id=1;
-update noar tt set v0='3ZHP3U319UVUQ34' where id=1;
-update noar ti set v0='3ZHP3U319UVUQ34' where id=1;
-update noar tt set b1='IFFK5DIDR36DQ1HG7U9IWV48WQZ8' where id=1;
-update noar ti set b1='IFFK5DIDR36DQ1HG7U9IWV48WQZ8' where id=1;
-update noar tt set v0='200Q' where id=1;
-update noar ti set v0='200Q' where id=1;
-update noar tt set b2='XE8Y528DXOEFK2YCIAPYH' where id=1;
-update noar ti set b2='XE8Y528DXOEFK2YCIAPYH' where id=1;
-update noar tt set v0='1DNYC' where id=2;
-update noar ti set v0='1DNYC' where id=2;
-update noar tt set b0='CS38OK2MOMA' where id=2;
-update noar ti set b0='CS38OK2MOMA' where id=2;
-update noar tt set v0='KBECZLRCWB4KY2PV04JHCETWNLS1Z3' where id=2;
-update noar ti set v0='KBECZLRCWB4KY2PV04JHCETWNLS1Z3' where id=2;
-update noar tt set b1='O6NU' where id=2;
-update noar ti set b1='O6NU' where id=2;
-update noar tt set v0='4CWDGN1S9O692FN5G6R92XN8GH2OU' where id=2;
-update noar ti set v0='4CWDGN1S9O692FN5G6R92XN8GH2OU' where id=2;
-update noar tt set b2='2NYZDCWZWLVFXUI6ZIOG8JI7027' where id=2;
-update noar ti set b2='2NYZDCWZWLVFXUI6ZIOG8JI7027' where id=2;
-update noar tt set v0='W5XKM60U80BEMX7OTU0RD8ID65FNNYF' where id=3;
-update noar ti set v0='W5XKM60U80BEMX7OTU0RD8ID65FNNYF' where id=3;
-update noar tt set b0='YLRJPC0Q' where id=3;
-update noar ti set b0='YLRJPC0Q' where id=3;
-update noar tt set v0='HV3' where id=3;
-update noar ti set v0='HV3' where id=3;
-update noar tt set b1='TY' where id=3;
-update noar ti set b1='TY' where id=3;
-update noar tt set v0='3BZ4R' where id=3;
-update noar ti set v0='3BZ4R' where id=3;
-update noar tt set b2='SWX42SMYGD3XT' where id=3;
-update noar ti set b2='SWX42SMYGD3XT' where id=3;
-update noar tt set v0='8' where id=4;
-update noar ti set v0='8' where id=4;
-update noar tt set b0='5OPOJFZ4DR7NU' where id=4;
-update noar ti set b0='5OPOJFZ4DR7NU' where id=4;
-update noar tt set v0='Q487J5R36GI' where id=4;
-update noar ti set v0='Q487J5R36GI' where id=4;
-update noar tt set b1='IY9DNBQ77DMW48OMD' where id=4;
-update noar ti set b1='IY9DNBQ77DMW48OMD' where id=4;
-update noar tt set v0='I2KQF9H6YYNIITVNTX' where id=4;
-update noar ti set v0='I2KQF9H6YYNIITVNTX' where id=4;
-update noar tt set b2='ZK' where id=4;
-update noar ti set b2='ZK' where id=4;
-update noar tt set v0='60TPJ6CJSTVX7X0FHEJ864LBGTJKBB25' where id=5;
-update noar ti set v0='60TPJ6CJSTVX7X0FHEJ864LBGTJKBB25' where id=5;
-update noar tt set b0='WQUI7A9IZZ' where id=5;
-update noar ti set b0='WQUI7A9IZZ' where id=5;
-update noar tt set v0='W7DSP2MFS1LN2OAKN36B0Q3T407A' where id=5;
-update noar ti set v0='W7DSP2MFS1LN2OAKN36B0Q3T407A' where id=5;
-update noar tt set b1='Q5' where id=5;
-update noar ti set b1='Q5' where id=5;
-update noar tt set v0='61DS1' where id=5;
-update noar ti set v0='61DS1' where id=5;
-update noar tt set b2='GTWQB44XRH7USTUE2Q3EYI8AZXF' where id=5;
-update noar ti set b2='GTWQB44XRH7USTUE2Q3EYI8AZXF' where id=5;
-update noar tt set v0='7XKGH17THVCPSI' where id=6;
-update noar ti set v0='7XKGH17THVCPSI' where id=6;
-update noar tt set b0='4B0GHZJOA7ZYRF66ISMBLCPZNA2' where id=6;
-update noar ti set b0='4B0GHZJOA7ZYRF66ISMBLCPZNA2' where id=6;
-update noar tt set v0='UPPMBQZJ' where id=6;
-update noar ti set v0='UPPMBQZJ' where id=6;
-update noar tt set b1='1RZNIXTHU2N58' where id=6;
-update noar ti set b1='1RZNIXTHU2N58' where id=6;
-update noar tt set v0='F6R0TIGX4XNTPME14HRTED1CT' where id=6;
-update noar ti set v0='F6R0TIGX4XNTPME14HRTED1CT' where id=6;
-update noar tt set b2='2LPYO6TO8QIVHJP1KAP9PWOW1' where id=6;
-update noar ti set b2='2LPYO6TO8QIVHJP1KAP9PWOW1' where id=6;
-update noar tt set v0='0RE' where id=7;
-update noar ti set v0='0RE' where id=7;
-update noar tt set b0='Z2WBNJYHIP4YY1HQTCK' where id=7;
-update noar ti set b0='Z2WBNJYHIP4YY1HQTCK' where id=7;
-update noar tt set v0='0GCZCELXI' where id=7;
-update noar ti set v0='0GCZCELXI' where id=7;
-update noar tt set b1='6' where id=7;
-update noar ti set b1='6' where id=7;
-update noar tt set v0='5Z1Q2D1P1CWBOJ66I0FI8MO3463FB' where id=7;
-update noar ti set v0='5Z1Q2D1P1CWBOJ66I0FI8MO3463FB' where id=7;
-update noar tt set b2='RGQVQ7S594' where id=7;
-update noar ti set b2='RGQVQ7S594' where id=7;
-update noar tt set v0='H30R' where id=8;
-update noar ti set v0='H30R' where id=8;
-update noar tt set b0='B9NU' where id=8;
-update noar ti set b0='B9NU' where id=8;
-update noar tt set v0='R' where id=8;
-update noar ti set v0='R' where id=8;
-update noar tt set b1='AIWTE5L7VXU9S0AY4GYVXWD7' where id=8;
-update noar ti set b1='AIWTE5L7VXU9S0AY4GYVXWD7' where id=8;
-update noar tt set v0='LFQMIGNS7ZUPS8E5JXWOLZU314' where id=8;
-update noar ti set v0='LFQMIGNS7ZUPS8E5JXWOLZU314' where id=8;
-update noar tt set b2='TOHPIW6Y3QSFRQVJQ4M6FPELPJ0U7SD' where id=8;
-update noar ti set b2='TOHPIW6Y3QSFRQVJQ4M6FPELPJ0U7SD' where id=8;
-update noar tt set v0='2GP4PLTH3UKK9H3AX31OGFD9' where id=9;
-update noar ti set v0='2GP4PLTH3UKK9H3AX31OGFD9' where id=9;
-update noar tt set b0='ACQSK9NVBGKGCXBLL4UOMROFAA5Y9CZS' where id=9;
-update noar ti set b0='ACQSK9NVBGKGCXBLL4UOMROFAA5Y9CZS' where id=9;
-update noar tt set v0='YNOEV0RPCOVSIWI08A' where id=9;
-update noar ti set v0='YNOEV0RPCOVSIWI08A' where id=9;
-update noar tt set b1='7' where id=9;
-update noar ti set b1='7' where id=9;
-update noar tt set v0='52896H3LM2BORSSL6' where id=9;
-update noar ti set v0='52896H3LM2BORSSL6' where id=9;
-update noar tt set b2='DXMZGE' where id=9;
-update noar ti set b2='DXMZGE' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) not null,
- b0 mediumblob not null,
- b1 longblob not null,
- b2 blob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='80K1T1DG' where id=1;
-update noar ti set v0='80K1T1DG' where id=1;
-update noar tt set b0='HBX9PLDXOB6KNKZHJX6C' where id=1;
-update noar ti set b0='HBX9PLDXOB6KNKZHJX6C' where id=1;
-update noar tt set v0='ZR024SSYS9O05Q4' where id=1;
-update noar ti set v0='ZR024SSYS9O05Q4' where id=1;
-update noar tt set b1='87199C69QG' where id=1;
-update noar ti set b1='87199C69QG' where id=1;
-update noar tt set v0='8PXK7KI7RJPJK1LQWOAAGD9GBE' where id=1;
-update noar ti set v0='8PXK7KI7RJPJK1LQWOAAGD9GBE' where id=1;
-update noar tt set b2='QPA5AB5LJJ' where id=1;
-update noar ti set b2='QPA5AB5LJJ' where id=1;
-update noar tt set v0='7NHOH2ON5WKWUH24NPQ5UFQ' where id=2;
-update noar ti set v0='7NHOH2ON5WKWUH24NPQ5UFQ' where id=2;
-update noar tt set b0='4M5OS7SHQSAEGN0UK589K' where id=2;
-update noar ti set b0='4M5OS7SHQSAEGN0UK589K' where id=2;
-update noar tt set v0='02R26YGLZQIJO8EA9ZFW6K9DW5N3CY' where id=2;
-update noar ti set v0='02R26YGLZQIJO8EA9ZFW6K9DW5N3CY' where id=2;
-update noar tt set b1='T8' where id=2;
-update noar ti set b1='T8' where id=2;
-update noar tt set v0='XOID16HS0QS90TVDG9NIYLJJ' where id=2;
-update noar ti set v0='XOID16HS0QS90TVDG9NIYLJJ' where id=2;
-update noar tt set b2='Y382S3VVV2HR3' where id=2;
-update noar ti set b2='Y382S3VVV2HR3' where id=2;
-update noar tt set v0='93QMMILBC7BP01GPU4' where id=3;
-update noar ti set v0='93QMMILBC7BP01GPU4' where id=3;
-update noar tt set b0='DORFHEW7V430A05KCH6OH2M09VM4Z2U' where id=3;
-update noar ti set b0='DORFHEW7V430A05KCH6OH2M09VM4Z2U' where id=3;
-update noar tt set v0='JEG71' where id=3;
-update noar ti set v0='JEG71' where id=3;
-update noar tt set b1='9ULCEX2XZ5KP73SPQTR32FSZCL4' where id=3;
-update noar ti set b1='9ULCEX2XZ5KP73SPQTR32FSZCL4' where id=3;
-update noar tt set v0='KC36VT2CIDR8FXV' where id=3;
-update noar ti set v0='KC36VT2CIDR8FXV' where id=3;
-update noar tt set b2='I9YA0SCIJ34HEOPS5111L0D' where id=3;
-update noar ti set b2='I9YA0SCIJ34HEOPS5111L0D' where id=3;
-update noar tt set v0='O67YLVNUWAH5NEKTB30D2TPN8X4FOP4D' where id=4;
-update noar ti set v0='O67YLVNUWAH5NEKTB30D2TPN8X4FOP4D' where id=4;
-update noar tt set b0='NK' where id=4;
-update noar ti set b0='NK' where id=4;
-update noar tt set v0='VLKYVN' where id=4;
-update noar ti set v0='VLKYVN' where id=4;
-update noar tt set b1='IJ' where id=4;
-update noar ti set b1='IJ' where id=4;
-update noar tt set v0='CT99GM7ILWOTCW97Z' where id=4;
-update noar ti set v0='CT99GM7ILWOTCW97Z' where id=4;
-update noar tt set b2='PUD7Z8YBGTG4WK1U84XYOH1I5' where id=4;
-update noar ti set b2='PUD7Z8YBGTG4WK1U84XYOH1I5' where id=4;
-update noar tt set v0='Q4FTV7U0QP00679ON8352BU0X0YS' where id=5;
-update noar ti set v0='Q4FTV7U0QP00679ON8352BU0X0YS' where id=5;
-update noar tt set b0='FW4I2' where id=5;
-update noar ti set b0='FW4I2' where id=5;
-update noar tt set v0='SR7YWKOJF45I1' where id=5;
-update noar ti set v0='SR7YWKOJF45I1' where id=5;
-update noar tt set b1='Y8I3I200H034LJTBAAK' where id=5;
-update noar ti set b1='Y8I3I200H034LJTBAAK' where id=5;
-update noar tt set v0='384TWQL739P440MA4' where id=5;
-update noar ti set v0='384TWQL739P440MA4' where id=5;
-update noar tt set b2='PGI85TB1DA8FO8' where id=5;
-update noar ti set b2='PGI85TB1DA8FO8' where id=5;
-update noar tt set v0='IRI7NYFWLCQNBGM4PNW9EDRLU07' where id=6;
-update noar ti set v0='IRI7NYFWLCQNBGM4PNW9EDRLU07' where id=6;
-update noar tt set b0='1IRJ' where id=6;
-update noar ti set b0='1IRJ' where id=6;
-update noar tt set v0='QR08NEK1SWDK43GKDEDDAIMV' where id=6;
-update noar ti set v0='QR08NEK1SWDK43GKDEDDAIMV' where id=6;
-update noar tt set b1='FLUAGBM' where id=6;
-update noar ti set b1='FLUAGBM' where id=6;
-update noar tt set v0='PSWBQSK86IE4Q7TSCG9DZBED3BP' where id=6;
-update noar ti set v0='PSWBQSK86IE4Q7TSCG9DZBED3BP' where id=6;
-update noar tt set b2='0REGOXSGZ8UYFXFTBC2ZFMORZ2' where id=6;
-update noar ti set b2='0REGOXSGZ8UYFXFTBC2ZFMORZ2' where id=6;
-update noar tt set v0='C' where id=7;
-update noar ti set v0='C' where id=7;
-update noar tt set b0='R' where id=7;
-update noar ti set b0='R' where id=7;
-update noar tt set v0='7C0Q313266KJISX6ER60HQYUEY' where id=7;
-update noar ti set v0='7C0Q313266KJISX6ER60HQYUEY' where id=7;
-update noar tt set b1='M4C7EV' where id=7;
-update noar ti set b1='M4C7EV' where id=7;
-update noar tt set v0='NNJK' where id=7;
-update noar ti set v0='NNJK' where id=7;
-update noar tt set b2='GHN5HV2ZV61GBO1MPA0RA9SAW61F' where id=7;
-update noar ti set b2='GHN5HV2ZV61GBO1MPA0RA9SAW61F' where id=7;
-update noar tt set v0='5' where id=8;
-update noar ti set v0='5' where id=8;
-update noar tt set b0='7C81N' where id=8;
-update noar ti set b0='7C81N' where id=8;
-update noar tt set v0='COR37X28U51YQHLOG' where id=8;
-update noar ti set v0='COR37X28U51YQHLOG' where id=8;
-update noar tt set b1='CB0J5X9E7758A' where id=8;
-update noar ti set b1='CB0J5X9E7758A' where id=8;
-update noar tt set v0='95NKZ' where id=8;
-update noar ti set v0='95NKZ' where id=8;
-update noar tt set b2='QCF7RYDWXVUOWLJQ22WUGIGVJ8HXPRR' where id=8;
-update noar ti set b2='QCF7RYDWXVUOWLJQ22WUGIGVJ8HXPRR' where id=8;
-update noar tt set v0='95FUZXMX68GFPRB844WUBJ0UKQNX' where id=9;
-update noar ti set v0='95FUZXMX68GFPRB844WUBJ0UKQNX' where id=9;
-update noar tt set b0='5NF8BYY5NO03' where id=9;
-update noar ti set b0='5NF8BYY5NO03' where id=9;
-update noar tt set v0='8AI' where id=9;
-update noar ti set v0='8AI' where id=9;
-update noar tt set b1='T5CPVMUV1OZMTDPM' where id=9;
-update noar ti set b1='T5CPVMUV1OZMTDPM' where id=9;
-update noar tt set v0='88DP' where id=9;
-update noar ti set v0='88DP' where id=9;
-update noar tt set b2='ZCZIN0VVO68R0QJODEVP4WZ381' where id=9;
-update noar ti set b2='ZCZIN0VVO68R0QJODEVP4WZ381' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) not null,
- b0 mediumblob not null,
- b1 longblob not null,
- b2 blob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='V7ZWG4AZN' where id=1;
-update noar ti set v0='V7ZWG4AZN' where id=1;
-update noar tt set b0='TATBDD2ZM99M313' where id=1;
-update noar ti set b0='TATBDD2ZM99M313' where id=1;
-update noar tt set v0='03LC2CBJJ0BL74IK4ISJY' where id=1;
-update noar ti set v0='03LC2CBJJ0BL74IK4ISJY' where id=1;
-update noar tt set b1='AJAKRSLCG2GB53F5HN96' where id=1;
-update noar ti set b1='AJAKRSLCG2GB53F5HN96' where id=1;
-update noar tt set v0='5PM2W' where id=1;
-update noar ti set v0='5PM2W' where id=1;
-update noar tt set b2='UU5KAQ0CLOX84U016VEDS' where id=1;
-update noar ti set b2='UU5KAQ0CLOX84U016VEDS' where id=1;
-update noar tt set v0='210ZEO5YTH9U4' where id=2;
-update noar ti set v0='210ZEO5YTH9U4' where id=2;
-update noar tt set b0='RPS5LC05P2636TZP11ZHC4TKA9EGDD' where id=2;
-update noar ti set b0='RPS5LC05P2636TZP11ZHC4TKA9EGDD' where id=2;
-update noar tt set v0='CIUKVTTPFWQ4GJX1JICRFDHE' where id=2;
-update noar ti set v0='CIUKVTTPFWQ4GJX1JICRFDHE' where id=2;
-update noar tt set b1='5LUQKEQ0JI9SSXBQGD9P43232W' where id=2;
-update noar ti set b1='5LUQKEQ0JI9SSXBQGD9P43232W' where id=2;
-update noar tt set v0='9I0CLSUIA47H9ME' where id=2;
-update noar ti set v0='9I0CLSUIA47H9ME' where id=2;
-update noar tt set b2='DRK53ATV11Y3DDQLR7Q7R' where id=2;
-update noar ti set b2='DRK53ATV11Y3DDQLR7Q7R' where id=2;
-update noar tt set v0='PB0XVODYOWXTF84Q8OX6SD21' where id=3;
-update noar ti set v0='PB0XVODYOWXTF84Q8OX6SD21' where id=3;
-update noar tt set b0='HJZ9E7Q044US50K9VTSXDM' where id=3;
-update noar ti set b0='HJZ9E7Q044US50K9VTSXDM' where id=3;
-update noar tt set v0='5TMMHP3DQTDU7IFW8KCIK96YPDCU' where id=3;
-update noar ti set v0='5TMMHP3DQTDU7IFW8KCIK96YPDCU' where id=3;
-update noar tt set b1='OPYEFP5EXI0N' where id=3;
-update noar ti set b1='OPYEFP5EXI0N' where id=3;
-update noar tt set v0='HMSL2S' where id=3;
-update noar ti set v0='HMSL2S' where id=3;
-update noar tt set b2='JJFG1F0RC' where id=3;
-update noar ti set b2='JJFG1F0RC' where id=3;
-update noar tt set v0='5RE63AKKYUL16QBPQ929IW5NB9' where id=4;
-update noar ti set v0='5RE63AKKYUL16QBPQ929IW5NB9' where id=4;
-update noar tt set b0='4F91R01XDIYTY7PUS8DX' where id=4;
-update noar ti set b0='4F91R01XDIYTY7PUS8DX' where id=4;
-update noar tt set v0='XM2LWTBVF6WNNR1Y' where id=4;
-update noar ti set v0='XM2LWTBVF6WNNR1Y' where id=4;
-update noar tt set b1='FKZ7RP1ZW8YO49BZOUNJGZWL9XA47HZZ' where id=4;
-update noar ti set b1='FKZ7RP1ZW8YO49BZOUNJGZWL9XA47HZZ' where id=4;
-update noar tt set v0='Y1EDT095QEUGSC80O9QXH2YPA' where id=4;
-update noar ti set v0='Y1EDT095QEUGSC80O9QXH2YPA' where id=4;
-update noar tt set b2='7U0W7OCG8' where id=4;
-update noar ti set b2='7U0W7OCG8' where id=4;
-update noar tt set v0='3XVPGMXMQLK70U3' where id=5;
-update noar ti set v0='3XVPGMXMQLK70U3' where id=5;
-update noar tt set b0='Y4QWDP12JWF36SF1' where id=5;
-update noar ti set b0='Y4QWDP12JWF36SF1' where id=5;
-update noar tt set v0='D2H16PRZVJV320S5IJ' where id=5;
-update noar ti set v0='D2H16PRZVJV320S5IJ' where id=5;
-update noar tt set b1='H0HEHKKSFQZGIS' where id=5;
-update noar ti set b1='H0HEHKKSFQZGIS' where id=5;
-update noar tt set v0='1LK5USMV06RCN7UW6QNAUKN6' where id=5;
-update noar ti set v0='1LK5USMV06RCN7UW6QNAUKN6' where id=5;
-update noar tt set b2='S8UCVUCJUTL7SX2UW0O5H3PJ' where id=5;
-update noar ti set b2='S8UCVUCJUTL7SX2UW0O5H3PJ' where id=5;
-update noar tt set v0='2WFOQNFRK7RG1LHKM69YAX3DU' where id=6;
-update noar ti set v0='2WFOQNFRK7RG1LHKM69YAX3DU' where id=6;
-update noar tt set b0='MOXEFXE7O86GBF149569NE83BRULB' where id=6;
-update noar ti set b0='MOXEFXE7O86GBF149569NE83BRULB' where id=6;
-update noar tt set v0='W381UCX' where id=6;
-update noar ti set v0='W381UCX' where id=6;
-update noar tt set b1='J75YLBPR6MQ' where id=6;
-update noar ti set b1='J75YLBPR6MQ' where id=6;
-update noar tt set v0='W7AOOR8I9455' where id=6;
-update noar ti set v0='W7AOOR8I9455' where id=6;
-update noar tt set b2='P26M' where id=6;
-update noar ti set b2='P26M' where id=6;
-update noar tt set v0='CL3WQ1K115R' where id=7;
-update noar ti set v0='CL3WQ1K115R' where id=7;
-update noar tt set b0='HNAN9AVT0AOT2OFX6QK1279S' where id=7;
-update noar ti set b0='HNAN9AVT0AOT2OFX6QK1279S' where id=7;
-update noar tt set v0='BNU3MYAPQ86OOQI8K2XJ0X' where id=7;
-update noar ti set v0='BNU3MYAPQ86OOQI8K2XJ0X' where id=7;
-update noar tt set b1='3SB8DB8XRHCJQ2M9YE0H9BS1T51' where id=7;
-update noar ti set b1='3SB8DB8XRHCJQ2M9YE0H9BS1T51' where id=7;
-update noar tt set v0='IH390HHQZUMM67V2U8ETY' where id=7;
-update noar ti set v0='IH390HHQZUMM67V2U8ETY' where id=7;
-update noar tt set b2='HWMGCETHG' where id=7;
-update noar ti set b2='HWMGCETHG' where id=7;
-update noar tt set v0='ZPD0QKTZY8GGA' where id=8;
-update noar ti set v0='ZPD0QKTZY8GGA' where id=8;
-update noar tt set b0='SPPEFGAI' where id=8;
-update noar ti set b0='SPPEFGAI' where id=8;
-update noar tt set v0='RTFOKFTU2KIMD' where id=8;
-update noar ti set v0='RTFOKFTU2KIMD' where id=8;
-update noar tt set b1='58' where id=8;
-update noar ti set b1='58' where id=8;
-update noar tt set v0='DUIYVWOW' where id=8;
-update noar ti set v0='DUIYVWOW' where id=8;
-update noar tt set b2='ZL0M4SSJ488QF1RRW9' where id=8;
-update noar ti set b2='ZL0M4SSJ488QF1RRW9' where id=8;
-update noar tt set v0='IMBQX11WXDZD23' where id=9;
-update noar ti set v0='IMBQX11WXDZD23' where id=9;
-update noar tt set b0='LR95KY4LF9LBODKVVYP6VNQB5A97V' where id=9;
-update noar ti set b0='LR95KY4LF9LBODKVVYP6VNQB5A97V' where id=9;
-update noar tt set v0='9G2XMTYWQ9DZHC6R2SZFMHM7FIN2FXNE' where id=9;
-update noar ti set v0='9G2XMTYWQ9DZHC6R2SZFMHM7FIN2FXNE' where id=9;
-update noar tt set b1='YJBADF389CUS9CZBY9K3T07ICL4' where id=9;
-update noar ti set b1='YJBADF389CUS9CZBY9K3T07ICL4' where id=9;
-update noar tt set v0='GLDLMJP3SGKJ1IIAJPJ' where id=9;
-update noar ti set v0='GLDLMJP3SGKJ1IIAJPJ' where id=9;
-update noar tt set b2='Y5SXJBOJP7OU8I251M29ZNEAWF98Z' where id=9;
-update noar ti set b2='Y5SXJBOJP7OU8I251M29ZNEAWF98Z' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) null,
- b0 mediumblob null,
- b1 longblob null,
- b2 mediumblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='HEMYCHEGMT4Y1B9' where id=1;
-update noar ti set v0='HEMYCHEGMT4Y1B9' where id=1;
-update noar tt set b0='FFNXWDY2QWMMI8GC' where id=1;
-update noar ti set b0='FFNXWDY2QWMMI8GC' where id=1;
-update noar tt set v0='RE6A13N6VX4X7WRFBDODLPKG38MTP' where id=1;
-update noar ti set v0='RE6A13N6VX4X7WRFBDODLPKG38MTP' where id=1;
-update noar tt set b1='N' where id=1;
-update noar ti set b1='N' where id=1;
-update noar tt set v0='ZUEDPH7OKOEK2A' where id=1;
-update noar ti set v0='ZUEDPH7OKOEK2A' where id=1;
-update noar tt set b2='PZKKNBCMF7HFB2Z622Y' where id=1;
-update noar ti set b2='PZKKNBCMF7HFB2Z622Y' where id=1;
-update noar tt set v0='O326QBS9C' where id=2;
-update noar ti set v0='O326QBS9C' where id=2;
-update noar tt set b0='83XA2ZJWA6FIV8IE2L6PMYV460RF7J' where id=2;
-update noar ti set b0='83XA2ZJWA6FIV8IE2L6PMYV460RF7J' where id=2;
-update noar tt set v0='IVBTK11YVL' where id=2;
-update noar ti set v0='IVBTK11YVL' where id=2;
-update noar tt set b1='62LZS7HF1Y151FFD09AZC70WUBBRE5FC' where id=2;
-update noar ti set b1='62LZS7HF1Y151FFD09AZC70WUBBRE5FC' where id=2;
-update noar tt set v0='UKT9TGCHU2IQOT2BM3TEPMIOKTJJ3LWE' where id=2;
-update noar ti set v0='UKT9TGCHU2IQOT2BM3TEPMIOKTJJ3LWE' where id=2;
-update noar tt set b2='OFCOACO' where id=2;
-update noar ti set b2='OFCOACO' where id=2;
-update noar tt set v0='3UD24CUV4J837VZZMOOZ14DMGR7CL' where id=3;
-update noar ti set v0='3UD24CUV4J837VZZMOOZ14DMGR7CL' where id=3;
-update noar tt set b0='H118W0CPF67WCLB0H' where id=3;
-update noar ti set b0='H118W0CPF67WCLB0H' where id=3;
-update noar tt set v0='YEEL8JQUQA081O7FHKEKG0UFHWCF' where id=3;
-update noar ti set v0='YEEL8JQUQA081O7FHKEKG0UFHWCF' where id=3;
-update noar tt set b1='AR2AHT9YYH5BGWNEFV2HJ5F8ZPN2X1' where id=3;
-update noar ti set b1='AR2AHT9YYH5BGWNEFV2HJ5F8ZPN2X1' where id=3;
-update noar tt set v0='VR6HMN8I7XJ7B' where id=3;
-update noar ti set v0='VR6HMN8I7XJ7B' where id=3;
-update noar tt set b2='TZSEX34FFOQXBTS36BP2DIW8SDTS' where id=3;
-update noar ti set b2='TZSEX34FFOQXBTS36BP2DIW8SDTS' where id=3;
-update noar tt set v0='GJ5O8KZWHXT9NRAET8U2OH9NA7GNXEYO' where id=4;
-update noar ti set v0='GJ5O8KZWHXT9NRAET8U2OH9NA7GNXEYO' where id=4;
-update noar tt set b0='WKERUZFBWX2TK2RU4NYGFT' where id=4;
-update noar ti set b0='WKERUZFBWX2TK2RU4NYGFT' where id=4;
-update noar tt set v0='IKLNC2XN0LRFTWDOLYA4P' where id=4;
-update noar ti set v0='IKLNC2XN0LRFTWDOLYA4P' where id=4;
-update noar tt set b1='5C6' where id=4;
-update noar ti set b1='5C6' where id=4;
-update noar tt set v0='0HP0DQ87N0UUZXUVBSD' where id=4;
-update noar ti set v0='0HP0DQ87N0UUZXUVBSD' where id=4;
-update noar tt set b2='PCB45590USUWTZTZJZAB4YG1E8' where id=4;
-update noar ti set b2='PCB45590USUWTZTZJZAB4YG1E8' where id=4;
-update noar tt set v0='WI' where id=5;
-update noar ti set v0='WI' where id=5;
-update noar tt set b0='B6G' where id=5;
-update noar ti set b0='B6G' where id=5;
-update noar tt set v0='0NEJKWGH3E6RQM2EO2G4M31B' where id=5;
-update noar ti set v0='0NEJKWGH3E6RQM2EO2G4M31B' where id=5;
-update noar tt set b1='VTA' where id=5;
-update noar ti set b1='VTA' where id=5;
-update noar tt set v0='FHN7PZUPR0K5MZBZC7UQKY57I' where id=5;
-update noar ti set v0='FHN7PZUPR0K5MZBZC7UQKY57I' where id=5;
-update noar tt set b2='JWC437U603LHDVC6' where id=5;
-update noar ti set b2='JWC437U603LHDVC6' where id=5;
-update noar tt set v0='W95HR' where id=6;
-update noar ti set v0='W95HR' where id=6;
-update noar tt set b0='KW1L' where id=6;
-update noar ti set b0='KW1L' where id=6;
-update noar tt set v0='W3PKX3RMYXH0VO4S0X03ZCOG4EP' where id=6;
-update noar ti set v0='W3PKX3RMYXH0VO4S0X03ZCOG4EP' where id=6;
-update noar tt set b1='3M' where id=6;
-update noar ti set b1='3M' where id=6;
-update noar tt set v0='58SYRP3KAZWEZCW0KCKL0P6C1OP3' where id=6;
-update noar ti set v0='58SYRP3KAZWEZCW0KCKL0P6C1OP3' where id=6;
-update noar tt set b2='G' where id=6;
-update noar ti set b2='G' where id=6;
-update noar tt set v0='1V69FB47T49HMDZJ6WXV7HYNXY4S' where id=7;
-update noar ti set v0='1V69FB47T49HMDZJ6WXV7HYNXY4S' where id=7;
-update noar tt set b0='S4WKPRVBAQWOJHPQ84PBX8PC2BZR' where id=7;
-update noar ti set b0='S4WKPRVBAQWOJHPQ84PBX8PC2BZR' where id=7;
-update noar tt set v0='U9ZG9I7RFDV1J4H9MCP1IBXCIW' where id=7;
-update noar ti set v0='U9ZG9I7RFDV1J4H9MCP1IBXCIW' where id=7;
-update noar tt set b1='Z6VEJCBCNSM7BM2G' where id=7;
-update noar ti set b1='Z6VEJCBCNSM7BM2G' where id=7;
-update noar tt set v0='CHW4AYEMTEZ0Y84HJBTPD40TR03XZ' where id=7;
-update noar ti set v0='CHW4AYEMTEZ0Y84HJBTPD40TR03XZ' where id=7;
-update noar tt set b2='WICZLVZ1DA6PMSMQ1JPA2' where id=7;
-update noar ti set b2='WICZLVZ1DA6PMSMQ1JPA2' where id=7;
-update noar tt set v0='JBCKL91QVNSC' where id=8;
-update noar ti set v0='JBCKL91QVNSC' where id=8;
-update noar tt set b0='VU' where id=8;
-update noar ti set b0='VU' where id=8;
-update noar tt set v0='TKRV0AGLFXH9' where id=8;
-update noar ti set v0='TKRV0AGLFXH9' where id=8;
-update noar tt set b1='FYZTUUXIDOM2JC7D5UDTFNVEXNKC67V' where id=8;
-update noar ti set b1='FYZTUUXIDOM2JC7D5UDTFNVEXNKC67V' where id=8;
-update noar tt set v0='ZASLCM7TE29EMVXOLZ4' where id=8;
-update noar ti set v0='ZASLCM7TE29EMVXOLZ4' where id=8;
-update noar tt set b2='385MA3E0O1D2K0ANMSJX6I32B' where id=8;
-update noar ti set b2='385MA3E0O1D2K0ANMSJX6I32B' where id=8;
-update noar tt set v0='R9QS4' where id=9;
-update noar ti set v0='R9QS4' where id=9;
-update noar tt set b0='01XPT9N4' where id=9;
-update noar ti set b0='01XPT9N4' where id=9;
-update noar tt set v0='O4Z' where id=9;
-update noar ti set v0='O4Z' where id=9;
-update noar tt set b1='NF5VSD2PZT5W57FER4VY8Z2DQ8I1LNJ' where id=9;
-update noar ti set b1='NF5VSD2PZT5W57FER4VY8Z2DQ8I1LNJ' where id=9;
-update noar tt set v0='5SVC884CFGCG77UER3NUZ95KY5M4Q' where id=9;
-update noar ti set v0='5SVC884CFGCG77UER3NUZ95KY5M4Q' where id=9;
-update noar tt set b2='8B' where id=9;
-update noar ti set b2='8B' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) null,
- b0 mediumblob null,
- b1 longblob null,
- b2 mediumblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='VBNLXDWCY8P0D827ZS' where id=1;
-update noar ti set v0='VBNLXDWCY8P0D827ZS' where id=1;
-update noar tt set b0='HGOQ86QPAJELJY' where id=1;
-update noar ti set b0='HGOQ86QPAJELJY' where id=1;
-update noar tt set v0='D11ZZAFZDELOMBJ9F4' where id=1;
-update noar ti set v0='D11ZZAFZDELOMBJ9F4' where id=1;
-update noar tt set b1='W1HW4' where id=1;
-update noar ti set b1='W1HW4' where id=1;
-update noar tt set v0='JG8L8NA067' where id=1;
-update noar ti set v0='JG8L8NA067' where id=1;
-update noar tt set b2='I' where id=1;
-update noar ti set b2='I' where id=1;
-update noar tt set v0='WU6IU' where id=2;
-update noar ti set v0='WU6IU' where id=2;
-update noar tt set b0='2DL5F2ZV0' where id=2;
-update noar ti set b0='2DL5F2ZV0' where id=2;
-update noar tt set v0='GOUMQ5RXP5IF0S64UXY5UX' where id=2;
-update noar ti set v0='GOUMQ5RXP5IF0S64UXY5UX' where id=2;
-update noar tt set b1='9Q4XP7Z3O2DC5010C4L2JA' where id=2;
-update noar ti set b1='9Q4XP7Z3O2DC5010C4L2JA' where id=2;
-update noar tt set v0='6I2SHG3IOPRDKOI9UYJN6' where id=2;
-update noar ti set v0='6I2SHG3IOPRDKOI9UYJN6' where id=2;
-update noar tt set b2='6WSWK5E9EBJVXBKVD7IJWFP57VNY' where id=2;
-update noar ti set b2='6WSWK5E9EBJVXBKVD7IJWFP57VNY' where id=2;
-update noar tt set v0='3K43ZFVV8Y8' where id=3;
-update noar ti set v0='3K43ZFVV8Y8' where id=3;
-update noar tt set b0='X18B2' where id=3;
-update noar ti set b0='X18B2' where id=3;
-update noar tt set v0='1AS08QZHPYLM99KTAS58' where id=3;
-update noar ti set v0='1AS08QZHPYLM99KTAS58' where id=3;
-update noar tt set b1='Q9ANGZ' where id=3;
-update noar ti set b1='Q9ANGZ' where id=3;
-update noar tt set v0='70QIT25GLE' where id=3;
-update noar ti set v0='70QIT25GLE' where id=3;
-update noar tt set b2='PPJLC0N1IFY4K6KJ' where id=3;
-update noar ti set b2='PPJLC0N1IFY4K6KJ' where id=3;
-update noar tt set v0='TN4GIH4YSG411YD3' where id=4;
-update noar ti set v0='TN4GIH4YSG411YD3' where id=4;
-update noar tt set b0='YQZYG98APFB9HZ360L7WN9GCXDSHC6' where id=4;
-update noar ti set b0='YQZYG98APFB9HZ360L7WN9GCXDSHC6' where id=4;
-update noar tt set v0='BW00HBMU4U' where id=4;
-update noar ti set v0='BW00HBMU4U' where id=4;
-update noar tt set b1='7144MN0RURPUP4UZGQEVGRGG8A4CY4W' where id=4;
-update noar ti set b1='7144MN0RURPUP4UZGQEVGRGG8A4CY4W' where id=4;
-update noar tt set v0='ZMWJ2SULYN8RGNJZ863LNJB0AFCGWU' where id=4;
-update noar ti set v0='ZMWJ2SULYN8RGNJZ863LNJB0AFCGWU' where id=4;
-update noar tt set b2='1SC2' where id=4;
-update noar ti set b2='1SC2' where id=4;
-update noar tt set v0='O7' where id=5;
-update noar ti set v0='O7' where id=5;
-update noar tt set b0='2X54APC5PR3DS4KH04VGE' where id=5;
-update noar ti set b0='2X54APC5PR3DS4KH04VGE' where id=5;
-update noar tt set v0='HVY5EKT1ZXCRJ' where id=5;
-update noar ti set v0='HVY5EKT1ZXCRJ' where id=5;
-update noar tt set b1='WTPTUF' where id=5;
-update noar ti set b1='WTPTUF' where id=5;
-update noar tt set v0='KHD78EKF9P5HSYN0KDYAUGC9' where id=5;
-update noar ti set v0='KHD78EKF9P5HSYN0KDYAUGC9' where id=5;
-update noar tt set b2='J477EQG00AHOH3WA9' where id=5;
-update noar ti set b2='J477EQG00AHOH3WA9' where id=5;
-update noar tt set v0='LCFGNS92EOU6YKAF' where id=6;
-update noar ti set v0='LCFGNS92EOU6YKAF' where id=6;
-update noar tt set b0='O3U1RW1BOJYOP3J' where id=6;
-update noar ti set b0='O3U1RW1BOJYOP3J' where id=6;
-update noar tt set v0='LA17XKMM6XURUMQXMSW38' where id=6;
-update noar ti set v0='LA17XKMM6XURUMQXMSW38' where id=6;
-update noar tt set b1='N' where id=6;
-update noar ti set b1='N' where id=6;
-update noar tt set v0='MTFL4RSOQ98VKT1' where id=6;
-update noar ti set v0='MTFL4RSOQ98VKT1' where id=6;
-update noar tt set b2='CTSJ5TE2Z85Y4SHXSG' where id=6;
-update noar ti set b2='CTSJ5TE2Z85Y4SHXSG' where id=6;
-update noar tt set v0='LEM2DK4XYJGAMQL' where id=7;
-update noar ti set v0='LEM2DK4XYJGAMQL' where id=7;
-update noar tt set b0='CNHPI6OQPRBMR' where id=7;
-update noar ti set b0='CNHPI6OQPRBMR' where id=7;
-update noar tt set v0='0T31' where id=7;
-update noar ti set v0='0T31' where id=7;
-update noar tt set b1='KWTYAN3JHT7RVQGOMMC8Z' where id=7;
-update noar ti set b1='KWTYAN3JHT7RVQGOMMC8Z' where id=7;
-update noar tt set v0='DT2AYTM1RYB5ELQKU3B2' where id=7;
-update noar ti set v0='DT2AYTM1RYB5ELQKU3B2' where id=7;
-update noar tt set b2='2H5XXD4MLKVUKKLHM6' where id=7;
-update noar ti set b2='2H5XXD4MLKVUKKLHM6' where id=7;
-update noar tt set v0='XII6KEUC23X' where id=8;
-update noar ti set v0='XII6KEUC23X' where id=8;
-update noar tt set b0='KM9J386EX9MJLD79POMU4' where id=8;
-update noar ti set b0='KM9J386EX9MJLD79POMU4' where id=8;
-update noar tt set v0='0JLFR7G9QWSUO' where id=8;
-update noar ti set v0='0JLFR7G9QWSUO' where id=8;
-update noar tt set b1='DLAAOUBXYGC87UIV88LM9' where id=8;
-update noar ti set b1='DLAAOUBXYGC87UIV88LM9' where id=8;
-update noar tt set v0='JKVYZY6K0RCCLRMEX0E' where id=8;
-update noar ti set v0='JKVYZY6K0RCCLRMEX0E' where id=8;
-update noar tt set b2='EW5AG' where id=8;
-update noar ti set b2='EW5AG' where id=8;
-update noar tt set v0='BJ3I5IB' where id=9;
-update noar ti set v0='BJ3I5IB' where id=9;
-update noar tt set b0='5QNVTA0D23UQ' where id=9;
-update noar ti set b0='5QNVTA0D23UQ' where id=9;
-update noar tt set v0='LLROIM1QK2YUBGD2SCAAGEE90Y' where id=9;
-update noar ti set v0='LLROIM1QK2YUBGD2SCAAGEE90Y' where id=9;
-update noar tt set b1='BLBPU6CTR3FZH71YP8WEYRGS1LE33EP' where id=9;
-update noar ti set b1='BLBPU6CTR3FZH71YP8WEYRGS1LE33EP' where id=9;
-update noar tt set v0='W6YY3MSY6OGNZL5YDGJ95' where id=9;
-update noar ti set v0='W6YY3MSY6OGNZL5YDGJ95' where id=9;
-update noar tt set b2='1ES1IN7ZEVXSNP9G2T' where id=9;
-update noar ti set b2='1ES1IN7ZEVXSNP9G2T' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) not null,
- b0 mediumblob not null,
- b1 longblob not null,
- b2 mediumblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='NNCHWZG' where id=1;
-update noar ti set v0='NNCHWZG' where id=1;
-update noar tt set b0='V62LJQQ1N8Z' where id=1;
-update noar ti set b0='V62LJQQ1N8Z' where id=1;
-update noar tt set v0='UP6JH766TL8DIPJW26GG' where id=1;
-update noar ti set v0='UP6JH766TL8DIPJW26GG' where id=1;
-update noar tt set b1='972' where id=1;
-update noar ti set b1='972' where id=1;
-update noar tt set v0='V76YTXYWIB5CQE3JP7WH31' where id=1;
-update noar ti set v0='V76YTXYWIB5CQE3JP7WH31' where id=1;
-update noar tt set b2='UOQ975H6L3E2L761L978SIFX' where id=1;
-update noar ti set b2='UOQ975H6L3E2L761L978SIFX' where id=1;
-update noar tt set v0='6V8F8IBA24O20SELD' where id=2;
-update noar ti set v0='6V8F8IBA24O20SELD' where id=2;
-update noar tt set b0='C7UHQE5LRMP6GCS9LJHP3PJ3' where id=2;
-update noar ti set b0='C7UHQE5LRMP6GCS9LJHP3PJ3' where id=2;
-update noar tt set v0='I8KDINPV3HQDCOFVSTOI' where id=2;
-update noar ti set v0='I8KDINPV3HQDCOFVSTOI' where id=2;
-update noar tt set b1='GNHXYR7U8X' where id=2;
-update noar ti set b1='GNHXYR7U8X' where id=2;
-update noar tt set v0='IL8' where id=2;
-update noar ti set v0='IL8' where id=2;
-update noar tt set b2='V9NL7V5CEW4EOUIML3PGE0YA2' where id=2;
-update noar ti set b2='V9NL7V5CEW4EOUIML3PGE0YA2' where id=2;
-update noar tt set v0='S63FMJ' where id=3;
-update noar ti set v0='S63FMJ' where id=3;
-update noar tt set b0='VRLARBNL5LFZZXO' where id=3;
-update noar ti set b0='VRLARBNL5LFZZXO' where id=3;
-update noar tt set v0='9HBT0A45DHHLBMNK6DOEZYI' where id=3;
-update noar ti set v0='9HBT0A45DHHLBMNK6DOEZYI' where id=3;
-update noar tt set b1='QLXOSRJSFXFOMJUXSBYHU' where id=3;
-update noar ti set b1='QLXOSRJSFXFOMJUXSBYHU' where id=3;
-update noar tt set v0='8KDWYIM24DDZD8GBGZ' where id=3;
-update noar ti set v0='8KDWYIM24DDZD8GBGZ' where id=3;
-update noar tt set b2='W0M52DI0AXF3ITN9FA68MFZDHL1AO7A' where id=3;
-update noar ti set b2='W0M52DI0AXF3ITN9FA68MFZDHL1AO7A' where id=3;
-update noar tt set v0='816JGL6G79SMB' where id=4;
-update noar ti set v0='816JGL6G79SMB' where id=4;
-update noar tt set b0='172JZ8EV6BG5E4BS' where id=4;
-update noar ti set b0='172JZ8EV6BG5E4BS' where id=4;
-update noar tt set v0='6CA538UKIEPYDC7MA2BLT0' where id=4;
-update noar ti set v0='6CA538UKIEPYDC7MA2BLT0' where id=4;
-update noar tt set b1='2S25DBO8AGY7QYZ9RX9' where id=4;
-update noar ti set b1='2S25DBO8AGY7QYZ9RX9' where id=4;
-update noar tt set v0='VBHPTZFVTJUHGGE71L2O' where id=4;
-update noar ti set v0='VBHPTZFVTJUHGGE71L2O' where id=4;
-update noar tt set b2='1ZBLWOA2SI93MVUVNBE82WXY71SQHQ' where id=4;
-update noar ti set b2='1ZBLWOA2SI93MVUVNBE82WXY71SQHQ' where id=4;
-update noar tt set v0='FW7643Z' where id=5;
-update noar ti set v0='FW7643Z' where id=5;
-update noar tt set b0='ZN813I0S8998E31Q1QFMHHBU' where id=5;
-update noar ti set b0='ZN813I0S8998E31Q1QFMHHBU' where id=5;
-update noar tt set v0='KS9LRDYKYKJEUA8VT887' where id=5;
-update noar ti set v0='KS9LRDYKYKJEUA8VT887' where id=5;
-update noar tt set b1='CXN90DC77STQC8FZBC31' where id=5;
-update noar ti set b1='CXN90DC77STQC8FZBC31' where id=5;
-update noar tt set v0='HZSW3GC2GD5F1U8SYG16TNIN' where id=5;
-update noar ti set v0='HZSW3GC2GD5F1U8SYG16TNIN' where id=5;
-update noar tt set b2='PAHYVJY6K5EAMHW2R674' where id=5;
-update noar ti set b2='PAHYVJY6K5EAMHW2R674' where id=5;
-update noar tt set v0='KYQ2YM4SP8T52EDP7' where id=6;
-update noar ti set v0='KYQ2YM4SP8T52EDP7' where id=6;
-update noar tt set b0='QGAJ4I' where id=6;
-update noar ti set b0='QGAJ4I' where id=6;
-update noar tt set v0='HVBHKHZQ1JK4H1QHHQ3TT' where id=6;
-update noar ti set v0='HVBHKHZQ1JK4H1QHHQ3TT' where id=6;
-update noar tt set b1='6W9U8TSLOW1BGPJRO3LLA7KMACW9' where id=6;
-update noar ti set b1='6W9U8TSLOW1BGPJRO3LLA7KMACW9' where id=6;
-update noar tt set v0='W14WY3M9SSHZ39C7P54RN1WPJ9YZAB0' where id=6;
-update noar ti set v0='W14WY3M9SSHZ39C7P54RN1WPJ9YZAB0' where id=6;
-update noar tt set b2='10LWIW6DZJAC' where id=6;
-update noar ti set b2='10LWIW6DZJAC' where id=6;
-update noar tt set v0='AZJVV74K5E60TAP0R7BXR8N0BL' where id=7;
-update noar ti set v0='AZJVV74K5E60TAP0R7BXR8N0BL' where id=7;
-update noar tt set b0='HTRBI14ZEVI' where id=7;
-update noar ti set b0='HTRBI14ZEVI' where id=7;
-update noar tt set v0='YPZDK29RF' where id=7;
-update noar ti set v0='YPZDK29RF' where id=7;
-update noar tt set b1='IF42WK3QIJDZ2U8Z5PVS53' where id=7;
-update noar ti set b1='IF42WK3QIJDZ2U8Z5PVS53' where id=7;
-update noar tt set v0='EQ6Q8EY87BHUD9BH762SKD1EYY8' where id=7;
-update noar ti set v0='EQ6Q8EY87BHUD9BH762SKD1EYY8' where id=7;
-update noar tt set b2='BKC0IGEBLGMXCBK873X0UG4TCO9' where id=7;
-update noar ti set b2='BKC0IGEBLGMXCBK873X0UG4TCO9' where id=7;
-update noar tt set v0='GVOYN7JMCCC' where id=8;
-update noar ti set v0='GVOYN7JMCCC' where id=8;
-update noar tt set b0='R22TS1O1GEY34' where id=8;
-update noar ti set b0='R22TS1O1GEY34' where id=8;
-update noar tt set v0='4RN0AJO7WY30RWALO30QQ2401' where id=8;
-update noar ti set v0='4RN0AJO7WY30RWALO30QQ2401' where id=8;
-update noar tt set b1='35EU66WGWFFKL64MH2NVQJ9ZCDK' where id=8;
-update noar ti set b1='35EU66WGWFFKL64MH2NVQJ9ZCDK' where id=8;
-update noar tt set v0='Y8' where id=8;
-update noar ti set v0='Y8' where id=8;
-update noar tt set b2='QLTZBSKPUFAMX1ZAC' where id=8;
-update noar ti set b2='QLTZBSKPUFAMX1ZAC' where id=8;
-update noar tt set v0='CECRHPZC3MFG155D' where id=9;
-update noar ti set v0='CECRHPZC3MFG155D' where id=9;
-update noar tt set b0='8GR46T3GF5TN' where id=9;
-update noar ti set b0='8GR46T3GF5TN' where id=9;
-update noar tt set v0='W2TCPWFKBPA' where id=9;
-update noar ti set v0='W2TCPWFKBPA' where id=9;
-update noar tt set b1='ZS20088B3OEEY8X1YRHC8BORTB0TSMEW' where id=9;
-update noar ti set b1='ZS20088B3OEEY8X1YRHC8BORTB0TSMEW' where id=9;
-update noar tt set v0='FWBPYW42JN3FSCW00' where id=9;
-update noar ti set v0='FWBPYW42JN3FSCW00' where id=9;
-update noar tt set b2='AM9E34IYOFC' where id=9;
-update noar ti set b2='AM9E34IYOFC' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) not null,
- b0 mediumblob not null,
- b1 longblob not null,
- b2 mediumblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='PS8276JENLW25W7AWMZB3LN5KF' where id=1;
-update noar ti set v0='PS8276JENLW25W7AWMZB3LN5KF' where id=1;
-update noar tt set b0='FQ62XXOGQPK14KWKHKDT' where id=1;
-update noar ti set b0='FQ62XXOGQPK14KWKHKDT' where id=1;
-update noar tt set v0='593GWDBUDFVYIHVW2QYM0KUFWL694M' where id=1;
-update noar ti set v0='593GWDBUDFVYIHVW2QYM0KUFWL694M' where id=1;
-update noar tt set b1='RW0' where id=1;
-update noar ti set b1='RW0' where id=1;
-update noar tt set v0='ZW71DEKRQHWI2HX7K2' where id=1;
-update noar ti set v0='ZW71DEKRQHWI2HX7K2' where id=1;
-update noar tt set b2='TIRRRSO01XQ24MGKG' where id=1;
-update noar ti set b2='TIRRRSO01XQ24MGKG' where id=1;
-update noar tt set v0='AW6GICB7IOEUDJXTPPZQX' where id=2;
-update noar ti set v0='AW6GICB7IOEUDJXTPPZQX' where id=2;
-update noar tt set b0='EP5HNJD059W00PXYSDH' where id=2;
-update noar ti set b0='EP5HNJD059W00PXYSDH' where id=2;
-update noar tt set v0='Z4C4ULL7Q20C5S3IILVZCZRPY3E' where id=2;
-update noar ti set v0='Z4C4ULL7Q20C5S3IILVZCZRPY3E' where id=2;
-update noar tt set b1='7VBK' where id=2;
-update noar ti set b1='7VBK' where id=2;
-update noar tt set v0='38L418T35CUX91R4Y8HR9DW' where id=2;
-update noar ti set v0='38L418T35CUX91R4Y8HR9DW' where id=2;
-update noar tt set b2='7AKF9CTL528AXDYY2G9B31JO6O' where id=2;
-update noar ti set b2='7AKF9CTL528AXDYY2G9B31JO6O' where id=2;
-update noar tt set v0='JRI0NYXJET2O52DNLHA2' where id=3;
-update noar ti set v0='JRI0NYXJET2O52DNLHA2' where id=3;
-update noar tt set b0='ERIVS2PFP' where id=3;
-update noar ti set b0='ERIVS2PFP' where id=3;
-update noar tt set v0='E1VHJS7OPQK5PI' where id=3;
-update noar ti set v0='E1VHJS7OPQK5PI' where id=3;
-update noar tt set b1='ZJPITF0GVESBKINVI5P1QNPKJVVE' where id=3;
-update noar ti set b1='ZJPITF0GVESBKINVI5P1QNPKJVVE' where id=3;
-update noar tt set v0='R08MVVJ8NONN9S2KCU063XAUTGLBAZ' where id=3;
-update noar ti set v0='R08MVVJ8NONN9S2KCU063XAUTGLBAZ' where id=3;
-update noar tt set b2='I52ES10M7L4TXORS' where id=3;
-update noar ti set b2='I52ES10M7L4TXORS' where id=3;
-update noar tt set v0='223U0E7F2EXKOMFI2E' where id=4;
-update noar ti set v0='223U0E7F2EXKOMFI2E' where id=4;
-update noar tt set b0='ZF641A' where id=4;
-update noar ti set b0='ZF641A' where id=4;
-update noar tt set v0='P8DQ1M0W5ONK2' where id=4;
-update noar ti set v0='P8DQ1M0W5ONK2' where id=4;
-update noar tt set b1='RDMQ3Q7YJW13CD' where id=4;
-update noar ti set b1='RDMQ3Q7YJW13CD' where id=4;
-update noar tt set v0='XW9LZLLRA8XVUN' where id=4;
-update noar ti set v0='XW9LZLLRA8XVUN' where id=4;
-update noar tt set b2='OJFYL' where id=4;
-update noar ti set b2='OJFYL' where id=4;
-update noar tt set v0='MZGAQ08ADA8898CLLQKRKRH8KT9O6' where id=5;
-update noar ti set v0='MZGAQ08ADA8898CLLQKRKRH8KT9O6' where id=5;
-update noar tt set b0='V5L442FIMKA7U8' where id=5;
-update noar ti set b0='V5L442FIMKA7U8' where id=5;
-update noar tt set v0='2J4CSIV3GI415AHC' where id=5;
-update noar ti set v0='2J4CSIV3GI415AHC' where id=5;
-update noar tt set b1='ID0BB5P5XM5GWRKR' where id=5;
-update noar ti set b1='ID0BB5P5XM5GWRKR' where id=5;
-update noar tt set v0='PP18FE7JX3OITBTC7X7' where id=5;
-update noar ti set v0='PP18FE7JX3OITBTC7X7' where id=5;
-update noar tt set b2='0W6QFAA9MPB4M2A90O2H58A' where id=5;
-update noar ti set b2='0W6QFAA9MPB4M2A90O2H58A' where id=5;
-update noar tt set v0='LWRKR8J' where id=6;
-update noar ti set v0='LWRKR8J' where id=6;
-update noar tt set b0='AHZTRCOTKJO0E' where id=6;
-update noar ti set b0='AHZTRCOTKJO0E' where id=6;
-update noar tt set v0='H5WHHBYH350Q3' where id=6;
-update noar ti set v0='H5WHHBYH350Q3' where id=6;
-update noar tt set b1='1EEIEPCDY5OCB7CO622UN' where id=6;
-update noar ti set b1='1EEIEPCDY5OCB7CO622UN' where id=6;
-update noar tt set v0='A98DPKO' where id=6;
-update noar ti set v0='A98DPKO' where id=6;
-update noar tt set b2='BJAFLN7RY7E3QB2Q' where id=6;
-update noar ti set b2='BJAFLN7RY7E3QB2Q' where id=6;
-update noar tt set v0='3QBNUE4ONWQHXJ8NTHER' where id=7;
-update noar ti set v0='3QBNUE4ONWQHXJ8NTHER' where id=7;
-update noar tt set b0='HFW09CGB1L4EZA2E76KDE9G0SCF' where id=7;
-update noar ti set b0='HFW09CGB1L4EZA2E76KDE9G0SCF' where id=7;
-update noar tt set v0='HLEK8UNBAD3D4W6VT7QZXQFZ1JI' where id=7;
-update noar ti set v0='HLEK8UNBAD3D4W6VT7QZXQFZ1JI' where id=7;
-update noar tt set b1='UVN3' where id=7;
-update noar ti set b1='UVN3' where id=7;
-update noar tt set v0='MU' where id=7;
-update noar ti set v0='MU' where id=7;
-update noar tt set b2='SPHNA52UAJEGA6AY22VHH0EUS0O' where id=7;
-update noar ti set b2='SPHNA52UAJEGA6AY22VHH0EUS0O' where id=7;
-update noar tt set v0='ZXUMZ2T3Y' where id=8;
-update noar ti set v0='ZXUMZ2T3Y' where id=8;
-update noar tt set b0='JYHP9LSMJO0U7KX' where id=8;
-update noar ti set b0='JYHP9LSMJO0U7KX' where id=8;
-update noar tt set v0='SFQS3F7E873MQ' where id=8;
-update noar ti set v0='SFQS3F7E873MQ' where id=8;
-update noar tt set b1='E9A5231B2K1EIWDRBLJ3Y7ZZEP2' where id=8;
-update noar ti set b1='E9A5231B2K1EIWDRBLJ3Y7ZZEP2' where id=8;
-update noar tt set v0='EI95FML8RIXJ43CNELEI1S4X39' where id=8;
-update noar ti set v0='EI95FML8RIXJ43CNELEI1S4X39' where id=8;
-update noar tt set b2='HD1VYYTYGQHE1ZRRW5CN' where id=8;
-update noar ti set b2='HD1VYYTYGQHE1ZRRW5CN' where id=8;
-update noar tt set v0='AUA57HQBP5GGDQ' where id=9;
-update noar ti set v0='AUA57HQBP5GGDQ' where id=9;
-update noar tt set b0='HWZFNCTUMFQGO816CM95ZUOFQ' where id=9;
-update noar ti set b0='HWZFNCTUMFQGO816CM95ZUOFQ' where id=9;
-update noar tt set v0='GXRANG' where id=9;
-update noar ti set v0='GXRANG' where id=9;
-update noar tt set b1='6F66DRUTYRLQWS7F9N' where id=9;
-update noar ti set b1='6F66DRUTYRLQWS7F9N' where id=9;
-update noar tt set v0='65JAXOFRP8VJGA078GKVCB2MMJQXB699' where id=9;
-update noar ti set v0='65JAXOFRP8VJGA078GKVCB2MMJQXB699' where id=9;
-update noar tt set b2='T5R0EJCJ8159HT9JATA1SU' where id=9;
-update noar ti set b2='T5R0EJCJ8159HT9JATA1SU' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) null,
- b0 mediumblob null,
- b1 longblob null,
- b2 longblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='XRYHJO6E2DFBIYWBFQUA9' where id=1;
-update noar ti set v0='XRYHJO6E2DFBIYWBFQUA9' where id=1;
-update noar tt set b0='R3XBQA7TPBCBUJ9OV4NUBQGXE8JS0MX' where id=1;
-update noar ti set b0='R3XBQA7TPBCBUJ9OV4NUBQGXE8JS0MX' where id=1;
-update noar tt set v0='0JH205WDY4' where id=1;
-update noar ti set v0='0JH205WDY4' where id=1;
-update noar tt set b1='XPJLGAM5G5MBMOYL8' where id=1;
-update noar ti set b1='XPJLGAM5G5MBMOYL8' where id=1;
-update noar tt set v0='5Z4ZTNXUH2OFO8AYIEU' where id=1;
-update noar ti set v0='5Z4ZTNXUH2OFO8AYIEU' where id=1;
-update noar tt set b2='T6L1A41RFVS5XPOZUW0ZF' where id=1;
-update noar ti set b2='T6L1A41RFVS5XPOZUW0ZF' where id=1;
-update noar tt set v0='H4ZV7BVH18JJJCL' where id=2;
-update noar ti set v0='H4ZV7BVH18JJJCL' where id=2;
-update noar tt set b0='UUJ896ZTCDUXHP' where id=2;
-update noar ti set b0='UUJ896ZTCDUXHP' where id=2;
-update noar tt set v0='QSXKD8WSFV94FN9NXC7FLXOW' where id=2;
-update noar ti set v0='QSXKD8WSFV94FN9NXC7FLXOW' where id=2;
-update noar tt set b1='I8N6W3K21XI2IQ9BYX2LVPO' where id=2;
-update noar ti set b1='I8N6W3K21XI2IQ9BYX2LVPO' where id=2;
-update noar tt set v0='Q7TPGAEMO4PGSWXUT4O06PHQ2QH9' where id=2;
-update noar ti set v0='Q7TPGAEMO4PGSWXUT4O06PHQ2QH9' where id=2;
-update noar tt set b2='APWOW9YW6HUWF9M3RMQUD4I' where id=2;
-update noar ti set b2='APWOW9YW6HUWF9M3RMQUD4I' where id=2;
-update noar tt set v0='FC0Q71ZFT3KL0LGJRXQUORTYCM917Z' where id=3;
-update noar ti set v0='FC0Q71ZFT3KL0LGJRXQUORTYCM917Z' where id=3;
-update noar tt set b0='1' where id=3;
-update noar ti set b0='1' where id=3;
-update noar tt set v0='I7E' where id=3;
-update noar ti set v0='I7E' where id=3;
-update noar tt set b1='3FDG83' where id=3;
-update noar ti set b1='3FDG83' where id=3;
-update noar tt set v0='4ORPNPK' where id=3;
-update noar ti set v0='4ORPNPK' where id=3;
-update noar tt set b2='2ULS9K' where id=3;
-update noar ti set b2='2ULS9K' where id=3;
-update noar tt set v0='O1PMBHY075U16X935JJMK08S' where id=4;
-update noar ti set v0='O1PMBHY075U16X935JJMK08S' where id=4;
-update noar tt set b0='K' where id=4;
-update noar ti set b0='K' where id=4;
-update noar tt set v0='7R9KQ82H4G50ZJ3LMWBAXQNY46NM3X' where id=4;
-update noar ti set v0='7R9KQ82H4G50ZJ3LMWBAXQNY46NM3X' where id=4;
-update noar tt set b1='EEPNPN8V7SKDXQ7RS2JUIU2D3UZ9DE' where id=4;
-update noar ti set b1='EEPNPN8V7SKDXQ7RS2JUIU2D3UZ9DE' where id=4;
-update noar tt set v0='0YAIGU3LQJN5DGBEYTYN7NGPMUD' where id=4;
-update noar ti set v0='0YAIGU3LQJN5DGBEYTYN7NGPMUD' where id=4;
-update noar tt set b2='OR3MRXDHIE4CF8NTR10N' where id=4;
-update noar ti set b2='OR3MRXDHIE4CF8NTR10N' where id=4;
-update noar tt set v0='4EZSHZKP6BQIPO8US8H1VKVMU1ZT4E' where id=5;
-update noar ti set v0='4EZSHZKP6BQIPO8US8H1VKVMU1ZT4E' where id=5;
-update noar tt set b0='3H' where id=5;
-update noar ti set b0='3H' where id=5;
-update noar tt set v0='QMWPWW1CXB' where id=5;
-update noar ti set v0='QMWPWW1CXB' where id=5;
-update noar tt set b1='AX5RLDPA' where id=5;
-update noar ti set b1='AX5RLDPA' where id=5;
-update noar tt set v0='4ROM60I2Z33' where id=5;
-update noar ti set v0='4ROM60I2Z33' where id=5;
-update noar tt set b2='90ZSZJFO0' where id=5;
-update noar ti set b2='90ZSZJFO0' where id=5;
-update noar tt set v0='DQEVQS4J' where id=6;
-update noar ti set v0='DQEVQS4J' where id=6;
-update noar tt set b0='YM5MYGDHFWM9GNSG' where id=6;
-update noar ti set b0='YM5MYGDHFWM9GNSG' where id=6;
-update noar tt set v0='KUT48NZFM7IY' where id=6;
-update noar ti set v0='KUT48NZFM7IY' where id=6;
-update noar tt set b1='Y2A0EHDBB5UZ4GYFP9WO' where id=6;
-update noar ti set b1='Y2A0EHDBB5UZ4GYFP9WO' where id=6;
-update noar tt set v0='MJ92HTW2XUQ02JPJ421LUIYLDQ1' where id=6;
-update noar ti set v0='MJ92HTW2XUQ02JPJ421LUIYLDQ1' where id=6;
-update noar tt set b2='7AMJCK45ASCK4OUB' where id=6;
-update noar ti set b2='7AMJCK45ASCK4OUB' where id=6;
-update noar tt set v0='Z6UJT8M6Z4KC5E0THQ' where id=7;
-update noar ti set v0='Z6UJT8M6Z4KC5E0THQ' where id=7;
-update noar tt set b0='W334K2AZZA' where id=7;
-update noar ti set b0='W334K2AZZA' where id=7;
-update noar tt set v0='5WKZ8O2O89GXP9MC6A6HOQ4OG' where id=7;
-update noar ti set v0='5WKZ8O2O89GXP9MC6A6HOQ4OG' where id=7;
-update noar tt set b1='OK0W67ORO' where id=7;
-update noar ti set b1='OK0W67ORO' where id=7;
-update noar tt set v0='AD8234RVE9D88NZQ' where id=7;
-update noar ti set v0='AD8234RVE9D88NZQ' where id=7;
-update noar tt set b2='NCI9L5L' where id=7;
-update noar ti set b2='NCI9L5L' where id=7;
-update noar tt set v0='7OH8BLDL' where id=8;
-update noar ti set v0='7OH8BLDL' where id=8;
-update noar tt set b0='C4RH' where id=8;
-update noar ti set b0='C4RH' where id=8;
-update noar tt set v0='KHLQ5K9K28ULKKHU6KEV' where id=8;
-update noar ti set v0='KHLQ5K9K28ULKKHU6KEV' where id=8;
-update noar tt set b1='XJWIA4AF20PZDVQ6H' where id=8;
-update noar ti set b1='XJWIA4AF20PZDVQ6H' where id=8;
-update noar tt set v0='VAN6D2ZK7ZBR4JRHQUU5' where id=8;
-update noar ti set v0='VAN6D2ZK7ZBR4JRHQUU5' where id=8;
-update noar tt set b2='84XOQYON69B29PJF1K410X5VGNI5X' where id=8;
-update noar ti set b2='84XOQYON69B29PJF1K410X5VGNI5X' where id=8;
-update noar tt set v0='X6M2XK1HFG2' where id=9;
-update noar ti set v0='X6M2XK1HFG2' where id=9;
-update noar tt set b0='K63E' where id=9;
-update noar ti set b0='K63E' where id=9;
-update noar tt set v0='J82ASN9450NFQBR30S2' where id=9;
-update noar ti set v0='J82ASN9450NFQBR30S2' where id=9;
-update noar tt set b1='SN2T8P1CCWIBYCRFGXDFJO8B' where id=9;
-update noar ti set b1='SN2T8P1CCWIBYCRFGXDFJO8B' where id=9;
-update noar tt set v0='5625AQU4J5MNRI65A' where id=9;
-update noar ti set v0='5625AQU4J5MNRI65A' where id=9;
-update noar tt set b2='I4D5VW0LEQ3PABO' where id=9;
-update noar ti set b2='I4D5VW0LEQ3PABO' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) null,
- b0 mediumblob null,
- b1 longblob null,
- b2 longblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='0BPTF92ADUFGK8NPZGP' where id=1;
-update noar ti set v0='0BPTF92ADUFGK8NPZGP' where id=1;
-update noar tt set b0='A4TC8QLOP7ZMTHRQ88DC7E04AQK5YT' where id=1;
-update noar ti set b0='A4TC8QLOP7ZMTHRQ88DC7E04AQK5YT' where id=1;
-update noar tt set v0='AVEXP37LCH6NUYO' where id=1;
-update noar ti set v0='AVEXP37LCH6NUYO' where id=1;
-update noar tt set b1='LZIIS4V6XZV1UO3K99' where id=1;
-update noar ti set b1='LZIIS4V6XZV1UO3K99' where id=1;
-update noar tt set v0='WI21TIKKAAFGPNFWWMY7NE7U1QM' where id=1;
-update noar ti set v0='WI21TIKKAAFGPNFWWMY7NE7U1QM' where id=1;
-update noar tt set b2='CRLUDYC9IY8RAZN92VNV' where id=1;
-update noar ti set b2='CRLUDYC9IY8RAZN92VNV' where id=1;
-update noar tt set v0='AZPAWHEZIVRCI' where id=2;
-update noar ti set v0='AZPAWHEZIVRCI' where id=2;
-update noar tt set b0='GPHBYSOBEO8338JF8JRMSFRH3' where id=2;
-update noar ti set b0='GPHBYSOBEO8338JF8JRMSFRH3' where id=2;
-update noar tt set v0='PRX4G3CGU33QXL4D8GMZK4QRTL6' where id=2;
-update noar ti set v0='PRX4G3CGU33QXL4D8GMZK4QRTL6' where id=2;
-update noar tt set b1='771QV07PW9H6DHVT8NTGJ' where id=2;
-update noar ti set b1='771QV07PW9H6DHVT8NTGJ' where id=2;
-update noar tt set v0='HMN' where id=2;
-update noar ti set v0='HMN' where id=2;
-update noar tt set b2='H' where id=2;
-update noar ti set b2='H' where id=2;
-update noar tt set v0='QT8AHVEEUY4YE3QP' where id=3;
-update noar ti set v0='QT8AHVEEUY4YE3QP' where id=3;
-update noar tt set b0='G2K48C04S83TCEKYVOV33JVRBGP9AH' where id=3;
-update noar ti set b0='G2K48C04S83TCEKYVOV33JVRBGP9AH' where id=3;
-update noar tt set v0='K28L41LNI3UNDERFG6F' where id=3;
-update noar ti set v0='K28L41LNI3UNDERFG6F' where id=3;
-update noar tt set b1='OMTGMTL6BAPFNJM7165SRWZ4A5QIWZM' where id=3;
-update noar ti set b1='OMTGMTL6BAPFNJM7165SRWZ4A5QIWZM' where id=3;
-update noar tt set v0='ZW9Y8TJU554E32P' where id=3;
-update noar ti set v0='ZW9Y8TJU554E32P' where id=3;
-update noar tt set b2='V1GVNA2OS8Q2OVJ8CCA6VS5ROQIQ' where id=3;
-update noar ti set b2='V1GVNA2OS8Q2OVJ8CCA6VS5ROQIQ' where id=3;
-update noar tt set v0='ECN55GSELF1JY' where id=4;
-update noar ti set v0='ECN55GSELF1JY' where id=4;
-update noar tt set b0='S1' where id=4;
-update noar ti set b0='S1' where id=4;
-update noar tt set v0='SDK17N5IEDSK8ZNJ5W6D' where id=4;
-update noar ti set v0='SDK17N5IEDSK8ZNJ5W6D' where id=4;
-update noar tt set b1='WZPKFLC302AROII0' where id=4;
-update noar ti set b1='WZPKFLC302AROII0' where id=4;
-update noar tt set v0='UOET36' where id=4;
-update noar ti set v0='UOET36' where id=4;
-update noar tt set b2='TZGTB267C9XCOUM32REXAZE' where id=4;
-update noar ti set b2='TZGTB267C9XCOUM32REXAZE' where id=4;
-update noar tt set v0='6F9RNV2E6OZ2RJZOX4GRM0JM21HSBGZR' where id=5;
-update noar ti set v0='6F9RNV2E6OZ2RJZOX4GRM0JM21HSBGZR' where id=5;
-update noar tt set b0='BYMXMSQO5T71VS317HR3T' where id=5;
-update noar ti set b0='BYMXMSQO5T71VS317HR3T' where id=5;
-update noar tt set v0='9YTTI1EMLUHC0VFC01' where id=5;
-update noar ti set v0='9YTTI1EMLUHC0VFC01' where id=5;
-update noar tt set b1='B767P9QSSTG3XZPYHM77DB6BXECBRHLK' where id=5;
-update noar ti set b1='B767P9QSSTG3XZPYHM77DB6BXECBRHLK' where id=5;
-update noar tt set v0='O7KGCHNOX9N' where id=5;
-update noar ti set v0='O7KGCHNOX9N' where id=5;
-update noar tt set b2='PU8' where id=5;
-update noar ti set b2='PU8' where id=5;
-update noar tt set v0='HYSOHU' where id=6;
-update noar ti set v0='HYSOHU' where id=6;
-update noar tt set b0='4OIVYTCHV' where id=6;
-update noar ti set b0='4OIVYTCHV' where id=6;
-update noar tt set v0='VC8RXP3MN15O10QZ4VZOHUN3PNO' where id=6;
-update noar ti set v0='VC8RXP3MN15O10QZ4VZOHUN3PNO' where id=6;
-update noar tt set b1='HS9TLI0SS4GLH9HJE3MBBWRCFO1' where id=6;
-update noar ti set b1='HS9TLI0SS4GLH9HJE3MBBWRCFO1' where id=6;
-update noar tt set v0='T6570PPLMITPCPD' where id=6;
-update noar ti set v0='T6570PPLMITPCPD' where id=6;
-update noar tt set b2='D76S0N5AI7XIID6T1ASG8NTWP92S' where id=6;
-update noar ti set b2='D76S0N5AI7XIID6T1ASG8NTWP92S' where id=6;
-update noar tt set v0='IANCRZHUB31M4R4VGA' where id=7;
-update noar ti set v0='IANCRZHUB31M4R4VGA' where id=7;
-update noar tt set b0='961A1S' where id=7;
-update noar ti set b0='961A1S' where id=7;
-update noar tt set v0='MU21O5VHGYC4RL3MJ8EZ' where id=7;
-update noar ti set v0='MU21O5VHGYC4RL3MJ8EZ' where id=7;
-update noar tt set b1='OS7M7QJLG5TUQ4MOMBJ' where id=7;
-update noar ti set b1='OS7M7QJLG5TUQ4MOMBJ' where id=7;
-update noar tt set v0='UY' where id=7;
-update noar ti set v0='UY' where id=7;
-update noar tt set b2='JRK9MJ752JTPUKMZZQPF6' where id=7;
-update noar ti set b2='JRK9MJ752JTPUKMZZQPF6' where id=7;
-update noar tt set v0='D0KT' where id=8;
-update noar ti set v0='D0KT' where id=8;
-update noar tt set b0='A7LAQ6U07Q92OP0UTB2HSZ84F50R' where id=8;
-update noar ti set b0='A7LAQ6U07Q92OP0UTB2HSZ84F50R' where id=8;
-update noar tt set v0='CV5OY830BXQQXL95JDX3' where id=8;
-update noar ti set v0='CV5OY830BXQQXL95JDX3' where id=8;
-update noar tt set b1='1ZNFCTS3C2M' where id=8;
-update noar ti set b1='1ZNFCTS3C2M' where id=8;
-update noar tt set v0='2M5XH8SUK' where id=8;
-update noar ti set v0='2M5XH8SUK' where id=8;
-update noar tt set b2='5B335GUE2CA65AO8' where id=8;
-update noar ti set b2='5B335GUE2CA65AO8' where id=8;
-update noar tt set v0='UKR7HGQ' where id=9;
-update noar ti set v0='UKR7HGQ' where id=9;
-update noar tt set b0='VQH8ONUT7REUY2UF4RZT2HE3IZ5OXS94' where id=9;
-update noar ti set b0='VQH8ONUT7REUY2UF4RZT2HE3IZ5OXS94' where id=9;
-update noar tt set v0='1ZGID7OWPXRUNPMTLAVB' where id=9;
-update noar ti set v0='1ZGID7OWPXRUNPMTLAVB' where id=9;
-update noar tt set b1='3736ZBEFFYM1VB4ONERO' where id=9;
-update noar ti set b1='3736ZBEFFYM1VB4ONERO' where id=9;
-update noar tt set v0='DM41BH75U' where id=9;
-update noar ti set v0='DM41BH75U' where id=9;
-update noar tt set b2='Y4KONN4LCCDPL6TO8D20ZIPQ8OXBNFZ' where id=9;
-update noar ti set b2='Y4KONN4LCCDPL6TO8D20ZIPQ8OXBNFZ' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) not null,
- b0 mediumblob not null,
- b1 longblob not null,
- b2 longblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='P9754ISX9ROQI08URN1' where id=1;
-update noar ti set v0='P9754ISX9ROQI08URN1' where id=1;
-update noar tt set b0='4BBTZ86HNXI6XSDIN2L' where id=1;
-update noar ti set b0='4BBTZ86HNXI6XSDIN2L' where id=1;
-update noar tt set v0='0RAT02RZ4IKOB3' where id=1;
-update noar ti set v0='0RAT02RZ4IKOB3' where id=1;
-update noar tt set b1='16XK' where id=1;
-update noar ti set b1='16XK' where id=1;
-update noar tt set v0='N3FG8WXXK6N17UHB8ZM285U' where id=1;
-update noar ti set v0='N3FG8WXXK6N17UHB8ZM285U' where id=1;
-update noar tt set b2='RMYJW6GIOKWPWN4UAEIDC' where id=1;
-update noar ti set b2='RMYJW6GIOKWPWN4UAEIDC' where id=1;
-update noar tt set v0='PX91W0OI4F' where id=2;
-update noar ti set v0='PX91W0OI4F' where id=2;
-update noar tt set b0='A78080RH6BZE5X1J8QU9H49YHAZV' where id=2;
-update noar ti set b0='A78080RH6BZE5X1J8QU9H49YHAZV' where id=2;
-update noar tt set v0='JOPIZFWL0ZLP7FC2RL1013B0' where id=2;
-update noar ti set v0='JOPIZFWL0ZLP7FC2RL1013B0' where id=2;
-update noar tt set b1='VAGWTRWGIL2' where id=2;
-update noar ti set b1='VAGWTRWGIL2' where id=2;
-update noar tt set v0='M2XRI5T8YS4Q0TX0YG' where id=2;
-update noar ti set v0='M2XRI5T8YS4Q0TX0YG' where id=2;
-update noar tt set b2='YSPL89LJE0PAFXNTZZJ5W6T7O' where id=2;
-update noar ti set b2='YSPL89LJE0PAFXNTZZJ5W6T7O' where id=2;
-update noar tt set v0='12MMIH2CKX1UBVRQ6DEQBIB7FYTSV' where id=3;
-update noar ti set v0='12MMIH2CKX1UBVRQ6DEQBIB7FYTSV' where id=3;
-update noar tt set b0='CZG1U8EELR1Y6' where id=3;
-update noar ti set b0='CZG1U8EELR1Y6' where id=3;
-update noar tt set v0='MU0D0R9BZPUNTILNCLIN2M700H0XM' where id=3;
-update noar ti set v0='MU0D0R9BZPUNTILNCLIN2M700H0XM' where id=3;
-update noar tt set b1='F3QL0ELJ7MER7TT8O4YZ8H' where id=3;
-update noar ti set b1='F3QL0ELJ7MER7TT8O4YZ8H' where id=3;
-update noar tt set v0='QXPFZV' where id=3;
-update noar ti set v0='QXPFZV' where id=3;
-update noar tt set b2='AC59PD1PD15SH' where id=3;
-update noar ti set b2='AC59PD1PD15SH' where id=3;
-update noar tt set v0='YGOAL6EI4F92QMOXSEF4FANMVAKW' where id=4;
-update noar ti set v0='YGOAL6EI4F92QMOXSEF4FANMVAKW' where id=4;
-update noar tt set b0='3XQDDPCX2WB0MI5KSMK1N7CR3ZA2' where id=4;
-update noar ti set b0='3XQDDPCX2WB0MI5KSMK1N7CR3ZA2' where id=4;
-update noar tt set v0='GRSIW0UA9UNZ6XW28VYOIVWLS' where id=4;
-update noar ti set v0='GRSIW0UA9UNZ6XW28VYOIVWLS' where id=4;
-update noar tt set b1='4CWUPLJD9JIO8HN' where id=4;
-update noar ti set b1='4CWUPLJD9JIO8HN' where id=4;
-update noar tt set v0='H4OD1RGACNC5LBU6ULY0PGPGBCZ' where id=4;
-update noar ti set v0='H4OD1RGACNC5LBU6ULY0PGPGBCZ' where id=4;
-update noar tt set b2='HRE87PTZXG' where id=4;
-update noar ti set b2='HRE87PTZXG' where id=4;
-update noar tt set v0='0258P3I2M5' where id=5;
-update noar ti set v0='0258P3I2M5' where id=5;
-update noar tt set b0='1DKFW0MKOBZY30ACA6192' where id=5;
-update noar ti set b0='1DKFW0MKOBZY30ACA6192' where id=5;
-update noar tt set v0='VM6BPD8GNB18FUCM1C0F6KORQSA5' where id=5;
-update noar ti set v0='VM6BPD8GNB18FUCM1C0F6KORQSA5' where id=5;
-update noar tt set b1='QS2ZSLW5NJJ799HX8' where id=5;
-update noar ti set b1='QS2ZSLW5NJJ799HX8' where id=5;
-update noar tt set v0='PV52H6MO' where id=5;
-update noar ti set v0='PV52H6MO' where id=5;
-update noar tt set b2='SR7G9PX66DF3LIZBY69CWT9B0MXAE' where id=5;
-update noar ti set b2='SR7G9PX66DF3LIZBY69CWT9B0MXAE' where id=5;
-update noar tt set v0='M3BJN377JMRFQS5AY' where id=6;
-update noar ti set v0='M3BJN377JMRFQS5AY' where id=6;
-update noar tt set b0='GSZB' where id=6;
-update noar ti set b0='GSZB' where id=6;
-update noar tt set v0='IRUI2NWN1RDT171EA4' where id=6;
-update noar ti set v0='IRUI2NWN1RDT171EA4' where id=6;
-update noar tt set b1='OFVG79YD4PYDE3T' where id=6;
-update noar ti set b1='OFVG79YD4PYDE3T' where id=6;
-update noar tt set v0='EDZCEV5MSY1J' where id=6;
-update noar ti set v0='EDZCEV5MSY1J' where id=6;
-update noar tt set b2='2J6DCPASNBWD3TC7A12ZK022CIZ8A' where id=6;
-update noar ti set b2='2J6DCPASNBWD3TC7A12ZK022CIZ8A' where id=6;
-update noar tt set v0='79XDYIF9M49T4S25PQ6RBDSQ8' where id=7;
-update noar ti set v0='79XDYIF9M49T4S25PQ6RBDSQ8' where id=7;
-update noar tt set b0='Y7D49VAUV8' where id=7;
-update noar ti set b0='Y7D49VAUV8' where id=7;
-update noar tt set v0='CNQBLJAIRXCF37D4ZJ2VYRK1L' where id=7;
-update noar ti set v0='CNQBLJAIRXCF37D4ZJ2VYRK1L' where id=7;
-update noar tt set b1='8LQ2' where id=7;
-update noar ti set b1='8LQ2' where id=7;
-update noar tt set v0='CSHU3BW8EAH3B' where id=7;
-update noar ti set v0='CSHU3BW8EAH3B' where id=7;
-update noar tt set b2='XSLTUBDNBOPI5TLHVC8N1R9ALD22' where id=7;
-update noar ti set b2='XSLTUBDNBOPI5TLHVC8N1R9ALD22' where id=7;
-update noar tt set v0='7GX' where id=8;
-update noar ti set v0='7GX' where id=8;
-update noar tt set b0='GX20R0WSGFZLWVHJNTZK61QF8CUH4XXL' where id=8;
-update noar ti set b0='GX20R0WSGFZLWVHJNTZK61QF8CUH4XXL' where id=8;
-update noar tt set v0='6RFA36W' where id=8;
-update noar ti set v0='6RFA36W' where id=8;
-update noar tt set b1='DWEGGV3R14Q9NB3ZFJO9CQS2OKWI' where id=8;
-update noar ti set b1='DWEGGV3R14Q9NB3ZFJO9CQS2OKWI' where id=8;
-update noar tt set v0='BFPY09E4SPIBG09GDUPR7EI1FMM' where id=8;
-update noar ti set v0='BFPY09E4SPIBG09GDUPR7EI1FMM' where id=8;
-update noar tt set b2='YA8ODNAS2PQ6KE6TTBW65B' where id=8;
-update noar ti set b2='YA8ODNAS2PQ6KE6TTBW65B' where id=8;
-update noar tt set v0='YX77DNRPZ6ZSIZVFKM' where id=9;
-update noar ti set v0='YX77DNRPZ6ZSIZVFKM' where id=9;
-update noar tt set b0='IAOV80TPE' where id=9;
-update noar ti set b0='IAOV80TPE' where id=9;
-update noar tt set v0='VVI4660KTG2O8LX7IVON3SABIW4NMS' where id=9;
-update noar ti set v0='VVI4660KTG2O8LX7IVON3SABIW4NMS' where id=9;
-update noar tt set b1='SEDK8F56J9UAP3X0LTSCIVUK' where id=9;
-update noar ti set b1='SEDK8F56J9UAP3X0LTSCIVUK' where id=9;
-update noar tt set v0='P04MRK1G7' where id=9;
-update noar ti set v0='P04MRK1G7' where id=9;
-update noar tt set b2='TKGH91K6OT2AE9M9TLL3GLR7BF' where id=9;
-update noar ti set b2='TKGH91K6OT2AE9M9TLL3GLR7BF' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) not null,
- b0 mediumblob not null,
- b1 longblob not null,
- b2 longblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='T1274APIHBBP4B2U2L21ZU2XXZA' where id=1;
-update noar ti set v0='T1274APIHBBP4B2U2L21ZU2XXZA' where id=1;
-update noar tt set b0='R6BNDO36V0ZVP1I831RG24MHUVWMC' where id=1;
-update noar ti set b0='R6BNDO36V0ZVP1I831RG24MHUVWMC' where id=1;
-update noar tt set v0='WNYH9PHZ02C9D9UM' where id=1;
-update noar ti set v0='WNYH9PHZ02C9D9UM' where id=1;
-update noar tt set b1='YFF' where id=1;
-update noar ti set b1='YFF' where id=1;
-update noar tt set v0='Y4XZ5P3G0PLCD3LEA87A28LTLN1E' where id=1;
-update noar ti set v0='Y4XZ5P3G0PLCD3LEA87A28LTLN1E' where id=1;
-update noar tt set b2='5JTLME485' where id=1;
-update noar ti set b2='5JTLME485' where id=1;
-update noar tt set v0='F4RJXJX7WIE5Y3' where id=2;
-update noar ti set v0='F4RJXJX7WIE5Y3' where id=2;
-update noar tt set b0='7NFHZU1NN' where id=2;
-update noar ti set b0='7NFHZU1NN' where id=2;
-update noar tt set v0='NTIE5DW1F28WSMZ7D30W' where id=2;
-update noar ti set v0='NTIE5DW1F28WSMZ7D30W' where id=2;
-update noar tt set b1='QMPFBZASME' where id=2;
-update noar ti set b1='QMPFBZASME' where id=2;
-update noar tt set v0='NG' where id=2;
-update noar ti set v0='NG' where id=2;
-update noar tt set b2='AGVRQ4GV38JE1' where id=2;
-update noar ti set b2='AGVRQ4GV38JE1' where id=2;
-update noar tt set v0='39UE1TEX2BA442N' where id=3;
-update noar ti set v0='39UE1TEX2BA442N' where id=3;
-update noar tt set b0='BE5GLXPCCAY81DFMFC06J4CFYC6VZK8W' where id=3;
-update noar ti set b0='BE5GLXPCCAY81DFMFC06J4CFYC6VZK8W' where id=3;
-update noar tt set v0='IKC944DZARP9DH' where id=3;
-update noar ti set v0='IKC944DZARP9DH' where id=3;
-update noar tt set b1='SQ5USLL10UIV14OZUJ3A8VBZN12Q3DS' where id=3;
-update noar ti set b1='SQ5USLL10UIV14OZUJ3A8VBZN12Q3DS' where id=3;
-update noar tt set v0='I0T6NPLXDMGWZJVS' where id=3;
-update noar ti set v0='I0T6NPLXDMGWZJVS' where id=3;
-update noar tt set b2='EE7O0QXJ' where id=3;
-update noar ti set b2='EE7O0QXJ' where id=3;
-update noar tt set v0='LDBP8T5IE3XVV8QV402F9TK0O' where id=4;
-update noar ti set v0='LDBP8T5IE3XVV8QV402F9TK0O' where id=4;
-update noar tt set b0='HCJXTNPL0UTX' where id=4;
-update noar ti set b0='HCJXTNPL0UTX' where id=4;
-update noar tt set v0='LX4O8' where id=4;
-update noar ti set v0='LX4O8' where id=4;
-update noar tt set b1='55Z2H7JJ' where id=4;
-update noar ti set b1='55Z2H7JJ' where id=4;
-update noar tt set v0='KABNXA8VZTK1OF4R8TWOM6IWX7A26CU' where id=4;
-update noar ti set v0='KABNXA8VZTK1OF4R8TWOM6IWX7A26CU' where id=4;
-update noar tt set b2='7QF43' where id=4;
-update noar ti set b2='7QF43' where id=4;
-update noar tt set v0='1M0EUUZ8S3ET2' where id=5;
-update noar ti set v0='1M0EUUZ8S3ET2' where id=5;
-update noar tt set b0='SQWBIH0E90M43R' where id=5;
-update noar ti set b0='SQWBIH0E90M43R' where id=5;
-update noar tt set v0='J1597GUSZZWOPU6D3RCIO' where id=5;
-update noar ti set v0='J1597GUSZZWOPU6D3RCIO' where id=5;
-update noar tt set b1='C' where id=5;
-update noar ti set b1='C' where id=5;
-update noar tt set v0='8UPD193X9P12KGKN179' where id=5;
-update noar ti set v0='8UPD193X9P12KGKN179' where id=5;
-update noar tt set b2='BQLC431LDK4GTLN93' where id=5;
-update noar ti set b2='BQLC431LDK4GTLN93' where id=5;
-update noar tt set v0='FKIRPWPEAGN0XNHINS9' where id=6;
-update noar ti set v0='FKIRPWPEAGN0XNHINS9' where id=6;
-update noar tt set b0='W' where id=6;
-update noar ti set b0='W' where id=6;
-update noar tt set v0='C26NC9B0X68XYH' where id=6;
-update noar ti set v0='C26NC9B0X68XYH' where id=6;
-update noar tt set b1='PBV8MRYF3DX5P' where id=6;
-update noar ti set b1='PBV8MRYF3DX5P' where id=6;
-update noar tt set v0='IZ9RL24Z9631QT7KJJHYMM1S6LB8' where id=6;
-update noar ti set v0='IZ9RL24Z9631QT7KJJHYMM1S6LB8' where id=6;
-update noar tt set b2='95UQDOGLDG2O6I8SF2' where id=6;
-update noar ti set b2='95UQDOGLDG2O6I8SF2' where id=6;
-update noar tt set v0='MAOMFDRT' where id=7;
-update noar ti set v0='MAOMFDRT' where id=7;
-update noar tt set b0='1LPNHX3MNGOWKAML0OKK63IBV6M0' where id=7;
-update noar ti set b0='1LPNHX3MNGOWKAML0OKK63IBV6M0' where id=7;
-update noar tt set v0='HEAT2I13KB6PGO4090CRT0MA0DOIXZ' where id=7;
-update noar ti set v0='HEAT2I13KB6PGO4090CRT0MA0DOIXZ' where id=7;
-update noar tt set b1='9H9VRMA0NPBOZ' where id=7;
-update noar ti set b1='9H9VRMA0NPBOZ' where id=7;
-update noar tt set v0='T' where id=7;
-update noar ti set v0='T' where id=7;
-update noar tt set b2='SD6EPVYZIXSBI5EMCTZQK060ZMF' where id=7;
-update noar ti set b2='SD6EPVYZIXSBI5EMCTZQK060ZMF' where id=7;
-update noar tt set v0='3FS8KW7FSUW' where id=8;
-update noar ti set v0='3FS8KW7FSUW' where id=8;
-update noar tt set b0='CHDAHU0DRI6' where id=8;
-update noar ti set b0='CHDAHU0DRI6' where id=8;
-update noar tt set v0='12R217A2EXCSOD9UA' where id=8;
-update noar ti set v0='12R217A2EXCSOD9UA' where id=8;
-update noar tt set b1='57U9SRYFJ3J0258A1Q4BEELYQX9' where id=8;
-update noar ti set b1='57U9SRYFJ3J0258A1Q4BEELYQX9' where id=8;
-update noar tt set v0='7' where id=8;
-update noar ti set v0='7' where id=8;
-update noar tt set b2='0T055ZOMZ5QJ5' where id=8;
-update noar ti set b2='0T055ZOMZ5QJ5' where id=8;
-update noar tt set v0='UAH0JHN6PG0RJ3' where id=9;
-update noar ti set v0='UAH0JHN6PG0RJ3' where id=9;
-update noar tt set b0='S3' where id=9;
-update noar ti set b0='S3' where id=9;
-update noar tt set v0='2C0F5F1ZHPV1' where id=9;
-update noar ti set v0='2C0F5F1ZHPV1' where id=9;
-update noar tt set b1='A1GVONA281EGWFOJP2UB' where id=9;
-update noar ti set b1='A1GVONA281EGWFOJP2UB' where id=9;
-update noar tt set v0='0VQOMMO9' where id=9;
-update noar ti set v0='0VQOMMO9' where id=9;
-update noar tt set b2='IXITT8D1SLMKFJYPGD3ZXTD4B5G' where id=9;
-update noar ti set b2='IXITT8D1SLMKFJYPGD3ZXTD4B5G' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) null,
- b0 longblob null,
- b1 tinyblob null,
- b2 tinyblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='CR1XGA' where id=1;
-update noar ti set v0='CR1XGA' where id=1;
-update noar tt set b0='E8' where id=1;
-update noar ti set b0='E8' where id=1;
-update noar tt set v0='L1NASIKWECW0CCXXCW5HTIE5FL' where id=1;
-update noar ti set v0='L1NASIKWECW0CCXXCW5HTIE5FL' where id=1;
-update noar tt set b1='WP66DCCBAFZGOXMV8JMSUUVC3TK' where id=1;
-update noar ti set b1='WP66DCCBAFZGOXMV8JMSUUVC3TK' where id=1;
-update noar tt set v0='EIDQ6N74ADVELZPASLV0I07LN' where id=1;
-update noar ti set v0='EIDQ6N74ADVELZPASLV0I07LN' where id=1;
-update noar tt set b2='5IK7YPSDFZWNU' where id=1;
-update noar ti set b2='5IK7YPSDFZWNU' where id=1;
-update noar tt set v0='HJUNFY' where id=2;
-update noar ti set v0='HJUNFY' where id=2;
-update noar tt set b0='2III2HXL24GFAOFU8BU' where id=2;
-update noar ti set b0='2III2HXL24GFAOFU8BU' where id=2;
-update noar tt set v0='5X7O6USCXDLGP889HBX5ZR6' where id=2;
-update noar ti set v0='5X7O6USCXDLGP889HBX5ZR6' where id=2;
-update noar tt set b1='9YN' where id=2;
-update noar ti set b1='9YN' where id=2;
-update noar tt set v0='ZAQ3FXYRY2REPXK9UL90F' where id=2;
-update noar ti set v0='ZAQ3FXYRY2REPXK9UL90F' where id=2;
-update noar tt set b2='JB088Y0DUU' where id=2;
-update noar ti set b2='JB088Y0DUU' where id=2;
-update noar tt set v0='O2BFIR1CB5K2OPX7NYFBYS14' where id=3;
-update noar ti set v0='O2BFIR1CB5K2OPX7NYFBYS14' where id=3;
-update noar tt set b0='TAX0AS3BOFYRPZXQR7M7C0C3' where id=3;
-update noar ti set b0='TAX0AS3BOFYRPZXQR7M7C0C3' where id=3;
-update noar tt set v0='JTBORLWDTO36AQL' where id=3;
-update noar ti set v0='JTBORLWDTO36AQL' where id=3;
-update noar tt set b1='R72OPFWSIBYXJYBKTVKVSG1UVVV0' where id=3;
-update noar ti set b1='R72OPFWSIBYXJYBKTVKVSG1UVVV0' where id=3;
-update noar tt set v0='QB9VYA8BV6NOMEJAYN36B' where id=3;
-update noar ti set v0='QB9VYA8BV6NOMEJAYN36B' where id=3;
-update noar tt set b2='KTL0HUCN0M' where id=3;
-update noar ti set b2='KTL0HUCN0M' where id=3;
-update noar tt set v0='AH1Q0TTRBLLKSHIIGHM2UC' where id=4;
-update noar ti set v0='AH1Q0TTRBLLKSHIIGHM2UC' where id=4;
-update noar tt set b0='Z259P259Z9UV' where id=4;
-update noar ti set b0='Z259P259Z9UV' where id=4;
-update noar tt set v0='CSN6QCX27GZHGJ111TR6G0FU4EM' where id=4;
-update noar ti set v0='CSN6QCX27GZHGJ111TR6G0FU4EM' where id=4;
-update noar tt set b1='7' where id=4;
-update noar ti set b1='7' where id=4;
-update noar tt set v0='4H3J8TO' where id=4;
-update noar ti set v0='4H3J8TO' where id=4;
-update noar tt set b2='XY8BF07UKW773O' where id=4;
-update noar ti set b2='XY8BF07UKW773O' where id=4;
-update noar tt set v0='MYD7B92M4U5PJ5F2XR8LEASE062MSB91' where id=5;
-update noar ti set v0='MYD7B92M4U5PJ5F2XR8LEASE062MSB91' where id=5;
-update noar tt set b0='R' where id=5;
-update noar ti set b0='R' where id=5;
-update noar tt set v0='GY1MJUTPI8B71YQK45QXA1' where id=5;
-update noar ti set v0='GY1MJUTPI8B71YQK45QXA1' where id=5;
-update noar tt set b1='7WP725AY1O147HHK372S61B' where id=5;
-update noar ti set b1='7WP725AY1O147HHK372S61B' where id=5;
-update noar tt set v0='RIHTML9TVADI6KCUL4U7DRW' where id=5;
-update noar ti set v0='RIHTML9TVADI6KCUL4U7DRW' where id=5;
-update noar tt set b2='O2HSARPHHL4' where id=5;
-update noar ti set b2='O2HSARPHHL4' where id=5;
-update noar tt set v0='RGU6JH5' where id=6;
-update noar ti set v0='RGU6JH5' where id=6;
-update noar tt set b0='ESRK7RRGVRJTXMJE78AHPTLE4WP62DM' where id=6;
-update noar ti set b0='ESRK7RRGVRJTXMJE78AHPTLE4WP62DM' where id=6;
-update noar tt set v0='O7GOV5G5SHGFWMNNHDC0JVQ2IT1L7' where id=6;
-update noar ti set v0='O7GOV5G5SHGFWMNNHDC0JVQ2IT1L7' where id=6;
-update noar tt set b1='SMKZZS0I504FDLODZTHTZMCJDR9XP1' where id=6;
-update noar ti set b1='SMKZZS0I504FDLODZTHTZMCJDR9XP1' where id=6;
-update noar tt set v0='G7ZSSFMBDVU8EOYSEHKBY' where id=6;
-update noar ti set v0='G7ZSSFMBDVU8EOYSEHKBY' where id=6;
-update noar tt set b2='LNJJO33NMF9I9Z65NPKZC1NCHIEI38' where id=6;
-update noar ti set b2='LNJJO33NMF9I9Z65NPKZC1NCHIEI38' where id=6;
-update noar tt set v0='CA3L4IG8' where id=7;
-update noar ti set v0='CA3L4IG8' where id=7;
-update noar tt set b0='7AZ' where id=7;
-update noar ti set b0='7AZ' where id=7;
-update noar tt set v0='C49AL32LNCVW' where id=7;
-update noar ti set v0='C49AL32LNCVW' where id=7;
-update noar tt set b1='XAC495IV7WSC2CBIYYYOG0' where id=7;
-update noar ti set b1='XAC495IV7WSC2CBIYYYOG0' where id=7;
-update noar tt set v0='UC6RTUBJMLOF2IZ' where id=7;
-update noar ti set v0='UC6RTUBJMLOF2IZ' where id=7;
-update noar tt set b2='MJJUH66554ZN6N3B18PU4XOZX9ETF2M' where id=7;
-update noar ti set b2='MJJUH66554ZN6N3B18PU4XOZX9ETF2M' where id=7;
-update noar tt set v0='92W81S36LCQ' where id=8;
-update noar ti set v0='92W81S36LCQ' where id=8;
-update noar tt set b0='QUHA43D9RK73B0N7JSYZ6WDWGZLK' where id=8;
-update noar ti set b0='QUHA43D9RK73B0N7JSYZ6WDWGZLK' where id=8;
-update noar tt set v0='CDCMSQ' where id=8;
-update noar ti set v0='CDCMSQ' where id=8;
-update noar tt set b1='FW1S1MMI' where id=8;
-update noar ti set b1='FW1S1MMI' where id=8;
-update noar tt set v0='9IY1JC' where id=8;
-update noar ti set v0='9IY1JC' where id=8;
-update noar tt set b2='D3YYVPJW7ATCDEVU2NAXWLRFOY7N' where id=8;
-update noar ti set b2='D3YYVPJW7ATCDEVU2NAXWLRFOY7N' where id=8;
-update noar tt set v0='7XDSX8FVQHCYZ7LF4DNFKRXJK3CY71US' where id=9;
-update noar ti set v0='7XDSX8FVQHCYZ7LF4DNFKRXJK3CY71US' where id=9;
-update noar tt set b0='GN9OJF' where id=9;
-update noar ti set b0='GN9OJF' where id=9;
-update noar tt set v0='I5UAABASIYUD53OHBD2CMT' where id=9;
-update noar ti set v0='I5UAABASIYUD53OHBD2CMT' where id=9;
-update noar tt set b1='3XE6IIEHMCI89BXWUPWZTF' where id=9;
-update noar ti set b1='3XE6IIEHMCI89BXWUPWZTF' where id=9;
-update noar tt set v0='PU37BK87C2F433FH697TA' where id=9;
-update noar ti set v0='PU37BK87C2F433FH697TA' where id=9;
-update noar tt set b2='3NAXFO3RIYZO77AJP1BM3W5FFAJM3C' where id=9;
-update noar ti set b2='3NAXFO3RIYZO77AJP1BM3W5FFAJM3C' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) null,
- b0 longblob null,
- b1 tinyblob null,
- b2 tinyblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='RTMTUTG8' where id=1;
-update noar ti set v0='RTMTUTG8' where id=1;
-update noar tt set b0='X7VE' where id=1;
-update noar ti set b0='X7VE' where id=1;
-update noar tt set v0='5SX0TV5E725' where id=1;
-update noar ti set v0='5SX0TV5E725' where id=1;
-update noar tt set b1='SBDCGTM5JXWJNPDVOGD9YRS' where id=1;
-update noar ti set b1='SBDCGTM5JXWJNPDVOGD9YRS' where id=1;
-update noar tt set v0='26KIJZIGNWIX7N26VYQNPX4KY1BJT' where id=1;
-update noar ti set v0='26KIJZIGNWIX7N26VYQNPX4KY1BJT' where id=1;
-update noar tt set b2='BU3QL18B5PTSX3G7ZY7K4QM' where id=1;
-update noar ti set b2='BU3QL18B5PTSX3G7ZY7K4QM' where id=1;
-update noar tt set v0='Z6M4I1H0MJJOPKP6SVHR1R93PTZQJW9' where id=2;
-update noar ti set v0='Z6M4I1H0MJJOPKP6SVHR1R93PTZQJW9' where id=2;
-update noar tt set b0='SXAD1J5K2MAVN9TERSE' where id=2;
-update noar ti set b0='SXAD1J5K2MAVN9TERSE' where id=2;
-update noar tt set v0='WZ7Q48Y4P' where id=2;
-update noar ti set v0='WZ7Q48Y4P' where id=2;
-update noar tt set b1='LPV8WVT6F63F6X1XQ13YA' where id=2;
-update noar ti set b1='LPV8WVT6F63F6X1XQ13YA' where id=2;
-update noar tt set v0='TA2X5W60R03HU2SCR1RPAJ41249C14E5' where id=2;
-update noar ti set v0='TA2X5W60R03HU2SCR1RPAJ41249C14E5' where id=2;
-update noar tt set b2='3Q6KCQO4QYANCNQG8SACQ7DR2' where id=2;
-update noar ti set b2='3Q6KCQO4QYANCNQG8SACQ7DR2' where id=2;
-update noar tt set v0='8' where id=3;
-update noar ti set v0='8' where id=3;
-update noar tt set b0='5Z1SST1CFQHJC76KNF9U1YIL9' where id=3;
-update noar ti set b0='5Z1SST1CFQHJC76KNF9U1YIL9' where id=3;
-update noar tt set v0='BXF8' where id=3;
-update noar ti set v0='BXF8' where id=3;
-update noar tt set b1='DT8CMO7WWANCVCLW0WSX7TDCHN99GP84' where id=3;
-update noar ti set b1='DT8CMO7WWANCVCLW0WSX7TDCHN99GP84' where id=3;
-update noar tt set v0='WDPU' where id=3;
-update noar ti set v0='WDPU' where id=3;
-update noar tt set b2='FB2LQXNAPVP6U8LHJDER' where id=3;
-update noar ti set b2='FB2LQXNAPVP6U8LHJDER' where id=3;
-update noar tt set v0='SK3PO1RAD' where id=4;
-update noar ti set v0='SK3PO1RAD' where id=4;
-update noar tt set b0='WGBK47FR56TAE758UOC8' where id=4;
-update noar ti set b0='WGBK47FR56TAE758UOC8' where id=4;
-update noar tt set v0='NV' where id=4;
-update noar ti set v0='NV' where id=4;
-update noar tt set b1='TY589HFE91KG' where id=4;
-update noar ti set b1='TY589HFE91KG' where id=4;
-update noar tt set v0='HYDK69ZP8TIW31LPWE7WL1N7SCPN' where id=4;
-update noar ti set v0='HYDK69ZP8TIW31LPWE7WL1N7SCPN' where id=4;
-update noar tt set b2='W' where id=4;
-update noar ti set b2='W' where id=4;
-update noar tt set v0='2O42O63C4TVZGN1VGYZQDA' where id=5;
-update noar ti set v0='2O42O63C4TVZGN1VGYZQDA' where id=5;
-update noar tt set b0='WTL4DSC6HHHAQJ504VFWXD9B' where id=5;
-update noar ti set b0='WTL4DSC6HHHAQJ504VFWXD9B' where id=5;
-update noar tt set v0='3TCWGRJR7RA4M951K93XK80E' where id=5;
-update noar ti set v0='3TCWGRJR7RA4M951K93XK80E' where id=5;
-update noar tt set b1='DHBXPUGDSVD4' where id=5;
-update noar ti set b1='DHBXPUGDSVD4' where id=5;
-update noar tt set v0='9W1F67VS4U3EMA7LP2IXUNYMW53WG' where id=5;
-update noar ti set v0='9W1F67VS4U3EMA7LP2IXUNYMW53WG' where id=5;
-update noar tt set b2='3VPY3IZ68J' where id=5;
-update noar ti set b2='3VPY3IZ68J' where id=5;
-update noar tt set v0='MF8SUTEEUHCF3MOH79PFV' where id=6;
-update noar ti set v0='MF8SUTEEUHCF3MOH79PFV' where id=6;
-update noar tt set b0='M9G887ULQV0XU' where id=6;
-update noar ti set b0='M9G887ULQV0XU' where id=6;
-update noar tt set v0='E5YXO1FFW5LTWWMHC3L' where id=6;
-update noar ti set v0='E5YXO1FFW5LTWWMHC3L' where id=6;
-update noar tt set b1='3MEXXTITVPX5R7IPZDDI' where id=6;
-update noar ti set b1='3MEXXTITVPX5R7IPZDDI' where id=6;
-update noar tt set v0='K5N' where id=6;
-update noar ti set v0='K5N' where id=6;
-update noar tt set b2='SCJBLZC3YGBKPK2GIYNQ4' where id=6;
-update noar ti set b2='SCJBLZC3YGBKPK2GIYNQ4' where id=6;
-update noar tt set v0='RQ0XBRUZTGWG5SPCXKJ2T7XR92' where id=7;
-update noar ti set v0='RQ0XBRUZTGWG5SPCXKJ2T7XR92' where id=7;
-update noar tt set b0='H2H2K5YIQZX9KP24EE8ENNPKU17WY' where id=7;
-update noar ti set b0='H2H2K5YIQZX9KP24EE8ENNPKU17WY' where id=7;
-update noar tt set v0='I3XNMPSMIM2LCMC' where id=7;
-update noar ti set v0='I3XNMPSMIM2LCMC' where id=7;
-update noar tt set b1='SBL2' where id=7;
-update noar ti set b1='SBL2' where id=7;
-update noar tt set v0='WDE6C9UGCJD' where id=7;
-update noar ti set v0='WDE6C9UGCJD' where id=7;
-update noar tt set b2='J8Q1C5BWYB7XAMVPX497Z5HCN91Y' where id=7;
-update noar ti set b2='J8Q1C5BWYB7XAMVPX497Z5HCN91Y' where id=7;
-update noar tt set v0='LTLKN6CVZEK1IKHAHYDMYNE6620ZPW5' where id=8;
-update noar ti set v0='LTLKN6CVZEK1IKHAHYDMYNE6620ZPW5' where id=8;
-update noar tt set b0='GI6KMXXT1JY54PN7M58AW2PN5JK6G' where id=8;
-update noar ti set b0='GI6KMXXT1JY54PN7M58AW2PN5JK6G' where id=8;
-update noar tt set v0='5X2N' where id=8;
-update noar ti set v0='5X2N' where id=8;
-update noar tt set b1='NHFYK9V8TZNPSTOPLHU98' where id=8;
-update noar ti set b1='NHFYK9V8TZNPSTOPLHU98' where id=8;
-update noar tt set v0='BQWXTLN620N7BY4VCM' where id=8;
-update noar ti set v0='BQWXTLN620N7BY4VCM' where id=8;
-update noar tt set b2='VYGGUA0EOP' where id=8;
-update noar ti set b2='VYGGUA0EOP' where id=8;
-update noar tt set v0='CDYYKNWYLSY1F9N0EDDJ6RS63ETV' where id=9;
-update noar ti set v0='CDYYKNWYLSY1F9N0EDDJ6RS63ETV' where id=9;
-update noar tt set b0='ZGPLEIP8X8YT4HQJCV4Y6JWLWYHD0S2S' where id=9;
-update noar ti set b0='ZGPLEIP8X8YT4HQJCV4Y6JWLWYHD0S2S' where id=9;
-update noar tt set v0='CT608GR265F4R91LJOQUXJY2A1OB2' where id=9;
-update noar ti set v0='CT608GR265F4R91LJOQUXJY2A1OB2' where id=9;
-update noar tt set b1='9AIYYZQ2W5VP2HB8FTAOIPGECU4CCS' where id=9;
-update noar ti set b1='9AIYYZQ2W5VP2HB8FTAOIPGECU4CCS' where id=9;
-update noar tt set v0='ET' where id=9;
-update noar ti set v0='ET' where id=9;
-update noar tt set b2='T8HOBUPHXNDI6T6QR2WKSE0DMUOE' where id=9;
-update noar ti set b2='T8HOBUPHXNDI6T6QR2WKSE0DMUOE' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) not null,
- b0 longblob not null,
- b1 tinyblob not null,
- b2 tinyblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='JDZTWT75GK' where id=1;
-update noar ti set v0='JDZTWT75GK' where id=1;
-update noar tt set b0='JAN6LMJO9FYXI5WAGRN8KKXT' where id=1;
-update noar ti set b0='JAN6LMJO9FYXI5WAGRN8KKXT' where id=1;
-update noar tt set v0='EMG430PG6EH9PNRLV0RXW' where id=1;
-update noar ti set v0='EMG430PG6EH9PNRLV0RXW' where id=1;
-update noar tt set b1='DKZ9TYWDVXCT4J97T7L' where id=1;
-update noar ti set b1='DKZ9TYWDVXCT4J97T7L' where id=1;
-update noar tt set v0='8N94K60XISURNM49HE6' where id=1;
-update noar ti set v0='8N94K60XISURNM49HE6' where id=1;
-update noar tt set b2='8IGRG23FVMSLBMVDQKZ2LQCE' where id=1;
-update noar ti set b2='8IGRG23FVMSLBMVDQKZ2LQCE' where id=1;
-update noar tt set v0='ZSPMQAAPH89NCZU9BFW118MO0M' where id=2;
-update noar ti set v0='ZSPMQAAPH89NCZU9BFW118MO0M' where id=2;
-update noar tt set b0='UT' where id=2;
-update noar ti set b0='UT' where id=2;
-update noar tt set v0='BUX76QV0U6S0TKN0X75DJ' where id=2;
-update noar ti set v0='BUX76QV0U6S0TKN0X75DJ' where id=2;
-update noar tt set b1='SPC' where id=2;
-update noar ti set b1='SPC' where id=2;
-update noar tt set v0='VLK0JQYJ1WSZW3' where id=2;
-update noar ti set v0='VLK0JQYJ1WSZW3' where id=2;
-update noar tt set b2='JINEEUSGSR61P08RVB2ILZ0' where id=2;
-update noar ti set b2='JINEEUSGSR61P08RVB2ILZ0' where id=2;
-update noar tt set v0='1CXDB3DF4KXPDYSUGGOJXMNK7TNKHIE' where id=3;
-update noar ti set v0='1CXDB3DF4KXPDYSUGGOJXMNK7TNKHIE' where id=3;
-update noar tt set b0='WXJ5LSF4PQXP17K6XRGJ' where id=3;
-update noar ti set b0='WXJ5LSF4PQXP17K6XRGJ' where id=3;
-update noar tt set v0='NL55D8511QCFO0HSMAUKCHZ0CVG' where id=3;
-update noar ti set v0='NL55D8511QCFO0HSMAUKCHZ0CVG' where id=3;
-update noar tt set b1='M07QGB3AYF' where id=3;
-update noar ti set b1='M07QGB3AYF' where id=3;
-update noar tt set v0='I9Q5EZDTI3H2L8FLWTLUJ7SVXBS59N9' where id=3;
-update noar ti set v0='I9Q5EZDTI3H2L8FLWTLUJ7SVXBS59N9' where id=3;
-update noar tt set b2='2VQGZMRVFARPEJFKHI' where id=3;
-update noar ti set b2='2VQGZMRVFARPEJFKHI' where id=3;
-update noar tt set v0='ZLREW5MJM64' where id=4;
-update noar ti set v0='ZLREW5MJM64' where id=4;
-update noar tt set b0='XWAGF' where id=4;
-update noar ti set b0='XWAGF' where id=4;
-update noar tt set v0='8QSQO9369AC4' where id=4;
-update noar ti set v0='8QSQO9369AC4' where id=4;
-update noar tt set b1='LJGH2B5XK316GS5LO8UCXZSN07V9LW9X' where id=4;
-update noar ti set b1='LJGH2B5XK316GS5LO8UCXZSN07V9LW9X' where id=4;
-update noar tt set v0='WNS04K7Y4A93Y39J' where id=4;
-update noar ti set v0='WNS04K7Y4A93Y39J' where id=4;
-update noar tt set b2='3MB2F7LE4IVIAPWHQT0BVIR468J7T1NY' where id=4;
-update noar ti set b2='3MB2F7LE4IVIAPWHQT0BVIR468J7T1NY' where id=4;
-update noar tt set v0='JH8FPOKV5X8JMCAY' where id=5;
-update noar ti set v0='JH8FPOKV5X8JMCAY' where id=5;
-update noar tt set b0='SO4B3TBLXFPWM5RSTF9LOAO8U7DGIGDW' where id=5;
-update noar ti set b0='SO4B3TBLXFPWM5RSTF9LOAO8U7DGIGDW' where id=5;
-update noar tt set v0='L2GLQ9LDDFTQLXARKISRE3' where id=5;
-update noar ti set v0='L2GLQ9LDDFTQLXARKISRE3' where id=5;
-update noar tt set b1='EPPR17' where id=5;
-update noar ti set b1='EPPR17' where id=5;
-update noar tt set v0='BDZFW5LMD1FI4KVOS3' where id=5;
-update noar ti set v0='BDZFW5LMD1FI4KVOS3' where id=5;
-update noar tt set b2='WJD0PUENGA9H0' where id=5;
-update noar ti set b2='WJD0PUENGA9H0' where id=5;
-update noar tt set v0='TIJM7AJP' where id=6;
-update noar ti set v0='TIJM7AJP' where id=6;
-update noar tt set b0='JIBSVOPPL7XTFZBHNA' where id=6;
-update noar ti set b0='JIBSVOPPL7XTFZBHNA' where id=6;
-update noar tt set v0='53KEIE9064KHPLBFX939' where id=6;
-update noar ti set v0='53KEIE9064KHPLBFX939' where id=6;
-update noar tt set b1='G9JJ4JGJJLCY48NMAMWQRJ372V0N0' where id=6;
-update noar ti set b1='G9JJ4JGJJLCY48NMAMWQRJ372V0N0' where id=6;
-update noar tt set v0='XT6BU32Z' where id=6;
-update noar ti set v0='XT6BU32Z' where id=6;
-update noar tt set b2='08VCFYRT6VWA6LT' where id=6;
-update noar ti set b2='08VCFYRT6VWA6LT' where id=6;
-update noar tt set v0='E6W8FCMHOTFVA' where id=7;
-update noar ti set v0='E6W8FCMHOTFVA' where id=7;
-update noar tt set b0='NAX' where id=7;
-update noar ti set b0='NAX' where id=7;
-update noar tt set v0='V5RSUKWZZVGYU77QK7M4O2M' where id=7;
-update noar ti set v0='V5RSUKWZZVGYU77QK7M4O2M' where id=7;
-update noar tt set b1='1E' where id=7;
-update noar ti set b1='1E' where id=7;
-update noar tt set v0='WU5US9BV2161QYVAVIR8SOX4' where id=7;
-update noar ti set v0='WU5US9BV2161QYVAVIR8SOX4' where id=7;
-update noar tt set b2='547' where id=7;
-update noar ti set b2='547' where id=7;
-update noar tt set v0='DBPYKFTAI7ZOZFX24GGGULHKIHXCCEHZ' where id=8;
-update noar ti set v0='DBPYKFTAI7ZOZFX24GGGULHKIHXCCEHZ' where id=8;
-update noar tt set b0='9P22MJWBRALIQM34A5NPVG' where id=8;
-update noar ti set b0='9P22MJWBRALIQM34A5NPVG' where id=8;
-update noar tt set v0='IXNPII71VQ' where id=8;
-update noar ti set v0='IXNPII71VQ' where id=8;
-update noar tt set b1='10M7W6HBY0WOWSP6TZUROEDG0P5P' where id=8;
-update noar ti set b1='10M7W6HBY0WOWSP6TZUROEDG0P5P' where id=8;
-update noar tt set v0='R9H5XNWJMBZ' where id=8;
-update noar ti set v0='R9H5XNWJMBZ' where id=8;
-update noar tt set b2='D5BJV2Q9U1XNREU3Z8ENZW6G3Y4' where id=8;
-update noar ti set b2='D5BJV2Q9U1XNREU3Z8ENZW6G3Y4' where id=8;
-update noar tt set v0='F6QDB9GGTX5F11VGHUKZI' where id=9;
-update noar ti set v0='F6QDB9GGTX5F11VGHUKZI' where id=9;
-update noar tt set b0='C9JG9WQ9A15S4' where id=9;
-update noar ti set b0='C9JG9WQ9A15S4' where id=9;
-update noar tt set v0='JJ2JN7S5' where id=9;
-update noar ti set v0='JJ2JN7S5' where id=9;
-update noar tt set b1='UTBD5J5TZ0' where id=9;
-update noar ti set b1='UTBD5J5TZ0' where id=9;
-update noar tt set v0='Z696FKBSCT4N' where id=9;
-update noar ti set v0='Z696FKBSCT4N' where id=9;
-update noar tt set b2='X02OHHSTWDB' where id=9;
-update noar ti set b2='X02OHHSTWDB' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) not null,
- b0 longblob not null,
- b1 tinyblob not null,
- b2 tinyblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='V8ET1B6MD0V383' where id=1;
-update noar ti set v0='V8ET1B6MD0V383' where id=1;
-update noar tt set b0='C63Q2NL3TX' where id=1;
-update noar ti set b0='C63Q2NL3TX' where id=1;
-update noar tt set v0='HBM69BKQFXB7WI4VDLV6K8MBND8RU' where id=1;
-update noar ti set v0='HBM69BKQFXB7WI4VDLV6K8MBND8RU' where id=1;
-update noar tt set b1='3N' where id=1;
-update noar ti set b1='3N' where id=1;
-update noar tt set v0='GRMMJT3PN2JWE9QZOA8D8' where id=1;
-update noar ti set v0='GRMMJT3PN2JWE9QZOA8D8' where id=1;
-update noar tt set b2='R9I9GZIZQ3YH0O8X' where id=1;
-update noar ti set b2='R9I9GZIZQ3YH0O8X' where id=1;
-update noar tt set v0='ZHP22TVL4HZWLMLDDLR7KAK3W0NF45W' where id=2;
-update noar ti set v0='ZHP22TVL4HZWLMLDDLR7KAK3W0NF45W' where id=2;
-update noar tt set b0='XGB0O43GM55EO9IW4' where id=2;
-update noar ti set b0='XGB0O43GM55EO9IW4' where id=2;
-update noar tt set v0='XHA1PKD29B1I90O6EWS9C' where id=2;
-update noar ti set v0='XHA1PKD29B1I90O6EWS9C' where id=2;
-update noar tt set b1='6UZM7NZCRON0J1PIVBUVSLNQQJ' where id=2;
-update noar ti set b1='6UZM7NZCRON0J1PIVBUVSLNQQJ' where id=2;
-update noar tt set v0='YPGMIW1IUBERGCXJP58EPIIF' where id=2;
-update noar ti set v0='YPGMIW1IUBERGCXJP58EPIIF' where id=2;
-update noar tt set b2='FHR3BL30LGDQEXN' where id=2;
-update noar ti set b2='FHR3BL30LGDQEXN' where id=2;
-update noar tt set v0='XCX2XPKN6TRU0WNLISGIER39PB' where id=3;
-update noar ti set v0='XCX2XPKN6TRU0WNLISGIER39PB' where id=3;
-update noar tt set b0='3COZNPSBT9SWK3' where id=3;
-update noar ti set b0='3COZNPSBT9SWK3' where id=3;
-update noar tt set v0='8GA22CP2UJGR22RYO8' where id=3;
-update noar ti set v0='8GA22CP2UJGR22RYO8' where id=3;
-update noar tt set b1='Q3U2XVKP' where id=3;
-update noar ti set b1='Q3U2XVKP' where id=3;
-update noar tt set v0='2KQJWE5XR4JJFQDM58Q5Z9QGFV96YHX' where id=3;
-update noar ti set v0='2KQJWE5XR4JJFQDM58Q5Z9QGFV96YHX' where id=3;
-update noar tt set b2='702' where id=3;
-update noar ti set b2='702' where id=3;
-update noar tt set v0='ZC0GRJUJBIOSANCAPDED2FEH8OQS' where id=4;
-update noar ti set v0='ZC0GRJUJBIOSANCAPDED2FEH8OQS' where id=4;
-update noar tt set b0='9LBI9' where id=4;
-update noar ti set b0='9LBI9' where id=4;
-update noar tt set v0='YZEISY903PWBWS200L' where id=4;
-update noar ti set v0='YZEISY903PWBWS200L' where id=4;
-update noar tt set b1='D' where id=4;
-update noar ti set b1='D' where id=4;
-update noar tt set v0='A00YQ0JYM2HVARHX1I2I1K06' where id=4;
-update noar ti set v0='A00YQ0JYM2HVARHX1I2I1K06' where id=4;
-update noar tt set b2='9T1XICJFE5E1ACKB17VSDNKJHOK1' where id=4;
-update noar ti set b2='9T1XICJFE5E1ACKB17VSDNKJHOK1' where id=4;
-update noar tt set v0='U75DI3FMZIHS' where id=5;
-update noar ti set v0='U75DI3FMZIHS' where id=5;
-update noar tt set b0='X2OFOMJ8X5DSD75C0UOYS2HH' where id=5;
-update noar ti set b0='X2OFOMJ8X5DSD75C0UOYS2HH' where id=5;
-update noar tt set v0='NU77J5H6Y1' where id=5;
-update noar ti set v0='NU77J5H6Y1' where id=5;
-update noar tt set b1='WBW' where id=5;
-update noar ti set b1='WBW' where id=5;
-update noar tt set v0='3C6EWF8' where id=5;
-update noar ti set v0='3C6EWF8' where id=5;
-update noar tt set b2='GK3SWJG4KAIF4' where id=5;
-update noar ti set b2='GK3SWJG4KAIF4' where id=5;
-update noar tt set v0='C3X68CP7DV7A1WWCUD4F' where id=6;
-update noar ti set v0='C3X68CP7DV7A1WWCUD4F' where id=6;
-update noar tt set b0='HVF0WS' where id=6;
-update noar ti set b0='HVF0WS' where id=6;
-update noar tt set v0='T63GM2' where id=6;
-update noar ti set v0='T63GM2' where id=6;
-update noar tt set b1='XN23KY' where id=6;
-update noar ti set b1='XN23KY' where id=6;
-update noar tt set v0='ZB0G' where id=6;
-update noar ti set v0='ZB0G' where id=6;
-update noar tt set b2='KA74QT1I2N4FBHT95A' where id=6;
-update noar ti set b2='KA74QT1I2N4FBHT95A' where id=6;
-update noar tt set v0='WMZQZFE5QQBKHSZAUR9H5TMW15HS' where id=7;
-update noar ti set v0='WMZQZFE5QQBKHSZAUR9H5TMW15HS' where id=7;
-update noar tt set b0='XF7OOBW7A9W84' where id=7;
-update noar ti set b0='XF7OOBW7A9W84' where id=7;
-update noar tt set v0='C5QNBG40LB' where id=7;
-update noar ti set v0='C5QNBG40LB' where id=7;
-update noar tt set b1='B5ABZ78' where id=7;
-update noar ti set b1='B5ABZ78' where id=7;
-update noar tt set v0='UJP' where id=7;
-update noar ti set v0='UJP' where id=7;
-update noar tt set b2='SM5VVQLM4GNXDDWZWO5NFZ5TUOUECB2U' where id=7;
-update noar ti set b2='SM5VVQLM4GNXDDWZWO5NFZ5TUOUECB2U' where id=7;
-update noar tt set v0='GG9I8JP4499CHGYEESY0' where id=8;
-update noar ti set v0='GG9I8JP4499CHGYEESY0' where id=8;
-update noar tt set b0='SJSEH6KYWRWEFEH89BB652A5BK911N4E' where id=8;
-update noar ti set b0='SJSEH6KYWRWEFEH89BB652A5BK911N4E' where id=8;
-update noar tt set v0='EVRT6T82RJSF5LY96E0QEPT1XH5H' where id=8;
-update noar ti set v0='EVRT6T82RJSF5LY96E0QEPT1XH5H' where id=8;
-update noar tt set b1='N' where id=8;
-update noar ti set b1='N' where id=8;
-update noar tt set v0='RZQOGVX4Q' where id=8;
-update noar ti set v0='RZQOGVX4Q' where id=8;
-update noar tt set b2='V91DL9J' where id=8;
-update noar ti set b2='V91DL9J' where id=8;
-update noar tt set v0='W0F' where id=9;
-update noar ti set v0='W0F' where id=9;
-update noar tt set b0='3' where id=9;
-update noar ti set b0='3' where id=9;
-update noar tt set v0='7W3UCZM696JOB4D2' where id=9;
-update noar ti set v0='7W3UCZM696JOB4D2' where id=9;
-update noar tt set b1='FLAX9FH851YA1B0Q8S6PUCU8U9R2FH' where id=9;
-update noar ti set b1='FLAX9FH851YA1B0Q8S6PUCU8U9R2FH' where id=9;
-update noar tt set v0='F' where id=9;
-update noar ti set v0='F' where id=9;
-update noar tt set b2='S9MC06HV7MP64K4WFYPFEJ6WW7F42L' where id=9;
-update noar ti set b2='S9MC06HV7MP64K4WFYPFEJ6WW7F42L' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) null,
- b0 longblob null,
- b1 tinyblob null,
- b2 blob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='Y0TZFAFPO' where id=1;
-update noar ti set v0='Y0TZFAFPO' where id=1;
-update noar tt set b0='2AJED9GAEV3L134X2X1FQSTDGH' where id=1;
-update noar ti set b0='2AJED9GAEV3L134X2X1FQSTDGH' where id=1;
-update noar tt set v0='GUBD7S0WD86QA8HGF' where id=1;
-update noar ti set v0='GUBD7S0WD86QA8HGF' where id=1;
-update noar tt set b1='2V7D7S6PR4X1AKWC' where id=1;
-update noar ti set b1='2V7D7S6PR4X1AKWC' where id=1;
-update noar tt set v0='BAE7FM27LJ3KI9TS68KL0Y25K3' where id=1;
-update noar ti set v0='BAE7FM27LJ3KI9TS68KL0Y25K3' where id=1;
-update noar tt set b2='W6A3JEVTJX24R' where id=1;
-update noar ti set b2='W6A3JEVTJX24R' where id=1;
-update noar tt set v0='UBWEBIPMQ2NXM43X6EURRZHG79Q3TJI' where id=2;
-update noar ti set v0='UBWEBIPMQ2NXM43X6EURRZHG79Q3TJI' where id=2;
-update noar tt set b0='8YXEKMBBYQLMC64A6TRYAA' where id=2;
-update noar ti set b0='8YXEKMBBYQLMC64A6TRYAA' where id=2;
-update noar tt set v0='HU44Z6YHY5R311J' where id=2;
-update noar ti set v0='HU44Z6YHY5R311J' where id=2;
-update noar tt set b1='AXX672PN0EKWJYWN1F99IB90P' where id=2;
-update noar ti set b1='AXX672PN0EKWJYWN1F99IB90P' where id=2;
-update noar tt set v0='RUSPN4JRC74C3LSGS' where id=2;
-update noar ti set v0='RUSPN4JRC74C3LSGS' where id=2;
-update noar tt set b2='SQQBG7T6I7ZULI1FZK0KTGCAF' where id=2;
-update noar ti set b2='SQQBG7T6I7ZULI1FZK0KTGCAF' where id=2;
-update noar tt set v0='X2N1NAH504TXGFKYENFL3ES0OTF' where id=3;
-update noar ti set v0='X2N1NAH504TXGFKYENFL3ES0OTF' where id=3;
-update noar tt set b0='N6CQXE66GXE4TQV0O97PO1UFK3MGI6D' where id=3;
-update noar ti set b0='N6CQXE66GXE4TQV0O97PO1UFK3MGI6D' where id=3;
-update noar tt set v0='GIR0FXNUJOIGGSQ4XV8FCMJLPZ4FD36' where id=3;
-update noar ti set v0='GIR0FXNUJOIGGSQ4XV8FCMJLPZ4FD36' where id=3;
-update noar tt set b1='UDPP' where id=3;
-update noar ti set b1='UDPP' where id=3;
-update noar tt set v0='HEVV0XFYYOI4HN677NT775ODYYJZM' where id=3;
-update noar ti set v0='HEVV0XFYYOI4HN677NT775ODYYJZM' where id=3;
-update noar tt set b2='5471SQJNYHOKVC2HVO8OQ5FJA6T7P' where id=3;
-update noar ti set b2='5471SQJNYHOKVC2HVO8OQ5FJA6T7P' where id=3;
-update noar tt set v0='I4' where id=4;
-update noar ti set v0='I4' where id=4;
-update noar tt set b0='4SZQEWI7WP' where id=4;
-update noar ti set b0='4SZQEWI7WP' where id=4;
-update noar tt set v0='GRF1XVBVD' where id=4;
-update noar ti set v0='GRF1XVBVD' where id=4;
-update noar tt set b1='NQY3WWU' where id=4;
-update noar ti set b1='NQY3WWU' where id=4;
-update noar tt set v0='0UI5SRLRGOMI' where id=4;
-update noar ti set v0='0UI5SRLRGOMI' where id=4;
-update noar tt set b2='I1IO3HUIDWU9CK2GPG6OH' where id=4;
-update noar ti set b2='I1IO3HUIDWU9CK2GPG6OH' where id=4;
-update noar tt set v0='ZYIOVR4I9VHKUBA3JV0A5' where id=5;
-update noar ti set v0='ZYIOVR4I9VHKUBA3JV0A5' where id=5;
-update noar tt set b0='GN061QFF0DTCSSIHFNC3I' where id=5;
-update noar ti set b0='GN061QFF0DTCSSIHFNC3I' where id=5;
-update noar tt set v0='LFB91L6WVCNIV1XUQ88B9KBJGIRH1KTA' where id=5;
-update noar ti set v0='LFB91L6WVCNIV1XUQ88B9KBJGIRH1KTA' where id=5;
-update noar tt set b1='SF6LHC5Y8VIJVI6HYU8' where id=5;
-update noar ti set b1='SF6LHC5Y8VIJVI6HYU8' where id=5;
-update noar tt set v0='H61ML8BKE22A1U' where id=5;
-update noar ti set v0='H61ML8BKE22A1U' where id=5;
-update noar tt set b2='2ZSJ89CRFJ4CSR7H9D9ABDCJS9' where id=5;
-update noar ti set b2='2ZSJ89CRFJ4CSR7H9D9ABDCJS9' where id=5;
-update noar tt set v0='6ZRR5WMP6LK41K8PWY5SBJ' where id=6;
-update noar ti set v0='6ZRR5WMP6LK41K8PWY5SBJ' where id=6;
-update noar tt set b0='UIM4YDBTUKZ4KA9E1OJJDH0IPPDWJ6YR' where id=6;
-update noar ti set b0='UIM4YDBTUKZ4KA9E1OJJDH0IPPDWJ6YR' where id=6;
-update noar tt set v0='UL774WMW2' where id=6;
-update noar ti set v0='UL774WMW2' where id=6;
-update noar tt set b1='LDYP0LXVSR7V6CFST0' where id=6;
-update noar ti set b1='LDYP0LXVSR7V6CFST0' where id=6;
-update noar tt set v0='CY5O25XWQHOHVMJ02' where id=6;
-update noar ti set v0='CY5O25XWQHOHVMJ02' where id=6;
-update noar tt set b2='BIMCIIDQT1JD1' where id=6;
-update noar ti set b2='BIMCIIDQT1JD1' where id=6;
-update noar tt set v0='K6' where id=7;
-update noar ti set v0='K6' where id=7;
-update noar tt set b0='A7CSST68SL' where id=7;
-update noar ti set b0='A7CSST68SL' where id=7;
-update noar tt set v0='99RUPK8PHGC' where id=7;
-update noar ti set v0='99RUPK8PHGC' where id=7;
-update noar tt set b1='F27B43FXYVNCBEBKH7X2F3MNDGBC0GG' where id=7;
-update noar ti set b1='F27B43FXYVNCBEBKH7X2F3MNDGBC0GG' where id=7;
-update noar tt set v0='V153NO' where id=7;
-update noar ti set v0='V153NO' where id=7;
-update noar tt set b2='9D0JW6FJV0J91PN4M1RRUR2M' where id=7;
-update noar ti set b2='9D0JW6FJV0J91PN4M1RRUR2M' where id=7;
-update noar tt set v0='4FAWYLHXETBPGUI0M0963BL' where id=8;
-update noar ti set v0='4FAWYLHXETBPGUI0M0963BL' where id=8;
-update noar tt set b0='0NR021OY5XIQX' where id=8;
-update noar ti set b0='0NR021OY5XIQX' where id=8;
-update noar tt set v0='EUEIQDO4MCV59K2DSAQHZ' where id=8;
-update noar ti set v0='EUEIQDO4MCV59K2DSAQHZ' where id=8;
-update noar tt set b1='24GNKUXK' where id=8;
-update noar ti set b1='24GNKUXK' where id=8;
-update noar tt set v0='JIQNYN5SW974MY9GI1YCN5K3X' where id=8;
-update noar ti set v0='JIQNYN5SW974MY9GI1YCN5K3X' where id=8;
-update noar tt set b2='9OGVXHP498Q882IHV' where id=8;
-update noar ti set b2='9OGVXHP498Q882IHV' where id=8;
-update noar tt set v0='YIRUN7D9HELPIFI04P1P9NHD' where id=9;
-update noar ti set v0='YIRUN7D9HELPIFI04P1P9NHD' where id=9;
-update noar tt set b0='KE048PRIXCQETE' where id=9;
-update noar ti set b0='KE048PRIXCQETE' where id=9;
-update noar tt set v0='UKWHY5NIA' where id=9;
-update noar ti set v0='UKWHY5NIA' where id=9;
-update noar tt set b1='1IMO1WU3MONAXGZE' where id=9;
-update noar ti set b1='1IMO1WU3MONAXGZE' where id=9;
-update noar tt set v0='W23HUU7DNUB7M4VGQ38C668' where id=9;
-update noar ti set v0='W23HUU7DNUB7M4VGQ38C668' where id=9;
-update noar tt set b2='PECRR4P2K93AARS3D' where id=9;
-update noar ti set b2='PECRR4P2K93AARS3D' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) null,
- b0 longblob null,
- b1 tinyblob null,
- b2 blob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='B1IGO7DV20L56324S8' where id=1;
-update noar ti set v0='B1IGO7DV20L56324S8' where id=1;
-update noar tt set b0='MJ8CQD0' where id=1;
-update noar ti set b0='MJ8CQD0' where id=1;
-update noar tt set v0='S1LA5VV5G9QGH8' where id=1;
-update noar ti set v0='S1LA5VV5G9QGH8' where id=1;
-update noar tt set b1='J9OY0V' where id=1;
-update noar ti set b1='J9OY0V' where id=1;
-update noar tt set v0='5EFRNODWQ792HNH3ZJTP7DK3KWU4' where id=1;
-update noar ti set v0='5EFRNODWQ792HNH3ZJTP7DK3KWU4' where id=1;
-update noar tt set b2='4RG9SMNZC0J' where id=1;
-update noar ti set b2='4RG9SMNZC0J' where id=1;
-update noar tt set v0='YXA6MMZP' where id=2;
-update noar ti set v0='YXA6MMZP' where id=2;
-update noar tt set b0='FH3XKR97ETX8BDCLAJBBWL33CADU' where id=2;
-update noar ti set b0='FH3XKR97ETX8BDCLAJBBWL33CADU' where id=2;
-update noar tt set v0='GGOUD' where id=2;
-update noar ti set v0='GGOUD' where id=2;
-update noar tt set b1='5B4Y734Q6BSBR5BN35GBGOZ' where id=2;
-update noar ti set b1='5B4Y734Q6BSBR5BN35GBGOZ' where id=2;
-update noar tt set v0='L7E6RO53E' where id=2;
-update noar ti set v0='L7E6RO53E' where id=2;
-update noar tt set b2='SE678Z1A7OIGGALRFUCXV2TD9' where id=2;
-update noar ti set b2='SE678Z1A7OIGGALRFUCXV2TD9' where id=2;
-update noar tt set v0='H0D91Q3RT7H5OJZR' where id=3;
-update noar ti set v0='H0D91Q3RT7H5OJZR' where id=3;
-update noar tt set b0='XZM16WP9FF4JDBB8AG2M' where id=3;
-update noar ti set b0='XZM16WP9FF4JDBB8AG2M' where id=3;
-update noar tt set v0='7FFUQ2VU9ZPM0XJVA1OSB' where id=3;
-update noar ti set v0='7FFUQ2VU9ZPM0XJVA1OSB' where id=3;
-update noar tt set b1='IR7QINVXUYRH7' where id=3;
-update noar ti set b1='IR7QINVXUYRH7' where id=3;
-update noar tt set v0='9Q4CFI4YXX7VSXV' where id=3;
-update noar ti set v0='9Q4CFI4YXX7VSXV' where id=3;
-update noar tt set b2='AR02Q3OY9K37ZFUPZG' where id=3;
-update noar ti set b2='AR02Q3OY9K37ZFUPZG' where id=3;
-update noar tt set v0='2YHV63R51IIK0B2' where id=4;
-update noar ti set v0='2YHV63R51IIK0B2' where id=4;
-update noar tt set b0='5VXJZZSJLFCEYVBKJ9410Z9FY1KWR4' where id=4;
-update noar ti set b0='5VXJZZSJLFCEYVBKJ9410Z9FY1KWR4' where id=4;
-update noar tt set v0='M8KJFKIU9' where id=4;
-update noar ti set v0='M8KJFKIU9' where id=4;
-update noar tt set b1='3GKFA1VK0G7FWFNFCMH6FWDR22S' where id=4;
-update noar ti set b1='3GKFA1VK0G7FWFNFCMH6FWDR22S' where id=4;
-update noar tt set v0='M5K2XHQ9S5I5701R2IP3V94HOFYDK' where id=4;
-update noar ti set v0='M5K2XHQ9S5I5701R2IP3V94HOFYDK' where id=4;
-update noar tt set b2='MITK5L82OVS1ZKKSKHFXPQ0IGSYYRT' where id=4;
-update noar ti set b2='MITK5L82OVS1ZKKSKHFXPQ0IGSYYRT' where id=4;
-update noar tt set v0='146B6' where id=5;
-update noar ti set v0='146B6' where id=5;
-update noar tt set b0='NIV9UQ0YMCPFQYEX8EH7AO264M33Q4S9' where id=5;
-update noar ti set b0='NIV9UQ0YMCPFQYEX8EH7AO264M33Q4S9' where id=5;
-update noar tt set v0='53K6LDH3A47JZDCYYF0NA4XY49' where id=5;
-update noar ti set v0='53K6LDH3A47JZDCYYF0NA4XY49' where id=5;
-update noar tt set b1='KOXNN77WBW40GPFOBMAYP38LQJ' where id=5;
-update noar ti set b1='KOXNN77WBW40GPFOBMAYP38LQJ' where id=5;
-update noar tt set v0='6CD20XU7YBKQBX7XWBW4GZ2APQZ848' where id=5;
-update noar ti set v0='6CD20XU7YBKQBX7XWBW4GZ2APQZ848' where id=5;
-update noar tt set b2='FY3M1K67FYR2BZHKH9ZHX0AH6UYA' where id=5;
-update noar ti set b2='FY3M1K67FYR2BZHKH9ZHX0AH6UYA' where id=5;
-update noar tt set v0='5M1D0YRXIUVAOBIOM1NN' where id=6;
-update noar ti set v0='5M1D0YRXIUVAOBIOM1NN' where id=6;
-update noar tt set b0='81OULN2Z5U3ZR2F' where id=6;
-update noar ti set b0='81OULN2Z5U3ZR2F' where id=6;
-update noar tt set v0='NDDE8SHV1T1F10M90N' where id=6;
-update noar ti set v0='NDDE8SHV1T1F10M90N' where id=6;
-update noar tt set b1='8LCC5RHZ9ID5T366BFOT57HGJSI8J' where id=6;
-update noar ti set b1='8LCC5RHZ9ID5T366BFOT57HGJSI8J' where id=6;
-update noar tt set v0='78I0ODYN5' where id=6;
-update noar ti set v0='78I0ODYN5' where id=6;
-update noar tt set b2='6KZVJUE97U4T' where id=6;
-update noar ti set b2='6KZVJUE97U4T' where id=6;
-update noar tt set v0='65TLN8GCF022' where id=7;
-update noar ti set v0='65TLN8GCF022' where id=7;
-update noar tt set b0='I' where id=7;
-update noar ti set b0='I' where id=7;
-update noar tt set v0='NKPCBWKX983O0G65RZTDSPF5113AT' where id=7;
-update noar ti set v0='NKPCBWKX983O0G65RZTDSPF5113AT' where id=7;
-update noar tt set b1='J1VGQHTJX1TVILO2I1XKH8KV70OCFA9' where id=7;
-update noar ti set b1='J1VGQHTJX1TVILO2I1XKH8KV70OCFA9' where id=7;
-update noar tt set v0='CR9ZJPVFPBXF994JKXTASXYCEF' where id=7;
-update noar ti set v0='CR9ZJPVFPBXF994JKXTASXYCEF' where id=7;
-update noar tt set b2='1CDYV630DYAJNVY' where id=7;
-update noar ti set b2='1CDYV630DYAJNVY' where id=7;
-update noar tt set v0='N9OOB6PD2AORDA' where id=8;
-update noar ti set v0='N9OOB6PD2AORDA' where id=8;
-update noar tt set b0='47U7FAS5G0796N5YQM' where id=8;
-update noar ti set b0='47U7FAS5G0796N5YQM' where id=8;
-update noar tt set v0='4' where id=8;
-update noar ti set v0='4' where id=8;
-update noar tt set b1='Z030' where id=8;
-update noar ti set b1='Z030' where id=8;
-update noar tt set v0='3ZESS79005ZT9' where id=8;
-update noar ti set v0='3ZESS79005ZT9' where id=8;
-update noar tt set b2='R6MX2YE81IMI4VP2DYN1S2' where id=8;
-update noar ti set b2='R6MX2YE81IMI4VP2DYN1S2' where id=8;
-update noar tt set v0='XW1OL1IHPMVWF1GXNGT0CDXQHKE' where id=9;
-update noar ti set v0='XW1OL1IHPMVWF1GXNGT0CDXQHKE' where id=9;
-update noar tt set b0='KZXRYUP19AX0KFTQ5M' where id=9;
-update noar ti set b0='KZXRYUP19AX0KFTQ5M' where id=9;
-update noar tt set v0='9ICCVNAFM0JY5OQ8UUWW3' where id=9;
-update noar ti set v0='9ICCVNAFM0JY5OQ8UUWW3' where id=9;
-update noar tt set b1='0KPET4QKC' where id=9;
-update noar ti set b1='0KPET4QKC' where id=9;
-update noar tt set v0='C4LZ68' where id=9;
-update noar ti set v0='C4LZ68' where id=9;
-update noar tt set b2='AAV9VEMA009IHYOJ6SGM7E' where id=9;
-update noar ti set b2='AAV9VEMA009IHYOJ6SGM7E' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) not null,
- b0 longblob not null,
- b1 tinyblob not null,
- b2 blob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='L' where id=1;
-update noar ti set v0='L' where id=1;
-update noar tt set b0='IF69NY3BXJ' where id=1;
-update noar ti set b0='IF69NY3BXJ' where id=1;
-update noar tt set v0='1ZL' where id=1;
-update noar ti set v0='1ZL' where id=1;
-update noar tt set b1='XNALR03RRD0ZJKE3R478YN' where id=1;
-update noar ti set b1='XNALR03RRD0ZJKE3R478YN' where id=1;
-update noar tt set v0='126V8KE3LTM8SJ9VWVT2GKE9NM73V4OI' where id=1;
-update noar ti set v0='126V8KE3LTM8SJ9VWVT2GKE9NM73V4OI' where id=1;
-update noar tt set b2='6R1CV9QU6BBS0F2TYNBJCJ4DJS' where id=1;
-update noar ti set b2='6R1CV9QU6BBS0F2TYNBJCJ4DJS' where id=1;
-update noar tt set v0='FKNVSHDGTBANHPFQHF3BRG8ZOS' where id=2;
-update noar ti set v0='FKNVSHDGTBANHPFQHF3BRG8ZOS' where id=2;
-update noar tt set b0='GNMO31UCLY0MQS8J2FOFNDKVUX' where id=2;
-update noar ti set b0='GNMO31UCLY0MQS8J2FOFNDKVUX' where id=2;
-update noar tt set v0='H07SAQWVECS74XHRYQ' where id=2;
-update noar ti set v0='H07SAQWVECS74XHRYQ' where id=2;
-update noar tt set b1='EQLHGZCJVAQXH' where id=2;
-update noar ti set b1='EQLHGZCJVAQXH' where id=2;
-update noar tt set v0='1H45UEOJWEIU' where id=2;
-update noar ti set v0='1H45UEOJWEIU' where id=2;
-update noar tt set b2='1UTY5NL' where id=2;
-update noar ti set b2='1UTY5NL' where id=2;
-update noar tt set v0='BWL3TTLP9JRLJ' where id=3;
-update noar ti set v0='BWL3TTLP9JRLJ' where id=3;
-update noar tt set b0='HL9JXI94MQB1PO9CVDHQYKKT5D' where id=3;
-update noar ti set b0='HL9JXI94MQB1PO9CVDHQYKKT5D' where id=3;
-update noar tt set v0='O32AJI62PH1QOV' where id=3;
-update noar ti set v0='O32AJI62PH1QOV' where id=3;
-update noar tt set b1='A1DCBV2E54EH001Q56HUS' where id=3;
-update noar ti set b1='A1DCBV2E54EH001Q56HUS' where id=3;
-update noar tt set v0='H6I6Q5EPZLY1QFYT048XMW79GAJX4UFM' where id=3;
-update noar ti set v0='H6I6Q5EPZLY1QFYT048XMW79GAJX4UFM' where id=3;
-update noar tt set b2='6' where id=3;
-update noar ti set b2='6' where id=3;
-update noar tt set v0='DCB88P1BS5L4WWTRJJD' where id=4;
-update noar ti set v0='DCB88P1BS5L4WWTRJJD' where id=4;
-update noar tt set b0='NZ6LCR5WOA2XRU5TD8' where id=4;
-update noar ti set b0='NZ6LCR5WOA2XRU5TD8' where id=4;
-update noar tt set v0='GP2WH0P74UL3W' where id=4;
-update noar ti set v0='GP2WH0P74UL3W' where id=4;
-update noar tt set b1='Z8FFCOGQE9D3IDX0' where id=4;
-update noar ti set b1='Z8FFCOGQE9D3IDX0' where id=4;
-update noar tt set v0='1WPRL8' where id=4;
-update noar ti set v0='1WPRL8' where id=4;
-update noar tt set b2='1AYFH7ATPPCD7TQEHROSSYXZQ' where id=4;
-update noar ti set b2='1AYFH7ATPPCD7TQEHROSSYXZQ' where id=4;
-update noar tt set v0='A224B86H08EE0QXF' where id=5;
-update noar ti set v0='A224B86H08EE0QXF' where id=5;
-update noar tt set b0='ZPS8HCUDPA5HYJJC6KJ51EQ0XP' where id=5;
-update noar ti set b0='ZPS8HCUDPA5HYJJC6KJ51EQ0XP' where id=5;
-update noar tt set v0='UYDH5NXIL71TQ241LLUN2PPPOY4FX' where id=5;
-update noar ti set v0='UYDH5NXIL71TQ241LLUN2PPPOY4FX' where id=5;
-update noar tt set b1='NR29' where id=5;
-update noar ti set b1='NR29' where id=5;
-update noar tt set v0='DLE2' where id=5;
-update noar ti set v0='DLE2' where id=5;
-update noar tt set b2='75GYXANI2URDQNHH2A0G' where id=5;
-update noar ti set b2='75GYXANI2URDQNHH2A0G' where id=5;
-update noar tt set v0='UNBC' where id=6;
-update noar ti set v0='UNBC' where id=6;
-update noar tt set b0='AU5RH' where id=6;
-update noar ti set b0='AU5RH' where id=6;
-update noar tt set v0='IWW2358XZECDI3JX3' where id=6;
-update noar ti set v0='IWW2358XZECDI3JX3' where id=6;
-update noar tt set b1='4WC' where id=6;
-update noar ti set b1='4WC' where id=6;
-update noar tt set v0='AX41AV2FD791OIQ8' where id=6;
-update noar ti set v0='AX41AV2FD791OIQ8' where id=6;
-update noar tt set b2='N1MVMBKI94HV7KWT5GXPZKC69' where id=6;
-update noar ti set b2='N1MVMBKI94HV7KWT5GXPZKC69' where id=6;
-update noar tt set v0='JCE827LMW' where id=7;
-update noar ti set v0='JCE827LMW' where id=7;
-update noar tt set b0='C0CRF0GRC4' where id=7;
-update noar ti set b0='C0CRF0GRC4' where id=7;
-update noar tt set v0='WM2' where id=7;
-update noar ti set v0='WM2' where id=7;
-update noar tt set b1='NPLL8QOKHBGII' where id=7;
-update noar ti set b1='NPLL8QOKHBGII' where id=7;
-update noar tt set v0='E' where id=7;
-update noar ti set v0='E' where id=7;
-update noar tt set b2='GVI3F9WU1CK2QCL2HNWP64CZQ84OBWTP' where id=7;
-update noar ti set b2='GVI3F9WU1CK2QCL2HNWP64CZQ84OBWTP' where id=7;
-update noar tt set v0='ICA' where id=8;
-update noar ti set v0='ICA' where id=8;
-update noar tt set b0='V9CXIG1Y' where id=8;
-update noar ti set b0='V9CXIG1Y' where id=8;
-update noar tt set v0='GGOEI1JJ37H9UR7SNGA2L6PTZOT' where id=8;
-update noar ti set v0='GGOEI1JJ37H9UR7SNGA2L6PTZOT' where id=8;
-update noar tt set b1='WXAZQ9B4UXHPS8CLTIY8O' where id=8;
-update noar ti set b1='WXAZQ9B4UXHPS8CLTIY8O' where id=8;
-update noar tt set v0='GYU0O' where id=8;
-update noar ti set v0='GYU0O' where id=8;
-update noar tt set b2='0LNX7N8HJKRR613LJOL' where id=8;
-update noar ti set b2='0LNX7N8HJKRR613LJOL' where id=8;
-update noar tt set v0='60TZIU6G6Q5DE60BF0DVQVL9G' where id=9;
-update noar ti set v0='60TZIU6G6Q5DE60BF0DVQVL9G' where id=9;
-update noar tt set b0='VJL5PQEICASWGELCQ4CABIL4PN3ME' where id=9;
-update noar ti set b0='VJL5PQEICASWGELCQ4CABIL4PN3ME' where id=9;
-update noar tt set v0='P1TIS1TKAT' where id=9;
-update noar ti set v0='P1TIS1TKAT' where id=9;
-update noar tt set b1='6AO7DZDS68' where id=9;
-update noar ti set b1='6AO7DZDS68' where id=9;
-update noar tt set v0='BFJGZH00LXF9FQ39MK' where id=9;
-update noar ti set v0='BFJGZH00LXF9FQ39MK' where id=9;
-update noar tt set b2='97F59UKP' where id=9;
-update noar ti set b2='97F59UKP' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) not null,
- b0 longblob not null,
- b1 tinyblob not null,
- b2 blob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='ZOCDEKMHB2QN11NE51' where id=1;
-update noar ti set v0='ZOCDEKMHB2QN11NE51' where id=1;
-update noar tt set b0='CAR6T8HPC5PCL' where id=1;
-update noar ti set b0='CAR6T8HPC5PCL' where id=1;
-update noar tt set v0='M7W67XGCP293DKXJTQ3XE' where id=1;
-update noar ti set v0='M7W67XGCP293DKXJTQ3XE' where id=1;
-update noar tt set b1='A8ZNUZK4WN' where id=1;
-update noar ti set b1='A8ZNUZK4WN' where id=1;
-update noar tt set v0='0T7R81XZSE4D4L9' where id=1;
-update noar ti set v0='0T7R81XZSE4D4L9' where id=1;
-update noar tt set b2='EPSTA' where id=1;
-update noar ti set b2='EPSTA' where id=1;
-update noar tt set v0='QVNL9ORWZ4GHG' where id=2;
-update noar ti set v0='QVNL9ORWZ4GHG' where id=2;
-update noar tt set b0='V9DVQLQ5FTXF' where id=2;
-update noar ti set b0='V9DVQLQ5FTXF' where id=2;
-update noar tt set v0='TD' where id=2;
-update noar ti set v0='TD' where id=2;
-update noar tt set b1='UBT1RRT5DYN' where id=2;
-update noar ti set b1='UBT1RRT5DYN' where id=2;
-update noar tt set v0='7NGC4AD0YOE38CEXI0J5' where id=2;
-update noar ti set v0='7NGC4AD0YOE38CEXI0J5' where id=2;
-update noar tt set b2='S6H0OB82UFW0V3' where id=2;
-update noar ti set b2='S6H0OB82UFW0V3' where id=2;
-update noar tt set v0='28EGQHQAHLNM7J61U9EWJ1L' where id=3;
-update noar ti set v0='28EGQHQAHLNM7J61U9EWJ1L' where id=3;
-update noar tt set b0='2L' where id=3;
-update noar ti set b0='2L' where id=3;
-update noar tt set v0='HL36AT3QC41UURQ18O7SG32GVLO' where id=3;
-update noar ti set v0='HL36AT3QC41UURQ18O7SG32GVLO' where id=3;
-update noar tt set b1='DC' where id=3;
-update noar ti set b1='DC' where id=3;
-update noar tt set v0='VNU4E5UU4ECBEW5OUJ9R3W5ALDN' where id=3;
-update noar ti set v0='VNU4E5UU4ECBEW5OUJ9R3W5ALDN' where id=3;
-update noar tt set b2='4792LM8T8CIYKBVICLQKQZHJJ207C' where id=3;
-update noar ti set b2='4792LM8T8CIYKBVICLQKQZHJJ207C' where id=3;
-update noar tt set v0='4' where id=4;
-update noar ti set v0='4' where id=4;
-update noar tt set b0='OHOPZLCK9' where id=4;
-update noar ti set b0='OHOPZLCK9' where id=4;
-update noar tt set v0='T7HZEBG5INMYYMBEYYWQLU1' where id=4;
-update noar ti set v0='T7HZEBG5INMYYMBEYYWQLU1' where id=4;
-update noar tt set b1='BV1JHRA9V' where id=4;
-update noar ti set b1='BV1JHRA9V' where id=4;
-update noar tt set v0='K1RH2UNXR75EDOJDF4GNH' where id=4;
-update noar ti set v0='K1RH2UNXR75EDOJDF4GNH' where id=4;
-update noar tt set b2='R1QXWG18EM58E86GOO2GXXP' where id=4;
-update noar ti set b2='R1QXWG18EM58E86GOO2GXXP' where id=4;
-update noar tt set v0='J9GEQ25I0947YIK70H8Z' where id=5;
-update noar ti set v0='J9GEQ25I0947YIK70H8Z' where id=5;
-update noar tt set b0='W7VGX4GBRWP7B91HCZ4RJY8J' where id=5;
-update noar ti set b0='W7VGX4GBRWP7B91HCZ4RJY8J' where id=5;
-update noar tt set v0='INBTWALEA02PU6TTOI0HDQFJ' where id=5;
-update noar ti set v0='INBTWALEA02PU6TTOI0HDQFJ' where id=5;
-update noar tt set b1='43T04NNJQ2Q7YQGPLE5UVNYE' where id=5;
-update noar ti set b1='43T04NNJQ2Q7YQGPLE5UVNYE' where id=5;
-update noar tt set v0='ML7' where id=5;
-update noar ti set v0='ML7' where id=5;
-update noar tt set b2='4MZ99F' where id=5;
-update noar ti set b2='4MZ99F' where id=5;
-update noar tt set v0='JSYE9U6YDF9Y83DBT6JCT06Q' where id=6;
-update noar ti set v0='JSYE9U6YDF9Y83DBT6JCT06Q' where id=6;
-update noar tt set b0='9PUCB9SDDFZI1F39' where id=6;
-update noar ti set b0='9PUCB9SDDFZI1F39' where id=6;
-update noar tt set v0='ZXF8VNJQ5CKM4N0LHVCJX9ELZKOAW6' where id=6;
-update noar ti set v0='ZXF8VNJQ5CKM4N0LHVCJX9ELZKOAW6' where id=6;
-update noar tt set b1='EOPRC5ZCA02SQOSLDVTKW' where id=6;
-update noar ti set b1='EOPRC5ZCA02SQOSLDVTKW' where id=6;
-update noar tt set v0='3ZA7LXSSFQ9ETSN7AT8R8AE' where id=6;
-update noar ti set v0='3ZA7LXSSFQ9ETSN7AT8R8AE' where id=6;
-update noar tt set b2='414BF7SBPRW3DCT5A5ME7IWK' where id=6;
-update noar ti set b2='414BF7SBPRW3DCT5A5ME7IWK' where id=6;
-update noar tt set v0='V7GKO7XGBPF986HVCIYCW7WS9HYC2' where id=7;
-update noar ti set v0='V7GKO7XGBPF986HVCIYCW7WS9HYC2' where id=7;
-update noar tt set b0='SPUUTRMS' where id=7;
-update noar ti set b0='SPUUTRMS' where id=7;
-update noar tt set v0='DGNM362PAALAC' where id=7;
-update noar ti set v0='DGNM362PAALAC' where id=7;
-update noar tt set b1='MN7RXYQ1ID5R1K4C' where id=7;
-update noar ti set b1='MN7RXYQ1ID5R1K4C' where id=7;
-update noar tt set v0='TMO9NDT1UJRC3HSRQ9K7UXVAE3P1O' where id=7;
-update noar ti set v0='TMO9NDT1UJRC3HSRQ9K7UXVAE3P1O' where id=7;
-update noar tt set b2='7JRP2HY' where id=7;
-update noar ti set b2='7JRP2HY' where id=7;
-update noar tt set v0='JAE9LUZV6T7ZJYD0D42B' where id=8;
-update noar ti set v0='JAE9LUZV6T7ZJYD0D42B' where id=8;
-update noar tt set b0='B' where id=8;
-update noar ti set b0='B' where id=8;
-update noar tt set v0='OW1AECDWD820HL0WQRVZ94' where id=8;
-update noar ti set v0='OW1AECDWD820HL0WQRVZ94' where id=8;
-update noar tt set b1='LHIISZ7Y6CG70ZFD6' where id=8;
-update noar ti set b1='LHIISZ7Y6CG70ZFD6' where id=8;
-update noar tt set v0='PAMD08IADUBO' where id=8;
-update noar ti set v0='PAMD08IADUBO' where id=8;
-update noar tt set b2='ZMJSZBQIPHR9H74P75DYIWDN8' where id=8;
-update noar ti set b2='ZMJSZBQIPHR9H74P75DYIWDN8' where id=8;
-update noar tt set v0='6B5DOVQDSMP7T2HK1G' where id=9;
-update noar ti set v0='6B5DOVQDSMP7T2HK1G' where id=9;
-update noar tt set b0='CNFE1MUZFMNH8HNUCHLKF3A4QUL' where id=9;
-update noar ti set b0='CNFE1MUZFMNH8HNUCHLKF3A4QUL' where id=9;
-update noar tt set v0='CZBB1JOJ5HZJZJB9QLXV86Q5TL1' where id=9;
-update noar ti set v0='CZBB1JOJ5HZJZJB9QLXV86Q5TL1' where id=9;
-update noar tt set b1='S0RYYTTDT1SKPYWPRUBJ' where id=9;
-update noar ti set b1='S0RYYTTDT1SKPYWPRUBJ' where id=9;
-update noar tt set v0='BPPVJ1QZK42' where id=9;
-update noar ti set v0='BPPVJ1QZK42' where id=9;
-update noar tt set b2='01F0KRLBVONW' where id=9;
-update noar ti set b2='01F0KRLBVONW' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) null,
- b0 longblob null,
- b1 tinyblob null,
- b2 mediumblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='ULS8LOZYQY7ZN73UMV8ZBPJA' where id=1;
-update noar ti set v0='ULS8LOZYQY7ZN73UMV8ZBPJA' where id=1;
-update noar tt set b0='TICZNHX6SMBRVN' where id=1;
-update noar ti set b0='TICZNHX6SMBRVN' where id=1;
-update noar tt set v0='3' where id=1;
-update noar ti set v0='3' where id=1;
-update noar tt set b1='E' where id=1;
-update noar ti set b1='E' where id=1;
-update noar tt set v0='HAHL7PP' where id=1;
-update noar ti set v0='HAHL7PP' where id=1;
-update noar tt set b2='DE1DCSY2SS9PA3' where id=1;
-update noar ti set b2='DE1DCSY2SS9PA3' where id=1;
-update noar tt set v0='SA2EBYISV883BAF' where id=2;
-update noar ti set v0='SA2EBYISV883BAF' where id=2;
-update noar tt set b0='P0' where id=2;
-update noar ti set b0='P0' where id=2;
-update noar tt set v0='BRLQDV0VX6WY5V42TIQ3CEAS' where id=2;
-update noar ti set v0='BRLQDV0VX6WY5V42TIQ3CEAS' where id=2;
-update noar tt set b1='G' where id=2;
-update noar ti set b1='G' where id=2;
-update noar tt set v0='YW87EGUCTJB9XUY9Z5' where id=2;
-update noar ti set v0='YW87EGUCTJB9XUY9Z5' where id=2;
-update noar tt set b2='OLF6D7Y0DJ5QKXYYXQ6I34HNUO0GM4YJ' where id=2;
-update noar ti set b2='OLF6D7Y0DJ5QKXYYXQ6I34HNUO0GM4YJ' where id=2;
-update noar tt set v0='M3ZJUW12WKFM0KXPNVGE' where id=3;
-update noar ti set v0='M3ZJUW12WKFM0KXPNVGE' where id=3;
-update noar tt set b0='ECSUVUKU2YJ4WOM' where id=3;
-update noar ti set b0='ECSUVUKU2YJ4WOM' where id=3;
-update noar tt set v0='67SBC0QSVQXW8W77JFPTFQ36Q6SBR3V5' where id=3;
-update noar ti set v0='67SBC0QSVQXW8W77JFPTFQ36Q6SBR3V5' where id=3;
-update noar tt set b1='2M74HBMZOZCAD8P2' where id=3;
-update noar ti set b1='2M74HBMZOZCAD8P2' where id=3;
-update noar tt set v0='168' where id=3;
-update noar ti set v0='168' where id=3;
-update noar tt set b2='T3PIJT7PZ4S' where id=3;
-update noar ti set b2='T3PIJT7PZ4S' where id=3;
-update noar tt set v0='I1QPO05HPCKYFJLVRQ4' where id=4;
-update noar ti set v0='I1QPO05HPCKYFJLVRQ4' where id=4;
-update noar tt set b0='NQKU2GUCKPHJ8BP15M1B2O6VBF29' where id=4;
-update noar ti set b0='NQKU2GUCKPHJ8BP15M1B2O6VBF29' where id=4;
-update noar tt set v0='VEPYIS3XNWF' where id=4;
-update noar ti set v0='VEPYIS3XNWF' where id=4;
-update noar tt set b1='A6MSVJZF9BPUS2MRZVYR61LG3' where id=4;
-update noar ti set b1='A6MSVJZF9BPUS2MRZVYR61LG3' where id=4;
-update noar tt set v0='DAESI1GVZV5I8E7Y7A4LW8E0OV' where id=4;
-update noar ti set v0='DAESI1GVZV5I8E7Y7A4LW8E0OV' where id=4;
-update noar tt set b2='6ORP9' where id=4;
-update noar ti set b2='6ORP9' where id=4;
-update noar tt set v0='KQK00LMBM42A' where id=5;
-update noar ti set v0='KQK00LMBM42A' where id=5;
-update noar tt set b0='XEVYZCWFKT4TSOTXVE3O3VL7B' where id=5;
-update noar ti set b0='XEVYZCWFKT4TSOTXVE3O3VL7B' where id=5;
-update noar tt set v0='VSG14N0REDW' where id=5;
-update noar ti set v0='VSG14N0REDW' where id=5;
-update noar tt set b1='I29HIB0L8TMPU8YKQ146' where id=5;
-update noar ti set b1='I29HIB0L8TMPU8YKQ146' where id=5;
-update noar tt set v0='0CUA7XOPXVJ66ZHFL43SQ8BITRBG8' where id=5;
-update noar ti set v0='0CUA7XOPXVJ66ZHFL43SQ8BITRBG8' where id=5;
-update noar tt set b2='QDQBGT' where id=5;
-update noar ti set b2='QDQBGT' where id=5;
-update noar tt set v0='AXUJ' where id=6;
-update noar ti set v0='AXUJ' where id=6;
-update noar tt set b0='6KVRFRJ9ZD1647' where id=6;
-update noar ti set b0='6KVRFRJ9ZD1647' where id=6;
-update noar tt set v0='VYVOYKY' where id=6;
-update noar ti set v0='VYVOYKY' where id=6;
-update noar tt set b1='K0SK' where id=6;
-update noar ti set b1='K0SK' where id=6;
-update noar tt set v0='70040D81WJSOUYQAJDZ5Q1VPXCGG' where id=6;
-update noar ti set v0='70040D81WJSOUYQAJDZ5Q1VPXCGG' where id=6;
-update noar tt set b2='HZ' where id=6;
-update noar ti set b2='HZ' where id=6;
-update noar tt set v0='NTYB9VB9QWY0QPW0HLWA38' where id=7;
-update noar ti set v0='NTYB9VB9QWY0QPW0HLWA38' where id=7;
-update noar tt set b0='SE8G7OYYORSJXZ' where id=7;
-update noar ti set b0='SE8G7OYYORSJXZ' where id=7;
-update noar tt set v0='QMLE6CXXCLSVB' where id=7;
-update noar ti set v0='QMLE6CXXCLSVB' where id=7;
-update noar tt set b1='CHP77LJWJQB1I076U4DWXX4M' where id=7;
-update noar ti set b1='CHP77LJWJQB1I076U4DWXX4M' where id=7;
-update noar tt set v0='OU1OE5' where id=7;
-update noar ti set v0='OU1OE5' where id=7;
-update noar tt set b2='6ICDHU6MBIBOVRIPH9EHZRXERBNS' where id=7;
-update noar ti set b2='6ICDHU6MBIBOVRIPH9EHZRXERBNS' where id=7;
-update noar tt set v0='QB' where id=8;
-update noar ti set v0='QB' where id=8;
-update noar tt set b0='40PP83' where id=8;
-update noar ti set b0='40PP83' where id=8;
-update noar tt set v0='0DJVHDFWUDQUH6G' where id=8;
-update noar ti set v0='0DJVHDFWUDQUH6G' where id=8;
-update noar tt set b1='N02XUW50C9UZG3Y24ZECG0T67NMG0C' where id=8;
-update noar ti set b1='N02XUW50C9UZG3Y24ZECG0T67NMG0C' where id=8;
-update noar tt set v0='I4W1' where id=8;
-update noar ti set v0='I4W1' where id=8;
-update noar tt set b2='CP2R41KJPHKBACPNZ' where id=8;
-update noar ti set b2='CP2R41KJPHKBACPNZ' where id=8;
-update noar tt set v0='DFH1J14EYHYHMNPL8UX1Q4SRYNVXBRY' where id=9;
-update noar ti set v0='DFH1J14EYHYHMNPL8UX1Q4SRYNVXBRY' where id=9;
-update noar tt set b0='33J76D63WVJ' where id=9;
-update noar ti set b0='33J76D63WVJ' where id=9;
-update noar tt set v0='3N41WDAVWDN24SJD94X' where id=9;
-update noar ti set v0='3N41WDAVWDN24SJD94X' where id=9;
-update noar tt set b1='X5LXGCJ5FMN4GC26E737SWDDSWDU4H87' where id=9;
-update noar ti set b1='X5LXGCJ5FMN4GC26E737SWDDSWDU4H87' where id=9;
-update noar tt set v0='RCDMKUG' where id=9;
-update noar ti set v0='RCDMKUG' where id=9;
-update noar tt set b2='ZUQE6NCO53NUAMCI79J2V' where id=9;
-update noar ti set b2='ZUQE6NCO53NUAMCI79J2V' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) null,
- b0 longblob null,
- b1 tinyblob null,
- b2 mediumblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='IGMFUYDB0UD218GSMIUTY1H' where id=1;
-update noar ti set v0='IGMFUYDB0UD218GSMIUTY1H' where id=1;
-update noar tt set b0='NAKSD4AHH17MNU4C0R1G5LWHDHP' where id=1;
-update noar ti set b0='NAKSD4AHH17MNU4C0R1G5LWHDHP' where id=1;
-update noar tt set v0='LODP6R' where id=1;
-update noar ti set v0='LODP6R' where id=1;
-update noar tt set b1='S97PHH46QPU9SSAENQLUSCJHAX6ME' where id=1;
-update noar ti set b1='S97PHH46QPU9SSAENQLUSCJHAX6ME' where id=1;
-update noar tt set v0='KGLZL2SDLF' where id=1;
-update noar ti set v0='KGLZL2SDLF' where id=1;
-update noar tt set b2='LQOR5V8WNGV907Q7CUW51' where id=1;
-update noar ti set b2='LQOR5V8WNGV907Q7CUW51' where id=1;
-update noar tt set v0='YSRDR' where id=2;
-update noar ti set v0='YSRDR' where id=2;
-update noar tt set b0='EC1IY3VJPV5BT6S9RHLPR3RIK0P9T' where id=2;
-update noar ti set b0='EC1IY3VJPV5BT6S9RHLPR3RIK0P9T' where id=2;
-update noar tt set v0='5TQIAH62TOYG98O9AAXS73B10YGQMMG' where id=2;
-update noar ti set v0='5TQIAH62TOYG98O9AAXS73B10YGQMMG' where id=2;
-update noar tt set b1='CVGSJMQQ10A9XTYZOLTF75' where id=2;
-update noar ti set b1='CVGSJMQQ10A9XTYZOLTF75' where id=2;
-update noar tt set v0='UG61G1IU02DC' where id=2;
-update noar ti set v0='UG61G1IU02DC' where id=2;
-update noar tt set b2='IRJ627EIQNXIE2OO152N41H' where id=2;
-update noar ti set b2='IRJ627EIQNXIE2OO152N41H' where id=2;
-update noar tt set v0='RUAXU0MH' where id=3;
-update noar ti set v0='RUAXU0MH' where id=3;
-update noar tt set b0='DYQAB9S08O' where id=3;
-update noar ti set b0='DYQAB9S08O' where id=3;
-update noar tt set v0='79T1MC1AM8LWSS4JPLTM' where id=3;
-update noar ti set v0='79T1MC1AM8LWSS4JPLTM' where id=3;
-update noar tt set b1='0K838MO2IQ89' where id=3;
-update noar ti set b1='0K838MO2IQ89' where id=3;
-update noar tt set v0='U2RHCV8SD4VYMN8JXYXV9' where id=3;
-update noar ti set v0='U2RHCV8SD4VYMN8JXYXV9' where id=3;
-update noar tt set b2='BDVP168J' where id=3;
-update noar ti set b2='BDVP168J' where id=3;
-update noar tt set v0='NO8T26I920P6WHW2' where id=4;
-update noar ti set v0='NO8T26I920P6WHW2' where id=4;
-update noar tt set b0='ZB81ZCBMCEQW0QWL0UDSXQ' where id=4;
-update noar ti set b0='ZB81ZCBMCEQW0QWL0UDSXQ' where id=4;
-update noar tt set v0='923X' where id=4;
-update noar ti set v0='923X' where id=4;
-update noar tt set b1='EVV' where id=4;
-update noar ti set b1='EVV' where id=4;
-update noar tt set v0='J26PMGW0GE9O5' where id=4;
-update noar ti set v0='J26PMGW0GE9O5' where id=4;
-update noar tt set b2='EM' where id=4;
-update noar ti set b2='EM' where id=4;
-update noar tt set v0='2VVNYN6UAR7XGIVAYN3TXDRCXI' where id=5;
-update noar ti set v0='2VVNYN6UAR7XGIVAYN3TXDRCXI' where id=5;
-update noar tt set b0='28FI0Y8MXCU2CC6' where id=5;
-update noar ti set b0='28FI0Y8MXCU2CC6' where id=5;
-update noar tt set v0='BZJ42JC' where id=5;
-update noar ti set v0='BZJ42JC' where id=5;
-update noar tt set b1='Q' where id=5;
-update noar ti set b1='Q' where id=5;
-update noar tt set v0='UGY2B9' where id=5;
-update noar ti set v0='UGY2B9' where id=5;
-update noar tt set b2='ZZBK9NNA630N9FWDNV8VCC' where id=5;
-update noar ti set b2='ZZBK9NNA630N9FWDNV8VCC' where id=5;
-update noar tt set v0='60PYFUZ2KZ0U9EL2' where id=6;
-update noar ti set v0='60PYFUZ2KZ0U9EL2' where id=6;
-update noar tt set b0='E0GPNXK7PRX9XHBXCJDAD' where id=6;
-update noar ti set b0='E0GPNXK7PRX9XHBXCJDAD' where id=6;
-update noar tt set v0='M1X5T' where id=6;
-update noar ti set v0='M1X5T' where id=6;
-update noar tt set b1='JJV5SDS' where id=6;
-update noar ti set b1='JJV5SDS' where id=6;
-update noar tt set v0='29' where id=6;
-update noar ti set v0='29' where id=6;
-update noar tt set b2='9HHBDWFG1IU' where id=6;
-update noar ti set b2='9HHBDWFG1IU' where id=6;
-update noar tt set v0='UEY1BXVS41D2T3QM' where id=7;
-update noar ti set v0='UEY1BXVS41D2T3QM' where id=7;
-update noar tt set b0='Y54UF5X58AAPJJX0P6KIQFVNKNVK' where id=7;
-update noar ti set b0='Y54UF5X58AAPJJX0P6KIQFVNKNVK' where id=7;
-update noar tt set v0='IFNRKG8PG6HAX42HM7' where id=7;
-update noar ti set v0='IFNRKG8PG6HAX42HM7' where id=7;
-update noar tt set b1='6L22HQB9YGS3YQVZO' where id=7;
-update noar ti set b1='6L22HQB9YGS3YQVZO' where id=7;
-update noar tt set v0='TN5DVBFBXYSPTBS4D4RDDVMB67BIG' where id=7;
-update noar ti set v0='TN5DVBFBXYSPTBS4D4RDDVMB67BIG' where id=7;
-update noar tt set b2='85SHVJ96H5FWDMXWP' where id=7;
-update noar ti set b2='85SHVJ96H5FWDMXWP' where id=7;
-update noar tt set v0='Z5B' where id=8;
-update noar ti set v0='Z5B' where id=8;
-update noar tt set b0='XGWL9B7KW9631CD6WFTJZND7UQXAV' where id=8;
-update noar ti set b0='XGWL9B7KW9631CD6WFTJZND7UQXAV' where id=8;
-update noar tt set v0='CWLWGPLK8CXPFGPI7EB' where id=8;
-update noar ti set v0='CWLWGPLK8CXPFGPI7EB' where id=8;
-update noar tt set b1='H' where id=8;
-update noar ti set b1='H' where id=8;
-update noar tt set v0='F0DV13Q4LBKEUAKPC3NGO3ZT' where id=8;
-update noar ti set v0='F0DV13Q4LBKEUAKPC3NGO3ZT' where id=8;
-update noar tt set b2='47DOY1MIKDJTA' where id=8;
-update noar ti set b2='47DOY1MIKDJTA' where id=8;
-update noar tt set v0='IPIDSS1GA0TSF6OST3IEWEH205TS1' where id=9;
-update noar ti set v0='IPIDSS1GA0TSF6OST3IEWEH205TS1' where id=9;
-update noar tt set b0='8' where id=9;
-update noar ti set b0='8' where id=9;
-update noar tt set v0='L1YFD04D2YP9OKQ00K' where id=9;
-update noar ti set v0='L1YFD04D2YP9OKQ00K' where id=9;
-update noar tt set b1='JA58' where id=9;
-update noar ti set b1='JA58' where id=9;
-update noar tt set v0='H40W5JV3HKCXQGMF' where id=9;
-update noar ti set v0='H40W5JV3HKCXQGMF' where id=9;
-update noar tt set b2='OICEWOXTGPQLL5SBZI3COVK0' where id=9;
-update noar ti set b2='OICEWOXTGPQLL5SBZI3COVK0' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) not null,
- b0 longblob not null,
- b1 tinyblob not null,
- b2 mediumblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='PU3EM78KC13EOL243T9K4019IPRWIPT9' where id=1;
-update noar ti set v0='PU3EM78KC13EOL243T9K4019IPRWIPT9' where id=1;
-update noar tt set b0='O1EL4FXXE6HL6UB4JLDZ9GDCE0M' where id=1;
-update noar ti set b0='O1EL4FXXE6HL6UB4JLDZ9GDCE0M' where id=1;
-update noar tt set v0='ZS' where id=1;
-update noar ti set v0='ZS' where id=1;
-update noar tt set b1='5DOON491BMLHG2ESO' where id=1;
-update noar ti set b1='5DOON491BMLHG2ESO' where id=1;
-update noar tt set v0='W9MI90OM' where id=1;
-update noar ti set v0='W9MI90OM' where id=1;
-update noar tt set b2='JA9KNJ1N12K57LK54N37FPI' where id=1;
-update noar ti set b2='JA9KNJ1N12K57LK54N37FPI' where id=1;
-update noar tt set v0='K5WL57F6S2QB6UH6RDIP2VTQD1' where id=2;
-update noar ti set v0='K5WL57F6S2QB6UH6RDIP2VTQD1' where id=2;
-update noar tt set b0='YOMA9VC5QZHSWW' where id=2;
-update noar ti set b0='YOMA9VC5QZHSWW' where id=2;
-update noar tt set v0='BNBIY5QEV9ZVAQXI' where id=2;
-update noar ti set v0='BNBIY5QEV9ZVAQXI' where id=2;
-update noar tt set b1='TO9B82GFVV1SB40A88C0VL' where id=2;
-update noar ti set b1='TO9B82GFVV1SB40A88C0VL' where id=2;
-update noar tt set v0='6H3893SDBQ41MW' where id=2;
-update noar ti set v0='6H3893SDBQ41MW' where id=2;
-update noar tt set b2='3WF2LSAZ29BLJP4P5IE' where id=2;
-update noar ti set b2='3WF2LSAZ29BLJP4P5IE' where id=2;
-update noar tt set v0='FGC5A0Q9XQTOQEXFD2J' where id=3;
-update noar ti set v0='FGC5A0Q9XQTOQEXFD2J' where id=3;
-update noar tt set b0='MR4ETFEZ9MKTEM9443UDZ9MGOLL1' where id=3;
-update noar ti set b0='MR4ETFEZ9MKTEM9443UDZ9MGOLL1' where id=3;
-update noar tt set v0='EHJ3SIELU89Q' where id=3;
-update noar ti set v0='EHJ3SIELU89Q' where id=3;
-update noar tt set b1='CWHXGMDBX3' where id=3;
-update noar ti set b1='CWHXGMDBX3' where id=3;
-update noar tt set v0='3TF3QDOHS' where id=3;
-update noar ti set v0='3TF3QDOHS' where id=3;
-update noar tt set b2='M3YKPTO5H4C6PP6X0TXF5Q' where id=3;
-update noar ti set b2='M3YKPTO5H4C6PP6X0TXF5Q' where id=3;
-update noar tt set v0='CWHXBTFQJHNCPCM8DXIPFP' where id=4;
-update noar ti set v0='CWHXBTFQJHNCPCM8DXIPFP' where id=4;
-update noar tt set b0='NQ4G3ZC6HGAETFG7KKI0SLWXA642' where id=4;
-update noar ti set b0='NQ4G3ZC6HGAETFG7KKI0SLWXA642' where id=4;
-update noar tt set v0='NZS92FP4JBZF' where id=4;
-update noar ti set v0='NZS92FP4JBZF' where id=4;
-update noar tt set b1='P88E' where id=4;
-update noar ti set b1='P88E' where id=4;
-update noar tt set v0='TKSX7PY30C4U0XMU3L6W5YE4UVL' where id=4;
-update noar ti set v0='TKSX7PY30C4U0XMU3L6W5YE4UVL' where id=4;
-update noar tt set b2='MFEKKPG' where id=4;
-update noar ti set b2='MFEKKPG' where id=4;
-update noar tt set v0='C6URJHA60YKGW1I7KURHMPN9004LCL' where id=5;
-update noar ti set v0='C6URJHA60YKGW1I7KURHMPN9004LCL' where id=5;
-update noar tt set b0='Q8R3IJUM02Y2WEDL6UY61N5K02EZJRTA' where id=5;
-update noar ti set b0='Q8R3IJUM02Y2WEDL6UY61N5K02EZJRTA' where id=5;
-update noar tt set v0='94T3FOLJCXXWGM' where id=5;
-update noar ti set v0='94T3FOLJCXXWGM' where id=5;
-update noar tt set b1='LKO3' where id=5;
-update noar ti set b1='LKO3' where id=5;
-update noar tt set v0='IML7U3CCMJWATB' where id=5;
-update noar ti set v0='IML7U3CCMJWATB' where id=5;
-update noar tt set b2='IRZGRE' where id=5;
-update noar ti set b2='IRZGRE' where id=5;
-update noar tt set v0='SCAS7O8V7XQER' where id=6;
-update noar ti set v0='SCAS7O8V7XQER' where id=6;
-update noar tt set b0='GYWPLARQZ19TWMKKPV9RXXRRIX' where id=6;
-update noar ti set b0='GYWPLARQZ19TWMKKPV9RXXRRIX' where id=6;
-update noar tt set v0='M744VJHSRQVPSB6Z8M46TGMDOMH2LMT8' where id=6;
-update noar ti set v0='M744VJHSRQVPSB6Z8M46TGMDOMH2LMT8' where id=6;
-update noar tt set b1='M7HADTIAYFFZ2CZA3JRW48GI6' where id=6;
-update noar ti set b1='M7HADTIAYFFZ2CZA3JRW48GI6' where id=6;
-update noar tt set v0='L2NBU13U2JUQNSFTR2L' where id=6;
-update noar ti set v0='L2NBU13U2JUQNSFTR2L' where id=6;
-update noar tt set b2='DE1246A53PW4EF0K3VMIL5G' where id=6;
-update noar ti set b2='DE1246A53PW4EF0K3VMIL5G' where id=6;
-update noar tt set v0='9J79ZA0WS33TSPQ7BUJCABZ' where id=7;
-update noar ti set v0='9J79ZA0WS33TSPQ7BUJCABZ' where id=7;
-update noar tt set b0='P3' where id=7;
-update noar ti set b0='P3' where id=7;
-update noar tt set v0='BPBPYRZ5557DD3SUD' where id=7;
-update noar ti set v0='BPBPYRZ5557DD3SUD' where id=7;
-update noar tt set b1='P60SQ1UJO40J00TP' where id=7;
-update noar ti set b1='P60SQ1UJO40J00TP' where id=7;
-update noar tt set v0='LC1RB9ENHEKJ4' where id=7;
-update noar ti set v0='LC1RB9ENHEKJ4' where id=7;
-update noar tt set b2='K287TBFS03Q6SSEEC42LTZNHR' where id=7;
-update noar ti set b2='K287TBFS03Q6SSEEC42LTZNHR' where id=7;
-update noar tt set v0='ZTL4RJDSV5UU8D4YTLF38825PVFH42' where id=8;
-update noar ti set v0='ZTL4RJDSV5UU8D4YTLF38825PVFH42' where id=8;
-update noar tt set b0='BAMXRTMNSY3F4SWXQYZVZQO83DVZVXD0' where id=8;
-update noar ti set b0='BAMXRTMNSY3F4SWXQYZVZQO83DVZVXD0' where id=8;
-update noar tt set v0='U5JFGIIHE8T7OYRYECDB6SOZRDZ1R' where id=8;
-update noar ti set v0='U5JFGIIHE8T7OYRYECDB6SOZRDZ1R' where id=8;
-update noar tt set b1='ZCCJCA6ADQJTB09W0I8W3HNME' where id=8;
-update noar ti set b1='ZCCJCA6ADQJTB09W0I8W3HNME' where id=8;
-update noar tt set v0='7QAXCDCJSRBWTS7LHFC2ZH' where id=8;
-update noar ti set v0='7QAXCDCJSRBWTS7LHFC2ZH' where id=8;
-update noar tt set b2='99N2UPRFUGZ0DH' where id=8;
-update noar ti set b2='99N2UPRFUGZ0DH' where id=8;
-update noar tt set v0='IYK6UQA' where id=9;
-update noar ti set v0='IYK6UQA' where id=9;
-update noar tt set b0='EPQ51VE7P4H9T721Q89XFI8NRHL7S3M' where id=9;
-update noar ti set b0='EPQ51VE7P4H9T721Q89XFI8NRHL7S3M' where id=9;
-update noar tt set v0='OXWX5PWC7R0ZWJKZKTDROF' where id=9;
-update noar ti set v0='OXWX5PWC7R0ZWJKZKTDROF' where id=9;
-update noar tt set b1='SAAXXBPEISOGETTZWTCL' where id=9;
-update noar ti set b1='SAAXXBPEISOGETTZWTCL' where id=9;
-update noar tt set v0='A0FTT95ECJ9A7M9CBVXDURG' where id=9;
-update noar ti set v0='A0FTT95ECJ9A7M9CBVXDURG' where id=9;
-update noar tt set b2='TJ42' where id=9;
-update noar ti set b2='TJ42' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) not null,
- b0 longblob not null,
- b1 tinyblob not null,
- b2 mediumblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='EDGZ' where id=1;
-update noar ti set v0='EDGZ' where id=1;
-update noar tt set b0='LY1ZQXGR5VZCG' where id=1;
-update noar ti set b0='LY1ZQXGR5VZCG' where id=1;
-update noar tt set v0='1WCOIK6IX1' where id=1;
-update noar ti set v0='1WCOIK6IX1' where id=1;
-update noar tt set b1='UXML1V' where id=1;
-update noar ti set b1='UXML1V' where id=1;
-update noar tt set v0='Q58HLME7JQQR7Q09S' where id=1;
-update noar ti set v0='Q58HLME7JQQR7Q09S' where id=1;
-update noar tt set b2='J19SCMYZXROWONP5' where id=1;
-update noar ti set b2='J19SCMYZXROWONP5' where id=1;
-update noar tt set v0='Q3WCQBSGBGPO7' where id=2;
-update noar ti set v0='Q3WCQBSGBGPO7' where id=2;
-update noar tt set b0='EXOLCMZSGKVB1MH8VFZ08528CQXUWFN' where id=2;
-update noar ti set b0='EXOLCMZSGKVB1MH8VFZ08528CQXUWFN' where id=2;
-update noar tt set v0='4PT' where id=2;
-update noar ti set v0='4PT' where id=2;
-update noar tt set b1='TI4ND0PN5C' where id=2;
-update noar ti set b1='TI4ND0PN5C' where id=2;
-update noar tt set v0='DZXS' where id=2;
-update noar ti set v0='DZXS' where id=2;
-update noar tt set b2='G7OUN4L43' where id=2;
-update noar ti set b2='G7OUN4L43' where id=2;
-update noar tt set v0='URLY1C4ACI5GCXO4CXX' where id=3;
-update noar ti set v0='URLY1C4ACI5GCXO4CXX' where id=3;
-update noar tt set b0='8VEB2' where id=3;
-update noar ti set b0='8VEB2' where id=3;
-update noar tt set v0='77IY79DQ78MPKS2XZ5ZHI2D32O6GC' where id=3;
-update noar ti set v0='77IY79DQ78MPKS2XZ5ZHI2D32O6GC' where id=3;
-update noar tt set b1='PMWL2CZXV17YH1OOFVOGZ5OUH331' where id=3;
-update noar ti set b1='PMWL2CZXV17YH1OOFVOGZ5OUH331' where id=3;
-update noar tt set v0='3LXWSFYZLAH3MR8PDIBX3MX' where id=3;
-update noar ti set v0='3LXWSFYZLAH3MR8PDIBX3MX' where id=3;
-update noar tt set b2='X3S7GUZJ1' where id=3;
-update noar ti set b2='X3S7GUZJ1' where id=3;
-update noar tt set v0='1W9S8' where id=4;
-update noar ti set v0='1W9S8' where id=4;
-update noar tt set b0='USZE17MLNOXAJE0FFZ8EVTUCTTZYJ9XH' where id=4;
-update noar ti set b0='USZE17MLNOXAJE0FFZ8EVTUCTTZYJ9XH' where id=4;
-update noar tt set v0='N0U8QCM0EN8HRO34HEYNHW4Z' where id=4;
-update noar ti set v0='N0U8QCM0EN8HRO34HEYNHW4Z' where id=4;
-update noar tt set b1='7RXWG4BW36Y54041ZZXA7IIP4GMCDJFA' where id=4;
-update noar ti set b1='7RXWG4BW36Y54041ZZXA7IIP4GMCDJFA' where id=4;
-update noar tt set v0='EKPT46X2S7VOX1ONCVEGFEL5BWUL' where id=4;
-update noar ti set v0='EKPT46X2S7VOX1ONCVEGFEL5BWUL' where id=4;
-update noar tt set b2='GZ04H5FE0HRQT38XBQVVR4RD2L7A' where id=4;
-update noar ti set b2='GZ04H5FE0HRQT38XBQVVR4RD2L7A' where id=4;
-update noar tt set v0='9EWYHRP0D8' where id=5;
-update noar ti set v0='9EWYHRP0D8' where id=5;
-update noar tt set b0='LPGD' where id=5;
-update noar ti set b0='LPGD' where id=5;
-update noar tt set v0='XG7BF8KE' where id=5;
-update noar ti set v0='XG7BF8KE' where id=5;
-update noar tt set b1='U5GPP2BCJO9N1WYP30' where id=5;
-update noar ti set b1='U5GPP2BCJO9N1WYP30' where id=5;
-update noar tt set v0='UV5XL42YUWWXG' where id=5;
-update noar ti set v0='UV5XL42YUWWXG' where id=5;
-update noar tt set b2='7MN5NZD36Q96W9E' where id=5;
-update noar ti set b2='7MN5NZD36Q96W9E' where id=5;
-update noar tt set v0='AGCT3IRDSD3PWB5AL3WJMPW6K2W0' where id=6;
-update noar ti set v0='AGCT3IRDSD3PWB5AL3WJMPW6K2W0' where id=6;
-update noar tt set b0='VO' where id=6;
-update noar ti set b0='VO' where id=6;
-update noar tt set v0='Y6' where id=6;
-update noar ti set v0='Y6' where id=6;
-update noar tt set b1='9CFEKCL301KCECC0BIN6JZ5ODKKXVT9R' where id=6;
-update noar ti set b1='9CFEKCL301KCECC0BIN6JZ5ODKKXVT9R' where id=6;
-update noar tt set v0='S5FKO2KP' where id=6;
-update noar ti set v0='S5FKO2KP' where id=6;
-update noar tt set b2='R' where id=6;
-update noar ti set b2='R' where id=6;
-update noar tt set v0='87TAH6H3QYRC99KJV2KRK469F' where id=7;
-update noar ti set v0='87TAH6H3QYRC99KJV2KRK469F' where id=7;
-update noar tt set b0='FSPDL686DJ' where id=7;
-update noar ti set b0='FSPDL686DJ' where id=7;
-update noar tt set v0='C3FP17RHYLQJ04BMRK8' where id=7;
-update noar ti set v0='C3FP17RHYLQJ04BMRK8' where id=7;
-update noar tt set b1='J4RDQJY7MXR8Q9D' where id=7;
-update noar ti set b1='J4RDQJY7MXR8Q9D' where id=7;
-update noar tt set v0='DEV' where id=7;
-update noar ti set v0='DEV' where id=7;
-update noar tt set b2='5TTD5X7LUE9F1GAO32P1CSUCJ' where id=7;
-update noar ti set b2='5TTD5X7LUE9F1GAO32P1CSUCJ' where id=7;
-update noar tt set v0='A4PHIJ1GOWESVUQURKMR' where id=8;
-update noar ti set v0='A4PHIJ1GOWESVUQURKMR' where id=8;
-update noar tt set b0='5VU3ZUUBTIF8TLU3SNZ35FWATBR96' where id=8;
-update noar ti set b0='5VU3ZUUBTIF8TLU3SNZ35FWATBR96' where id=8;
-update noar tt set v0='12VJKL4HGDCWWNHD' where id=8;
-update noar ti set v0='12VJKL4HGDCWWNHD' where id=8;
-update noar tt set b1='7YI' where id=8;
-update noar ti set b1='7YI' where id=8;
-update noar tt set v0='KIJG51BVAVB' where id=8;
-update noar ti set v0='KIJG51BVAVB' where id=8;
-update noar tt set b2='I0ED9S52N7BGL' where id=8;
-update noar ti set b2='I0ED9S52N7BGL' where id=8;
-update noar tt set v0='XXARA4LJ' where id=9;
-update noar ti set v0='XXARA4LJ' where id=9;
-update noar tt set b0='PAOK10M2KCW47HL5LP41TYEH3KSEGBQ' where id=9;
-update noar ti set b0='PAOK10M2KCW47HL5LP41TYEH3KSEGBQ' where id=9;
-update noar tt set v0='7' where id=9;
-update noar ti set v0='7' where id=9;
-update noar tt set b1='2OPAV4T6YIFJ0A5IURKFCLSH6' where id=9;
-update noar ti set b1='2OPAV4T6YIFJ0A5IURKFCLSH6' where id=9;
-update noar tt set v0='SM3KD9E1499042WLSJL' where id=9;
-update noar ti set v0='SM3KD9E1499042WLSJL' where id=9;
-update noar tt set b2='ZYZRERVCZYTT07BHP9YAIDG' where id=9;
-update noar ti set b2='ZYZRERVCZYTT07BHP9YAIDG' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) null,
- b0 longblob null,
- b1 tinyblob null,
- b2 longblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='RPULX62LW9PWNL1BBV' where id=1;
-update noar ti set v0='RPULX62LW9PWNL1BBV' where id=1;
-update noar tt set b0='EBN6H433WR' where id=1;
-update noar ti set b0='EBN6H433WR' where id=1;
-update noar tt set v0='60NROLQQ' where id=1;
-update noar ti set v0='60NROLQQ' where id=1;
-update noar tt set b1='GWKLRG9MUHC75DF0XL1JPC1N' where id=1;
-update noar ti set b1='GWKLRG9MUHC75DF0XL1JPC1N' where id=1;
-update noar tt set v0='LCT' where id=1;
-update noar ti set v0='LCT' where id=1;
-update noar tt set b2='GI5KZZ99EBI40COB8MF' where id=1;
-update noar ti set b2='GI5KZZ99EBI40COB8MF' where id=1;
-update noar tt set v0='5KIKJIPI2O' where id=2;
-update noar ti set v0='5KIKJIPI2O' where id=2;
-update noar tt set b0='6FPOWKKA7T453RNKFDZEA' where id=2;
-update noar ti set b0='6FPOWKKA7T453RNKFDZEA' where id=2;
-update noar tt set v0='9P8EWPCORITZOW120GXQKB120UO2Y5C' where id=2;
-update noar ti set v0='9P8EWPCORITZOW120GXQKB120UO2Y5C' where id=2;
-update noar tt set b1='U1EG0N56F8B9LPK6NY' where id=2;
-update noar ti set b1='U1EG0N56F8B9LPK6NY' where id=2;
-update noar tt set v0='VAI' where id=2;
-update noar ti set v0='VAI' where id=2;
-update noar tt set b2='JERVQIXJAIW0MO7112GW' where id=2;
-update noar ti set b2='JERVQIXJAIW0MO7112GW' where id=2;
-update noar tt set v0='U6Z' where id=3;
-update noar ti set v0='U6Z' where id=3;
-update noar tt set b0='DKV6A4' where id=3;
-update noar ti set b0='DKV6A4' where id=3;
-update noar tt set v0='G1PU5MW3D1VNOIW4' where id=3;
-update noar ti set v0='G1PU5MW3D1VNOIW4' where id=3;
-update noar tt set b1='KMEQVKZN8PS9J1HIG8WTJGV' where id=3;
-update noar ti set b1='KMEQVKZN8PS9J1HIG8WTJGV' where id=3;
-update noar tt set v0='G19NBCB' where id=3;
-update noar ti set v0='G19NBCB' where id=3;
-update noar tt set b2='X4O' where id=3;
-update noar ti set b2='X4O' where id=3;
-update noar tt set v0='HYZ66QZUP4616J63S3HI7PADW1XF' where id=4;
-update noar ti set v0='HYZ66QZUP4616J63S3HI7PADW1XF' where id=4;
-update noar tt set b0='A69A2R5RHBQW4G8DOYPD325N9E2O' where id=4;
-update noar ti set b0='A69A2R5RHBQW4G8DOYPD325N9E2O' where id=4;
-update noar tt set v0='3W6WSQHAV3UQ3KNIKGVCJKSU6859ECV' where id=4;
-update noar ti set v0='3W6WSQHAV3UQ3KNIKGVCJKSU6859ECV' where id=4;
-update noar tt set b1='ARGOPXPZ9ZZRNMKVJ4E1J5Y49' where id=4;
-update noar ti set b1='ARGOPXPZ9ZZRNMKVJ4E1J5Y49' where id=4;
-update noar tt set v0='SWL9BUMAZOWZQPOTVJWH' where id=4;
-update noar ti set v0='SWL9BUMAZOWZQPOTVJWH' where id=4;
-update noar tt set b2='JC0JMDLMA' where id=4;
-update noar ti set b2='JC0JMDLMA' where id=4;
-update noar tt set v0='OWM2KBXJKS033BE4MS17IX' where id=5;
-update noar ti set v0='OWM2KBXJKS033BE4MS17IX' where id=5;
-update noar tt set b0='XSWV23J92G16F' where id=5;
-update noar ti set b0='XSWV23J92G16F' where id=5;
-update noar tt set v0='BE5ZN0HOB5XRA8N8780V1JXI0' where id=5;
-update noar ti set v0='BE5ZN0HOB5XRA8N8780V1JXI0' where id=5;
-update noar tt set b1='OYL1R79EVXBUNHOF3DMA0UIQV94' where id=5;
-update noar ti set b1='OYL1R79EVXBUNHOF3DMA0UIQV94' where id=5;
-update noar tt set v0='CWB06LM81LYJO9P1MJMLY743OVA0D8P' where id=5;
-update noar ti set v0='CWB06LM81LYJO9P1MJMLY743OVA0D8P' where id=5;
-update noar tt set b2='T8VO7Z72AVLOIHFH' where id=5;
-update noar ti set b2='T8VO7Z72AVLOIHFH' where id=5;
-update noar tt set v0='JIJ' where id=6;
-update noar ti set v0='JIJ' where id=6;
-update noar tt set b0='V382QTI0XDOHNMBHASS' where id=6;
-update noar ti set b0='V382QTI0XDOHNMBHASS' where id=6;
-update noar tt set v0='PHDU8W5R9WSBVV' where id=6;
-update noar ti set v0='PHDU8W5R9WSBVV' where id=6;
-update noar tt set b1='C0' where id=6;
-update noar ti set b1='C0' where id=6;
-update noar tt set v0='HMZSR5CLHHRPXC67' where id=6;
-update noar ti set v0='HMZSR5CLHHRPXC67' where id=6;
-update noar tt set b2='2LEXRJ' where id=6;
-update noar ti set b2='2LEXRJ' where id=6;
-update noar tt set v0='C5UEJCZ44ZSKWASGCHOCZS5XPI' where id=7;
-update noar ti set v0='C5UEJCZ44ZSKWASGCHOCZS5XPI' where id=7;
-update noar tt set b0='NSJ32ESFTEURC8Q1QUISI3Q' where id=7;
-update noar ti set b0='NSJ32ESFTEURC8Q1QUISI3Q' where id=7;
-update noar tt set v0='U9A6JGW3F1QERDQKC' where id=7;
-update noar ti set v0='U9A6JGW3F1QERDQKC' where id=7;
-update noar tt set b1='A4QS9VL' where id=7;
-update noar ti set b1='A4QS9VL' where id=7;
-update noar tt set v0='T90E75CMRO2MLLSQ0A736U2RQYZH' where id=7;
-update noar ti set v0='T90E75CMRO2MLLSQ0A736U2RQYZH' where id=7;
-update noar tt set b2='JEY07ZTACQSBJ5EMAP8N' where id=7;
-update noar ti set b2='JEY07ZTACQSBJ5EMAP8N' where id=7;
-update noar tt set v0='107OUA94OD61MYZKSWWED5HZ13H9U5' where id=8;
-update noar ti set v0='107OUA94OD61MYZKSWWED5HZ13H9U5' where id=8;
-update noar tt set b0='2TTWCMPE38E' where id=8;
-update noar ti set b0='2TTWCMPE38E' where id=8;
-update noar tt set v0='YTY0086ZWN3MLYD9' where id=8;
-update noar ti set v0='YTY0086ZWN3MLYD9' where id=8;
-update noar tt set b1='SVV9MHT0T11KZHMW1MD2LSY37JI' where id=8;
-update noar ti set b1='SVV9MHT0T11KZHMW1MD2LSY37JI' where id=8;
-update noar tt set v0='4K6QCBNS3MBNPHI1XD1ZCIC8J47B18UD' where id=8;
-update noar ti set v0='4K6QCBNS3MBNPHI1XD1ZCIC8J47B18UD' where id=8;
-update noar tt set b2='8J9DMSY8YQUT28SJUIVLD' where id=8;
-update noar ti set b2='8J9DMSY8YQUT28SJUIVLD' where id=8;
-update noar tt set v0='9AG61GUQBY8XNS' where id=9;
-update noar ti set v0='9AG61GUQBY8XNS' where id=9;
-update noar tt set b0='2FOE7XGXRRXZ0CP2CB1XF7Y' where id=9;
-update noar ti set b0='2FOE7XGXRRXZ0CP2CB1XF7Y' where id=9;
-update noar tt set v0='ATK4K28K' where id=9;
-update noar ti set v0='ATK4K28K' where id=9;
-update noar tt set b1='KENHIFIEMDMC' where id=9;
-update noar ti set b1='KENHIFIEMDMC' where id=9;
-update noar tt set v0='QETX6P2KHF77839KVZEUZFX6MRV' where id=9;
-update noar ti set v0='QETX6P2KHF77839KVZEUZFX6MRV' where id=9;
-update noar tt set b2='GWPCEJ7Z3477H9QRG' where id=9;
-update noar ti set b2='GWPCEJ7Z3477H9QRG' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) null,
- b0 longblob null,
- b1 tinyblob null,
- b2 longblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='58BLDTUHYA3L9SSP455H1' where id=1;
-update noar ti set v0='58BLDTUHYA3L9SSP455H1' where id=1;
-update noar tt set b0='5AAQ6W7ZXBB25WA2HH4' where id=1;
-update noar ti set b0='5AAQ6W7ZXBB25WA2HH4' where id=1;
-update noar tt set v0='Y4IMF' where id=1;
-update noar ti set v0='Y4IMF' where id=1;
-update noar tt set b1='NM72EQ9ONP' where id=1;
-update noar ti set b1='NM72EQ9ONP' where id=1;
-update noar tt set v0='M6' where id=1;
-update noar ti set v0='M6' where id=1;
-update noar tt set b2='Z48P1N9PHFQX3' where id=1;
-update noar ti set b2='Z48P1N9PHFQX3' where id=1;
-update noar tt set v0='4EUQXPC3FPCGGT3' where id=2;
-update noar ti set v0='4EUQXPC3FPCGGT3' where id=2;
-update noar tt set b0='91SLTZYN3' where id=2;
-update noar ti set b0='91SLTZYN3' where id=2;
-update noar tt set v0='WAEH1BDR9' where id=2;
-update noar ti set v0='WAEH1BDR9' where id=2;
-update noar tt set b1='G5LYTOO3BUPN2YMPCOOG224VHFDV5B' where id=2;
-update noar ti set b1='G5LYTOO3BUPN2YMPCOOG224VHFDV5B' where id=2;
-update noar tt set v0='3Q9OTAOFAEUKMTNXGAAR' where id=2;
-update noar ti set v0='3Q9OTAOFAEUKMTNXGAAR' where id=2;
-update noar tt set b2='SOZXB0T23OOJ' where id=2;
-update noar ti set b2='SOZXB0T23OOJ' where id=2;
-update noar tt set v0='VBTA34YD' where id=3;
-update noar ti set v0='VBTA34YD' where id=3;
-update noar tt set b0='MWN05PD8' where id=3;
-update noar ti set b0='MWN05PD8' where id=3;
-update noar tt set v0='L62NDWVIUX5ZX1ACNC3SIAT1' where id=3;
-update noar ti set v0='L62NDWVIUX5ZX1ACNC3SIAT1' where id=3;
-update noar tt set b1='ECEI' where id=3;
-update noar ti set b1='ECEI' where id=3;
-update noar tt set v0='C6' where id=3;
-update noar ti set v0='C6' where id=3;
-update noar tt set b2='8P5H68F' where id=3;
-update noar ti set b2='8P5H68F' where id=3;
-update noar tt set v0='3FICLOL8BJTD7SXE' where id=4;
-update noar ti set v0='3FICLOL8BJTD7SXE' where id=4;
-update noar tt set b0='Y7KL5NS9LEXDQ2KKTT2DHL4816' where id=4;
-update noar ti set b0='Y7KL5NS9LEXDQ2KKTT2DHL4816' where id=4;
-update noar tt set v0='U26ZCEPQJ5OFB' where id=4;
-update noar ti set v0='U26ZCEPQJ5OFB' where id=4;
-update noar tt set b1='YFM8S' where id=4;
-update noar ti set b1='YFM8S' where id=4;
-update noar tt set v0='W7Y1Q9F0J0T6SS9IGL012WT' where id=4;
-update noar ti set v0='W7Y1Q9F0J0T6SS9IGL012WT' where id=4;
-update noar tt set b2='PPK' where id=4;
-update noar ti set b2='PPK' where id=4;
-update noar tt set v0='Z5RSICBC2X5B2ACKDR193O56' where id=5;
-update noar ti set v0='Z5RSICBC2X5B2ACKDR193O56' where id=5;
-update noar tt set b0='RE213' where id=5;
-update noar ti set b0='RE213' where id=5;
-update noar tt set v0='TZ' where id=5;
-update noar ti set v0='TZ' where id=5;
-update noar tt set b1='J6' where id=5;
-update noar ti set b1='J6' where id=5;
-update noar tt set v0='OL1VSJ51WE9V1P7' where id=5;
-update noar ti set v0='OL1VSJ51WE9V1P7' where id=5;
-update noar tt set b2='S' where id=5;
-update noar ti set b2='S' where id=5;
-update noar tt set v0='4X7OIPGWT9966Y7UMWEFGPEU3JS' where id=6;
-update noar ti set v0='4X7OIPGWT9966Y7UMWEFGPEU3JS' where id=6;
-update noar tt set b0='BB7SVEU7Z5LDJ9DLM5' where id=6;
-update noar ti set b0='BB7SVEU7Z5LDJ9DLM5' where id=6;
-update noar tt set v0='CMPL5ODE8KGFYMX4X' where id=6;
-update noar ti set v0='CMPL5ODE8KGFYMX4X' where id=6;
-update noar tt set b1='A8LT6A2389RXW8TWZV711R2LFBHPYZ' where id=6;
-update noar ti set b1='A8LT6A2389RXW8TWZV711R2LFBHPYZ' where id=6;
-update noar tt set v0='W0E6GTBF' where id=6;
-update noar ti set v0='W0E6GTBF' where id=6;
-update noar tt set b2='R8MP28VSR5A8F2FBQ4OT5RJZ2F27OLK' where id=6;
-update noar ti set b2='R8MP28VSR5A8F2FBQ4OT5RJZ2F27OLK' where id=6;
-update noar tt set v0='6D3U9MM3K6QXQM3QFT7YBNSMY145TS' where id=7;
-update noar ti set v0='6D3U9MM3K6QXQM3QFT7YBNSMY145TS' where id=7;
-update noar tt set b0='O1A00MQB10MI8' where id=7;
-update noar ti set b0='O1A00MQB10MI8' where id=7;
-update noar tt set v0='DQMRXZY1QLUXO0SAJLE8B' where id=7;
-update noar ti set v0='DQMRXZY1QLUXO0SAJLE8B' where id=7;
-update noar tt set b1='QL59' where id=7;
-update noar ti set b1='QL59' where id=7;
-update noar tt set v0='FR1IISP7H0EZE1BKUM8OC' where id=7;
-update noar ti set v0='FR1IISP7H0EZE1BKUM8OC' where id=7;
-update noar tt set b2='5DLR63GH6D1HNTR1GH' where id=7;
-update noar ti set b2='5DLR63GH6D1HNTR1GH' where id=7;
-update noar tt set v0='B6HLS9E2I63HRS62BQ5' where id=8;
-update noar ti set v0='B6HLS9E2I63HRS62BQ5' where id=8;
-update noar tt set b0='M9B7QL297VR9RG9SZGT0MNEO' where id=8;
-update noar ti set b0='M9B7QL297VR9RG9SZGT0MNEO' where id=8;
-update noar tt set v0='0PFH3UIO4S4MF1VPG4ODF51Y5HVZ0WS' where id=8;
-update noar ti set v0='0PFH3UIO4S4MF1VPG4ODF51Y5HVZ0WS' where id=8;
-update noar tt set b1='3G9R3JMB194T3UBMOS0GI5KY' where id=8;
-update noar ti set b1='3G9R3JMB194T3UBMOS0GI5KY' where id=8;
-update noar tt set v0='TGBG4QLZO18CL9XF6LCD2' where id=8;
-update noar ti set v0='TGBG4QLZO18CL9XF6LCD2' where id=8;
-update noar tt set b2='7M3XU0L4PD1Y8ABNLZLR3OS' where id=8;
-update noar ti set b2='7M3XU0L4PD1Y8ABNLZLR3OS' where id=8;
-update noar tt set v0='31OMU1T13401V5NUK' where id=9;
-update noar ti set v0='31OMU1T13401V5NUK' where id=9;
-update noar tt set b0='PQ3HSSEWF4O164ZAT' where id=9;
-update noar ti set b0='PQ3HSSEWF4O164ZAT' where id=9;
-update noar tt set v0='AFAUHUC' where id=9;
-update noar ti set v0='AFAUHUC' where id=9;
-update noar tt set b1='5VDUXHIGXINJAX2BPJLQH4U5SV5' where id=9;
-update noar ti set b1='5VDUXHIGXINJAX2BPJLQH4U5SV5' where id=9;
-update noar tt set v0='YP' where id=9;
-update noar ti set v0='YP' where id=9;
-update noar tt set b2='4U5F6DOHHLIXCSJCWIK5ZILOY63Y5' where id=9;
-update noar ti set b2='4U5F6DOHHLIXCSJCWIK5ZILOY63Y5' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) not null,
- b0 longblob not null,
- b1 tinyblob not null,
- b2 longblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='PFZI1ZDQWRW79BR' where id=1;
-update noar ti set v0='PFZI1ZDQWRW79BR' where id=1;
-update noar tt set b0='ZY4' where id=1;
-update noar ti set b0='ZY4' where id=1;
-update noar tt set v0='NCWVA3LUVESHQ046HQI1VLHRAU38YA0' where id=1;
-update noar ti set v0='NCWVA3LUVESHQ046HQI1VLHRAU38YA0' where id=1;
-update noar tt set b1='DBW5MIYOW66JF' where id=1;
-update noar ti set b1='DBW5MIYOW66JF' where id=1;
-update noar tt set v0='BTJ8P0F7Z9A55BG17QMGH0URYIN' where id=1;
-update noar ti set v0='BTJ8P0F7Z9A55BG17QMGH0URYIN' where id=1;
-update noar tt set b2='LCUB' where id=1;
-update noar ti set b2='LCUB' where id=1;
-update noar tt set v0='1Q3G' where id=2;
-update noar ti set v0='1Q3G' where id=2;
-update noar tt set b0='6V7DPI' where id=2;
-update noar ti set b0='6V7DPI' where id=2;
-update noar tt set v0='Q2EEOCM7TZKRM9DM' where id=2;
-update noar ti set v0='Q2EEOCM7TZKRM9DM' where id=2;
-update noar tt set b1='19RO1G' where id=2;
-update noar ti set b1='19RO1G' where id=2;
-update noar tt set v0='GK4ERLUA2VYO' where id=2;
-update noar ti set v0='GK4ERLUA2VYO' where id=2;
-update noar tt set b2='LR8F35OLYZZZ5CULEQTJ' where id=2;
-update noar ti set b2='LR8F35OLYZZZ5CULEQTJ' where id=2;
-update noar tt set v0='FJTVQ' where id=3;
-update noar ti set v0='FJTVQ' where id=3;
-update noar tt set b0='L6MH3B8YISILMLWQMEZYQ5B1UVLWOE' where id=3;
-update noar ti set b0='L6MH3B8YISILMLWQMEZYQ5B1UVLWOE' where id=3;
-update noar tt set v0='YSUUP05OQI53S1AVZSSY048WOYID04' where id=3;
-update noar ti set v0='YSUUP05OQI53S1AVZSSY048WOYID04' where id=3;
-update noar tt set b1='KFA75OEBW4MJW9N2GW' where id=3;
-update noar ti set b1='KFA75OEBW4MJW9N2GW' where id=3;
-update noar tt set v0='F68IZ0374' where id=3;
-update noar ti set v0='F68IZ0374' where id=3;
-update noar tt set b2='ZXS8XWVM35DBD' where id=3;
-update noar ti set b2='ZXS8XWVM35DBD' where id=3;
-update noar tt set v0='O57L' where id=4;
-update noar ti set v0='O57L' where id=4;
-update noar tt set b0='7X4BT8LV' where id=4;
-update noar ti set b0='7X4BT8LV' where id=4;
-update noar tt set v0='CN9YUBSTBQGUIDFM05UKAF' where id=4;
-update noar ti set v0='CN9YUBSTBQGUIDFM05UKAF' where id=4;
-update noar tt set b1='IT742DH35MG0ZZL59FD3' where id=4;
-update noar ti set b1='IT742DH35MG0ZZL59FD3' where id=4;
-update noar tt set v0='TCNJYKTBL33MLG10' where id=4;
-update noar ti set v0='TCNJYKTBL33MLG10' where id=4;
-update noar tt set b2='HZ5CHOJ7K6CB7LD15N62TO4YEM7BG3' where id=4;
-update noar ti set b2='HZ5CHOJ7K6CB7LD15N62TO4YEM7BG3' where id=4;
-update noar tt set v0='AGW0EZFKVV' where id=5;
-update noar ti set v0='AGW0EZFKVV' where id=5;
-update noar tt set b0='3I5X9D' where id=5;
-update noar ti set b0='3I5X9D' where id=5;
-update noar tt set v0='SYTLOCLUI3PQIY2WEAO442O3' where id=5;
-update noar ti set v0='SYTLOCLUI3PQIY2WEAO442O3' where id=5;
-update noar tt set b1='HY5VK58ER70PZASX4' where id=5;
-update noar ti set b1='HY5VK58ER70PZASX4' where id=5;
-update noar tt set v0='EVCKXHJJNSCKB48XT' where id=5;
-update noar ti set v0='EVCKXHJJNSCKB48XT' where id=5;
-update noar tt set b2='5T26V6C47MOUDCXLHB9Z8N' where id=5;
-update noar ti set b2='5T26V6C47MOUDCXLHB9Z8N' where id=5;
-update noar tt set v0='A065D7RN1JT56EJQV' where id=6;
-update noar ti set v0='A065D7RN1JT56EJQV' where id=6;
-update noar tt set b0='R9KWS0UEOUZ394' where id=6;
-update noar ti set b0='R9KWS0UEOUZ394' where id=6;
-update noar tt set v0='S55FYWZQVX' where id=6;
-update noar ti set v0='S55FYWZQVX' where id=6;
-update noar tt set b1='OTMPKHQNZFJNI' where id=6;
-update noar ti set b1='OTMPKHQNZFJNI' where id=6;
-update noar tt set v0='E4P3B' where id=6;
-update noar ti set v0='E4P3B' where id=6;
-update noar tt set b2='OKQWF8P0C4S6TR05BTF1' where id=6;
-update noar ti set b2='OKQWF8P0C4S6TR05BTF1' where id=6;
-update noar tt set v0='VB6L3HT40EEOEUZ8ADDHD9YDW7LMRIH0' where id=7;
-update noar ti set v0='VB6L3HT40EEOEUZ8ADDHD9YDW7LMRIH0' where id=7;
-update noar tt set b0='GRVCDP53ZVKTH05V' where id=7;
-update noar ti set b0='GRVCDP53ZVKTH05V' where id=7;
-update noar tt set v0='BDLOGIPIRIS' where id=7;
-update noar ti set v0='BDLOGIPIRIS' where id=7;
-update noar tt set b1='7HSQVQC01PPQ' where id=7;
-update noar ti set b1='7HSQVQC01PPQ' where id=7;
-update noar tt set v0='84AX4UFWW' where id=7;
-update noar ti set v0='84AX4UFWW' where id=7;
-update noar tt set b2='IAIU' where id=7;
-update noar ti set b2='IAIU' where id=7;
-update noar tt set v0='FW3H1K4TJ9TINYXVPYZ9' where id=8;
-update noar ti set v0='FW3H1K4TJ9TINYXVPYZ9' where id=8;
-update noar tt set b0='7ZI1B' where id=8;
-update noar ti set b0='7ZI1B' where id=8;
-update noar tt set v0='CFGJD7O' where id=8;
-update noar ti set v0='CFGJD7O' where id=8;
-update noar tt set b1='XNEOK0CD5UAZO3PE631R825L7IXE' where id=8;
-update noar ti set b1='XNEOK0CD5UAZO3PE631R825L7IXE' where id=8;
-update noar tt set v0='N8498UCGW8O8ZDHXI11' where id=8;
-update noar ti set v0='N8498UCGW8O8ZDHXI11' where id=8;
-update noar tt set b2='CMOL' where id=8;
-update noar ti set b2='CMOL' where id=8;
-update noar tt set v0='003' where id=9;
-update noar ti set v0='003' where id=9;
-update noar tt set b0='8RS' where id=9;
-update noar ti set b0='8RS' where id=9;
-update noar tt set v0='OH85JETPP' where id=9;
-update noar ti set v0='OH85JETPP' where id=9;
-update noar tt set b1='GYUQAX51UEX2V' where id=9;
-update noar ti set b1='GYUQAX51UEX2V' where id=9;
-update noar tt set v0='UM2XY' where id=9;
-update noar ti set v0='UM2XY' where id=9;
-update noar tt set b2='SFGJ8CMU5B4XL35M9EVPO85LQ9RFN33' where id=9;
-update noar ti set b2='SFGJ8CMU5B4XL35M9EVPO85LQ9RFN33' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) not null,
- b0 longblob not null,
- b1 tinyblob not null,
- b2 longblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='K7XOCEWHIK6N4' where id=1;
-update noar ti set v0='K7XOCEWHIK6N4' where id=1;
-update noar tt set b0='VK8NMQYX7UQE6XYPALQOXQWK5I2S61' where id=1;
-update noar ti set b0='VK8NMQYX7UQE6XYPALQOXQWK5I2S61' where id=1;
-update noar tt set v0='VNU2BOQLXYGFWKTIMJ2OVJNYPTZHEX' where id=1;
-update noar ti set v0='VNU2BOQLXYGFWKTIMJ2OVJNYPTZHEX' where id=1;
-update noar tt set b1='KU2DL1ZB414TU0XZ5I' where id=1;
-update noar ti set b1='KU2DL1ZB414TU0XZ5I' where id=1;
-update noar tt set v0='ZQXND1RKI36X' where id=1;
-update noar ti set v0='ZQXND1RKI36X' where id=1;
-update noar tt set b2='U' where id=1;
-update noar ti set b2='U' where id=1;
-update noar tt set v0='GLVWB4O63MR' where id=2;
-update noar ti set v0='GLVWB4O63MR' where id=2;
-update noar tt set b0='905J2XXRBGMF08JF5AF7KA2CS46' where id=2;
-update noar ti set b0='905J2XXRBGMF08JF5AF7KA2CS46' where id=2;
-update noar tt set v0='ASSXRUYQBX7GB' where id=2;
-update noar ti set v0='ASSXRUYQBX7GB' where id=2;
-update noar tt set b1='Z98E' where id=2;
-update noar ti set b1='Z98E' where id=2;
-update noar tt set v0='FVGE24ML' where id=2;
-update noar ti set v0='FVGE24ML' where id=2;
-update noar tt set b2='G37NBLBNJU' where id=2;
-update noar ti set b2='G37NBLBNJU' where id=2;
-update noar tt set v0='2QNCL' where id=3;
-update noar ti set v0='2QNCL' where id=3;
-update noar tt set b0='JMQ27CLX4L9NGIK1IRLKT8J3KFNHA' where id=3;
-update noar ti set b0='JMQ27CLX4L9NGIK1IRLKT8J3KFNHA' where id=3;
-update noar tt set v0='UFH7J' where id=3;
-update noar ti set v0='UFH7J' where id=3;
-update noar tt set b1='WRAD9B1D1YG2GEPA8N05B' where id=3;
-update noar ti set b1='WRAD9B1D1YG2GEPA8N05B' where id=3;
-update noar tt set v0='QE2KNNEA2N9H8M0YJT5BJ19UOOWKZH' where id=3;
-update noar ti set v0='QE2KNNEA2N9H8M0YJT5BJ19UOOWKZH' where id=3;
-update noar tt set b2='TYKL2R4LAYRU0K4' where id=3;
-update noar ti set b2='TYKL2R4LAYRU0K4' where id=3;
-update noar tt set v0='OT8V2O5A2NKCQ71' where id=4;
-update noar ti set v0='OT8V2O5A2NKCQ71' where id=4;
-update noar tt set b0='5PDA9I' where id=4;
-update noar ti set b0='5PDA9I' where id=4;
-update noar tt set v0='QXBTYZ1Q0UB0JMO64SK0B' where id=4;
-update noar ti set v0='QXBTYZ1Q0UB0JMO64SK0B' where id=4;
-update noar tt set b1='STTW7WR7GHIUCYF08DXXC' where id=4;
-update noar ti set b1='STTW7WR7GHIUCYF08DXXC' where id=4;
-update noar tt set v0='R70CZSXFAA0LF02QGSNAWKQL' where id=4;
-update noar ti set v0='R70CZSXFAA0LF02QGSNAWKQL' where id=4;
-update noar tt set b2='SKFJD2IXD4LY' where id=4;
-update noar ti set b2='SKFJD2IXD4LY' where id=4;
-update noar tt set v0='VSA4F624UJE' where id=5;
-update noar ti set v0='VSA4F624UJE' where id=5;
-update noar tt set b0='W' where id=5;
-update noar ti set b0='W' where id=5;
-update noar tt set v0='6Y6EVQTPWNI6G0V8R5UARD' where id=5;
-update noar ti set v0='6Y6EVQTPWNI6G0V8R5UARD' where id=5;
-update noar tt set b1='1NBU' where id=5;
-update noar ti set b1='1NBU' where id=5;
-update noar tt set v0='KFPXT4QUGB28OOEAHU06B' where id=5;
-update noar ti set v0='KFPXT4QUGB28OOEAHU06B' where id=5;
-update noar tt set b2='YOOKE6BR' where id=5;
-update noar ti set b2='YOOKE6BR' where id=5;
-update noar tt set v0='ILUOUWS5LJ' where id=6;
-update noar ti set v0='ILUOUWS5LJ' where id=6;
-update noar tt set b0='RKXV8F56U7JZLE' where id=6;
-update noar ti set b0='RKXV8F56U7JZLE' where id=6;
-update noar tt set v0='2XN21YLQS5' where id=6;
-update noar ti set v0='2XN21YLQS5' where id=6;
-update noar tt set b1='QL' where id=6;
-update noar ti set b1='QL' where id=6;
-update noar tt set v0='9HTHQEQ9UFG7GBLIB' where id=6;
-update noar ti set v0='9HTHQEQ9UFG7GBLIB' where id=6;
-update noar tt set b2='U6RH' where id=6;
-update noar ti set b2='U6RH' where id=6;
-update noar tt set v0='7VWXERGUPBLLXGLTEX6' where id=7;
-update noar ti set v0='7VWXERGUPBLLXGLTEX6' where id=7;
-update noar tt set b0='MZPX0PUJAR3C1L9AAQV18O' where id=7;
-update noar ti set b0='MZPX0PUJAR3C1L9AAQV18O' where id=7;
-update noar tt set v0='6IZGPGBAQ3RXM' where id=7;
-update noar ti set v0='6IZGPGBAQ3RXM' where id=7;
-update noar tt set b1='ZTQUOXDQCR' where id=7;
-update noar ti set b1='ZTQUOXDQCR' where id=7;
-update noar tt set v0='WMT5NH' where id=7;
-update noar ti set v0='WMT5NH' where id=7;
-update noar tt set b2='9LG5DRG8QBT2' where id=7;
-update noar ti set b2='9LG5DRG8QBT2' where id=7;
-update noar tt set v0='0FSV9LF7HN' where id=8;
-update noar ti set v0='0FSV9LF7HN' where id=8;
-update noar tt set b0='2LTUA' where id=8;
-update noar ti set b0='2LTUA' where id=8;
-update noar tt set v0='OA7R2IYQ4A3NYE0WR7N7PCJ' where id=8;
-update noar ti set v0='OA7R2IYQ4A3NYE0WR7N7PCJ' where id=8;
-update noar tt set b1='QDQ8J6CVSR0DAZ11B' where id=8;
-update noar ti set b1='QDQ8J6CVSR0DAZ11B' where id=8;
-update noar tt set v0='QQIEK3SWCIF1A9372A3' where id=8;
-update noar ti set v0='QQIEK3SWCIF1A9372A3' where id=8;
-update noar tt set b2='JP2RIQR162VE5W8TX' where id=8;
-update noar ti set b2='JP2RIQR162VE5W8TX' where id=8;
-update noar tt set v0='MCCED6Z4M' where id=9;
-update noar ti set v0='MCCED6Z4M' where id=9;
-update noar tt set b0='NQ8UOIM0P7H' where id=9;
-update noar ti set b0='NQ8UOIM0P7H' where id=9;
-update noar tt set v0='YC34H379KF' where id=9;
-update noar ti set v0='YC34H379KF' where id=9;
-update noar tt set b1='KI' where id=9;
-update noar ti set b1='KI' where id=9;
-update noar tt set v0='2XOR8' where id=9;
-update noar ti set v0='2XOR8' where id=9;
-update noar tt set b2='J5K5YTVFQ9HVZTDJKY' where id=9;
-update noar ti set b2='J5K5YTVFQ9HVZTDJKY' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) null,
- b0 longblob null,
- b1 blob null,
- b2 tinyblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='XXZRVK2LX' where id=1;
-update noar ti set v0='XXZRVK2LX' where id=1;
-update noar tt set b0='OCH53MO2OKGD2' where id=1;
-update noar ti set b0='OCH53MO2OKGD2' where id=1;
-update noar tt set v0='H2Z' where id=1;
-update noar ti set v0='H2Z' where id=1;
-update noar tt set b1='FZSRXCRM8F' where id=1;
-update noar ti set b1='FZSRXCRM8F' where id=1;
-update noar tt set v0='QHJI4' where id=1;
-update noar ti set v0='QHJI4' where id=1;
-update noar tt set b2='7JSKNMZEP06X2FNVTRCXOL' where id=1;
-update noar ti set b2='7JSKNMZEP06X2FNVTRCXOL' where id=1;
-update noar tt set v0='BWVRJJKHOWFZ960CX' where id=2;
-update noar ti set v0='BWVRJJKHOWFZ960CX' where id=2;
-update noar tt set b0='NT1438HIJ257H5WYXZ9LB6' where id=2;
-update noar ti set b0='NT1438HIJ257H5WYXZ9LB6' where id=2;
-update noar tt set v0='NEWE' where id=2;
-update noar ti set v0='NEWE' where id=2;
-update noar tt set b1='2RJGJ2A7GQB1HPH4558D2NJ109WEL' where id=2;
-update noar ti set b1='2RJGJ2A7GQB1HPH4558D2NJ109WEL' where id=2;
-update noar tt set v0='K9Y8IS72OW0UW0HRNSEJB' where id=2;
-update noar ti set v0='K9Y8IS72OW0UW0HRNSEJB' where id=2;
-update noar tt set b2='34NG7W6B86XFMFOR6' where id=2;
-update noar ti set b2='34NG7W6B86XFMFOR6' where id=2;
-update noar tt set v0='TX3LAJWBE4' where id=3;
-update noar ti set v0='TX3LAJWBE4' where id=3;
-update noar tt set b0='SA' where id=3;
-update noar ti set b0='SA' where id=3;
-update noar tt set v0='U0GP9ZVUEGWERA18A6' where id=3;
-update noar ti set v0='U0GP9ZVUEGWERA18A6' where id=3;
-update noar tt set b1='WWL99RHWMO005TRG9EI1XZPFYIW6' where id=3;
-update noar ti set b1='WWL99RHWMO005TRG9EI1XZPFYIW6' where id=3;
-update noar tt set v0='JUE9OH' where id=3;
-update noar ti set v0='JUE9OH' where id=3;
-update noar tt set b2='BPOLUVX9TPIM08BM3' where id=3;
-update noar ti set b2='BPOLUVX9TPIM08BM3' where id=3;
-update noar tt set v0='NNNFCYWJK3M21LLFZJRV' where id=4;
-update noar ti set v0='NNNFCYWJK3M21LLFZJRV' where id=4;
-update noar tt set b0='VF75HXBL43KB0YOGJXQF2Y9W13' where id=4;
-update noar ti set b0='VF75HXBL43KB0YOGJXQF2Y9W13' where id=4;
-update noar tt set v0='0WQVBGWN39HUQ3V' where id=4;
-update noar ti set v0='0WQVBGWN39HUQ3V' where id=4;
-update noar tt set b1='P8P8SCTSQ3KKPCW0B7CJZGHLLJ' where id=4;
-update noar ti set b1='P8P8SCTSQ3KKPCW0B7CJZGHLLJ' where id=4;
-update noar tt set v0='2VBNB6HU98S6A9Y3CJI5CPOU9' where id=4;
-update noar ti set v0='2VBNB6HU98S6A9Y3CJI5CPOU9' where id=4;
-update noar tt set b2='6HCOT9U6BABUW2D' where id=4;
-update noar ti set b2='6HCOT9U6BABUW2D' where id=4;
-update noar tt set v0='Q' where id=5;
-update noar ti set v0='Q' where id=5;
-update noar tt set b0='IXNX70ALXFO365UWMZVZF7I0L' where id=5;
-update noar ti set b0='IXNX70ALXFO365UWMZVZF7I0L' where id=5;
-update noar tt set v0='NP36V0U2ZLP0NL' where id=5;
-update noar ti set v0='NP36V0U2ZLP0NL' where id=5;
-update noar tt set b1='NSG4' where id=5;
-update noar ti set b1='NSG4' where id=5;
-update noar tt set v0='L3BWRRDPGF9BVFB7PMB05J1K' where id=5;
-update noar ti set v0='L3BWRRDPGF9BVFB7PMB05J1K' where id=5;
-update noar tt set b2='MK1Y8IU7BC2IUY' where id=5;
-update noar ti set b2='MK1Y8IU7BC2IUY' where id=5;
-update noar tt set v0='PG' where id=6;
-update noar ti set v0='PG' where id=6;
-update noar tt set b0='9G3IIZKS55DO3VJCRGOSLCEESS5CA' where id=6;
-update noar ti set b0='9G3IIZKS55DO3VJCRGOSLCEESS5CA' where id=6;
-update noar tt set v0='QS5WG' where id=6;
-update noar ti set v0='QS5WG' where id=6;
-update noar tt set b1='QR2OAV95RJBTHCM2SD' where id=6;
-update noar ti set b1='QR2OAV95RJBTHCM2SD' where id=6;
-update noar tt set v0='2AWVDGBP2YIK4FUFRVO70W' where id=6;
-update noar ti set v0='2AWVDGBP2YIK4FUFRVO70W' where id=6;
-update noar tt set b2='V83ZMLV' where id=6;
-update noar ti set b2='V83ZMLV' where id=6;
-update noar tt set v0='0JMYXS19X7195QA2H96F2C22RBLM' where id=7;
-update noar ti set v0='0JMYXS19X7195QA2H96F2C22RBLM' where id=7;
-update noar tt set b0='ZKO6X' where id=7;
-update noar ti set b0='ZKO6X' where id=7;
-update noar tt set v0='I0IZ08A8JOPO3LRCUTR47HFU' where id=7;
-update noar ti set v0='I0IZ08A8JOPO3LRCUTR47HFU' where id=7;
-update noar tt set b1='AU1YSN3RW5NDMSSQ8H' where id=7;
-update noar ti set b1='AU1YSN3RW5NDMSSQ8H' where id=7;
-update noar tt set v0='ZP8YB' where id=7;
-update noar ti set v0='ZP8YB' where id=7;
-update noar tt set b2='7JHX61OHCWL3JADI62XL6AVMXXBRL' where id=7;
-update noar ti set b2='7JHX61OHCWL3JADI62XL6AVMXXBRL' where id=7;
-update noar tt set v0='1VOD4' where id=8;
-update noar ti set v0='1VOD4' where id=8;
-update noar tt set b0='QKTK6B6M4HH64H8YAL2DY91226O4B' where id=8;
-update noar ti set b0='QKTK6B6M4HH64H8YAL2DY91226O4B' where id=8;
-update noar tt set v0='TRYAUJ4NYSY0' where id=8;
-update noar ti set v0='TRYAUJ4NYSY0' where id=8;
-update noar tt set b1='PO5DLN' where id=8;
-update noar ti set b1='PO5DLN' where id=8;
-update noar tt set v0='TGU0GG4VVWAPOSPQT' where id=8;
-update noar ti set v0='TGU0GG4VVWAPOSPQT' where id=8;
-update noar tt set b2='60' where id=8;
-update noar ti set b2='60' where id=8;
-update noar tt set v0='CD9KLYG2YR0RI8F' where id=9;
-update noar ti set v0='CD9KLYG2YR0RI8F' where id=9;
-update noar tt set b0='6RUQIWVBR99VWPL4' where id=9;
-update noar ti set b0='6RUQIWVBR99VWPL4' where id=9;
-update noar tt set v0='WY5S8XA5LDQXNNFNPOHGH' where id=9;
-update noar ti set v0='WY5S8XA5LDQXNNFNPOHGH' where id=9;
-update noar tt set b1='Z2X2' where id=9;
-update noar ti set b1='Z2X2' where id=9;
-update noar tt set v0='DPITK' where id=9;
-update noar ti set v0='DPITK' where id=9;
-update noar tt set b2='37M' where id=9;
-update noar ti set b2='37M' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) null,
- b0 longblob null,
- b1 blob null,
- b2 tinyblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='XB7HWL6Z612TDX16ZOMFVIJDQ' where id=1;
-update noar ti set v0='XB7HWL6Z612TDX16ZOMFVIJDQ' where id=1;
-update noar tt set b0='G4GS2A7T015PH' where id=1;
-update noar ti set b0='G4GS2A7T015PH' where id=1;
-update noar tt set v0='8DSJ1KX1LUIW' where id=1;
-update noar ti set v0='8DSJ1KX1LUIW' where id=1;
-update noar tt set b1='XNEUE1B9RFCVFIHN419KF1RYR4' where id=1;
-update noar ti set b1='XNEUE1B9RFCVFIHN419KF1RYR4' where id=1;
-update noar tt set v0='6RK84CG8ED1LC9RFF0968NPMTJQJ8AU' where id=1;
-update noar ti set v0='6RK84CG8ED1LC9RFF0968NPMTJQJ8AU' where id=1;
-update noar tt set b2='BPOY7999PI769JY9SQ69XYA2' where id=1;
-update noar ti set b2='BPOY7999PI769JY9SQ69XYA2' where id=1;
-update noar tt set v0='A8EQ7ZSAGDLA85JUHGRXI79KJJ8Z' where id=2;
-update noar ti set v0='A8EQ7ZSAGDLA85JUHGRXI79KJJ8Z' where id=2;
-update noar tt set b0='8AVX3WZQC111M940V' where id=2;
-update noar ti set b0='8AVX3WZQC111M940V' where id=2;
-update noar tt set v0='LXD8' where id=2;
-update noar ti set v0='LXD8' where id=2;
-update noar tt set b1='HU0CIH4' where id=2;
-update noar ti set b1='HU0CIH4' where id=2;
-update noar tt set v0='R' where id=2;
-update noar ti set v0='R' where id=2;
-update noar tt set b2='AHYYQU' where id=2;
-update noar ti set b2='AHYYQU' where id=2;
-update noar tt set v0='YI0YBXN676MSZG6GQHM84C' where id=3;
-update noar ti set v0='YI0YBXN676MSZG6GQHM84C' where id=3;
-update noar tt set b0='GJ6CG8OORJ0S761ZOFTEW86P6AYXTNO' where id=3;
-update noar ti set b0='GJ6CG8OORJ0S761ZOFTEW86P6AYXTNO' where id=3;
-update noar tt set v0='GSS2GNYNI0EX97BIGT5ZW0QU8GK3A' where id=3;
-update noar ti set v0='GSS2GNYNI0EX97BIGT5ZW0QU8GK3A' where id=3;
-update noar tt set b1='II1KSE5UD' where id=3;
-update noar ti set b1='II1KSE5UD' where id=3;
-update noar tt set v0='W5Z3' where id=3;
-update noar ti set v0='W5Z3' where id=3;
-update noar tt set b2='AQTAT8Y089147A12' where id=3;
-update noar ti set b2='AQTAT8Y089147A12' where id=3;
-update noar tt set v0='G6757GORF9OMXPT8DPJRW5TO' where id=4;
-update noar ti set v0='G6757GORF9OMXPT8DPJRW5TO' where id=4;
-update noar tt set b0='WQS9H9DP1DH7JNYRIP' where id=4;
-update noar ti set b0='WQS9H9DP1DH7JNYRIP' where id=4;
-update noar tt set v0='J4X3CVQSWNXTBPKLRSJOSJR' where id=4;
-update noar ti set v0='J4X3CVQSWNXTBPKLRSJOSJR' where id=4;
-update noar tt set b1='BYMUD0DD1QU6BZ1' where id=4;
-update noar ti set b1='BYMUD0DD1QU6BZ1' where id=4;
-update noar tt set v0='EQLIIP1LW5QQE7D5BUS98RDU' where id=4;
-update noar ti set v0='EQLIIP1LW5QQE7D5BUS98RDU' where id=4;
-update noar tt set b2='Y5BHOQTL0VXLLP55HH5ON3POJC' where id=4;
-update noar ti set b2='Y5BHOQTL0VXLLP55HH5ON3POJC' where id=4;
-update noar tt set v0='MVQBXP4O6KOI2' where id=5;
-update noar ti set v0='MVQBXP4O6KOI2' where id=5;
-update noar tt set b0='BLNJDAUNF' where id=5;
-update noar ti set b0='BLNJDAUNF' where id=5;
-update noar tt set v0='SLRBQAH2G2STSCPAAOBNQCXUVJ' where id=5;
-update noar ti set v0='SLRBQAH2G2STSCPAAOBNQCXUVJ' where id=5;
-update noar tt set b1='57WQ6XZIZ9TXZCS65F696HOR' where id=5;
-update noar ti set b1='57WQ6XZIZ9TXZCS65F696HOR' where id=5;
-update noar tt set v0='H5B1W8GVTZQZKW9M4KPTWIMIS9' where id=5;
-update noar ti set v0='H5B1W8GVTZQZKW9M4KPTWIMIS9' where id=5;
-update noar tt set b2='MDV64GUBR4F9TV' where id=5;
-update noar ti set b2='MDV64GUBR4F9TV' where id=5;
-update noar tt set v0='A3S3UVKSPLT0RZT089PUZ6ID3' where id=6;
-update noar ti set v0='A3S3UVKSPLT0RZT089PUZ6ID3' where id=6;
-update noar tt set b0='QHKCUHAMQVU5HXJRO5RN6HEH8TNDOIVX' where id=6;
-update noar ti set b0='QHKCUHAMQVU5HXJRO5RN6HEH8TNDOIVX' where id=6;
-update noar tt set v0='7KG0U9Y6TFWI2CXEZFGWDJLGXNBY' where id=6;
-update noar ti set v0='7KG0U9Y6TFWI2CXEZFGWDJLGXNBY' where id=6;
-update noar tt set b1='N502CN01R0E5E3ZN0I0VNLH2S' where id=6;
-update noar ti set b1='N502CN01R0E5E3ZN0I0VNLH2S' where id=6;
-update noar tt set v0='QN3RW00QL1I9D8T82KAVOR5A2MS' where id=6;
-update noar ti set v0='QN3RW00QL1I9D8T82KAVOR5A2MS' where id=6;
-update noar tt set b2='1BFE4ZCHCA8A28F71R4XLPWQM' where id=6;
-update noar ti set b2='1BFE4ZCHCA8A28F71R4XLPWQM' where id=6;
-update noar tt set v0='MCVVCZC6S436F207CLDLBSMRNI' where id=7;
-update noar ti set v0='MCVVCZC6S436F207CLDLBSMRNI' where id=7;
-update noar tt set b0='6AGUIR3MRAK7VFT9I3' where id=7;
-update noar ti set b0='6AGUIR3MRAK7VFT9I3' where id=7;
-update noar tt set v0='WU55SUYRYR6GPL8A4KFCW2XGWQY' where id=7;
-update noar ti set v0='WU55SUYRYR6GPL8A4KFCW2XGWQY' where id=7;
-update noar tt set b1='F16EIO0YQB2PJ4S3URMWRLV5NFX55M8N' where id=7;
-update noar ti set b1='F16EIO0YQB2PJ4S3URMWRLV5NFX55M8N' where id=7;
-update noar tt set v0='9HIC5MAC71UMW6UZ2DX' where id=7;
-update noar ti set v0='9HIC5MAC71UMW6UZ2DX' where id=7;
-update noar tt set b2='4CQ8' where id=7;
-update noar ti set b2='4CQ8' where id=7;
-update noar tt set v0='T5T4NFXJ2F8NMZ5VTS3DARVOFYY' where id=8;
-update noar ti set v0='T5T4NFXJ2F8NMZ5VTS3DARVOFYY' where id=8;
-update noar tt set b0='TZ' where id=8;
-update noar ti set b0='TZ' where id=8;
-update noar tt set v0='QMTHHSZBFB06M6E7JZTOCO1' where id=8;
-update noar ti set v0='QMTHHSZBFB06M6E7JZTOCO1' where id=8;
-update noar tt set b1='7HHOZ3YF5T5CFPH' where id=8;
-update noar ti set b1='7HHOZ3YF5T5CFPH' where id=8;
-update noar tt set v0='3' where id=8;
-update noar ti set v0='3' where id=8;
-update noar tt set b2='34Q5EMYYUZY8' where id=8;
-update noar ti set b2='34Q5EMYYUZY8' where id=8;
-update noar tt set v0='X6ZA' where id=9;
-update noar ti set v0='X6ZA' where id=9;
-update noar tt set b0='8' where id=9;
-update noar ti set b0='8' where id=9;
-update noar tt set v0='FMX05GOH826ACCM' where id=9;
-update noar ti set v0='FMX05GOH826ACCM' where id=9;
-update noar tt set b1='NVCOX3' where id=9;
-update noar ti set b1='NVCOX3' where id=9;
-update noar tt set v0='SPNUJBWY3V' where id=9;
-update noar ti set v0='SPNUJBWY3V' where id=9;
-update noar tt set b2='IMMRRH2FFBQ8OKIS' where id=9;
-update noar ti set b2='IMMRRH2FFBQ8OKIS' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) not null,
- b0 longblob not null,
- b1 blob not null,
- b2 tinyblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='RWWEOX7M4YUGNG7QYUL1BOT' where id=1;
-update noar ti set v0='RWWEOX7M4YUGNG7QYUL1BOT' where id=1;
-update noar tt set b0='1U8B33OAI3R7FIT6OVFBZT0HXAXSM' where id=1;
-update noar ti set b0='1U8B33OAI3R7FIT6OVFBZT0HXAXSM' where id=1;
-update noar tt set v0='TQXSXWKG4HE61EQ4QWNMNO6SS' where id=1;
-update noar ti set v0='TQXSXWKG4HE61EQ4QWNMNO6SS' where id=1;
-update noar tt set b1='G490QRKXEQW4' where id=1;
-update noar ti set b1='G490QRKXEQW4' where id=1;
-update noar tt set v0='UB5NL0POVFPUTBS8AAKLNQQHEM4ZNJ' where id=1;
-update noar ti set v0='UB5NL0POVFPUTBS8AAKLNQQHEM4ZNJ' where id=1;
-update noar tt set b2='CE12HXKWT6IIFPGI2' where id=1;
-update noar ti set b2='CE12HXKWT6IIFPGI2' where id=1;
-update noar tt set v0='WC5BV5SZYAOS3FK' where id=2;
-update noar ti set v0='WC5BV5SZYAOS3FK' where id=2;
-update noar tt set b0='V6HPB1JTAXGBXHT' where id=2;
-update noar ti set b0='V6HPB1JTAXGBXHT' where id=2;
-update noar tt set v0='MJX2WP' where id=2;
-update noar ti set v0='MJX2WP' where id=2;
-update noar tt set b1='CZGE90Z4HFE5F' where id=2;
-update noar ti set b1='CZGE90Z4HFE5F' where id=2;
-update noar tt set v0='XKB47MXHIJKO2Y' where id=2;
-update noar ti set v0='XKB47MXHIJKO2Y' where id=2;
-update noar tt set b2='B1N1HM25MMRSEB' where id=2;
-update noar ti set b2='B1N1HM25MMRSEB' where id=2;
-update noar tt set v0='YZD4DP2SVZFJ4QLUDEFD31NE' where id=3;
-update noar ti set v0='YZD4DP2SVZFJ4QLUDEFD31NE' where id=3;
-update noar tt set b0='7C2NFFZ21CHNR' where id=3;
-update noar ti set b0='7C2NFFZ21CHNR' where id=3;
-update noar tt set v0='TKI79L3SJZNMUEE87WC7D5CWSJ4ISIEI' where id=3;
-update noar ti set v0='TKI79L3SJZNMUEE87WC7D5CWSJ4ISIEI' where id=3;
-update noar tt set b1='6R2QTRAIN' where id=3;
-update noar ti set b1='6R2QTRAIN' where id=3;
-update noar tt set v0='IIENO12LVHWKGV0Z2D20VZ' where id=3;
-update noar ti set v0='IIENO12LVHWKGV0Z2D20VZ' where id=3;
-update noar tt set b2='MFY' where id=3;
-update noar ti set b2='MFY' where id=3;
-update noar tt set v0='KPF5V32AK8IFN5H8A43A7H' where id=4;
-update noar ti set v0='KPF5V32AK8IFN5H8A43A7H' where id=4;
-update noar tt set b0='5GIW9LP90EV2HA3T2V3H84HUJ' where id=4;
-update noar ti set b0='5GIW9LP90EV2HA3T2V3H84HUJ' where id=4;
-update noar tt set v0='GV4IVQBPIB20M2IXNYNU' where id=4;
-update noar ti set v0='GV4IVQBPIB20M2IXNYNU' where id=4;
-update noar tt set b1='5OCFIE' where id=4;
-update noar ti set b1='5OCFIE' where id=4;
-update noar tt set v0='573GA9L3' where id=4;
-update noar ti set v0='573GA9L3' where id=4;
-update noar tt set b2='D2H3AGMYRCXMFIZ9LKX' where id=4;
-update noar ti set b2='D2H3AGMYRCXMFIZ9LKX' where id=4;
-update noar tt set v0='G3CQI6NNS' where id=5;
-update noar ti set v0='G3CQI6NNS' where id=5;
-update noar tt set b0='ICJ629Z6Z1G' where id=5;
-update noar ti set b0='ICJ629Z6Z1G' where id=5;
-update noar tt set v0='MEPUUC13THR15U7UAJR' where id=5;
-update noar ti set v0='MEPUUC13THR15U7UAJR' where id=5;
-update noar tt set b1='UFNZRE63HCEYVQF278ZB' where id=5;
-update noar ti set b1='UFNZRE63HCEYVQF278ZB' where id=5;
-update noar tt set v0='UJRZZ5YROICF9MMG3' where id=5;
-update noar ti set v0='UJRZZ5YROICF9MMG3' where id=5;
-update noar tt set b2='2ZOYW3DDS40JAMSFHDUTIAQVAF10DX' where id=5;
-update noar ti set b2='2ZOYW3DDS40JAMSFHDUTIAQVAF10DX' where id=5;
-update noar tt set v0='CWOJVA01' where id=6;
-update noar ti set v0='CWOJVA01' where id=6;
-update noar tt set b0='VIU28ZUWB513YLV1Z0RPZ' where id=6;
-update noar ti set b0='VIU28ZUWB513YLV1Z0RPZ' where id=6;
-update noar tt set v0='UYGHA4V0' where id=6;
-update noar ti set v0='UYGHA4V0' where id=6;
-update noar tt set b1='2VZZZZ2GJX5PBFNKFK' where id=6;
-update noar ti set b1='2VZZZZ2GJX5PBFNKFK' where id=6;
-update noar tt set v0='COWFEC3H498X' where id=6;
-update noar ti set v0='COWFEC3H498X' where id=6;
-update noar tt set b2='V81V0ZAGMO' where id=6;
-update noar ti set b2='V81V0ZAGMO' where id=6;
-update noar tt set v0='46' where id=7;
-update noar ti set v0='46' where id=7;
-update noar tt set b0='HPDP180T0' where id=7;
-update noar ti set b0='HPDP180T0' where id=7;
-update noar tt set v0='KOHD9G6AW579YUFJB' where id=7;
-update noar ti set v0='KOHD9G6AW579YUFJB' where id=7;
-update noar tt set b1='KFYQREWEKWTJUC8KJ452OSVNTDVIF' where id=7;
-update noar ti set b1='KFYQREWEKWTJUC8KJ452OSVNTDVIF' where id=7;
-update noar tt set v0='9TS4YJQM16XK44QGK' where id=7;
-update noar ti set v0='9TS4YJQM16XK44QGK' where id=7;
-update noar tt set b2='N2XOQWYW7JWKV8DBZC1Q6' where id=7;
-update noar ti set b2='N2XOQWYW7JWKV8DBZC1Q6' where id=7;
-update noar tt set v0='AZJ9YU8' where id=8;
-update noar ti set v0='AZJ9YU8' where id=8;
-update noar tt set b0='87H2I43CB' where id=8;
-update noar ti set b0='87H2I43CB' where id=8;
-update noar tt set v0='J4X' where id=8;
-update noar ti set v0='J4X' where id=8;
-update noar tt set b1='QQZKJWZLI19XC8FWTA57V2UUK9N1IMLD' where id=8;
-update noar ti set b1='QQZKJWZLI19XC8FWTA57V2UUK9N1IMLD' where id=8;
-update noar tt set v0='VYIR1JCLJT5BMJJ0S8NQVKBXHB' where id=8;
-update noar ti set v0='VYIR1JCLJT5BMJJ0S8NQVKBXHB' where id=8;
-update noar tt set b2='VC0BUEPZQCBJGH' where id=8;
-update noar ti set b2='VC0BUEPZQCBJGH' where id=8;
-update noar tt set v0='DGVXNJWAPWQS3733QOSG470L9D8' where id=9;
-update noar ti set v0='DGVXNJWAPWQS3733QOSG470L9D8' where id=9;
-update noar tt set b0='UX3LPFAMCMSNTQLT1WA6D5QDER2RFTSQ' where id=9;
-update noar ti set b0='UX3LPFAMCMSNTQLT1WA6D5QDER2RFTSQ' where id=9;
-update noar tt set v0='TR5BUF2E98TDRUK2P540HBO5O' where id=9;
-update noar ti set v0='TR5BUF2E98TDRUK2P540HBO5O' where id=9;
-update noar tt set b1='WT2WQGBZA5NDTIMHA' where id=9;
-update noar ti set b1='WT2WQGBZA5NDTIMHA' where id=9;
-update noar tt set v0='S43OB3JP' where id=9;
-update noar ti set v0='S43OB3JP' where id=9;
-update noar tt set b2='167K9PC4OQ' where id=9;
-update noar ti set b2='167K9PC4OQ' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) not null,
- b0 longblob not null,
- b1 blob not null,
- b2 tinyblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='50RCO9JLZ2PCP5' where id=1;
-update noar ti set v0='50RCO9JLZ2PCP5' where id=1;
-update noar tt set b0='KS8KMZ5U4QUF6ZGQFZUKLI89MEWC' where id=1;
-update noar ti set b0='KS8KMZ5U4QUF6ZGQFZUKLI89MEWC' where id=1;
-update noar tt set v0='O8Y7J4HPNZQU8AIJ2' where id=1;
-update noar ti set v0='O8Y7J4HPNZQU8AIJ2' where id=1;
-update noar tt set b1='IUDWG6LGU5Q3Y6LG2D0RWL' where id=1;
-update noar ti set b1='IUDWG6LGU5Q3Y6LG2D0RWL' where id=1;
-update noar tt set v0='J5EI5W' where id=1;
-update noar ti set v0='J5EI5W' where id=1;
-update noar tt set b2='KL25N5PYDHHULJZ' where id=1;
-update noar ti set b2='KL25N5PYDHHULJZ' where id=1;
-update noar tt set v0='B4HSII' where id=2;
-update noar ti set v0='B4HSII' where id=2;
-update noar tt set b0='OYP' where id=2;
-update noar ti set b0='OYP' where id=2;
-update noar tt set v0='NEMJH6BW1ZMXJ3ZD75UV' where id=2;
-update noar ti set v0='NEMJH6BW1ZMXJ3ZD75UV' where id=2;
-update noar tt set b1='W3FP8UD8RGDJGLGE6LVOQQIVZAVO' where id=2;
-update noar ti set b1='W3FP8UD8RGDJGLGE6LVOQQIVZAVO' where id=2;
-update noar tt set v0='HQLO0LUVQMOJBJA' where id=2;
-update noar ti set v0='HQLO0LUVQMOJBJA' where id=2;
-update noar tt set b2='ITTO1E1O0TJ7ZZ75WC' where id=2;
-update noar ti set b2='ITTO1E1O0TJ7ZZ75WC' where id=2;
-update noar tt set v0='CX5SD1MCI5KR49MYHGR5CBE2C5JDAJ' where id=3;
-update noar ti set v0='CX5SD1MCI5KR49MYHGR5CBE2C5JDAJ' where id=3;
-update noar tt set b0='FFOVOYO3RLVVYLKXWPUG2Q' where id=3;
-update noar ti set b0='FFOVOYO3RLVVYLKXWPUG2Q' where id=3;
-update noar tt set v0='BINCGEUSIDFRKX0AD5YRDWL8MEYZE' where id=3;
-update noar ti set v0='BINCGEUSIDFRKX0AD5YRDWL8MEYZE' where id=3;
-update noar tt set b1='TAT2G0EROEFBIDTOR8S71HZ4' where id=3;
-update noar ti set b1='TAT2G0EROEFBIDTOR8S71HZ4' where id=3;
-update noar tt set v0='FP73YLU30Q3JEFL7SZ98JVT6' where id=3;
-update noar ti set v0='FP73YLU30Q3JEFL7SZ98JVT6' where id=3;
-update noar tt set b2='MK44' where id=3;
-update noar ti set b2='MK44' where id=3;
-update noar tt set v0='48Z45CTL4TGL9SSG38UZB4' where id=4;
-update noar ti set v0='48Z45CTL4TGL9SSG38UZB4' where id=4;
-update noar tt set b0='U6ASIAI04VUA4CJG75O3' where id=4;
-update noar ti set b0='U6ASIAI04VUA4CJG75O3' where id=4;
-update noar tt set v0='R0U253LVWU9R8AHVZY05Q32SM7K' where id=4;
-update noar ti set v0='R0U253LVWU9R8AHVZY05Q32SM7K' where id=4;
-update noar tt set b1='I5EV4MO2AS9UF9015YRM6W0' where id=4;
-update noar ti set b1='I5EV4MO2AS9UF9015YRM6W0' where id=4;
-update noar tt set v0='HVEH529JYF5D8QHPGPDUIJO4U9DHAI' where id=4;
-update noar ti set v0='HVEH529JYF5D8QHPGPDUIJO4U9DHAI' where id=4;
-update noar tt set b2='SOIAP3WDE74SBBDP0M7YJYKMIJO' where id=4;
-update noar ti set b2='SOIAP3WDE74SBBDP0M7YJYKMIJO' where id=4;
-update noar tt set v0='JXYOGUA3RSQOY0PTRZ2RWT' where id=5;
-update noar ti set v0='JXYOGUA3RSQOY0PTRZ2RWT' where id=5;
-update noar tt set b0='603N9FOX3CWPSWOCOR0UEI3XE' where id=5;
-update noar ti set b0='603N9FOX3CWPSWOCOR0UEI3XE' where id=5;
-update noar tt set v0='IO0SBG7G5TFJM4' where id=5;
-update noar ti set v0='IO0SBG7G5TFJM4' where id=5;
-update noar tt set b1='6YUNRCIFC5JKT' where id=5;
-update noar ti set b1='6YUNRCIFC5JKT' where id=5;
-update noar tt set v0='Y92DCBMQ' where id=5;
-update noar ti set v0='Y92DCBMQ' where id=5;
-update noar tt set b2='V4U1BLCKMFATATOEWBSF' where id=5;
-update noar ti set b2='V4U1BLCKMFATATOEWBSF' where id=5;
-update noar tt set v0='D1EI1' where id=6;
-update noar ti set v0='D1EI1' where id=6;
-update noar tt set b0='YF18KWDFWBTBFWXOOY4CRKMV' where id=6;
-update noar ti set b0='YF18KWDFWBTBFWXOOY4CRKMV' where id=6;
-update noar tt set v0='892KGP26627GMGXOV1S4Z0' where id=6;
-update noar ti set v0='892KGP26627GMGXOV1S4Z0' where id=6;
-update noar tt set b1='YEI0SQB4HM0EDMETPCYHDIZYO32' where id=6;
-update noar ti set b1='YEI0SQB4HM0EDMETPCYHDIZYO32' where id=6;
-update noar tt set v0='9ZYRWKX3' where id=6;
-update noar ti set v0='9ZYRWKX3' where id=6;
-update noar tt set b2='OD8D63R9QGAX32OYNI' where id=6;
-update noar ti set b2='OD8D63R9QGAX32OYNI' where id=6;
-update noar tt set v0='R8UXPSCDZ508S8U8' where id=7;
-update noar ti set v0='R8UXPSCDZ508S8U8' where id=7;
-update noar tt set b0='VMNXZE2F7TJQMMTUR6IF' where id=7;
-update noar ti set b0='VMNXZE2F7TJQMMTUR6IF' where id=7;
-update noar tt set v0='5H3HUTEX45H13U99AKZ2WC8FFFTZKN1' where id=7;
-update noar ti set v0='5H3HUTEX45H13U99AKZ2WC8FFFTZKN1' where id=7;
-update noar tt set b1='HIFJ27HSYHCYZQJSWDVALX4' where id=7;
-update noar ti set b1='HIFJ27HSYHCYZQJSWDVALX4' where id=7;
-update noar tt set v0='87E8HH7L' where id=7;
-update noar ti set v0='87E8HH7L' where id=7;
-update noar tt set b2='Z6' where id=7;
-update noar ti set b2='Z6' where id=7;
-update noar tt set v0='DSSQ' where id=8;
-update noar ti set v0='DSSQ' where id=8;
-update noar tt set b0='3JN1YB3VL7CD4ZVYKBZWXKYJS3UE' where id=8;
-update noar ti set b0='3JN1YB3VL7CD4ZVYKBZWXKYJS3UE' where id=8;
-update noar tt set v0='SHX6JGANSBC4TQEVNSY0' where id=8;
-update noar ti set v0='SHX6JGANSBC4TQEVNSY0' where id=8;
-update noar tt set b1='V5D5SAJZTB7R70ZDGOZK5S' where id=8;
-update noar ti set b1='V5D5SAJZTB7R70ZDGOZK5S' where id=8;
-update noar tt set v0='96JKDFJOO' where id=8;
-update noar ti set v0='96JKDFJOO' where id=8;
-update noar tt set b2='3Z0OG8LM8I0UYFII4ACKK2T' where id=8;
-update noar ti set b2='3Z0OG8LM8I0UYFII4ACKK2T' where id=8;
-update noar tt set v0='O3SEA36FRTCM8P63ER5JNO0957IZ7E' where id=9;
-update noar ti set v0='O3SEA36FRTCM8P63ER5JNO0957IZ7E' where id=9;
-update noar tt set b0='CQAHXE6SG772H3U2ALA' where id=9;
-update noar ti set b0='CQAHXE6SG772H3U2ALA' where id=9;
-update noar tt set v0='7WM3HWM38OFTG7XVCRZTE9M1AM' where id=9;
-update noar ti set v0='7WM3HWM38OFTG7XVCRZTE9M1AM' where id=9;
-update noar tt set b1='JUEO7UGL' where id=9;
-update noar ti set b1='JUEO7UGL' where id=9;
-update noar tt set v0='K2M2NQYB374ADJDQDA0H9IMPVNDJKTT' where id=9;
-update noar ti set v0='K2M2NQYB374ADJDQDA0H9IMPVNDJKTT' where id=9;
-update noar tt set b2='5QIIZ789T4' where id=9;
-update noar ti set b2='5QIIZ789T4' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) null,
- b0 longblob null,
- b1 blob null,
- b2 blob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='WD0W8C2F8QAZBDWHEZOYQWJH7AGV1IB' where id=1;
-update noar ti set v0='WD0W8C2F8QAZBDWHEZOYQWJH7AGV1IB' where id=1;
-update noar tt set b0='57DCEZQ' where id=1;
-update noar ti set b0='57DCEZQ' where id=1;
-update noar tt set v0='X7T6E0FAE64U9NHSRUSUCLXVYM' where id=1;
-update noar ti set v0='X7T6E0FAE64U9NHSRUSUCLXVYM' where id=1;
-update noar tt set b1='96Z868HIDSN7U0AIM9BGQ5' where id=1;
-update noar ti set b1='96Z868HIDSN7U0AIM9BGQ5' where id=1;
-update noar tt set v0='NW01RNLPB1XGYJVAD3' where id=1;
-update noar ti set v0='NW01RNLPB1XGYJVAD3' where id=1;
-update noar tt set b2='IMW74MIZ9136TCZTAWEPSB30SPC8' where id=1;
-update noar ti set b2='IMW74MIZ9136TCZTAWEPSB30SPC8' where id=1;
-update noar tt set v0='B3RM59WT0BGDEK74K903CO92LIF2YR' where id=2;
-update noar ti set v0='B3RM59WT0BGDEK74K903CO92LIF2YR' where id=2;
-update noar tt set b0='Q7PXFZN82E2KN1JDQI9A2' where id=2;
-update noar ti set b0='Q7PXFZN82E2KN1JDQI9A2' where id=2;
-update noar tt set v0='OCP66CMFR0Z8S69W34O' where id=2;
-update noar ti set v0='OCP66CMFR0Z8S69W34O' where id=2;
-update noar tt set b1='OTFJF' where id=2;
-update noar ti set b1='OTFJF' where id=2;
-update noar tt set v0='C95HU32AO9Z' where id=2;
-update noar ti set v0='C95HU32AO9Z' where id=2;
-update noar tt set b2='JE0S6U7KR3H940OMEB8BA69LCLG' where id=2;
-update noar ti set b2='JE0S6U7KR3H940OMEB8BA69LCLG' where id=2;
-update noar tt set v0='8QFBMSNLI7JR74DCWYH5' where id=3;
-update noar ti set v0='8QFBMSNLI7JR74DCWYH5' where id=3;
-update noar tt set b0='FS9L70DUN2L199XHFMGMZRO2ITOE0SLV' where id=3;
-update noar ti set b0='FS9L70DUN2L199XHFMGMZRO2ITOE0SLV' where id=3;
-update noar tt set v0='WLIW1HSSYOIVQAIR1J74G4T' where id=3;
-update noar ti set v0='WLIW1HSSYOIVQAIR1J74G4T' where id=3;
-update noar tt set b1='270XASA7JJZROBB7O6M' where id=3;
-update noar ti set b1='270XASA7JJZROBB7O6M' where id=3;
-update noar tt set v0='N1H1AMZOH7OXFRB4J9Q4G' where id=3;
-update noar ti set v0='N1H1AMZOH7OXFRB4J9Q4G' where id=3;
-update noar tt set b2='KMZEXA3A9FGOM63RL1DU' where id=3;
-update noar ti set b2='KMZEXA3A9FGOM63RL1DU' where id=3;
-update noar tt set v0='O4MJW6JRWNPRQ2Z5K6IMNF9' where id=4;
-update noar ti set v0='O4MJW6JRWNPRQ2Z5K6IMNF9' where id=4;
-update noar tt set b0='FRLZIIP0F48GW8VU4VXZI' where id=4;
-update noar ti set b0='FRLZIIP0F48GW8VU4VXZI' where id=4;
-update noar tt set v0='XOCRJJPVLVR9BCTYOF3A2' where id=4;
-update noar ti set v0='XOCRJJPVLVR9BCTYOF3A2' where id=4;
-update noar tt set b1='WEB9UPJRX3PZK1ANRER0OR57SFC6DTU' where id=4;
-update noar ti set b1='WEB9UPJRX3PZK1ANRER0OR57SFC6DTU' where id=4;
-update noar tt set v0='QE4IHUVFGZRGNF' where id=4;
-update noar ti set v0='QE4IHUVFGZRGNF' where id=4;
-update noar tt set b2='P' where id=4;
-update noar ti set b2='P' where id=4;
-update noar tt set v0='DJNCX5SQTK' where id=5;
-update noar ti set v0='DJNCX5SQTK' where id=5;
-update noar tt set b0='ANFUSL236IWH3RE71T71ZPYPHU87' where id=5;
-update noar ti set b0='ANFUSL236IWH3RE71T71ZPYPHU87' where id=5;
-update noar tt set v0='8GVL4NPZ' where id=5;
-update noar ti set v0='8GVL4NPZ' where id=5;
-update noar tt set b1='LW0F7ZPM2' where id=5;
-update noar ti set b1='LW0F7ZPM2' where id=5;
-update noar tt set v0='BPLK0LD' where id=5;
-update noar ti set v0='BPLK0LD' where id=5;
-update noar tt set b2='D4S' where id=5;
-update noar ti set b2='D4S' where id=5;
-update noar tt set v0='JKYGMPPXAW6' where id=6;
-update noar ti set v0='JKYGMPPXAW6' where id=6;
-update noar tt set b0='NL7ABMQ' where id=6;
-update noar ti set b0='NL7ABMQ' where id=6;
-update noar tt set v0='WDG7L1QJZESZ9V7OEBH4CNE77JW' where id=6;
-update noar ti set v0='WDG7L1QJZESZ9V7OEBH4CNE77JW' where id=6;
-update noar tt set b1='BM2CHLWIC6DZNS' where id=6;
-update noar ti set b1='BM2CHLWIC6DZNS' where id=6;
-update noar tt set v0='J88PI3GFJNCCCEER4350' where id=6;
-update noar ti set v0='J88PI3GFJNCCCEER4350' where id=6;
-update noar tt set b2='PV3EH83BPH7K9KBH' where id=6;
-update noar ti set b2='PV3EH83BPH7K9KBH' where id=6;
-update noar tt set v0='EW' where id=7;
-update noar ti set v0='EW' where id=7;
-update noar tt set b0='RSKH1TA2C2S8KG9E8' where id=7;
-update noar ti set b0='RSKH1TA2C2S8KG9E8' where id=7;
-update noar tt set v0='4CN5OXWS' where id=7;
-update noar ti set v0='4CN5OXWS' where id=7;
-update noar tt set b1='UI1J1X' where id=7;
-update noar ti set b1='UI1J1X' where id=7;
-update noar tt set v0='TUV' where id=7;
-update noar ti set v0='TUV' where id=7;
-update noar tt set b2='EKKFDTL' where id=7;
-update noar ti set b2='EKKFDTL' where id=7;
-update noar tt set v0='ZU9' where id=8;
-update noar ti set v0='ZU9' where id=8;
-update noar tt set b0='IE' where id=8;
-update noar ti set b0='IE' where id=8;
-update noar tt set v0='HV' where id=8;
-update noar ti set v0='HV' where id=8;
-update noar tt set b1='F5AVF' where id=8;
-update noar ti set b1='F5AVF' where id=8;
-update noar tt set v0='00BZDX4JTRHD0YYL5DT7HQX2LOW' where id=8;
-update noar ti set v0='00BZDX4JTRHD0YYL5DT7HQX2LOW' where id=8;
-update noar tt set b2='9DQH' where id=8;
-update noar ti set b2='9DQH' where id=8;
-update noar tt set v0='U1IAVIXIZ4G0TLMDQ131SV02AJG' where id=9;
-update noar ti set v0='U1IAVIXIZ4G0TLMDQ131SV02AJG' where id=9;
-update noar tt set b0='CUNUCWH' where id=9;
-update noar ti set b0='CUNUCWH' where id=9;
-update noar tt set v0='9K85Z30MX05KX0' where id=9;
-update noar ti set v0='9K85Z30MX05KX0' where id=9;
-update noar tt set b1='ET3WJTI' where id=9;
-update noar ti set b1='ET3WJTI' where id=9;
-update noar tt set v0='K5DRRM1MGPHQLYZMJUG6JTC7H7WRFQ' where id=9;
-update noar ti set v0='K5DRRM1MGPHQLYZMJUG6JTC7H7WRFQ' where id=9;
-update noar tt set b2='CNF2VVL0GK' where id=9;
-update noar ti set b2='CNF2VVL0GK' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) null,
- b0 longblob null,
- b1 blob null,
- b2 blob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='RE0A5K9RVR0E98NPYY1G6ZHF9' where id=1;
-update noar ti set v0='RE0A5K9RVR0E98NPYY1G6ZHF9' where id=1;
-update noar tt set b0='SD0DCNISM6T' where id=1;
-update noar ti set b0='SD0DCNISM6T' where id=1;
-update noar tt set v0='EX' where id=1;
-update noar ti set v0='EX' where id=1;
-update noar tt set b1='JAYYOBCVDKILTQ4ZFB5M9R8T88YFQXW' where id=1;
-update noar ti set b1='JAYYOBCVDKILTQ4ZFB5M9R8T88YFQXW' where id=1;
-update noar tt set v0='LZF12I3940AUCYJL3' where id=1;
-update noar ti set v0='LZF12I3940AUCYJL3' where id=1;
-update noar tt set b2='9' where id=1;
-update noar ti set b2='9' where id=1;
-update noar tt set v0='F9U2J5FA03K1Z5KX20OF1908A' where id=2;
-update noar ti set v0='F9U2J5FA03K1Z5KX20OF1908A' where id=2;
-update noar tt set b0='OB7TXGILE0XJKRXN9CY83VBKB' where id=2;
-update noar ti set b0='OB7TXGILE0XJKRXN9CY83VBKB' where id=2;
-update noar tt set v0='RYL5YFPD24DMF8PTZ9ONCY0Z1CNKU5UR' where id=2;
-update noar ti set v0='RYL5YFPD24DMF8PTZ9ONCY0Z1CNKU5UR' where id=2;
-update noar tt set b1='W7KIGZHH29POEJF' where id=2;
-update noar ti set b1='W7KIGZHH29POEJF' where id=2;
-update noar tt set v0='4OVO3AYB0VQ2EEBND7R' where id=2;
-update noar ti set v0='4OVO3AYB0VQ2EEBND7R' where id=2;
-update noar tt set b2='UI9WQUJPYA' where id=2;
-update noar ti set b2='UI9WQUJPYA' where id=2;
-update noar tt set v0='6FZBGYYJRL5QL8OHGIPT6NC' where id=3;
-update noar ti set v0='6FZBGYYJRL5QL8OHGIPT6NC' where id=3;
-update noar tt set b0='M' where id=3;
-update noar ti set b0='M' where id=3;
-update noar tt set v0='E9RBS24LQE9LMLDTD8B52X8XG9AR' where id=3;
-update noar ti set v0='E9RBS24LQE9LMLDTD8B52X8XG9AR' where id=3;
-update noar tt set b1='3M9ZAY6KCMCEVT55PB' where id=3;
-update noar ti set b1='3M9ZAY6KCMCEVT55PB' where id=3;
-update noar tt set v0='XKQ4OSRTOQ92XYDXXZD4J' where id=3;
-update noar ti set v0='XKQ4OSRTOQ92XYDXXZD4J' where id=3;
-update noar tt set b2='0CBCS87WTG3CRG0Z46UCXLU78N00CT' where id=3;
-update noar ti set b2='0CBCS87WTG3CRG0Z46UCXLU78N00CT' where id=3;
-update noar tt set v0='7YZ1GVXYQAZ7M' where id=4;
-update noar ti set v0='7YZ1GVXYQAZ7M' where id=4;
-update noar tt set b0='I3RFY9' where id=4;
-update noar ti set b0='I3RFY9' where id=4;
-update noar tt set v0='2M4SR0PYAEH' where id=4;
-update noar ti set v0='2M4SR0PYAEH' where id=4;
-update noar tt set b1='2SEC6MBYRK7BDG2H3TQ' where id=4;
-update noar ti set b1='2SEC6MBYRK7BDG2H3TQ' where id=4;
-update noar tt set v0='SA90Q3W0UMKM6C5VWGL4KIYMHI' where id=4;
-update noar ti set v0='SA90Q3W0UMKM6C5VWGL4KIYMHI' where id=4;
-update noar tt set b2='D7WDO8F' where id=4;
-update noar ti set b2='D7WDO8F' where id=4;
-update noar tt set v0='2WVL5LP5DGWAMYGGKZLQFI27' where id=5;
-update noar ti set v0='2WVL5LP5DGWAMYGGKZLQFI27' where id=5;
-update noar tt set b0='JFXH0MHEEXI3ZILHK2EZ27Y2HKD' where id=5;
-update noar ti set b0='JFXH0MHEEXI3ZILHK2EZ27Y2HKD' where id=5;
-update noar tt set v0='SFH8LF1M1UR' where id=5;
-update noar ti set v0='SFH8LF1M1UR' where id=5;
-update noar tt set b1='2Z0Q4XTYCDAWJUR' where id=5;
-update noar ti set b1='2Z0Q4XTYCDAWJUR' where id=5;
-update noar tt set v0='ZO0GTH70INU3WGVX3H8I12KZ4W1' where id=5;
-update noar ti set v0='ZO0GTH70INU3WGVX3H8I12KZ4W1' where id=5;
-update noar tt set b2='2GVG5TDZ0W1U8PNWZ2Z5VQ' where id=5;
-update noar ti set b2='2GVG5TDZ0W1U8PNWZ2Z5VQ' where id=5;
-update noar tt set v0='TU79F08N50UI4L1O' where id=6;
-update noar ti set v0='TU79F08N50UI4L1O' where id=6;
-update noar tt set b0='XOBI8I4' where id=6;
-update noar ti set b0='XOBI8I4' where id=6;
-update noar tt set v0='7B63CCS09SZHOQ' where id=6;
-update noar ti set v0='7B63CCS09SZHOQ' where id=6;
-update noar tt set b1='AWP2FPSJQ0EB6A25M6' where id=6;
-update noar ti set b1='AWP2FPSJQ0EB6A25M6' where id=6;
-update noar tt set v0='2Z2M6YTE4N0NGB6J60HAD1CB0DA' where id=6;
-update noar ti set v0='2Z2M6YTE4N0NGB6J60HAD1CB0DA' where id=6;
-update noar tt set b2='CHWA5PFG0JK6X42OT3TBQKRWA7IY2O8' where id=6;
-update noar ti set b2='CHWA5PFG0JK6X42OT3TBQKRWA7IY2O8' where id=6;
-update noar tt set v0='7C9YTG3PXX' where id=7;
-update noar ti set v0='7C9YTG3PXX' where id=7;
-update noar tt set b0='EI93' where id=7;
-update noar ti set b0='EI93' where id=7;
-update noar tt set v0='2X1GI8U3CD4P2IJ9ZCVEB0YQH3MINYX' where id=7;
-update noar ti set v0='2X1GI8U3CD4P2IJ9ZCVEB0YQH3MINYX' where id=7;
-update noar tt set b1='C0EMNJO' where id=7;
-update noar ti set b1='C0EMNJO' where id=7;
-update noar tt set v0='MLQNW1XP19FF3BPQ5' where id=7;
-update noar ti set v0='MLQNW1XP19FF3BPQ5' where id=7;
-update noar tt set b2='BYJ6W' where id=7;
-update noar ti set b2='BYJ6W' where id=7;
-update noar tt set v0='T61PTORAJRPLCOXPUDHJ6Z' where id=8;
-update noar ti set v0='T61PTORAJRPLCOXPUDHJ6Z' where id=8;
-update noar tt set b0='P8OEM' where id=8;
-update noar ti set b0='P8OEM' where id=8;
-update noar tt set v0='3D5GYH1QPWP7BPB6LPWX5' where id=8;
-update noar ti set v0='3D5GYH1QPWP7BPB6LPWX5' where id=8;
-update noar tt set b1='C4ZYBOR31BS9' where id=8;
-update noar ti set b1='C4ZYBOR31BS9' where id=8;
-update noar tt set v0='I332AIMZO2VL485' where id=8;
-update noar ti set v0='I332AIMZO2VL485' where id=8;
-update noar tt set b2='7IAW6ZPPAQ2E735RD8A3B0CVH21' where id=8;
-update noar ti set b2='7IAW6ZPPAQ2E735RD8A3B0CVH21' where id=8;
-update noar tt set v0='CZHHJ' where id=9;
-update noar ti set v0='CZHHJ' where id=9;
-update noar tt set b0='5' where id=9;
-update noar ti set b0='5' where id=9;
-update noar tt set v0='X99Z9UB6DI86UD5P' where id=9;
-update noar ti set v0='X99Z9UB6DI86UD5P' where id=9;
-update noar tt set b1='82EW183M55IPL9QVGAJ77CN4U5E74M' where id=9;
-update noar ti set b1='82EW183M55IPL9QVGAJ77CN4U5E74M' where id=9;
-update noar tt set v0='Y06SNYH3' where id=9;
-update noar ti set v0='Y06SNYH3' where id=9;
-update noar tt set b2='MWNSAEZ2P' where id=9;
-update noar ti set b2='MWNSAEZ2P' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) not null,
- b0 longblob not null,
- b1 blob not null,
- b2 blob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='T' where id=1;
-update noar ti set v0='T' where id=1;
-update noar tt set b0='SIU9ULYKC' where id=1;
-update noar ti set b0='SIU9ULYKC' where id=1;
-update noar tt set v0='ZFZH3PB7ED' where id=1;
-update noar ti set v0='ZFZH3PB7ED' where id=1;
-update noar tt set b1='ZU' where id=1;
-update noar ti set b1='ZU' where id=1;
-update noar tt set v0='EOTFHZ5EWJ1AYOFD' where id=1;
-update noar ti set v0='EOTFHZ5EWJ1AYOFD' where id=1;
-update noar tt set b2='WAQGZA2CHZI5OCRFAP7OFANP6' where id=1;
-update noar ti set b2='WAQGZA2CHZI5OCRFAP7OFANP6' where id=1;
-update noar tt set v0='H5DW9A' where id=2;
-update noar ti set v0='H5DW9A' where id=2;
-update noar tt set b0='639001SULAZG18U7AU4YRVA' where id=2;
-update noar ti set b0='639001SULAZG18U7AU4YRVA' where id=2;
-update noar tt set v0='S4WNQI8IPNVQOPGOJ9MHBMZIRXOBFMD' where id=2;
-update noar ti set v0='S4WNQI8IPNVQOPGOJ9MHBMZIRXOBFMD' where id=2;
-update noar tt set b1='MS6STQRV4GAXOC9C' where id=2;
-update noar ti set b1='MS6STQRV4GAXOC9C' where id=2;
-update noar tt set v0='F01CPGHT4JLKXH3I6W7' where id=2;
-update noar ti set v0='F01CPGHT4JLKXH3I6W7' where id=2;
-update noar tt set b2='IO06VG' where id=2;
-update noar ti set b2='IO06VG' where id=2;
-update noar tt set v0='AGJ' where id=3;
-update noar ti set v0='AGJ' where id=3;
-update noar tt set b0='RB' where id=3;
-update noar ti set b0='RB' where id=3;
-update noar tt set v0='2UWLYEU2BGADY' where id=3;
-update noar ti set v0='2UWLYEU2BGADY' where id=3;
-update noar tt set b1='9752DUQ93LK42Z115J60XPNV' where id=3;
-update noar ti set b1='9752DUQ93LK42Z115J60XPNV' where id=3;
-update noar tt set v0='MPMSFRQI' where id=3;
-update noar ti set v0='MPMSFRQI' where id=3;
-update noar tt set b2='B' where id=3;
-update noar ti set b2='B' where id=3;
-update noar tt set v0='SXZUTXNDNMXVO5JMBVVU18I7' where id=4;
-update noar ti set v0='SXZUTXNDNMXVO5JMBVVU18I7' where id=4;
-update noar tt set b0='IO3TUEWZ43P6R1Y60MXD5' where id=4;
-update noar ti set b0='IO3TUEWZ43P6R1Y60MXD5' where id=4;
-update noar tt set v0='UA0MARBHHZSIP3FZZ9C7XJ9' where id=4;
-update noar ti set v0='UA0MARBHHZSIP3FZZ9C7XJ9' where id=4;
-update noar tt set b1='F2LU0ODAH3DU5TLRSWYLDS9' where id=4;
-update noar ti set b1='F2LU0ODAH3DU5TLRSWYLDS9' where id=4;
-update noar tt set v0='JZ2O19P3' where id=4;
-update noar ti set v0='JZ2O19P3' where id=4;
-update noar tt set b2='E8CRIRAT7S' where id=4;
-update noar ti set b2='E8CRIRAT7S' where id=4;
-update noar tt set v0='DLMRMIERFYJED8GMDEJ4G7G' where id=5;
-update noar ti set v0='DLMRMIERFYJED8GMDEJ4G7G' where id=5;
-update noar tt set b0='CAA2O' where id=5;
-update noar ti set b0='CAA2O' where id=5;
-update noar tt set v0='7A8JKQYS2AQCAC1S7JFOEIEFT' where id=5;
-update noar ti set v0='7A8JKQYS2AQCAC1S7JFOEIEFT' where id=5;
-update noar tt set b1='QVPYAC9LFB7G' where id=5;
-update noar ti set b1='QVPYAC9LFB7G' where id=5;
-update noar tt set v0='TYBZYCODHQ8QRU' where id=5;
-update noar ti set v0='TYBZYCODHQ8QRU' where id=5;
-update noar tt set b2='GW0BWV8FJ077RHJR' where id=5;
-update noar ti set b2='GW0BWV8FJ077RHJR' where id=5;
-update noar tt set v0='N94BACIP6HE6XA4NW0Y' where id=6;
-update noar ti set v0='N94BACIP6HE6XA4NW0Y' where id=6;
-update noar tt set b0='BS3D4UOMP1JWL3AOEJK3PH5N8CNI' where id=6;
-update noar ti set b0='BS3D4UOMP1JWL3AOEJK3PH5N8CNI' where id=6;
-update noar tt set v0='BIZ8JOG0AHVBCFG5SQ75N' where id=6;
-update noar ti set v0='BIZ8JOG0AHVBCFG5SQ75N' where id=6;
-update noar tt set b1='F58CMPMY' where id=6;
-update noar ti set b1='F58CMPMY' where id=6;
-update noar tt set v0='S66TOKO2LGXOXN5OM8' where id=6;
-update noar ti set v0='S66TOKO2LGXOXN5OM8' where id=6;
-update noar tt set b2='8B6OD13T38XMR' where id=6;
-update noar ti set b2='8B6OD13T38XMR' where id=6;
-update noar tt set v0='1' where id=7;
-update noar ti set v0='1' where id=7;
-update noar tt set b0='RK6044JV54ACAVDVSIJN23XTIVWE' where id=7;
-update noar ti set b0='RK6044JV54ACAVDVSIJN23XTIVWE' where id=7;
-update noar tt set v0='H5IW6MO7E3GNAL9YSA6EA6' where id=7;
-update noar ti set v0='H5IW6MO7E3GNAL9YSA6EA6' where id=7;
-update noar tt set b1='BU148FKQ100F7D' where id=7;
-update noar ti set b1='BU148FKQ100F7D' where id=7;
-update noar tt set v0='QU2TL69T0ML49545YVQL98' where id=7;
-update noar ti set v0='QU2TL69T0ML49545YVQL98' where id=7;
-update noar tt set b2='ZF0NSBRPM7GAO9AYUCVEECZ1ENYF' where id=7;
-update noar ti set b2='ZF0NSBRPM7GAO9AYUCVEECZ1ENYF' where id=7;
-update noar tt set v0='7IY55JZBJ1OYXEC41P33W2XWZYI2N6CY' where id=8;
-update noar ti set v0='7IY55JZBJ1OYXEC41P33W2XWZYI2N6CY' where id=8;
-update noar tt set b0='FJK1' where id=8;
-update noar ti set b0='FJK1' where id=8;
-update noar tt set v0='TE5GSCMLV5PKNJ3B13WGF8RK05W7W8' where id=8;
-update noar ti set v0='TE5GSCMLV5PKNJ3B13WGF8RK05W7W8' where id=8;
-update noar tt set b1='2B73K2TKEKVKMHWY792Y9CMA1BBD2' where id=8;
-update noar ti set b1='2B73K2TKEKVKMHWY792Y9CMA1BBD2' where id=8;
-update noar tt set v0='39PVX0HHATHKDLJ7BV3D75' where id=8;
-update noar ti set v0='39PVX0HHATHKDLJ7BV3D75' where id=8;
-update noar tt set b2='YENGFU8QCGABF37P6YQ' where id=8;
-update noar ti set b2='YENGFU8QCGABF37P6YQ' where id=8;
-update noar tt set v0='4J49JA6L5KPL9R' where id=9;
-update noar ti set v0='4J49JA6L5KPL9R' where id=9;
-update noar tt set b0='DGRUSPJ6A4KYKJG06U6PRTCGUXFCPB' where id=9;
-update noar ti set b0='DGRUSPJ6A4KYKJG06U6PRTCGUXFCPB' where id=9;
-update noar tt set v0='4LQNA9H5Q3L9' where id=9;
-update noar ti set v0='4LQNA9H5Q3L9' where id=9;
-update noar tt set b1='66Q' where id=9;
-update noar ti set b1='66Q' where id=9;
-update noar tt set v0='XUOSFGAY3OVRM9OTN23RMN8Y414JD4O' where id=9;
-update noar ti set v0='XUOSFGAY3OVRM9OTN23RMN8Y414JD4O' where id=9;
-update noar tt set b2='OJWREDX80X5SJIF6V5YMH1NS8JYE' where id=9;
-update noar ti set b2='OJWREDX80X5SJIF6V5YMH1NS8JYE' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) not null,
- b0 longblob not null,
- b1 blob not null,
- b2 blob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='U8SIJCI4YPN' where id=1;
-update noar ti set v0='U8SIJCI4YPN' where id=1;
-update noar tt set b0='LUUD2PD3YOV3R94BS5W1DO9K12W5RDKV' where id=1;
-update noar ti set b0='LUUD2PD3YOV3R94BS5W1DO9K12W5RDKV' where id=1;
-update noar tt set v0='0OO' where id=1;
-update noar ti set v0='0OO' where id=1;
-update noar tt set b1='8S7HWXRE3UJ' where id=1;
-update noar ti set b1='8S7HWXRE3UJ' where id=1;
-update noar tt set v0='F69OSZO1FRATRYPHY' where id=1;
-update noar ti set v0='F69OSZO1FRATRYPHY' where id=1;
-update noar tt set b2='3OJKVJMBXNAP5REGHZ0DLQWD' where id=1;
-update noar ti set b2='3OJKVJMBXNAP5REGHZ0DLQWD' where id=1;
-update noar tt set v0='LNT4C43E05EMHJF5SQL' where id=2;
-update noar ti set v0='LNT4C43E05EMHJF5SQL' where id=2;
-update noar tt set b0='8D8TJ5S6GOSVBJGVTQ2A63W8IPM' where id=2;
-update noar ti set b0='8D8TJ5S6GOSVBJGVTQ2A63W8IPM' where id=2;
-update noar tt set v0='G3H3MNG8J323QA2YHF' where id=2;
-update noar ti set v0='G3H3MNG8J323QA2YHF' where id=2;
-update noar tt set b1='54GZX2XF609LF0SABF8Q' where id=2;
-update noar ti set b1='54GZX2XF609LF0SABF8Q' where id=2;
-update noar tt set v0='ZUIWP20Y7GQ5T2SM4' where id=2;
-update noar ti set v0='ZUIWP20Y7GQ5T2SM4' where id=2;
-update noar tt set b2='7V3L5A6' where id=2;
-update noar ti set b2='7V3L5A6' where id=2;
-update noar tt set v0='XMA0JT04TAN3QHZT' where id=3;
-update noar ti set v0='XMA0JT04TAN3QHZT' where id=3;
-update noar tt set b0='44V9O8FYYD3SVVLT0IM2K7TQ1DNI1QU' where id=3;
-update noar ti set b0='44V9O8FYYD3SVVLT0IM2K7TQ1DNI1QU' where id=3;
-update noar tt set v0='1XUTKRMRDOZLIQC3A' where id=3;
-update noar ti set v0='1XUTKRMRDOZLIQC3A' where id=3;
-update noar tt set b1='F9FQ6VL0QL3KVD3AO1IF' where id=3;
-update noar ti set b1='F9FQ6VL0QL3KVD3AO1IF' where id=3;
-update noar tt set v0='FSHR80K' where id=3;
-update noar ti set v0='FSHR80K' where id=3;
-update noar tt set b2='7TO2YG04OPGWF62IOJ81VUM' where id=3;
-update noar ti set b2='7TO2YG04OPGWF62IOJ81VUM' where id=3;
-update noar tt set v0='9QY2JTEJBS5M0TSC3O' where id=4;
-update noar ti set v0='9QY2JTEJBS5M0TSC3O' where id=4;
-update noar tt set b0='6N4D0L4CY' where id=4;
-update noar ti set b0='6N4D0L4CY' where id=4;
-update noar tt set v0='WF8HQI7QUD44JRD3LQ3B2IL' where id=4;
-update noar ti set v0='WF8HQI7QUD44JRD3LQ3B2IL' where id=4;
-update noar tt set b1='ZO8RGJ0YX2JJLWUMCGEXXKLA98' where id=4;
-update noar ti set b1='ZO8RGJ0YX2JJLWUMCGEXXKLA98' where id=4;
-update noar tt set v0='5ISQS21S9' where id=4;
-update noar ti set v0='5ISQS21S9' where id=4;
-update noar tt set b2='NCHX55606AEWAK0P1TUUG34VKJ' where id=4;
-update noar ti set b2='NCHX55606AEWAK0P1TUUG34VKJ' where id=4;
-update noar tt set v0='JX4C84CT' where id=5;
-update noar ti set v0='JX4C84CT' where id=5;
-update noar tt set b0='OPCLKHTRB35DAZIV4RC7Q' where id=5;
-update noar ti set b0='OPCLKHTRB35DAZIV4RC7Q' where id=5;
-update noar tt set v0='ZAO9' where id=5;
-update noar ti set v0='ZAO9' where id=5;
-update noar tt set b1='6CK27' where id=5;
-update noar ti set b1='6CK27' where id=5;
-update noar tt set v0='HZTQ1M' where id=5;
-update noar ti set v0='HZTQ1M' where id=5;
-update noar tt set b2='LQOPPSUAE0MEZMCR4J1X9ADRQJQZ4UA3' where id=5;
-update noar ti set b2='LQOPPSUAE0MEZMCR4J1X9ADRQJQZ4UA3' where id=5;
-update noar tt set v0='4VA3JP' where id=6;
-update noar ti set v0='4VA3JP' where id=6;
-update noar tt set b0='HEW7B3VU83PUET' where id=6;
-update noar ti set b0='HEW7B3VU83PUET' where id=6;
-update noar tt set v0='1CMVTZVX3A51D95P4HGURCLTKIAZQ2' where id=6;
-update noar ti set v0='1CMVTZVX3A51D95P4HGURCLTKIAZQ2' where id=6;
-update noar tt set b1='GCGDIH86ZJK351PYI' where id=6;
-update noar ti set b1='GCGDIH86ZJK351PYI' where id=6;
-update noar tt set v0='JCLYLMSAE' where id=6;
-update noar ti set v0='JCLYLMSAE' where id=6;
-update noar tt set b2='ESGORQWV' where id=6;
-update noar ti set b2='ESGORQWV' where id=6;
-update noar tt set v0='LTDNZ4ZY1NR4' where id=7;
-update noar ti set v0='LTDNZ4ZY1NR4' where id=7;
-update noar tt set b0='9UVL785DID8OZY589FLBIEZYVQANK' where id=7;
-update noar ti set b0='9UVL785DID8OZY589FLBIEZYVQANK' where id=7;
-update noar tt set v0='YT3SR0TMOP' where id=7;
-update noar ti set v0='YT3SR0TMOP' where id=7;
-update noar tt set b1='7' where id=7;
-update noar ti set b1='7' where id=7;
-update noar tt set v0='57HM20P752U1U9CMZ' where id=7;
-update noar ti set v0='57HM20P752U1U9CMZ' where id=7;
-update noar tt set b2='Z89K24K9MVO9I3G6YG1OYPS' where id=7;
-update noar ti set b2='Z89K24K9MVO9I3G6YG1OYPS' where id=7;
-update noar tt set v0='ZJVSLN2SL6XTEN6' where id=8;
-update noar ti set v0='ZJVSLN2SL6XTEN6' where id=8;
-update noar tt set b0='QLX75HLH3SIM1TXF4F2OF' where id=8;
-update noar ti set b0='QLX75HLH3SIM1TXF4F2OF' where id=8;
-update noar tt set v0='Z' where id=8;
-update noar ti set v0='Z' where id=8;
-update noar tt set b1='Y9IPFE3BXTAC0UT9HC21ESA1FEX' where id=8;
-update noar ti set b1='Y9IPFE3BXTAC0UT9HC21ESA1FEX' where id=8;
-update noar tt set v0='F' where id=8;
-update noar ti set v0='F' where id=8;
-update noar tt set b2='DIYHEXW9PDMCSTXDNR0J95EYOO' where id=8;
-update noar ti set b2='DIYHEXW9PDMCSTXDNR0J95EYOO' where id=8;
-update noar tt set v0='41PZHYVX' where id=9;
-update noar ti set v0='41PZHYVX' where id=9;
-update noar tt set b0='K3TX52Z' where id=9;
-update noar ti set b0='K3TX52Z' where id=9;
-update noar tt set v0='C6' where id=9;
-update noar ti set v0='C6' where id=9;
-update noar tt set b1='4SM7Y7EPR76ALSJ0MY5RUZIF' where id=9;
-update noar ti set b1='4SM7Y7EPR76ALSJ0MY5RUZIF' where id=9;
-update noar tt set v0='TXJ5L77OC94B5N6DB7TWE7EV8VSK7' where id=9;
-update noar ti set v0='TXJ5L77OC94B5N6DB7TWE7EV8VSK7' where id=9;
-update noar tt set b2='MZ4F8BQ8A392YM8ARUV96Q6FKGAAJQH' where id=9;
-update noar ti set b2='MZ4F8BQ8A392YM8ARUV96Q6FKGAAJQH' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) null,
- b0 longblob null,
- b1 blob null,
- b2 mediumblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='TBBF7PNIEY0' where id=1;
-update noar ti set v0='TBBF7PNIEY0' where id=1;
-update noar tt set b0='LIZNCB0CTAXNQSD93GJ7' where id=1;
-update noar ti set b0='LIZNCB0CTAXNQSD93GJ7' where id=1;
-update noar tt set v0='K4I1C1C' where id=1;
-update noar ti set v0='K4I1C1C' where id=1;
-update noar tt set b1='VKP9NE2M88912BMV83E85RKX0' where id=1;
-update noar ti set b1='VKP9NE2M88912BMV83E85RKX0' where id=1;
-update noar tt set v0='XYPIXPOQCVNTJ' where id=1;
-update noar ti set v0='XYPIXPOQCVNTJ' where id=1;
-update noar tt set b2='T8ZJH' where id=1;
-update noar ti set b2='T8ZJH' where id=1;
-update noar tt set v0='YE8WYESMIBLBHOPKDIUIGAPROYKH' where id=2;
-update noar ti set v0='YE8WYESMIBLBHOPKDIUIGAPROYKH' where id=2;
-update noar tt set b0='2KFS6VVW6KVUQYOZ' where id=2;
-update noar ti set b0='2KFS6VVW6KVUQYOZ' where id=2;
-update noar tt set v0='6GC1XAWF6HIR2XJ1A4XU70TWWRBVXP' where id=2;
-update noar ti set v0='6GC1XAWF6HIR2XJ1A4XU70TWWRBVXP' where id=2;
-update noar tt set b1='QC' where id=2;
-update noar ti set b1='QC' where id=2;
-update noar tt set v0='IP05NF9I79DN9H43C2Y2J9X2' where id=2;
-update noar ti set v0='IP05NF9I79DN9H43C2Y2J9X2' where id=2;
-update noar tt set b2='AK55K44396UYZA58SF6' where id=2;
-update noar ti set b2='AK55K44396UYZA58SF6' where id=2;
-update noar tt set v0='BVXN6HK9' where id=3;
-update noar ti set v0='BVXN6HK9' where id=3;
-update noar tt set b0='JA7WALKHAQOBQFLYSMUZVEZLDVQ' where id=3;
-update noar ti set b0='JA7WALKHAQOBQFLYSMUZVEZLDVQ' where id=3;
-update noar tt set v0='S2NHOKLWQYMGGKDOZU1BJL' where id=3;
-update noar ti set v0='S2NHOKLWQYMGGKDOZU1BJL' where id=3;
-update noar tt set b1='E' where id=3;
-update noar ti set b1='E' where id=3;
-update noar tt set v0='7Z7OVC5XYY9HIRENZ9TR' where id=3;
-update noar ti set v0='7Z7OVC5XYY9HIRENZ9TR' where id=3;
-update noar tt set b2='M12B16' where id=3;
-update noar ti set b2='M12B16' where id=3;
-update noar tt set v0='JJ7NM' where id=4;
-update noar ti set v0='JJ7NM' where id=4;
-update noar tt set b0='5Z1QWAHPXTIZH' where id=4;
-update noar ti set b0='5Z1QWAHPXTIZH' where id=4;
-update noar tt set v0='5ASWU915ZHUJ6ZAX3' where id=4;
-update noar ti set v0='5ASWU915ZHUJ6ZAX3' where id=4;
-update noar tt set b1='M' where id=4;
-update noar ti set b1='M' where id=4;
-update noar tt set v0='35WL482ODFSP' where id=4;
-update noar ti set v0='35WL482ODFSP' where id=4;
-update noar tt set b2='YKWKLIHSBIDNV1W2W2454M0V4U4' where id=4;
-update noar ti set b2='YKWKLIHSBIDNV1W2W2454M0V4U4' where id=4;
-update noar tt set v0='49QN' where id=5;
-update noar ti set v0='49QN' where id=5;
-update noar tt set b0='FSBF' where id=5;
-update noar ti set b0='FSBF' where id=5;
-update noar tt set v0='M5SHHM4BVPJGHBP2V3WLBH24' where id=5;
-update noar ti set v0='M5SHHM4BVPJGHBP2V3WLBH24' where id=5;
-update noar tt set b1='XREMAVV3V' where id=5;
-update noar ti set b1='XREMAVV3V' where id=5;
-update noar tt set v0='Q3JQA1OGH6Z2FT8JMTXLD14HWTHP5Y1K' where id=5;
-update noar ti set v0='Q3JQA1OGH6Z2FT8JMTXLD14HWTHP5Y1K' where id=5;
-update noar tt set b2='ZLH0PSC738953AXM3' where id=5;
-update noar ti set b2='ZLH0PSC738953AXM3' where id=5;
-update noar tt set v0='6JEIEWSW5I4U3RBNRPZZIZ' where id=6;
-update noar ti set v0='6JEIEWSW5I4U3RBNRPZZIZ' where id=6;
-update noar tt set b0='TV6AFZN19FM' where id=6;
-update noar ti set b0='TV6AFZN19FM' where id=6;
-update noar tt set v0='3WYRVJB726G0' where id=6;
-update noar ti set v0='3WYRVJB726G0' where id=6;
-update noar tt set b1='BV4LMOJ8J3BMTNX01EYBCKWVXFT' where id=6;
-update noar ti set b1='BV4LMOJ8J3BMTNX01EYBCKWVXFT' where id=6;
-update noar tt set v0='E104FGTKY7H8SZDGHTNPNF092D1U' where id=6;
-update noar ti set v0='E104FGTKY7H8SZDGHTNPNF092D1U' where id=6;
-update noar tt set b2='1SCYP805068' where id=6;
-update noar ti set b2='1SCYP805068' where id=6;
-update noar tt set v0='DJUBO3DUJVAN' where id=7;
-update noar ti set v0='DJUBO3DUJVAN' where id=7;
-update noar tt set b0='Y8KMOF2FA55NBO0FYWT5O6' where id=7;
-update noar ti set b0='Y8KMOF2FA55NBO0FYWT5O6' where id=7;
-update noar tt set v0='CTRS5FX94HLNNDS2ICS' where id=7;
-update noar ti set v0='CTRS5FX94HLNNDS2ICS' where id=7;
-update noar tt set b1='FVHURWB1WUVU0Z9AD' where id=7;
-update noar ti set b1='FVHURWB1WUVU0Z9AD' where id=7;
-update noar tt set v0='AY' where id=7;
-update noar ti set v0='AY' where id=7;
-update noar tt set b2='3YMPHT51' where id=7;
-update noar ti set b2='3YMPHT51' where id=7;
-update noar tt set v0='Y2N8IHBQANWG9IL091D5Q7V2' where id=8;
-update noar ti set v0='Y2N8IHBQANWG9IL091D5Q7V2' where id=8;
-update noar tt set b0='561GQ1WTR5JUT4' where id=8;
-update noar ti set b0='561GQ1WTR5JUT4' where id=8;
-update noar tt set v0='CRDDPT6' where id=8;
-update noar ti set v0='CRDDPT6' where id=8;
-update noar tt set b1='CVI35ZHTANAXT9H0PX75BSACUJXW2Y' where id=8;
-update noar ti set b1='CVI35ZHTANAXT9H0PX75BSACUJXW2Y' where id=8;
-update noar tt set v0='E83T4C3AGAUEE8CA' where id=8;
-update noar ti set v0='E83T4C3AGAUEE8CA' where id=8;
-update noar tt set b2='PQEKJUKB6BG46N' where id=8;
-update noar ti set b2='PQEKJUKB6BG46N' where id=8;
-update noar tt set v0='QQLMPUZ48F2MKG57Y' where id=9;
-update noar ti set v0='QQLMPUZ48F2MKG57Y' where id=9;
-update noar tt set b0='57KJMENX6Q' where id=9;
-update noar ti set b0='57KJMENX6Q' where id=9;
-update noar tt set v0='DAVGGNCD6JCDDOGEERRU4540YEOABUQ' where id=9;
-update noar ti set v0='DAVGGNCD6JCDDOGEERRU4540YEOABUQ' where id=9;
-update noar tt set b1='7' where id=9;
-update noar ti set b1='7' where id=9;
-update noar tt set v0='E4' where id=9;
-update noar ti set v0='E4' where id=9;
-update noar tt set b2='VKGRLTTFLDRFU9YEF6HCINXBIKZY75O' where id=9;
-update noar ti set b2='VKGRLTTFLDRFU9YEF6HCINXBIKZY75O' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) null,
- b0 longblob null,
- b1 blob null,
- b2 mediumblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='2E' where id=1;
-update noar ti set v0='2E' where id=1;
-update noar tt set b0='53TK1A4LL' where id=1;
-update noar ti set b0='53TK1A4LL' where id=1;
-update noar tt set v0='9M5M4WWJUM' where id=1;
-update noar ti set v0='9M5M4WWJUM' where id=1;
-update noar tt set b1='SI6NYL' where id=1;
-update noar ti set b1='SI6NYL' where id=1;
-update noar tt set v0='73CKDYI3UC8I0GCN48UT9DEH3GOY6C37' where id=1;
-update noar ti set v0='73CKDYI3UC8I0GCN48UT9DEH3GOY6C37' where id=1;
-update noar tt set b2='87CERJODG11T5I7XLZ67' where id=1;
-update noar ti set b2='87CERJODG11T5I7XLZ67' where id=1;
-update noar tt set v0='325DYXA87X2WCVXI8RQBA8' where id=2;
-update noar ti set v0='325DYXA87X2WCVXI8RQBA8' where id=2;
-update noar tt set b0='9DB4O5F174YRU70V3' where id=2;
-update noar ti set b0='9DB4O5F174YRU70V3' where id=2;
-update noar tt set v0='Y7UVP66MTMRMDDQTOFOQG7BG7HV' where id=2;
-update noar ti set v0='Y7UVP66MTMRMDDQTOFOQG7BG7HV' where id=2;
-update noar tt set b1='D8D6D8ZJANJ3DOUMUXC6SKX1EF' where id=2;
-update noar ti set b1='D8D6D8ZJANJ3DOUMUXC6SKX1EF' where id=2;
-update noar tt set v0='W5I' where id=2;
-update noar ti set v0='W5I' where id=2;
-update noar tt set b2='C' where id=2;
-update noar ti set b2='C' where id=2;
-update noar tt set v0='0CRRFIUSG5FX' where id=3;
-update noar ti set v0='0CRRFIUSG5FX' where id=3;
-update noar tt set b0='IHB' where id=3;
-update noar ti set b0='IHB' where id=3;
-update noar tt set v0='CSBDFFO4K26WX6A1O497YZCG1IFYM0H' where id=3;
-update noar ti set v0='CSBDFFO4K26WX6A1O497YZCG1IFYM0H' where id=3;
-update noar tt set b1='0WDTQ8990ONKBIZX90XL7Z85BFUHGO' where id=3;
-update noar ti set b1='0WDTQ8990ONKBIZX90XL7Z85BFUHGO' where id=3;
-update noar tt set v0='18AJ7I5ERYTH' where id=3;
-update noar ti set v0='18AJ7I5ERYTH' where id=3;
-update noar tt set b2='8DQ9V' where id=3;
-update noar ti set b2='8DQ9V' where id=3;
-update noar tt set v0='7EMJX7JTXN3NKZG6Q1LV9VM6Q87' where id=4;
-update noar ti set v0='7EMJX7JTXN3NKZG6Q1LV9VM6Q87' where id=4;
-update noar tt set b0='BFBZOC5JPDFE' where id=4;
-update noar ti set b0='BFBZOC5JPDFE' where id=4;
-update noar tt set v0='LKCVPSETW2YZ8GG6BTZC' where id=4;
-update noar ti set v0='LKCVPSETW2YZ8GG6BTZC' where id=4;
-update noar tt set b1='M' where id=4;
-update noar ti set b1='M' where id=4;
-update noar tt set v0='PHQTBXBOD0M14DII' where id=4;
-update noar ti set v0='PHQTBXBOD0M14DII' where id=4;
-update noar tt set b2='OHQHP6YE' where id=4;
-update noar ti set b2='OHQHP6YE' where id=4;
-update noar tt set v0='J6S2OAVLBQXOF2' where id=5;
-update noar ti set v0='J6S2OAVLBQXOF2' where id=5;
-update noar tt set b0='LF8KZHUOLIMPORVU' where id=5;
-update noar ti set b0='LF8KZHUOLIMPORVU' where id=5;
-update noar tt set v0='FAP2FZOKQPPUB2J' where id=5;
-update noar ti set v0='FAP2FZOKQPPUB2J' where id=5;
-update noar tt set b1='R3GYXMU' where id=5;
-update noar ti set b1='R3GYXMU' where id=5;
-update noar tt set v0='1DMYKJB5SUQHGBKI5QCMM' where id=5;
-update noar ti set v0='1DMYKJB5SUQHGBKI5QCMM' where id=5;
-update noar tt set b2='1C7TCKJTE73L' where id=5;
-update noar ti set b2='1C7TCKJTE73L' where id=5;
-update noar tt set v0='QXY' where id=6;
-update noar ti set v0='QXY' where id=6;
-update noar tt set b0='N3P9Y60LA' where id=6;
-update noar ti set b0='N3P9Y60LA' where id=6;
-update noar tt set v0='KQ9AMGGCUE5PHY75I2' where id=6;
-update noar ti set v0='KQ9AMGGCUE5PHY75I2' where id=6;
-update noar tt set b1='KQUWJOYEDPXBQ8GR2LMP0LYTHGCB888' where id=6;
-update noar ti set b1='KQUWJOYEDPXBQ8GR2LMP0LYTHGCB888' where id=6;
-update noar tt set v0='HJX8KQMJKE47VFJ8Q6' where id=6;
-update noar ti set v0='HJX8KQMJKE47VFJ8Q6' where id=6;
-update noar tt set b2='ITLB5314ATXDPQL4LXS1C' where id=6;
-update noar ti set b2='ITLB5314ATXDPQL4LXS1C' where id=6;
-update noar tt set v0='IZKXBGF0M6MVF8WZE3HN0GZSOFW' where id=7;
-update noar ti set v0='IZKXBGF0M6MVF8WZE3HN0GZSOFW' where id=7;
-update noar tt set b0='M1S8GMO1YFTVKBHV3CH0Q6D5J84' where id=7;
-update noar ti set b0='M1S8GMO1YFTVKBHV3CH0Q6D5J84' where id=7;
-update noar tt set v0='HYBDR079M0RJPBL9V0TNXSJ3MW8' where id=7;
-update noar ti set v0='HYBDR079M0RJPBL9V0TNXSJ3MW8' where id=7;
-update noar tt set b1='7GOV921001P3QIW4GKG1QDMS2U40XSU0' where id=7;
-update noar ti set b1='7GOV921001P3QIW4GKG1QDMS2U40XSU0' where id=7;
-update noar tt set v0='I71R32RCD40GV' where id=7;
-update noar ti set v0='I71R32RCD40GV' where id=7;
-update noar tt set b2='TQ0K1D5CJ4LU5Z3SN1U47MBUTEDVO' where id=7;
-update noar ti set b2='TQ0K1D5CJ4LU5Z3SN1U47MBUTEDVO' where id=7;
-update noar tt set v0='W3JKQCMP1OGINQY2VO00MXBS0GHKNUX' where id=8;
-update noar ti set v0='W3JKQCMP1OGINQY2VO00MXBS0GHKNUX' where id=8;
-update noar tt set b0='ZBNA0TCRCEB' where id=8;
-update noar ti set b0='ZBNA0TCRCEB' where id=8;
-update noar tt set v0='JDJZEAESVWDVDTYRH2XB0' where id=8;
-update noar ti set v0='JDJZEAESVWDVDTYRH2XB0' where id=8;
-update noar tt set b1='LVF' where id=8;
-update noar ti set b1='LVF' where id=8;
-update noar tt set v0='1EKMZOSGE12VJB2ZR3SUJ649X6' where id=8;
-update noar ti set v0='1EKMZOSGE12VJB2ZR3SUJ649X6' where id=8;
-update noar tt set b2='5LJSMNV0P571P2N' where id=8;
-update noar ti set b2='5LJSMNV0P571P2N' where id=8;
-update noar tt set v0='3IC11MXCFUN4O5OVS51KUMWF' where id=9;
-update noar ti set v0='3IC11MXCFUN4O5OVS51KUMWF' where id=9;
-update noar tt set b0='A5O3IP3Y' where id=9;
-update noar ti set b0='A5O3IP3Y' where id=9;
-update noar tt set v0='BDS' where id=9;
-update noar ti set v0='BDS' where id=9;
-update noar tt set b1='YVK2RYAMSYJICH85Q0L5KLT' where id=9;
-update noar ti set b1='YVK2RYAMSYJICH85Q0L5KLT' where id=9;
-update noar tt set v0='GZ31I1069A' where id=9;
-update noar ti set v0='GZ31I1069A' where id=9;
-update noar tt set b2='1JP3' where id=9;
-update noar ti set b2='1JP3' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) not null,
- b0 longblob not null,
- b1 blob not null,
- b2 mediumblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='UKIJ7HPB54D2N1KW50' where id=1;
-update noar ti set v0='UKIJ7HPB54D2N1KW50' where id=1;
-update noar tt set b0='KW' where id=1;
-update noar ti set b0='KW' where id=1;
-update noar tt set v0='NJ5WRQXR2LNP5ZGBPUKODQ4L4RE' where id=1;
-update noar ti set v0='NJ5WRQXR2LNP5ZGBPUKODQ4L4RE' where id=1;
-update noar tt set b1='KRZT54RUHIIOGBRAZ7Q0' where id=1;
-update noar ti set b1='KRZT54RUHIIOGBRAZ7Q0' where id=1;
-update noar tt set v0='G9UB9LVW5C' where id=1;
-update noar ti set v0='G9UB9LVW5C' where id=1;
-update noar tt set b2='594RGPUQ6738NEZAGTG5ZEMBKY9' where id=1;
-update noar ti set b2='594RGPUQ6738NEZAGTG5ZEMBKY9' where id=1;
-update noar tt set v0='V2C' where id=2;
-update noar ti set v0='V2C' where id=2;
-update noar tt set b0='DZC6NFZW023RZPJEF8K9VBHN98FAV5O' where id=2;
-update noar ti set b0='DZC6NFZW023RZPJEF8K9VBHN98FAV5O' where id=2;
-update noar tt set v0='UOOBPBV53' where id=2;
-update noar ti set v0='UOOBPBV53' where id=2;
-update noar tt set b1='BW41MYTU2E4BGDJN6Z' where id=2;
-update noar ti set b1='BW41MYTU2E4BGDJN6Z' where id=2;
-update noar tt set v0='WN43Z4AAZ80W' where id=2;
-update noar ti set v0='WN43Z4AAZ80W' where id=2;
-update noar tt set b2='JTTYK3QVHHBGWYAIGC504FOZS1XJ5' where id=2;
-update noar ti set b2='JTTYK3QVHHBGWYAIGC504FOZS1XJ5' where id=2;
-update noar tt set v0='MI1KT' where id=3;
-update noar ti set v0='MI1KT' where id=3;
-update noar tt set b0='T1TJOALQQWM' where id=3;
-update noar ti set b0='T1TJOALQQWM' where id=3;
-update noar tt set v0='AIH6PR41ICGZ0BAE0SA77EL7NBC' where id=3;
-update noar ti set v0='AIH6PR41ICGZ0BAE0SA77EL7NBC' where id=3;
-update noar tt set b1='NVK6IIORGFBKG0WXRBCYR6H7R' where id=3;
-update noar ti set b1='NVK6IIORGFBKG0WXRBCYR6H7R' where id=3;
-update noar tt set v0='RMYFIPHXLDMHHILLDGR0PXLZVR' where id=3;
-update noar ti set v0='RMYFIPHXLDMHHILLDGR0PXLZVR' where id=3;
-update noar tt set b2='C5F6RJ4WPUT6FQOSS2GNJNSR78G9PAL' where id=3;
-update noar ti set b2='C5F6RJ4WPUT6FQOSS2GNJNSR78G9PAL' where id=3;
-update noar tt set v0='U8WK8TM6IN9TVFWFZG' where id=4;
-update noar ti set v0='U8WK8TM6IN9TVFWFZG' where id=4;
-update noar tt set b0='9MRBJDYNZVMB4J11DAKEPPNP' where id=4;
-update noar ti set b0='9MRBJDYNZVMB4J11DAKEPPNP' where id=4;
-update noar tt set v0='IV64YL7ONEJKS10H58UTIOJL' where id=4;
-update noar ti set v0='IV64YL7ONEJKS10H58UTIOJL' where id=4;
-update noar tt set b1='DMCKOREFOHPURS2JQ9AV4OL81QU8' where id=4;
-update noar ti set b1='DMCKOREFOHPURS2JQ9AV4OL81QU8' where id=4;
-update noar tt set v0='NDQVS4VMYAKX4NIX6AXBUQ0' where id=4;
-update noar ti set v0='NDQVS4VMYAKX4NIX6AXBUQ0' where id=4;
-update noar tt set b2='ZFL89395OILU1ENGJAAM' where id=4;
-update noar ti set b2='ZFL89395OILU1ENGJAAM' where id=4;
-update noar tt set v0='9KP9F90F8VOV' where id=5;
-update noar ti set v0='9KP9F90F8VOV' where id=5;
-update noar tt set b0='QAD1TZ3G4VR7E' where id=5;
-update noar ti set b0='QAD1TZ3G4VR7E' where id=5;
-update noar tt set v0='8EI150DNY1QNF7SX1384HTPF3IAHG' where id=5;
-update noar ti set v0='8EI150DNY1QNF7SX1384HTPF3IAHG' where id=5;
-update noar tt set b1='7AG7O3IW9SNK3CDRARU' where id=5;
-update noar ti set b1='7AG7O3IW9SNK3CDRARU' where id=5;
-update noar tt set v0='93DY8PIEHIYBNW5N78HC' where id=5;
-update noar ti set v0='93DY8PIEHIYBNW5N78HC' where id=5;
-update noar tt set b2='VTTT398NHC5TFATK5SUJ63EJYTJU2' where id=5;
-update noar ti set b2='VTTT398NHC5TFATK5SUJ63EJYTJU2' where id=5;
-update noar tt set v0='9V6CUWYXLJZJF44AEC0XCRWD512TWK0I' where id=6;
-update noar ti set v0='9V6CUWYXLJZJF44AEC0XCRWD512TWK0I' where id=6;
-update noar tt set b0='FB37HKBDAKD23ZZZP4Z3' where id=6;
-update noar ti set b0='FB37HKBDAKD23ZZZP4Z3' where id=6;
-update noar tt set v0='TP2MLYK14IH5S1D' where id=6;
-update noar ti set v0='TP2MLYK14IH5S1D' where id=6;
-update noar tt set b1='ZVINAO1EA36KB46D5YXHJ0' where id=6;
-update noar ti set b1='ZVINAO1EA36KB46D5YXHJ0' where id=6;
-update noar tt set v0='MZVUTNW246M40QX3XD5FSJPUO8N9WKAV' where id=6;
-update noar ti set v0='MZVUTNW246M40QX3XD5FSJPUO8N9WKAV' where id=6;
-update noar tt set b2='SMKR3N' where id=6;
-update noar ti set b2='SMKR3N' where id=6;
-update noar tt set v0='X8W4YF0191NKRO2AFAU' where id=7;
-update noar ti set v0='X8W4YF0191NKRO2AFAU' where id=7;
-update noar tt set b0='INQYC21Z2TF58QRQ3A89GSB5' where id=7;
-update noar ti set b0='INQYC21Z2TF58QRQ3A89GSB5' where id=7;
-update noar tt set v0='KXUIANCEXBWSL3FP4SGU' where id=7;
-update noar ti set v0='KXUIANCEXBWSL3FP4SGU' where id=7;
-update noar tt set b1='8RQKOE8FYOHIWA8WB' where id=7;
-update noar ti set b1='8RQKOE8FYOHIWA8WB' where id=7;
-update noar tt set v0='7QMZAYZ36FVC5F87' where id=7;
-update noar ti set v0='7QMZAYZ36FVC5F87' where id=7;
-update noar tt set b2='OIIPOOKV7ZZKR7HURPAL1MUL9PCZW40' where id=7;
-update noar ti set b2='OIIPOOKV7ZZKR7HURPAL1MUL9PCZW40' where id=7;
-update noar tt set v0='RZQQHZW1DQMN0JWXX8U4CFXZR9B89Q' where id=8;
-update noar ti set v0='RZQQHZW1DQMN0JWXX8U4CFXZR9B89Q' where id=8;
-update noar tt set b0='UC4N0WU3TCLB74I30FOWNMJQPPMUF50C' where id=8;
-update noar ti set b0='UC4N0WU3TCLB74I30FOWNMJQPPMUF50C' where id=8;
-update noar tt set v0='K1ZTD89TLKK103E09C8Q7' where id=8;
-update noar ti set v0='K1ZTD89TLKK103E09C8Q7' where id=8;
-update noar tt set b1='12NDKZ9HL' where id=8;
-update noar ti set b1='12NDKZ9HL' where id=8;
-update noar tt set v0='A442U8OULC7M2T5UB7416KL' where id=8;
-update noar ti set v0='A442U8OULC7M2T5UB7416KL' where id=8;
-update noar tt set b2='7ZJE82EX9XK7DL6L' where id=8;
-update noar ti set b2='7ZJE82EX9XK7DL6L' where id=8;
-update noar tt set v0='VOSU04MMOBI3009UXCM5' where id=9;
-update noar ti set v0='VOSU04MMOBI3009UXCM5' where id=9;
-update noar tt set b0='PRKEEUBGOTXA3' where id=9;
-update noar ti set b0='PRKEEUBGOTXA3' where id=9;
-update noar tt set v0='E32NQOLSN3KUSOTNNQ' where id=9;
-update noar ti set v0='E32NQOLSN3KUSOTNNQ' where id=9;
-update noar tt set b1='345AT8LGSTZVN4HTUJ2LM' where id=9;
-update noar ti set b1='345AT8LGSTZVN4HTUJ2LM' where id=9;
-update noar tt set v0='3IORRAI29CW97PMBOGPPDM29WOOD7' where id=9;
-update noar ti set v0='3IORRAI29CW97PMBOGPPDM29WOOD7' where id=9;
-update noar tt set b2='161CVACR' where id=9;
-update noar ti set b2='161CVACR' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) not null,
- b0 longblob not null,
- b1 blob not null,
- b2 mediumblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='S3WGRYWS1JL87K' where id=1;
-update noar ti set v0='S3WGRYWS1JL87K' where id=1;
-update noar tt set b0='ANUIZ2NNTQBUDA0T88L2RYZ44Q' where id=1;
-update noar ti set b0='ANUIZ2NNTQBUDA0T88L2RYZ44Q' where id=1;
-update noar tt set v0='E7KQ4DM76T29VJKJM' where id=1;
-update noar ti set v0='E7KQ4DM76T29VJKJM' where id=1;
-update noar tt set b1='RWPL' where id=1;
-update noar ti set b1='RWPL' where id=1;
-update noar tt set v0='L2ZEPTEO5LZID0SQTCPXODL6CB1RU' where id=1;
-update noar ti set v0='L2ZEPTEO5LZID0SQTCPXODL6CB1RU' where id=1;
-update noar tt set b2='M' where id=1;
-update noar ti set b2='M' where id=1;
-update noar tt set v0='605452XQRHQ' where id=2;
-update noar ti set v0='605452XQRHQ' where id=2;
-update noar tt set b0='S2Y1GNILERW5BX' where id=2;
-update noar ti set b0='S2Y1GNILERW5BX' where id=2;
-update noar tt set v0='322C' where id=2;
-update noar ti set v0='322C' where id=2;
-update noar tt set b1='F2TJ6BN8LP9D2KM8' where id=2;
-update noar ti set b1='F2TJ6BN8LP9D2KM8' where id=2;
-update noar tt set v0='JWR0IFLLBS' where id=2;
-update noar ti set v0='JWR0IFLLBS' where id=2;
-update noar tt set b2='6SLGPDR64QH1ZXQZQCX0EK564TH8SA' where id=2;
-update noar ti set b2='6SLGPDR64QH1ZXQZQCX0EK564TH8SA' where id=2;
-update noar tt set v0='6W' where id=3;
-update noar ti set v0='6W' where id=3;
-update noar tt set b0='Q3RL2U' where id=3;
-update noar ti set b0='Q3RL2U' where id=3;
-update noar tt set v0='LPGJ8XWM69B14YMLR' where id=3;
-update noar ti set v0='LPGJ8XWM69B14YMLR' where id=3;
-update noar tt set b1='GHQS7QEWEO9XE91UI4CB' where id=3;
-update noar ti set b1='GHQS7QEWEO9XE91UI4CB' where id=3;
-update noar tt set v0='H98TAFAKTIEGX' where id=3;
-update noar ti set v0='H98TAFAKTIEGX' where id=3;
-update noar tt set b2='1ET6ADIAABFH4L6B2AMYKYXWDQJROJ' where id=3;
-update noar ti set b2='1ET6ADIAABFH4L6B2AMYKYXWDQJROJ' where id=3;
-update noar tt set v0='U59L' where id=4;
-update noar ti set v0='U59L' where id=4;
-update noar tt set b0='0Y4JKSE8450D8SFL0' where id=4;
-update noar ti set b0='0Y4JKSE8450D8SFL0' where id=4;
-update noar tt set v0='29JZ7IN87653YDI9N0EVHEM' where id=4;
-update noar ti set v0='29JZ7IN87653YDI9N0EVHEM' where id=4;
-update noar tt set b1='QEBZE2HC3NP9U' where id=4;
-update noar ti set b1='QEBZE2HC3NP9U' where id=4;
-update noar tt set v0='4ED1URIBWQ9W1QQNGCDI' where id=4;
-update noar ti set v0='4ED1URIBWQ9W1QQNGCDI' where id=4;
-update noar tt set b2='X64F2F9E3JJ73VG68PAF5610O9VG' where id=4;
-update noar ti set b2='X64F2F9E3JJ73VG68PAF5610O9VG' where id=4;
-update noar tt set v0='TEHPUQ8383CZ6OJFP5CWAMJOFUD2Y47' where id=5;
-update noar ti set v0='TEHPUQ8383CZ6OJFP5CWAMJOFUD2Y47' where id=5;
-update noar tt set b0='3N1CRKKJVI5298D9PJEVLM8KGBY4N0' where id=5;
-update noar ti set b0='3N1CRKKJVI5298D9PJEVLM8KGBY4N0' where id=5;
-update noar tt set v0='54CE1XHYTI2ESZW398QWQAMFWDPCVR8' where id=5;
-update noar ti set v0='54CE1XHYTI2ESZW398QWQAMFWDPCVR8' where id=5;
-update noar tt set b1='2TCB3SDEGTPC4PLVO7J' where id=5;
-update noar ti set b1='2TCB3SDEGTPC4PLVO7J' where id=5;
-update noar tt set v0='XDVTJAWMK0YE3XZ6XT' where id=5;
-update noar ti set v0='XDVTJAWMK0YE3XZ6XT' where id=5;
-update noar tt set b2='5UB' where id=5;
-update noar ti set b2='5UB' where id=5;
-update noar tt set v0='P6WMWYCTZP8YC4S8FQ507W8R0GB' where id=6;
-update noar ti set v0='P6WMWYCTZP8YC4S8FQ507W8R0GB' where id=6;
-update noar tt set b0='XZU1SQ8YNN5JQBUK8PBDBRD9JDECQ' where id=6;
-update noar ti set b0='XZU1SQ8YNN5JQBUK8PBDBRD9JDECQ' where id=6;
-update noar tt set v0='JPQKP7HBTIRYC' where id=6;
-update noar ti set v0='JPQKP7HBTIRYC' where id=6;
-update noar tt set b1='HFTW8L0K' where id=6;
-update noar ti set b1='HFTW8L0K' where id=6;
-update noar tt set v0='9P79B8HRRW3IUKCP5G99YSUQ4BP2' where id=6;
-update noar ti set v0='9P79B8HRRW3IUKCP5G99YSUQ4BP2' where id=6;
-update noar tt set b2='Z8EI0HHMDU6M3176YYAWE89GFZ67ILN' where id=6;
-update noar ti set b2='Z8EI0HHMDU6M3176YYAWE89GFZ67ILN' where id=6;
-update noar tt set v0='R598N0WNNKZZ81MBQRR24WNEA83O' where id=7;
-update noar ti set v0='R598N0WNNKZZ81MBQRR24WNEA83O' where id=7;
-update noar tt set b0='2AFH2XG7BBE7Y6IMX' where id=7;
-update noar ti set b0='2AFH2XG7BBE7Y6IMX' where id=7;
-update noar tt set v0='GVL4L966AQCP39HH' where id=7;
-update noar ti set v0='GVL4L966AQCP39HH' where id=7;
-update noar tt set b1='3J2E90GHY1I' where id=7;
-update noar ti set b1='3J2E90GHY1I' where id=7;
-update noar tt set v0='3X4DERQ' where id=7;
-update noar ti set v0='3X4DERQ' where id=7;
-update noar tt set b2='MM7GCW7Z' where id=7;
-update noar ti set b2='MM7GCW7Z' where id=7;
-update noar tt set v0='2PRWPXXB29I5SFMRK6TZGMFUO6A' where id=8;
-update noar ti set v0='2PRWPXXB29I5SFMRK6TZGMFUO6A' where id=8;
-update noar tt set b0='RBRB9N9AK3LIWEJ9GVC7J1YIM' where id=8;
-update noar ti set b0='RBRB9N9AK3LIWEJ9GVC7J1YIM' where id=8;
-update noar tt set v0='W7THSP2D4K54RG8HJQNT12C' where id=8;
-update noar ti set v0='W7THSP2D4K54RG8HJQNT12C' where id=8;
-update noar tt set b1='GCH5CYW' where id=8;
-update noar ti set b1='GCH5CYW' where id=8;
-update noar tt set v0='F167WCWWYOFOPQH' where id=8;
-update noar ti set v0='F167WCWWYOFOPQH' where id=8;
-update noar tt set b2='29TW1DGZW3FNCA93VWNZBHOO5JP2Y' where id=8;
-update noar ti set b2='29TW1DGZW3FNCA93VWNZBHOO5JP2Y' where id=8;
-update noar tt set v0='O' where id=9;
-update noar ti set v0='O' where id=9;
-update noar tt set b0='OG8ZGD0CPFLSP' where id=9;
-update noar ti set b0='OG8ZGD0CPFLSP' where id=9;
-update noar tt set v0='FDP6R52NMT' where id=9;
-update noar ti set v0='FDP6R52NMT' where id=9;
-update noar tt set b1='2JRMGMPX3AYRI' where id=9;
-update noar ti set b1='2JRMGMPX3AYRI' where id=9;
-update noar tt set v0='DRFZVY2L5Y203E1S7S0VJSMVTXQUZGD' where id=9;
-update noar ti set v0='DRFZVY2L5Y203E1S7S0VJSMVTXQUZGD' where id=9;
-update noar tt set b2='KDVOG4LMBEQ3032BXUC7AYZD7GUHVGD' where id=9;
-update noar ti set b2='KDVOG4LMBEQ3032BXUC7AYZD7GUHVGD' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) null,
- b0 longblob null,
- b1 blob null,
- b2 longblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='FSW75BDDV1PMV3X986QWXKR7AAV5' where id=1;
-update noar ti set v0='FSW75BDDV1PMV3X986QWXKR7AAV5' where id=1;
-update noar tt set b0='JC' where id=1;
-update noar ti set b0='JC' where id=1;
-update noar tt set v0='ZM8X0DQAI5MOT7AYWG' where id=1;
-update noar ti set v0='ZM8X0DQAI5MOT7AYWG' where id=1;
-update noar tt set b1='BIAGAZJAG9T3IZME688IXY' where id=1;
-update noar ti set b1='BIAGAZJAG9T3IZME688IXY' where id=1;
-update noar tt set v0='RBWDFY62NS8ESMSRWIHEKNU32W10W5A0' where id=1;
-update noar ti set v0='RBWDFY62NS8ESMSRWIHEKNU32W10W5A0' where id=1;
-update noar tt set b2='YU4VQ3N1069EAP3IV' where id=1;
-update noar ti set b2='YU4VQ3N1069EAP3IV' where id=1;
-update noar tt set v0='JLGE7GCYFIRI3S2UWXFQ9VGKX9QUXIKM' where id=2;
-update noar ti set v0='JLGE7GCYFIRI3S2UWXFQ9VGKX9QUXIKM' where id=2;
-update noar tt set b0='YWG77Z4Y8HG7NBJ7WMR9O419X' where id=2;
-update noar ti set b0='YWG77Z4Y8HG7NBJ7WMR9O419X' where id=2;
-update noar tt set v0='T6DOCH0A0TRCYV' where id=2;
-update noar ti set v0='T6DOCH0A0TRCYV' where id=2;
-update noar tt set b1='ZHNETGL9ZN' where id=2;
-update noar ti set b1='ZHNETGL9ZN' where id=2;
-update noar tt set v0='L' where id=2;
-update noar ti set v0='L' where id=2;
-update noar tt set b2='GAPSO5HXJGKYSKKIEUMWV7ZZ9219' where id=2;
-update noar ti set b2='GAPSO5HXJGKYSKKIEUMWV7ZZ9219' where id=2;
-update noar tt set v0='ZZYZSKSWF50Z9WZS2IAOGBI5EN3' where id=3;
-update noar ti set v0='ZZYZSKSWF50Z9WZS2IAOGBI5EN3' where id=3;
-update noar tt set b0='CEVM974G1P0718EJ' where id=3;
-update noar ti set b0='CEVM974G1P0718EJ' where id=3;
-update noar tt set v0='H5S2ATW7C98DF9RPMMWL' where id=3;
-update noar ti set v0='H5S2ATW7C98DF9RPMMWL' where id=3;
-update noar tt set b1='X3JXFAX2M7COBCK9U4CCKD99ECDP' where id=3;
-update noar ti set b1='X3JXFAX2M7COBCK9U4CCKD99ECDP' where id=3;
-update noar tt set v0='MQYJ1XKFJ3PFPX9PGOL0E36W2L' where id=3;
-update noar ti set v0='MQYJ1XKFJ3PFPX9PGOL0E36W2L' where id=3;
-update noar tt set b2='R11FH6OGNN1AHWZQPMTIK' where id=3;
-update noar ti set b2='R11FH6OGNN1AHWZQPMTIK' where id=3;
-update noar tt set v0='GSQYPZWE4L5TG49FU0DM' where id=4;
-update noar ti set v0='GSQYPZWE4L5TG49FU0DM' where id=4;
-update noar tt set b0='Q9DU6YVORIO1Y7CLLZ4GSWQNYK' where id=4;
-update noar ti set b0='Q9DU6YVORIO1Y7CLLZ4GSWQNYK' where id=4;
-update noar tt set v0='A9GWMMIWZTFMXTENV05FGQ8SPVHOKL' where id=4;
-update noar ti set v0='A9GWMMIWZTFMXTENV05FGQ8SPVHOKL' where id=4;
-update noar tt set b1='SLG1MM87DROCQHN6PNHLLJIURHVQ0' where id=4;
-update noar ti set b1='SLG1MM87DROCQHN6PNHLLJIURHVQ0' where id=4;
-update noar tt set v0='N3Z42UT2SOFRQDGMC' where id=4;
-update noar ti set v0='N3Z42UT2SOFRQDGMC' where id=4;
-update noar tt set b2='FLMV1FQD64ILB3I0YELHQSPDAI9P4D5L' where id=4;
-update noar ti set b2='FLMV1FQD64ILB3I0YELHQSPDAI9P4D5L' where id=4;
-update noar tt set v0='ICLDS9J7TVOZ1' where id=5;
-update noar ti set v0='ICLDS9J7TVOZ1' where id=5;
-update noar tt set b0='2YGR189L95XJ6TVVLK6MSNI2YYGRL' where id=5;
-update noar ti set b0='2YGR189L95XJ6TVVLK6MSNI2YYGRL' where id=5;
-update noar tt set v0='YNA9KWNBVFV9I82Q' where id=5;
-update noar ti set v0='YNA9KWNBVFV9I82Q' where id=5;
-update noar tt set b1='GNOO' where id=5;
-update noar ti set b1='GNOO' where id=5;
-update noar tt set v0='3PTH' where id=5;
-update noar ti set v0='3PTH' where id=5;
-update noar tt set b2='NKLRJ6VASBQ' where id=5;
-update noar ti set b2='NKLRJ6VASBQ' where id=5;
-update noar tt set v0='SX5SX5NVWBO3J380IGRLVCOROGBI4WW' where id=6;
-update noar ti set v0='SX5SX5NVWBO3J380IGRLVCOROGBI4WW' where id=6;
-update noar tt set b0='B3R0UO2Q2E01PMDF7HZWAU6DKA4' where id=6;
-update noar ti set b0='B3R0UO2Q2E01PMDF7HZWAU6DKA4' where id=6;
-update noar tt set v0='CR04P4R36D5BQM' where id=6;
-update noar ti set v0='CR04P4R36D5BQM' where id=6;
-update noar tt set b1='GGIP0U' where id=6;
-update noar ti set b1='GGIP0U' where id=6;
-update noar tt set v0='CH4HDIAT4GTDC64MQ' where id=6;
-update noar ti set v0='CH4HDIAT4GTDC64MQ' where id=6;
-update noar tt set b2='FNIBYL9I1S9OXKBFVDO5CXNFEHMC' where id=6;
-update noar ti set b2='FNIBYL9I1S9OXKBFVDO5CXNFEHMC' where id=6;
-update noar tt set v0='02H' where id=7;
-update noar ti set v0='02H' where id=7;
-update noar tt set b0='C9E7H5C2EQOT1M' where id=7;
-update noar ti set b0='C9E7H5C2EQOT1M' where id=7;
-update noar tt set v0='DGFGS07K6DNCPC3MS3R' where id=7;
-update noar ti set v0='DGFGS07K6DNCPC3MS3R' where id=7;
-update noar tt set b1='Q0XONI3W9' where id=7;
-update noar ti set b1='Q0XONI3W9' where id=7;
-update noar tt set v0='JLA' where id=7;
-update noar ti set v0='JLA' where id=7;
-update noar tt set b2='QUTND2Z40XVU6I1374Y7DY4' where id=7;
-update noar ti set b2='QUTND2Z40XVU6I1374Y7DY4' where id=7;
-update noar tt set v0='8HF' where id=8;
-update noar ti set v0='8HF' where id=8;
-update noar tt set b0='WORURWAPBVPPGN0NLSM3EL' where id=8;
-update noar ti set b0='WORURWAPBVPPGN0NLSM3EL' where id=8;
-update noar tt set v0='R39N7LGH4WS7RS9ZUU41JG3' where id=8;
-update noar ti set v0='R39N7LGH4WS7RS9ZUU41JG3' where id=8;
-update noar tt set b1='WSLC6MIHAXWDH6XOOX1' where id=8;
-update noar ti set b1='WSLC6MIHAXWDH6XOOX1' where id=8;
-update noar tt set v0='UIVXW' where id=8;
-update noar ti set v0='UIVXW' where id=8;
-update noar tt set b2='0AS2JR3U946QVNOF9CHDSH1FE7VH' where id=8;
-update noar ti set b2='0AS2JR3U946QVNOF9CHDSH1FE7VH' where id=8;
-update noar tt set v0='MB75XVQOMALVJ' where id=9;
-update noar ti set v0='MB75XVQOMALVJ' where id=9;
-update noar tt set b0='2ABLE4QR49JE5JGSOYKXLLH45W' where id=9;
-update noar ti set b0='2ABLE4QR49JE5JGSOYKXLLH45W' where id=9;
-update noar tt set v0='ICGZHLQCZME9WGX2IEG1J' where id=9;
-update noar ti set v0='ICGZHLQCZME9WGX2IEG1J' where id=9;
-update noar tt set b1='NHKE4FV419DKF0LRP' where id=9;
-update noar ti set b1='NHKE4FV419DKF0LRP' where id=9;
-update noar tt set v0='Y276HO0ONEXAVTY' where id=9;
-update noar ti set v0='Y276HO0ONEXAVTY' where id=9;
-update noar tt set b2='8P6JLX4FO9THEXEKUFG6UUMFWDJZ7DZ8' where id=9;
-update noar ti set b2='8P6JLX4FO9THEXEKUFG6UUMFWDJZ7DZ8' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) null,
- b0 longblob null,
- b1 blob null,
- b2 longblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='L' where id=1;
-update noar ti set v0='L' where id=1;
-update noar tt set b0='IZDGVD23VNETNGY5XTLCHSPOCD' where id=1;
-update noar ti set b0='IZDGVD23VNETNGY5XTLCHSPOCD' where id=1;
-update noar tt set v0='UAX9SHXL53IFTHBOF11NIU7VFTQGFLFG' where id=1;
-update noar ti set v0='UAX9SHXL53IFTHBOF11NIU7VFTQGFLFG' where id=1;
-update noar tt set b1='B8J18ASUR15OQ4T' where id=1;
-update noar ti set b1='B8J18ASUR15OQ4T' where id=1;
-update noar tt set v0='5RUR2QM26SI' where id=1;
-update noar ti set v0='5RUR2QM26SI' where id=1;
-update noar tt set b2='8E0EP9Q61EHI5MYY3TJKDG' where id=1;
-update noar ti set b2='8E0EP9Q61EHI5MYY3TJKDG' where id=1;
-update noar tt set v0='QZYWCD' where id=2;
-update noar ti set v0='QZYWCD' where id=2;
-update noar tt set b0='BINEM1YJTSUNDCC876' where id=2;
-update noar ti set b0='BINEM1YJTSUNDCC876' where id=2;
-update noar tt set v0='P' where id=2;
-update noar ti set v0='P' where id=2;
-update noar tt set b1='7YUUSBRW7A6AT4PW1LX7B03FQ' where id=2;
-update noar ti set b1='7YUUSBRW7A6AT4PW1LX7B03FQ' where id=2;
-update noar tt set v0='A298' where id=2;
-update noar ti set v0='A298' where id=2;
-update noar tt set b2='GZYHSDQJQHYALX71VU93L' where id=2;
-update noar ti set b2='GZYHSDQJQHYALX71VU93L' where id=2;
-update noar tt set v0='D85O7I' where id=3;
-update noar ti set v0='D85O7I' where id=3;
-update noar tt set b0='CPA8QF9H9UX12KA81' where id=3;
-update noar ti set b0='CPA8QF9H9UX12KA81' where id=3;
-update noar tt set v0='FICQ84LZJFIP7PYL' where id=3;
-update noar ti set v0='FICQ84LZJFIP7PYL' where id=3;
-update noar tt set b1='IX3GC' where id=3;
-update noar ti set b1='IX3GC' where id=3;
-update noar tt set v0='F8BYMYYZK' where id=3;
-update noar ti set v0='F8BYMYYZK' where id=3;
-update noar tt set b2='DTY2J15TDF6QJ4ASDFHV' where id=3;
-update noar ti set b2='DTY2J15TDF6QJ4ASDFHV' where id=3;
-update noar tt set v0='JSFK' where id=4;
-update noar ti set v0='JSFK' where id=4;
-update noar tt set b0='PSGKQCI247AWJF4TYZOCYP2' where id=4;
-update noar ti set b0='PSGKQCI247AWJF4TYZOCYP2' where id=4;
-update noar tt set v0='CINJSK' where id=4;
-update noar ti set v0='CINJSK' where id=4;
-update noar tt set b1='71YNP5SHY3ACZ' where id=4;
-update noar ti set b1='71YNP5SHY3ACZ' where id=4;
-update noar tt set v0='WJ6FJ8ZS0731AKJR6X12SDJY' where id=4;
-update noar ti set v0='WJ6FJ8ZS0731AKJR6X12SDJY' where id=4;
-update noar tt set b2='RBNY60W2NIO401AZF0JABJS' where id=4;
-update noar ti set b2='RBNY60W2NIO401AZF0JABJS' where id=4;
-update noar tt set v0='41RSKPVDMZ9TJ2X0Y' where id=5;
-update noar ti set v0='41RSKPVDMZ9TJ2X0Y' where id=5;
-update noar tt set b0='RST9GQUA12JLRJWYT8SG03' where id=5;
-update noar ti set b0='RST9GQUA12JLRJWYT8SG03' where id=5;
-update noar tt set v0='SM9M2WFG2UFUPGKQ0BHK28PAVOPMMEDK' where id=5;
-update noar ti set v0='SM9M2WFG2UFUPGKQ0BHK28PAVOPMMEDK' where id=5;
-update noar tt set b1='JL7D3A5W6DTOSOJT387' where id=5;
-update noar ti set b1='JL7D3A5W6DTOSOJT387' where id=5;
-update noar tt set v0='G3GRW4A7T7NXYECN9S8' where id=5;
-update noar ti set v0='G3GRW4A7T7NXYECN9S8' where id=5;
-update noar tt set b2='JP3AP2RV3CHL6NLKH44W' where id=5;
-update noar ti set b2='JP3AP2RV3CHL6NLKH44W' where id=5;
-update noar tt set v0='HNEGO' where id=6;
-update noar ti set v0='HNEGO' where id=6;
-update noar tt set b0='U12549GNVN' where id=6;
-update noar ti set b0='U12549GNVN' where id=6;
-update noar tt set v0='DDL4V8N5D10UKHGOUAU' where id=6;
-update noar ti set v0='DDL4V8N5D10UKHGOUAU' where id=6;
-update noar tt set b1='B' where id=6;
-update noar ti set b1='B' where id=6;
-update noar tt set v0='B16NOL74LUGBL13JE9TXN79P64G' where id=6;
-update noar ti set v0='B16NOL74LUGBL13JE9TXN79P64G' where id=6;
-update noar tt set b2='BBSMZ5LNW9Y01F45U4Y3B3Z1SET8W' where id=6;
-update noar ti set b2='BBSMZ5LNW9Y01F45U4Y3B3Z1SET8W' where id=6;
-update noar tt set v0='P' where id=7;
-update noar ti set v0='P' where id=7;
-update noar tt set b0='KB5F87UYEMELU1TV8M6URR' where id=7;
-update noar ti set b0='KB5F87UYEMELU1TV8M6URR' where id=7;
-update noar tt set v0='VHY5G' where id=7;
-update noar ti set v0='VHY5G' where id=7;
-update noar tt set b1='XLIK3Q9BEC5CVUVKQEF0' where id=7;
-update noar ti set b1='XLIK3Q9BEC5CVUVKQEF0' where id=7;
-update noar tt set v0='PGFJOT537HSAX83GK63EIQWD7AFB' where id=7;
-update noar ti set v0='PGFJOT537HSAX83GK63EIQWD7AFB' where id=7;
-update noar tt set b2='ZGA' where id=7;
-update noar ti set b2='ZGA' where id=7;
-update noar tt set v0='6FY31V0YF8S9XUBBHQY' where id=8;
-update noar ti set v0='6FY31V0YF8S9XUBBHQY' where id=8;
-update noar tt set b0='2H6ICYISC3QGBMRQQIDU2Z' where id=8;
-update noar ti set b0='2H6ICYISC3QGBMRQQIDU2Z' where id=8;
-update noar tt set v0='UMI4K' where id=8;
-update noar ti set v0='UMI4K' where id=8;
-update noar tt set b1='CF9FSN7IOJ87XMIBTL3E1FQ38Q' where id=8;
-update noar ti set b1='CF9FSN7IOJ87XMIBTL3E1FQ38Q' where id=8;
-update noar tt set v0='T0IC0011NB' where id=8;
-update noar ti set v0='T0IC0011NB' where id=8;
-update noar tt set b2='2CLAVM6ICGB6C5GTRN9AHO' where id=8;
-update noar ti set b2='2CLAVM6ICGB6C5GTRN9AHO' where id=8;
-update noar tt set v0='44YSU3K9RQFOCJO9HDEWVVNA5Z' where id=9;
-update noar ti set v0='44YSU3K9RQFOCJO9HDEWVVNA5Z' where id=9;
-update noar tt set b0='7Q6D64RGUK3PUY' where id=9;
-update noar ti set b0='7Q6D64RGUK3PUY' where id=9;
-update noar tt set v0='NZ9IZYIWTQT8XX7EQTGTLO5Z' where id=9;
-update noar ti set v0='NZ9IZYIWTQT8XX7EQTGTLO5Z' where id=9;
-update noar tt set b1='4' where id=9;
-update noar ti set b1='4' where id=9;
-update noar tt set v0='QEH2B8FJFGMO4MKY6NL' where id=9;
-update noar ti set v0='QEH2B8FJFGMO4MKY6NL' where id=9;
-update noar tt set b2='ZU58H9' where id=9;
-update noar ti set b2='ZU58H9' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) not null,
- b0 longblob not null,
- b1 blob not null,
- b2 longblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='DTMX31LT49' where id=1;
-update noar ti set v0='DTMX31LT49' where id=1;
-update noar tt set b0='PAIW5VX' where id=1;
-update noar ti set b0='PAIW5VX' where id=1;
-update noar tt set v0='PQ1P3WOVPOAQ09BNOV6' where id=1;
-update noar ti set v0='PQ1P3WOVPOAQ09BNOV6' where id=1;
-update noar tt set b1='ZNMM2QH8D3' where id=1;
-update noar ti set b1='ZNMM2QH8D3' where id=1;
-update noar tt set v0='9' where id=1;
-update noar ti set v0='9' where id=1;
-update noar tt set b2='21EP4CDRGDO3P4GBDYWQEL' where id=1;
-update noar ti set b2='21EP4CDRGDO3P4GBDYWQEL' where id=1;
-update noar tt set v0='242U6W' where id=2;
-update noar ti set v0='242U6W' where id=2;
-update noar tt set b0='QY1GS8DC6G4W4TT4EMY3RP8' where id=2;
-update noar ti set b0='QY1GS8DC6G4W4TT4EMY3RP8' where id=2;
-update noar tt set v0='UHJMZKTNQYM07TR' where id=2;
-update noar ti set v0='UHJMZKTNQYM07TR' where id=2;
-update noar tt set b1='M' where id=2;
-update noar ti set b1='M' where id=2;
-update noar tt set v0='XX7JU2EWQCU' where id=2;
-update noar ti set v0='XX7JU2EWQCU' where id=2;
-update noar tt set b2='W' where id=2;
-update noar ti set b2='W' where id=2;
-update noar tt set v0='KK2GTOD6G' where id=3;
-update noar ti set v0='KK2GTOD6G' where id=3;
-update noar tt set b0='JUDSP5NKRSK57OQBR' where id=3;
-update noar ti set b0='JUDSP5NKRSK57OQBR' where id=3;
-update noar tt set v0='W66TIBKUX60QL3HOBI0AIFL17NW' where id=3;
-update noar ti set v0='W66TIBKUX60QL3HOBI0AIFL17NW' where id=3;
-update noar tt set b1='LC6D3Z' where id=3;
-update noar ti set b1='LC6D3Z' where id=3;
-update noar tt set v0='S708Z4E' where id=3;
-update noar ti set v0='S708Z4E' where id=3;
-update noar tt set b2='2FFK5' where id=3;
-update noar ti set b2='2FFK5' where id=3;
-update noar tt set v0='PT22MSDN13S6GE' where id=4;
-update noar ti set v0='PT22MSDN13S6GE' where id=4;
-update noar tt set b0='4H9DYO3EVGG0ERP5CJZDE91F8UU' where id=4;
-update noar ti set b0='4H9DYO3EVGG0ERP5CJZDE91F8UU' where id=4;
-update noar tt set v0='26AXFZS49ZF004BMLOGMB4PYNEWHA' where id=4;
-update noar ti set v0='26AXFZS49ZF004BMLOGMB4PYNEWHA' where id=4;
-update noar tt set b1='OBYGYWZJONTEX8GTDKC' where id=4;
-update noar ti set b1='OBYGYWZJONTEX8GTDKC' where id=4;
-update noar tt set v0='G9ZLLSPV3YKDQZ1X' where id=4;
-update noar ti set v0='G9ZLLSPV3YKDQZ1X' where id=4;
-update noar tt set b2='F5P74FRS78K4T1L' where id=4;
-update noar ti set b2='F5P74FRS78K4T1L' where id=4;
-update noar tt set v0='4T5R' where id=5;
-update noar ti set v0='4T5R' where id=5;
-update noar tt set b0='E9VY137EVTW8VSAKEENN0K1IPR6N' where id=5;
-update noar ti set b0='E9VY137EVTW8VSAKEENN0K1IPR6N' where id=5;
-update noar tt set v0='IR24U' where id=5;
-update noar ti set v0='IR24U' where id=5;
-update noar tt set b1='IFQNUF4Q' where id=5;
-update noar ti set b1='IFQNUF4Q' where id=5;
-update noar tt set v0='QUJBTXTAUP0YHF5C052RYEY4IN9' where id=5;
-update noar ti set v0='QUJBTXTAUP0YHF5C052RYEY4IN9' where id=5;
-update noar tt set b2='HHL2R52IHN3JS6FU7LKHB7QOB' where id=5;
-update noar ti set b2='HHL2R52IHN3JS6FU7LKHB7QOB' where id=5;
-update noar tt set v0='VGR1KV1OMROQ65YSRQYHT6ZVW' where id=6;
-update noar ti set v0='VGR1KV1OMROQ65YSRQYHT6ZVW' where id=6;
-update noar tt set b0='01O9NBGUVH9WNB4S025B1TZ9I' where id=6;
-update noar ti set b0='01O9NBGUVH9WNB4S025B1TZ9I' where id=6;
-update noar tt set v0='NU1VRWH1BY3XHQ' where id=6;
-update noar ti set v0='NU1VRWH1BY3XHQ' where id=6;
-update noar tt set b1='P1PBGYABXMC' where id=6;
-update noar ti set b1='P1PBGYABXMC' where id=6;
-update noar tt set v0='CDENN3JWMIVNF' where id=6;
-update noar ti set v0='CDENN3JWMIVNF' where id=6;
-update noar tt set b2='K5CPN6ZZMCF52D13G90' where id=6;
-update noar ti set b2='K5CPN6ZZMCF52D13G90' where id=6;
-update noar tt set v0='J0U5KLDWT20DX9BW3C1OJ0' where id=7;
-update noar ti set v0='J0U5KLDWT20DX9BW3C1OJ0' where id=7;
-update noar tt set b0='YVLF' where id=7;
-update noar ti set b0='YVLF' where id=7;
-update noar tt set v0='OBP0EPIUE8WZLG328CTIL' where id=7;
-update noar ti set v0='OBP0EPIUE8WZLG328CTIL' where id=7;
-update noar tt set b1='DZZ9MJ2CFU8YOH6FMX1' where id=7;
-update noar ti set b1='DZZ9MJ2CFU8YOH6FMX1' where id=7;
-update noar tt set v0='B1UU9' where id=7;
-update noar ti set v0='B1UU9' where id=7;
-update noar tt set b2='JGOJ1O5ESXBEN7QQNWK3K1N0JH' where id=7;
-update noar ti set b2='JGOJ1O5ESXBEN7QQNWK3K1N0JH' where id=7;
-update noar tt set v0='OOBQJZFN72H9C564B3MH' where id=8;
-update noar ti set v0='OOBQJZFN72H9C564B3MH' where id=8;
-update noar tt set b0='NZ0GGLHXVCZSCKY660KWQ5' where id=8;
-update noar ti set b0='NZ0GGLHXVCZSCKY660KWQ5' where id=8;
-update noar tt set v0='PW5E5EGXSO7QD30APF69HG' where id=8;
-update noar ti set v0='PW5E5EGXSO7QD30APF69HG' where id=8;
-update noar tt set b1='9UEC06C49JBF2399K7WE96UAKHKA' where id=8;
-update noar ti set b1='9UEC06C49JBF2399K7WE96UAKHKA' where id=8;
-update noar tt set v0='NJ' where id=8;
-update noar ti set v0='NJ' where id=8;
-update noar tt set b2='N0D1X57S5D38EKVICEQ' where id=8;
-update noar ti set b2='N0D1X57S5D38EKVICEQ' where id=8;
-update noar tt set v0='QYGRDIB1OK5KQYQL3NMZICWT54MVE645' where id=9;
-update noar ti set v0='QYGRDIB1OK5KQYQL3NMZICWT54MVE645' where id=9;
-update noar tt set b0='66P8RS0J2' where id=9;
-update noar ti set b0='66P8RS0J2' where id=9;
-update noar tt set v0='96UZN0ODBV1YIR2YFQUL9EL' where id=9;
-update noar ti set v0='96UZN0ODBV1YIR2YFQUL9EL' where id=9;
-update noar tt set b1='APCV460NQRTF' where id=9;
-update noar ti set b1='APCV460NQRTF' where id=9;
-update noar tt set v0='VOA55UOV17DCYAT' where id=9;
-update noar ti set v0='VOA55UOV17DCYAT' where id=9;
-update noar tt set b2='JCT7W515BQHB7SX9Q2DLDH7310HU' where id=9;
-update noar ti set b2='JCT7W515BQHB7SX9Q2DLDH7310HU' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) not null,
- b0 longblob not null,
- b1 blob not null,
- b2 longblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='IFHBN69C2W9IH8Q1I5' where id=1;
-update noar ti set v0='IFHBN69C2W9IH8Q1I5' where id=1;
-update noar tt set b0='K2EZPJMULWBD1Q9HMP' where id=1;
-update noar ti set b0='K2EZPJMULWBD1Q9HMP' where id=1;
-update noar tt set v0='V0Y' where id=1;
-update noar ti set v0='V0Y' where id=1;
-update noar tt set b1='FW' where id=1;
-update noar ti set b1='FW' where id=1;
-update noar tt set v0='1EQFFX4S7WO89IFGGFGTLGL' where id=1;
-update noar ti set v0='1EQFFX4S7WO89IFGGFGTLGL' where id=1;
-update noar tt set b2='H4P4VTTZZST92I7MAIUOLEFN' where id=1;
-update noar ti set b2='H4P4VTTZZST92I7MAIUOLEFN' where id=1;
-update noar tt set v0='7J0R6O6D4COSHLQOXTOL' where id=2;
-update noar ti set v0='7J0R6O6D4COSHLQOXTOL' where id=2;
-update noar tt set b0='756Y' where id=2;
-update noar ti set b0='756Y' where id=2;
-update noar tt set v0='MWJE44Z' where id=2;
-update noar ti set v0='MWJE44Z' where id=2;
-update noar tt set b1='RYSNYV4FA96AU' where id=2;
-update noar ti set b1='RYSNYV4FA96AU' where id=2;
-update noar tt set v0='3HVY' where id=2;
-update noar ti set v0='3HVY' where id=2;
-update noar tt set b2='54LHL' where id=2;
-update noar ti set b2='54LHL' where id=2;
-update noar tt set v0='6SUIYDNFL1WLYMEIDOBDXJHX8' where id=3;
-update noar ti set v0='6SUIYDNFL1WLYMEIDOBDXJHX8' where id=3;
-update noar tt set b0='TQQZ1NG4TZUYPQ4O99TGZGZUV' where id=3;
-update noar ti set b0='TQQZ1NG4TZUYPQ4O99TGZGZUV' where id=3;
-update noar tt set v0='T2K5EBKLKUMLNNGS' where id=3;
-update noar ti set v0='T2K5EBKLKUMLNNGS' where id=3;
-update noar tt set b1='6LFQMYZ3I2X' where id=3;
-update noar ti set b1='6LFQMYZ3I2X' where id=3;
-update noar tt set v0='V7RIZMDYL8UT6731QDD' where id=3;
-update noar ti set v0='V7RIZMDYL8UT6731QDD' where id=3;
-update noar tt set b2='I' where id=3;
-update noar ti set b2='I' where id=3;
-update noar tt set v0='7UYA84RHSB7XYZG' where id=4;
-update noar ti set v0='7UYA84RHSB7XYZG' where id=4;
-update noar tt set b0='IY' where id=4;
-update noar ti set b0='IY' where id=4;
-update noar tt set v0='FDFY6B' where id=4;
-update noar ti set v0='FDFY6B' where id=4;
-update noar tt set b1='K4A1DR46UCEKTQD83OILDY' where id=4;
-update noar ti set b1='K4A1DR46UCEKTQD83OILDY' where id=4;
-update noar tt set v0='0LYV0Y65VWVGJ9EW' where id=4;
-update noar ti set v0='0LYV0Y65VWVGJ9EW' where id=4;
-update noar tt set b2='BHC6AABZIM' where id=4;
-update noar ti set b2='BHC6AABZIM' where id=4;
-update noar tt set v0='YUZOM62M3ZD1DKS7YS' where id=5;
-update noar ti set v0='YUZOM62M3ZD1DKS7YS' where id=5;
-update noar tt set b0='MWKGIRKGIGJHJ6ZEQ0E1Z1GM0' where id=5;
-update noar ti set b0='MWKGIRKGIGJHJ6ZEQ0E1Z1GM0' where id=5;
-update noar tt set v0='AMG85TBX5SNXT' where id=5;
-update noar ti set v0='AMG85TBX5SNXT' where id=5;
-update noar tt set b1='LXTBW' where id=5;
-update noar ti set b1='LXTBW' where id=5;
-update noar tt set v0='PNNQ48WUL9D921YV51XLKDCWN42UYXUD' where id=5;
-update noar ti set v0='PNNQ48WUL9D921YV51XLKDCWN42UYXUD' where id=5;
-update noar tt set b2='WNXM0XP8NCVBV' where id=5;
-update noar ti set b2='WNXM0XP8NCVBV' where id=5;
-update noar tt set v0='7P3SMXKNRDE6B43PAZ2QYDY' where id=6;
-update noar ti set v0='7P3SMXKNRDE6B43PAZ2QYDY' where id=6;
-update noar tt set b0='S3S0BKWUVSVAY55AYVWF9T3D8Y8BGG' where id=6;
-update noar ti set b0='S3S0BKWUVSVAY55AYVWF9T3D8Y8BGG' where id=6;
-update noar tt set v0='U6L4233IRRA3J2W9GM8NH75KCZ' where id=6;
-update noar ti set v0='U6L4233IRRA3J2W9GM8NH75KCZ' where id=6;
-update noar tt set b1='6KZ5V5CV3PK3QH6JZO8QVGV59BP' where id=6;
-update noar ti set b1='6KZ5V5CV3PK3QH6JZO8QVGV59BP' where id=6;
-update noar tt set v0='JSOG8BT7Z7A' where id=6;
-update noar ti set v0='JSOG8BT7Z7A' where id=6;
-update noar tt set b2='7AXL8J9L411W4W' where id=6;
-update noar ti set b2='7AXL8J9L411W4W' where id=6;
-update noar tt set v0='VXRGTZGXFOQSGM6WCDUMR3' where id=7;
-update noar ti set v0='VXRGTZGXFOQSGM6WCDUMR3' where id=7;
-update noar tt set b0='E6N1DZ0HCJN7TWR57ZKUZ29341IEQ' where id=7;
-update noar ti set b0='E6N1DZ0HCJN7TWR57ZKUZ29341IEQ' where id=7;
-update noar tt set v0='EMNHTOWOPS4RM8KIKV5TQ4LA7U9RDOP9' where id=7;
-update noar ti set v0='EMNHTOWOPS4RM8KIKV5TQ4LA7U9RDOP9' where id=7;
-update noar tt set b1='Q2CKSPZGM02UOITDSHLFNGZN' where id=7;
-update noar ti set b1='Q2CKSPZGM02UOITDSHLFNGZN' where id=7;
-update noar tt set v0='5IYW' where id=7;
-update noar ti set v0='5IYW' where id=7;
-update noar tt set b2='I8OXFV24GB6G' where id=7;
-update noar ti set b2='I8OXFV24GB6G' where id=7;
-update noar tt set v0='3S60974J' where id=8;
-update noar ti set v0='3S60974J' where id=8;
-update noar tt set b0='0PII0CSKGOUX9SZ1N319' where id=8;
-update noar ti set b0='0PII0CSKGOUX9SZ1N319' where id=8;
-update noar tt set v0='Z7TYZQUWV9' where id=8;
-update noar ti set v0='Z7TYZQUWV9' where id=8;
-update noar tt set b1='P40KW6Y4EGGC0V' where id=8;
-update noar ti set b1='P40KW6Y4EGGC0V' where id=8;
-update noar tt set v0='2S' where id=8;
-update noar ti set v0='2S' where id=8;
-update noar tt set b2='HZ8R527GG7982M63' where id=8;
-update noar ti set b2='HZ8R527GG7982M63' where id=8;
-update noar tt set v0='B16XUAD5I' where id=9;
-update noar ti set v0='B16XUAD5I' where id=9;
-update noar tt set b0='R' where id=9;
-update noar ti set b0='R' where id=9;
-update noar tt set v0='CPWNEW3ST3D2' where id=9;
-update noar ti set v0='CPWNEW3ST3D2' where id=9;
-update noar tt set b1='U0YF3J7V4EM6DL85C3' where id=9;
-update noar ti set b1='U0YF3J7V4EM6DL85C3' where id=9;
-update noar tt set v0='HX01FHNZ1901HRG49X' where id=9;
-update noar ti set v0='HX01FHNZ1901HRG49X' where id=9;
-update noar tt set b2='7F9GOYGBGTP031UO19RHET1UFUC1L' where id=9;
-update noar ti set b2='7F9GOYGBGTP031UO19RHET1UFUC1L' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) null,
- b0 longblob null,
- b1 mediumblob null,
- b2 tinyblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='KKG71HYAK6VH4' where id=1;
-update noar ti set v0='KKG71HYAK6VH4' where id=1;
-update noar tt set b0='7NL8U' where id=1;
-update noar ti set b0='7NL8U' where id=1;
-update noar tt set v0='K6NK3340PXQHMIGCI66' where id=1;
-update noar ti set v0='K6NK3340PXQHMIGCI66' where id=1;
-update noar tt set b1='X0E2E7DJ9DU4D084BRA00F9PO3Z9TS' where id=1;
-update noar ti set b1='X0E2E7DJ9DU4D084BRA00F9PO3Z9TS' where id=1;
-update noar tt set v0='EPNZ8F5KYZQXVTMA' where id=1;
-update noar ti set v0='EPNZ8F5KYZQXVTMA' where id=1;
-update noar tt set b2='JU91' where id=1;
-update noar ti set b2='JU91' where id=1;
-update noar tt set v0='1CZK' where id=2;
-update noar ti set v0='1CZK' where id=2;
-update noar tt set b0='1U4HOMCUNG7FECITNRBWEV049JHEE' where id=2;
-update noar ti set b0='1U4HOMCUNG7FECITNRBWEV049JHEE' where id=2;
-update noar tt set v0='LONF7ZLFZ11I9I42WBLVEFI09R2I' where id=2;
-update noar ti set v0='LONF7ZLFZ11I9I42WBLVEFI09R2I' where id=2;
-update noar tt set b1='CT9UF0XFJXDU5HYFG5JK9M' where id=2;
-update noar ti set b1='CT9UF0XFJXDU5HYFG5JK9M' where id=2;
-update noar tt set v0='04SEPXRP2KX0OJBX5R08W789FH75R' where id=2;
-update noar ti set v0='04SEPXRP2KX0OJBX5R08W789FH75R' where id=2;
-update noar tt set b2='QRYYAZO4ODLRHL0YKJ' where id=2;
-update noar ti set b2='QRYYAZO4ODLRHL0YKJ' where id=2;
-update noar tt set v0='C15Q13TVWFIMUCJ3QP122G241OT' where id=3;
-update noar ti set v0='C15Q13TVWFIMUCJ3QP122G241OT' where id=3;
-update noar tt set b0='BE5YU6UTBNMU' where id=3;
-update noar ti set b0='BE5YU6UTBNMU' where id=3;
-update noar tt set v0='ZVJEMU6EZN9S0VQINI02J1M1BRE2EPDK' where id=3;
-update noar ti set v0='ZVJEMU6EZN9S0VQINI02J1M1BRE2EPDK' where id=3;
-update noar tt set b1='TB1RUWW1YNZ6CEMMKM04254EMF14B' where id=3;
-update noar ti set b1='TB1RUWW1YNZ6CEMMKM04254EMF14B' where id=3;
-update noar tt set v0='LCO31M3M3N588RBRR7BKP0ADLX2U' where id=3;
-update noar ti set v0='LCO31M3M3N588RBRR7BKP0ADLX2U' where id=3;
-update noar tt set b2='OEZQAOA9VQZ384NH2PM9KH9XHNF' where id=3;
-update noar ti set b2='OEZQAOA9VQZ384NH2PM9KH9XHNF' where id=3;
-update noar tt set v0='IXAGO2SGMFQBKGK6UMCTRNTFKCCJ8' where id=4;
-update noar ti set v0='IXAGO2SGMFQBKGK6UMCTRNTFKCCJ8' where id=4;
-update noar tt set b0='GYHL1BJU34B4WE6JR8M7M' where id=4;
-update noar ti set b0='GYHL1BJU34B4WE6JR8M7M' where id=4;
-update noar tt set v0='AKXGGKICASNTJEZ' where id=4;
-update noar ti set v0='AKXGGKICASNTJEZ' where id=4;
-update noar tt set b1='8B5JNCBCM2O59V69OV18DNGMP9' where id=4;
-update noar ti set b1='8B5JNCBCM2O59V69OV18DNGMP9' where id=4;
-update noar tt set v0='J8Q6TD1C7RP2U107XA5' where id=4;
-update noar ti set v0='J8Q6TD1C7RP2U107XA5' where id=4;
-update noar tt set b2='4H7RUEITVZJHVBLGVXCSOMO53F7LLG' where id=4;
-update noar ti set b2='4H7RUEITVZJHVBLGVXCSOMO53F7LLG' where id=4;
-update noar tt set v0='8TRLGUPWI3' where id=5;
-update noar ti set v0='8TRLGUPWI3' where id=5;
-update noar tt set b0='MWS8G1Y2' where id=5;
-update noar ti set b0='MWS8G1Y2' where id=5;
-update noar tt set v0='W4FFGSYVW45WYPSWEZIUE4PZ7IFGN' where id=5;
-update noar ti set v0='W4FFGSYVW45WYPSWEZIUE4PZ7IFGN' where id=5;
-update noar tt set b1='W217SSVSLM2R1MRU50MJOPTI6OQ' where id=5;
-update noar ti set b1='W217SSVSLM2R1MRU50MJOPTI6OQ' where id=5;
-update noar tt set v0='YC00FBB0JF66CCCXX5V8L7OR1' where id=5;
-update noar ti set v0='YC00FBB0JF66CCCXX5V8L7OR1' where id=5;
-update noar tt set b2='557MUWJP0O83PMQU' where id=5;
-update noar ti set b2='557MUWJP0O83PMQU' where id=5;
-update noar tt set v0='6AZBII' where id=6;
-update noar ti set v0='6AZBII' where id=6;
-update noar tt set b0='CH' where id=6;
-update noar ti set b0='CH' where id=6;
-update noar tt set v0='TDNXQ3XSJRNZMHAIEC6UPMWBRLE05U' where id=6;
-update noar ti set v0='TDNXQ3XSJRNZMHAIEC6UPMWBRLE05U' where id=6;
-update noar tt set b1='O38TW8PN97HD' where id=6;
-update noar ti set b1='O38TW8PN97HD' where id=6;
-update noar tt set v0='1M0XYF8A912WNXOKUTMK2G1GM1J' where id=6;
-update noar ti set v0='1M0XYF8A912WNXOKUTMK2G1GM1J' where id=6;
-update noar tt set b2='VSYZYABAT89SLCDSELCYN8' where id=6;
-update noar ti set b2='VSYZYABAT89SLCDSELCYN8' where id=6;
-update noar tt set v0='8' where id=7;
-update noar ti set v0='8' where id=7;
-update noar tt set b0='WF35' where id=7;
-update noar ti set b0='WF35' where id=7;
-update noar tt set v0='3RN2C3KSOA4EPYYIFIX' where id=7;
-update noar ti set v0='3RN2C3KSOA4EPYYIFIX' where id=7;
-update noar tt set b1='ZTP75F0LLL3DS57Q8RC9EON' where id=7;
-update noar ti set b1='ZTP75F0LLL3DS57Q8RC9EON' where id=7;
-update noar tt set v0='HVPK4RS5JD3T49' where id=7;
-update noar ti set v0='HVPK4RS5JD3T49' where id=7;
-update noar tt set b2='S51AMSCGIVVAYITZUHFPAKT10FA' where id=7;
-update noar ti set b2='S51AMSCGIVVAYITZUHFPAKT10FA' where id=7;
-update noar tt set v0='E1RNRITTQ5YSTRBG7V78L' where id=8;
-update noar ti set v0='E1RNRITTQ5YSTRBG7V78L' where id=8;
-update noar tt set b0='LA7' where id=8;
-update noar ti set b0='LA7' where id=8;
-update noar tt set v0='1BEH' where id=8;
-update noar ti set v0='1BEH' where id=8;
-update noar tt set b1='UCK8ZHJDJL74ZUKTYLS5' where id=8;
-update noar ti set b1='UCK8ZHJDJL74ZUKTYLS5' where id=8;
-update noar tt set v0='QQPM3U' where id=8;
-update noar ti set v0='QQPM3U' where id=8;
-update noar tt set b2='4TCJ' where id=8;
-update noar ti set b2='4TCJ' where id=8;
-update noar tt set v0='PMGHI89V66IJ' where id=9;
-update noar ti set v0='PMGHI89V66IJ' where id=9;
-update noar tt set b0='PO35OJSKFGBZMOZH' where id=9;
-update noar ti set b0='PO35OJSKFGBZMOZH' where id=9;
-update noar tt set v0='2HBC0KY622IQYGZP8ALS3PRRX' where id=9;
-update noar ti set v0='2HBC0KY622IQYGZP8ALS3PRRX' where id=9;
-update noar tt set b1='ZWYQG68SMETHER41VGT41H9E468YIVN' where id=9;
-update noar ti set b1='ZWYQG68SMETHER41VGT41H9E468YIVN' where id=9;
-update noar tt set v0='M' where id=9;
-update noar ti set v0='M' where id=9;
-update noar tt set b2='NP5FWUCRIMC4DNH7RPB4GTCL03PLU5UW' where id=9;
-update noar ti set b2='NP5FWUCRIMC4DNH7RPB4GTCL03PLU5UW' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) null,
- b0 longblob null,
- b1 mediumblob null,
- b2 tinyblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='5HJABLX3Y7MQMAPU2OWCGN8GFTEEYM' where id=1;
-update noar ti set v0='5HJABLX3Y7MQMAPU2OWCGN8GFTEEYM' where id=1;
-update noar tt set b0='15LBEF35' where id=1;
-update noar ti set b0='15LBEF35' where id=1;
-update noar tt set v0='ULVX' where id=1;
-update noar ti set v0='ULVX' where id=1;
-update noar tt set b1='C0PO' where id=1;
-update noar ti set b1='C0PO' where id=1;
-update noar tt set v0='3' where id=1;
-update noar ti set v0='3' where id=1;
-update noar tt set b2='681J7U6IQSZ2UPRY' where id=1;
-update noar ti set b2='681J7U6IQSZ2UPRY' where id=1;
-update noar tt set v0='AISOC' where id=2;
-update noar ti set v0='AISOC' where id=2;
-update noar tt set b0='GWUH8008KDKY668UAL7XADPA' where id=2;
-update noar ti set b0='GWUH8008KDKY668UAL7XADPA' where id=2;
-update noar tt set v0='1RN0I8A1XXRDZTPAQD5PK5G76U7J3TZV' where id=2;
-update noar ti set v0='1RN0I8A1XXRDZTPAQD5PK5G76U7J3TZV' where id=2;
-update noar tt set b1='QFFST3U6W4M7W8CHWE' where id=2;
-update noar ti set b1='QFFST3U6W4M7W8CHWE' where id=2;
-update noar tt set v0='O9HDG3BFOH' where id=2;
-update noar ti set v0='O9HDG3BFOH' where id=2;
-update noar tt set b2='B1COOU87L5M55BFKMPE4PDZNEFW5P' where id=2;
-update noar ti set b2='B1COOU87L5M55BFKMPE4PDZNEFW5P' where id=2;
-update noar tt set v0='M4YWI9TLG2HVBUYJBBGYO' where id=3;
-update noar ti set v0='M4YWI9TLG2HVBUYJBBGYO' where id=3;
-update noar tt set b0='62BZ4UKSX9' where id=3;
-update noar ti set b0='62BZ4UKSX9' where id=3;
-update noar tt set v0='1ZNSRP6FMQNYHFV8P' where id=3;
-update noar ti set v0='1ZNSRP6FMQNYHFV8P' where id=3;
-update noar tt set b1='VK424ARYYBMHWJK0EV8JKRMQ6T2YU8' where id=3;
-update noar ti set b1='VK424ARYYBMHWJK0EV8JKRMQ6T2YU8' where id=3;
-update noar tt set v0='6ZT2WWXD8MGDTHEE' where id=3;
-update noar ti set v0='6ZT2WWXD8MGDTHEE' where id=3;
-update noar tt set b2='HWHVNHMQAL54B4FLGZAXWN5THG' where id=3;
-update noar ti set b2='HWHVNHMQAL54B4FLGZAXWN5THG' where id=3;
-update noar tt set v0='9NQBVBGBHAN090' where id=4;
-update noar ti set v0='9NQBVBGBHAN090' where id=4;
-update noar tt set b0='PN27FCP2YN7BD5ZIRBZ45SS' where id=4;
-update noar ti set b0='PN27FCP2YN7BD5ZIRBZ45SS' where id=4;
-update noar tt set v0='OTA' where id=4;
-update noar ti set v0='OTA' where id=4;
-update noar tt set b1='TU70S6R3M6IDHRHCORFTS6' where id=4;
-update noar ti set b1='TU70S6R3M6IDHRHCORFTS6' where id=4;
-update noar tt set v0='TQMVKV9OP3AFS5NO8709KUZ1EJ' where id=4;
-update noar ti set v0='TQMVKV9OP3AFS5NO8709KUZ1EJ' where id=4;
-update noar tt set b2='4HV' where id=4;
-update noar ti set b2='4HV' where id=4;
-update noar tt set v0='HV33UANAE3KR8EZI460WD2' where id=5;
-update noar ti set v0='HV33UANAE3KR8EZI460WD2' where id=5;
-update noar tt set b0='GQVKLO6VQG42CD47LL68SLQSXOX60UR' where id=5;
-update noar ti set b0='GQVKLO6VQG42CD47LL68SLQSXOX60UR' where id=5;
-update noar tt set v0='40K5QSJ' where id=5;
-update noar ti set v0='40K5QSJ' where id=5;
-update noar tt set b1='JL3WX8LEGQ1ONZT69QIHDLQ5LL' where id=5;
-update noar ti set b1='JL3WX8LEGQ1ONZT69QIHDLQ5LL' where id=5;
-update noar tt set v0='0LSTCMFPGM51' where id=5;
-update noar ti set v0='0LSTCMFPGM51' where id=5;
-update noar tt set b2='MX0BFS7BA' where id=5;
-update noar ti set b2='MX0BFS7BA' where id=5;
-update noar tt set v0='YCG5Z904G9PEEEE' where id=6;
-update noar ti set v0='YCG5Z904G9PEEEE' where id=6;
-update noar tt set b0='FK8' where id=6;
-update noar ti set b0='FK8' where id=6;
-update noar tt set v0='1W2IAM53X' where id=6;
-update noar ti set v0='1W2IAM53X' where id=6;
-update noar tt set b1='5PUKX7ELP2ZA0T11N1AZ6QD7' where id=6;
-update noar ti set b1='5PUKX7ELP2ZA0T11N1AZ6QD7' where id=6;
-update noar tt set v0='449S1CG59A89YMYXFSHXF6KUGFMV8' where id=6;
-update noar ti set v0='449S1CG59A89YMYXFSHXF6KUGFMV8' where id=6;
-update noar tt set b2='FVAUG17IK4F5DV0HYLSRD2' where id=6;
-update noar ti set b2='FVAUG17IK4F5DV0HYLSRD2' where id=6;
-update noar tt set v0='GR7DFFQUPUQGKQ6EXQ8P5VVOFR49NK9O' where id=7;
-update noar ti set v0='GR7DFFQUPUQGKQ6EXQ8P5VVOFR49NK9O' where id=7;
-update noar tt set b0='PAUXCKPS9BP8SLG39UI8C5' where id=7;
-update noar ti set b0='PAUXCKPS9BP8SLG39UI8C5' where id=7;
-update noar tt set v0='KV1ADBOZJ13DJQKUMAO3' where id=7;
-update noar ti set v0='KV1ADBOZJ13DJQKUMAO3' where id=7;
-update noar tt set b1='6X2WO0' where id=7;
-update noar ti set b1='6X2WO0' where id=7;
-update noar tt set v0='6WNKIIPT89M29CG' where id=7;
-update noar ti set v0='6WNKIIPT89M29CG' where id=7;
-update noar tt set b2='VHU4MTJIUERQ9Y' where id=7;
-update noar ti set b2='VHU4MTJIUERQ9Y' where id=7;
-update noar tt set v0='WJIJRUOO5C9616IXN90Y6K0FHKH57H' where id=8;
-update noar ti set v0='WJIJRUOO5C9616IXN90Y6K0FHKH57H' where id=8;
-update noar tt set b0='2OEFAFFMRP1TWXZWU6L2X7ZHJDIIGFQ' where id=8;
-update noar ti set b0='2OEFAFFMRP1TWXZWU6L2X7ZHJDIIGFQ' where id=8;
-update noar tt set v0='DNDBTWE9DYO3ZIBH9YIN' where id=8;
-update noar ti set v0='DNDBTWE9DYO3ZIBH9YIN' where id=8;
-update noar tt set b1='V2B1WA' where id=8;
-update noar ti set b1='V2B1WA' where id=8;
-update noar tt set v0='8Y7AHSDA2F' where id=8;
-update noar ti set v0='8Y7AHSDA2F' where id=8;
-update noar tt set b2='BTIIE2VHX43Q7TK5YWER247XXNQ' where id=8;
-update noar ti set b2='BTIIE2VHX43Q7TK5YWER247XXNQ' where id=8;
-update noar tt set v0='PLDT1PNNR8RJH1HXQVQSJ' where id=9;
-update noar ti set v0='PLDT1PNNR8RJH1HXQVQSJ' where id=9;
-update noar tt set b0='8FJOI6XSW121Q56SV02HE8L2XEX' where id=9;
-update noar ti set b0='8FJOI6XSW121Q56SV02HE8L2XEX' where id=9;
-update noar tt set v0='R4MDOOMPUVWFSM2PDSB4AOJVZR7Y' where id=9;
-update noar ti set v0='R4MDOOMPUVWFSM2PDSB4AOJVZR7Y' where id=9;
-update noar tt set b1='PBTAUBEYQ4J4PCXZQTVA9LAZV19DP3T' where id=9;
-update noar ti set b1='PBTAUBEYQ4J4PCXZQTVA9LAZV19DP3T' where id=9;
-update noar tt set v0='A3F5ZW201WYLZ1UFFF6KSBJ1C' where id=9;
-update noar ti set v0='A3F5ZW201WYLZ1UFFF6KSBJ1C' where id=9;
-update noar tt set b2='NMNOLAVSYOIFTUSEIQBWSAOKKAI2R7' where id=9;
-update noar ti set b2='NMNOLAVSYOIFTUSEIQBWSAOKKAI2R7' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) not null,
- b0 longblob not null,
- b1 mediumblob not null,
- b2 tinyblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='8K7' where id=1;
-update noar ti set v0='8K7' where id=1;
-update noar tt set b0='YHTFQ5CNLDJ' where id=1;
-update noar ti set b0='YHTFQ5CNLDJ' where id=1;
-update noar tt set v0='4TQD' where id=1;
-update noar ti set v0='4TQD' where id=1;
-update noar tt set b1='LPVX1U2IX8JZYAZ6J0DR52BSN6D0' where id=1;
-update noar ti set b1='LPVX1U2IX8JZYAZ6J0DR52BSN6D0' where id=1;
-update noar tt set v0='PZEDC2A7OCSHSSVWWMJ68X' where id=1;
-update noar ti set v0='PZEDC2A7OCSHSSVWWMJ68X' where id=1;
-update noar tt set b2='6JXGU' where id=1;
-update noar ti set b2='6JXGU' where id=1;
-update noar tt set v0='FMY45C6R' where id=2;
-update noar ti set v0='FMY45C6R' where id=2;
-update noar tt set b0='DZPNU7UOJMRZ32' where id=2;
-update noar ti set b0='DZPNU7UOJMRZ32' where id=2;
-update noar tt set v0='6O8RKDQ037LS21J2RI0251W3POML' where id=2;
-update noar ti set v0='6O8RKDQ037LS21J2RI0251W3POML' where id=2;
-update noar tt set b1='2EE7HQ7M0HNS5544HRA' where id=2;
-update noar ti set b1='2EE7HQ7M0HNS5544HRA' where id=2;
-update noar tt set v0='REX08ZX' where id=2;
-update noar ti set v0='REX08ZX' where id=2;
-update noar tt set b2='30Y9U53YHCQ3AT2W9RCFZHDZ19W9LL9' where id=2;
-update noar ti set b2='30Y9U53YHCQ3AT2W9RCFZHDZ19W9LL9' where id=2;
-update noar tt set v0='8N5B0SJ' where id=3;
-update noar ti set v0='8N5B0SJ' where id=3;
-update noar tt set b0='VFA0U16AIWNPR5QV95CU9UTZ0R4IO7' where id=3;
-update noar ti set b0='VFA0U16AIWNPR5QV95CU9UTZ0R4IO7' where id=3;
-update noar tt set v0='9J77DG0' where id=3;
-update noar ti set v0='9J77DG0' where id=3;
-update noar tt set b1='TF2NVS7GN18EZ5OWAIM3APUK7MB' where id=3;
-update noar ti set b1='TF2NVS7GN18EZ5OWAIM3APUK7MB' where id=3;
-update noar tt set v0='E6EL9QY' where id=3;
-update noar ti set v0='E6EL9QY' where id=3;
-update noar tt set b2='5L6M2D' where id=3;
-update noar ti set b2='5L6M2D' where id=3;
-update noar tt set v0='ENJTUAV1MMFBL' where id=4;
-update noar ti set v0='ENJTUAV1MMFBL' where id=4;
-update noar tt set b0='C8AWSZ7ZXP8KLT9LW' where id=4;
-update noar ti set b0='C8AWSZ7ZXP8KLT9LW' where id=4;
-update noar tt set v0='2QIPFZ5R8PTEIWJKQZTVLANR6617F' where id=4;
-update noar ti set v0='2QIPFZ5R8PTEIWJKQZTVLANR6617F' where id=4;
-update noar tt set b1='UKCCS6TX8LHKVKOP' where id=4;
-update noar ti set b1='UKCCS6TX8LHKVKOP' where id=4;
-update noar tt set v0='4HP1TA9VI4EFFI6YIO' where id=4;
-update noar ti set v0='4HP1TA9VI4EFFI6YIO' where id=4;
-update noar tt set b2='7PLPI2NWS94829G1RRFCY1BZJ' where id=4;
-update noar ti set b2='7PLPI2NWS94829G1RRFCY1BZJ' where id=4;
-update noar tt set v0='H2H5FRLZGF70985BKZUWGZ1O' where id=5;
-update noar ti set v0='H2H5FRLZGF70985BKZUWGZ1O' where id=5;
-update noar tt set b0='LCSXXVOYGW8C6LJDCFV9USHTYAK3' where id=5;
-update noar ti set b0='LCSXXVOYGW8C6LJDCFV9USHTYAK3' where id=5;
-update noar tt set v0='VSFP3X7QQHR' where id=5;
-update noar ti set v0='VSFP3X7QQHR' where id=5;
-update noar tt set b1='4YHFHDXFIC6WTY922XM4RJ30Q5' where id=5;
-update noar ti set b1='4YHFHDXFIC6WTY922XM4RJ30Q5' where id=5;
-update noar tt set v0='SBW8YSE7ZRDVK9RB82' where id=5;
-update noar ti set v0='SBW8YSE7ZRDVK9RB82' where id=5;
-update noar tt set b2='7D22' where id=5;
-update noar ti set b2='7D22' where id=5;
-update noar tt set v0='WQ81QM' where id=6;
-update noar ti set v0='WQ81QM' where id=6;
-update noar tt set b0='K9UK6KJFZFH3PCB' where id=6;
-update noar ti set b0='K9UK6KJFZFH3PCB' where id=6;
-update noar tt set v0='NVDT6Q9OZ3RK4GNUKO9BPH29ECI' where id=6;
-update noar ti set v0='NVDT6Q9OZ3RK4GNUKO9BPH29ECI' where id=6;
-update noar tt set b1='9VCDUX8AWVC7H68KNTSB' where id=6;
-update noar ti set b1='9VCDUX8AWVC7H68KNTSB' where id=6;
-update noar tt set v0='X4JFJIBQL3ADRRF1XT8YATEG9G3A' where id=6;
-update noar ti set v0='X4JFJIBQL3ADRRF1XT8YATEG9G3A' where id=6;
-update noar tt set b2='LV0A37F8E7UL8F5W' where id=6;
-update noar ti set b2='LV0A37F8E7UL8F5W' where id=6;
-update noar tt set v0='MBO7HCNVNZ0VE90UOKRRH5Y99DZNAH' where id=7;
-update noar ti set v0='MBO7HCNVNZ0VE90UOKRRH5Y99DZNAH' where id=7;
-update noar tt set b0='HPTTSUCMR4Z6PIJXFGR4BORBEA' where id=7;
-update noar ti set b0='HPTTSUCMR4Z6PIJXFGR4BORBEA' where id=7;
-update noar tt set v0='IN8OAYIF999IR9D7GB0B7PFWKE2K' where id=7;
-update noar ti set v0='IN8OAYIF999IR9D7GB0B7PFWKE2K' where id=7;
-update noar tt set b1='A321KGGFXWBBMBPSU66Y4ZJR5' where id=7;
-update noar ti set b1='A321KGGFXWBBMBPSU66Y4ZJR5' where id=7;
-update noar tt set v0='RD5RXL7ODA562LG85' where id=7;
-update noar ti set v0='RD5RXL7ODA562LG85' where id=7;
-update noar tt set b2='TZPS2M4MCY4RB093QLR' where id=7;
-update noar ti set b2='TZPS2M4MCY4RB093QLR' where id=7;
-update noar tt set v0='AXASNN0FLXEJ5MLG5YNR' where id=8;
-update noar ti set v0='AXASNN0FLXEJ5MLG5YNR' where id=8;
-update noar tt set b0='59WF0PW7Z5DUB0YTTE' where id=8;
-update noar ti set b0='59WF0PW7Z5DUB0YTTE' where id=8;
-update noar tt set v0='SYSOURNST5XPY3DSUYCI13Z8UL' where id=8;
-update noar ti set v0='SYSOURNST5XPY3DSUYCI13Z8UL' where id=8;
-update noar tt set b1='RHRPX9AKWNPYWDV000GCXT3FH' where id=8;
-update noar ti set b1='RHRPX9AKWNPYWDV000GCXT3FH' where id=8;
-update noar tt set v0='WX1WM9LKY5EETUZQ346W4FLEQK' where id=8;
-update noar ti set v0='WX1WM9LKY5EETUZQ346W4FLEQK' where id=8;
-update noar tt set b2='4T6PACN' where id=8;
-update noar ti set b2='4T6PACN' where id=8;
-update noar tt set v0='RDLQO3OBKRW51MPFILQ025QMCL2' where id=9;
-update noar ti set v0='RDLQO3OBKRW51MPFILQ025QMCL2' where id=9;
-update noar tt set b0='2FZAIMNXGUETJEJNF2VACRW47MDYFCDI' where id=9;
-update noar ti set b0='2FZAIMNXGUETJEJNF2VACRW47MDYFCDI' where id=9;
-update noar tt set v0='XKTYZ3' where id=9;
-update noar ti set v0='XKTYZ3' where id=9;
-update noar tt set b1='UQWQQYQ8CIORII8BFNXC' where id=9;
-update noar ti set b1='UQWQQYQ8CIORII8BFNXC' where id=9;
-update noar tt set v0='H351JDZO1E64OJ1BHJ5268' where id=9;
-update noar ti set v0='H351JDZO1E64OJ1BHJ5268' where id=9;
-update noar tt set b2='832RSIP315L3HA8' where id=9;
-update noar ti set b2='832RSIP315L3HA8' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) not null,
- b0 longblob not null,
- b1 mediumblob not null,
- b2 tinyblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='QKEGN3A' where id=1;
-update noar ti set v0='QKEGN3A' where id=1;
-update noar tt set b0='P8S2QR330UZ1NLL' where id=1;
-update noar ti set b0='P8S2QR330UZ1NLL' where id=1;
-update noar tt set v0='GQZ55V84' where id=1;
-update noar ti set v0='GQZ55V84' where id=1;
-update noar tt set b1='WBXM6MDUSOXZDS' where id=1;
-update noar ti set b1='WBXM6MDUSOXZDS' where id=1;
-update noar tt set v0='1VM3B9ZB1D7GXHP9T8' where id=1;
-update noar ti set v0='1VM3B9ZB1D7GXHP9T8' where id=1;
-update noar tt set b2='FQYKK87HX' where id=1;
-update noar ti set b2='FQYKK87HX' where id=1;
-update noar tt set v0='RNUGJXGNGEQ47OPEWZ5JTHAFR8NB9' where id=2;
-update noar ti set v0='RNUGJXGNGEQ47OPEWZ5JTHAFR8NB9' where id=2;
-update noar tt set b0='YJ2VXB5QI4CI5B9VFZZBTNECJ9HR' where id=2;
-update noar ti set b0='YJ2VXB5QI4CI5B9VFZZBTNECJ9HR' where id=2;
-update noar tt set v0='971VENWHO77XZ1SXJU8FJI90JB6EN8' where id=2;
-update noar ti set v0='971VENWHO77XZ1SXJU8FJI90JB6EN8' where id=2;
-update noar tt set b1='OP2A50UYKG0DC3DWVAGPGABL3HF' where id=2;
-update noar ti set b1='OP2A50UYKG0DC3DWVAGPGABL3HF' where id=2;
-update noar tt set v0='6L83JY7CL1' where id=2;
-update noar ti set v0='6L83JY7CL1' where id=2;
-update noar tt set b2='CAPR5LBGQ6GR3Q4PMPFU2M' where id=2;
-update noar ti set b2='CAPR5LBGQ6GR3Q4PMPFU2M' where id=2;
-update noar tt set v0='ZN3XTBLOKGQH6ZSOYMWKIO5HK6ZFHTL' where id=3;
-update noar ti set v0='ZN3XTBLOKGQH6ZSOYMWKIO5HK6ZFHTL' where id=3;
-update noar tt set b0='E1DRBM7' where id=3;
-update noar ti set b0='E1DRBM7' where id=3;
-update noar tt set v0='G0WB61PS5Q9ABRG73Y1Q5K01QYMQR3L' where id=3;
-update noar ti set v0='G0WB61PS5Q9ABRG73Y1Q5K01QYMQR3L' where id=3;
-update noar tt set b1='NVCPKUJEN6EWLNFH56DYG8K477B1LVR5' where id=3;
-update noar ti set b1='NVCPKUJEN6EWLNFH56DYG8K477B1LVR5' where id=3;
-update noar tt set v0='8NAGYOQ0XMG1YCDUK5T6' where id=3;
-update noar ti set v0='8NAGYOQ0XMG1YCDUK5T6' where id=3;
-update noar tt set b2='JWTW5FO04EGC2SPB34JP937' where id=3;
-update noar ti set b2='JWTW5FO04EGC2SPB34JP937' where id=3;
-update noar tt set v0='R4QP0055' where id=4;
-update noar ti set v0='R4QP0055' where id=4;
-update noar tt set b0='CN5HDFZVI5GYSJPG' where id=4;
-update noar ti set b0='CN5HDFZVI5GYSJPG' where id=4;
-update noar tt set v0='1UKDNSUCV8Y6RP1BHDYLD' where id=4;
-update noar ti set v0='1UKDNSUCV8Y6RP1BHDYLD' where id=4;
-update noar tt set b1='PJE2D5WM4' where id=4;
-update noar ti set b1='PJE2D5WM4' where id=4;
-update noar tt set v0='YHUMXRU0E8MKF28CQLQTQ7JT0552' where id=4;
-update noar ti set v0='YHUMXRU0E8MKF28CQLQTQ7JT0552' where id=4;
-update noar tt set b2='GQNKU8Z7FYEA9G4N8GOQC8' where id=4;
-update noar ti set b2='GQNKU8Z7FYEA9G4N8GOQC8' where id=4;
-update noar tt set v0='EXV5K5055PGDE' where id=5;
-update noar ti set v0='EXV5K5055PGDE' where id=5;
-update noar tt set b0='5X92ZD445CCBCTDZ0WJOGYB8Q6P9KLKX' where id=5;
-update noar ti set b0='5X92ZD445CCBCTDZ0WJOGYB8Q6P9KLKX' where id=5;
-update noar tt set v0='5IXO279N52YXDZPLJQI4VXFJQKV' where id=5;
-update noar ti set v0='5IXO279N52YXDZPLJQI4VXFJQKV' where id=5;
-update noar tt set b1='FDIQKTX2G4ZY' where id=5;
-update noar ti set b1='FDIQKTX2G4ZY' where id=5;
-update noar tt set v0='VUYONOVGKHKRAPSYRLHH' where id=5;
-update noar ti set v0='VUYONOVGKHKRAPSYRLHH' where id=5;
-update noar tt set b2='RSIFG7AFR' where id=5;
-update noar ti set b2='RSIFG7AFR' where id=5;
-update noar tt set v0='61S8SGOJLUCS0EOMAWW' where id=6;
-update noar ti set v0='61S8SGOJLUCS0EOMAWW' where id=6;
-update noar tt set b0='ESG9BM1JTCGRT7091S8OH5' where id=6;
-update noar ti set b0='ESG9BM1JTCGRT7091S8OH5' where id=6;
-update noar tt set v0='VWJUD7426TAVMH' where id=6;
-update noar ti set v0='VWJUD7426TAVMH' where id=6;
-update noar tt set b1='HW6JLYDHRCPG2BDVU4Y' where id=6;
-update noar ti set b1='HW6JLYDHRCPG2BDVU4Y' where id=6;
-update noar tt set v0='264LW3NFCBJ8HCG' where id=6;
-update noar ti set v0='264LW3NFCBJ8HCG' where id=6;
-update noar tt set b2='57AV' where id=6;
-update noar ti set b2='57AV' where id=6;
-update noar tt set v0='KLLIBS' where id=7;
-update noar ti set v0='KLLIBS' where id=7;
-update noar tt set b0='LL7J2W' where id=7;
-update noar ti set b0='LL7J2W' where id=7;
-update noar tt set v0='B' where id=7;
-update noar ti set v0='B' where id=7;
-update noar tt set b1='SG0TI8SN9JYJZSSPO' where id=7;
-update noar ti set b1='SG0TI8SN9JYJZSSPO' where id=7;
-update noar tt set v0='ADFHGID2EXVAJE28ISTDWYEMTK' where id=7;
-update noar ti set v0='ADFHGID2EXVAJE28ISTDWYEMTK' where id=7;
-update noar tt set b2='1Z5Y' where id=7;
-update noar ti set b2='1Z5Y' where id=7;
-update noar tt set v0='W' where id=8;
-update noar ti set v0='W' where id=8;
-update noar tt set b0='T' where id=8;
-update noar ti set b0='T' where id=8;
-update noar tt set v0='W8BHHA88M80T9' where id=8;
-update noar ti set v0='W8BHHA88M80T9' where id=8;
-update noar tt set b1='T4XUC7Q9Z7PWBFD61DWMK' where id=8;
-update noar ti set b1='T4XUC7Q9Z7PWBFD61DWMK' where id=8;
-update noar tt set v0='P5R6S15AJJZ4G' where id=8;
-update noar ti set v0='P5R6S15AJJZ4G' where id=8;
-update noar tt set b2='4B47OTCK5BX0FQ' where id=8;
-update noar ti set b2='4B47OTCK5BX0FQ' where id=8;
-update noar tt set v0='R1JA4IW8770G3XN' where id=9;
-update noar ti set v0='R1JA4IW8770G3XN' where id=9;
-update noar tt set b0='U0E198M5MQYGBDRQFCDJW5KTI0' where id=9;
-update noar ti set b0='U0E198M5MQYGBDRQFCDJW5KTI0' where id=9;
-update noar tt set v0='KX59YQO5130RP' where id=9;
-update noar ti set v0='KX59YQO5130RP' where id=9;
-update noar tt set b1='CSBG6JYS' where id=9;
-update noar ti set b1='CSBG6JYS' where id=9;
-update noar tt set v0='3B7RTVA2VXRR' where id=9;
-update noar ti set v0='3B7RTVA2VXRR' where id=9;
-update noar tt set b2='6T' where id=9;
-update noar ti set b2='6T' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) null,
- b0 longblob null,
- b1 mediumblob null,
- b2 blob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='FT8' where id=1;
-update noar ti set v0='FT8' where id=1;
-update noar tt set b0='VAENZXPK6O' where id=1;
-update noar ti set b0='VAENZXPK6O' where id=1;
-update noar tt set v0='POZ88ANNZ2D' where id=1;
-update noar ti set v0='POZ88ANNZ2D' where id=1;
-update noar tt set b1='NVAZQZOL3FCLFTH7P' where id=1;
-update noar ti set b1='NVAZQZOL3FCLFTH7P' where id=1;
-update noar tt set v0='Q0PDJQ55ORMBZSGXYHJRGDXL' where id=1;
-update noar ti set v0='Q0PDJQ55ORMBZSGXYHJRGDXL' where id=1;
-update noar tt set b2='I6W45LDM0593NT' where id=1;
-update noar ti set b2='I6W45LDM0593NT' where id=1;
-update noar tt set v0='WULPLIRCJQQJYMT' where id=2;
-update noar ti set v0='WULPLIRCJQQJYMT' where id=2;
-update noar tt set b0='DG' where id=2;
-update noar ti set b0='DG' where id=2;
-update noar tt set v0='39LEIGUBHIFF2B8IEVDVL5CBVQHWA' where id=2;
-update noar ti set v0='39LEIGUBHIFF2B8IEVDVL5CBVQHWA' where id=2;
-update noar tt set b1='NWSA44U51BEFY0OAUOFNQH' where id=2;
-update noar ti set b1='NWSA44U51BEFY0OAUOFNQH' where id=2;
-update noar tt set v0='3OQ02' where id=2;
-update noar ti set v0='3OQ02' where id=2;
-update noar tt set b2='BKSPK46ZD80J6PJABFHGUY3SSJQ' where id=2;
-update noar ti set b2='BKSPK46ZD80J6PJABFHGUY3SSJQ' where id=2;
-update noar tt set v0='HVAPLR7RCME647MBTX09MRFI' where id=3;
-update noar ti set v0='HVAPLR7RCME647MBTX09MRFI' where id=3;
-update noar tt set b0='82F' where id=3;
-update noar ti set b0='82F' where id=3;
-update noar tt set v0='0FSAXVVNPC95SQPC5V9VBCKLVLLOCX' where id=3;
-update noar ti set v0='0FSAXVVNPC95SQPC5V9VBCKLVLLOCX' where id=3;
-update noar tt set b1='I0F2EVAPI8LHOL' where id=3;
-update noar ti set b1='I0F2EVAPI8LHOL' where id=3;
-update noar tt set v0='UDK' where id=3;
-update noar ti set v0='UDK' where id=3;
-update noar tt set b2='RE4YV8L5Q6QKF0S' where id=3;
-update noar ti set b2='RE4YV8L5Q6QKF0S' where id=3;
-update noar tt set v0='J' where id=4;
-update noar ti set v0='J' where id=4;
-update noar tt set b0='U9GTNHFP8D9HPJHVVJCJ57PBA' where id=4;
-update noar ti set b0='U9GTNHFP8D9HPJHVVJCJ57PBA' where id=4;
-update noar tt set v0='5F7K1UKGLI' where id=4;
-update noar ti set v0='5F7K1UKGLI' where id=4;
-update noar tt set b1='WQG6RZ946ZB0' where id=4;
-update noar ti set b1='WQG6RZ946ZB0' where id=4;
-update noar tt set v0='QMSUCJ7LZOTRCW75AYV2' where id=4;
-update noar ti set v0='QMSUCJ7LZOTRCW75AYV2' where id=4;
-update noar tt set b2='Q0DJAQ608RYJF05Q2TLV0Q6YW7BFU' where id=4;
-update noar ti set b2='Q0DJAQ608RYJF05Q2TLV0Q6YW7BFU' where id=4;
-update noar tt set v0='G' where id=5;
-update noar ti set v0='G' where id=5;
-update noar tt set b0='5KU994BHZ5H0G1BS42HR' where id=5;
-update noar ti set b0='5KU994BHZ5H0G1BS42HR' where id=5;
-update noar tt set v0='4T920MU0HN4O5O8NFQAZOMN2Y' where id=5;
-update noar ti set v0='4T920MU0HN4O5O8NFQAZOMN2Y' where id=5;
-update noar tt set b1='Z2OURVX9' where id=5;
-update noar ti set b1='Z2OURVX9' where id=5;
-update noar tt set v0='2V6J2G0N1N6ZQV45TT04PYJDRTV7UEC' where id=5;
-update noar ti set v0='2V6J2G0N1N6ZQV45TT04PYJDRTV7UEC' where id=5;
-update noar tt set b2='CKO74TCU' where id=5;
-update noar ti set b2='CKO74TCU' where id=5;
-update noar tt set v0='6IZ0L3J14L866E7GFUSJWFLSJQTROI' where id=6;
-update noar ti set v0='6IZ0L3J14L866E7GFUSJWFLSJQTROI' where id=6;
-update noar tt set b0='S7CCMHX5X' where id=6;
-update noar ti set b0='S7CCMHX5X' where id=6;
-update noar tt set v0='T8X0JS3W9OILAZ4G7V8WJEF1QXNZJX' where id=6;
-update noar ti set v0='T8X0JS3W9OILAZ4G7V8WJEF1QXNZJX' where id=6;
-update noar tt set b1='NBKKR6' where id=6;
-update noar ti set b1='NBKKR6' where id=6;
-update noar tt set v0='GJ0R78ES7G0ZEZ44D4' where id=6;
-update noar ti set v0='GJ0R78ES7G0ZEZ44D4' where id=6;
-update noar tt set b2='FVUK89WOO7T3N3C5GK7AK4V133' where id=6;
-update noar ti set b2='FVUK89WOO7T3N3C5GK7AK4V133' where id=6;
-update noar tt set v0='1RSH3XPQP0TYTVJ2N92YUOTEIK2QOB' where id=7;
-update noar ti set v0='1RSH3XPQP0TYTVJ2N92YUOTEIK2QOB' where id=7;
-update noar tt set b0='R11ZT3B2' where id=7;
-update noar ti set b0='R11ZT3B2' where id=7;
-update noar tt set v0='VCOBT9ECGMQNNUWS6S' where id=7;
-update noar ti set v0='VCOBT9ECGMQNNUWS6S' where id=7;
-update noar tt set b1='9NXOAVIAI0U7OT' where id=7;
-update noar ti set b1='9NXOAVIAI0U7OT' where id=7;
-update noar tt set v0='DTGTWZTK1GMNYH4EB6X8SMSWP28EFUKG' where id=7;
-update noar ti set v0='DTGTWZTK1GMNYH4EB6X8SMSWP28EFUKG' where id=7;
-update noar tt set b2='U' where id=7;
-update noar ti set b2='U' where id=7;
-update noar tt set v0='5XZ6FWRJ5P43EMLMD6' where id=8;
-update noar ti set v0='5XZ6FWRJ5P43EMLMD6' where id=8;
-update noar tt set b0='X' where id=8;
-update noar ti set b0='X' where id=8;
-update noar tt set v0='DMHVL7SHYJADINV' where id=8;
-update noar ti set v0='DMHVL7SHYJADINV' where id=8;
-update noar tt set b1='LGBH1UZBRYWYZWV5U8YGO' where id=8;
-update noar ti set b1='LGBH1UZBRYWYZWV5U8YGO' where id=8;
-update noar tt set v0='6XPNWI4MTS31HCW1FQWHI1S05YSD' where id=8;
-update noar ti set v0='6XPNWI4MTS31HCW1FQWHI1S05YSD' where id=8;
-update noar tt set b2='4O6W1246AHR3ZJSYSTE25YML3CS7W635' where id=8;
-update noar ti set b2='4O6W1246AHR3ZJSYSTE25YML3CS7W635' where id=8;
-update noar tt set v0='JCL6BMQ96LMYV5' where id=9;
-update noar ti set v0='JCL6BMQ96LMYV5' where id=9;
-update noar tt set b0='H0G31IKJRM7ZAWQEIXD' where id=9;
-update noar ti set b0='H0G31IKJRM7ZAWQEIXD' where id=9;
-update noar tt set v0='EF89U9AM4NSCDYN' where id=9;
-update noar ti set v0='EF89U9AM4NSCDYN' where id=9;
-update noar tt set b1='97K4W4SVM86MJ60X' where id=9;
-update noar ti set b1='97K4W4SVM86MJ60X' where id=9;
-update noar tt set v0='XVKM0Q9' where id=9;
-update noar ti set v0='XVKM0Q9' where id=9;
-update noar tt set b2='FLYYHT23YJ4S236I5V5RNQXR' where id=9;
-update noar ti set b2='FLYYHT23YJ4S236I5V5RNQXR' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) null,
- b0 longblob null,
- b1 mediumblob null,
- b2 blob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='DPBVHLPKWMWULUJG' where id=1;
-update noar ti set v0='DPBVHLPKWMWULUJG' where id=1;
-update noar tt set b0='JLRR6KMZKYE14QLM3C' where id=1;
-update noar ti set b0='JLRR6KMZKYE14QLM3C' where id=1;
-update noar tt set v0='J9ZHH2M3RDH7RPATB0BQQSS1D10L' where id=1;
-update noar ti set v0='J9ZHH2M3RDH7RPATB0BQQSS1D10L' where id=1;
-update noar tt set b1='BE643WDQVTNJ05CZTK4' where id=1;
-update noar ti set b1='BE643WDQVTNJ05CZTK4' where id=1;
-update noar tt set v0='OGR24I' where id=1;
-update noar ti set v0='OGR24I' where id=1;
-update noar tt set b2='ASHKPG' where id=1;
-update noar ti set b2='ASHKPG' where id=1;
-update noar tt set v0='PY' where id=2;
-update noar ti set v0='PY' where id=2;
-update noar tt set b0='VZO6ZU3COBPXOLQG2VJIEG' where id=2;
-update noar ti set b0='VZO6ZU3COBPXOLQG2VJIEG' where id=2;
-update noar tt set v0='AF' where id=2;
-update noar ti set v0='AF' where id=2;
-update noar tt set b1='YP' where id=2;
-update noar ti set b1='YP' where id=2;
-update noar tt set v0='S1' where id=2;
-update noar ti set v0='S1' where id=2;
-update noar tt set b2='KRNT33UF877E8D66TU02NNRXY' where id=2;
-update noar ti set b2='KRNT33UF877E8D66TU02NNRXY' where id=2;
-update noar tt set v0='VSJGHLTY8' where id=3;
-update noar ti set v0='VSJGHLTY8' where id=3;
-update noar tt set b0='T07R29PLQL5MMX' where id=3;
-update noar ti set b0='T07R29PLQL5MMX' where id=3;
-update noar tt set v0='MEMFPA6F3U56FIAO' where id=3;
-update noar ti set v0='MEMFPA6F3U56FIAO' where id=3;
-update noar tt set b1='PER5TPZHMPF2UYTHFQ5AR0JX7HNBXKW4' where id=3;
-update noar ti set b1='PER5TPZHMPF2UYTHFQ5AR0JX7HNBXKW4' where id=3;
-update noar tt set v0='5R' where id=3;
-update noar ti set v0='5R' where id=3;
-update noar tt set b2='ZZ05G9JJ5M3HOGOEVJZOYW2' where id=3;
-update noar ti set b2='ZZ05G9JJ5M3HOGOEVJZOYW2' where id=3;
-update noar tt set v0='NH0XB' where id=4;
-update noar ti set v0='NH0XB' where id=4;
-update noar tt set b0='YZX9AKNHMTFL0JVYL3V4R' where id=4;
-update noar ti set b0='YZX9AKNHMTFL0JVYL3V4R' where id=4;
-update noar tt set v0='9P9RKH2Y85FEVODV10D727F' where id=4;
-update noar ti set v0='9P9RKH2Y85FEVODV10D727F' where id=4;
-update noar tt set b1='ZJTGIRV9OTBWW8A430TNJM9XOUF' where id=4;
-update noar ti set b1='ZJTGIRV9OTBWW8A430TNJM9XOUF' where id=4;
-update noar tt set v0='70U3RQ49YBC1Z' where id=4;
-update noar ti set v0='70U3RQ49YBC1Z' where id=4;
-update noar tt set b2='CQ9FB0VF6K1AIAUIX6YKFR9' where id=4;
-update noar ti set b2='CQ9FB0VF6K1AIAUIX6YKFR9' where id=4;
-update noar tt set v0='VJIZQR' where id=5;
-update noar ti set v0='VJIZQR' where id=5;
-update noar tt set b0='29TMBR5JL0OY77U6NY2K1IJ6SGU' where id=5;
-update noar ti set b0='29TMBR5JL0OY77U6NY2K1IJ6SGU' where id=5;
-update noar tt set v0='47F8XGW8YJD0EQC1KFG4NFZ9IECNWJ' where id=5;
-update noar ti set v0='47F8XGW8YJD0EQC1KFG4NFZ9IECNWJ' where id=5;
-update noar tt set b1='8WW3AAJD04B3BXCG' where id=5;
-update noar ti set b1='8WW3AAJD04B3BXCG' where id=5;
-update noar tt set v0='DZO5UHVKBCY2YX' where id=5;
-update noar ti set v0='DZO5UHVKBCY2YX' where id=5;
-update noar tt set b2='JPVKJM4JQ36621PSV2PLSYTL9' where id=5;
-update noar ti set b2='JPVKJM4JQ36621PSV2PLSYTL9' where id=5;
-update noar tt set v0='IWU4TOJT3HJYXSX5TE3DPOM401E' where id=6;
-update noar ti set v0='IWU4TOJT3HJYXSX5TE3DPOM401E' where id=6;
-update noar tt set b0='V8AYYCP2B8D658V5BQY2XIDI6' where id=6;
-update noar ti set b0='V8AYYCP2B8D658V5BQY2XIDI6' where id=6;
-update noar tt set v0='KZ2' where id=6;
-update noar ti set v0='KZ2' where id=6;
-update noar tt set b1='Q38Q533JRLU12BMG73V6NP' where id=6;
-update noar ti set b1='Q38Q533JRLU12BMG73V6NP' where id=6;
-update noar tt set v0='MIP3EAAH4' where id=6;
-update noar ti set v0='MIP3EAAH4' where id=6;
-update noar tt set b2='3RO9JWRVN140L' where id=6;
-update noar ti set b2='3RO9JWRVN140L' where id=6;
-update noar tt set v0='M06FWZ7NCZSFI' where id=7;
-update noar ti set v0='M06FWZ7NCZSFI' where id=7;
-update noar tt set b0='I1' where id=7;
-update noar ti set b0='I1' where id=7;
-update noar tt set v0='KKD8J8QG' where id=7;
-update noar ti set v0='KKD8J8QG' where id=7;
-update noar tt set b1='BRI0QXX5BJYO6LT9D0TFX2VZDPZ4QD' where id=7;
-update noar ti set b1='BRI0QXX5BJYO6LT9D0TFX2VZDPZ4QD' where id=7;
-update noar tt set v0='GI4ULG5OX0UMGQ89W7ZTFPRLWGVT3' where id=7;
-update noar ti set v0='GI4ULG5OX0UMGQ89W7ZTFPRLWGVT3' where id=7;
-update noar tt set b2='6MSCEY7O2KVI8RAU09QQVG7HWFT' where id=7;
-update noar ti set b2='6MSCEY7O2KVI8RAU09QQVG7HWFT' where id=7;
-update noar tt set v0='UFN199EXA4BGPML' where id=8;
-update noar ti set v0='UFN199EXA4BGPML' where id=8;
-update noar tt set b0='DGI7MQXFOAZJARDUC2EFT' where id=8;
-update noar ti set b0='DGI7MQXFOAZJARDUC2EFT' where id=8;
-update noar tt set v0='BGU' where id=8;
-update noar ti set v0='BGU' where id=8;
-update noar tt set b1='KKW8BEMYDAQBP1JCN' where id=8;
-update noar ti set b1='KKW8BEMYDAQBP1JCN' where id=8;
-update noar tt set v0='YNG3VJZUJCA' where id=8;
-update noar ti set v0='YNG3VJZUJCA' where id=8;
-update noar tt set b2='L' where id=8;
-update noar ti set b2='L' where id=8;
-update noar tt set v0='MINRP' where id=9;
-update noar ti set v0='MINRP' where id=9;
-update noar tt set b0='506LVCZ' where id=9;
-update noar ti set b0='506LVCZ' where id=9;
-update noar tt set v0='MMXHLKXDM' where id=9;
-update noar ti set v0='MMXHLKXDM' where id=9;
-update noar tt set b1='QDHBE755V3W9A73TVKE' where id=9;
-update noar ti set b1='QDHBE755V3W9A73TVKE' where id=9;
-update noar tt set v0='VWVR8L3ZF1JMADSDUF2' where id=9;
-update noar ti set v0='VWVR8L3ZF1JMADSDUF2' where id=9;
-update noar tt set b2='6AICB3TQLAHVJ' where id=9;
-update noar ti set b2='6AICB3TQLAHVJ' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) not null,
- b0 longblob not null,
- b1 mediumblob not null,
- b2 blob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='0AL83Q2S5J81R' where id=1;
-update noar ti set v0='0AL83Q2S5J81R' where id=1;
-update noar tt set b0='TIFCWHGSX' where id=1;
-update noar ti set b0='TIFCWHGSX' where id=1;
-update noar tt set v0='X3' where id=1;
-update noar ti set v0='X3' where id=1;
-update noar tt set b1='LMWQ5YYOXY1JG6D4JUPHKI9JAEXPFGK' where id=1;
-update noar ti set b1='LMWQ5YYOXY1JG6D4JUPHKI9JAEXPFGK' where id=1;
-update noar tt set v0='UWR' where id=1;
-update noar ti set v0='UWR' where id=1;
-update noar tt set b2='S2F78TIABEB8F4F92' where id=1;
-update noar ti set b2='S2F78TIABEB8F4F92' where id=1;
-update noar tt set v0='2KDUHNXJRUY2' where id=2;
-update noar ti set v0='2KDUHNXJRUY2' where id=2;
-update noar tt set b0='GI00LGX32WB' where id=2;
-update noar ti set b0='GI00LGX32WB' where id=2;
-update noar tt set v0='8IJPQB5QY62V30QNP' where id=2;
-update noar ti set v0='8IJPQB5QY62V30QNP' where id=2;
-update noar tt set b1='YBPBGZQRFF1R0VLQTN6FO0' where id=2;
-update noar ti set b1='YBPBGZQRFF1R0VLQTN6FO0' where id=2;
-update noar tt set v0='GT2NMHWCMJA1SPK1R2OBX9' where id=2;
-update noar ti set v0='GT2NMHWCMJA1SPK1R2OBX9' where id=2;
-update noar tt set b2='CBUJW6RBNX8BWYCCE75ZSDP7TC8NFKB' where id=2;
-update noar ti set b2='CBUJW6RBNX8BWYCCE75ZSDP7TC8NFKB' where id=2;
-update noar tt set v0='6VQ3MVYTKB1POM8ELRA983LI' where id=3;
-update noar ti set v0='6VQ3MVYTKB1POM8ELRA983LI' where id=3;
-update noar tt set b0='ERI1I5Z8ZEF2BPD8VDETD9NN28BX' where id=3;
-update noar ti set b0='ERI1I5Z8ZEF2BPD8VDETD9NN28BX' where id=3;
-update noar tt set v0='D2CTCQV' where id=3;
-update noar ti set v0='D2CTCQV' where id=3;
-update noar tt set b1='0YVH37BRDL74OFXJL4CGQYYJI6I2' where id=3;
-update noar ti set b1='0YVH37BRDL74OFXJL4CGQYYJI6I2' where id=3;
-update noar tt set v0='UFPM3BZ1L39KCUV4EMEU' where id=3;
-update noar ti set v0='UFPM3BZ1L39KCUV4EMEU' where id=3;
-update noar tt set b2='WRCP9DBQKMGQZSE2PV5A5UN19UHXL' where id=3;
-update noar ti set b2='WRCP9DBQKMGQZSE2PV5A5UN19UHXL' where id=3;
-update noar tt set v0='YW9Y2' where id=4;
-update noar ti set v0='YW9Y2' where id=4;
-update noar tt set b0='S66AEROOH4IV9' where id=4;
-update noar ti set b0='S66AEROOH4IV9' where id=4;
-update noar tt set v0='DXEXU3A3GBUBLBKLQKUPFLSOY8AKBKVV' where id=4;
-update noar ti set v0='DXEXU3A3GBUBLBKLQKUPFLSOY8AKBKVV' where id=4;
-update noar tt set b1='366U66S2T9JNP' where id=4;
-update noar ti set b1='366U66S2T9JNP' where id=4;
-update noar tt set v0='HCR64N1CT12T8XUPGETMYTPOPLB' where id=4;
-update noar ti set v0='HCR64N1CT12T8XUPGETMYTPOPLB' where id=4;
-update noar tt set b2='O5BJD1RXAE7YC03T5' where id=4;
-update noar ti set b2='O5BJD1RXAE7YC03T5' where id=4;
-update noar tt set v0='Q4XSM6EDTJC' where id=5;
-update noar ti set v0='Q4XSM6EDTJC' where id=5;
-update noar tt set b0='IT72' where id=5;
-update noar ti set b0='IT72' where id=5;
-update noar tt set v0='N7AS66FIASORGQW3DSYZF4M9ZZVO4' where id=5;
-update noar ti set v0='N7AS66FIASORGQW3DSYZF4M9ZZVO4' where id=5;
-update noar tt set b1='SR0RDFEJYDVJ36X047H5ML' where id=5;
-update noar ti set b1='SR0RDFEJYDVJ36X047H5ML' where id=5;
-update noar tt set v0='38G7' where id=5;
-update noar ti set v0='38G7' where id=5;
-update noar tt set b2='F8IC8EKXZVVGG3WBDXP' where id=5;
-update noar ti set b2='F8IC8EKXZVVGG3WBDXP' where id=5;
-update noar tt set v0='CTK5UK51O' where id=6;
-update noar ti set v0='CTK5UK51O' where id=6;
-update noar tt set b0='L1P6AYNNZ8FJ' where id=6;
-update noar ti set b0='L1P6AYNNZ8FJ' where id=6;
-update noar tt set v0='8P1C8AYNRHQRYCGV06CA9GH64X53F' where id=6;
-update noar ti set v0='8P1C8AYNRHQRYCGV06CA9GH64X53F' where id=6;
-update noar tt set b1='FPHV49XBPAUG' where id=6;
-update noar ti set b1='FPHV49XBPAUG' where id=6;
-update noar tt set v0='EV6MQJQCP' where id=6;
-update noar ti set v0='EV6MQJQCP' where id=6;
-update noar tt set b2='TCD7BHFAEX3V8ULH0I' where id=6;
-update noar ti set b2='TCD7BHFAEX3V8ULH0I' where id=6;
-update noar tt set v0='8SBDXZHEIZXXZWRODV' where id=7;
-update noar ti set v0='8SBDXZHEIZXXZWRODV' where id=7;
-update noar tt set b0='DNEDD7U3J8E2' where id=7;
-update noar ti set b0='DNEDD7U3J8E2' where id=7;
-update noar tt set v0='QLM0PKRSHEWD97V4W0980N0' where id=7;
-update noar ti set v0='QLM0PKRSHEWD97V4W0980N0' where id=7;
-update noar tt set b1='M12ABZP9XTESDPLMP4C3EJH6' where id=7;
-update noar ti set b1='M12ABZP9XTESDPLMP4C3EJH6' where id=7;
-update noar tt set v0='TJG7FYG2' where id=7;
-update noar ti set v0='TJG7FYG2' where id=7;
-update noar tt set b2='XJ77US2RX27X13UP2XNVQ9' where id=7;
-update noar ti set b2='XJ77US2RX27X13UP2XNVQ9' where id=7;
-update noar tt set v0='09WEKFIFA4A89NT5G6CS5BMNXYDP61B' where id=8;
-update noar ti set v0='09WEKFIFA4A89NT5G6CS5BMNXYDP61B' where id=8;
-update noar tt set b0='SFSJ7OK0IDVR929EN6ARE1OZ66GZRR8M' where id=8;
-update noar ti set b0='SFSJ7OK0IDVR929EN6ARE1OZ66GZRR8M' where id=8;
-update noar tt set v0='TP3VBDMNWLHIB4L9JRGDZ4DIDF9S' where id=8;
-update noar ti set v0='TP3VBDMNWLHIB4L9JRGDZ4DIDF9S' where id=8;
-update noar tt set b1='B584ISQ609ZZT0XOESRNZY985J' where id=8;
-update noar ti set b1='B584ISQ609ZZT0XOESRNZY985J' where id=8;
-update noar tt set v0='2A7JLBC66U7M2XKQH' where id=8;
-update noar ti set v0='2A7JLBC66U7M2XKQH' where id=8;
-update noar tt set b2='68ZZQ' where id=8;
-update noar ti set b2='68ZZQ' where id=8;
-update noar tt set v0='ZG2AUMEYP84C10E84JLRHMI7YCOZO7FK' where id=9;
-update noar ti set v0='ZG2AUMEYP84C10E84JLRHMI7YCOZO7FK' where id=9;
-update noar tt set b0='PUJFIX793HCU' where id=9;
-update noar ti set b0='PUJFIX793HCU' where id=9;
-update noar tt set v0='F621WRGT4TP49E9YKVFCRG85UMJ0F' where id=9;
-update noar ti set v0='F621WRGT4TP49E9YKVFCRG85UMJ0F' where id=9;
-update noar tt set b1='V516HJNAMD0I42VD0AUN0H7VSDPLWZU6' where id=9;
-update noar ti set b1='V516HJNAMD0I42VD0AUN0H7VSDPLWZU6' where id=9;
-update noar tt set v0='IQD' where id=9;
-update noar ti set v0='IQD' where id=9;
-update noar tt set b2='8NUK3TXA846PXVBDF8Q9I5NWEEJ' where id=9;
-update noar ti set b2='8NUK3TXA846PXVBDF8Q9I5NWEEJ' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) not null,
- b0 longblob not null,
- b1 mediumblob not null,
- b2 blob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='FME77XFX8HT' where id=1;
-update noar ti set v0='FME77XFX8HT' where id=1;
-update noar tt set b0='7YDHKFEIYB5CB24KV9PXDIRU9WCDZ9CQ' where id=1;
-update noar ti set b0='7YDHKFEIYB5CB24KV9PXDIRU9WCDZ9CQ' where id=1;
-update noar tt set v0='M3LZN8GQH98FM' where id=1;
-update noar ti set v0='M3LZN8GQH98FM' where id=1;
-update noar tt set b1='4P9VBC31GLFT' where id=1;
-update noar ti set b1='4P9VBC31GLFT' where id=1;
-update noar tt set v0='DEUK' where id=1;
-update noar ti set v0='DEUK' where id=1;
-update noar tt set b2='FNLX15HDQK' where id=1;
-update noar ti set b2='FNLX15HDQK' where id=1;
-update noar tt set v0='30A8KSEINAA9K' where id=2;
-update noar ti set v0='30A8KSEINAA9K' where id=2;
-update noar tt set b0='19Y4BUYPQORPRY36' where id=2;
-update noar ti set b0='19Y4BUYPQORPRY36' where id=2;
-update noar tt set v0='ANLTWPN5J4YHSA26MRYUCCTZ90DV' where id=2;
-update noar ti set v0='ANLTWPN5J4YHSA26MRYUCCTZ90DV' where id=2;
-update noar tt set b1='N87HND4V6Q4' where id=2;
-update noar ti set b1='N87HND4V6Q4' where id=2;
-update noar tt set v0='R7PYFPMJJ5G66E4Z2' where id=2;
-update noar ti set v0='R7PYFPMJJ5G66E4Z2' where id=2;
-update noar tt set b2='EGNRYF5AEZ0YDD' where id=2;
-update noar ti set b2='EGNRYF5AEZ0YDD' where id=2;
-update noar tt set v0='TVTV64N350LF5MPMIXNVEJ75' where id=3;
-update noar ti set v0='TVTV64N350LF5MPMIXNVEJ75' where id=3;
-update noar tt set b0='H4CBMCNTU' where id=3;
-update noar ti set b0='H4CBMCNTU' where id=3;
-update noar tt set v0='NN' where id=3;
-update noar ti set v0='NN' where id=3;
-update noar tt set b1='0GX2XQL4SHH' where id=3;
-update noar ti set b1='0GX2XQL4SHH' where id=3;
-update noar tt set v0='WSZR2498E3MCXLGVLAHME5QC0T1' where id=3;
-update noar ti set v0='WSZR2498E3MCXLGVLAHME5QC0T1' where id=3;
-update noar tt set b2='0GSN12RLPSONISN1U' where id=3;
-update noar ti set b2='0GSN12RLPSONISN1U' where id=3;
-update noar tt set v0='SNNDVAJT2CMC009OSE' where id=4;
-update noar ti set v0='SNNDVAJT2CMC009OSE' where id=4;
-update noar tt set b0='QZIQNF6XMO9B7GBHDC39Y77' where id=4;
-update noar ti set b0='QZIQNF6XMO9B7GBHDC39Y77' where id=4;
-update noar tt set v0='7VFGU17XSOYWXOKODDD8C3KXAF1' where id=4;
-update noar ti set v0='7VFGU17XSOYWXOKODDD8C3KXAF1' where id=4;
-update noar tt set b1='GTK3HFPND' where id=4;
-update noar ti set b1='GTK3HFPND' where id=4;
-update noar tt set v0='C8L65XAHG' where id=4;
-update noar ti set v0='C8L65XAHG' where id=4;
-update noar tt set b2='LJS387EZC1YMQV1FYMYA4XUK0HWGAAKR' where id=4;
-update noar ti set b2='LJS387EZC1YMQV1FYMYA4XUK0HWGAAKR' where id=4;
-update noar tt set v0='J' where id=5;
-update noar ti set v0='J' where id=5;
-update noar tt set b0='PEEAU5N47WR' where id=5;
-update noar ti set b0='PEEAU5N47WR' where id=5;
-update noar tt set v0='1Z738TO6E7' where id=5;
-update noar ti set v0='1Z738TO6E7' where id=5;
-update noar tt set b1='S74DYHAUSA97NWRXM5T2JLANLJT7GMS' where id=5;
-update noar ti set b1='S74DYHAUSA97NWRXM5T2JLANLJT7GMS' where id=5;
-update noar tt set v0='SEBBBYRQKOJ49O5WH' where id=5;
-update noar ti set v0='SEBBBYRQKOJ49O5WH' where id=5;
-update noar tt set b2='2OTVKSVF322JN' where id=5;
-update noar ti set b2='2OTVKSVF322JN' where id=5;
-update noar tt set v0='91K2WCPVHJEBNOOTMII85P149J5RU' where id=6;
-update noar ti set v0='91K2WCPVHJEBNOOTMII85P149J5RU' where id=6;
-update noar tt set b0='K58DLLPGH2X9I7USC15VVC' where id=6;
-update noar ti set b0='K58DLLPGH2X9I7USC15VVC' where id=6;
-update noar tt set v0='HU6ZB1HYH73YHL' where id=6;
-update noar ti set v0='HU6ZB1HYH73YHL' where id=6;
-update noar tt set b1='S5K5X0G3DA99IPS5HDWUHO5CUBFDZV' where id=6;
-update noar ti set b1='S5K5X0G3DA99IPS5HDWUHO5CUBFDZV' where id=6;
-update noar tt set v0='MV3OLMODIPFIVUSJVBQG' where id=6;
-update noar ti set v0='MV3OLMODIPFIVUSJVBQG' where id=6;
-update noar tt set b2='EZQ9GRFZUJP67GJ1SS8VXQGQO64' where id=6;
-update noar ti set b2='EZQ9GRFZUJP67GJ1SS8VXQGQO64' where id=6;
-update noar tt set v0='K3KMHHZEQS9HN1' where id=7;
-update noar ti set v0='K3KMHHZEQS9HN1' where id=7;
-update noar tt set b0='K251SWEDZDSL79' where id=7;
-update noar ti set b0='K251SWEDZDSL79' where id=7;
-update noar tt set v0='XO7M' where id=7;
-update noar ti set v0='XO7M' where id=7;
-update noar tt set b1='UMBDSPYMBHVHB3EI3' where id=7;
-update noar ti set b1='UMBDSPYMBHVHB3EI3' where id=7;
-update noar tt set v0='ZPWUCVI7VIT' where id=7;
-update noar ti set v0='ZPWUCVI7VIT' where id=7;
-update noar tt set b2='RKEU' where id=7;
-update noar ti set b2='RKEU' where id=7;
-update noar tt set v0='GJ1GV1DF' where id=8;
-update noar ti set v0='GJ1GV1DF' where id=8;
-update noar tt set b0='G8TT460BFZ6C3OZ0QAZH7PIS5J4V' where id=8;
-update noar ti set b0='G8TT460BFZ6C3OZ0QAZH7PIS5J4V' where id=8;
-update noar tt set v0='41MJM605CH4EWX373399TOA272CP' where id=8;
-update noar ti set v0='41MJM605CH4EWX373399TOA272CP' where id=8;
-update noar tt set b1='1RHPS5FOUBYVPAEC79D' where id=8;
-update noar ti set b1='1RHPS5FOUBYVPAEC79D' where id=8;
-update noar tt set v0='TGJZQ8CTPAER55BHD2S' where id=8;
-update noar ti set v0='TGJZQ8CTPAER55BHD2S' where id=8;
-update noar tt set b2='MFZA7IQPA4KGWU972E' where id=8;
-update noar ti set b2='MFZA7IQPA4KGWU972E' where id=8;
-update noar tt set v0='JTO1Y630JQHY2J9ATLR8LR8FOOC4LN9' where id=9;
-update noar ti set v0='JTO1Y630JQHY2J9ATLR8LR8FOOC4LN9' where id=9;
-update noar tt set b0='UCBC95REM4' where id=9;
-update noar ti set b0='UCBC95REM4' where id=9;
-update noar tt set v0='H8VW26' where id=9;
-update noar ti set v0='H8VW26' where id=9;
-update noar tt set b1='IW5X02RZ9NWCL3KLIQ0T9H' where id=9;
-update noar ti set b1='IW5X02RZ9NWCL3KLIQ0T9H' where id=9;
-update noar tt set v0='9V1MX0SZ00QXS' where id=9;
-update noar ti set v0='9V1MX0SZ00QXS' where id=9;
-update noar tt set b2='D9E15RPWMKOPTMQC' where id=9;
-update noar ti set b2='D9E15RPWMKOPTMQC' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) null,
- b0 longblob null,
- b1 mediumblob null,
- b2 mediumblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='SJBTJFBY' where id=1;
-update noar ti set v0='SJBTJFBY' where id=1;
-update noar tt set b0='2P0BD7V89' where id=1;
-update noar ti set b0='2P0BD7V89' where id=1;
-update noar tt set v0='6DK7PVS' where id=1;
-update noar ti set v0='6DK7PVS' where id=1;
-update noar tt set b1='3EDI' where id=1;
-update noar ti set b1='3EDI' where id=1;
-update noar tt set v0='8RF' where id=1;
-update noar ti set v0='8RF' where id=1;
-update noar tt set b2='WPD24ZNHA55SRT93AD066DBNW' where id=1;
-update noar ti set b2='WPD24ZNHA55SRT93AD066DBNW' where id=1;
-update noar tt set v0='HJ798U3XK' where id=2;
-update noar ti set v0='HJ798U3XK' where id=2;
-update noar tt set b0='YHHQZ' where id=2;
-update noar ti set b0='YHHQZ' where id=2;
-update noar tt set v0='PCKJJU7F7Z9C5AI7P9EG6I8' where id=2;
-update noar ti set v0='PCKJJU7F7Z9C5AI7P9EG6I8' where id=2;
-update noar tt set b1='RF0M9S27M2UCOM3NXZ907QMU' where id=2;
-update noar ti set b1='RF0M9S27M2UCOM3NXZ907QMU' where id=2;
-update noar tt set v0='AW4SWOMZ1FTBFKI4HB1MWQ' where id=2;
-update noar ti set v0='AW4SWOMZ1FTBFKI4HB1MWQ' where id=2;
-update noar tt set b2='2H2S7N43OGN2FB1S7RMNQQDE4Q0JU' where id=2;
-update noar ti set b2='2H2S7N43OGN2FB1S7RMNQQDE4Q0JU' where id=2;
-update noar tt set v0='X3JSOWS7KOB9NV3V' where id=3;
-update noar ti set v0='X3JSOWS7KOB9NV3V' where id=3;
-update noar tt set b0='NO' where id=3;
-update noar ti set b0='NO' where id=3;
-update noar tt set v0='KXJZU0Z0K2RMGU9' where id=3;
-update noar ti set v0='KXJZU0Z0K2RMGU9' where id=3;
-update noar tt set b1='XS8ORTD7FLQG1E0' where id=3;
-update noar ti set b1='XS8ORTD7FLQG1E0' where id=3;
-update noar tt set v0='MUELL5VZ941O5BCGP2BO92JJFO4C3XG' where id=3;
-update noar ti set v0='MUELL5VZ941O5BCGP2BO92JJFO4C3XG' where id=3;
-update noar tt set b2='LPUO39GEGZ' where id=3;
-update noar ti set b2='LPUO39GEGZ' where id=3;
-update noar tt set v0='GEXJ5RTDCE' where id=4;
-update noar ti set v0='GEXJ5RTDCE' where id=4;
-update noar tt set b0='JNL8JLYKPKX31CPHHHCPN9P556XTDX3' where id=4;
-update noar ti set b0='JNL8JLYKPKX31CPHHHCPN9P556XTDX3' where id=4;
-update noar tt set v0='LP' where id=4;
-update noar ti set v0='LP' where id=4;
-update noar tt set b1='UZWKA6A2AE5D8FMP0BKKT7AL4VO36GM' where id=4;
-update noar ti set b1='UZWKA6A2AE5D8FMP0BKKT7AL4VO36GM' where id=4;
-update noar tt set v0='SF574' where id=4;
-update noar ti set v0='SF574' where id=4;
-update noar tt set b2='8PWGL3C' where id=4;
-update noar ti set b2='8PWGL3C' where id=4;
-update noar tt set v0='FW0TYH58E8UC1JD26J5LI' where id=5;
-update noar ti set v0='FW0TYH58E8UC1JD26J5LI' where id=5;
-update noar tt set b0='056' where id=5;
-update noar ti set b0='056' where id=5;
-update noar tt set v0='038PYFJHGH6MID0S77HP8RJQAH' where id=5;
-update noar ti set v0='038PYFJHGH6MID0S77HP8RJQAH' where id=5;
-update noar tt set b1='TRJ' where id=5;
-update noar ti set b1='TRJ' where id=5;
-update noar tt set v0='E77DGQIBFSDCLX0CFMR3CXTIM' where id=5;
-update noar ti set v0='E77DGQIBFSDCLX0CFMR3CXTIM' where id=5;
-update noar tt set b2='ADG2SMIWRR' where id=5;
-update noar ti set b2='ADG2SMIWRR' where id=5;
-update noar tt set v0='3WD8W4VMJ0235ND4M1843RZY492S' where id=6;
-update noar ti set v0='3WD8W4VMJ0235ND4M1843RZY492S' where id=6;
-update noar tt set b0='8ETYMSQO' where id=6;
-update noar ti set b0='8ETYMSQO' where id=6;
-update noar tt set v0='XDX17PMRJT4GT' where id=6;
-update noar ti set v0='XDX17PMRJT4GT' where id=6;
-update noar tt set b1='O3K9ZTZ9PO867' where id=6;
-update noar ti set b1='O3K9ZTZ9PO867' where id=6;
-update noar tt set v0='0' where id=6;
-update noar ti set v0='0' where id=6;
-update noar tt set b2='OAQJQ0' where id=6;
-update noar ti set b2='OAQJQ0' where id=6;
-update noar tt set v0='D1RD' where id=7;
-update noar ti set v0='D1RD' where id=7;
-update noar tt set b0='7JRBYJQ2ILXUQDEGSS2YH' where id=7;
-update noar ti set b0='7JRBYJQ2ILXUQDEGSS2YH' where id=7;
-update noar tt set v0='Y6PJ' where id=7;
-update noar ti set v0='Y6PJ' where id=7;
-update noar tt set b1='99SOGZBAHF' where id=7;
-update noar ti set b1='99SOGZBAHF' where id=7;
-update noar tt set v0='OG38T' where id=7;
-update noar ti set v0='OG38T' where id=7;
-update noar tt set b2='BR5SXFGS7SY7AODMDVGBBF02GM8LS4' where id=7;
-update noar ti set b2='BR5SXFGS7SY7AODMDVGBBF02GM8LS4' where id=7;
-update noar tt set v0='MQXX0R6UY1O' where id=8;
-update noar ti set v0='MQXX0R6UY1O' where id=8;
-update noar tt set b0='SCXVZJB2GXCGMMATGT0J6DG' where id=8;
-update noar ti set b0='SCXVZJB2GXCGMMATGT0J6DG' where id=8;
-update noar tt set v0='F96K5MZ6OYLK' where id=8;
-update noar ti set v0='F96K5MZ6OYLK' where id=8;
-update noar tt set b1='XXP79A9TH5E1NL1X3WZ' where id=8;
-update noar ti set b1='XXP79A9TH5E1NL1X3WZ' where id=8;
-update noar tt set v0='A' where id=8;
-update noar ti set v0='A' where id=8;
-update noar tt set b2='OCT0W2941UU0XWFMG29' where id=8;
-update noar ti set b2='OCT0W2941UU0XWFMG29' where id=8;
-update noar tt set v0='EQHZFJ2WQ92YCH8P01UEOTBF' where id=9;
-update noar ti set v0='EQHZFJ2WQ92YCH8P01UEOTBF' where id=9;
-update noar tt set b0='6' where id=9;
-update noar ti set b0='6' where id=9;
-update noar tt set v0='OF3UCX5SKADQ4KIF' where id=9;
-update noar ti set v0='OF3UCX5SKADQ4KIF' where id=9;
-update noar tt set b1='BYTQG9EQJVQTJIIC8' where id=9;
-update noar ti set b1='BYTQG9EQJVQTJIIC8' where id=9;
-update noar tt set v0='JSN3NW5EJJU4C540BZJZHK' where id=9;
-update noar ti set v0='JSN3NW5EJJU4C540BZJZHK' where id=9;
-update noar tt set b2='GMLCNHJVOODY62BVXNS544F91MO' where id=9;
-update noar ti set b2='GMLCNHJVOODY62BVXNS544F91MO' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) null,
- b0 longblob null,
- b1 mediumblob null,
- b2 mediumblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='AEGMDK8EYV80LO5N0F714KACBJ5XMV' where id=1;
-update noar ti set v0='AEGMDK8EYV80LO5N0F714KACBJ5XMV' where id=1;
-update noar tt set b0='5ZUR86QBTVDP93LIQ' where id=1;
-update noar ti set b0='5ZUR86QBTVDP93LIQ' where id=1;
-update noar tt set v0='5GNLQ' where id=1;
-update noar ti set v0='5GNLQ' where id=1;
-update noar tt set b1='IE0XF8HDL3PTSEFLVWM33T1U' where id=1;
-update noar ti set b1='IE0XF8HDL3PTSEFLVWM33T1U' where id=1;
-update noar tt set v0='XLA22WGK9SMP06N7RD0RDCVRXG' where id=1;
-update noar ti set v0='XLA22WGK9SMP06N7RD0RDCVRXG' where id=1;
-update noar tt set b2='QOA2PY6H1OP16DVOD1PC4' where id=1;
-update noar ti set b2='QOA2PY6H1OP16DVOD1PC4' where id=1;
-update noar tt set v0='4MDHHB7JKV8ZMLJT5W1BPZY' where id=2;
-update noar ti set v0='4MDHHB7JKV8ZMLJT5W1BPZY' where id=2;
-update noar tt set b0='FOPAO85BB78ZCT5U18M9JD' where id=2;
-update noar ti set b0='FOPAO85BB78ZCT5U18M9JD' where id=2;
-update noar tt set v0='TAFV3R39DWJTL5EHAAALI1CJY' where id=2;
-update noar ti set v0='TAFV3R39DWJTL5EHAAALI1CJY' where id=2;
-update noar tt set b1='TEY962JR9OE' where id=2;
-update noar ti set b1='TEY962JR9OE' where id=2;
-update noar tt set v0='CPFZ4IO' where id=2;
-update noar ti set v0='CPFZ4IO' where id=2;
-update noar tt set b2='HKSDHDHLX9P' where id=2;
-update noar ti set b2='HKSDHDHLX9P' where id=2;
-update noar tt set v0='QHXL2WU17IT' where id=3;
-update noar ti set v0='QHXL2WU17IT' where id=3;
-update noar tt set b0='I06H1EKO1NIMYJXF2O5C' where id=3;
-update noar ti set b0='I06H1EKO1NIMYJXF2O5C' where id=3;
-update noar tt set v0='UPT67K6K7FC8Z2' where id=3;
-update noar ti set v0='UPT67K6K7FC8Z2' where id=3;
-update noar tt set b1='X1M1EG132P4BL17XWE7XBN1B2GKUI' where id=3;
-update noar ti set b1='X1M1EG132P4BL17XWE7XBN1B2GKUI' where id=3;
-update noar tt set v0='A2SJT6C0IWQKM9I3' where id=3;
-update noar ti set v0='A2SJT6C0IWQKM9I3' where id=3;
-update noar tt set b2='I5YEITB973H84PFGQZ3XG3J' where id=3;
-update noar ti set b2='I5YEITB973H84PFGQZ3XG3J' where id=3;
-update noar tt set v0='RW7' where id=4;
-update noar ti set v0='RW7' where id=4;
-update noar tt set b0='UJQ3Z4N5C3NS3832A' where id=4;
-update noar ti set b0='UJQ3Z4N5C3NS3832A' where id=4;
-update noar tt set v0='N00IXPQCHO3TB0P671' where id=4;
-update noar ti set v0='N00IXPQCHO3TB0P671' where id=4;
-update noar tt set b1='P7TP9H4FA' where id=4;
-update noar ti set b1='P7TP9H4FA' where id=4;
-update noar tt set v0='VG24O291JX0EYG5UY' where id=4;
-update noar ti set v0='VG24O291JX0EYG5UY' where id=4;
-update noar tt set b2='CIZ3EYAITJANDCXSMKWID' where id=4;
-update noar ti set b2='CIZ3EYAITJANDCXSMKWID' where id=4;
-update noar tt set v0='PSN1WAALUNSAT' where id=5;
-update noar ti set v0='PSN1WAALUNSAT' where id=5;
-update noar tt set b0='WE2T801L006YN9J' where id=5;
-update noar ti set b0='WE2T801L006YN9J' where id=5;
-update noar tt set v0='724HJ9HCTL6I2G6A1TIOH2HDOKN' where id=5;
-update noar ti set v0='724HJ9HCTL6I2G6A1TIOH2HDOKN' where id=5;
-update noar tt set b1='DJA7' where id=5;
-update noar ti set b1='DJA7' where id=5;
-update noar tt set v0='04OUGOZ0MK1' where id=5;
-update noar ti set v0='04OUGOZ0MK1' where id=5;
-update noar tt set b2='UFS' where id=5;
-update noar ti set b2='UFS' where id=5;
-update noar tt set v0='B57M3DC4Y5FBHAFQUN8BZKWMJZ63CZ4' where id=6;
-update noar ti set v0='B57M3DC4Y5FBHAFQUN8BZKWMJZ63CZ4' where id=6;
-update noar tt set b0='6J6NPSZ67C2QRTFWV2PZN2W3QIMUG' where id=6;
-update noar ti set b0='6J6NPSZ67C2QRTFWV2PZN2W3QIMUG' where id=6;
-update noar tt set v0='6CSD7SPG4L936VTONHLQYNP196K063X' where id=6;
-update noar ti set v0='6CSD7SPG4L936VTONHLQYNP196K063X' where id=6;
-update noar tt set b1='US3CK8X8J8WQWHX5AFJ45AP6FIPKAM' where id=6;
-update noar ti set b1='US3CK8X8J8WQWHX5AFJ45AP6FIPKAM' where id=6;
-update noar tt set v0='MJUI09VTZ6QAAHLKXRNCV23B3Z7O' where id=6;
-update noar ti set v0='MJUI09VTZ6QAAHLKXRNCV23B3Z7O' where id=6;
-update noar tt set b2='MPTIN3UP2VYEFDUURAVLXWP24GH6U56' where id=6;
-update noar ti set b2='MPTIN3UP2VYEFDUURAVLXWP24GH6U56' where id=6;
-update noar tt set v0='OTVKMTCQ1QUQ3SKH5967SE' where id=7;
-update noar ti set v0='OTVKMTCQ1QUQ3SKH5967SE' where id=7;
-update noar tt set b0='96LBU3UD38V1517X4X0' where id=7;
-update noar ti set b0='96LBU3UD38V1517X4X0' where id=7;
-update noar tt set v0='2IT7WZJWAIT0I' where id=7;
-update noar ti set v0='2IT7WZJWAIT0I' where id=7;
-update noar tt set b1='V3C4JW70IOP97RJWDMCSSX' where id=7;
-update noar ti set b1='V3C4JW70IOP97RJWDMCSSX' where id=7;
-update noar tt set v0='L9G3' where id=7;
-update noar ti set v0='L9G3' where id=7;
-update noar tt set b2='LRLO45QI6A6SCLFV7NOI13QLW' where id=7;
-update noar ti set b2='LRLO45QI6A6SCLFV7NOI13QLW' where id=7;
-update noar tt set v0='42NLOT4UQFS' where id=8;
-update noar ti set v0='42NLOT4UQFS' where id=8;
-update noar tt set b0='S62B8XDFSSQ0' where id=8;
-update noar ti set b0='S62B8XDFSSQ0' where id=8;
-update noar tt set v0='X76ZFPSI6' where id=8;
-update noar ti set v0='X76ZFPSI6' where id=8;
-update noar tt set b1='FXK' where id=8;
-update noar ti set b1='FXK' where id=8;
-update noar tt set v0='MSNUUCHC4D' where id=8;
-update noar ti set v0='MSNUUCHC4D' where id=8;
-update noar tt set b2='T0XXZ3DB' where id=8;
-update noar ti set b2='T0XXZ3DB' where id=8;
-update noar tt set v0='I8IWTMSE' where id=9;
-update noar ti set v0='I8IWTMSE' where id=9;
-update noar tt set b0='1UO' where id=9;
-update noar ti set b0='1UO' where id=9;
-update noar tt set v0='JT' where id=9;
-update noar ti set v0='JT' where id=9;
-update noar tt set b1='XF7YZLXM8TS7V44I1OBBLAYCLMTDMJE' where id=9;
-update noar ti set b1='XF7YZLXM8TS7V44I1OBBLAYCLMTDMJE' where id=9;
-update noar tt set v0='TH5E9Z' where id=9;
-update noar ti set v0='TH5E9Z' where id=9;
-update noar tt set b2='222NO4NTFXSOM57' where id=9;
-update noar ti set b2='222NO4NTFXSOM57' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) not null,
- b0 longblob not null,
- b1 mediumblob not null,
- b2 mediumblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='5YIBB5UNICW9845FJBUCTO' where id=1;
-update noar ti set v0='5YIBB5UNICW9845FJBUCTO' where id=1;
-update noar tt set b0='MXN7' where id=1;
-update noar ti set b0='MXN7' where id=1;
-update noar tt set v0='KUJVXXVC7JOR5DQP' where id=1;
-update noar ti set v0='KUJVXXVC7JOR5DQP' where id=1;
-update noar tt set b1='6D15RMD9AP1PJLXG2X0PETP24JC' where id=1;
-update noar ti set b1='6D15RMD9AP1PJLXG2X0PETP24JC' where id=1;
-update noar tt set v0='Y5EQSR52HVK98VLCMCUBPMW4HZH4D' where id=1;
-update noar ti set v0='Y5EQSR52HVK98VLCMCUBPMW4HZH4D' where id=1;
-update noar tt set b2='NPZQWM6' where id=1;
-update noar ti set b2='NPZQWM6' where id=1;
-update noar tt set v0='7IIYB8' where id=2;
-update noar ti set v0='7IIYB8' where id=2;
-update noar tt set b0='3XA8WDH4ILAZXZ3MYN' where id=2;
-update noar ti set b0='3XA8WDH4ILAZXZ3MYN' where id=2;
-update noar tt set v0='T3QGJ9J7NRHJI6K1D' where id=2;
-update noar ti set v0='T3QGJ9J7NRHJI6K1D' where id=2;
-update noar tt set b1='HY' where id=2;
-update noar ti set b1='HY' where id=2;
-update noar tt set v0='YDV2S0YCTQ8RASJJ2HS' where id=2;
-update noar ti set v0='YDV2S0YCTQ8RASJJ2HS' where id=2;
-update noar tt set b2='0JNS9N9BRIUGHIGJUTVZLYVE887' where id=2;
-update noar ti set b2='0JNS9N9BRIUGHIGJUTVZLYVE887' where id=2;
-update noar tt set v0='1UDERKW4U60UYANPN7XZ9S8N' where id=3;
-update noar ti set v0='1UDERKW4U60UYANPN7XZ9S8N' where id=3;
-update noar tt set b0='E8DE7XU' where id=3;
-update noar ti set b0='E8DE7XU' where id=3;
-update noar tt set v0='GRAD2LTLER' where id=3;
-update noar ti set v0='GRAD2LTLER' where id=3;
-update noar tt set b1='CPKQOCLGYDOP18' where id=3;
-update noar ti set b1='CPKQOCLGYDOP18' where id=3;
-update noar tt set v0='9I7HF5S6JFDGQRJAYK5QT5VV4' where id=3;
-update noar ti set v0='9I7HF5S6JFDGQRJAYK5QT5VV4' where id=3;
-update noar tt set b2='YI' where id=3;
-update noar ti set b2='YI' where id=3;
-update noar tt set v0='H' where id=4;
-update noar ti set v0='H' where id=4;
-update noar tt set b0='VNFPJJKXK91C' where id=4;
-update noar ti set b0='VNFPJJKXK91C' where id=4;
-update noar tt set v0='BXK6KLIBNT8OPMDP1DKBONRP6BBB5ZVD' where id=4;
-update noar ti set v0='BXK6KLIBNT8OPMDP1DKBONRP6BBB5ZVD' where id=4;
-update noar tt set b1='LVRAWWTLD79J77P705WWWSZ1W34DZRB' where id=4;
-update noar ti set b1='LVRAWWTLD79J77P705WWWSZ1W34DZRB' where id=4;
-update noar tt set v0='V' where id=4;
-update noar ti set v0='V' where id=4;
-update noar tt set b2='00Z6QQ' where id=4;
-update noar ti set b2='00Z6QQ' where id=4;
-update noar tt set v0='53C8BD8' where id=5;
-update noar ti set v0='53C8BD8' where id=5;
-update noar tt set b0='6LM17NK1' where id=5;
-update noar ti set b0='6LM17NK1' where id=5;
-update noar tt set v0='Y0TUAR0QU0QO8U' where id=5;
-update noar ti set v0='Y0TUAR0QU0QO8U' where id=5;
-update noar tt set b1='0CPIUW' where id=5;
-update noar ti set b1='0CPIUW' where id=5;
-update noar tt set v0='TXX80PRDST6ZKF' where id=5;
-update noar ti set v0='TXX80PRDST6ZKF' where id=5;
-update noar tt set b2='ANHBGV8GFJM' where id=5;
-update noar ti set b2='ANHBGV8GFJM' where id=5;
-update noar tt set v0='7AMA7A2G7I4YRGQK2JZ2YPLRRRSYI' where id=6;
-update noar ti set v0='7AMA7A2G7I4YRGQK2JZ2YPLRRRSYI' where id=6;
-update noar tt set b0='K0OHWH6TGS3XN' where id=6;
-update noar ti set b0='K0OHWH6TGS3XN' where id=6;
-update noar tt set v0='S8MK5XH9C7ERQKQCT0239TY8XJ7' where id=6;
-update noar ti set v0='S8MK5XH9C7ERQKQCT0239TY8XJ7' where id=6;
-update noar tt set b1='5' where id=6;
-update noar ti set b1='5' where id=6;
-update noar tt set v0='5KA8V1OMWDB2Z9UDYQK' where id=6;
-update noar ti set v0='5KA8V1OMWDB2Z9UDYQK' where id=6;
-update noar tt set b2='817L591' where id=6;
-update noar ti set b2='817L591' where id=6;
-update noar tt set v0='I58CWEWAOBC0HHXHDJSA0NAKAUIXF' where id=7;
-update noar ti set v0='I58CWEWAOBC0HHXHDJSA0NAKAUIXF' where id=7;
-update noar tt set b0='QFRXQ3NOOX1RKXLQBO9G5K' where id=7;
-update noar ti set b0='QFRXQ3NOOX1RKXLQBO9G5K' where id=7;
-update noar tt set v0='H54KHZJB5' where id=7;
-update noar ti set v0='H54KHZJB5' where id=7;
-update noar tt set b1='PLBFN5IDR9S0DV4IIUYV63H0GISSHN' where id=7;
-update noar ti set b1='PLBFN5IDR9S0DV4IIUYV63H0GISSHN' where id=7;
-update noar tt set v0='4UF9' where id=7;
-update noar ti set v0='4UF9' where id=7;
-update noar tt set b2='CBD6U6MUZHWS4RY1W5' where id=7;
-update noar ti set b2='CBD6U6MUZHWS4RY1W5' where id=7;
-update noar tt set v0='V4VEFIGTJ5S67Z6MVQZ' where id=8;
-update noar ti set v0='V4VEFIGTJ5S67Z6MVQZ' where id=8;
-update noar tt set b0='CFIF77FGMJ4BUJG5V3ZB5XW3D' where id=8;
-update noar ti set b0='CFIF77FGMJ4BUJG5V3ZB5XW3D' where id=8;
-update noar tt set v0='4' where id=8;
-update noar ti set v0='4' where id=8;
-update noar tt set b1='SSR74TAPELE03RMYQAFT' where id=8;
-update noar ti set b1='SSR74TAPELE03RMYQAFT' where id=8;
-update noar tt set v0='07GYC0C26KXP37NWZE1MO' where id=8;
-update noar ti set v0='07GYC0C26KXP37NWZE1MO' where id=8;
-update noar tt set b2='KUTT43527FXLKUMRRZ2JVMYUQUI' where id=8;
-update noar ti set b2='KUTT43527FXLKUMRRZ2JVMYUQUI' where id=8;
-update noar tt set v0='PVQ50MWWW' where id=9;
-update noar ti set v0='PVQ50MWWW' where id=9;
-update noar tt set b0='L0O9FP02FNGD6BY00WCSUSASAQZ' where id=9;
-update noar ti set b0='L0O9FP02FNGD6BY00WCSUSASAQZ' where id=9;
-update noar tt set v0='08943H3VSMOBTTP7L9CPKFEAG3' where id=9;
-update noar ti set v0='08943H3VSMOBTTP7L9CPKFEAG3' where id=9;
-update noar tt set b1='7RUY5OQDD8' where id=9;
-update noar ti set b1='7RUY5OQDD8' where id=9;
-update noar tt set v0='MY8OYZTR0UNYNZO59ZW23KZTJLNUUV2' where id=9;
-update noar ti set v0='MY8OYZTR0UNYNZO59ZW23KZTJLNUUV2' where id=9;
-update noar tt set b2='FVEE4VTIENXXZUK8PV4W5NJ' where id=9;
-update noar ti set b2='FVEE4VTIENXXZUK8PV4W5NJ' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) not null,
- b0 longblob not null,
- b1 mediumblob not null,
- b2 mediumblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='S3WOBYMKV629I7E1XUJCG163' where id=1;
-update noar ti set v0='S3WOBYMKV629I7E1XUJCG163' where id=1;
-update noar tt set b0='7GSYV' where id=1;
-update noar ti set b0='7GSYV' where id=1;
-update noar tt set v0='JMP59E0SBEI5UKS2CF1' where id=1;
-update noar ti set v0='JMP59E0SBEI5UKS2CF1' where id=1;
-update noar tt set b1='BR44HNYO9JJV9NNPMVST' where id=1;
-update noar ti set b1='BR44HNYO9JJV9NNPMVST' where id=1;
-update noar tt set v0='R4NKM8LXH2' where id=1;
-update noar ti set v0='R4NKM8LXH2' where id=1;
-update noar tt set b2='VE2LB0DFDES1CB97V' where id=1;
-update noar ti set b2='VE2LB0DFDES1CB97V' where id=1;
-update noar tt set v0='NWWCS9HVGWBNEBIMCZA23' where id=2;
-update noar ti set v0='NWWCS9HVGWBNEBIMCZA23' where id=2;
-update noar tt set b0='QOGKOYP2RWVRJJXHJ9M91R5LN3U' where id=2;
-update noar ti set b0='QOGKOYP2RWVRJJXHJ9M91R5LN3U' where id=2;
-update noar tt set v0='YUAQ3E' where id=2;
-update noar ti set v0='YUAQ3E' where id=2;
-update noar tt set b1='1DCYTJTC2KJT9JZEQPDNI9N0JODU' where id=2;
-update noar ti set b1='1DCYTJTC2KJT9JZEQPDNI9N0JODU' where id=2;
-update noar tt set v0='MJMLFBB' where id=2;
-update noar ti set v0='MJMLFBB' where id=2;
-update noar tt set b2='UT0ZYO6DKRZIG54C772MDG' where id=2;
-update noar ti set b2='UT0ZYO6DKRZIG54C772MDG' where id=2;
-update noar tt set v0='BWTS5XCE563B61T3CP4DMO' where id=3;
-update noar ti set v0='BWTS5XCE563B61T3CP4DMO' where id=3;
-update noar tt set b0='EIW7WSKT0MEGBJJMEO' where id=3;
-update noar ti set b0='EIW7WSKT0MEGBJJMEO' where id=3;
-update noar tt set v0='EPICL7Z14LG9' where id=3;
-update noar ti set v0='EPICL7Z14LG9' where id=3;
-update noar tt set b1='8B0DOJL2JE7K10LACH2ERDOBUQDB0F' where id=3;
-update noar ti set b1='8B0DOJL2JE7K10LACH2ERDOBUQDB0F' where id=3;
-update noar tt set v0='JKW946I5U2676TEFELJC0I3DSOMKCKRB' where id=3;
-update noar ti set v0='JKW946I5U2676TEFELJC0I3DSOMKCKRB' where id=3;
-update noar tt set b2='IALFJJ7K40IXNQU8' where id=3;
-update noar ti set b2='IALFJJ7K40IXNQU8' where id=3;
-update noar tt set v0='ORHEIO52QFHWJ4A3' where id=4;
-update noar ti set v0='ORHEIO52QFHWJ4A3' where id=4;
-update noar tt set b0='GRYJN4R2AHE' where id=4;
-update noar ti set b0='GRYJN4R2AHE' where id=4;
-update noar tt set v0='V37WORKOR9O' where id=4;
-update noar ti set v0='V37WORKOR9O' where id=4;
-update noar tt set b1='FDBVAG' where id=4;
-update noar ti set b1='FDBVAG' where id=4;
-update noar tt set v0='UZBFL9UHEPE7OTV04GETP' where id=4;
-update noar ti set v0='UZBFL9UHEPE7OTV04GETP' where id=4;
-update noar tt set b2='CM8EMC1YNNS7UEF4GP4M18KMBXJRGN' where id=4;
-update noar ti set b2='CM8EMC1YNNS7UEF4GP4M18KMBXJRGN' where id=4;
-update noar tt set v0='KADFFXAAU5QLA9T5BLPL583' where id=5;
-update noar ti set v0='KADFFXAAU5QLA9T5BLPL583' where id=5;
-update noar tt set b0='36S59X86VT' where id=5;
-update noar ti set b0='36S59X86VT' where id=5;
-update noar tt set v0='FX5EHG28EHYWCRLL6' where id=5;
-update noar ti set v0='FX5EHG28EHYWCRLL6' where id=5;
-update noar tt set b1='RVWERPBBNP58QPJHQEFL6KGXB08PY' where id=5;
-update noar ti set b1='RVWERPBBNP58QPJHQEFL6KGXB08PY' where id=5;
-update noar tt set v0='QTYVPED8KKZ5S5QU601VDVXBLM8' where id=5;
-update noar ti set v0='QTYVPED8KKZ5S5QU601VDVXBLM8' where id=5;
-update noar tt set b2='GNPJ8Q48R10OUHK347Q2D240ZRPSV' where id=5;
-update noar ti set b2='GNPJ8Q48R10OUHK347Q2D240ZRPSV' where id=5;
-update noar tt set v0='FK0DK4SCUA4G3REDN5HOTM4IKDVAI2BB' where id=6;
-update noar ti set v0='FK0DK4SCUA4G3REDN5HOTM4IKDVAI2BB' where id=6;
-update noar tt set b0='QD97N3TTIL3' where id=6;
-update noar ti set b0='QD97N3TTIL3' where id=6;
-update noar tt set v0='4NF378ECWJ' where id=6;
-update noar ti set v0='4NF378ECWJ' where id=6;
-update noar tt set b1='LAAW46MQHWT6A' where id=6;
-update noar ti set b1='LAAW46MQHWT6A' where id=6;
-update noar tt set v0='2FTO3NIS' where id=6;
-update noar ti set v0='2FTO3NIS' where id=6;
-update noar tt set b2='WEB38FB8YMHHLCPV' where id=6;
-update noar ti set b2='WEB38FB8YMHHLCPV' where id=6;
-update noar tt set v0='ZNXXVVB' where id=7;
-update noar ti set v0='ZNXXVVB' where id=7;
-update noar tt set b0='UF5P19DYI3' where id=7;
-update noar ti set b0='UF5P19DYI3' where id=7;
-update noar tt set v0='1UBGXLDMB' where id=7;
-update noar ti set v0='1UBGXLDMB' where id=7;
-update noar tt set b1='PVL9NH95K4NEQXDQLNWQ4B' where id=7;
-update noar ti set b1='PVL9NH95K4NEQXDQLNWQ4B' where id=7;
-update noar tt set v0='EUB8FA6TBQT1HNWQGIC75SIZ889' where id=7;
-update noar ti set v0='EUB8FA6TBQT1HNWQGIC75SIZ889' where id=7;
-update noar tt set b2='8YQR2W5UP50MTPW690WQUC0RZNL8' where id=7;
-update noar ti set b2='8YQR2W5UP50MTPW690WQUC0RZNL8' where id=7;
-update noar tt set v0='LUWLJORIA7POZCB' where id=8;
-update noar ti set v0='LUWLJORIA7POZCB' where id=8;
-update noar tt set b0='2TVGNOR' where id=8;
-update noar ti set b0='2TVGNOR' where id=8;
-update noar tt set v0='BPM4GRLCJGT7QCAR6V5R3Z64W' where id=8;
-update noar ti set v0='BPM4GRLCJGT7QCAR6V5R3Z64W' where id=8;
-update noar tt set b1='O170TG' where id=8;
-update noar ti set b1='O170TG' where id=8;
-update noar tt set v0='GIYB3SKHI1YHZFV' where id=8;
-update noar ti set v0='GIYB3SKHI1YHZFV' where id=8;
-update noar tt set b2='XBJEJ7IZNL22RHKA' where id=8;
-update noar ti set b2='XBJEJ7IZNL22RHKA' where id=8;
-update noar tt set v0='3KFAL' where id=9;
-update noar ti set v0='3KFAL' where id=9;
-update noar tt set b0='LPHWJCBIQ4JNNBDZKENL5RT3AWVUDHVE' where id=9;
-update noar ti set b0='LPHWJCBIQ4JNNBDZKENL5RT3AWVUDHVE' where id=9;
-update noar tt set v0='J4WP' where id=9;
-update noar ti set v0='J4WP' where id=9;
-update noar tt set b1='E9C4DU0LWIR0052208LIZDWUX3' where id=9;
-update noar ti set b1='E9C4DU0LWIR0052208LIZDWUX3' where id=9;
-update noar tt set v0='KU' where id=9;
-update noar ti set v0='KU' where id=9;
-update noar tt set b2='E8T' where id=9;
-update noar ti set b2='E8T' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) null,
- b0 longblob null,
- b1 mediumblob null,
- b2 longblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='R3K75JPZ7DBNDLWGKZWUN7JFQ0LVVNKD' where id=1;
-update noar ti set v0='R3K75JPZ7DBNDLWGKZWUN7JFQ0LVVNKD' where id=1;
-update noar tt set b0='CEXAX0IX02SS6E7AKO1H8US' where id=1;
-update noar ti set b0='CEXAX0IX02SS6E7AKO1H8US' where id=1;
-update noar tt set v0='0FPUB1ABYX7L7DQW5EWTFCYN0' where id=1;
-update noar ti set v0='0FPUB1ABYX7L7DQW5EWTFCYN0' where id=1;
-update noar tt set b1='MUYE4FEQZ5' where id=1;
-update noar ti set b1='MUYE4FEQZ5' where id=1;
-update noar tt set v0='CJVU7TTVU9Z708FZH059JLWRSP' where id=1;
-update noar ti set v0='CJVU7TTVU9Z708FZH059JLWRSP' where id=1;
-update noar tt set b2='TWCPR' where id=1;
-update noar ti set b2='TWCPR' where id=1;
-update noar tt set v0='MTEZE8LTCJPIDKSJWXE' where id=2;
-update noar ti set v0='MTEZE8LTCJPIDKSJWXE' where id=2;
-update noar tt set b0='QIAIZUVDN8YM' where id=2;
-update noar ti set b0='QIAIZUVDN8YM' where id=2;
-update noar tt set v0='TFGRNU2QU' where id=2;
-update noar ti set v0='TFGRNU2QU' where id=2;
-update noar tt set b1='7BCLZC2NE52505OKEYE6HCM5I' where id=2;
-update noar ti set b1='7BCLZC2NE52505OKEYE6HCM5I' where id=2;
-update noar tt set v0='JE' where id=2;
-update noar ti set v0='JE' where id=2;
-update noar tt set b2='3QYP8R05V8ST' where id=2;
-update noar ti set b2='3QYP8R05V8ST' where id=2;
-update noar tt set v0='312J4UC0M6MSUYYKHTN4SL5JYG' where id=3;
-update noar ti set v0='312J4UC0M6MSUYYKHTN4SL5JYG' where id=3;
-update noar tt set b0='PA7IDPT95SW2OW5' where id=3;
-update noar ti set b0='PA7IDPT95SW2OW5' where id=3;
-update noar tt set v0='2X6H0H' where id=3;
-update noar ti set v0='2X6H0H' where id=3;
-update noar tt set b1='8BQHCICPE' where id=3;
-update noar ti set b1='8BQHCICPE' where id=3;
-update noar tt set v0='WFVTH1Q9O4BP5A14957VS' where id=3;
-update noar ti set v0='WFVTH1Q9O4BP5A14957VS' where id=3;
-update noar tt set b2='DRZ3JOLF9BE' where id=3;
-update noar ti set b2='DRZ3JOLF9BE' where id=3;
-update noar tt set v0='39W8FXHK14GYLKHCUS' where id=4;
-update noar ti set v0='39W8FXHK14GYLKHCUS' where id=4;
-update noar tt set b0='PY20H353UIANN3I8G8O9AKY' where id=4;
-update noar ti set b0='PY20H353UIANN3I8G8O9AKY' where id=4;
-update noar tt set v0='KGJB3HFFKRE72JXWMET2DPIW90P' where id=4;
-update noar ti set v0='KGJB3HFFKRE72JXWMET2DPIW90P' where id=4;
-update noar tt set b1='J1GRMTVT746A63V3BKHD3U' where id=4;
-update noar ti set b1='J1GRMTVT746A63V3BKHD3U' where id=4;
-update noar tt set v0='IXUJPWUTCL4MXPMUBITCC14NOIQP4Y' where id=4;
-update noar ti set v0='IXUJPWUTCL4MXPMUBITCC14NOIQP4Y' where id=4;
-update noar tt set b2='X6VKEIHA' where id=4;
-update noar ti set b2='X6VKEIHA' where id=4;
-update noar tt set v0='2HM74' where id=5;
-update noar ti set v0='2HM74' where id=5;
-update noar tt set b0='Q1MZZHM7C7AQELLNCBV2YV' where id=5;
-update noar ti set b0='Q1MZZHM7C7AQELLNCBV2YV' where id=5;
-update noar tt set v0='YNDEJGCQ29SOCEILQ2CEZU' where id=5;
-update noar ti set v0='YNDEJGCQ29SOCEILQ2CEZU' where id=5;
-update noar tt set b1='VLRF4G3T7NTTMBQX6CY4Y7HJG5N' where id=5;
-update noar ti set b1='VLRF4G3T7NTTMBQX6CY4Y7HJG5N' where id=5;
-update noar tt set v0='6PT4RS2L' where id=5;
-update noar ti set v0='6PT4RS2L' where id=5;
-update noar tt set b2='NRH' where id=5;
-update noar ti set b2='NRH' where id=5;
-update noar tt set v0='AO9REU3AKJ2HN' where id=6;
-update noar ti set v0='AO9REU3AKJ2HN' where id=6;
-update noar tt set b0='344IMAFNYWN1VPNIO8G3QP' where id=6;
-update noar ti set b0='344IMAFNYWN1VPNIO8G3QP' where id=6;
-update noar tt set v0='ROFZG3WP4CCJQV4FXX3YXG4MFWV17ZGA' where id=6;
-update noar ti set v0='ROFZG3WP4CCJQV4FXX3YXG4MFWV17ZGA' where id=6;
-update noar tt set b1='3OR3MJA0AAXGXJEHZUSROQ249J' where id=6;
-update noar ti set b1='3OR3MJA0AAXGXJEHZUSROQ249J' where id=6;
-update noar tt set v0='ZAWIH0Z032M68' where id=6;
-update noar ti set v0='ZAWIH0Z032M68' where id=6;
-update noar tt set b2='DQ41UB' where id=6;
-update noar ti set b2='DQ41UB' where id=6;
-update noar tt set v0='YMFQS5' where id=7;
-update noar ti set v0='YMFQS5' where id=7;
-update noar tt set b0='5EWX' where id=7;
-update noar ti set b0='5EWX' where id=7;
-update noar tt set v0='24CYCJWWTW5Y3S9CITJPZJKY' where id=7;
-update noar ti set v0='24CYCJWWTW5Y3S9CITJPZJKY' where id=7;
-update noar tt set b1='0PGUONFQBMKD' where id=7;
-update noar ti set b1='0PGUONFQBMKD' where id=7;
-update noar tt set v0='UNOLJ35TQJVFXZCV' where id=7;
-update noar ti set v0='UNOLJ35TQJVFXZCV' where id=7;
-update noar tt set b2='1J3L' where id=7;
-update noar ti set b2='1J3L' where id=7;
-update noar tt set v0='R0492MGGPP1EQKYVMM18VEVC' where id=8;
-update noar ti set v0='R0492MGGPP1EQKYVMM18VEVC' where id=8;
-update noar tt set b0='0IY0' where id=8;
-update noar ti set b0='0IY0' where id=8;
-update noar tt set v0='6L1B8FLDQE7M1HCLY0GG' where id=8;
-update noar ti set v0='6L1B8FLDQE7M1HCLY0GG' where id=8;
-update noar tt set b1='IX5LTS7AV3G7JJX5GMHXR3DFRNXK3' where id=8;
-update noar ti set b1='IX5LTS7AV3G7JJX5GMHXR3DFRNXK3' where id=8;
-update noar tt set v0='IP' where id=8;
-update noar ti set v0='IP' where id=8;
-update noar tt set b2='7' where id=8;
-update noar ti set b2='7' where id=8;
-update noar tt set v0='SX9KI0TPRDN3FC2VB1YLCRO01VX2AS' where id=9;
-update noar ti set v0='SX9KI0TPRDN3FC2VB1YLCRO01VX2AS' where id=9;
-update noar tt set b0='YPPN52C7IPNUK' where id=9;
-update noar ti set b0='YPPN52C7IPNUK' where id=9;
-update noar tt set v0='XEDMBXRTD253UJ' where id=9;
-update noar ti set v0='XEDMBXRTD253UJ' where id=9;
-update noar tt set b1='RBTR77M2XYIQJXW73NLQQQG8A4' where id=9;
-update noar ti set b1='RBTR77M2XYIQJXW73NLQQQG8A4' where id=9;
-update noar tt set v0='J' where id=9;
-update noar ti set v0='J' where id=9;
-update noar tt set b2='DP7RSS29NH6W' where id=9;
-update noar ti set b2='DP7RSS29NH6W' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) null,
- b0 longblob null,
- b1 mediumblob null,
- b2 longblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='D9' where id=1;
-update noar ti set v0='D9' where id=1;
-update noar tt set b0='4KY26BDHRD3J5IC4TCAQW1RJATC' where id=1;
-update noar ti set b0='4KY26BDHRD3J5IC4TCAQW1RJATC' where id=1;
-update noar tt set v0='QR0EKGQ5YUDOT57D3T5' where id=1;
-update noar ti set v0='QR0EKGQ5YUDOT57D3T5' where id=1;
-update noar tt set b1='EE2R5' where id=1;
-update noar ti set b1='EE2R5' where id=1;
-update noar tt set v0='HL2F1D8CBB' where id=1;
-update noar ti set v0='HL2F1D8CBB' where id=1;
-update noar tt set b2='UGDNBKQ2YT5WAMJX9RRGVC' where id=1;
-update noar ti set b2='UGDNBKQ2YT5WAMJX9RRGVC' where id=1;
-update noar tt set v0='IFOG7SJDQLWHQ7S9H5S47M6N20U84L' where id=2;
-update noar ti set v0='IFOG7SJDQLWHQ7S9H5S47M6N20U84L' where id=2;
-update noar tt set b0='JFHS' where id=2;
-update noar ti set b0='JFHS' where id=2;
-update noar tt set v0='1JRI1UYSQRCCMIINOA4XTRZXGVR2' where id=2;
-update noar ti set v0='1JRI1UYSQRCCMIINOA4XTRZXGVR2' where id=2;
-update noar tt set b1='PM4IS8CHAS4' where id=2;
-update noar ti set b1='PM4IS8CHAS4' where id=2;
-update noar tt set v0='92BQAV8NM5BZQY94Q' where id=2;
-update noar ti set v0='92BQAV8NM5BZQY94Q' where id=2;
-update noar tt set b2='HOPYGDCR8Q' where id=2;
-update noar ti set b2='HOPYGDCR8Q' where id=2;
-update noar tt set v0='9K1UIZBEAJKXRM0C15XVRV1N4OF' where id=3;
-update noar ti set v0='9K1UIZBEAJKXRM0C15XVRV1N4OF' where id=3;
-update noar tt set b0='MXNUGECQVV10FM' where id=3;
-update noar ti set b0='MXNUGECQVV10FM' where id=3;
-update noar tt set v0='DJKJCMDTS5XITVSQJCRA60YVOGPVI' where id=3;
-update noar ti set v0='DJKJCMDTS5XITVSQJCRA60YVOGPVI' where id=3;
-update noar tt set b1='6IF' where id=3;
-update noar ti set b1='6IF' where id=3;
-update noar tt set v0='JCIKPZFLSWSR' where id=3;
-update noar ti set v0='JCIKPZFLSWSR' where id=3;
-update noar tt set b2='WK2U8Z3LHRIOT50AB295CWWU6XH29E' where id=3;
-update noar ti set b2='WK2U8Z3LHRIOT50AB295CWWU6XH29E' where id=3;
-update noar tt set v0='11WIUBVQ0GNTY8WXXYH6GE1HXE' where id=4;
-update noar ti set v0='11WIUBVQ0GNTY8WXXYH6GE1HXE' where id=4;
-update noar tt set b0='3027K0E8VM7ZFUGKSFKH6' where id=4;
-update noar ti set b0='3027K0E8VM7ZFUGKSFKH6' where id=4;
-update noar tt set v0='UBQBM1AVW1Z48KF3' where id=4;
-update noar ti set v0='UBQBM1AVW1Z48KF3' where id=4;
-update noar tt set b1='EZPPFKYZP7BF9YSVNK972CU8VOLNZ75' where id=4;
-update noar ti set b1='EZPPFKYZP7BF9YSVNK972CU8VOLNZ75' where id=4;
-update noar tt set v0='SCLTUZ76N03DLZYQ' where id=4;
-update noar ti set v0='SCLTUZ76N03DLZYQ' where id=4;
-update noar tt set b2='LDC21J8P32AT8SUF14LT4IZ9WVFT0' where id=4;
-update noar ti set b2='LDC21J8P32AT8SUF14LT4IZ9WVFT0' where id=4;
-update noar tt set v0='MEQX9LYC85VJPI00FJB35C9TNW4QH' where id=5;
-update noar ti set v0='MEQX9LYC85VJPI00FJB35C9TNW4QH' where id=5;
-update noar tt set b0='I7X0FRJA666B65WR' where id=5;
-update noar ti set b0='I7X0FRJA666B65WR' where id=5;
-update noar tt set v0='RM36BXLHOBCP59BAXLPCXSZ' where id=5;
-update noar ti set v0='RM36BXLHOBCP59BAXLPCXSZ' where id=5;
-update noar tt set b1='OUG3JM1LGMK7ZSQY78WE3HZ5CKEL5P' where id=5;
-update noar ti set b1='OUG3JM1LGMK7ZSQY78WE3HZ5CKEL5P' where id=5;
-update noar tt set v0='BNHP3ORJD224TI9' where id=5;
-update noar ti set v0='BNHP3ORJD224TI9' where id=5;
-update noar tt set b2='DA2' where id=5;
-update noar ti set b2='DA2' where id=5;
-update noar tt set v0='2IRR7ENDLBQV9D839S7Y9134GZ2G0SZO' where id=6;
-update noar ti set v0='2IRR7ENDLBQV9D839S7Y9134GZ2G0SZO' where id=6;
-update noar tt set b0='ICTA580809' where id=6;
-update noar ti set b0='ICTA580809' where id=6;
-update noar tt set v0='6FPBLTQZME' where id=6;
-update noar ti set v0='6FPBLTQZME' where id=6;
-update noar tt set b1='KVS0SR22V84J' where id=6;
-update noar ti set b1='KVS0SR22V84J' where id=6;
-update noar tt set v0='NZUHCUHEVFY015AWH0II' where id=6;
-update noar ti set v0='NZUHCUHEVFY015AWH0II' where id=6;
-update noar tt set b2='5LKMNFT7BYX13RNN3D2' where id=6;
-update noar ti set b2='5LKMNFT7BYX13RNN3D2' where id=6;
-update noar tt set v0='8OJF7ATX' where id=7;
-update noar ti set v0='8OJF7ATX' where id=7;
-update noar tt set b0='HY' where id=7;
-update noar ti set b0='HY' where id=7;
-update noar tt set v0='BAZYWPNOLLEYZ1SHHM19JLCO' where id=7;
-update noar ti set v0='BAZYWPNOLLEYZ1SHHM19JLCO' where id=7;
-update noar tt set b1='S390CJJD' where id=7;
-update noar ti set b1='S390CJJD' where id=7;
-update noar tt set v0='Q4B9OTOG95V5511GTKUFZAOOG1SR' where id=7;
-update noar ti set v0='Q4B9OTOG95V5511GTKUFZAOOG1SR' where id=7;
-update noar tt set b2='N953HL01BEHB6W2UO0KHIU1RBBUR7' where id=7;
-update noar ti set b2='N953HL01BEHB6W2UO0KHIU1RBBUR7' where id=7;
-update noar tt set v0='QQMPZ0OHR28D79' where id=8;
-update noar ti set v0='QQMPZ0OHR28D79' where id=8;
-update noar tt set b0='ZKA08H4VSV78' where id=8;
-update noar ti set b0='ZKA08H4VSV78' where id=8;
-update noar tt set v0='JX3TMT' where id=8;
-update noar ti set v0='JX3TMT' where id=8;
-update noar tt set b1='PKBFYE7GHSXVXQ0YF3UO1UFGT1R75' where id=8;
-update noar ti set b1='PKBFYE7GHSXVXQ0YF3UO1UFGT1R75' where id=8;
-update noar tt set v0='0JIHXPB96SZQ44SQSWTA4L260' where id=8;
-update noar ti set v0='0JIHXPB96SZQ44SQSWTA4L260' where id=8;
-update noar tt set b2='5F4HV' where id=8;
-update noar ti set b2='5F4HV' where id=8;
-update noar tt set v0='PIXO' where id=9;
-update noar ti set v0='PIXO' where id=9;
-update noar tt set b0='YYRAVC33GKFL8FWX3L7W356' where id=9;
-update noar ti set b0='YYRAVC33GKFL8FWX3L7W356' where id=9;
-update noar tt set v0='4V0B0LXK7UXJ52R2N8ZE5Y3MG1R' where id=9;
-update noar ti set v0='4V0B0LXK7UXJ52R2N8ZE5Y3MG1R' where id=9;
-update noar tt set b1='991XDMGDFUY' where id=9;
-update noar ti set b1='991XDMGDFUY' where id=9;
-update noar tt set v0='EVB07' where id=9;
-update noar ti set v0='EVB07' where id=9;
-update noar tt set b2='2TEUEW2UPEGM8TTC' where id=9;
-update noar ti set b2='2TEUEW2UPEGM8TTC' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) not null,
- b0 longblob not null,
- b1 mediumblob not null,
- b2 longblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='CNE69R3TSTJTJ9A3GJ6U9V658E' where id=1;
-update noar ti set v0='CNE69R3TSTJTJ9A3GJ6U9V658E' where id=1;
-update noar tt set b0='65AYFMENZSIIE1AU9GQH0' where id=1;
-update noar ti set b0='65AYFMENZSIIE1AU9GQH0' where id=1;
-update noar tt set v0='EMZ0FRE4' where id=1;
-update noar ti set v0='EMZ0FRE4' where id=1;
-update noar tt set b1='MDA1YSS46DFWOH2OLRAOQT2' where id=1;
-update noar ti set b1='MDA1YSS46DFWOH2OLRAOQT2' where id=1;
-update noar tt set v0='J8CZQVDQVHIL0JK' where id=1;
-update noar ti set v0='J8CZQVDQVHIL0JK' where id=1;
-update noar tt set b2='D' where id=1;
-update noar ti set b2='D' where id=1;
-update noar tt set v0='P21FAHOJO0CP1Q82C9999SYL' where id=2;
-update noar ti set v0='P21FAHOJO0CP1Q82C9999SYL' where id=2;
-update noar tt set b0='KLOIV3M1S7Y6ZA4JU7649FF8EXL4N' where id=2;
-update noar ti set b0='KLOIV3M1S7Y6ZA4JU7649FF8EXL4N' where id=2;
-update noar tt set v0='ZE9N2MAVGKMTFGSV26LMLEXZFQ8T' where id=2;
-update noar ti set v0='ZE9N2MAVGKMTFGSV26LMLEXZFQ8T' where id=2;
-update noar tt set b1='XNUO087QXE2DW2S2RN' where id=2;
-update noar ti set b1='XNUO087QXE2DW2S2RN' where id=2;
-update noar tt set v0='WXBLHR5O9S26KJ' where id=2;
-update noar ti set v0='WXBLHR5O9S26KJ' where id=2;
-update noar tt set b2='FBZ2G4EC1TL0Z' where id=2;
-update noar ti set b2='FBZ2G4EC1TL0Z' where id=2;
-update noar tt set v0='G5MTX6MM' where id=3;
-update noar ti set v0='G5MTX6MM' where id=3;
-update noar tt set b0='MJ90DEZCR89NDZEM1YFVF5O3X' where id=3;
-update noar ti set b0='MJ90DEZCR89NDZEM1YFVF5O3X' where id=3;
-update noar tt set v0='EPVJTJWUX2J5WJ8POC0' where id=3;
-update noar ti set v0='EPVJTJWUX2J5WJ8POC0' where id=3;
-update noar tt set b1='XZK8ONZZB38V6XFB4RQY' where id=3;
-update noar ti set b1='XZK8ONZZB38V6XFB4RQY' where id=3;
-update noar tt set v0='1JVN3HYNHN8VSWLKIDB6JJVH7R4D' where id=3;
-update noar ti set v0='1JVN3HYNHN8VSWLKIDB6JJVH7R4D' where id=3;
-update noar tt set b2='6BCT9YG7Q' where id=3;
-update noar ti set b2='6BCT9YG7Q' where id=3;
-update noar tt set v0='KZCKIHDO68' where id=4;
-update noar ti set v0='KZCKIHDO68' where id=4;
-update noar tt set b0='3ZBSXY8HC6V0V' where id=4;
-update noar ti set b0='3ZBSXY8HC6V0V' where id=4;
-update noar tt set v0='MDQ0NC6DUQ8RHHMLCTWRNEYJDA61R' where id=4;
-update noar ti set v0='MDQ0NC6DUQ8RHHMLCTWRNEYJDA61R' where id=4;
-update noar tt set b1='IUR6XIDPH3S53428KL62E' where id=4;
-update noar ti set b1='IUR6XIDPH3S53428KL62E' where id=4;
-update noar tt set v0='UGG5Q22T71' where id=4;
-update noar ti set v0='UGG5Q22T71' where id=4;
-update noar tt set b2='I84P493V' where id=4;
-update noar ti set b2='I84P493V' where id=4;
-update noar tt set v0='3SKVU9U' where id=5;
-update noar ti set v0='3SKVU9U' where id=5;
-update noar tt set b0='Z8UN8Y6ONX3OVNF9HJ' where id=5;
-update noar ti set b0='Z8UN8Y6ONX3OVNF9HJ' where id=5;
-update noar tt set v0='ZKN87Y91E92' where id=5;
-update noar ti set v0='ZKN87Y91E92' where id=5;
-update noar tt set b1='ORNCL32BWWCE0Y7K8H' where id=5;
-update noar ti set b1='ORNCL32BWWCE0Y7K8H' where id=5;
-update noar tt set v0='1' where id=5;
-update noar ti set v0='1' where id=5;
-update noar tt set b2='LUZMB9L7EOBP9ECU2JQIL7' where id=5;
-update noar ti set b2='LUZMB9L7EOBP9ECU2JQIL7' where id=5;
-update noar tt set v0='E6RZC5A1VJ7UNHDZSS806C8Z' where id=6;
-update noar ti set v0='E6RZC5A1VJ7UNHDZSS806C8Z' where id=6;
-update noar tt set b0='P3IST8MDNY' where id=6;
-update noar ti set b0='P3IST8MDNY' where id=6;
-update noar tt set v0='XQ5' where id=6;
-update noar ti set v0='XQ5' where id=6;
-update noar tt set b1='YEYC0C43E6CRC19QASY4VISNRHQZ2C' where id=6;
-update noar ti set b1='YEYC0C43E6CRC19QASY4VISNRHQZ2C' where id=6;
-update noar tt set v0='OBY0G0PUUJRBQBINB04KOFAI261FIX0' where id=6;
-update noar ti set v0='OBY0G0PUUJRBQBINB04KOFAI261FIX0' where id=6;
-update noar tt set b2='IHQ7RRK2HRFMT3Y3F22UD' where id=6;
-update noar ti set b2='IHQ7RRK2HRFMT3Y3F22UD' where id=6;
-update noar tt set v0='MBNPX9BQGA7HQCG6TFJW0CB' where id=7;
-update noar ti set v0='MBNPX9BQGA7HQCG6TFJW0CB' where id=7;
-update noar tt set b0='LOP4D' where id=7;
-update noar ti set b0='LOP4D' where id=7;
-update noar tt set v0='YQ6J3XV79NKRAPOWVK4CP7R8Q1ZNIHJ' where id=7;
-update noar ti set v0='YQ6J3XV79NKRAPOWVK4CP7R8Q1ZNIHJ' where id=7;
-update noar tt set b1='SYPK32' where id=7;
-update noar ti set b1='SYPK32' where id=7;
-update noar tt set v0='LD' where id=7;
-update noar ti set v0='LD' where id=7;
-update noar tt set b2='C6AH3YQ7FY5O1SV300TCOA2HRBCRJ8' where id=7;
-update noar ti set b2='C6AH3YQ7FY5O1SV300TCOA2HRBCRJ8' where id=7;
-update noar tt set v0='SQ0IIA75ERHFB1' where id=8;
-update noar ti set v0='SQ0IIA75ERHFB1' where id=8;
-update noar tt set b0='M10NQVJL21TE1VR6DV' where id=8;
-update noar ti set b0='M10NQVJL21TE1VR6DV' where id=8;
-update noar tt set v0='GZKT2DLPN6WW9T499E' where id=8;
-update noar ti set v0='GZKT2DLPN6WW9T499E' where id=8;
-update noar tt set b1='VE599MSD5X' where id=8;
-update noar ti set b1='VE599MSD5X' where id=8;
-update noar tt set v0='OVGL29VY68UL038ZGMX0OACD19' where id=8;
-update noar ti set v0='OVGL29VY68UL038ZGMX0OACD19' where id=8;
-update noar tt set b2='O8GBPNTCFFBS26BMTRPZ729P0PD' where id=8;
-update noar ti set b2='O8GBPNTCFFBS26BMTRPZ729P0PD' where id=8;
-update noar tt set v0='AJBQCQ0FKGVM3H5ZMW9HFORKK7' where id=9;
-update noar ti set v0='AJBQCQ0FKGVM3H5ZMW9HFORKK7' where id=9;
-update noar tt set b0='KXTSIXGF' where id=9;
-update noar ti set b0='KXTSIXGF' where id=9;
-update noar tt set v0='9IVFLPZ2' where id=9;
-update noar ti set v0='9IVFLPZ2' where id=9;
-update noar tt set b1='AW8YKSIQOKO2DW68K8KAODZB1OVAER6' where id=9;
-update noar ti set b1='AW8YKSIQOKO2DW68K8KAODZB1OVAER6' where id=9;
-update noar tt set v0='WK8VFMLB16ME5MHHUFY3ZISFDE' where id=9;
-update noar ti set v0='WK8VFMLB16ME5MHHUFY3ZISFDE' where id=9;
-update noar tt set b2='CRIKIZKM3J025XCCCX1MXO' where id=9;
-update noar ti set b2='CRIKIZKM3J025XCCCX1MXO' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) not null,
- b0 longblob not null,
- b1 mediumblob not null,
- b2 longblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='ZH1TFZ81TLN11R595U8V7X407JGQ68' where id=1;
-update noar ti set v0='ZH1TFZ81TLN11R595U8V7X407JGQ68' where id=1;
-update noar tt set b0='72LS2M4YJDXD' where id=1;
-update noar ti set b0='72LS2M4YJDXD' where id=1;
-update noar tt set v0='UWVM8Q6345VJAMSF6T06SYTXZX' where id=1;
-update noar ti set v0='UWVM8Q6345VJAMSF6T06SYTXZX' where id=1;
-update noar tt set b1='LCYPKWBO8YE6H7GDVQZVCYPDY0A6Y14' where id=1;
-update noar ti set b1='LCYPKWBO8YE6H7GDVQZVCYPDY0A6Y14' where id=1;
-update noar tt set v0='ZHG308' where id=1;
-update noar ti set v0='ZHG308' where id=1;
-update noar tt set b2='M0CEW9C' where id=1;
-update noar ti set b2='M0CEW9C' where id=1;
-update noar tt set v0='VKTY2ZMT4AYDUNHMYK' where id=2;
-update noar ti set v0='VKTY2ZMT4AYDUNHMYK' where id=2;
-update noar tt set b0='U4R7GFY0VPJSTBLC8W1T1RI7ZI8' where id=2;
-update noar ti set b0='U4R7GFY0VPJSTBLC8W1T1RI7ZI8' where id=2;
-update noar tt set v0='6XP0J5V' where id=2;
-update noar ti set v0='6XP0J5V' where id=2;
-update noar tt set b1='2UO54AUG1RFKZ' where id=2;
-update noar ti set b1='2UO54AUG1RFKZ' where id=2;
-update noar tt set v0='FLMK2O3O7XW1LZVYXSDUVRXACQZRIR' where id=2;
-update noar ti set v0='FLMK2O3O7XW1LZVYXSDUVRXACQZRIR' where id=2;
-update noar tt set b2='R1XTLNTXROFKYPF40A0Y5K1' where id=2;
-update noar ti set b2='R1XTLNTXROFKYPF40A0Y5K1' where id=2;
-update noar tt set v0='MHNPHHW7' where id=3;
-update noar ti set v0='MHNPHHW7' where id=3;
-update noar tt set b0='FS9LSQRKPF77QRDMO4' where id=3;
-update noar ti set b0='FS9LSQRKPF77QRDMO4' where id=3;
-update noar tt set v0='O9BI0WGMD6YT7R6MPWXX32IH' where id=3;
-update noar ti set v0='O9BI0WGMD6YT7R6MPWXX32IH' where id=3;
-update noar tt set b1='BGE6F42ZE922TU4SD36VPLJ' where id=3;
-update noar ti set b1='BGE6F42ZE922TU4SD36VPLJ' where id=3;
-update noar tt set v0='NIEMYE13POB2VIK86Z2EBN5' where id=3;
-update noar ti set v0='NIEMYE13POB2VIK86Z2EBN5' where id=3;
-update noar tt set b2='3' where id=3;
-update noar ti set b2='3' where id=3;
-update noar tt set v0='V17V33W179' where id=4;
-update noar ti set v0='V17V33W179' where id=4;
-update noar tt set b0='KOCJSJYVH0MZ5M19Y8VW' where id=4;
-update noar ti set b0='KOCJSJYVH0MZ5M19Y8VW' where id=4;
-update noar tt set v0='QZ7X' where id=4;
-update noar ti set v0='QZ7X' where id=4;
-update noar tt set b1='7IG' where id=4;
-update noar ti set b1='7IG' where id=4;
-update noar tt set v0='8XRY8VV4' where id=4;
-update noar ti set v0='8XRY8VV4' where id=4;
-update noar tt set b2='F9KCRAMOX' where id=4;
-update noar ti set b2='F9KCRAMOX' where id=4;
-update noar tt set v0='BTA69' where id=5;
-update noar ti set v0='BTA69' where id=5;
-update noar tt set b0='AUSE5LIB1D8J1RUI7CMKD9' where id=5;
-update noar ti set b0='AUSE5LIB1D8J1RUI7CMKD9' where id=5;
-update noar tt set v0='5RH2LJHDGKEE6OREV4UILWQA' where id=5;
-update noar ti set v0='5RH2LJHDGKEE6OREV4UILWQA' where id=5;
-update noar tt set b1='3AN82BKB715CQXR6EDY5I5KQ1SR6RQ8J' where id=5;
-update noar ti set b1='3AN82BKB715CQXR6EDY5I5KQ1SR6RQ8J' where id=5;
-update noar tt set v0='W28OJ9X3C1RLQ3L7KOOP2F7YM' where id=5;
-update noar ti set v0='W28OJ9X3C1RLQ3L7KOOP2F7YM' where id=5;
-update noar tt set b2='H1PFDRF7WP29AFRHMJZOG5IX0LSVVZ' where id=5;
-update noar ti set b2='H1PFDRF7WP29AFRHMJZOG5IX0LSVVZ' where id=5;
-update noar tt set v0='RPW5T8FYOPM2TN1JNVZEMA3QXVR5' where id=6;
-update noar ti set v0='RPW5T8FYOPM2TN1JNVZEMA3QXVR5' where id=6;
-update noar tt set b0='D2EL72ESP446YH' where id=6;
-update noar ti set b0='D2EL72ESP446YH' where id=6;
-update noar tt set v0='DDOB0SN5HM0FQG4MM70L4BATFQ65TEP' where id=6;
-update noar ti set v0='DDOB0SN5HM0FQG4MM70L4BATFQ65TEP' where id=6;
-update noar tt set b1='8099L' where id=6;
-update noar ti set b1='8099L' where id=6;
-update noar tt set v0='20SHNTYE2VMGG9GIXK' where id=6;
-update noar ti set v0='20SHNTYE2VMGG9GIXK' where id=6;
-update noar tt set b2='KGLOVNR3R5OC6KYSYQZT9Q' where id=6;
-update noar ti set b2='KGLOVNR3R5OC6KYSYQZT9Q' where id=6;
-update noar tt set v0='HK82FN' where id=7;
-update noar ti set v0='HK82FN' where id=7;
-update noar tt set b0='I10FAXAQK1EBKFHRZUBZ' where id=7;
-update noar ti set b0='I10FAXAQK1EBKFHRZUBZ' where id=7;
-update noar tt set v0='BU03' where id=7;
-update noar ti set v0='BU03' where id=7;
-update noar tt set b1='ZR7XX7HQ0HUCMU851983W275VKM5LQCR' where id=7;
-update noar ti set b1='ZR7XX7HQ0HUCMU851983W275VKM5LQCR' where id=7;
-update noar tt set v0='PBQVNAGNWP678UAQWV2ONXSBU' where id=7;
-update noar ti set v0='PBQVNAGNWP678UAQWV2ONXSBU' where id=7;
-update noar tt set b2='TODWD481ZJC2JZ' where id=7;
-update noar ti set b2='TODWD481ZJC2JZ' where id=7;
-update noar tt set v0='5' where id=8;
-update noar ti set v0='5' where id=8;
-update noar tt set b0='HQ6J28DAFS64264HEOJUJN0VY' where id=8;
-update noar ti set b0='HQ6J28DAFS64264HEOJUJN0VY' where id=8;
-update noar tt set v0='MEOTLCQHRL60BPTXT' where id=8;
-update noar ti set v0='MEOTLCQHRL60BPTXT' where id=8;
-update noar tt set b1='HAXDD6AKW0D1IPY' where id=8;
-update noar ti set b1='HAXDD6AKW0D1IPY' where id=8;
-update noar tt set v0='NG0MA83UE' where id=8;
-update noar ti set v0='NG0MA83UE' where id=8;
-update noar tt set b2='WOLTOVV62CCIYYMW1N1D' where id=8;
-update noar ti set b2='WOLTOVV62CCIYYMW1N1D' where id=8;
-update noar tt set v0='NHL8D5' where id=9;
-update noar ti set v0='NHL8D5' where id=9;
-update noar tt set b0='T3SPV0RLXMZ5MCYNYW9V' where id=9;
-update noar ti set b0='T3SPV0RLXMZ5MCYNYW9V' where id=9;
-update noar tt set v0='GVZULKGGT' where id=9;
-update noar ti set v0='GVZULKGGT' where id=9;
-update noar tt set b1='ZVKGLZN' where id=9;
-update noar ti set b1='ZVKGLZN' where id=9;
-update noar tt set v0='7838230IEEWPJYQ19Q2XG' where id=9;
-update noar ti set v0='7838230IEEWPJYQ19Q2XG' where id=9;
-update noar tt set b2='PMVF1TZRSE1JZVSPT7Q41XCT' where id=9;
-update noar ti set b2='PMVF1TZRSE1JZVSPT7Q41XCT' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) null,
- b0 longblob null,
- b1 longblob null,
- b2 tinyblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='LE77E' where id=1;
-update noar ti set v0='LE77E' where id=1;
-update noar tt set b0='DBLRKONL' where id=1;
-update noar ti set b0='DBLRKONL' where id=1;
-update noar tt set v0='QWI9VG1K2W5' where id=1;
-update noar ti set v0='QWI9VG1K2W5' where id=1;
-update noar tt set b1='JIXJDHN6H6SYB0S07QWA58M14WP6' where id=1;
-update noar ti set b1='JIXJDHN6H6SYB0S07QWA58M14WP6' where id=1;
-update noar tt set v0='TA5IGNDGFGD39RNKCQZQ1S' where id=1;
-update noar ti set v0='TA5IGNDGFGD39RNKCQZQ1S' where id=1;
-update noar tt set b2='JFRXOZ3TJO4UXEF0T09VSV3' where id=1;
-update noar ti set b2='JFRXOZ3TJO4UXEF0T09VSV3' where id=1;
-update noar tt set v0='ZYEZJ8K' where id=2;
-update noar ti set v0='ZYEZJ8K' where id=2;
-update noar tt set b0='WBVUH62MOPZECYHI5559' where id=2;
-update noar ti set b0='WBVUH62MOPZECYHI5559' where id=2;
-update noar tt set v0='RW56J' where id=2;
-update noar ti set v0='RW56J' where id=2;
-update noar tt set b1='PRWW5QOHUI20X07RINST1UNJ8V5CJ' where id=2;
-update noar ti set b1='PRWW5QOHUI20X07RINST1UNJ8V5CJ' where id=2;
-update noar tt set v0='VHGN3IGBLZN' where id=2;
-update noar ti set v0='VHGN3IGBLZN' where id=2;
-update noar tt set b2='B1RFAYWRDZ3COH8BIBRNZJ1RTMJF8U' where id=2;
-update noar ti set b2='B1RFAYWRDZ3COH8BIBRNZJ1RTMJF8U' where id=2;
-update noar tt set v0='GJJ3' where id=3;
-update noar ti set v0='GJJ3' where id=3;
-update noar tt set b0='VNX4VJOINCEV3AALGU90LYDV6B99REE' where id=3;
-update noar ti set b0='VNX4VJOINCEV3AALGU90LYDV6B99REE' where id=3;
-update noar tt set v0='FRRHASR4A7GADCJWGXMTPBEXS' where id=3;
-update noar ti set v0='FRRHASR4A7GADCJWGXMTPBEXS' where id=3;
-update noar tt set b1='ZPA8PX60WDY2XKGC2VC9Q6XHJEH' where id=3;
-update noar ti set b1='ZPA8PX60WDY2XKGC2VC9Q6XHJEH' where id=3;
-update noar tt set v0='WW7W' where id=3;
-update noar ti set v0='WW7W' where id=3;
-update noar tt set b2='W3MP' where id=3;
-update noar ti set b2='W3MP' where id=3;
-update noar tt set v0='8NIB1GCG86BDGZZS1FQ3MKNI77RP' where id=4;
-update noar ti set v0='8NIB1GCG86BDGZZS1FQ3MKNI77RP' where id=4;
-update noar tt set b0='3425PRNQ8SXL1F7YO' where id=4;
-update noar ti set b0='3425PRNQ8SXL1F7YO' where id=4;
-update noar tt set v0='WTRXLPM7XWJI2OR' where id=4;
-update noar ti set v0='WTRXLPM7XWJI2OR' where id=4;
-update noar tt set b1='RNP8GVFPPPWG609847B' where id=4;
-update noar ti set b1='RNP8GVFPPPWG609847B' where id=4;
-update noar tt set v0='8G' where id=4;
-update noar ti set v0='8G' where id=4;
-update noar tt set b2='X' where id=4;
-update noar ti set b2='X' where id=4;
-update noar tt set v0='5DK7EGZI9Y' where id=5;
-update noar ti set v0='5DK7EGZI9Y' where id=5;
-update noar tt set b0='GRGKXIMMHJO94CYJ9MAKE0FK4' where id=5;
-update noar ti set b0='GRGKXIMMHJO94CYJ9MAKE0FK4' where id=5;
-update noar tt set v0='OR4PX1WF2G' where id=5;
-update noar ti set v0='OR4PX1WF2G' where id=5;
-update noar tt set b1='POO8IY' where id=5;
-update noar ti set b1='POO8IY' where id=5;
-update noar tt set v0='89C2MZWNO4926BA7ENZI2ORAQ1IOOI' where id=5;
-update noar ti set v0='89C2MZWNO4926BA7ENZI2ORAQ1IOOI' where id=5;
-update noar tt set b2='FOKG' where id=5;
-update noar ti set b2='FOKG' where id=5;
-update noar tt set v0='NY0W0L4K2HJGD81C2X8OCF' where id=6;
-update noar ti set v0='NY0W0L4K2HJGD81C2X8OCF' where id=6;
-update noar tt set b0='4DUST3OJQ8J3UXKXWPZNYUSDME51PSQ' where id=6;
-update noar ti set b0='4DUST3OJQ8J3UXKXWPZNYUSDME51PSQ' where id=6;
-update noar tt set v0='1JYIPB1FF5VSXFSGKWB5HP' where id=6;
-update noar ti set v0='1JYIPB1FF5VSXFSGKWB5HP' where id=6;
-update noar tt set b1='19KHDEA1J25JSYNKJ8DB3MICQ' where id=6;
-update noar ti set b1='19KHDEA1J25JSYNKJ8DB3MICQ' where id=6;
-update noar tt set v0='ILCEOH1F85WFFQPN' where id=6;
-update noar ti set v0='ILCEOH1F85WFFQPN' where id=6;
-update noar tt set b2='BDH5PGE1K6R' where id=6;
-update noar ti set b2='BDH5PGE1K6R' where id=6;
-update noar tt set v0='T5' where id=7;
-update noar ti set v0='T5' where id=7;
-update noar tt set b0='JRPH' where id=7;
-update noar ti set b0='JRPH' where id=7;
-update noar tt set v0='X83G5NATI1WK2ACTAVJWJDEVVR5F1' where id=7;
-update noar ti set v0='X83G5NATI1WK2ACTAVJWJDEVVR5F1' where id=7;
-update noar tt set b1='TOU8LL26' where id=7;
-update noar ti set b1='TOU8LL26' where id=7;
-update noar tt set v0='O' where id=7;
-update noar ti set v0='O' where id=7;
-update noar tt set b2='0' where id=7;
-update noar ti set b2='0' where id=7;
-update noar tt set v0='1S6QQV39EM80' where id=8;
-update noar ti set v0='1S6QQV39EM80' where id=8;
-update noar tt set b0='0F12G0Z9M7J1RA9UTE2A' where id=8;
-update noar ti set b0='0F12G0Z9M7J1RA9UTE2A' where id=8;
-update noar tt set v0='STFID1XJJTZUT6RC8X6OMF' where id=8;
-update noar ti set v0='STFID1XJJTZUT6RC8X6OMF' where id=8;
-update noar tt set b1='51F' where id=8;
-update noar ti set b1='51F' where id=8;
-update noar tt set v0='O4Z421BB16A6ROXPQKYYWYDY7BHHNUO' where id=8;
-update noar ti set v0='O4Z421BB16A6ROXPQKYYWYDY7BHHNUO' where id=8;
-update noar tt set b2='7Z6' where id=8;
-update noar ti set b2='7Z6' where id=8;
-update noar tt set v0='ZYSI' where id=9;
-update noar ti set v0='ZYSI' where id=9;
-update noar tt set b0='3YEINTO537GEUG03K000RZAYH5Z' where id=9;
-update noar ti set b0='3YEINTO537GEUG03K000RZAYH5Z' where id=9;
-update noar tt set v0='LSUOEYIHZP2PTA' where id=9;
-update noar ti set v0='LSUOEYIHZP2PTA' where id=9;
-update noar tt set b1='QDV3MRPS' where id=9;
-update noar ti set b1='QDV3MRPS' where id=9;
-update noar tt set v0='H50G3PABPMQ6I94LAQAB3N8Y9MA6BVO' where id=9;
-update noar ti set v0='H50G3PABPMQ6I94LAQAB3N8Y9MA6BVO' where id=9;
-update noar tt set b2='JPGM3T05Z6VFU29585DR' where id=9;
-update noar ti set b2='JPGM3T05Z6VFU29585DR' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) null,
- b0 longblob null,
- b1 longblob null,
- b2 tinyblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='6' where id=1;
-update noar ti set v0='6' where id=1;
-update noar tt set b0='US4ATMUKEBZM' where id=1;
-update noar ti set b0='US4ATMUKEBZM' where id=1;
-update noar tt set v0='PO671AYD4PNRQM' where id=1;
-update noar ti set v0='PO671AYD4PNRQM' where id=1;
-update noar tt set b1='6' where id=1;
-update noar ti set b1='6' where id=1;
-update noar tt set v0='Y0YKCBOJQ0SPEX0IV6' where id=1;
-update noar ti set v0='Y0YKCBOJQ0SPEX0IV6' where id=1;
-update noar tt set b2='90E9F' where id=1;
-update noar ti set b2='90E9F' where id=1;
-update noar tt set v0='WGN4E92CYV4LE3P59S' where id=2;
-update noar ti set v0='WGN4E92CYV4LE3P59S' where id=2;
-update noar tt set b0='3XJPS7CAN4WRL6527MULO9H8MJ' where id=2;
-update noar ti set b0='3XJPS7CAN4WRL6527MULO9H8MJ' where id=2;
-update noar tt set v0='KC067CC836LE9C40X7IY6HXPPT' where id=2;
-update noar ti set v0='KC067CC836LE9C40X7IY6HXPPT' where id=2;
-update noar tt set b1='9238' where id=2;
-update noar ti set b1='9238' where id=2;
-update noar tt set v0='4KHWURCRKU0ULXCBPIFQEC' where id=2;
-update noar ti set v0='4KHWURCRKU0ULXCBPIFQEC' where id=2;
-update noar tt set b2='G' where id=2;
-update noar ti set b2='G' where id=2;
-update noar tt set v0='1NJ7LM61CXS9NQFE7' where id=3;
-update noar ti set v0='1NJ7LM61CXS9NQFE7' where id=3;
-update noar tt set b0='IX8U1Q3NTKH79B4GSIFT63RK' where id=3;
-update noar ti set b0='IX8U1Q3NTKH79B4GSIFT63RK' where id=3;
-update noar tt set v0='ZQ685LDAPNZ0MEXGNE9JZ' where id=3;
-update noar ti set v0='ZQ685LDAPNZ0MEXGNE9JZ' where id=3;
-update noar tt set b1='ZISHL16ER9XK84O4NCKGSC97D4' where id=3;
-update noar ti set b1='ZISHL16ER9XK84O4NCKGSC97D4' where id=3;
-update noar tt set v0='8' where id=3;
-update noar ti set v0='8' where id=3;
-update noar tt set b2='RL6JWGO77OXZKLZTHJCE1' where id=3;
-update noar ti set b2='RL6JWGO77OXZKLZTHJCE1' where id=3;
-update noar tt set v0='KFCF4Y6KMBUIF' where id=4;
-update noar ti set v0='KFCF4Y6KMBUIF' where id=4;
-update noar tt set b0='4ZT4VCBLOKZH2ETNQQNTP5KV0Y' where id=4;
-update noar ti set b0='4ZT4VCBLOKZH2ETNQQNTP5KV0Y' where id=4;
-update noar tt set v0='DDOG' where id=4;
-update noar ti set v0='DDOG' where id=4;
-update noar tt set b1='2UVOD1LZXJGNYDMB' where id=4;
-update noar ti set b1='2UVOD1LZXJGNYDMB' where id=4;
-update noar tt set v0='SI4REPI8A3JVD21S8JX4HV3YZG1PY3VP' where id=4;
-update noar ti set v0='SI4REPI8A3JVD21S8JX4HV3YZG1PY3VP' where id=4;
-update noar tt set b2='ZEJ2TRU6LNKLCAHHMAA' where id=4;
-update noar ti set b2='ZEJ2TRU6LNKLCAHHMAA' where id=4;
-update noar tt set v0='RD42DBX0M0HN5KTZ4BUR6' where id=5;
-update noar ti set v0='RD42DBX0M0HN5KTZ4BUR6' where id=5;
-update noar tt set b0='Z9E520' where id=5;
-update noar ti set b0='Z9E520' where id=5;
-update noar tt set v0='0OYSU4Q' where id=5;
-update noar ti set v0='0OYSU4Q' where id=5;
-update noar tt set b1='7MKYBQJHOO8WC' where id=5;
-update noar ti set b1='7MKYBQJHOO8WC' where id=5;
-update noar tt set v0='8T6JWTZ6B' where id=5;
-update noar ti set v0='8T6JWTZ6B' where id=5;
-update noar tt set b2='83H80G45GR3' where id=5;
-update noar ti set b2='83H80G45GR3' where id=5;
-update noar tt set v0='5DJEHJ4JTX58WUTE' where id=6;
-update noar ti set v0='5DJEHJ4JTX58WUTE' where id=6;
-update noar tt set b0='JGZT2QS37N9ZEE2SCHI66NGBGNQG87' where id=6;
-update noar ti set b0='JGZT2QS37N9ZEE2SCHI66NGBGNQG87' where id=6;
-update noar tt set v0='S2UH3F6TXP' where id=6;
-update noar ti set v0='S2UH3F6TXP' where id=6;
-update noar tt set b1='WQUCJVWWZ14KF' where id=6;
-update noar ti set b1='WQUCJVWWZ14KF' where id=6;
-update noar tt set v0='UMQ2PJ' where id=6;
-update noar ti set v0='UMQ2PJ' where id=6;
-update noar tt set b2='CS9M' where id=6;
-update noar ti set b2='CS9M' where id=6;
-update noar tt set v0='M0Y6KKWGSPE' where id=7;
-update noar ti set v0='M0Y6KKWGSPE' where id=7;
-update noar tt set b0='4DA5MTAB4N' where id=7;
-update noar ti set b0='4DA5MTAB4N' where id=7;
-update noar tt set v0='2ARPR017U' where id=7;
-update noar ti set v0='2ARPR017U' where id=7;
-update noar tt set b1='WB' where id=7;
-update noar ti set b1='WB' where id=7;
-update noar tt set v0='P0NJ8KPKEFXRR3GCWWY' where id=7;
-update noar ti set v0='P0NJ8KPKEFXRR3GCWWY' where id=7;
-update noar tt set b2='7GA3' where id=7;
-update noar ti set b2='7GA3' where id=7;
-update noar tt set v0='18XC4VQW6' where id=8;
-update noar ti set v0='18XC4VQW6' where id=8;
-update noar tt set b0='V7A4EM87' where id=8;
-update noar ti set b0='V7A4EM87' where id=8;
-update noar tt set v0='GSDWAGS2XMRFUVKS8Y5NQWLWM5IM4S1B' where id=8;
-update noar ti set v0='GSDWAGS2XMRFUVKS8Y5NQWLWM5IM4S1B' where id=8;
-update noar tt set b1='CFFZDJSJJQ3C32XVOE9HQ4T' where id=8;
-update noar ti set b1='CFFZDJSJJQ3C32XVOE9HQ4T' where id=8;
-update noar tt set v0='DZK8O9BTTIWEU7XN84YDESY61' where id=8;
-update noar ti set v0='DZK8O9BTTIWEU7XN84YDESY61' where id=8;
-update noar tt set b2='3XR7V98QU8SKOPGKXY' where id=8;
-update noar ti set b2='3XR7V98QU8SKOPGKXY' where id=8;
-update noar tt set v0='FYMG57DSX4PKN60AF7KFIEFZK5XBUG2' where id=9;
-update noar ti set v0='FYMG57DSX4PKN60AF7KFIEFZK5XBUG2' where id=9;
-update noar tt set b0='3KF' where id=9;
-update noar ti set b0='3KF' where id=9;
-update noar tt set v0='QJ4' where id=9;
-update noar ti set v0='QJ4' where id=9;
-update noar tt set b1='7H752FL6HSZ6QCYPPKB8X9Q3MSD' where id=9;
-update noar ti set b1='7H752FL6HSZ6QCYPPKB8X9Q3MSD' where id=9;
-update noar tt set v0='01H2432K4ELT78BCC5T43VN' where id=9;
-update noar ti set v0='01H2432K4ELT78BCC5T43VN' where id=9;
-update noar tt set b2='CSN100AKXU2UTC0SKPUHT6D7Q5DOX' where id=9;
-update noar ti set b2='CSN100AKXU2UTC0SKPUHT6D7Q5DOX' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) not null,
- b0 longblob not null,
- b1 longblob not null,
- b2 tinyblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='F3R16IWBI1' where id=1;
-update noar ti set v0='F3R16IWBI1' where id=1;
-update noar tt set b0='0BNGO0FHP' where id=1;
-update noar ti set b0='0BNGO0FHP' where id=1;
-update noar tt set v0='GRTFJROM63ED8P8C8QXV98' where id=1;
-update noar ti set v0='GRTFJROM63ED8P8C8QXV98' where id=1;
-update noar tt set b1='NE7EGR10V3AEJPHMOKOPJAU17N5K' where id=1;
-update noar ti set b1='NE7EGR10V3AEJPHMOKOPJAU17N5K' where id=1;
-update noar tt set v0='BD4AHS' where id=1;
-update noar ti set v0='BD4AHS' where id=1;
-update noar tt set b2='R23B3AF19AC9YE' where id=1;
-update noar ti set b2='R23B3AF19AC9YE' where id=1;
-update noar tt set v0='3XLCF7QRZCAW1K8F90' where id=2;
-update noar ti set v0='3XLCF7QRZCAW1K8F90' where id=2;
-update noar tt set b0='IBA8CC5BQCVCSGVZG' where id=2;
-update noar ti set b0='IBA8CC5BQCVCSGVZG' where id=2;
-update noar tt set v0='UR1UEW9X58ZK3LB4KE2AQ' where id=2;
-update noar ti set v0='UR1UEW9X58ZK3LB4KE2AQ' where id=2;
-update noar tt set b1='U41DLMCW8' where id=2;
-update noar ti set b1='U41DLMCW8' where id=2;
-update noar tt set v0='0E703N2IH3ZBEKNR7R3J' where id=2;
-update noar ti set v0='0E703N2IH3ZBEKNR7R3J' where id=2;
-update noar tt set b2='OZ5PX8VJGD1L3094FKJDOZOW1D2' where id=2;
-update noar ti set b2='OZ5PX8VJGD1L3094FKJDOZOW1D2' where id=2;
-update noar tt set v0='7ZG2WNP5K5Z3HH7T6U8LJT91' where id=3;
-update noar ti set v0='7ZG2WNP5K5Z3HH7T6U8LJT91' where id=3;
-update noar tt set b0='HG4DF0D4BP15FNBIVIQ2KCWLMFQI' where id=3;
-update noar ti set b0='HG4DF0D4BP15FNBIVIQ2KCWLMFQI' where id=3;
-update noar tt set v0='TV3E8S9' where id=3;
-update noar ti set v0='TV3E8S9' where id=3;
-update noar tt set b1='XO037GKYSAGDK26NTX2JIYVR6' where id=3;
-update noar ti set b1='XO037GKYSAGDK26NTX2JIYVR6' where id=3;
-update noar tt set v0='UGFO65AWN0EJZUT3COQPLSEHN6' where id=3;
-update noar ti set v0='UGFO65AWN0EJZUT3COQPLSEHN6' where id=3;
-update noar tt set b2='PD46IS543T' where id=3;
-update noar ti set b2='PD46IS543T' where id=3;
-update noar tt set v0='S6JUY3V9' where id=4;
-update noar ti set v0='S6JUY3V9' where id=4;
-update noar tt set b0='FBRYCZ06YHTNN1YDLYACW7SSR5EHEQS' where id=4;
-update noar ti set b0='FBRYCZ06YHTNN1YDLYACW7SSR5EHEQS' where id=4;
-update noar tt set v0='EE7X2LFKGKW' where id=4;
-update noar ti set v0='EE7X2LFKGKW' where id=4;
-update noar tt set b1='7' where id=4;
-update noar ti set b1='7' where id=4;
-update noar tt set v0='5A9' where id=4;
-update noar ti set v0='5A9' where id=4;
-update noar tt set b2='IYZ2Q6VZREMCZRO4SAS4DOUJ7QGTNVP' where id=4;
-update noar ti set b2='IYZ2Q6VZREMCZRO4SAS4DOUJ7QGTNVP' where id=4;
-update noar tt set v0='B0CHY56DVWKWY8F8IC7TTTZMSOP1' where id=5;
-update noar ti set v0='B0CHY56DVWKWY8F8IC7TTTZMSOP1' where id=5;
-update noar tt set b0='2SASR7' where id=5;
-update noar ti set b0='2SASR7' where id=5;
-update noar tt set v0='XKISCEET6LG' where id=5;
-update noar ti set v0='XKISCEET6LG' where id=5;
-update noar tt set b1='DR9GPRNQH9KEV0LYG3F3' where id=5;
-update noar ti set b1='DR9GPRNQH9KEV0LYG3F3' where id=5;
-update noar tt set v0='II7LOD36CAR2HNTGBENX' where id=5;
-update noar ti set v0='II7LOD36CAR2HNTGBENX' where id=5;
-update noar tt set b2='MBY5RCYSH' where id=5;
-update noar ti set b2='MBY5RCYSH' where id=5;
-update noar tt set v0='GVJWR7KC9TCY2KIR4I5YW' where id=6;
-update noar ti set v0='GVJWR7KC9TCY2KIR4I5YW' where id=6;
-update noar tt set b0='L0570NIN17TQ0VKC' where id=6;
-update noar ti set b0='L0570NIN17TQ0VKC' where id=6;
-update noar tt set v0='7O7JSUFYHN0S4WRCDIRD' where id=6;
-update noar ti set v0='7O7JSUFYHN0S4WRCDIRD' where id=6;
-update noar tt set b1='NFSIFRK126XXUNAG38MMX6Q5QOEZ0W' where id=6;
-update noar ti set b1='NFSIFRK126XXUNAG38MMX6Q5QOEZ0W' where id=6;
-update noar tt set v0='NSP' where id=6;
-update noar ti set v0='NSP' where id=6;
-update noar tt set b2='IYI1B13P3D0B7JJCN' where id=6;
-update noar ti set b2='IYI1B13P3D0B7JJCN' where id=6;
-update noar tt set v0='JXC4' where id=7;
-update noar ti set v0='JXC4' where id=7;
-update noar tt set b0='XPQTVJGJ8TNR3YT0D' where id=7;
-update noar ti set b0='XPQTVJGJ8TNR3YT0D' where id=7;
-update noar tt set v0='CUN4NTDZKRXWS5Q9M7CER' where id=7;
-update noar ti set v0='CUN4NTDZKRXWS5Q9M7CER' where id=7;
-update noar tt set b1='G8DHXTSGNXUW' where id=7;
-update noar ti set b1='G8DHXTSGNXUW' where id=7;
-update noar tt set v0='SUPO4N75K8' where id=7;
-update noar ti set v0='SUPO4N75K8' where id=7;
-update noar tt set b2='MRHFYKI' where id=7;
-update noar ti set b2='MRHFYKI' where id=7;
-update noar tt set v0='MTC5F1VCOEHNDPRY' where id=8;
-update noar ti set v0='MTC5F1VCOEHNDPRY' where id=8;
-update noar tt set b0='Z2551V8D2' where id=8;
-update noar ti set b0='Z2551V8D2' where id=8;
-update noar tt set v0='C034Y5CZBZ28RLGCK3XUO' where id=8;
-update noar ti set v0='C034Y5CZBZ28RLGCK3XUO' where id=8;
-update noar tt set b1='FXDRZE82LX' where id=8;
-update noar ti set b1='FXDRZE82LX' where id=8;
-update noar tt set v0='MHSJFLU' where id=8;
-update noar ti set v0='MHSJFLU' where id=8;
-update noar tt set b2='G6YUGUA83DX3X7F2YMO5P4L5' where id=8;
-update noar ti set b2='G6YUGUA83DX3X7F2YMO5P4L5' where id=8;
-update noar tt set v0='4RSFIHB7O0' where id=9;
-update noar ti set v0='4RSFIHB7O0' where id=9;
-update noar tt set b0='9TA' where id=9;
-update noar ti set b0='9TA' where id=9;
-update noar tt set v0='4XPAK' where id=9;
-update noar ti set v0='4XPAK' where id=9;
-update noar tt set b1='VFP2O' where id=9;
-update noar ti set b1='VFP2O' where id=9;
-update noar tt set v0='YSZFP4XUUNYF7HLHH9RR' where id=9;
-update noar ti set v0='YSZFP4XUUNYF7HLHH9RR' where id=9;
-update noar tt set b2='OZ92E63NCPEC9J2' where id=9;
-update noar ti set b2='OZ92E63NCPEC9J2' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) not null,
- b0 longblob not null,
- b1 longblob not null,
- b2 tinyblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='NP4IKXAT99YOZVHRFT' where id=1;
-update noar ti set v0='NP4IKXAT99YOZVHRFT' where id=1;
-update noar tt set b0='Y7SYCX8W3' where id=1;
-update noar ti set b0='Y7SYCX8W3' where id=1;
-update noar tt set v0='C3H85HL2VOQ7KOPFHVW' where id=1;
-update noar ti set v0='C3H85HL2VOQ7KOPFHVW' where id=1;
-update noar tt set b1='ZBRD2' where id=1;
-update noar ti set b1='ZBRD2' where id=1;
-update noar tt set v0='D94' where id=1;
-update noar ti set v0='D94' where id=1;
-update noar tt set b2='Q45AV1HPLZZXZCIJQNC75IW9AVQ500JP' where id=1;
-update noar ti set b2='Q45AV1HPLZZXZCIJQNC75IW9AVQ500JP' where id=1;
-update noar tt set v0='0TQX0E5QUPPJEWPA075R3XZW2XNA' where id=2;
-update noar ti set v0='0TQX0E5QUPPJEWPA075R3XZW2XNA' where id=2;
-update noar tt set b0='4IRR5MMCRE9EHZV9TC7Z6CAPQNC1DD5H' where id=2;
-update noar ti set b0='4IRR5MMCRE9EHZV9TC7Z6CAPQNC1DD5H' where id=2;
-update noar tt set v0='BMYDWE8N65CZUXJMUJLQSRZO8YBF' where id=2;
-update noar ti set v0='BMYDWE8N65CZUXJMUJLQSRZO8YBF' where id=2;
-update noar tt set b1='QJZ' where id=2;
-update noar ti set b1='QJZ' where id=2;
-update noar tt set v0='I0KEDT2TTTC9WC4E0X2V3ZQOMMK' where id=2;
-update noar ti set v0='I0KEDT2TTTC9WC4E0X2V3ZQOMMK' where id=2;
-update noar tt set b2='B96X7N' where id=2;
-update noar ti set b2='B96X7N' where id=2;
-update noar tt set v0='9OA0JWUY9NYTZRO37SSYS49GJI7E14JU' where id=3;
-update noar ti set v0='9OA0JWUY9NYTZRO37SSYS49GJI7E14JU' where id=3;
-update noar tt set b0='T' where id=3;
-update noar ti set b0='T' where id=3;
-update noar tt set v0='Q6PD5P39JFEDMLL8TQTYAH1Y' where id=3;
-update noar ti set v0='Q6PD5P39JFEDMLL8TQTYAH1Y' where id=3;
-update noar tt set b1='SEQL908JJ3' where id=3;
-update noar ti set b1='SEQL908JJ3' where id=3;
-update noar tt set v0='94DWF5EFS2GAA6XADVR2Y' where id=3;
-update noar ti set v0='94DWF5EFS2GAA6XADVR2Y' where id=3;
-update noar tt set b2='6KW' where id=3;
-update noar ti set b2='6KW' where id=3;
-update noar tt set v0='DYAW77E3ZXD6N6PDS0HLFPUKQH4' where id=4;
-update noar ti set v0='DYAW77E3ZXD6N6PDS0HLFPUKQH4' where id=4;
-update noar tt set b0='97CC0OR4GU5YW34O9G3WE' where id=4;
-update noar ti set b0='97CC0OR4GU5YW34O9G3WE' where id=4;
-update noar tt set v0='G4C05B3MZO2QV00LI54DTFWFTJ77N652' where id=4;
-update noar ti set v0='G4C05B3MZO2QV00LI54DTFWFTJ77N652' where id=4;
-update noar tt set b1='2I04' where id=4;
-update noar ti set b1='2I04' where id=4;
-update noar tt set v0='XB7YSPC1' where id=4;
-update noar ti set v0='XB7YSPC1' where id=4;
-update noar tt set b2='ZI' where id=4;
-update noar ti set b2='ZI' where id=4;
-update noar tt set v0='4ORML134L4E7OV1' where id=5;
-update noar ti set v0='4ORML134L4E7OV1' where id=5;
-update noar tt set b0='0JQN0BUBFCF3LVNHIULT80SJMA1OB9A8' where id=5;
-update noar ti set b0='0JQN0BUBFCF3LVNHIULT80SJMA1OB9A8' where id=5;
-update noar tt set v0='6WNA1' where id=5;
-update noar ti set v0='6WNA1' where id=5;
-update noar tt set b1='KH2N21FZBVVNXT' where id=5;
-update noar ti set b1='KH2N21FZBVVNXT' where id=5;
-update noar tt set v0='71NU42PJCX40QBX' where id=5;
-update noar ti set v0='71NU42PJCX40QBX' where id=5;
-update noar tt set b2='OKT389OSLS8FGB4QWOHEJMKZQI751P' where id=5;
-update noar ti set b2='OKT389OSLS8FGB4QWOHEJMKZQI751P' where id=5;
-update noar tt set v0='DAFL6DFK' where id=6;
-update noar ti set v0='DAFL6DFK' where id=6;
-update noar tt set b0='TC0Y' where id=6;
-update noar ti set b0='TC0Y' where id=6;
-update noar tt set v0='PAP5Q5FU41ZKMAYUOU0Q50NOXKTQI' where id=6;
-update noar ti set v0='PAP5Q5FU41ZKMAYUOU0Q50NOXKTQI' where id=6;
-update noar tt set b1='5LPAKVBZ6H9QA24' where id=6;
-update noar ti set b1='5LPAKVBZ6H9QA24' where id=6;
-update noar tt set v0='ZITMKAM5BP9YCF0K' where id=6;
-update noar ti set v0='ZITMKAM5BP9YCF0K' where id=6;
-update noar tt set b2='KV6I8KFCOK' where id=6;
-update noar ti set b2='KV6I8KFCOK' where id=6;
-update noar tt set v0='3E559JVFAS' where id=7;
-update noar ti set v0='3E559JVFAS' where id=7;
-update noar tt set b0='3KSY9DVQRV95BIS5C7QNRXPB6' where id=7;
-update noar ti set b0='3KSY9DVQRV95BIS5C7QNRXPB6' where id=7;
-update noar tt set v0='WWJL5UQ' where id=7;
-update noar ti set v0='WWJL5UQ' where id=7;
-update noar tt set b1='KWL1BKB1L07N797' where id=7;
-update noar ti set b1='KWL1BKB1L07N797' where id=7;
-update noar tt set v0='4HFM5SHP3WNPI9J51JNBQPYBVR' where id=7;
-update noar ti set v0='4HFM5SHP3WNPI9J51JNBQPYBVR' where id=7;
-update noar tt set b2='GUI7C' where id=7;
-update noar ti set b2='GUI7C' where id=7;
-update noar tt set v0='249V3Y78FFR2WB6UYWTY' where id=8;
-update noar ti set v0='249V3Y78FFR2WB6UYWTY' where id=8;
-update noar tt set b0='HY5ECNKUT2FI' where id=8;
-update noar ti set b0='HY5ECNKUT2FI' where id=8;
-update noar tt set v0='4HU4W7R10OMZSZO21X2' where id=8;
-update noar ti set v0='4HU4W7R10OMZSZO21X2' where id=8;
-update noar tt set b1='D67TG1' where id=8;
-update noar ti set b1='D67TG1' where id=8;
-update noar tt set v0='4ZN6MOOH3K4UAA55MK7PLQ1MPE' where id=8;
-update noar ti set v0='4ZN6MOOH3K4UAA55MK7PLQ1MPE' where id=8;
-update noar tt set b2='3151T5O' where id=8;
-update noar ti set b2='3151T5O' where id=8;
-update noar tt set v0='6HFX' where id=9;
-update noar ti set v0='6HFX' where id=9;
-update noar tt set b0='FUNLX89' where id=9;
-update noar ti set b0='FUNLX89' where id=9;
-update noar tt set v0='0JQV4OSSB6VPP9TJDUO1IUHAO8FEXU' where id=9;
-update noar ti set v0='0JQV4OSSB6VPP9TJDUO1IUHAO8FEXU' where id=9;
-update noar tt set b1='O87L8MBFS6SRJ2J4U9K' where id=9;
-update noar ti set b1='O87L8MBFS6SRJ2J4U9K' where id=9;
-update noar tt set v0='NLKEWRS0SKVW2KJF7M1EJTF0Y' where id=9;
-update noar ti set v0='NLKEWRS0SKVW2KJF7M1EJTF0Y' where id=9;
-update noar tt set b2='R7PGHEL' where id=9;
-update noar ti set b2='R7PGHEL' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) null,
- b0 longblob null,
- b1 longblob null,
- b2 blob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='F72NWFY051JONVM1E4N4' where id=1;
-update noar ti set v0='F72NWFY051JONVM1E4N4' where id=1;
-update noar tt set b0='YKE1' where id=1;
-update noar ti set b0='YKE1' where id=1;
-update noar tt set v0='CXGL1OZJ5' where id=1;
-update noar ti set v0='CXGL1OZJ5' where id=1;
-update noar tt set b1='SOERUCNZTM1NTX1OASE7EI2L' where id=1;
-update noar ti set b1='SOERUCNZTM1NTX1OASE7EI2L' where id=1;
-update noar tt set v0='62DTN052LY5T7DKUG22YHGM' where id=1;
-update noar ti set v0='62DTN052LY5T7DKUG22YHGM' where id=1;
-update noar tt set b2='YFDP5VKSGP3QA3B' where id=1;
-update noar ti set b2='YFDP5VKSGP3QA3B' where id=1;
-update noar tt set v0='YH06LB1JEHMHO3U4EULLC69LK' where id=2;
-update noar ti set v0='YH06LB1JEHMHO3U4EULLC69LK' where id=2;
-update noar tt set b0='MQZBZP' where id=2;
-update noar ti set b0='MQZBZP' where id=2;
-update noar tt set v0='JFYGTWN40CT45B7GGYUTR' where id=2;
-update noar ti set v0='JFYGTWN40CT45B7GGYUTR' where id=2;
-update noar tt set b1='A8IAETVWRULGUMQX2E' where id=2;
-update noar ti set b1='A8IAETVWRULGUMQX2E' where id=2;
-update noar tt set v0='LJM4LCIEQ4WA61CL' where id=2;
-update noar ti set v0='LJM4LCIEQ4WA61CL' where id=2;
-update noar tt set b2='AJNR9KA606I0WEINCS1RLZ0M8208K' where id=2;
-update noar ti set b2='AJNR9KA606I0WEINCS1RLZ0M8208K' where id=2;
-update noar tt set v0='GUFJ' where id=3;
-update noar ti set v0='GUFJ' where id=3;
-update noar tt set b0='FMZ7LUVCL' where id=3;
-update noar ti set b0='FMZ7LUVCL' where id=3;
-update noar tt set v0='IGZA3P9YU6BLG44' where id=3;
-update noar ti set v0='IGZA3P9YU6BLG44' where id=3;
-update noar tt set b1='0AHRCNFSY928W' where id=3;
-update noar ti set b1='0AHRCNFSY928W' where id=3;
-update noar tt set v0='1LBZ3F4M' where id=3;
-update noar ti set v0='1LBZ3F4M' where id=3;
-update noar tt set b2='NM6YBTZN8WTGGAL4ZE' where id=3;
-update noar ti set b2='NM6YBTZN8WTGGAL4ZE' where id=3;
-update noar tt set v0='WSK' where id=4;
-update noar ti set v0='WSK' where id=4;
-update noar tt set b0='4IMKPEC354BD' where id=4;
-update noar ti set b0='4IMKPEC354BD' where id=4;
-update noar tt set v0='9KEY9LRGNX45UJ4MVAB5Y629B5VCJCH' where id=4;
-update noar ti set v0='9KEY9LRGNX45UJ4MVAB5Y629B5VCJCH' where id=4;
-update noar tt set b1='O8QEPCSCVG4TN8RE0P00M' where id=4;
-update noar ti set b1='O8QEPCSCVG4TN8RE0P00M' where id=4;
-update noar tt set v0='CDHA8OVJSBNV2' where id=4;
-update noar ti set v0='CDHA8OVJSBNV2' where id=4;
-update noar tt set b2='83TIOFSKYE89SBDFE7PPIC3IN1KQULT' where id=4;
-update noar ti set b2='83TIOFSKYE89SBDFE7PPIC3IN1KQULT' where id=4;
-update noar tt set v0='PDNQREAX4YAFDZST4' where id=5;
-update noar ti set v0='PDNQREAX4YAFDZST4' where id=5;
-update noar tt set b0='D3' where id=5;
-update noar ti set b0='D3' where id=5;
-update noar tt set v0='2WQ3NXOXYKC63AGL9JPA6H9FJP0P' where id=5;
-update noar ti set v0='2WQ3NXOXYKC63AGL9JPA6H9FJP0P' where id=5;
-update noar tt set b1='ONWN6' where id=5;
-update noar ti set b1='ONWN6' where id=5;
-update noar tt set v0='Z63OYWP1' where id=5;
-update noar ti set v0='Z63OYWP1' where id=5;
-update noar tt set b2='08GFNMGE2CN569GFG0ZO4IOCIEJRQ6E' where id=5;
-update noar ti set b2='08GFNMGE2CN569GFG0ZO4IOCIEJRQ6E' where id=5;
-update noar tt set v0='F11EJ73DUP397PSBXDZEJ7Z' where id=6;
-update noar ti set v0='F11EJ73DUP397PSBXDZEJ7Z' where id=6;
-update noar tt set b0='68ITH8MZV5VM3FGPKJ5EK1PGCO3MA' where id=6;
-update noar ti set b0='68ITH8MZV5VM3FGPKJ5EK1PGCO3MA' where id=6;
-update noar tt set v0='KNEK' where id=6;
-update noar ti set v0='KNEK' where id=6;
-update noar tt set b1='EBLGZXZL362MTG38JZGQU8JQ' where id=6;
-update noar ti set b1='EBLGZXZL362MTG38JZGQU8JQ' where id=6;
-update noar tt set v0='21DPG0O26YEMF722QXIOHI' where id=6;
-update noar ti set v0='21DPG0O26YEMF722QXIOHI' where id=6;
-update noar tt set b2='U9LV8NADTRY35NL17HWW137' where id=6;
-update noar ti set b2='U9LV8NADTRY35NL17HWW137' where id=6;
-update noar tt set v0='UAC629SBMJLSN1QR1M' where id=7;
-update noar ti set v0='UAC629SBMJLSN1QR1M' where id=7;
-update noar tt set b0='LWIQ3DHPERZ8GW9YCL644FS7L53T' where id=7;
-update noar ti set b0='LWIQ3DHPERZ8GW9YCL644FS7L53T' where id=7;
-update noar tt set v0='KHDNXO0YUBC' where id=7;
-update noar ti set v0='KHDNXO0YUBC' where id=7;
-update noar tt set b1='1DYRKIZMDUTKHR009JNJ0TSKYUSVQCT' where id=7;
-update noar ti set b1='1DYRKIZMDUTKHR009JNJ0TSKYUSVQCT' where id=7;
-update noar tt set v0='1TP2B6JG4GHVDR05QNTVFFIBV2YT' where id=7;
-update noar ti set v0='1TP2B6JG4GHVDR05QNTVFFIBV2YT' where id=7;
-update noar tt set b2='1N' where id=7;
-update noar ti set b2='1N' where id=7;
-update noar tt set v0='EPHKTPAMZSO9VD' where id=8;
-update noar ti set v0='EPHKTPAMZSO9VD' where id=8;
-update noar tt set b0='UCTP1PB4S37LMC11O4SG' where id=8;
-update noar ti set b0='UCTP1PB4S37LMC11O4SG' where id=8;
-update noar tt set v0='Z72ZKRJ80GXAKD9XC' where id=8;
-update noar ti set v0='Z72ZKRJ80GXAKD9XC' where id=8;
-update noar tt set b1='424GFORQPN7IFY9WXF75' where id=8;
-update noar ti set b1='424GFORQPN7IFY9WXF75' where id=8;
-update noar tt set v0='DXL2TJAZ76S' where id=8;
-update noar ti set v0='DXL2TJAZ76S' where id=8;
-update noar tt set b2='7VMAGJF9654ODDIF6Y' where id=8;
-update noar ti set b2='7VMAGJF9654ODDIF6Y' where id=8;
-update noar tt set v0='PE2LA6KP2AQ3XYZ16XVL4GFE' where id=9;
-update noar ti set v0='PE2LA6KP2AQ3XYZ16XVL4GFE' where id=9;
-update noar tt set b0='Q620B3726' where id=9;
-update noar ti set b0='Q620B3726' where id=9;
-update noar tt set v0='LSZK5M0CR46TQM7J7202' where id=9;
-update noar ti set v0='LSZK5M0CR46TQM7J7202' where id=9;
-update noar tt set b1='PN1AEX4113G2MWG6T2TE749' where id=9;
-update noar ti set b1='PN1AEX4113G2MWG6T2TE749' where id=9;
-update noar tt set v0='05CRYOREIPFEI2TTFVQ4SD4GLU7EL9' where id=9;
-update noar ti set v0='05CRYOREIPFEI2TTFVQ4SD4GLU7EL9' where id=9;
-update noar tt set b2='9AMN88PAHTXOJT780AOVYR4' where id=9;
-update noar ti set b2='9AMN88PAHTXOJT780AOVYR4' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) null,
- b0 longblob null,
- b1 longblob null,
- b2 blob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='APLZI' where id=1;
-update noar ti set v0='APLZI' where id=1;
-update noar tt set b0='S9MZ4WBPJ1ELTXHYXU6751NX165H9K' where id=1;
-update noar ti set b0='S9MZ4WBPJ1ELTXHYXU6751NX165H9K' where id=1;
-update noar tt set v0='I4V63LCSQ' where id=1;
-update noar ti set v0='I4V63LCSQ' where id=1;
-update noar tt set b1='MHQJC9NV7C8Y0XM' where id=1;
-update noar ti set b1='MHQJC9NV7C8Y0XM' where id=1;
-update noar tt set v0='R0Q5TLCM4E' where id=1;
-update noar ti set v0='R0Q5TLCM4E' where id=1;
-update noar tt set b2='01W3U47FLDXU' where id=1;
-update noar ti set b2='01W3U47FLDXU' where id=1;
-update noar tt set v0='A4U7B4LAI3FDVAT7UG25TZATDXYT' where id=2;
-update noar ti set v0='A4U7B4LAI3FDVAT7UG25TZATDXYT' where id=2;
-update noar tt set b0='H19OVWEIZV0L4ZPU' where id=2;
-update noar ti set b0='H19OVWEIZV0L4ZPU' where id=2;
-update noar tt set v0='8QXDGL1YI17WMRX2X8' where id=2;
-update noar ti set v0='8QXDGL1YI17WMRX2X8' where id=2;
-update noar tt set b1='SNSJ1OA' where id=2;
-update noar ti set b1='SNSJ1OA' where id=2;
-update noar tt set v0='ACAKCLR0Z' where id=2;
-update noar ti set v0='ACAKCLR0Z' where id=2;
-update noar tt set b2='GKW8' where id=2;
-update noar ti set b2='GKW8' where id=2;
-update noar tt set v0='GORMU1E6O4SZF5N' where id=3;
-update noar ti set v0='GORMU1E6O4SZF5N' where id=3;
-update noar tt set b0='0B1QFQWK4QIYQUD9YLN6' where id=3;
-update noar ti set b0='0B1QFQWK4QIYQUD9YLN6' where id=3;
-update noar tt set v0='M4F2ZS8S5ED6' where id=3;
-update noar ti set v0='M4F2ZS8S5ED6' where id=3;
-update noar tt set b1='19PJZNZ7XSTA4F218O204ZI1R4' where id=3;
-update noar ti set b1='19PJZNZ7XSTA4F218O204ZI1R4' where id=3;
-update noar tt set v0='AR8GF7OXRV3VYBOG8ECQLP64S7' where id=3;
-update noar ti set v0='AR8GF7OXRV3VYBOG8ECQLP64S7' where id=3;
-update noar tt set b2='JXRWRAFA0XCIEC6HIW9HG27C' where id=3;
-update noar ti set b2='JXRWRAFA0XCIEC6HIW9HG27C' where id=3;
-update noar tt set v0='Z3XLULRTTIJYE86ZZ1LFLU3Z' where id=4;
-update noar ti set v0='Z3XLULRTTIJYE86ZZ1LFLU3Z' where id=4;
-update noar tt set b0='1' where id=4;
-update noar ti set b0='1' where id=4;
-update noar tt set v0='225NUVBNSANXY8FXQ' where id=4;
-update noar ti set v0='225NUVBNSANXY8FXQ' where id=4;
-update noar tt set b1='40CCS0V14AQYGU3HUV0' where id=4;
-update noar ti set b1='40CCS0V14AQYGU3HUV0' where id=4;
-update noar tt set v0='XE9IQE9RG5F0F' where id=4;
-update noar ti set v0='XE9IQE9RG5F0F' where id=4;
-update noar tt set b2='YU5YRK0M3JA5U4FHN1XJUMVFGW' where id=4;
-update noar ti set b2='YU5YRK0M3JA5U4FHN1XJUMVFGW' where id=4;
-update noar tt set v0='THQDSFZFBIRX1QA0I2QLMDO5ZCCGPLRI' where id=5;
-update noar ti set v0='THQDSFZFBIRX1QA0I2QLMDO5ZCCGPLRI' where id=5;
-update noar tt set b0='157GH41KBMXQ1NB86SI8' where id=5;
-update noar ti set b0='157GH41KBMXQ1NB86SI8' where id=5;
-update noar tt set v0='E69RBLXP6GE3SZ7NA1Y8' where id=5;
-update noar ti set v0='E69RBLXP6GE3SZ7NA1Y8' where id=5;
-update noar tt set b1='CJI5CKES00ZEUFRDICA67' where id=5;
-update noar ti set b1='CJI5CKES00ZEUFRDICA67' where id=5;
-update noar tt set v0='I0P6UW01XIQ3WUNIR' where id=5;
-update noar ti set v0='I0P6UW01XIQ3WUNIR' where id=5;
-update noar tt set b2='E7' where id=5;
-update noar ti set b2='E7' where id=5;
-update noar tt set v0='5CWTITYB30POBA565D17PZGT1TFT311' where id=6;
-update noar ti set v0='5CWTITYB30POBA565D17PZGT1TFT311' where id=6;
-update noar tt set b0='O1HKAN2KDVFHRWKVV' where id=6;
-update noar ti set b0='O1HKAN2KDVFHRWKVV' where id=6;
-update noar tt set v0='P1U732XALDLCKC4VGJCBWSL2TEJ4ISD1' where id=6;
-update noar ti set v0='P1U732XALDLCKC4VGJCBWSL2TEJ4ISD1' where id=6;
-update noar tt set b1='45XI' where id=6;
-update noar ti set b1='45XI' where id=6;
-update noar tt set v0='ZE08WAVCCXIMXEKIYVJQ3Q0' where id=6;
-update noar ti set v0='ZE08WAVCCXIMXEKIYVJQ3Q0' where id=6;
-update noar tt set b2='TFH0198RJO7L' where id=6;
-update noar ti set b2='TFH0198RJO7L' where id=6;
-update noar tt set v0='3Z' where id=7;
-update noar ti set v0='3Z' where id=7;
-update noar tt set b0='XJA96B06L9AP97TX' where id=7;
-update noar ti set b0='XJA96B06L9AP97TX' where id=7;
-update noar tt set v0='64TJ2GMIHOYE' where id=7;
-update noar ti set v0='64TJ2GMIHOYE' where id=7;
-update noar tt set b1='5CDAHJ' where id=7;
-update noar ti set b1='5CDAHJ' where id=7;
-update noar tt set v0='5EPYCKMEP5OQYXZ67' where id=7;
-update noar ti set v0='5EPYCKMEP5OQYXZ67' where id=7;
-update noar tt set b2='1KW5SQH3O1C9MVVNGLA92EOQ15HAB8IY' where id=7;
-update noar ti set b2='1KW5SQH3O1C9MVVNGLA92EOQ15HAB8IY' where id=7;
-update noar tt set v0='1YDMMK99RLONRIEHZC8JUS' where id=8;
-update noar ti set v0='1YDMMK99RLONRIEHZC8JUS' where id=8;
-update noar tt set b0='0HE327ETWP8ZYGQ8DXS' where id=8;
-update noar ti set b0='0HE327ETWP8ZYGQ8DXS' where id=8;
-update noar tt set v0='AQ852028Z1Y9FYITIHTM' where id=8;
-update noar ti set v0='AQ852028Z1Y9FYITIHTM' where id=8;
-update noar tt set b1='3DXVPJW8Y8' where id=8;
-update noar ti set b1='3DXVPJW8Y8' where id=8;
-update noar tt set v0='IN' where id=8;
-update noar ti set v0='IN' where id=8;
-update noar tt set b2='SOI73ZNUPWHTSW' where id=8;
-update noar ti set b2='SOI73ZNUPWHTSW' where id=8;
-update noar tt set v0='83868FRCEWWI' where id=9;
-update noar ti set v0='83868FRCEWWI' where id=9;
-update noar tt set b0='8N76N1ZG6KIHHUVUB73GDVZGN738A' where id=9;
-update noar ti set b0='8N76N1ZG6KIHHUVUB73GDVZGN738A' where id=9;
-update noar tt set v0='E8YAGGTRWYS' where id=9;
-update noar ti set v0='E8YAGGTRWYS' where id=9;
-update noar tt set b1='SGEATI51WWWYV6BDT' where id=9;
-update noar ti set b1='SGEATI51WWWYV6BDT' where id=9;
-update noar tt set v0='2' where id=9;
-update noar ti set v0='2' where id=9;
-update noar tt set b2='6' where id=9;
-update noar ti set b2='6' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) not null,
- b0 longblob not null,
- b1 longblob not null,
- b2 blob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='6ZBNVKOG3W6NX4RB' where id=1;
-update noar ti set v0='6ZBNVKOG3W6NX4RB' where id=1;
-update noar tt set b0='QX8O7MA5URA98KP94' where id=1;
-update noar ti set b0='QX8O7MA5URA98KP94' where id=1;
-update noar tt set v0='G1RI' where id=1;
-update noar ti set v0='G1RI' where id=1;
-update noar tt set b1='AMIUUG4FC5JLMTQTFNQOM' where id=1;
-update noar ti set b1='AMIUUG4FC5JLMTQTFNQOM' where id=1;
-update noar tt set v0='5SOZSZ9ORSJFQ3DB661DEI5R' where id=1;
-update noar ti set v0='5SOZSZ9ORSJFQ3DB661DEI5R' where id=1;
-update noar tt set b2='1GT4K11JD1UC8HFVDD5Q3TYPGC' where id=1;
-update noar ti set b2='1GT4K11JD1UC8HFVDD5Q3TYPGC' where id=1;
-update noar tt set v0='1270IA7FZOOF3' where id=2;
-update noar ti set v0='1270IA7FZOOF3' where id=2;
-update noar tt set b0='94VPNXSEYWLZU8GRM08XFAIFQ' where id=2;
-update noar ti set b0='94VPNXSEYWLZU8GRM08XFAIFQ' where id=2;
-update noar tt set v0='3N309BC1X29YOJLKIH0T610VNQ' where id=2;
-update noar ti set v0='3N309BC1X29YOJLKIH0T610VNQ' where id=2;
-update noar tt set b1='TI1UBV' where id=2;
-update noar ti set b1='TI1UBV' where id=2;
-update noar tt set v0='7Y7Y6KQGY654GH99E8ULTEYST9P' where id=2;
-update noar ti set v0='7Y7Y6KQGY654GH99E8ULTEYST9P' where id=2;
-update noar tt set b2='4J1' where id=2;
-update noar ti set b2='4J1' where id=2;
-update noar tt set v0='YINZ3QJL3BD3Q6YPY67Y07VBHR' where id=3;
-update noar ti set v0='YINZ3QJL3BD3Q6YPY67Y07VBHR' where id=3;
-update noar tt set b0='BDIGSLA111X85PNCA748Q9VFW95D9' where id=3;
-update noar ti set b0='BDIGSLA111X85PNCA748Q9VFW95D9' where id=3;
-update noar tt set v0='K2A2LFVTVSKSGXHNO80BFCV0VD' where id=3;
-update noar ti set v0='K2A2LFVTVSKSGXHNO80BFCV0VD' where id=3;
-update noar tt set b1='FS8IKIEFRHJCOG0WU0OZ5W6UMW8QHYN' where id=3;
-update noar ti set b1='FS8IKIEFRHJCOG0WU0OZ5W6UMW8QHYN' where id=3;
-update noar tt set v0='0N' where id=3;
-update noar ti set v0='0N' where id=3;
-update noar tt set b2='Y8CMUCOD' where id=3;
-update noar ti set b2='Y8CMUCOD' where id=3;
-update noar tt set v0='X' where id=4;
-update noar ti set v0='X' where id=4;
-update noar tt set b0='X' where id=4;
-update noar ti set b0='X' where id=4;
-update noar tt set v0='7R2JXVMPCVQGIMVHH6S3A' where id=4;
-update noar ti set v0='7R2JXVMPCVQGIMVHH6S3A' where id=4;
-update noar tt set b1='YK40PK165PPS' where id=4;
-update noar ti set b1='YK40PK165PPS' where id=4;
-update noar tt set v0='0F79BGF63EHJKH6OHB49LLGJ' where id=4;
-update noar ti set v0='0F79BGF63EHJKH6OHB49LLGJ' where id=4;
-update noar tt set b2='DA3NEDNCW9NUF87' where id=4;
-update noar ti set b2='DA3NEDNCW9NUF87' where id=4;
-update noar tt set v0='UN6NUVXDYV68AZT8T65XJW2VMJF' where id=5;
-update noar ti set v0='UN6NUVXDYV68AZT8T65XJW2VMJF' where id=5;
-update noar tt set b0='Y3CP1FCN93' where id=5;
-update noar ti set b0='Y3CP1FCN93' where id=5;
-update noar tt set v0='AR9JVNGCRIJ' where id=5;
-update noar ti set v0='AR9JVNGCRIJ' where id=5;
-update noar tt set b1='5MU6N' where id=5;
-update noar ti set b1='5MU6N' where id=5;
-update noar tt set v0='SW9A7073QK8IFU5P' where id=5;
-update noar ti set v0='SW9A7073QK8IFU5P' where id=5;
-update noar tt set b2='NY3EY' where id=5;
-update noar ti set b2='NY3EY' where id=5;
-update noar tt set v0='GKUH3JWD1Q7MV' where id=6;
-update noar ti set v0='GKUH3JWD1Q7MV' where id=6;
-update noar tt set b0='SAW4QX2J9UUA4QICOWMVO3Y' where id=6;
-update noar ti set b0='SAW4QX2J9UUA4QICOWMVO3Y' where id=6;
-update noar tt set v0='O9JR149YTD5AC74D' where id=6;
-update noar ti set v0='O9JR149YTD5AC74D' where id=6;
-update noar tt set b1='HP2' where id=6;
-update noar ti set b1='HP2' where id=6;
-update noar tt set v0='G8C00B9YWE8RM9I3JASP7C58CAF4S' where id=6;
-update noar ti set v0='G8C00B9YWE8RM9I3JASP7C58CAF4S' where id=6;
-update noar tt set b2='JGGTNH1Q4D11DL5QSBXZQD5RR4M530' where id=6;
-update noar ti set b2='JGGTNH1Q4D11DL5QSBXZQD5RR4M530' where id=6;
-update noar tt set v0='S75Z2E0HLQLOPKOL672WJQ' where id=7;
-update noar ti set v0='S75Z2E0HLQLOPKOL672WJQ' where id=7;
-update noar tt set b0='638SVMZ1HDZ' where id=7;
-update noar ti set b0='638SVMZ1HDZ' where id=7;
-update noar tt set v0='5K' where id=7;
-update noar ti set v0='5K' where id=7;
-update noar tt set b1='3XC' where id=7;
-update noar ti set b1='3XC' where id=7;
-update noar tt set v0='V5NIFIE57BNHT9GC8' where id=7;
-update noar ti set v0='V5NIFIE57BNHT9GC8' where id=7;
-update noar tt set b2='K5YFJQLVCESN9A' where id=7;
-update noar ti set b2='K5YFJQLVCESN9A' where id=7;
-update noar tt set v0='ZHZWH4OFS91HN22GJWK3G' where id=8;
-update noar ti set v0='ZHZWH4OFS91HN22GJWK3G' where id=8;
-update noar tt set b0='22ZU078V' where id=8;
-update noar ti set b0='22ZU078V' where id=8;
-update noar tt set v0='PGNQOOW733ZWZ2AIG9WMBX6X71QCDC2' where id=8;
-update noar ti set v0='PGNQOOW733ZWZ2AIG9WMBX6X71QCDC2' where id=8;
-update noar tt set b1='CHQWB5G7TB7R6F' where id=8;
-update noar ti set b1='CHQWB5G7TB7R6F' where id=8;
-update noar tt set v0='MCNXLAYKR1MER4R1U0UUQ5YCZ27Q16G' where id=8;
-update noar ti set v0='MCNXLAYKR1MER4R1U0UUQ5YCZ27Q16G' where id=8;
-update noar tt set b2='N3Y0' where id=8;
-update noar ti set b2='N3Y0' where id=8;
-update noar tt set v0='GY7Y73QRKBYO9H0856DT34' where id=9;
-update noar ti set v0='GY7Y73QRKBYO9H0856DT34' where id=9;
-update noar tt set b0='D5OGS' where id=9;
-update noar ti set b0='D5OGS' where id=9;
-update noar tt set v0='VLI69Y0IGG9X2G9ZJV0XU671TQXDQ4L' where id=9;
-update noar ti set v0='VLI69Y0IGG9X2G9ZJV0XU671TQXDQ4L' where id=9;
-update noar tt set b1='ESTISXLS27HP2TSFS8IQ' where id=9;
-update noar ti set b1='ESTISXLS27HP2TSFS8IQ' where id=9;
-update noar tt set v0='OWHJZDT3YWSAG2U' where id=9;
-update noar ti set v0='OWHJZDT3YWSAG2U' where id=9;
-update noar tt set b2='B0Z' where id=9;
-update noar ti set b2='B0Z' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) not null,
- b0 longblob not null,
- b1 longblob not null,
- b2 blob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='ONFF44G2302R' where id=1;
-update noar ti set v0='ONFF44G2302R' where id=1;
-update noar tt set b0='UC5R9GZTZ3GL4WG' where id=1;
-update noar ti set b0='UC5R9GZTZ3GL4WG' where id=1;
-update noar tt set v0='V' where id=1;
-update noar ti set v0='V' where id=1;
-update noar tt set b1='9PF80X3LPB9ZYO6VF19IA8' where id=1;
-update noar ti set b1='9PF80X3LPB9ZYO6VF19IA8' where id=1;
-update noar tt set v0='XSCJ6ER4CAI' where id=1;
-update noar ti set v0='XSCJ6ER4CAI' where id=1;
-update noar tt set b2='EP15TLUDWYZGFC' where id=1;
-update noar ti set b2='EP15TLUDWYZGFC' where id=1;
-update noar tt set v0='ZOBJM6BIB58SYN' where id=2;
-update noar ti set v0='ZOBJM6BIB58SYN' where id=2;
-update noar tt set b0='JEV0KHG' where id=2;
-update noar ti set b0='JEV0KHG' where id=2;
-update noar tt set v0='QQVJ0' where id=2;
-update noar ti set v0='QQVJ0' where id=2;
-update noar tt set b1='VVBKWCNX0S43N3A0NBT8KPQOT78P4NGD' where id=2;
-update noar ti set b1='VVBKWCNX0S43N3A0NBT8KPQOT78P4NGD' where id=2;
-update noar tt set v0='2NTRQQYTSWC1R5KQ44D283Z9U412W2A' where id=2;
-update noar ti set v0='2NTRQQYTSWC1R5KQ44D283Z9U412W2A' where id=2;
-update noar tt set b2='RPSC5L8' where id=2;
-update noar ti set b2='RPSC5L8' where id=2;
-update noar tt set v0='TQZHRXXTV3TF964F2JM1LUNOEL35RU' where id=3;
-update noar ti set v0='TQZHRXXTV3TF964F2JM1LUNOEL35RU' where id=3;
-update noar tt set b0='JLBNDOU9UND27' where id=3;
-update noar ti set b0='JLBNDOU9UND27' where id=3;
-update noar tt set v0='BGI68Q06' where id=3;
-update noar ti set v0='BGI68Q06' where id=3;
-update noar tt set b1='NZZC3V2E5O3SSH8T5' where id=3;
-update noar ti set b1='NZZC3V2E5O3SSH8T5' where id=3;
-update noar tt set v0='JGKQUMGQ7G07XZ8GI' where id=3;
-update noar ti set v0='JGKQUMGQ7G07XZ8GI' where id=3;
-update noar tt set b2='1QXL' where id=3;
-update noar ti set b2='1QXL' where id=3;
-update noar tt set v0='3OT0Z8' where id=4;
-update noar ti set v0='3OT0Z8' where id=4;
-update noar tt set b0='5R0ZEF' where id=4;
-update noar ti set b0='5R0ZEF' where id=4;
-update noar tt set v0='9PZFZJ6ENDTNTOSRL' where id=4;
-update noar ti set v0='9PZFZJ6ENDTNTOSRL' where id=4;
-update noar tt set b1='CKPULBG8ZMEOGBH713IHHKTKLF' where id=4;
-update noar ti set b1='CKPULBG8ZMEOGBH713IHHKTKLF' where id=4;
-update noar tt set v0='P0XEWHUE19J0ICFPLHSEGW' where id=4;
-update noar ti set v0='P0XEWHUE19J0ICFPLHSEGW' where id=4;
-update noar tt set b2='9YF1NI30R1ZP8FESQCR' where id=4;
-update noar ti set b2='9YF1NI30R1ZP8FESQCR' where id=4;
-update noar tt set v0='WT6E0O93I89T8UB59LM78WRNNKA2N1FF' where id=5;
-update noar ti set v0='WT6E0O93I89T8UB59LM78WRNNKA2N1FF' where id=5;
-update noar tt set b0='4BWWN467RNC1M5CRZQ' where id=5;
-update noar ti set b0='4BWWN467RNC1M5CRZQ' where id=5;
-update noar tt set v0='V5I916LT9G4YWHRFUZVS92' where id=5;
-update noar ti set v0='V5I916LT9G4YWHRFUZVS92' where id=5;
-update noar tt set b1='YKTLN36YOE2C87PMY2O2Q4MYRQR0' where id=5;
-update noar ti set b1='YKTLN36YOE2C87PMY2O2Q4MYRQR0' where id=5;
-update noar tt set v0='RDQ1PCR' where id=5;
-update noar ti set v0='RDQ1PCR' where id=5;
-update noar tt set b2='P9ZZEQ79YMBLG3Q80JC1PF' where id=5;
-update noar ti set b2='P9ZZEQ79YMBLG3Q80JC1PF' where id=5;
-update noar tt set v0='TSQ7SMNE2UK57' where id=6;
-update noar ti set v0='TSQ7SMNE2UK57' where id=6;
-update noar tt set b0='96G9QADI0NURQB8SR8AW3Z' where id=6;
-update noar ti set b0='96G9QADI0NURQB8SR8AW3Z' where id=6;
-update noar tt set v0='LSGP724UKNHA86OZO' where id=6;
-update noar ti set v0='LSGP724UKNHA86OZO' where id=6;
-update noar tt set b1='W5PPE5Q6' where id=6;
-update noar ti set b1='W5PPE5Q6' where id=6;
-update noar tt set v0='KJ5R' where id=6;
-update noar ti set v0='KJ5R' where id=6;
-update noar tt set b2='44V3F' where id=6;
-update noar ti set b2='44V3F' where id=6;
-update noar tt set v0='8F41FKG835LCEE9HBQ' where id=7;
-update noar ti set v0='8F41FKG835LCEE9HBQ' where id=7;
-update noar tt set b0='KA72MDBST2VEN2RUXSZS1KEEEI3J271' where id=7;
-update noar ti set b0='KA72MDBST2VEN2RUXSZS1KEEEI3J271' where id=7;
-update noar tt set v0='3I4KFFXPOMX' where id=7;
-update noar ti set v0='3I4KFFXPOMX' where id=7;
-update noar tt set b1='BGDG' where id=7;
-update noar ti set b1='BGDG' where id=7;
-update noar tt set v0='INYS5F0A7YMJZHPAMY0YJLP0P99160' where id=7;
-update noar ti set v0='INYS5F0A7YMJZHPAMY0YJLP0P99160' where id=7;
-update noar tt set b2='75AGVP4YUIJQ3USI9LTK8M' where id=7;
-update noar ti set b2='75AGVP4YUIJQ3USI9LTK8M' where id=7;
-update noar tt set v0='QPFVBY5OMJN' where id=8;
-update noar ti set v0='QPFVBY5OMJN' where id=8;
-update noar tt set b0='FHOWUG2M30B0SCM4FBIA' where id=8;
-update noar ti set b0='FHOWUG2M30B0SCM4FBIA' where id=8;
-update noar tt set v0='LTNSHQ3' where id=8;
-update noar ti set v0='LTNSHQ3' where id=8;
-update noar tt set b1='D2TI8X28OV4FT0P6867HZA2TVJAX0L' where id=8;
-update noar ti set b1='D2TI8X28OV4FT0P6867HZA2TVJAX0L' where id=8;
-update noar tt set v0='4' where id=8;
-update noar ti set v0='4' where id=8;
-update noar tt set b2='B50OD0' where id=8;
-update noar ti set b2='B50OD0' where id=8;
-update noar tt set v0='G' where id=9;
-update noar ti set v0='G' where id=9;
-update noar tt set b0='9ZKNYBO5C' where id=9;
-update noar ti set b0='9ZKNYBO5C' where id=9;
-update noar tt set v0='3V1ZXCECFE458612Z20AL' where id=9;
-update noar ti set v0='3V1ZXCECFE458612Z20AL' where id=9;
-update noar tt set b1='S8L' where id=9;
-update noar ti set b1='S8L' where id=9;
-update noar tt set v0='4NFAK0P40' where id=9;
-update noar ti set v0='4NFAK0P40' where id=9;
-update noar tt set b2='TVC5WGNVIKZQAZOU2Q' where id=9;
-update noar ti set b2='TVC5WGNVIKZQAZOU2Q' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) null,
- b0 longblob null,
- b1 longblob null,
- b2 mediumblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='GBAK2BFJAOAQZSAE1' where id=1;
-update noar ti set v0='GBAK2BFJAOAQZSAE1' where id=1;
-update noar tt set b0='68SKPCL6Q1T11H43QMNDZARIW7C' where id=1;
-update noar ti set b0='68SKPCL6Q1T11H43QMNDZARIW7C' where id=1;
-update noar tt set v0='PYUIY91OPGDQTNJ9ICXJRVWGACSVI4' where id=1;
-update noar ti set v0='PYUIY91OPGDQTNJ9ICXJRVWGACSVI4' where id=1;
-update noar tt set b1='75' where id=1;
-update noar ti set b1='75' where id=1;
-update noar tt set v0='6L3C5H' where id=1;
-update noar ti set v0='6L3C5H' where id=1;
-update noar tt set b2='R4HZOO7UMCKCLR7NEV5C' where id=1;
-update noar ti set b2='R4HZOO7UMCKCLR7NEV5C' where id=1;
-update noar tt set v0='MF9CRTJ0SO5JUEZSP04L471MT27V9W' where id=2;
-update noar ti set v0='MF9CRTJ0SO5JUEZSP04L471MT27V9W' where id=2;
-update noar tt set b0='WQ5SMJW4YB32YW5R8KTMEMLSSKH49AU' where id=2;
-update noar ti set b0='WQ5SMJW4YB32YW5R8KTMEMLSSKH49AU' where id=2;
-update noar tt set v0='CEBLSXHJFZM8PZH' where id=2;
-update noar ti set v0='CEBLSXHJFZM8PZH' where id=2;
-update noar tt set b1='LZMVYM8' where id=2;
-update noar ti set b1='LZMVYM8' where id=2;
-update noar tt set v0='9K91PKWQCGXUVBFM9ZYIJLZOIYPP' where id=2;
-update noar ti set v0='9K91PKWQCGXUVBFM9ZYIJLZOIYPP' where id=2;
-update noar tt set b2='3G7C5EFVZNVHH' where id=2;
-update noar ti set b2='3G7C5EFVZNVHH' where id=2;
-update noar tt set v0='RG3HEJVRQ1NZ' where id=3;
-update noar ti set v0='RG3HEJVRQ1NZ' where id=3;
-update noar tt set b0='80ZRCXXZB6JMYCPUC5IOE3E9L' where id=3;
-update noar ti set b0='80ZRCXXZB6JMYCPUC5IOE3E9L' where id=3;
-update noar tt set v0='Z09I' where id=3;
-update noar ti set v0='Z09I' where id=3;
-update noar tt set b1='ZGI0798ASCB9LBTUP1NIA5ANZ' where id=3;
-update noar ti set b1='ZGI0798ASCB9LBTUP1NIA5ANZ' where id=3;
-update noar tt set v0='I' where id=3;
-update noar ti set v0='I' where id=3;
-update noar tt set b2='CA4I0PRT3GTU7TB07MRR1EAG1GFVD' where id=3;
-update noar ti set b2='CA4I0PRT3GTU7TB07MRR1EAG1GFVD' where id=3;
-update noar tt set v0='P17KDT11RZTM7NJFHAY7S' where id=4;
-update noar ti set v0='P17KDT11RZTM7NJFHAY7S' where id=4;
-update noar tt set b0='3' where id=4;
-update noar ti set b0='3' where id=4;
-update noar tt set v0='RM' where id=4;
-update noar ti set v0='RM' where id=4;
-update noar tt set b1='G0LSI2ZRCTHNTWKMR4BAKTDKT7AC9Y' where id=4;
-update noar ti set b1='G0LSI2ZRCTHNTWKMR4BAKTDKT7AC9Y' where id=4;
-update noar tt set v0='U76' where id=4;
-update noar ti set v0='U76' where id=4;
-update noar tt set b2='ZYKG98BP' where id=4;
-update noar ti set b2='ZYKG98BP' where id=4;
-update noar tt set v0='OJTAQG1TZMB7IIGAIQCEFYWL' where id=5;
-update noar ti set v0='OJTAQG1TZMB7IIGAIQCEFYWL' where id=5;
-update noar tt set b0='WZ6UW2AXNVHZZR3S213H' where id=5;
-update noar ti set b0='WZ6UW2AXNVHZZR3S213H' where id=5;
-update noar tt set v0='2QDB4AXJCRQ8CQRPHMXO298' where id=5;
-update noar ti set v0='2QDB4AXJCRQ8CQRPHMXO298' where id=5;
-update noar tt set b1='V3HOG6WVDD81L0IRYXX' where id=5;
-update noar ti set b1='V3HOG6WVDD81L0IRYXX' where id=5;
-update noar tt set v0='WCES569KHVDNK8AL2WEWXWLJO963OP3' where id=5;
-update noar ti set v0='WCES569KHVDNK8AL2WEWXWLJO963OP3' where id=5;
-update noar tt set b2='3TEB7F6M8GDF' where id=5;
-update noar ti set b2='3TEB7F6M8GDF' where id=5;
-update noar tt set v0='J5A74PPDI7DOHN7ONV3WNO8' where id=6;
-update noar ti set v0='J5A74PPDI7DOHN7ONV3WNO8' where id=6;
-update noar tt set b0='V07KWAZ0CZ4NGOL' where id=6;
-update noar ti set b0='V07KWAZ0CZ4NGOL' where id=6;
-update noar tt set v0='Z2M0IN0E2CJUW56N1XC' where id=6;
-update noar ti set v0='Z2M0IN0E2CJUW56N1XC' where id=6;
-update noar tt set b1='N5A' where id=6;
-update noar ti set b1='N5A' where id=6;
-update noar tt set v0='WFAGYXW8RY' where id=6;
-update noar ti set v0='WFAGYXW8RY' where id=6;
-update noar tt set b2='DQVMF' where id=6;
-update noar ti set b2='DQVMF' where id=6;
-update noar tt set v0='ODYUYEZLTQWHFXP7HO' where id=7;
-update noar ti set v0='ODYUYEZLTQWHFXP7HO' where id=7;
-update noar tt set b0='42' where id=7;
-update noar ti set b0='42' where id=7;
-update noar tt set v0='JW06A2SCBZJ0UBF' where id=7;
-update noar ti set v0='JW06A2SCBZJ0UBF' where id=7;
-update noar tt set b1='T' where id=7;
-update noar ti set b1='T' where id=7;
-update noar tt set v0='Q1' where id=7;
-update noar ti set v0='Q1' where id=7;
-update noar tt set b2='LU5V96HNDFV3II9DG' where id=7;
-update noar ti set b2='LU5V96HNDFV3II9DG' where id=7;
-update noar tt set v0='9CDZSGIQYZ1' where id=8;
-update noar ti set v0='9CDZSGIQYZ1' where id=8;
-update noar tt set b0='QZAF36' where id=8;
-update noar ti set b0='QZAF36' where id=8;
-update noar tt set v0='O1E0E4EGX80N7FREU2GCX7NFRP' where id=8;
-update noar ti set v0='O1E0E4EGX80N7FREU2GCX7NFRP' where id=8;
-update noar tt set b1='5' where id=8;
-update noar ti set b1='5' where id=8;
-update noar tt set v0='8N528105NZKSFCEME9Y05AW92YD7XW' where id=8;
-update noar ti set v0='8N528105NZKSFCEME9Y05AW92YD7XW' where id=8;
-update noar tt set b2='0F2LTWHBA7CMPDMT' where id=8;
-update noar ti set b2='0F2LTWHBA7CMPDMT' where id=8;
-update noar tt set v0='BVFQFLWV37YE9' where id=9;
-update noar ti set v0='BVFQFLWV37YE9' where id=9;
-update noar tt set b0='FO7AVDCBHBQD85C2XIB' where id=9;
-update noar ti set b0='FO7AVDCBHBQD85C2XIB' where id=9;
-update noar tt set v0='5MI' where id=9;
-update noar ti set v0='5MI' where id=9;
-update noar tt set b1='MBFUVC7' where id=9;
-update noar ti set b1='MBFUVC7' where id=9;
-update noar tt set v0='7HGQN' where id=9;
-update noar ti set v0='7HGQN' where id=9;
-update noar tt set b2='6UN2QPBM7F' where id=9;
-update noar ti set b2='6UN2QPBM7F' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) null,
- b0 longblob null,
- b1 longblob null,
- b2 mediumblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='KPZVYO9AB4TBWV79HS42AEPOZ52AP' where id=1;
-update noar ti set v0='KPZVYO9AB4TBWV79HS42AEPOZ52AP' where id=1;
-update noar tt set b0='UUKC7TM3' where id=1;
-update noar ti set b0='UUKC7TM3' where id=1;
-update noar tt set v0='GPY8QITUR6O6W97FY' where id=1;
-update noar ti set v0='GPY8QITUR6O6W97FY' where id=1;
-update noar tt set b1='874KU4JDVZ3Z59' where id=1;
-update noar ti set b1='874KU4JDVZ3Z59' where id=1;
-update noar tt set v0='T1031PZ5PLO' where id=1;
-update noar ti set v0='T1031PZ5PLO' where id=1;
-update noar tt set b2='O6FUIATIUWU236FX2NAZEJWEHW' where id=1;
-update noar ti set b2='O6FUIATIUWU236FX2NAZEJWEHW' where id=1;
-update noar tt set v0='FMR2LZWWMDV59E631JR5H4PXWTMD6C' where id=2;
-update noar ti set v0='FMR2LZWWMDV59E631JR5H4PXWTMD6C' where id=2;
-update noar tt set b0='20V7TMPFEZA' where id=2;
-update noar ti set b0='20V7TMPFEZA' where id=2;
-update noar tt set v0='4THRSY' where id=2;
-update noar ti set v0='4THRSY' where id=2;
-update noar tt set b1='G0KBHF9' where id=2;
-update noar ti set b1='G0KBHF9' where id=2;
-update noar tt set v0='VLDX3O6195RL635BPB3Z0M6O1YCDZK9' where id=2;
-update noar ti set v0='VLDX3O6195RL635BPB3Z0M6O1YCDZK9' where id=2;
-update noar tt set b2='ND61J5O61IBF4' where id=2;
-update noar ti set b2='ND61J5O61IBF4' where id=2;
-update noar tt set v0='QPGFY0NDS' where id=3;
-update noar ti set v0='QPGFY0NDS' where id=3;
-update noar tt set b0='GH4DBL7P38V' where id=3;
-update noar ti set b0='GH4DBL7P38V' where id=3;
-update noar tt set v0='OJH31QNF7DZPDJ52A77E37V9JZCI' where id=3;
-update noar ti set v0='OJH31QNF7DZPDJ52A77E37V9JZCI' where id=3;
-update noar tt set b1='6XJ5O' where id=3;
-update noar ti set b1='6XJ5O' where id=3;
-update noar tt set v0='FM4KL1VOV' where id=3;
-update noar ti set v0='FM4KL1VOV' where id=3;
-update noar tt set b2='RTBMSJHJFGTJZTNI297ZV7PV1' where id=3;
-update noar ti set b2='RTBMSJHJFGTJZTNI297ZV7PV1' where id=3;
-update noar tt set v0='33FHSUNH06SQJFKHLMR8H' where id=4;
-update noar ti set v0='33FHSUNH06SQJFKHLMR8H' where id=4;
-update noar tt set b0='RLS5N6WH9UMCD1BYWIASVVNFYFB' where id=4;
-update noar ti set b0='RLS5N6WH9UMCD1BYWIASVVNFYFB' where id=4;
-update noar tt set v0='PNLN4U5M99YQ07' where id=4;
-update noar ti set v0='PNLN4U5M99YQ07' where id=4;
-update noar tt set b1='E89Z86PGWXWWGBC5187IDODXUZALMO' where id=4;
-update noar ti set b1='E89Z86PGWXWWGBC5187IDODXUZALMO' where id=4;
-update noar tt set v0='OSYAFEMYQA25U5WQ12LWAJN' where id=4;
-update noar ti set v0='OSYAFEMYQA25U5WQ12LWAJN' where id=4;
-update noar tt set b2='WNRJLQ692KBXTNZPQCZ5VF5M' where id=4;
-update noar ti set b2='WNRJLQ692KBXTNZPQCZ5VF5M' where id=4;
-update noar tt set v0='9NBE2Z216D9HRQ92NRHXXNH8H' where id=5;
-update noar ti set v0='9NBE2Z216D9HRQ92NRHXXNH8H' where id=5;
-update noar tt set b0='3NJADGOFN2SNGSJJJH7YDLLEOEM2TVHA' where id=5;
-update noar ti set b0='3NJADGOFN2SNGSJJJH7YDLLEOEM2TVHA' where id=5;
-update noar tt set v0='8M2ME99C9QF73PJ9E6' where id=5;
-update noar ti set v0='8M2ME99C9QF73PJ9E6' where id=5;
-update noar tt set b1='T9XFS1B7PH97XJN1KNLYI976ZKY' where id=5;
-update noar ti set b1='T9XFS1B7PH97XJN1KNLYI976ZKY' where id=5;
-update noar tt set v0='YC2U7QDBRWM4MGQGAC9IBC450KPJU6IX' where id=5;
-update noar ti set v0='YC2U7QDBRWM4MGQGAC9IBC450KPJU6IX' where id=5;
-update noar tt set b2='GTNYW0OMB' where id=5;
-update noar ti set b2='GTNYW0OMB' where id=5;
-update noar tt set v0='Z3NOBOH76EHC8PK2YX7' where id=6;
-update noar ti set v0='Z3NOBOH76EHC8PK2YX7' where id=6;
-update noar tt set b0='YQTQG1M' where id=6;
-update noar ti set b0='YQTQG1M' where id=6;
-update noar tt set v0='M9R4' where id=6;
-update noar ti set v0='M9R4' where id=6;
-update noar tt set b1='NGDCUMKSZYXFDSQIUBIUD2EOW2T' where id=6;
-update noar ti set b1='NGDCUMKSZYXFDSQIUBIUD2EOW2T' where id=6;
-update noar tt set v0='JOIL8GVR04LJ5LAY8UBUF87' where id=6;
-update noar ti set v0='JOIL8GVR04LJ5LAY8UBUF87' where id=6;
-update noar tt set b2='68TK0AQPJYGVF0X8K5CP' where id=6;
-update noar ti set b2='68TK0AQPJYGVF0X8K5CP' where id=6;
-update noar tt set v0='057MIGJB7DW83GD3TD5LY' where id=7;
-update noar ti set v0='057MIGJB7DW83GD3TD5LY' where id=7;
-update noar tt set b0='3I9DUBDTHRK1AWPP' where id=7;
-update noar ti set b0='3I9DUBDTHRK1AWPP' where id=7;
-update noar tt set v0='H5UTRAI3DT13VIW' where id=7;
-update noar ti set v0='H5UTRAI3DT13VIW' where id=7;
-update noar tt set b1='23WQ0U' where id=7;
-update noar ti set b1='23WQ0U' where id=7;
-update noar tt set v0='B2' where id=7;
-update noar ti set v0='B2' where id=7;
-update noar tt set b2='5O2JVOBF' where id=7;
-update noar ti set b2='5O2JVOBF' where id=7;
-update noar tt set v0='KV6QLNCBC72PUY9' where id=8;
-update noar ti set v0='KV6QLNCBC72PUY9' where id=8;
-update noar tt set b0='6JLF2XNR7OYVM8EHZ20XSZ2G' where id=8;
-update noar ti set b0='6JLF2XNR7OYVM8EHZ20XSZ2G' where id=8;
-update noar tt set v0='I8DXY2G2FA1D' where id=8;
-update noar ti set v0='I8DXY2G2FA1D' where id=8;
-update noar tt set b1='IS2N19XIFUVAQV' where id=8;
-update noar ti set b1='IS2N19XIFUVAQV' where id=8;
-update noar tt set v0='7B8UE7EMWCRMXULNJ6' where id=8;
-update noar ti set v0='7B8UE7EMWCRMXULNJ6' where id=8;
-update noar tt set b2='D717SK65NCUTOG2SWS1N8YF4ZHSUOSV' where id=8;
-update noar ti set b2='D717SK65NCUTOG2SWS1N8YF4ZHSUOSV' where id=8;
-update noar tt set v0='TYHWK6S2LJR22IIKQBLOYXYY07Q4FQH' where id=9;
-update noar ti set v0='TYHWK6S2LJR22IIKQBLOYXYY07Q4FQH' where id=9;
-update noar tt set b0='F6QH9E7C5Z8CCFN44RQ50FJC8R6B6A95' where id=9;
-update noar ti set b0='F6QH9E7C5Z8CCFN44RQ50FJC8R6B6A95' where id=9;
-update noar tt set v0='HW7FT' where id=9;
-update noar ti set v0='HW7FT' where id=9;
-update noar tt set b1='B4JZCYMR5SINH9' where id=9;
-update noar ti set b1='B4JZCYMR5SINH9' where id=9;
-update noar tt set v0='72P5QAGDQS6YI3UKHCQ' where id=9;
-update noar ti set v0='72P5QAGDQS6YI3UKHCQ' where id=9;
-update noar tt set b2='T7' where id=9;
-update noar ti set b2='T7' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) not null,
- b0 longblob not null,
- b1 longblob not null,
- b2 mediumblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='JJVGPI9KJV8LR0BTDX0ZV7SNCIY' where id=1;
-update noar ti set v0='JJVGPI9KJV8LR0BTDX0ZV7SNCIY' where id=1;
-update noar tt set b0='JDRTTEDJEKYZ' where id=1;
-update noar ti set b0='JDRTTEDJEKYZ' where id=1;
-update noar tt set v0='5WURRXDOPD6N6T2ZQIXH4HOROS6E01BL' where id=1;
-update noar ti set v0='5WURRXDOPD6N6T2ZQIXH4HOROS6E01BL' where id=1;
-update noar tt set b1='KI7TCZ' where id=1;
-update noar ti set b1='KI7TCZ' where id=1;
-update noar tt set v0='RN6WUSGIWZ' where id=1;
-update noar ti set v0='RN6WUSGIWZ' where id=1;
-update noar tt set b2='5GCA9ZHZA' where id=1;
-update noar ti set b2='5GCA9ZHZA' where id=1;
-update noar tt set v0='58CVOYOJY2EBO381YTJ9KV2A3Q' where id=2;
-update noar ti set v0='58CVOYOJY2EBO381YTJ9KV2A3Q' where id=2;
-update noar tt set b0='LMXM7LYS2CYSDPJB36FY8HBW218T4' where id=2;
-update noar ti set b0='LMXM7LYS2CYSDPJB36FY8HBW218T4' where id=2;
-update noar tt set v0='3ZM3FY' where id=2;
-update noar ti set v0='3ZM3FY' where id=2;
-update noar tt set b1='NE8YKPIMT8X' where id=2;
-update noar ti set b1='NE8YKPIMT8X' where id=2;
-update noar tt set v0='5PGF96I4NUD' where id=2;
-update noar ti set v0='5PGF96I4NUD' where id=2;
-update noar tt set b2='7ZZFPAXGSE6HUJ6LIPPIOCMWWC' where id=2;
-update noar ti set b2='7ZZFPAXGSE6HUJ6LIPPIOCMWWC' where id=2;
-update noar tt set v0='G0YYPCREI3VN1Y90O' where id=3;
-update noar ti set v0='G0YYPCREI3VN1Y90O' where id=3;
-update noar tt set b0='61GSYL8K72E5M0VUASOW3XE5VA' where id=3;
-update noar ti set b0='61GSYL8K72E5M0VUASOW3XE5VA' where id=3;
-update noar tt set v0='B' where id=3;
-update noar ti set v0='B' where id=3;
-update noar tt set b1='37' where id=3;
-update noar ti set b1='37' where id=3;
-update noar tt set v0='HIY4NHE4J4P' where id=3;
-update noar ti set v0='HIY4NHE4J4P' where id=3;
-update noar tt set b2='36O2V3O9LPUE3G0OUPW59QBJGTPHF' where id=3;
-update noar ti set b2='36O2V3O9LPUE3G0OUPW59QBJGTPHF' where id=3;
-update noar tt set v0='ZIW2NTL' where id=4;
-update noar ti set v0='ZIW2NTL' where id=4;
-update noar tt set b0='63SIVCFFPDHY' where id=4;
-update noar ti set b0='63SIVCFFPDHY' where id=4;
-update noar tt set v0='JSF9OSHJTCEXRNUBOXR2Q3XNLU' where id=4;
-update noar ti set v0='JSF9OSHJTCEXRNUBOXR2Q3XNLU' where id=4;
-update noar tt set b1='1LPCZ7O' where id=4;
-update noar ti set b1='1LPCZ7O' where id=4;
-update noar tt set v0='38FQ3EM429F1JYNUBFIK753B2' where id=4;
-update noar ti set v0='38FQ3EM429F1JYNUBFIK753B2' where id=4;
-update noar tt set b2='LJXF860PG2VTG9AN5LQEZYPGFN' where id=4;
-update noar ti set b2='LJXF860PG2VTG9AN5LQEZYPGFN' where id=4;
-update noar tt set v0='RODZ3450' where id=5;
-update noar ti set v0='RODZ3450' where id=5;
-update noar tt set b0='DZ87GBUNF00SF813AFMXUF40' where id=5;
-update noar ti set b0='DZ87GBUNF00SF813AFMXUF40' where id=5;
-update noar tt set v0='XY' where id=5;
-update noar ti set v0='XY' where id=5;
-update noar tt set b1='4A8D98LCKOIQZXHMP20LFU4RDAW5' where id=5;
-update noar ti set b1='4A8D98LCKOIQZXHMP20LFU4RDAW5' where id=5;
-update noar tt set v0='8E5USDZ4TM0T2YG6KCUV' where id=5;
-update noar ti set v0='8E5USDZ4TM0T2YG6KCUV' where id=5;
-update noar tt set b2='DES9M7F2DHTK55TUWQNT' where id=5;
-update noar ti set b2='DES9M7F2DHTK55TUWQNT' where id=5;
-update noar tt set v0='FGV' where id=6;
-update noar ti set v0='FGV' where id=6;
-update noar tt set b0='OW4PGJ11' where id=6;
-update noar ti set b0='OW4PGJ11' where id=6;
-update noar tt set v0='CMDTIGRQ1' where id=6;
-update noar ti set v0='CMDTIGRQ1' where id=6;
-update noar tt set b1='JN0WE9' where id=6;
-update noar ti set b1='JN0WE9' where id=6;
-update noar tt set v0='EN' where id=6;
-update noar ti set v0='EN' where id=6;
-update noar tt set b2='1X4BGE' where id=6;
-update noar ti set b2='1X4BGE' where id=6;
-update noar tt set v0='C7RWJQS' where id=7;
-update noar ti set v0='C7RWJQS' where id=7;
-update noar tt set b0='2IUMU5TN7SI7JA9' where id=7;
-update noar ti set b0='2IUMU5TN7SI7JA9' where id=7;
-update noar tt set v0='UDDH2N38ZAWJ' where id=7;
-update noar ti set v0='UDDH2N38ZAWJ' where id=7;
-update noar tt set b1='ESPYVR27U' where id=7;
-update noar ti set b1='ESPYVR27U' where id=7;
-update noar tt set v0='V8TN202EO8DNY4' where id=7;
-update noar ti set v0='V8TN202EO8DNY4' where id=7;
-update noar tt set b2='BJ' where id=7;
-update noar ti set b2='BJ' where id=7;
-update noar tt set v0='AEO4L7' where id=8;
-update noar ti set v0='AEO4L7' where id=8;
-update noar tt set b0='E32MVCZSP4Z9ECXICSC8U' where id=8;
-update noar ti set b0='E32MVCZSP4Z9ECXICSC8U' where id=8;
-update noar tt set v0='K13K7VHGK4' where id=8;
-update noar ti set v0='K13K7VHGK4' where id=8;
-update noar tt set b1='3KYHZ47ZL744FUUD9K6O105' where id=8;
-update noar ti set b1='3KYHZ47ZL744FUUD9K6O105' where id=8;
-update noar tt set v0='A06' where id=8;
-update noar ti set v0='A06' where id=8;
-update noar tt set b2='4095SLA5PF' where id=8;
-update noar ti set b2='4095SLA5PF' where id=8;
-update noar tt set v0='EV5V9U' where id=9;
-update noar ti set v0='EV5V9U' where id=9;
-update noar tt set b0='9N5MAD6AB0VF' where id=9;
-update noar ti set b0='9N5MAD6AB0VF' where id=9;
-update noar tt set v0='Q790BQ5UMM0CJ3O9KT' where id=9;
-update noar ti set v0='Q790BQ5UMM0CJ3O9KT' where id=9;
-update noar tt set b1='H23FNIKQK3OLRK0A2GWPLRY1QG5' where id=9;
-update noar ti set b1='H23FNIKQK3OLRK0A2GWPLRY1QG5' where id=9;
-update noar tt set v0='XXS2RE7B7E1QAO' where id=9;
-update noar ti set v0='XXS2RE7B7E1QAO' where id=9;
-update noar tt set b2='OMF9SH' where id=9;
-update noar ti set b2='OMF9SH' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) not null,
- b0 longblob not null,
- b1 longblob not null,
- b2 mediumblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='EASP4KR9E69XOA3' where id=1;
-update noar ti set v0='EASP4KR9E69XOA3' where id=1;
-update noar tt set b0='HQ0WT' where id=1;
-update noar ti set b0='HQ0WT' where id=1;
-update noar tt set v0='X76F6NXHRJL60R8Q' where id=1;
-update noar ti set v0='X76F6NXHRJL60R8Q' where id=1;
-update noar tt set b1='OFRR37QE397AG2SCCB' where id=1;
-update noar ti set b1='OFRR37QE397AG2SCCB' where id=1;
-update noar tt set v0='3SHED8VNMD7N5S5VKG7H6249Q6MU' where id=1;
-update noar ti set v0='3SHED8VNMD7N5S5VKG7H6249Q6MU' where id=1;
-update noar tt set b2='A2N3V7JC' where id=1;
-update noar ti set b2='A2N3V7JC' where id=1;
-update noar tt set v0='53' where id=2;
-update noar ti set v0='53' where id=2;
-update noar tt set b0='RFJV9ZOBHM0K1ST9RHD' where id=2;
-update noar ti set b0='RFJV9ZOBHM0K1ST9RHD' where id=2;
-update noar tt set v0='ITFVEBR3' where id=2;
-update noar ti set v0='ITFVEBR3' where id=2;
-update noar tt set b1='EYUFH5QVJDKQ1RGVWZ' where id=2;
-update noar ti set b1='EYUFH5QVJDKQ1RGVWZ' where id=2;
-update noar tt set v0='C2DO1VFDH0KIQARYW7OB' where id=2;
-update noar ti set v0='C2DO1VFDH0KIQARYW7OB' where id=2;
-update noar tt set b2='33ZCZUJ1KR1OR56J4STBVVS341' where id=2;
-update noar ti set b2='33ZCZUJ1KR1OR56J4STBVVS341' where id=2;
-update noar tt set v0='V3YGITPMKWIJTRGSDHM8' where id=3;
-update noar ti set v0='V3YGITPMKWIJTRGSDHM8' where id=3;
-update noar tt set b0='XZAGC' where id=3;
-update noar ti set b0='XZAGC' where id=3;
-update noar tt set v0='KJBBA' where id=3;
-update noar ti set v0='KJBBA' where id=3;
-update noar tt set b1='U8PGDXINHRV2BQYHSY0' where id=3;
-update noar ti set b1='U8PGDXINHRV2BQYHSY0' where id=3;
-update noar tt set v0='RWBEEYXP7YE6DGBIOUP9' where id=3;
-update noar ti set v0='RWBEEYXP7YE6DGBIOUP9' where id=3;
-update noar tt set b2='LRU5AOSMZH1VS3ZVASGFBNAB56272Y' where id=3;
-update noar ti set b2='LRU5AOSMZH1VS3ZVASGFBNAB56272Y' where id=3;
-update noar tt set v0='L7YDOAC8UA9XH9F4INR' where id=4;
-update noar ti set v0='L7YDOAC8UA9XH9F4INR' where id=4;
-update noar tt set b0='UN6OCULNFQU6ZW1JOH9J79' where id=4;
-update noar ti set b0='UN6OCULNFQU6ZW1JOH9J79' where id=4;
-update noar tt set v0='D2CST1UNS4SEPXW' where id=4;
-update noar ti set v0='D2CST1UNS4SEPXW' where id=4;
-update noar tt set b1='6R9PGBHQUQTL2F4J' where id=4;
-update noar ti set b1='6R9PGBHQUQTL2F4J' where id=4;
-update noar tt set v0='DC6BL2WA' where id=4;
-update noar ti set v0='DC6BL2WA' where id=4;
-update noar tt set b2='JXXP0D85VFPN433W4U80YRXT7DJ' where id=4;
-update noar ti set b2='JXXP0D85VFPN433W4U80YRXT7DJ' where id=4;
-update noar tt set v0='1' where id=5;
-update noar ti set v0='1' where id=5;
-update noar tt set b0='CG26XP421DTNU' where id=5;
-update noar ti set b0='CG26XP421DTNU' where id=5;
-update noar tt set v0='CSWICUXWZWB7HWJHH08L4GR71I4' where id=5;
-update noar ti set v0='CSWICUXWZWB7HWJHH08L4GR71I4' where id=5;
-update noar tt set b1='R4IS8O3JIEI3FRQUVH90L4U7OMT1A' where id=5;
-update noar ti set b1='R4IS8O3JIEI3FRQUVH90L4U7OMT1A' where id=5;
-update noar tt set v0='783USG44U1VU324J05' where id=5;
-update noar ti set v0='783USG44U1VU324J05' where id=5;
-update noar tt set b2='U' where id=5;
-update noar ti set b2='U' where id=5;
-update noar tt set v0='TATCLUSFNJ0WJ6FJLD8W0DXBMXRSY' where id=6;
-update noar ti set v0='TATCLUSFNJ0WJ6FJLD8W0DXBMXRSY' where id=6;
-update noar tt set b0='059YG6LM' where id=6;
-update noar ti set b0='059YG6LM' where id=6;
-update noar tt set v0='0FXRR0AD6YL7CL2' where id=6;
-update noar ti set v0='0FXRR0AD6YL7CL2' where id=6;
-update noar tt set b1='1N3SK0AXTS8M' where id=6;
-update noar ti set b1='1N3SK0AXTS8M' where id=6;
-update noar tt set v0='Q6IMW9S5GE3H7XHM8G0O' where id=6;
-update noar ti set v0='Q6IMW9S5GE3H7XHM8G0O' where id=6;
-update noar tt set b2='LFEKMN8SMAXS2H1D1WXUUTFT6MVZQLVX' where id=6;
-update noar ti set b2='LFEKMN8SMAXS2H1D1WXUUTFT6MVZQLVX' where id=6;
-update noar tt set v0='Y6VD622ZXQROOBF2' where id=7;
-update noar ti set v0='Y6VD622ZXQROOBF2' where id=7;
-update noar tt set b0='Y7SZVU36I0JD7R1' where id=7;
-update noar ti set b0='Y7SZVU36I0JD7R1' where id=7;
-update noar tt set v0='OQ3QMBPNLG8UWAE2M4' where id=7;
-update noar ti set v0='OQ3QMBPNLG8UWAE2M4' where id=7;
-update noar tt set b1='RHFNUN7M5B0J7X3XN6DFXO' where id=7;
-update noar ti set b1='RHFNUN7M5B0J7X3XN6DFXO' where id=7;
-update noar tt set v0='XP9NI93XL1QD' where id=7;
-update noar ti set v0='XP9NI93XL1QD' where id=7;
-update noar tt set b2='SCXPXKOT5' where id=7;
-update noar ti set b2='SCXPXKOT5' where id=7;
-update noar tt set v0='S8GSRA9U1ASKUZSHWYZZAQNTI' where id=8;
-update noar ti set v0='S8GSRA9U1ASKUZSHWYZZAQNTI' where id=8;
-update noar tt set b0='FONEUY5F6BUDUDJUM1905JRCTFYD8TVX' where id=8;
-update noar ti set b0='FONEUY5F6BUDUDJUM1905JRCTFYD8TVX' where id=8;
-update noar tt set v0='M6ILSDL7MOGD' where id=8;
-update noar ti set v0='M6ILSDL7MOGD' where id=8;
-update noar tt set b1='OGFM45Q87JO6I10SLIN3CQT8OWR' where id=8;
-update noar ti set b1='OGFM45Q87JO6I10SLIN3CQT8OWR' where id=8;
-update noar tt set v0='EKKNG44WKU9XM6KJ6C0J' where id=8;
-update noar ti set v0='EKKNG44WKU9XM6KJ6C0J' where id=8;
-update noar tt set b2='VLUJA3LMPY90WE8ISR1QH3IZG' where id=8;
-update noar ti set b2='VLUJA3LMPY90WE8ISR1QH3IZG' where id=8;
-update noar tt set v0='M8MC2B062QJE2YMBK1UQ1GD' where id=9;
-update noar ti set v0='M8MC2B062QJE2YMBK1UQ1GD' where id=9;
-update noar tt set b0='1VEA173H2SQPTMWD' where id=9;
-update noar ti set b0='1VEA173H2SQPTMWD' where id=9;
-update noar tt set v0='0CRKH4OOE774HGW' where id=9;
-update noar ti set v0='0CRKH4OOE774HGW' where id=9;
-update noar tt set b1='AZP9R0MEPRIG' where id=9;
-update noar ti set b1='AZP9R0MEPRIG' where id=9;
-update noar tt set v0='1E' where id=9;
-update noar ti set v0='1E' where id=9;
-update noar tt set b2='PZFZR3DXM7LKPINHAZ' where id=9;
-update noar ti set b2='PZFZR3DXM7LKPINHAZ' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) null,
- b0 longblob null,
- b1 longblob null,
- b2 longblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='C' where id=1;
-update noar ti set v0='C' where id=1;
-update noar tt set b0='WABX9VUZ4C1R2JTHGL4OQ8R7IBC' where id=1;
-update noar ti set b0='WABX9VUZ4C1R2JTHGL4OQ8R7IBC' where id=1;
-update noar tt set v0='YZO' where id=1;
-update noar ti set v0='YZO' where id=1;
-update noar tt set b1='Y22P5303H4U' where id=1;
-update noar ti set b1='Y22P5303H4U' where id=1;
-update noar tt set v0='E5RIB4Q5412VGPE3K' where id=1;
-update noar ti set v0='E5RIB4Q5412VGPE3K' where id=1;
-update noar tt set b2='J5N5RPMG' where id=1;
-update noar ti set b2='J5N5RPMG' where id=1;
-update noar tt set v0='YBTFTC5VKD8OIN4BKUFFA1' where id=2;
-update noar ti set v0='YBTFTC5VKD8OIN4BKUFFA1' where id=2;
-update noar tt set b0='11SUB6PE2AIXKX9268WKKU76' where id=2;
-update noar ti set b0='11SUB6PE2AIXKX9268WKKU76' where id=2;
-update noar tt set v0='BBEYMDR3UME59L9N1Q3UBITJY8RBEE4G' where id=2;
-update noar ti set v0='BBEYMDR3UME59L9N1Q3UBITJY8RBEE4G' where id=2;
-update noar tt set b1='AE46G94ISVEWG00K6SSE' where id=2;
-update noar ti set b1='AE46G94ISVEWG00K6SSE' where id=2;
-update noar tt set v0='8HW8DRBTUNP36Y3923632JCZL' where id=2;
-update noar ti set v0='8HW8DRBTUNP36Y3923632JCZL' where id=2;
-update noar tt set b2='GWBOWNVV3LTAKY' where id=2;
-update noar ti set b2='GWBOWNVV3LTAKY' where id=2;
-update noar tt set v0='PONCREBTLQ3M8DBT4WVYD4KDTRJ5P5T' where id=3;
-update noar ti set v0='PONCREBTLQ3M8DBT4WVYD4KDTRJ5P5T' where id=3;
-update noar tt set b0='FC2MME72H3HTL48ZI52CBP' where id=3;
-update noar ti set b0='FC2MME72H3HTL48ZI52CBP' where id=3;
-update noar tt set v0='5IBK' where id=3;
-update noar ti set v0='5IBK' where id=3;
-update noar tt set b1='OKITB1P28Y79AWZF1UPD' where id=3;
-update noar ti set b1='OKITB1P28Y79AWZF1UPD' where id=3;
-update noar tt set v0='XA6HK6VWV1PKVCS5J2EKIWF9E6' where id=3;
-update noar ti set v0='XA6HK6VWV1PKVCS5J2EKIWF9E6' where id=3;
-update noar tt set b2='NGY5BH11JZWDGRQXZADQ20QPF0425GKX' where id=3;
-update noar ti set b2='NGY5BH11JZWDGRQXZADQ20QPF0425GKX' where id=3;
-update noar tt set v0='QJVE9D9H0HH04FQW8ZNMY1KK' where id=4;
-update noar ti set v0='QJVE9D9H0HH04FQW8ZNMY1KK' where id=4;
-update noar tt set b0='QGUW' where id=4;
-update noar ti set b0='QGUW' where id=4;
-update noar tt set v0='QA6OJ33FCLZK94B' where id=4;
-update noar ti set v0='QA6OJ33FCLZK94B' where id=4;
-update noar tt set b1='RLEX268D1Q1VYP6EN4JRMVSEDLAML' where id=4;
-update noar ti set b1='RLEX268D1Q1VYP6EN4JRMVSEDLAML' where id=4;
-update noar tt set v0='AJS7WSEE1YICVR0KYP0Q0450V35X' where id=4;
-update noar ti set v0='AJS7WSEE1YICVR0KYP0Q0450V35X' where id=4;
-update noar tt set b2='BQ5SYMGB5' where id=4;
-update noar ti set b2='BQ5SYMGB5' where id=4;
-update noar tt set v0='RIWJNW8ZZRG5ARGX9RYG9LF' where id=5;
-update noar ti set v0='RIWJNW8ZZRG5ARGX9RYG9LF' where id=5;
-update noar tt set b0='3BD2XJAPE6173BIR' where id=5;
-update noar ti set b0='3BD2XJAPE6173BIR' where id=5;
-update noar tt set v0='HPGT362VXNS635U6OD0FN6G1YP0' where id=5;
-update noar ti set v0='HPGT362VXNS635U6OD0FN6G1YP0' where id=5;
-update noar tt set b1='2QYBF1BGC4534BDJNOEJ17J' where id=5;
-update noar ti set b1='2QYBF1BGC4534BDJNOEJ17J' where id=5;
-update noar tt set v0='2YD9V0HDQW9OHHOBXPT6OYYHZ' where id=5;
-update noar ti set v0='2YD9V0HDQW9OHHOBXPT6OYYHZ' where id=5;
-update noar tt set b2='QX9RKTHZ65PYI6NL4YODE8' where id=5;
-update noar ti set b2='QX9RKTHZ65PYI6NL4YODE8' where id=5;
-update noar tt set v0='5' where id=6;
-update noar ti set v0='5' where id=6;
-update noar tt set b0='6HU9TVMCAKVUDV8Q' where id=6;
-update noar ti set b0='6HU9TVMCAKVUDV8Q' where id=6;
-update noar tt set v0='A0UUG8V1W4814K08MGN' where id=6;
-update noar ti set v0='A0UUG8V1W4814K08MGN' where id=6;
-update noar tt set b1='I2' where id=6;
-update noar ti set b1='I2' where id=6;
-update noar tt set v0='2BZDAWFGFKEFQLFT9LWLQK7' where id=6;
-update noar ti set v0='2BZDAWFGFKEFQLFT9LWLQK7' where id=6;
-update noar tt set b2='G7LEFLNKHX4EAIEM' where id=6;
-update noar ti set b2='G7LEFLNKHX4EAIEM' where id=6;
-update noar tt set v0='9N4CTBFJKN7I9Z6S03JU5' where id=7;
-update noar ti set v0='9N4CTBFJKN7I9Z6S03JU5' where id=7;
-update noar tt set b0='GBGKAWP992' where id=7;
-update noar ti set b0='GBGKAWP992' where id=7;
-update noar tt set v0='SWLDBUJTUFJQLU1OVYG32I6K' where id=7;
-update noar ti set v0='SWLDBUJTUFJQLU1OVYG32I6K' where id=7;
-update noar tt set b1='AUTYZAFELJX' where id=7;
-update noar ti set b1='AUTYZAFELJX' where id=7;
-update noar tt set v0='NQM9SIC6CIYFQUIE' where id=7;
-update noar ti set v0='NQM9SIC6CIYFQUIE' where id=7;
-update noar tt set b2='CFJUZFR5WNR0VTVXVHXSK8VD4L' where id=7;
-update noar ti set b2='CFJUZFR5WNR0VTVXVHXSK8VD4L' where id=7;
-update noar tt set v0='UWQ454ISEYGIEB2K3GHS' where id=8;
-update noar ti set v0='UWQ454ISEYGIEB2K3GHS' where id=8;
-update noar tt set b0='8L12CJHUYCBASKOQ' where id=8;
-update noar ti set b0='8L12CJHUYCBASKOQ' where id=8;
-update noar tt set v0='XDIZWDQ4J6M0L5E8V86TZ27X4XQZ' where id=8;
-update noar ti set v0='XDIZWDQ4J6M0L5E8V86TZ27X4XQZ' where id=8;
-update noar tt set b1='29Q4PXC1K' where id=8;
-update noar ti set b1='29Q4PXC1K' where id=8;
-update noar tt set v0='R7B5B3S32W' where id=8;
-update noar ti set v0='R7B5B3S32W' where id=8;
-update noar tt set b2='0RXY3JWX7S7XXQNM' where id=8;
-update noar ti set b2='0RXY3JWX7S7XXQNM' where id=8;
-update noar tt set v0='MOI5XW3B0QYEEJYLQQIWU34GTL54KZ' where id=9;
-update noar ti set v0='MOI5XW3B0QYEEJYLQQIWU34GTL54KZ' where id=9;
-update noar tt set b0='M9N7P7N3IBCJUPDGGH56D3VGZ' where id=9;
-update noar ti set b0='M9N7P7N3IBCJUPDGGH56D3VGZ' where id=9;
-update noar tt set v0='WIYPO515Z78RTW7B8H21M0IGCD' where id=9;
-update noar ti set v0='WIYPO515Z78RTW7B8H21M0IGCD' where id=9;
-update noar tt set b1='V3AL' where id=9;
-update noar ti set b1='V3AL' where id=9;
-update noar tt set v0='30' where id=9;
-update noar ti set v0='30' where id=9;
-update noar tt set b2='BWSTM87GEI8A07V88ZEY4' where id=9;
-update noar ti set b2='BWSTM87GEI8A07V88ZEY4' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) null,
- b0 longblob null,
- b1 longblob null,
- b2 longblob null
-) engine=tokudb;
-insert into tt (id) values (1);
-insert into tt (id) values (2);
-insert into tt (id) values (3);
-insert into tt (id) values (4);
-insert into tt (id) values (5);
-insert into tt (id) values (6);
-insert into tt (id) values (7);
-insert into tt (id) values (8);
-insert into tt (id) values (9);
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='59VIS6' where id=1;
-update noar ti set v0='59VIS6' where id=1;
-update noar tt set b0='Y16FUVRDYANKU0F4DQ' where id=1;
-update noar ti set b0='Y16FUVRDYANKU0F4DQ' where id=1;
-update noar tt set v0='MN3NQ9WZC6LT6LJ74' where id=1;
-update noar ti set v0='MN3NQ9WZC6LT6LJ74' where id=1;
-update noar tt set b1='Z2QGMCQQT7LT15FBR1FAF' where id=1;
-update noar ti set b1='Z2QGMCQQT7LT15FBR1FAF' where id=1;
-update noar tt set v0='640H' where id=1;
-update noar ti set v0='640H' where id=1;
-update noar tt set b2='ENTGKH3UUCY6GRYQYI48HJVG9DUPWEA' where id=1;
-update noar ti set b2='ENTGKH3UUCY6GRYQYI48HJVG9DUPWEA' where id=1;
-update noar tt set v0='MRG388CO9ZJX' where id=2;
-update noar ti set v0='MRG388CO9ZJX' where id=2;
-update noar tt set b0='08O1C17PJSO0NSVYY583ABSPWFHGX' where id=2;
-update noar ti set b0='08O1C17PJSO0NSVYY583ABSPWFHGX' where id=2;
-update noar tt set v0='1M8HIXRKVT0DGA05TRVW20YA' where id=2;
-update noar ti set v0='1M8HIXRKVT0DGA05TRVW20YA' where id=2;
-update noar tt set b1='NZL5GJRNCNTCF2EB' where id=2;
-update noar ti set b1='NZL5GJRNCNTCF2EB' where id=2;
-update noar tt set v0='MHQLGNY' where id=2;
-update noar ti set v0='MHQLGNY' where id=2;
-update noar tt set b2='SSGH3O8YFLQU' where id=2;
-update noar ti set b2='SSGH3O8YFLQU' where id=2;
-update noar tt set v0='TIEKUG3' where id=3;
-update noar ti set v0='TIEKUG3' where id=3;
-update noar tt set b0='8' where id=3;
-update noar ti set b0='8' where id=3;
-update noar tt set v0='PMSXC24' where id=3;
-update noar ti set v0='PMSXC24' where id=3;
-update noar tt set b1='ES8UVFPUJEY71VIYU42IRT1A' where id=3;
-update noar ti set b1='ES8UVFPUJEY71VIYU42IRT1A' where id=3;
-update noar tt set v0='9' where id=3;
-update noar ti set v0='9' where id=3;
-update noar tt set b2='B5WIE4JC79KEI5DBYPCJVGKZQIUORI4Q' where id=3;
-update noar ti set b2='B5WIE4JC79KEI5DBYPCJVGKZQIUORI4Q' where id=3;
-update noar tt set v0='GJ0QKFH8G2FJJKVPEQK' where id=4;
-update noar ti set v0='GJ0QKFH8G2FJJKVPEQK' where id=4;
-update noar tt set b0='5D5OKOZ37565D7N2UC09M0V3HN' where id=4;
-update noar ti set b0='5D5OKOZ37565D7N2UC09M0V3HN' where id=4;
-update noar tt set v0='4OO3' where id=4;
-update noar ti set v0='4OO3' where id=4;
-update noar tt set b1='EKV7VUEF8Q7YRQGA560' where id=4;
-update noar ti set b1='EKV7VUEF8Q7YRQGA560' where id=4;
-update noar tt set v0='I1J7T9AAHPRK1K27M' where id=4;
-update noar ti set v0='I1J7T9AAHPRK1K27M' where id=4;
-update noar tt set b2='ZSYEHYPIC9G17U1JWYV27M2JCZ1R3' where id=4;
-update noar ti set b2='ZSYEHYPIC9G17U1JWYV27M2JCZ1R3' where id=4;
-update noar tt set v0='ZO1ZAMQKC2CHHCPGHUDR3' where id=5;
-update noar ti set v0='ZO1ZAMQKC2CHHCPGHUDR3' where id=5;
-update noar tt set b0='99MYQIQFLPOO2' where id=5;
-update noar ti set b0='99MYQIQFLPOO2' where id=5;
-update noar tt set v0='L3H89KWKVRAXFB7N723RYGFSFMXIP869' where id=5;
-update noar ti set v0='L3H89KWKVRAXFB7N723RYGFSFMXIP869' where id=5;
-update noar tt set b1='BYJRZ3K4RMWSWKDNUKUU' where id=5;
-update noar ti set b1='BYJRZ3K4RMWSWKDNUKUU' where id=5;
-update noar tt set v0='117MQSB1W' where id=5;
-update noar ti set v0='117MQSB1W' where id=5;
-update noar tt set b2='7' where id=5;
-update noar ti set b2='7' where id=5;
-update noar tt set v0='2B8K4H11FKPU54U6ZU4TH2QE' where id=6;
-update noar ti set v0='2B8K4H11FKPU54U6ZU4TH2QE' where id=6;
-update noar tt set b0='KDAXYY2ZKGQ' where id=6;
-update noar ti set b0='KDAXYY2ZKGQ' where id=6;
-update noar tt set v0='4IRV4' where id=6;
-update noar ti set v0='4IRV4' where id=6;
-update noar tt set b1='YIW8GEGX7W6XF2HCB2RXEF5PSVSVE' where id=6;
-update noar ti set b1='YIW8GEGX7W6XF2HCB2RXEF5PSVSVE' where id=6;
-update noar tt set v0='IL1B4LWKHPG9' where id=6;
-update noar ti set v0='IL1B4LWKHPG9' where id=6;
-update noar tt set b2='RZKG3Z0MGB20YRIK' where id=6;
-update noar ti set b2='RZKG3Z0MGB20YRIK' where id=6;
-update noar tt set v0='1QXMQT9' where id=7;
-update noar ti set v0='1QXMQT9' where id=7;
-update noar tt set b0='OHQMEALR2KYKLK5H1SE2WIQY7P' where id=7;
-update noar ti set b0='OHQMEALR2KYKLK5H1SE2WIQY7P' where id=7;
-update noar tt set v0='21YP6W' where id=7;
-update noar ti set v0='21YP6W' where id=7;
-update noar tt set b1='UFKGNPGCDLP8SUMG22FQD1RY6KJZ' where id=7;
-update noar ti set b1='UFKGNPGCDLP8SUMG22FQD1RY6KJZ' where id=7;
-update noar tt set v0='VY8ODP1Y4EWU28O42318FU98I1X3MAQ' where id=7;
-update noar ti set v0='VY8ODP1Y4EWU28O42318FU98I1X3MAQ' where id=7;
-update noar tt set b2='XC' where id=7;
-update noar ti set b2='XC' where id=7;
-update noar tt set v0='ZEJDHDB4545FX32R27E1RDTBF5' where id=8;
-update noar ti set v0='ZEJDHDB4545FX32R27E1RDTBF5' where id=8;
-update noar tt set b0='YKL29KZ2AWI9' where id=8;
-update noar ti set b0='YKL29KZ2AWI9' where id=8;
-update noar tt set v0='OR' where id=8;
-update noar ti set v0='OR' where id=8;
-update noar tt set b1='KBPNRBL0B1WNRVBEXVP16EU3U2NN3' where id=8;
-update noar ti set b1='KBPNRBL0B1WNRVBEXVP16EU3U2NN3' where id=8;
-update noar tt set v0='UEI6QQPEKLOVS4Q7' where id=8;
-update noar ti set v0='UEI6QQPEKLOVS4Q7' where id=8;
-update noar tt set b2='TFWGLAOD' where id=8;
-update noar ti set b2='TFWGLAOD' where id=8;
-update noar tt set v0='61E4GG41WNY575' where id=9;
-update noar ti set v0='61E4GG41WNY575' where id=9;
-update noar tt set b0='SCQEWNAKJR51B285WBC' where id=9;
-update noar ti set b0='SCQEWNAKJR51B285WBC' where id=9;
-update noar tt set v0='PB6QMSD3U9I2M' where id=9;
-update noar ti set v0='PB6QMSD3U9I2M' where id=9;
-update noar tt set b1='IYBZ' where id=9;
-update noar ti set b1='IYBZ' where id=9;
-update noar tt set v0='91XMZFO9C' where id=9;
-update noar ti set v0='91XMZFO9C' where id=9;
-update noar tt set b2='CJKUY1JFUFG5MDZ16KLOD' where id=9;
-update noar ti set b2='CJKUY1JFUFG5MDZ16KLOD' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(32) not null,
- b0 longblob not null,
- b1 longblob not null,
- b2 longblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='C8MZ88QX53XHDM0IAF6H8OBA6YBY' where id=1;
-update noar ti set v0='C8MZ88QX53XHDM0IAF6H8OBA6YBY' where id=1;
-update noar tt set b0='N0O88B2D6' where id=1;
-update noar ti set b0='N0O88B2D6' where id=1;
-update noar tt set v0='N1AOZKRMOSYXN9L79IZCC1SV' where id=1;
-update noar ti set v0='N1AOZKRMOSYXN9L79IZCC1SV' where id=1;
-update noar tt set b1='37XGQ95OSFFT5X42Q9W' where id=1;
-update noar ti set b1='37XGQ95OSFFT5X42Q9W' where id=1;
-update noar tt set v0='PR3N6SAZ' where id=1;
-update noar ti set v0='PR3N6SAZ' where id=1;
-update noar tt set b2='8I4A' where id=1;
-update noar ti set b2='8I4A' where id=1;
-update noar tt set v0='UBOZN' where id=2;
-update noar ti set v0='UBOZN' where id=2;
-update noar tt set b0='R1MVCFGWM1O9A0' where id=2;
-update noar ti set b0='R1MVCFGWM1O9A0' where id=2;
-update noar tt set v0='9ZTLN8UL83IFEII4N8TYNL9UO8E' where id=2;
-update noar ti set v0='9ZTLN8UL83IFEII4N8TYNL9UO8E' where id=2;
-update noar tt set b1='VHZMMIG5TB8S5YP5LBHR2MQ2WVFG' where id=2;
-update noar ti set b1='VHZMMIG5TB8S5YP5LBHR2MQ2WVFG' where id=2;
-update noar tt set v0='K9IOAEJHNQA9' where id=2;
-update noar ti set v0='K9IOAEJHNQA9' where id=2;
-update noar tt set b2='FVIM7GEJ27X' where id=2;
-update noar ti set b2='FVIM7GEJ27X' where id=2;
-update noar tt set v0='OU0QW7UVXY6XK06CE7Y91DBEH' where id=3;
-update noar ti set v0='OU0QW7UVXY6XK06CE7Y91DBEH' where id=3;
-update noar tt set b0='1OP916G1RF7QHC497' where id=3;
-update noar ti set b0='1OP916G1RF7QHC497' where id=3;
-update noar tt set v0='RDEPUJNC4J4141I5E8ZDC8JOCOI' where id=3;
-update noar ti set v0='RDEPUJNC4J4141I5E8ZDC8JOCOI' where id=3;
-update noar tt set b1='VHJ0H59W77U0PCZG88OGSPQ4QCPP1' where id=3;
-update noar ti set b1='VHJ0H59W77U0PCZG88OGSPQ4QCPP1' where id=3;
-update noar tt set v0='P4NY' where id=3;
-update noar ti set v0='P4NY' where id=3;
-update noar tt set b2='PEQ2A' where id=3;
-update noar ti set b2='PEQ2A' where id=3;
-update noar tt set v0='GP9PDZX09EFJ12NSPR70ISR98' where id=4;
-update noar ti set v0='GP9PDZX09EFJ12NSPR70ISR98' where id=4;
-update noar tt set b0='TFG25A1' where id=4;
-update noar ti set b0='TFG25A1' where id=4;
-update noar tt set v0='8H' where id=4;
-update noar ti set v0='8H' where id=4;
-update noar tt set b1='73U769BQS6Q0RHR9L1EN6G8O7BGHPJ2' where id=4;
-update noar ti set b1='73U769BQS6Q0RHR9L1EN6G8O7BGHPJ2' where id=4;
-update noar tt set v0='4DEAOUPR5RSLHBRF6MI3CU' where id=4;
-update noar ti set v0='4DEAOUPR5RSLHBRF6MI3CU' where id=4;
-update noar tt set b2='B22KOZSJD1DP0UI78HW9Y0GD0VMQH4' where id=4;
-update noar ti set b2='B22KOZSJD1DP0UI78HW9Y0GD0VMQH4' where id=4;
-update noar tt set v0='SRNVJNY0Z' where id=5;
-update noar ti set v0='SRNVJNY0Z' where id=5;
-update noar tt set b0='P' where id=5;
-update noar ti set b0='P' where id=5;
-update noar tt set v0='UBQZIO6U0' where id=5;
-update noar ti set v0='UBQZIO6U0' where id=5;
-update noar tt set b1='U54L8PRPOMM7VC31E' where id=5;
-update noar ti set b1='U54L8PRPOMM7VC31E' where id=5;
-update noar tt set v0='5WRETF45UVC1709ED0GV2DXHW' where id=5;
-update noar ti set v0='5WRETF45UVC1709ED0GV2DXHW' where id=5;
-update noar tt set b2='2UWBK5EU73X7IJRR57T2WZMCF59BB' where id=5;
-update noar ti set b2='2UWBK5EU73X7IJRR57T2WZMCF59BB' where id=5;
-update noar tt set v0='55AKSTWK3CKK7BV' where id=6;
-update noar ti set v0='55AKSTWK3CKK7BV' where id=6;
-update noar tt set b0='KY7Z' where id=6;
-update noar ti set b0='KY7Z' where id=6;
-update noar tt set v0='EBRTUD5C6Z5YPH8HUXJ' where id=6;
-update noar ti set v0='EBRTUD5C6Z5YPH8HUXJ' where id=6;
-update noar tt set b1='X3' where id=6;
-update noar ti set b1='X3' where id=6;
-update noar tt set v0='F57Y0R1Y8ORVP9C88YJR3ABTLWDVK6' where id=6;
-update noar ti set v0='F57Y0R1Y8ORVP9C88YJR3ABTLWDVK6' where id=6;
-update noar tt set b2='0OXI2SG154UCHMGQM' where id=6;
-update noar ti set b2='0OXI2SG154UCHMGQM' where id=6;
-update noar tt set v0='LM12BDBTUXZ' where id=7;
-update noar ti set v0='LM12BDBTUXZ' where id=7;
-update noar tt set b0='32AYRCYIRJRLE697I' where id=7;
-update noar ti set b0='32AYRCYIRJRLE697I' where id=7;
-update noar tt set v0='0' where id=7;
-update noar ti set v0='0' where id=7;
-update noar tt set b1='O8NY1N1JI6NE53ULNV6OXU3' where id=7;
-update noar ti set b1='O8NY1N1JI6NE53ULNV6OXU3' where id=7;
-update noar tt set v0='6RTRMOE31H17VNZG5DSNY0' where id=7;
-update noar ti set v0='6RTRMOE31H17VNZG5DSNY0' where id=7;
-update noar tt set b2='PQ2W0Q38ENFQ8QRRV' where id=7;
-update noar ti set b2='PQ2W0Q38ENFQ8QRRV' where id=7;
-update noar tt set v0='IT5MMMPRSDYRS276VR4V4QE' where id=8;
-update noar ti set v0='IT5MMMPRSDYRS276VR4V4QE' where id=8;
-update noar tt set b0='NS9PULEDOQZVAPOW6U' where id=8;
-update noar ti set b0='NS9PULEDOQZVAPOW6U' where id=8;
-update noar tt set v0='9FIW5ZD3RJR530ARUHJF' where id=8;
-update noar ti set v0='9FIW5ZD3RJR530ARUHJF' where id=8;
-update noar tt set b1='PKNK5' where id=8;
-update noar ti set b1='PKNK5' where id=8;
-update noar tt set v0='739F8P4' where id=8;
-update noar ti set v0='739F8P4' where id=8;
-update noar tt set b2='GOYURBF7P45JLITZ27VK1ZTIARKX94' where id=8;
-update noar ti set b2='GOYURBF7P45JLITZ27VK1ZTIARKX94' where id=8;
-update noar tt set v0='RN6PH' where id=9;
-update noar ti set v0='RN6PH' where id=9;
-update noar tt set b0='GP1S6HTYE0GX083U' where id=9;
-update noar ti set b0='GP1S6HTYE0GX083U' where id=9;
-update noar tt set v0='JEZPISDJ1KY5GJ' where id=9;
-update noar ti set v0='JEZPISDJ1KY5GJ' where id=9;
-update noar tt set b1='5IPR43G9OCJH9' where id=9;
-update noar ti set b1='5IPR43G9OCJH9' where id=9;
-update noar tt set v0='O47MVT09F9' where id=9;
-update noar ti set v0='O47MVT09F9' where id=9;
-update noar tt set b2='B4KOCBIM8RNDS6G23XDLIMSANJKGM' where id=9;
-update noar ti set b2='B4KOCBIM8RNDS6G23XDLIMSANJKGM' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
- v0 varchar(256) not null,
- b0 longblob not null,
- b1 longblob not null,
- b2 longblob not null
-) engine=tokudb;
-insert into tt values (1,'','','','');
-insert into tt values (2,'','','','');
-insert into tt values (3,'','','','');
-insert into tt values (4,'','','','');
-insert into tt values (5,'','','','');
-insert into tt values (6,'','','','');
-insert into tt values (7,'','','','');
-insert into tt values (8,'','','','');
-insert into tt values (9,'','','','');
-create table ti like tt;
-alter table ti engine=innodb;
-insert into ti select * from tt;
-update noar tt set v0='I6JZOVD0Q3VKPQV0F16FUI' where id=1;
-update noar ti set v0='I6JZOVD0Q3VKPQV0F16FUI' where id=1;
-update noar tt set b0='LMA' where id=1;
-update noar ti set b0='LMA' where id=1;
-update noar tt set v0='QES8729V3ZKS4FZRL' where id=1;
-update noar ti set v0='QES8729V3ZKS4FZRL' where id=1;
-update noar tt set b1='NDM04IPLD6KNEE1DUYZ739ST3VD0VX' where id=1;
-update noar ti set b1='NDM04IPLD6KNEE1DUYZ739ST3VD0VX' where id=1;
-update noar tt set v0='9DT3BFV1OKC3FP8ANCB6MOO8UI2Q' where id=1;
-update noar ti set v0='9DT3BFV1OKC3FP8ANCB6MOO8UI2Q' where id=1;
-update noar tt set b2='3HSO5XNEJ59' where id=1;
-update noar ti set b2='3HSO5XNEJ59' where id=1;
-update noar tt set v0='785EI1QQNEG1ZW7L' where id=2;
-update noar ti set v0='785EI1QQNEG1ZW7L' where id=2;
-update noar tt set b0='8X133OT' where id=2;
-update noar ti set b0='8X133OT' where id=2;
-update noar tt set v0='ZE' where id=2;
-update noar ti set v0='ZE' where id=2;
-update noar tt set b1='5MWOR8' where id=2;
-update noar ti set b1='5MWOR8' where id=2;
-update noar tt set v0='JZLR2M' where id=2;
-update noar ti set v0='JZLR2M' where id=2;
-update noar tt set b2='WGUMKCTYWSMWK6LT2XV7ZX5K7NQ' where id=2;
-update noar ti set b2='WGUMKCTYWSMWK6LT2XV7ZX5K7NQ' where id=2;
-update noar tt set v0='5JRK06C9QZL0X' where id=3;
-update noar ti set v0='5JRK06C9QZL0X' where id=3;
-update noar tt set b0='2XK5UFJAC2C86O0BL75PTA1DKRS3' where id=3;
-update noar ti set b0='2XK5UFJAC2C86O0BL75PTA1DKRS3' where id=3;
-update noar tt set v0='R88GRBCKRR4GOJCJCV0V' where id=3;
-update noar ti set v0='R88GRBCKRR4GOJCJCV0V' where id=3;
-update noar tt set b1='3ZMX9HD0A37PB8JP8FBF6WIX1IF1D7OD' where id=3;
-update noar ti set b1='3ZMX9HD0A37PB8JP8FBF6WIX1IF1D7OD' where id=3;
-update noar tt set v0='J2W9YJ1F37BQ0RVU0TE1PD1WK1Q0MOY' where id=3;
-update noar ti set v0='J2W9YJ1F37BQ0RVU0TE1PD1WK1Q0MOY' where id=3;
-update noar tt set b2='W1VTVX64P881E1C0LEF9' where id=3;
-update noar ti set b2='W1VTVX64P881E1C0LEF9' where id=3;
-update noar tt set v0='JUQC4PQSW1FH0JBJPF' where id=4;
-update noar ti set v0='JUQC4PQSW1FH0JBJPF' where id=4;
-update noar tt set b0='MC6Q3JQR88' where id=4;
-update noar ti set b0='MC6Q3JQR88' where id=4;
-update noar tt set v0='0T5OSG00PW6YWPXEDT1WC0A0ZBVEPM' where id=4;
-update noar ti set v0='0T5OSG00PW6YWPXEDT1WC0A0ZBVEPM' where id=4;
-update noar tt set b1='7BF7EI1' where id=4;
-update noar ti set b1='7BF7EI1' where id=4;
-update noar tt set v0='DPV7D8B2VZU9V4JJSZ2N7U1UBQ' where id=4;
-update noar ti set v0='DPV7D8B2VZU9V4JJSZ2N7U1UBQ' where id=4;
-update noar tt set b2='2FCJ8TFM3N0ICBDMMUM0' where id=4;
-update noar ti set b2='2FCJ8TFM3N0ICBDMMUM0' where id=4;
-update noar tt set v0='HJQC0OCESWPGF14VOVKT' where id=5;
-update noar ti set v0='HJQC0OCESWPGF14VOVKT' where id=5;
-update noar tt set b0='8O9UCSXDF7GU' where id=5;
-update noar ti set b0='8O9UCSXDF7GU' where id=5;
-update noar tt set v0='OYVZDAC0QB1OBB' where id=5;
-update noar ti set v0='OYVZDAC0QB1OBB' where id=5;
-update noar tt set b1='HHH50' where id=5;
-update noar ti set b1='HHH50' where id=5;
-update noar tt set v0='Z8MVSR60GOHWRX72QM0UQEN985' where id=5;
-update noar ti set v0='Z8MVSR60GOHWRX72QM0UQEN985' where id=5;
-update noar tt set b2='K779NJDMFEOA' where id=5;
-update noar ti set b2='K779NJDMFEOA' where id=5;
-update noar tt set v0='OVXT1X' where id=6;
-update noar ti set v0='OVXT1X' where id=6;
-update noar tt set b0='63V2OXBQNKL2LD710' where id=6;
-update noar ti set b0='63V2OXBQNKL2LD710' where id=6;
-update noar tt set v0='IWWAXFNG84G6MTUOB35EB9GKDKYM' where id=6;
-update noar ti set v0='IWWAXFNG84G6MTUOB35EB9GKDKYM' where id=6;
-update noar tt set b1='7HW3YATS3WGVZWQ8B24C74' where id=6;
-update noar ti set b1='7HW3YATS3WGVZWQ8B24C74' where id=6;
-update noar tt set v0='GBERGIH8' where id=6;
-update noar ti set v0='GBERGIH8' where id=6;
-update noar tt set b2='YR3LN' where id=6;
-update noar ti set b2='YR3LN' where id=6;
-update noar tt set v0='ZXVUWNSHXVNHGDEOWWBF6YBND1C0R3A7' where id=7;
-update noar ti set v0='ZXVUWNSHXVNHGDEOWWBF6YBND1C0R3A7' where id=7;
-update noar tt set b0='63U2P4E7NJPGC8J0K6Q6KIBTD39OLJ' where id=7;
-update noar ti set b0='63U2P4E7NJPGC8J0K6Q6KIBTD39OLJ' where id=7;
-update noar tt set v0='Y5MCY5697GHDWMX2LJGZMIN' where id=7;
-update noar ti set v0='Y5MCY5697GHDWMX2LJGZMIN' where id=7;
-update noar tt set b1='1U09FXSSIYL16M6JEA8H606P' where id=7;
-update noar ti set b1='1U09FXSSIYL16M6JEA8H606P' where id=7;
-update noar tt set v0='1W0B1V5X9BARERXRDTPS424M0FTS87' where id=7;
-update noar ti set v0='1W0B1V5X9BARERXRDTPS424M0FTS87' where id=7;
-update noar tt set b2='32BGBT50IT015AQWF11CYXO0RV348V' where id=7;
-update noar ti set b2='32BGBT50IT015AQWF11CYXO0RV348V' where id=7;
-update noar tt set v0='PQ8FXWADPE5OGKA9W' where id=8;
-update noar ti set v0='PQ8FXWADPE5OGKA9W' where id=8;
-update noar tt set b0='21YP85HIA8WEFUC8TNX3M50' where id=8;
-update noar ti set b0='21YP85HIA8WEFUC8TNX3M50' where id=8;
-update noar tt set v0='4VZFL6K01OGTFH2IID1E1' where id=8;
-update noar ti set v0='4VZFL6K01OGTFH2IID1E1' where id=8;
-update noar tt set b1='JUJISIJ60YBM2GHE9W6M' where id=8;
-update noar ti set b1='JUJISIJ60YBM2GHE9W6M' where id=8;
-update noar tt set v0='JYQ9EFJDF94MD' where id=8;
-update noar ti set v0='JYQ9EFJDF94MD' where id=8;
-update noar tt set b2='PHIC3GT1SEJL04' where id=8;
-update noar ti set b2='PHIC3GT1SEJL04' where id=8;
-update noar tt set v0='9UOB0KDAE96FO' where id=9;
-update noar ti set v0='9UOB0KDAE96FO' where id=9;
-update noar tt set b0='JX' where id=9;
-update noar ti set b0='JX' where id=9;
-update noar tt set v0='0Y08GKSNFS62O' where id=9;
-update noar ti set v0='0Y08GKSNFS62O' where id=9;
-update noar tt set b1='7Q0D2MQDBWV0BOILC56E3E5' where id=9;
-update noar ti set b1='7Q0D2MQDBWV0BOILC56E3E5' where id=9;
-update noar tt set v0='3ZVTPSW891ZZ9ZW1Q3IIO53SWTAWC22H' where id=9;
-update noar ti set v0='3ZVTPSW891ZZ9ZW1Q3IIO53SWTAWC22H' where id=9;
-update noar tt set b2='SFUW878IH9VJ0K59RAPU4R9T2' where id=9;
-update noar ti set b2='SFUW878IH9VJ0K59RAPU4R9T2' where id=9;
-let $diff_tables = test.tt, test.ti;
-source include/diff_tables.inc;
-drop table tt, ti;
+--source ../include/fast_update_gen_header.inc
+
+--let GENERATED=$MYSQL_TMP_DIR/generated_fast_update_blobs_with_varchar.inc
+
+--perl
+
+ my $nrows = 10;
+ open(FILE, '>', "$ENV{GENERATED}") or die;
+ my @blob_types = ('tinyblob', 'blob', 'mediumblob', 'longblob');
+ foreach my $i (0, 1) {
+ foreach my $a (@blob_types) {
+ foreach my $b (@blob_types) {
+ foreach my $c (@blob_types) {
+ foreach my $n ('null', 'not null') {
+ foreach my $v ('varchar(32)', 'varchar(256)') {
+ test_blobs([$a, $b, $c], $v, $n, $i, $nrows);
+ }
+ }
+ }
+ }
+ }
+ }
+ close FILE;
+
+ sub test_blobs {
+ my $cols = shift;
+ my $v = shift;
+ my $n = shift;
+ my $need_fixed_int = shift;
+ my $nrows = shift;
+
+ print FILE "create table tt (id bigint unsigned primary key,\n";
+ print FILE " f0 int $n,\n" if ($need_fixed_int);
+ print FILE " v0 $v $n,\n";
+ foreach my $i (0 .. $#{$cols}) {
+ if ($i < $#{$cols}) {
+ print FILE " b$i $cols->[$i] $n,\n";
+ }
+ else {
+ print FILE " b$i $cols->[$i] $n\n";
+ }
+ }
+ print FILE ") engine=tokudb;\n";
+
+ foreach my $id (1 .. ($nrows - 1)) {
+ if ($n eq 'null') {
+ print FILE "insert into tt (id) values ($id);\n";
+ }
+ else {
+ if ($need_fixed_int) {
+ print FILE "insert into tt values ($id, 0, '', '', '', '');\n";
+ }
+ else {
+ print FILE "insert into tt values ($id, '', '', '', '');\n";
+ }
+ }
+ }
+
+ print FILE "create table ti like tt;\n";
+ print FILE "alter table ti engine=innodb;\n";
+ print FILE "insert into ti select * from tt;\n";
+
+ foreach my $id (1 .. ($nrows - 1)) {
+ foreach my $i (0 .. 2) {
+ my $long_str = rnd_str((rand(32) + 1), ("A" .. "Z", 0 .. 9));
+ print FILE "update tt set v0='$long_str' where id=$id;\n";
+ print FILE "update ti set v0='$long_str' where id=$id;\n";
+
+ $long_str = rnd_str((rand(32) + 1), ("A" .. "Z", 0 .. 9));
+ print FILE "update tt set b$i='$long_str' where id=$id;\n";
+ print FILE "update ti set b$i='$long_str' where id=$id;\n";
+ }
+ }
+
+ print FILE '--let $diff_tables = test.tt, test.ti'."\n";
+ print FILE "--source include/diff_tables.inc\n";
+ print FILE "drop table tt, ti;\n";
+ }
+
+ sub rnd_str { join '', @_[ map{ rand @_ } 1 .. shift ] }
+
+EOF
+
+--source ../include/fast_update_gen_footer_silent.inc