summaryrefslogtreecommitdiff
path: root/storage/tokudb/mysql-test/tokudb/r/fast_update_blobs.result
diff options
context:
space:
mode:
Diffstat (limited to 'storage/tokudb/mysql-test/tokudb/r/fast_update_blobs.result')
-rw-r--r--storage/tokudb/mysql-test/tokudb/r/fast_update_blobs.result18253
1 files changed, 1 insertions, 18252 deletions
diff --git a/storage/tokudb/mysql-test/tokudb/r/fast_update_blobs.result b/storage/tokudb/mysql-test/tokudb/r/fast_update_blobs.result
index 39e0eadf9b8..4a963777fc0 100644
--- a/storage/tokudb/mysql-test/tokudb/r/fast_update_blobs.result
+++ b/storage/tokudb/mysql-test/tokudb/r/fast_update_blobs.result
@@ -1,18252 +1 @@
-set default_storage_engine='tokudb';
-drop table if exists t;
-create table tt (id bigint unsigned primary key,
-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 b0='O3XN3EYXMGZTZN1K5U5MZVJSTCI' where id=1;
-update noar ti set b0='O3XN3EYXMGZTZN1K5U5MZVJSTCI' where id=1;
-update noar tt set b1='NUJSL2DPUO3Y2VJJMOXGIKD5' where id=1;
-update noar ti set b1='NUJSL2DPUO3Y2VJJMOXGIKD5' where id=1;
-update noar tt set b2='GYH1A64A160VD620KTYFI0LMWTHTQ' where id=1;
-update noar ti set b2='GYH1A64A160VD620KTYFI0LMWTHTQ' where id=1;
-update noar tt set b0='R6NPFB2F' where id=2;
-update noar ti set b0='R6NPFB2F' where id=2;
-update noar tt set b1='I2FJYHVA88B5QIRGWO' where id=2;
-update noar ti set b1='I2FJYHVA88B5QIRGWO' where id=2;
-update noar tt set b2='VXNCR7V92TOSSD4S9CP1LU2QS7OYWI' where id=2;
-update noar ti set b2='VXNCR7V92TOSSD4S9CP1LU2QS7OYWI' where id=2;
-update noar tt set b0='0UQ09GUSN08XS' where id=3;
-update noar ti set b0='0UQ09GUSN08XS' where id=3;
-update noar tt set b1='5LWNM0Y07MT1PW2' where id=3;
-update noar ti set b1='5LWNM0Y07MT1PW2' where id=3;
-update noar tt set b2='HN4' where id=3;
-update noar ti set b2='HN4' where id=3;
-update noar tt set b0='C1QZDQRLS0PTQBP' where id=4;
-update noar ti set b0='C1QZDQRLS0PTQBP' where id=4;
-update noar tt set b1='143H1LL68O8ZQJI7K99JQVLCZ9' where id=4;
-update noar ti set b1='143H1LL68O8ZQJI7K99JQVLCZ9' where id=4;
-update noar tt set b2='4YOVMJ' where id=4;
-update noar ti set b2='4YOVMJ' where id=4;
-update noar tt set b0='T9SL9H4JFRX5BXQBG' where id=5;
-update noar ti set b0='T9SL9H4JFRX5BXQBG' where id=5;
-update noar tt set b1='IERUZ3U5PS27T7' where id=5;
-update noar ti set b1='IERUZ3U5PS27T7' where id=5;
-update noar tt set b2='3FJ10AUIZ70MM9N11G4GZ2SD' where id=5;
-update noar ti set b2='3FJ10AUIZ70MM9N11G4GZ2SD' where id=5;
-update noar tt set b0='2NW6C3TI50EG0EP8UXI4LDLQ8Q6AG02' where id=6;
-update noar ti set b0='2NW6C3TI50EG0EP8UXI4LDLQ8Q6AG02' where id=6;
-update noar tt set b1='W52A7GZSPSTEMZU80PEM' where id=6;
-update noar ti set b1='W52A7GZSPSTEMZU80PEM' where id=6;
-update noar tt set b2='F24TFX952ZCB8LKYJK3V5RPLC216' where id=6;
-update noar ti set b2='F24TFX952ZCB8LKYJK3V5RPLC216' where id=6;
-update noar tt set b0='CLKM' where id=7;
-update noar ti set b0='CLKM' where id=7;
-update noar tt set b1='V922ZOJPOWQ8DYEU1WPLNUI2V' where id=7;
-update noar ti set b1='V922ZOJPOWQ8DYEU1WPLNUI2V' where id=7;
-update noar tt set b2='KJHGLHTC' where id=7;
-update noar ti set b2='KJHGLHTC' where id=7;
-update noar tt set b0='OGYBFJIZYQ' where id=8;
-update noar ti set b0='OGYBFJIZYQ' where id=8;
-update noar tt set b1='37VFBYBMAZ4I139RNG8URUOU' where id=8;
-update noar ti set b1='37VFBYBMAZ4I139RNG8URUOU' where id=8;
-update noar tt set b2='2IA' where id=8;
-update noar ti set b2='2IA' where id=8;
-update noar tt set b0='Q' where id=9;
-update noar ti set b0='Q' where id=9;
-update noar tt set b1='E' where id=9;
-update noar ti set b1='E' where id=9;
-update noar tt set b2='VICTYSWSPPYUHIPU0HCJE' where id=9;
-update noar ti set b2='VICTYSWSPPYUHIPU0HCJE' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='78I7U' where id=1;
-update noar ti set b0='78I7U' where id=1;
-update noar tt set b1='2E' where id=1;
-update noar ti set b1='2E' where id=1;
-update noar tt set b2='Q2YKT0GTIOJXMLP' where id=1;
-update noar ti set b2='Q2YKT0GTIOJXMLP' where id=1;
-update noar tt set b0='E92J7SF7I48BP708TPG52I5' where id=2;
-update noar ti set b0='E92J7SF7I48BP708TPG52I5' where id=2;
-update noar tt set b1='R1Z9BSQKSB2SNUEYBP' where id=2;
-update noar ti set b1='R1Z9BSQKSB2SNUEYBP' where id=2;
-update noar tt set b2='4CE0T3D4V5LKBQKPR' where id=2;
-update noar ti set b2='4CE0T3D4V5LKBQKPR' where id=2;
-update noar tt set b0='T48NWMCR57OKPX5TYOV4U0' where id=3;
-update noar ti set b0='T48NWMCR57OKPX5TYOV4U0' where id=3;
-update noar tt set b1='81PWG56P2IG' where id=3;
-update noar ti set b1='81PWG56P2IG' where id=3;
-update noar tt set b2='RDGBM1UKE1JMOWHMX' where id=3;
-update noar ti set b2='RDGBM1UKE1JMOWHMX' where id=3;
-update noar tt set b0='I7SF7FI49T' where id=4;
-update noar ti set b0='I7SF7FI49T' where id=4;
-update noar tt set b1='7W2SY6IPNVID3Z9VA5VK51' where id=4;
-update noar ti set b1='7W2SY6IPNVID3Z9VA5VK51' where id=4;
-update noar tt set b2='J1SN8MNYDL69E7ZT1' where id=4;
-update noar ti set b2='J1SN8MNYDL69E7ZT1' where id=4;
-update noar tt set b0='ZQGK' where id=5;
-update noar ti set b0='ZQGK' where id=5;
-update noar tt set b1='V1H7K4A7VL5YC8' where id=5;
-update noar ti set b1='V1H7K4A7VL5YC8' where id=5;
-update noar tt set b2='WXXGE8SNSOG0SYKJTUUFP3TT' where id=5;
-update noar ti set b2='WXXGE8SNSOG0SYKJTUUFP3TT' where id=5;
-update noar tt set b0='I3JCH6NJX8M6675' where id=6;
-update noar ti set b0='I3JCH6NJX8M6675' where id=6;
-update noar tt set b1='ONSN97QXAQHJN' where id=6;
-update noar ti set b1='ONSN97QXAQHJN' where id=6;
-update noar tt set b2='SDSEY521KDIYIAJQ' where id=6;
-update noar ti set b2='SDSEY521KDIYIAJQ' where id=6;
-update noar tt set b0='7AUYSC9VLF0GUZXVWY1XGG125JDM2BD' where id=7;
-update noar ti set b0='7AUYSC9VLF0GUZXVWY1XGG125JDM2BD' where id=7;
-update noar tt set b1='TW2N' where id=7;
-update noar ti set b1='TW2N' where id=7;
-update noar tt set b2='UBOG0O1TQRMF44XE2LPILC5HUTB' where id=7;
-update noar ti set b2='UBOG0O1TQRMF44XE2LPILC5HUTB' where id=7;
-update noar tt set b0='RNILQ' where id=8;
-update noar ti set b0='RNILQ' where id=8;
-update noar tt set b1='Y4K42HA5ZBKY1GSCYHHRABS3' where id=8;
-update noar ti set b1='Y4K42HA5ZBKY1GSCYHHRABS3' where id=8;
-update noar tt set b2='K83J4' where id=8;
-update noar ti set b2='K83J4' where id=8;
-update noar tt set b0='SGIG8LERFZH5IN4' where id=9;
-update noar ti set b0='SGIG8LERFZH5IN4' where id=9;
-update noar tt set b1='DOB38I74JNL' where id=9;
-update noar ti set b1='DOB38I74JNL' where id=9;
-update noar tt set b2='NF7GFC2OWLCIL1FK' where id=9;
-update noar ti set b2='NF7GFC2OWLCIL1FK' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='2ZMNW7MOI7XPC1SFNTNERTRG' where id=1;
-update noar ti set b0='2ZMNW7MOI7XPC1SFNTNERTRG' where id=1;
-update noar tt set b1='BYMTR69R' where id=1;
-update noar ti set b1='BYMTR69R' where id=1;
-update noar tt set b2='HL7' where id=1;
-update noar ti set b2='HL7' where id=1;
-update noar tt set b0='OZY1X19RJPGK8X00FRJL2F2NX' where id=2;
-update noar ti set b0='OZY1X19RJPGK8X00FRJL2F2NX' where id=2;
-update noar tt set b1='O2' where id=2;
-update noar ti set b1='O2' where id=2;
-update noar tt set b2='OTXZ24LPI7XYS7R26PNZ8' where id=2;
-update noar ti set b2='OTXZ24LPI7XYS7R26PNZ8' where id=2;
-update noar tt set b0='WNS6QDEXUIN7XIPE6G7HCI7I9NANP214' where id=3;
-update noar ti set b0='WNS6QDEXUIN7XIPE6G7HCI7I9NANP214' where id=3;
-update noar tt set b1='XUH4VZ1V67H5YZEPT8OVG9H7KFJ' where id=3;
-update noar ti set b1='XUH4VZ1V67H5YZEPT8OVG9H7KFJ' where id=3;
-update noar tt set b2='0EAC437AZVUO' where id=3;
-update noar ti set b2='0EAC437AZVUO' where id=3;
-update noar tt set b0='WM9' where id=4;
-update noar ti set b0='WM9' where id=4;
-update noar tt set b1='DF' where id=4;
-update noar ti set b1='DF' where id=4;
-update noar tt set b2='JWDAVSRXZYL6JBCEYU6YJXI3XPAGQ' where id=4;
-update noar ti set b2='JWDAVSRXZYL6JBCEYU6YJXI3XPAGQ' where id=4;
-update noar tt set b0='1' where id=5;
-update noar ti set b0='1' where id=5;
-update noar tt set b1='HOMT' where id=5;
-update noar ti set b1='HOMT' where id=5;
-update noar tt set b2='611LSHXW6C6' where id=5;
-update noar ti set b2='611LSHXW6C6' where id=5;
-update noar tt set b0='JMSBV35M4WX32UTN6' where id=6;
-update noar ti set b0='JMSBV35M4WX32UTN6' where id=6;
-update noar tt set b1='JQXWCHWG29RUAFA505RJU' where id=6;
-update noar ti set b1='JQXWCHWG29RUAFA505RJU' where id=6;
-update noar tt set b2='J96ILGE2OIV4N806O9PDLOJ' where id=6;
-update noar ti set b2='J96ILGE2OIV4N806O9PDLOJ' where id=6;
-update noar tt set b0='XO1VG8FBRDZD0SPU81NM' where id=7;
-update noar ti set b0='XO1VG8FBRDZD0SPU81NM' where id=7;
-update noar tt set b1='KY0MJVN' where id=7;
-update noar ti set b1='KY0MJVN' where id=7;
-update noar tt set b2='DNQ' where id=7;
-update noar ti set b2='DNQ' where id=7;
-update noar tt set b0='8XEKKIYOYS' where id=8;
-update noar ti set b0='8XEKKIYOYS' where id=8;
-update noar tt set b1='COVKXI827HCTZXZN8JHAC934JESF' where id=8;
-update noar ti set b1='COVKXI827HCTZXZN8JHAC934JESF' where id=8;
-update noar tt set b2='MA9SYQHPSQPDZMA9X' where id=8;
-update noar ti set b2='MA9SYQHPSQPDZMA9X' where id=8;
-update noar tt set b0='JQSW65RE1F6DI275' where id=9;
-update noar ti set b0='JQSW65RE1F6DI275' where id=9;
-update noar tt set b1='1LTAL1EJVLMJ4DAQY1OTX4I8ZOEDDS' where id=9;
-update noar ti set b1='1LTAL1EJVLMJ4DAQY1OTX4I8ZOEDDS' where id=9;
-update noar tt set b2='A8' where id=9;
-update noar ti set b2='A8' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='VQOCKPL5H5DVLKVGMILZB0GZIK623L' where id=1;
-update noar ti set b0='VQOCKPL5H5DVLKVGMILZB0GZIK623L' where id=1;
-update noar tt set b1='3MRBTKCK069RHIDH1G51E' where id=1;
-update noar ti set b1='3MRBTKCK069RHIDH1G51E' where id=1;
-update noar tt set b2='IRFBLSQK734N83DBVL9C7OM56726' where id=1;
-update noar ti set b2='IRFBLSQK734N83DBVL9C7OM56726' where id=1;
-update noar tt set b0='5E0MA' where id=2;
-update noar ti set b0='5E0MA' where id=2;
-update noar tt set b1='YCS1EEK83OL' where id=2;
-update noar ti set b1='YCS1EEK83OL' where id=2;
-update noar tt set b2='PSTHRKGQDURK' where id=2;
-update noar ti set b2='PSTHRKGQDURK' where id=2;
-update noar tt set b0='H' where id=3;
-update noar ti set b0='H' where id=3;
-update noar tt set b1='R8WJJVIJV98M2SG0KIZG0SC9' where id=3;
-update noar ti set b1='R8WJJVIJV98M2SG0KIZG0SC9' where id=3;
-update noar tt set b2='ZYNCPB2CR42I7EPP7UQYVMLM' where id=3;
-update noar ti set b2='ZYNCPB2CR42I7EPP7UQYVMLM' where id=3;
-update noar tt set b0='1B1H2FKGCWOICZ83MAHE3O' where id=4;
-update noar ti set b0='1B1H2FKGCWOICZ83MAHE3O' where id=4;
-update noar tt set b1='WRHNYKV2B5LXAH70GPSPGG5' where id=4;
-update noar ti set b1='WRHNYKV2B5LXAH70GPSPGG5' where id=4;
-update noar tt set b2='S7SYT3T4EZGZ7VOQ88T5J2Z6TIJD2JLJ' where id=4;
-update noar ti set b2='S7SYT3T4EZGZ7VOQ88T5J2Z6TIJD2JLJ' where id=4;
-update noar tt set b0='72SNGZS4Q6OYF6EKM6KCCZRRJ57' where id=5;
-update noar ti set b0='72SNGZS4Q6OYF6EKM6KCCZRRJ57' where id=5;
-update noar tt set b1='T8F3D1PBIYHWGFBF83G025W' where id=5;
-update noar ti set b1='T8F3D1PBIYHWGFBF83G025W' where id=5;
-update noar tt set b2='9' where id=5;
-update noar ti set b2='9' where id=5;
-update noar tt set b0='3PAQF3PS3D89H' where id=6;
-update noar ti set b0='3PAQF3PS3D89H' where id=6;
-update noar tt set b1='Z5Y8S9X56BBZ29BXTDN1P1V' where id=6;
-update noar ti set b1='Z5Y8S9X56BBZ29BXTDN1P1V' where id=6;
-update noar tt set b2='X252FUABR21UFQBQDP2WNGDXMT' where id=6;
-update noar ti set b2='X252FUABR21UFQBQDP2WNGDXMT' where id=6;
-update noar tt set b0='DALFKMTLJZ5BXRG4EKS2FHLMVXPQL' where id=7;
-update noar ti set b0='DALFKMTLJZ5BXRG4EKS2FHLMVXPQL' where id=7;
-update noar tt set b1='RPQ8H6VEL5O6' where id=7;
-update noar ti set b1='RPQ8H6VEL5O6' where id=7;
-update noar tt set b2='ZF0DNOYMWRDWNNIS3HZY6WGU0NKI6EJ' where id=7;
-update noar ti set b2='ZF0DNOYMWRDWNNIS3HZY6WGU0NKI6EJ' where id=7;
-update noar tt set b0='Z4O3V4T5W' where id=8;
-update noar ti set b0='Z4O3V4T5W' where id=8;
-update noar tt set b1='12YE' where id=8;
-update noar ti set b1='12YE' where id=8;
-update noar tt set b2='GX5T10S2D5OGE9J1AMUNU1JPCZQ2' where id=8;
-update noar ti set b2='GX5T10S2D5OGE9J1AMUNU1JPCZQ2' where id=8;
-update noar tt set b0='Y' where id=9;
-update noar ti set b0='Y' where id=9;
-update noar tt set b1='O9PN' where id=9;
-update noar ti set b1='O9PN' where id=9;
-update noar tt set b2='B30TY855SEBYUJ86K3AYSW84DQLZ' where id=9;
-update noar ti set b2='B30TY855SEBYUJ86K3AYSW84DQLZ' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='XHX7H' where id=1;
-update noar ti set b0='XHX7H' where id=1;
-update noar tt set b1='70248WWK1SJUXW5M7H75KWRJK' where id=1;
-update noar ti set b1='70248WWK1SJUXW5M7H75KWRJK' where id=1;
-update noar tt set b2='2NTMLCWX1FQ3XZXCR7D8HPK8ZQ' where id=1;
-update noar ti set b2='2NTMLCWX1FQ3XZXCR7D8HPK8ZQ' where id=1;
-update noar tt set b0='L4Z9' where id=2;
-update noar ti set b0='L4Z9' where id=2;
-update noar tt set b1='UOLOKXZIO4FR7YYXRKGNU8VYE4D9' where id=2;
-update noar ti set b1='UOLOKXZIO4FR7YYXRKGNU8VYE4D9' where id=2;
-update noar tt set b2='40XELRCMK59A8MW521P' where id=2;
-update noar ti set b2='40XELRCMK59A8MW521P' where id=2;
-update noar tt set b0='A8PKOY8Q5EVB2KZ2OFABA9LH3GOOHFS' where id=3;
-update noar ti set b0='A8PKOY8Q5EVB2KZ2OFABA9LH3GOOHFS' where id=3;
-update noar tt set b1='2FHUA1G4SC89LVA1OEZN48IYX6O5G3' where id=3;
-update noar ti set b1='2FHUA1G4SC89LVA1OEZN48IYX6O5G3' where id=3;
-update noar tt set b2='8I12GS5B9SPHRKB4WJ0PHVIUY8' where id=3;
-update noar ti set b2='8I12GS5B9SPHRKB4WJ0PHVIUY8' where id=3;
-update noar tt set b0='QSJ0IPK3WGQ5FR75EAD6TECBU074ZDD4' where id=4;
-update noar ti set b0='QSJ0IPK3WGQ5FR75EAD6TECBU074ZDD4' where id=4;
-update noar tt set b1='AB82KEF1B7K2MQHQT' where id=4;
-update noar ti set b1='AB82KEF1B7K2MQHQT' where id=4;
-update noar tt set b2='QC8GL01FICTFYDKD958ZA81J' where id=4;
-update noar ti set b2='QC8GL01FICTFYDKD958ZA81J' where id=4;
-update noar tt set b0='DQJM1A9YDKA2NDZU4IJ9NIYS3RAB' where id=5;
-update noar ti set b0='DQJM1A9YDKA2NDZU4IJ9NIYS3RAB' where id=5;
-update noar tt set b1='KYNBC' where id=5;
-update noar ti set b1='KYNBC' where id=5;
-update noar tt set b2='CGMBIPMI16L0JI3O1TB7LLO' where id=5;
-update noar ti set b2='CGMBIPMI16L0JI3O1TB7LLO' where id=5;
-update noar tt set b0='1I87DCEFLW' where id=6;
-update noar ti set b0='1I87DCEFLW' where id=6;
-update noar tt set b1='SFFIDXJU4CKXUZETTVYAL2WL' where id=6;
-update noar ti set b1='SFFIDXJU4CKXUZETTVYAL2WL' where id=6;
-update noar tt set b2='9LQK51TFID4GU' where id=6;
-update noar ti set b2='9LQK51TFID4GU' where id=6;
-update noar tt set b0='ZH3YEK8W' where id=7;
-update noar ti set b0='ZH3YEK8W' where id=7;
-update noar tt set b1='DH2DLTG3LX9QQCG55ZS4VNFRMF' where id=7;
-update noar ti set b1='DH2DLTG3LX9QQCG55ZS4VNFRMF' where id=7;
-update noar tt set b2='OLEFIDX' where id=7;
-update noar ti set b2='OLEFIDX' where id=7;
-update noar tt set b0='4G2DDE6S6' where id=8;
-update noar ti set b0='4G2DDE6S6' where id=8;
-update noar tt set b1='UQVXK0N7BZ6VL' where id=8;
-update noar ti set b1='UQVXK0N7BZ6VL' where id=8;
-update noar tt set b2='KERVJYBEOIYZI4RJIJAJACE86L5ZZ1LZ' where id=8;
-update noar ti set b2='KERVJYBEOIYZI4RJIJAJACE86L5ZZ1LZ' where id=8;
-update noar tt set b0='ZV5ZM' where id=9;
-update noar ti set b0='ZV5ZM' 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 b2='MT' where id=9;
-update noar ti set b2='MT' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='NUXZ5RL0IJMYU45DPNFA96OOKUSEEH4' where id=1;
-update noar ti set b0='NUXZ5RL0IJMYU45DPNFA96OOKUSEEH4' where id=1;
-update noar tt set b1='HRCSHQZ43RE3M4JWWZH9X2U8' where id=1;
-update noar ti set b1='HRCSHQZ43RE3M4JWWZH9X2U8' where id=1;
-update noar tt set b2='A5E92XIT2SJGQHL' where id=1;
-update noar ti set b2='A5E92XIT2SJGQHL' where id=1;
-update noar tt set b0='LQKN4SPQ4D0' where id=2;
-update noar ti set b0='LQKN4SPQ4D0' where id=2;
-update noar tt set b1='XEGFM13YYUXX6DZ9' where id=2;
-update noar ti set b1='XEGFM13YYUXX6DZ9' where id=2;
-update noar tt set b2='03Q' where id=2;
-update noar ti set b2='03Q' where id=2;
-update noar tt set b0='LZ5MR01QEB7NW' where id=3;
-update noar ti set b0='LZ5MR01QEB7NW' where id=3;
-update noar tt set b1='4XRTJXIGD6FWLO20' where id=3;
-update noar ti set b1='4XRTJXIGD6FWLO20' where id=3;
-update noar tt set b2='8WLU8HWLI5OBSTUK1MIO' where id=3;
-update noar ti set b2='8WLU8HWLI5OBSTUK1MIO' where id=3;
-update noar tt set b0='QVDNHUKS4D' where id=4;
-update noar ti set b0='QVDNHUKS4D' where id=4;
-update noar tt set b1='ILQ3ZX70' where id=4;
-update noar ti set b1='ILQ3ZX70' where id=4;
-update noar tt set b2='2GP6' where id=4;
-update noar ti set b2='2GP6' where id=4;
-update noar tt set b0='FD' where id=5;
-update noar ti set b0='FD' where id=5;
-update noar tt set b1='IKKX' where id=5;
-update noar ti set b1='IKKX' where id=5;
-update noar tt set b2='9TVIX7LVDPXP' where id=5;
-update noar ti set b2='9TVIX7LVDPXP' where id=5;
-update noar tt set b0='IIO' where id=6;
-update noar ti set b0='IIO' where id=6;
-update noar tt set b1='HVH0RIDW2SEIPZWEXMV8S4R53FEE' where id=6;
-update noar ti set b1='HVH0RIDW2SEIPZWEXMV8S4R53FEE' where id=6;
-update noar tt set b2='NVZD7TBH0JXLDF36RM' where id=6;
-update noar ti set b2='NVZD7TBH0JXLDF36RM' where id=6;
-update noar tt set b0='5CGJYTET3XOUB7465GENRZOXH' where id=7;
-update noar ti set b0='5CGJYTET3XOUB7465GENRZOXH' where id=7;
-update noar tt set b1='Q81RZ584O113C9NPBF77GLU4AK' where id=7;
-update noar ti set b1='Q81RZ584O113C9NPBF77GLU4AK' where id=7;
-update noar tt set b2='MFHOY' where id=7;
-update noar ti set b2='MFHOY' where id=7;
-update noar tt set b0='G6T8VSVL58VIR' where id=8;
-update noar ti set b0='G6T8VSVL58VIR' where id=8;
-update noar tt set b1='7PB8QVUESXMQGHU6T' where id=8;
-update noar ti set b1='7PB8QVUESXMQGHU6T' where id=8;
-update noar tt set b2='FAWC4TYYMFOF0EMZTZOKZDGE693' where id=8;
-update noar ti set b2='FAWC4TYYMFOF0EMZTZOKZDGE693' where id=8;
-update noar tt set b0='3PHHB4DXRIH31KRNW4ERO4JP04ZF9ZC' where id=9;
-update noar ti set b0='3PHHB4DXRIH31KRNW4ERO4JP04ZF9ZC' where id=9;
-update noar tt set b1='WURT2JDSMEQJ72RCFX2' where id=9;
-update noar ti set b1='WURT2JDSMEQJ72RCFX2' where id=9;
-update noar tt set b2='Y9QEDVCOXUPKJWC7CVKWPTUGW8' where id=9;
-update noar ti set b2='Y9QEDVCOXUPKJWC7CVKWPTUGW8' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='E' where id=1;
-update noar ti set b0='E' where id=1;
-update noar tt set b1='DUYTE2MT0WSCRXZEN380DMUTSYT71B' where id=1;
-update noar ti set b1='DUYTE2MT0WSCRXZEN380DMUTSYT71B' where id=1;
-update noar tt set b2='348CU' where id=1;
-update noar ti set b2='348CU' where id=1;
-update noar tt set b0='OIBQKKYIY' where id=2;
-update noar ti set b0='OIBQKKYIY' where id=2;
-update noar tt set b1='R976ZBP25S0X9PPOY1NNAR' where id=2;
-update noar ti set b1='R976ZBP25S0X9PPOY1NNAR' where id=2;
-update noar tt set b2='FBBS' where id=2;
-update noar ti set b2='FBBS' where id=2;
-update noar tt set b0='PUGBX1YCQ2W353' where id=3;
-update noar ti set b0='PUGBX1YCQ2W353' where id=3;
-update noar tt set b1='1CQ' where id=3;
-update noar ti set b1='1CQ' where id=3;
-update noar tt set b2='7ANSC30V' where id=3;
-update noar ti set b2='7ANSC30V' where id=3;
-update noar tt set b0='6ZMFLWZVLJ6ZUGYDL5M5U31BWK' where id=4;
-update noar ti set b0='6ZMFLWZVLJ6ZUGYDL5M5U31BWK' where id=4;
-update noar tt set b1='40LVE0SITV4FXPFM1MSKTCF9ZGM3' where id=4;
-update noar ti set b1='40LVE0SITV4FXPFM1MSKTCF9ZGM3' where id=4;
-update noar tt set b2='1R8' where id=4;
-update noar ti set b2='1R8' where id=4;
-update noar tt set b0='FWD1SAM1BDI8' where id=5;
-update noar ti set b0='FWD1SAM1BDI8' where id=5;
-update noar tt set b1='1ZRU1LAVEVXQ2290WQYVWKYHS9DGP3' where id=5;
-update noar ti set b1='1ZRU1LAVEVXQ2290WQYVWKYHS9DGP3' where id=5;
-update noar tt set b2='XA' where id=5;
-update noar ti set b2='XA' where id=5;
-update noar tt set b0='BI7GAOW3G' where id=6;
-update noar ti set b0='BI7GAOW3G' where id=6;
-update noar tt set b1='KGB' where id=6;
-update noar ti set b1='KGB' where id=6;
-update noar tt set b2='WLYAZVYP27KDSUILDPHYLJFOERPQEYQ3' where id=6;
-update noar ti set b2='WLYAZVYP27KDSUILDPHYLJFOERPQEYQ3' where id=6;
-update noar tt set b0='7YISX5CUDJH' where id=7;
-update noar ti set b0='7YISX5CUDJH' where id=7;
-update noar tt set b1='VODNM1OUTLYDYGZPGH5LYS2Y5PACG' where id=7;
-update noar ti set b1='VODNM1OUTLYDYGZPGH5LYS2Y5PACG' where id=7;
-update noar tt set b2='8R24DIUHLITO0HUDNS' where id=7;
-update noar ti set b2='8R24DIUHLITO0HUDNS' where id=7;
-update noar tt set b0='2OB0A6PC6VJP7PK33V6' where id=8;
-update noar ti set b0='2OB0A6PC6VJP7PK33V6' where id=8;
-update noar tt set b1='2TFGQ3YXC0' where id=8;
-update noar ti set b1='2TFGQ3YXC0' where id=8;
-update noar tt set b2='N1PK7NXUONYKEYEZXZ3HU8' where id=8;
-update noar ti set b2='N1PK7NXUONYKEYEZXZ3HU8' where id=8;
-update noar tt set b0='SOE02A3GUY913QQLVLUGB' where id=9;
-update noar ti set b0='SOE02A3GUY913QQLVLUGB' where id=9;
-update noar tt set b1='VQ1JX' where id=9;
-update noar ti set b1='VQ1JX' where id=9;
-update noar tt set b2='64MNBYFJLP322NHM9' where id=9;
-update noar ti set b2='64MNBYFJLP322NHM9' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='XDAQ' where id=1;
-update noar ti set b0='XDAQ' where id=1;
-update noar tt set b1='VMWKBKP7A88SQURQGQJF7EX' where id=1;
-update noar ti set b1='VMWKBKP7A88SQURQGQJF7EX' where id=1;
-update noar tt set b2='5894HPJ9CL6' where id=1;
-update noar ti set b2='5894HPJ9CL6' where id=1;
-update noar tt set b0='O0RC' where id=2;
-update noar ti set b0='O0RC' where id=2;
-update noar tt set b1='KHHIB46XQJXJITZSF0SP4IPHPZD2P' where id=2;
-update noar ti set b1='KHHIB46XQJXJITZSF0SP4IPHPZD2P' where id=2;
-update noar tt set b2='XEIJOG' where id=2;
-update noar ti set b2='XEIJOG' where id=2;
-update noar tt set b0='77' where id=3;
-update noar ti set b0='77' where id=3;
-update noar tt set b1='J6NWB9ECQ7HW' where id=3;
-update noar ti set b1='J6NWB9ECQ7HW' where id=3;
-update noar tt set b2='8IKTO5RFV60NZO' where id=3;
-update noar ti set b2='8IKTO5RFV60NZO' where id=3;
-update noar tt set b0='VL3J0U18MHNWHP4UY2' where id=4;
-update noar ti set b0='VL3J0U18MHNWHP4UY2' where id=4;
-update noar tt set b1='HQG2U2C2KEH1QGP32' where id=4;
-update noar ti set b1='HQG2U2C2KEH1QGP32' where id=4;
-update noar tt set b2='2EK40KX2QPWLSI5F94C2TFA6Y9CG' where id=4;
-update noar ti set b2='2EK40KX2QPWLSI5F94C2TFA6Y9CG' where id=4;
-update noar tt set b0='BTXSRAYF1NI69VSLKDXGZ' where id=5;
-update noar ti set b0='BTXSRAYF1NI69VSLKDXGZ' where id=5;
-update noar tt set b1='RE' where id=5;
-update noar ti set b1='RE' where id=5;
-update noar tt set b2='6KK727IC0J0M1WWR7EYI88MTQ87' where id=5;
-update noar ti set b2='6KK727IC0J0M1WWR7EYI88MTQ87' where id=5;
-update noar tt set b0='S8WTCV8C9NF1PIFEX2HIUZUITT5XS7' where id=6;
-update noar ti set b0='S8WTCV8C9NF1PIFEX2HIUZUITT5XS7' where id=6;
-update noar tt set b1='4' where id=6;
-update noar ti set b1='4' where id=6;
-update noar tt set b2='IMTR26ZDPHGP57C6E3Q' where id=6;
-update noar ti set b2='IMTR26ZDPHGP57C6E3Q' where id=6;
-update noar tt set b0='GO0OUK72C67QUVDM5KF4N52VD2' where id=7;
-update noar ti set b0='GO0OUK72C67QUVDM5KF4N52VD2' where id=7;
-update noar tt set b1='8290NN8J5246IOBBQJHUZV' where id=7;
-update noar ti set b1='8290NN8J5246IOBBQJHUZV' where id=7;
-update noar tt set b2='OYB0N7YX1L1M31QLMO7LJ0Z5IQWM' where id=7;
-update noar ti set b2='OYB0N7YX1L1M31QLMO7LJ0Z5IQWM' where id=7;
-update noar tt set b0='K7OYBCJRFMJCDJ1LHNKVNXXL' where id=8;
-update noar ti set b0='K7OYBCJRFMJCDJ1LHNKVNXXL' where id=8;
-update noar tt set b1='1QCDJ8VLZR14ERF4VW7' where id=8;
-update noar ti set b1='1QCDJ8VLZR14ERF4VW7' where id=8;
-update noar tt set b2='AJBATT' where id=8;
-update noar ti set b2='AJBATT' where id=8;
-update noar tt set b0='STHCKDVFEWH5F8OODT' where id=9;
-update noar ti set b0='STHCKDVFEWH5F8OODT' where id=9;
-update noar tt set b1='150UQWNDMIX3J4SAED' where id=9;
-update noar ti set b1='150UQWNDMIX3J4SAED' where id=9;
-update noar tt set b2='FW3S181UYHPGD7XS9US' where id=9;
-update noar ti set b2='FW3S181UYHPGD7XS9US' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 tinyblob null,
-b1 tinyblob null,
-b2 text 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 b0='T83' where id=1;
-update noar ti set b0='T83' where id=1;
-update noar tt set b1='X48LAEEHK3ZH4V0NJ2YMVD' where id=1;
-update noar ti set b1='X48LAEEHK3ZH4V0NJ2YMVD' where id=1;
-update noar tt set b2='E6WJPGMSRHRDB' where id=1;
-update noar ti set b2='E6WJPGMSRHRDB' where id=1;
-update noar tt set b0='P5PHN4PM2G77JGF8Q' where id=2;
-update noar ti set b0='P5PHN4PM2G77JGF8Q' where id=2;
-update noar tt set b1='7C41T' where id=2;
-update noar ti set b1='7C41T' where id=2;
-update noar tt set b2='OYFXXMWFB5CV' where id=2;
-update noar ti set b2='OYFXXMWFB5CV' where id=2;
-update noar tt set b0='Y0ZQ5U2RRARVF' where id=3;
-update noar ti set b0='Y0ZQ5U2RRARVF' where id=3;
-update noar tt set b1='8XX12WLULLQ' where id=3;
-update noar ti set b1='8XX12WLULLQ' where id=3;
-update noar tt set b2='U4WNXJUWJZP8I3NQ51OAV4U7KTX9C' where id=3;
-update noar ti set b2='U4WNXJUWJZP8I3NQ51OAV4U7KTX9C' where id=3;
-update noar tt set b0='N7BSKZ3Y67' where id=4;
-update noar ti set b0='N7BSKZ3Y67' where id=4;
-update noar tt set b1='K5936GKS' where id=4;
-update noar ti set b1='K5936GKS' where id=4;
-update noar tt set b2='1ZO' where id=4;
-update noar ti set b2='1ZO' where id=4;
-update noar tt set b0='NY9DL1EZPR5' where id=5;
-update noar ti set b0='NY9DL1EZPR5' where id=5;
-update noar tt set b1='TQ6W4Y6KVJ6AA9QAB' where id=5;
-update noar ti set b1='TQ6W4Y6KVJ6AA9QAB' where id=5;
-update noar tt set b2='GP9894AUG675QNW' where id=5;
-update noar ti set b2='GP9894AUG675QNW' where id=5;
-update noar tt set b0='CZGZ9L99X6P9J9L4K6' where id=6;
-update noar ti set b0='CZGZ9L99X6P9J9L4K6' where id=6;
-update noar tt set b1='VKXYTSCF7JWFNPP1MGBEUDF5C' where id=6;
-update noar ti set b1='VKXYTSCF7JWFNPP1MGBEUDF5C' where id=6;
-update noar tt set b2='SLC08ZH6ABF56M4ZA2T1BR' where id=6;
-update noar ti set b2='SLC08ZH6ABF56M4ZA2T1BR' where id=6;
-update noar tt set b0='L' where id=7;
-update noar ti set b0='L' where id=7;
-update noar tt set b1='KYDSUG' where id=7;
-update noar ti set b1='KYDSUG' where id=7;
-update noar tt set b2='I4ZSA23JNPV5QI4KFXQIB536YAYBIE2Q' where id=7;
-update noar ti set b2='I4ZSA23JNPV5QI4KFXQIB536YAYBIE2Q' where id=7;
-update noar tt set b0='39A7UTUCUG6PYCJ8NA5LS' where id=8;
-update noar ti set b0='39A7UTUCUG6PYCJ8NA5LS' where id=8;
-update noar tt set b1='25S89JJZ' where id=8;
-update noar ti set b1='25S89JJZ' where id=8;
-update noar tt set b2='YTE0JXKIJ0YTDO' where id=8;
-update noar ti set b2='YTE0JXKIJ0YTDO' where id=8;
-update noar tt set b0='TY8TL9W8NGZTE1QMFYK3D1W426Z' where id=9;
-update noar ti set b0='TY8TL9W8NGZTE1QMFYK3D1W426Z' where id=9;
-update noar tt set b1='SNN' where id=9;
-update noar ti set b1='SNN' where id=9;
-update noar tt set b2='GTS3LG8H85VPSD69EF3X34AKL93HMN8' where id=9;
-update noar ti set b2='GTS3LG8H85VPSD69EF3X34AKL93HMN8' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 tinyblob not null,
-b1 tinyblob not null,
-b2 text 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 b0='FLAD1DU9OIS5NG4U7BRH58WZ' where id=1;
-update noar ti set b0='FLAD1DU9OIS5NG4U7BRH58WZ' where id=1;
-update noar tt set b1='D6R0TPWR39QI4WELUE1N9139L337PIP' where id=1;
-update noar ti set b1='D6R0TPWR39QI4WELUE1N9139L337PIP' where id=1;
-update noar tt set b2='PT1PGFYPJIF0YQYHIZTX0CPER8NDK5' where id=1;
-update noar ti set b2='PT1PGFYPJIF0YQYHIZTX0CPER8NDK5' where id=1;
-update noar tt set b0='6PAC8KGF5EJZDZT' where id=2;
-update noar ti set b0='6PAC8KGF5EJZDZT' where id=2;
-update noar tt set b1='QB0RNZ0B76A73J7G3P9AAZQR220' where id=2;
-update noar ti set b1='QB0RNZ0B76A73J7G3P9AAZQR220' where id=2;
-update noar tt set b2='FWMXEQOZNZ' where id=2;
-update noar ti set b2='FWMXEQOZNZ' where id=2;
-update noar tt set b0='YVT4RPNTLO1G7HSQXE' where id=3;
-update noar ti set b0='YVT4RPNTLO1G7HSQXE' where id=3;
-update noar tt set b1='DPU3E51A9ZNWX1BJ9R3BS21GKDA' where id=3;
-update noar ti set b1='DPU3E51A9ZNWX1BJ9R3BS21GKDA' where id=3;
-update noar tt set b2='OB2VHDDM9SB0CI3HF3IAF' where id=3;
-update noar ti set b2='OB2VHDDM9SB0CI3HF3IAF' where id=3;
-update noar tt set b0='O6RM9IXR6EYFKYRAJP8DPBELZMK' where id=4;
-update noar ti set b0='O6RM9IXR6EYFKYRAJP8DPBELZMK' where id=4;
-update noar tt set b1='O8LUFAMEQVZOMJVUB4TGDBV' where id=4;
-update noar ti set b1='O8LUFAMEQVZOMJVUB4TGDBV' where id=4;
-update noar tt set b2='K6FRSLXB7BMOXMEZT7O3L0RVB' where id=4;
-update noar ti set b2='K6FRSLXB7BMOXMEZT7O3L0RVB' where id=4;
-update noar tt set b0='SZIE4M82QR3XSNZ3M' where id=5;
-update noar ti set b0='SZIE4M82QR3XSNZ3M' where id=5;
-update noar tt set b1='EODT7VSE8QDZURNG2I' where id=5;
-update noar ti set b1='EODT7VSE8QDZURNG2I' where id=5;
-update noar tt set b2='CQIYLXBZHF' where id=5;
-update noar ti set b2='CQIYLXBZHF' where id=5;
-update noar tt set b0='830KNDTN2VW2C' where id=6;
-update noar ti set b0='830KNDTN2VW2C' where id=6;
-update noar tt set b1='VML26A88V2GELPA2UM1E14J8' where id=6;
-update noar ti set b1='VML26A88V2GELPA2UM1E14J8' where id=6;
-update noar tt set b2='9OLDUH' where id=6;
-update noar ti set b2='9OLDUH' where id=6;
-update noar tt set b0='0C4NH6OS20EEXYT48MCGVTNT0NP' where id=7;
-update noar ti set b0='0C4NH6OS20EEXYT48MCGVTNT0NP' where id=7;
-update noar tt set b1='WIO6QBQUBOFRNFKKNSV' where id=7;
-update noar ti set b1='WIO6QBQUBOFRNFKKNSV' where id=7;
-update noar tt set b2='MHJZ6DF8JOCGG9G5NAJWT845PPWPFFN' where id=7;
-update noar ti set b2='MHJZ6DF8JOCGG9G5NAJWT845PPWPFFN' where id=7;
-update noar tt set b0='MGN3KRMZWRMZ59NU2ZWII' where id=8;
-update noar ti set b0='MGN3KRMZWRMZ59NU2ZWII' where id=8;
-update noar tt set b1='E1LLD5KHRL9E' where id=8;
-update noar ti set b1='E1LLD5KHRL9E' where id=8;
-update noar tt set b2='WKQWXX7U2PD9DETEEMZLI26' where id=8;
-update noar ti set b2='WKQWXX7U2PD9DETEEMZLI26' where id=8;
-update noar tt set b0='Z44ZNT67L2C' where id=9;
-update noar ti set b0='Z44ZNT67L2C' where id=9;
-update noar tt set b1='UC6X34E4EZOA1BXAGU62STY3' where id=9;
-update noar ti set b1='UC6X34E4EZOA1BXAGU62STY3' where id=9;
-update noar tt set b2='ZP795KUPO3' where id=9;
-update noar ti set b2='ZP795KUPO3' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='W3E1BRU0QDRV7U052ZO8IYDY8' where id=1;
-update noar ti set b0='W3E1BRU0QDRV7U052ZO8IYDY8' where id=1;
-update noar tt set b1='1I56MCIYGN1XJ2' where id=1;
-update noar ti set b1='1I56MCIYGN1XJ2' where id=1;
-update noar tt set b2='YO5BN084JGRG' where id=1;
-update noar ti set b2='YO5BN084JGRG' where id=1;
-update noar tt set b0='1VLFX19NQ30GNIY1I2IJO0' where id=2;
-update noar ti set b0='1VLFX19NQ30GNIY1I2IJO0' where id=2;
-update noar tt set b1='7X2X4Q0ECDQH9Z716ML2DVQG8K' where id=2;
-update noar ti set b1='7X2X4Q0ECDQH9Z716ML2DVQG8K' where id=2;
-update noar tt set b2='FOAZC78KKO4N7CPBI7PFAMR3' where id=2;
-update noar ti set b2='FOAZC78KKO4N7CPBI7PFAMR3' where id=2;
-update noar tt set b0='BILB6BB71S5WA8S1DGNUA' where id=3;
-update noar ti set b0='BILB6BB71S5WA8S1DGNUA' where id=3;
-update noar tt set b1='1J6KN' where id=3;
-update noar ti set b1='1J6KN' where id=3;
-update noar tt set b2='S3' where id=3;
-update noar ti set b2='S3' where id=3;
-update noar tt set b0='3S1J5OTZW0A9RXHX9V' where id=4;
-update noar ti set b0='3S1J5OTZW0A9RXHX9V' where id=4;
-update noar tt set b1='YOTTW35UFC746O4KV37ILBK1WXW' where id=4;
-update noar ti set b1='YOTTW35UFC746O4KV37ILBK1WXW' where id=4;
-update noar tt set b2='UVRDWL1UBNWVT' where id=4;
-update noar ti set b2='UVRDWL1UBNWVT' where id=4;
-update noar tt set b0='KUWJPYFNL4MQXXUOS70TBOKQ5KF9TR' where id=5;
-update noar ti set b0='KUWJPYFNL4MQXXUOS70TBOKQ5KF9TR' where id=5;
-update noar tt set b1='GJ0QJZHLAMJV5SGC' where id=5;
-update noar ti set b1='GJ0QJZHLAMJV5SGC' where id=5;
-update noar tt set b2='7YZ60YY22K0AEEOIU0ZDN5' where id=5;
-update noar ti set b2='7YZ60YY22K0AEEOIU0ZDN5' where id=5;
-update noar tt set b0='586F' where id=6;
-update noar ti set b0='586F' where id=6;
-update noar tt set b1='QYJ93MZVBQWTK9B602FL' where id=6;
-update noar ti set b1='QYJ93MZVBQWTK9B602FL' where id=6;
-update noar tt set b2='TFL4VBCSYKY38FQPDA' where id=6;
-update noar ti set b2='TFL4VBCSYKY38FQPDA' where id=6;
-update noar tt set b0='5TTWSW3DPO3NT9' where id=7;
-update noar ti set b0='5TTWSW3DPO3NT9' where id=7;
-update noar tt set b1='GBBBC4X06T3LPN1JRBSZ' where id=7;
-update noar ti set b1='GBBBC4X06T3LPN1JRBSZ' where id=7;
-update noar tt set b2='GCQXIJFWLPKKCERQTS34QU4XUFWG4R' where id=7;
-update noar ti set b2='GCQXIJFWLPKKCERQTS34QU4XUFWG4R' where id=7;
-update noar tt set b0='ILIQQ3' where id=8;
-update noar ti set b0='ILIQQ3' where id=8;
-update noar tt set b1='6CAGH4E7SGX' where id=8;
-update noar ti set b1='6CAGH4E7SGX' where id=8;
-update noar tt set b2='98' where id=8;
-update noar ti set b2='98' where id=8;
-update noar tt set b0='BBIG0PVO87K' where id=9;
-update noar ti set b0='BBIG0PVO87K' where id=9;
-update noar tt set b1='ARJ1CMNVXQGJF6NX82' where id=9;
-update noar ti set b1='ARJ1CMNVXQGJF6NX82' where id=9;
-update noar tt set b2='5W9S1AF' where id=9;
-update noar ti set b2='5W9S1AF' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='G1' where id=1;
-update noar ti set b0='G1' where id=1;
-update noar tt set b1='LP4PGUIVD2KVEOHG4G33P' where id=1;
-update noar ti set b1='LP4PGUIVD2KVEOHG4G33P' where id=1;
-update noar tt set b2='96F7VE7YN15VB52PZOA3TAXH85C' where id=1;
-update noar ti set b2='96F7VE7YN15VB52PZOA3TAXH85C' where id=1;
-update noar tt set b0='W31SHEPO0HUY5GV39SOW2LDW1OBUL' where id=2;
-update noar ti set b0='W31SHEPO0HUY5GV39SOW2LDW1OBUL' where id=2;
-update noar tt set b1='8DK9G' where id=2;
-update noar ti set b1='8DK9G' where id=2;
-update noar tt set b2='4O7SVQTY' where id=2;
-update noar ti set b2='4O7SVQTY' where id=2;
-update noar tt set b0='FUKX6X' where id=3;
-update noar ti set b0='FUKX6X' where id=3;
-update noar tt set b1='TPKJ4' where id=3;
-update noar ti set b1='TPKJ4' where id=3;
-update noar tt set b2='F7Z4Y04F4XBHYAYKD8' where id=3;
-update noar ti set b2='F7Z4Y04F4XBHYAYKD8' where id=3;
-update noar tt set b0='S09TJEE3VM5CWIZ3JDZ8TJ02' where id=4;
-update noar ti set b0='S09TJEE3VM5CWIZ3JDZ8TJ02' where id=4;
-update noar tt set b1='996' where id=4;
-update noar ti set b1='996' where id=4;
-update noar tt set b2='8IB0BBSXQR8Z2C4FP3GGG1K3Y9' where id=4;
-update noar ti set b2='8IB0BBSXQR8Z2C4FP3GGG1K3Y9' where id=4;
-update noar tt set b0='QY5KX' where id=5;
-update noar ti set b0='QY5KX' where id=5;
-update noar tt set b1='FI0TK' where id=5;
-update noar ti set b1='FI0TK' where id=5;
-update noar tt set b2='46RKT9QZG' where id=5;
-update noar ti set b2='46RKT9QZG' where id=5;
-update noar tt set b0='70Y4WLLLWS7YI0H7NUZN87' where id=6;
-update noar ti set b0='70Y4WLLLWS7YI0H7NUZN87' where id=6;
-update noar tt set b1='65UMA352KWXTE3WINMO52KN' where id=6;
-update noar ti set b1='65UMA352KWXTE3WINMO52KN' where id=6;
-update noar tt set b2='0KL6P4LD5MGAJ03NPU9X03BEVCPNO2' where id=6;
-update noar ti set b2='0KL6P4LD5MGAJ03NPU9X03BEVCPNO2' where id=6;
-update noar tt set b0='H2' where id=7;
-update noar ti set b0='H2' where id=7;
-update noar tt set b1='M4G61' where id=7;
-update noar ti set b1='M4G61' where id=7;
-update noar tt set b2='SMPY8OYCK3E5OF6N1B2X' where id=7;
-update noar ti set b2='SMPY8OYCK3E5OF6N1B2X' where id=7;
-update noar tt set b0='N44T19OMKUEH' where id=8;
-update noar ti set b0='N44T19OMKUEH' where id=8;
-update noar tt set b1='CKVR10TK6483Z553RQYV579' where id=8;
-update noar ti set b1='CKVR10TK6483Z553RQYV579' where id=8;
-update noar tt set b2='J3U3ZGSS3ASI2EV7168C4PPTCP4K' where id=8;
-update noar ti set b2='J3U3ZGSS3ASI2EV7168C4PPTCP4K' where id=8;
-update noar tt set b0='MSVCREOPDHFM8SEIEM6079YJVT' where id=9;
-update noar ti set b0='MSVCREOPDHFM8SEIEM6079YJVT' where id=9;
-update noar tt set b1='JPLMM7HS' where id=9;
-update noar ti set b1='JPLMM7HS' where id=9;
-update noar tt set b2='W11DG4Z889J1DA0YRC23Y' where id=9;
-update noar ti set b2='W11DG4Z889J1DA0YRC23Y' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='CQQ20FBKF9CLXAO8H' where id=1;
-update noar ti set b0='CQQ20FBKF9CLXAO8H' where id=1;
-update noar tt set b1='7D28UR82M5EQG1U8TDV4' where id=1;
-update noar ti set b1='7D28UR82M5EQG1U8TDV4' where id=1;
-update noar tt set b2='W' where id=1;
-update noar ti set b2='W' where id=1;
-update noar tt set b0='98D763XQ' where id=2;
-update noar ti set b0='98D763XQ' where id=2;
-update noar tt set b1='NX81TXXVGYJXRTGCBKGY8FLEV2' where id=2;
-update noar ti set b1='NX81TXXVGYJXRTGCBKGY8FLEV2' where id=2;
-update noar tt set b2='MAO3HC' where id=2;
-update noar ti set b2='MAO3HC' where id=2;
-update noar tt set b0='Y0CI' where id=3;
-update noar ti set b0='Y0CI' where id=3;
-update noar tt set b1='SSVK0B556CS' where id=3;
-update noar ti set b1='SSVK0B556CS' where id=3;
-update noar tt set b2='NM8AFB2S6T6XR5I0CMEDN9MAY' where id=3;
-update noar ti set b2='NM8AFB2S6T6XR5I0CMEDN9MAY' where id=3;
-update noar tt set b0='M3IHPBO' where id=4;
-update noar ti set b0='M3IHPBO' where id=4;
-update noar tt set b1='CV1P92O9FWKCWKBV' where id=4;
-update noar ti set b1='CV1P92O9FWKCWKBV' where id=4;
-update noar tt set b2='N6LZWRY04OBC3171GL3OF4LMWOWKAC8K' where id=4;
-update noar ti set b2='N6LZWRY04OBC3171GL3OF4LMWOWKAC8K' where id=4;
-update noar tt set b0='QR1' where id=5;
-update noar ti set b0='QR1' where id=5;
-update noar tt set b1='ND0WUELCVPSU' where id=5;
-update noar ti set b1='ND0WUELCVPSU' where id=5;
-update noar tt set b2='J58WCUVVYKXOX23IEK3B' where id=5;
-update noar ti set b2='J58WCUVVYKXOX23IEK3B' where id=5;
-update noar tt set b0='YPF8UO33Z66JTM64W' where id=6;
-update noar ti set b0='YPF8UO33Z66JTM64W' where id=6;
-update noar tt set b1='RGPKQ9USTQKZ' where id=6;
-update noar ti set b1='RGPKQ9USTQKZ' where id=6;
-update noar tt set b2='MB88S2L5TXQHFXU30PP34TF6F7IUBG' where id=6;
-update noar ti set b2='MB88S2L5TXQHFXU30PP34TF6F7IUBG' where id=6;
-update noar tt set b0='O0FTPQUKUS6GBDYYD' where id=7;
-update noar ti set b0='O0FTPQUKUS6GBDYYD' where id=7;
-update noar tt set b1='XWKV8OENAIGM4' where id=7;
-update noar ti set b1='XWKV8OENAIGM4' where id=7;
-update noar tt set b2='VCXV6XC0NM48IG3WNUJNOY3JWXF98IQ9' where id=7;
-update noar ti set b2='VCXV6XC0NM48IG3WNUJNOY3JWXF98IQ9' where id=7;
-update noar tt set b0='LPTK4JADRI6HB0' where id=8;
-update noar ti set b0='LPTK4JADRI6HB0' where id=8;
-update noar tt set b1='CMP7BGPEH5HE4MCAFVKFOK567CBIQSUS' where id=8;
-update noar ti set b1='CMP7BGPEH5HE4MCAFVKFOK567CBIQSUS' where id=8;
-update noar tt set b2='EO' where id=8;
-update noar ti set b2='EO' where id=8;
-update noar tt set b0='UFZOWSXE0Y5QMFOWWW2L' where id=9;
-update noar ti set b0='UFZOWSXE0Y5QMFOWWW2L' where id=9;
-update noar tt set b1='XAXW6AREZZBVIHVE0J660IE0D46S04AB' where id=9;
-update noar ti set b1='XAXW6AREZZBVIHVE0J660IE0D46S04AB' where id=9;
-update noar tt set b2='G8ZSERN0TMTZ5MI3Q7TEEHRRH9Z' where id=9;
-update noar ti set b2='G8ZSERN0TMTZ5MI3Q7TEEHRRH9Z' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='YB' where id=1;
-update noar ti set b0='YB' where id=1;
-update noar tt set b1='6NA7XYO28TKA75RND7MTI' where id=1;
-update noar ti set b1='6NA7XYO28TKA75RND7MTI' where id=1;
-update noar tt set b2='KL91GF8BLQRBOCE02JM3XRBBH' where id=1;
-update noar ti set b2='KL91GF8BLQRBOCE02JM3XRBBH' where id=1;
-update noar tt set b0='F1RI64V9YN7Y4VNIQ0IKLAI' where id=2;
-update noar ti set b0='F1RI64V9YN7Y4VNIQ0IKLAI' where id=2;
-update noar tt set b1='2U8Q9KD497XPFRJKC' where id=2;
-update noar ti set b1='2U8Q9KD497XPFRJKC' where id=2;
-update noar tt set b2='CTX86TY41S4COK62' where id=2;
-update noar ti set b2='CTX86TY41S4COK62' where id=2;
-update noar tt set b0='A1539Z2Y2C4KO' where id=3;
-update noar ti set b0='A1539Z2Y2C4KO' where id=3;
-update noar tt set b1='2VTLWM39ZJ1SW2D' where id=3;
-update noar ti set b1='2VTLWM39ZJ1SW2D' where id=3;
-update noar tt set b2='0PH0JTOTU1Q29H1TH' where id=3;
-update noar ti set b2='0PH0JTOTU1Q29H1TH' where id=3;
-update noar tt set b0='SIKAV8UZBK0J3RU' where id=4;
-update noar ti set b0='SIKAV8UZBK0J3RU' where id=4;
-update noar tt set b1='6H3M6N028SA1HT2' where id=4;
-update noar ti set b1='6H3M6N028SA1HT2' where id=4;
-update noar tt set b2='193J9L9FBGBYO5RX2HG07TV85VKV' where id=4;
-update noar ti set b2='193J9L9FBGBYO5RX2HG07TV85VKV' where id=4;
-update noar tt set b0='Q9SEGANQW35PGJSBJGLX48XH9' where id=5;
-update noar ti set b0='Q9SEGANQW35PGJSBJGLX48XH9' where id=5;
-update noar tt set b1='TIPBCO2X5NXW2B0CF' where id=5;
-update noar ti set b1='TIPBCO2X5NXW2B0CF' where id=5;
-update noar tt set b2='RB6GQK6PYEPRTMCE1' where id=5;
-update noar ti set b2='RB6GQK6PYEPRTMCE1' where id=5;
-update noar tt set b0='W' where id=6;
-update noar ti set b0='W' where id=6;
-update noar tt set b1='KTC8' where id=6;
-update noar ti set b1='KTC8' where id=6;
-update noar tt set b2='CR1RXZEDHFP6O' where id=6;
-update noar ti set b2='CR1RXZEDHFP6O' where id=6;
-update noar tt set b0='XKYNUGAKQL4' where id=7;
-update noar ti set b0='XKYNUGAKQL4' where id=7;
-update noar tt set b1='R2PER83QXP4YDUXYXXE' where id=7;
-update noar ti set b1='R2PER83QXP4YDUXYXXE' where id=7;
-update noar tt set b2='KF1J' where id=7;
-update noar ti set b2='KF1J' where id=7;
-update noar tt set b0='2HY6MVCXM6F2VLKIBSCV5BJ5APAT52X' where id=8;
-update noar ti set b0='2HY6MVCXM6F2VLKIBSCV5BJ5APAT52X' where id=8;
-update noar tt set b1='GV3FSDITS39B4E2152L9QQW9KR1' where id=8;
-update noar ti set b1='GV3FSDITS39B4E2152L9QQW9KR1' where id=8;
-update noar tt set b2='JVJGA13TXG' where id=8;
-update noar ti set b2='JVJGA13TXG' where id=8;
-update noar tt set b0='K07DD' where id=9;
-update noar ti set b0='K07DD' where id=9;
-update noar tt set b1='0DOL50' where id=9;
-update noar ti set b1='0DOL50' where id=9;
-update noar tt set b2='AKSCKJCMCP31EEULWVGME' where id=9;
-update noar ti set b2='AKSCKJCMCP31EEULWVGME' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='M0WI88R27XF17NNSYV4MWD4EHFYT4ZN' where id=1;
-update noar ti set b0='M0WI88R27XF17NNSYV4MWD4EHFYT4ZN' where id=1;
-update noar tt set b1='7B154ZQPG3CP500HVK6796PQ469Z' where id=1;
-update noar ti set b1='7B154ZQPG3CP500HVK6796PQ469Z' where id=1;
-update noar tt set b2='ZSOS2GSH2H6KDOYLQUHUC5FMDW5B6N' where id=1;
-update noar ti set b2='ZSOS2GSH2H6KDOYLQUHUC5FMDW5B6N' where id=1;
-update noar tt set b0='0JED16Q9M3OYDCE9ADWIT' where id=2;
-update noar ti set b0='0JED16Q9M3OYDCE9ADWIT' where id=2;
-update noar tt set b1='ISFL7F' where id=2;
-update noar ti set b1='ISFL7F' where id=2;
-update noar tt set b2='JMWKPL6H84T89CIXQSCBS8Y' where id=2;
-update noar ti set b2='JMWKPL6H84T89CIXQSCBS8Y' where id=2;
-update noar tt set b0='0B' where id=3;
-update noar ti set b0='0B' where id=3;
-update noar tt set b1='2Q' where id=3;
-update noar ti set b1='2Q' where id=3;
-update noar tt set b2='KLD' where id=3;
-update noar ti set b2='KLD' where id=3;
-update noar tt set b0='9YCRAMCH5VVJNX1777X9NOW5GWLR45' where id=4;
-update noar ti set b0='9YCRAMCH5VVJNX1777X9NOW5GWLR45' where id=4;
-update noar tt set b1='VTHEJP' where id=4;
-update noar ti set b1='VTHEJP' where id=4;
-update noar tt set b2='QY4JBID6XQJE' where id=4;
-update noar ti set b2='QY4JBID6XQJE' where id=4;
-update noar tt set b0='D2X9' where id=5;
-update noar ti set b0='D2X9' where id=5;
-update noar tt set b1='Y7V3O80H1460PLM1' where id=5;
-update noar ti set b1='Y7V3O80H1460PLM1' where id=5;
-update noar tt set b2='GK8F0SW6D9C35' where id=5;
-update noar ti set b2='GK8F0SW6D9C35' where id=5;
-update noar tt set b0='HBL6AF6AUDGJU1P2L4X7FJ2KDQY' where id=6;
-update noar ti set b0='HBL6AF6AUDGJU1P2L4X7FJ2KDQY' where id=6;
-update noar tt set b1='RVNZ660' where id=6;
-update noar ti set b1='RVNZ660' where id=6;
-update noar tt set b2='DQM3' where id=6;
-update noar ti set b2='DQM3' where id=6;
-update noar tt set b0='F12SFLDWC5GIUS' where id=7;
-update noar ti set b0='F12SFLDWC5GIUS' where id=7;
-update noar tt set b1='KNU' where id=7;
-update noar ti set b1='KNU' where id=7;
-update noar tt set b2='KKBEDHEZCQDMJIJZMJ1UQ12ARK916O' where id=7;
-update noar ti set b2='KKBEDHEZCQDMJIJZMJ1UQ12ARK916O' where id=7;
-update noar tt set b0='X75C7ZY1AT' where id=8;
-update noar ti set b0='X75C7ZY1AT' where id=8;
-update noar tt set b1='TH7KMW1IO9JRKXQR2NBE9X85S554NB1' where id=8;
-update noar ti set b1='TH7KMW1IO9JRKXQR2NBE9X85S554NB1' where id=8;
-update noar tt set b2='T1UBOPGPW4C8A95L3UW96VK7UCEGBQC' where id=8;
-update noar ti set b2='T1UBOPGPW4C8A95L3UW96VK7UCEGBQC' where id=8;
-update noar tt set b0='ZVSQRQV' where id=9;
-update noar ti set b0='ZVSQRQV' where id=9;
-update noar tt set b1='ED1WY0SU' where id=9;
-update noar ti set b1='ED1WY0SU' where id=9;
-update noar tt set b2='93A58OVP0SQPZAYWU6FFQO2WHAJW3' where id=9;
-update noar ti set b2='93A58OVP0SQPZAYWU6FFQO2WHAJW3' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='PBZ5' where id=1;
-update noar ti set b0='PBZ5' where id=1;
-update noar tt set b1='WA4D' where id=1;
-update noar ti set b1='WA4D' where id=1;
-update noar tt set b2='5X22DH9QMGE6GL423VVZSX9SEL6D9W' where id=1;
-update noar ti set b2='5X22DH9QMGE6GL423VVZSX9SEL6D9W' where id=1;
-update noar tt set b0='5TDZI1NG8LA7' where id=2;
-update noar ti set b0='5TDZI1NG8LA7' where id=2;
-update noar tt set b1='DK6I6YQQAKU' where id=2;
-update noar ti set b1='DK6I6YQQAKU' where id=2;
-update noar tt set b2='QLUP' where id=2;
-update noar ti set b2='QLUP' where id=2;
-update noar tt set b0='NDU7RWPL6HLW2TNTQMHSUJ3' where id=3;
-update noar ti set b0='NDU7RWPL6HLW2TNTQMHSUJ3' where id=3;
-update noar tt set b1='XKSPE0UZP7KX7' where id=3;
-update noar ti set b1='XKSPE0UZP7KX7' where id=3;
-update noar tt set b2='0UFZOQ9V7U0RI1EYA9A1' where id=3;
-update noar ti set b2='0UFZOQ9V7U0RI1EYA9A1' where id=3;
-update noar tt set b0='Z1BMVZXFSLPWMKARLIJ3C521MH8R0' where id=4;
-update noar ti set b0='Z1BMVZXFSLPWMKARLIJ3C521MH8R0' where id=4;
-update noar tt set b1='J22MX2IK8OG' where id=4;
-update noar ti set b1='J22MX2IK8OG' where id=4;
-update noar tt set b2='4W' where id=4;
-update noar ti set b2='4W' where id=4;
-update noar tt set b0='C2KAH' where id=5;
-update noar ti set b0='C2KAH' where id=5;
-update noar tt set b1='WF8C0Z9H7X6486S335GUK9RGZJTQ8' where id=5;
-update noar ti set b1='WF8C0Z9H7X6486S335GUK9RGZJTQ8' where id=5;
-update noar tt set b2='PFKHD013QZ7L' where id=5;
-update noar ti set b2='PFKHD013QZ7L' where id=5;
-update noar tt set b0='4HJ8EFFYXPWXDB5IFZTYYA2' where id=6;
-update noar ti set b0='4HJ8EFFYXPWXDB5IFZTYYA2' where id=6;
-update noar tt set b1='4DFR9JEE9AD7193OUYVA9Z67JK3YR57M' where id=6;
-update noar ti set b1='4DFR9JEE9AD7193OUYVA9Z67JK3YR57M' where id=6;
-update noar tt set b2='GKDATR4GK5BQ5IHFQ8NJJR2' where id=6;
-update noar ti set b2='GKDATR4GK5BQ5IHFQ8NJJR2' where id=6;
-update noar tt set b0='48TDHZ' where id=7;
-update noar ti set b0='48TDHZ' where id=7;
-update noar tt set b1='FV2GTDI0QI0JC19' where id=7;
-update noar ti set b1='FV2GTDI0QI0JC19' where id=7;
-update noar tt set b2='JG8HXRTBB5YLSBM40PAOQW6LLSX9W3Y' where id=7;
-update noar ti set b2='JG8HXRTBB5YLSBM40PAOQW6LLSX9W3Y' where id=7;
-update noar tt set b0='SHKGZWRYV2EY2C4NOVBV0Z6QL77TT' where id=8;
-update noar ti set b0='SHKGZWRYV2EY2C4NOVBV0Z6QL77TT' where id=8;
-update noar tt set b1='LAJ37V0' where id=8;
-update noar ti set b1='LAJ37V0' where id=8;
-update noar tt set b2='31HVRWD3ROXFP7O5PJMC' where id=8;
-update noar ti set b2='31HVRWD3ROXFP7O5PJMC' where id=8;
-update noar tt set b0='YXAL3S6DOGZ4ZEUVO02LG' where id=9;
-update noar ti set b0='YXAL3S6DOGZ4ZEUVO02LG' where id=9;
-update noar tt set b1='G' where id=9;
-update noar ti set b1='G' where id=9;
-update noar tt set b2='46HIP9JK' where id=9;
-update noar ti set b2='46HIP9JK' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='BXJ7QD5CN60DC' where id=1;
-update noar ti set b0='BXJ7QD5CN60DC' where id=1;
-update noar tt set b1='SR7XRP327RKAHI0BSV2GQF9RXYO' where id=1;
-update noar ti set b1='SR7XRP327RKAHI0BSV2GQF9RXYO' where id=1;
-update noar tt set b2='NCPT4NVNV' where id=1;
-update noar ti set b2='NCPT4NVNV' where id=1;
-update noar tt set b0='TV4PGD9W3CJM1OANPKZDFKN8WNQYJNPN' where id=2;
-update noar ti set b0='TV4PGD9W3CJM1OANPKZDFKN8WNQYJNPN' where id=2;
-update noar tt set b1='8RI30V3ZQFAII43XWLCYB6TSI8' where id=2;
-update noar ti set b1='8RI30V3ZQFAII43XWLCYB6TSI8' where id=2;
-update noar tt set b2='LQO69OFXE2QSTP' where id=2;
-update noar ti set b2='LQO69OFXE2QSTP' where id=2;
-update noar tt set b0='QB4KJUGZSM' where id=3;
-update noar ti set b0='QB4KJUGZSM' where id=3;
-update noar tt set b1='3VCV77A89B8ECEGVQ6Y2GT51YFBCHN' where id=3;
-update noar ti set b1='3VCV77A89B8ECEGVQ6Y2GT51YFBCHN' where id=3;
-update noar tt set b2='DX0N7V13XEM009JORY262' where id=3;
-update noar ti set b2='DX0N7V13XEM009JORY262' where id=3;
-update noar tt set b0='HIG8U2GHT76BF8QRAB8H0949N' where id=4;
-update noar ti set b0='HIG8U2GHT76BF8QRAB8H0949N' where id=4;
-update noar tt set b1='9D6ESING7D2JSCM66JHARHIFFA8BBO9' where id=4;
-update noar ti set b1='9D6ESING7D2JSCM66JHARHIFFA8BBO9' 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 b0='LFFU3M3R23883RIO8Z00RXFF6OI7' where id=5;
-update noar ti set b0='LFFU3M3R23883RIO8Z00RXFF6OI7' where id=5;
-update noar tt set b1='943M5PMWQ' where id=5;
-update noar ti set b1='943M5PMWQ' where id=5;
-update noar tt set b2='08' where id=5;
-update noar ti set b2='08' where id=5;
-update noar tt set b0='PUQC49FYLWKBPV' where id=6;
-update noar ti set b0='PUQC49FYLWKBPV' where id=6;
-update noar tt set b1='LDVP4D7GYGHR33E' where id=6;
-update noar ti set b1='LDVP4D7GYGHR33E' where id=6;
-update noar tt set b2='9RDVM7GDHUGWPK7E8Q7IQ0' where id=6;
-update noar ti set b2='9RDVM7GDHUGWPK7E8Q7IQ0' where id=6;
-update noar tt set b0='E1U1N' where id=7;
-update noar ti set b0='E1U1N' where id=7;
-update noar tt set b1='KR68MDP85H1E' where id=7;
-update noar ti set b1='KR68MDP85H1E' where id=7;
-update noar tt set b2='3OGM7' where id=7;
-update noar ti set b2='3OGM7' where id=7;
-update noar tt set b0='96GPPR2SWZ0HGNLT7VWHPVMJF3S85W9' where id=8;
-update noar ti set b0='96GPPR2SWZ0HGNLT7VWHPVMJF3S85W9' where id=8;
-update noar tt set b1='N77AE7G57H2VW0PY' where id=8;
-update noar ti set b1='N77AE7G57H2VW0PY' where id=8;
-update noar tt set b2='5YCO' where id=8;
-update noar ti set b2='5YCO' where id=8;
-update noar tt set b0='CCY' where id=9;
-update noar ti set b0='CCY' where id=9;
-update noar tt set b1='MW7DKSWJV9KQA8IHRDI' where id=9;
-update noar ti set b1='MW7DKSWJV9KQA8IHRDI' where id=9;
-update noar tt set b2='2UVBD7RV9OQ1ET7YX4IU' where id=9;
-update noar ti set b2='2UVBD7RV9OQ1ET7YX4IU' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='P3OR865OZCUSETY5' where id=1;
-update noar ti set b0='P3OR865OZCUSETY5' where id=1;
-update noar tt set b1='VIOG' where id=1;
-update noar ti set b1='VIOG' where id=1;
-update noar tt set b2='250TIVPKIXMPZ1C6Z5Y' where id=1;
-update noar ti set b2='250TIVPKIXMPZ1C6Z5Y' where id=1;
-update noar tt set b0='VM7I6NPR1XJN5JCHSUEH8PO38E0' where id=2;
-update noar ti set b0='VM7I6NPR1XJN5JCHSUEH8PO38E0' where id=2;
-update noar tt set b1='H' where id=2;
-update noar ti set b1='H' where id=2;
-update noar tt set b2='0P2NI' where id=2;
-update noar ti set b2='0P2NI' where id=2;
-update noar tt set b0='IGUVHY8524WPPGDPX5Q727IWK2' where id=3;
-update noar ti set b0='IGUVHY8524WPPGDPX5Q727IWK2' where id=3;
-update noar tt set b1='6TRDXA1NGYVYP8MU2PWR6Q33' where id=3;
-update noar ti set b1='6TRDXA1NGYVYP8MU2PWR6Q33' where id=3;
-update noar tt set b2='CDBAZME9LHTJ7SDMSQIPXT4AK' where id=3;
-update noar ti set b2='CDBAZME9LHTJ7SDMSQIPXT4AK' where id=3;
-update noar tt set b0='E17Q0M0GVPWZFVUPALGLF7Z' where id=4;
-update noar ti set b0='E17Q0M0GVPWZFVUPALGLF7Z' where id=4;
-update noar tt set b1='B138' where id=4;
-update noar ti set b1='B138' where id=4;
-update noar tt set b2='K28OT3' where id=4;
-update noar ti set b2='K28OT3' where id=4;
-update noar tt set b0='799NAUH9LZ6DQ2YM4YBDJXK0UP5C' where id=5;
-update noar ti set b0='799NAUH9LZ6DQ2YM4YBDJXK0UP5C' where id=5;
-update noar tt set b1='6ZN7TJLGBMFMI54KDBYH1' where id=5;
-update noar ti set b1='6ZN7TJLGBMFMI54KDBYH1' where id=5;
-update noar tt set b2='L3WOXG7WTTXC3IV' where id=5;
-update noar ti set b2='L3WOXG7WTTXC3IV' where id=5;
-update noar tt set b0='6DJX9N6ILL5TKHDKGEQFVFF3BT4' where id=6;
-update noar ti set b0='6DJX9N6ILL5TKHDKGEQFVFF3BT4' where id=6;
-update noar tt set b1='64MY4' where id=6;
-update noar ti set b1='64MY4' where id=6;
-update noar tt set b2='GOEJLSUYTIODH6NRU4N2ZQLV69EKRKU' where id=6;
-update noar ti set b2='GOEJLSUYTIODH6NRU4N2ZQLV69EKRKU' where id=6;
-update noar tt set b0='3M' where id=7;
-update noar ti set b0='3M' where id=7;
-update noar tt set b1='DZ88RA0VGO9OQAP1B877TIIJ' where id=7;
-update noar ti set b1='DZ88RA0VGO9OQAP1B877TIIJ' where id=7;
-update noar tt set b2='P7X3Y0U09' where id=7;
-update noar ti set b2='P7X3Y0U09' where id=7;
-update noar tt set b0='L1LTSJSTTAN' where id=8;
-update noar ti set b0='L1LTSJSTTAN' where id=8;
-update noar tt set b1='DIJE7V2X273ZJ5Q46LK526R8XAT0CD' where id=8;
-update noar ti set b1='DIJE7V2X273ZJ5Q46LK526R8XAT0CD' where id=8;
-update noar tt set b2='HDUWY57FI15DVFMH1X' where id=8;
-update noar ti set b2='HDUWY57FI15DVFMH1X' where id=8;
-update noar tt set b0='LWLFO7R2QHKNV87FR7S' where id=9;
-update noar ti set b0='LWLFO7R2QHKNV87FR7S' where id=9;
-update noar tt set b1='2RZUVK3S31BP6FB6Y0HSBW1NQ' where id=9;
-update noar ti set b1='2RZUVK3S31BP6FB6Y0HSBW1NQ' where id=9;
-update noar tt set b2='ZUY' where id=9;
-update noar ti set b2='ZUY' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 tinyblob null,
-b1 blob null,
-b2 text 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 b0='N5FAV' where id=1;
-update noar ti set b0='N5FAV' where id=1;
-update noar tt set b1='RYFWXW1F9RL' where id=1;
-update noar ti set b1='RYFWXW1F9RL' where id=1;
-update noar tt set b2='7DPV6J2QCEC5ADBFD3LGHEPQ45' where id=1;
-update noar ti set b2='7DPV6J2QCEC5ADBFD3LGHEPQ45' where id=1;
-update noar tt set b0='JIPOEWS3URK01XP4' where id=2;
-update noar ti set b0='JIPOEWS3URK01XP4' where id=2;
-update noar tt set b1='YOS5YFF2TLF' where id=2;
-update noar ti set b1='YOS5YFF2TLF' where id=2;
-update noar tt set b2='37NBJ61XX81S7MA1AYNE8JATUVML' where id=2;
-update noar ti set b2='37NBJ61XX81S7MA1AYNE8JATUVML' where id=2;
-update noar tt set b0='QQAF5MC' where id=3;
-update noar ti set b0='QQAF5MC' where id=3;
-update noar tt set b1='DY38O7X13Q9NQO435UNGT2GETFVEO80' where id=3;
-update noar ti set b1='DY38O7X13Q9NQO435UNGT2GETFVEO80' where id=3;
-update noar tt set b2='6JQECIJEBHAZ4XX45R6GUW19XG' where id=3;
-update noar ti set b2='6JQECIJEBHAZ4XX45R6GUW19XG' where id=3;
-update noar tt set b0='24AJA' where id=4;
-update noar ti set b0='24AJA' where id=4;
-update noar tt set b1='81E25ALZALDIW7SL2FOYANUMI0BEM1MD' where id=4;
-update noar ti set b1='81E25ALZALDIW7SL2FOYANUMI0BEM1MD' where id=4;
-update noar tt set b2='3BA2X' where id=4;
-update noar ti set b2='3BA2X' where id=4;
-update noar tt set b0='BNKHC8BMS5H28LNPCLY3DPJG0E86' where id=5;
-update noar ti set b0='BNKHC8BMS5H28LNPCLY3DPJG0E86' where id=5;
-update noar tt set b1='9CTRWMLS1FU634SKTZ0BHX' where id=5;
-update noar ti set b1='9CTRWMLS1FU634SKTZ0BHX' where id=5;
-update noar tt set b2='ZHIFCL6FCTUGV' where id=5;
-update noar ti set b2='ZHIFCL6FCTUGV' where id=5;
-update noar tt set b0='DQ9BCIUOL7UOB' where id=6;
-update noar ti set b0='DQ9BCIUOL7UOB' where id=6;
-update noar tt set b1='2Q5K2JDNDNMB79GEZO8S9E6SMU' where id=6;
-update noar ti set b1='2Q5K2JDNDNMB79GEZO8S9E6SMU' where id=6;
-update noar tt set b2='292UMJRNFY13ROE6ADFOF' where id=6;
-update noar ti set b2='292UMJRNFY13ROE6ADFOF' where id=6;
-update noar tt set b0='V1GX25GBFALLY0ANX95G454SE4F6H' where id=7;
-update noar ti set b0='V1GX25GBFALLY0ANX95G454SE4F6H' where id=7;
-update noar tt set b1='2OJI3LOTMTT2OB60P0N087EYP3' where id=7;
-update noar ti set b1='2OJI3LOTMTT2OB60P0N087EYP3' where id=7;
-update noar tt set b2='WS' where id=7;
-update noar ti set b2='WS' where id=7;
-update noar tt set b0='0Y5IB6UIQIKT58' where id=8;
-update noar ti set b0='0Y5IB6UIQIKT58' where id=8;
-update noar tt set b1='KIX01AKQWO8UAO4XBTA0' where id=8;
-update noar ti set b1='KIX01AKQWO8UAO4XBTA0' where id=8;
-update noar tt set b2='H0J8RBH3DTSM1XZ9CJZCJHEHFUR' where id=8;
-update noar ti set b2='H0J8RBH3DTSM1XZ9CJZCJHEHFUR' where id=8;
-update noar tt set b0='1EH88DP9RH' where id=9;
-update noar ti set b0='1EH88DP9RH' where id=9;
-update noar tt set b1='9N64S3DOR754' where id=9;
-update noar ti set b1='9N64S3DOR754' where id=9;
-update noar tt set b2='GFGUGUQVHR3JL50XHRY8SL3TEM' where id=9;
-update noar ti set b2='GFGUGUQVHR3JL50XHRY8SL3TEM' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 tinyblob not null,
-b1 blob not null,
-b2 text 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 b0='OHE09CVN1PE6SOQ0TQIDQ966YRR' where id=1;
-update noar ti set b0='OHE09CVN1PE6SOQ0TQIDQ966YRR' where id=1;
-update noar tt set b1='2OA1ZU9B69P4LKS45N5HY82Q77WE' where id=1;
-update noar ti set b1='2OA1ZU9B69P4LKS45N5HY82Q77WE' where id=1;
-update noar tt set b2='BDDR6TUDPRAV12BSO42SHUH20SFS1' where id=1;
-update noar ti set b2='BDDR6TUDPRAV12BSO42SHUH20SFS1' where id=1;
-update noar tt set b0='NATFMK64HO0H1' where id=2;
-update noar ti set b0='NATFMK64HO0H1' where id=2;
-update noar tt set b1='NRR2H7LOZ87FSGKKDKOMDEFXXV8X15L' where id=2;
-update noar ti set b1='NRR2H7LOZ87FSGKKDKOMDEFXXV8X15L' where id=2;
-update noar tt set b2='X9RQIR7QAXVLKE' where id=2;
-update noar ti set b2='X9RQIR7QAXVLKE' where id=2;
-update noar tt set b0='SMXBH03' where id=3;
-update noar ti set b0='SMXBH03' where id=3;
-update noar tt set b1='LMF8WXBU6UUSS05VLM4AWXNK' where id=3;
-update noar ti set b1='LMF8WXBU6UUSS05VLM4AWXNK' where id=3;
-update noar tt set b2='K25NU1I1A7G1H37X8J' where id=3;
-update noar ti set b2='K25NU1I1A7G1H37X8J' where id=3;
-update noar tt set b0='YCAQOFZJORR6GHNPB5W4S5SXLNQHKJ' where id=4;
-update noar ti set b0='YCAQOFZJORR6GHNPB5W4S5SXLNQHKJ' where id=4;
-update noar tt set b1='UKVS095MVDHQFY' where id=4;
-update noar ti set b1='UKVS095MVDHQFY' where id=4;
-update noar tt set b2='P8YU3T6VH7RJZP' where id=4;
-update noar ti set b2='P8YU3T6VH7RJZP' where id=4;
-update noar tt set b0='MQWW3T3OE39ACEE4ORTN7E6E00BKY0WE' where id=5;
-update noar ti set b0='MQWW3T3OE39ACEE4ORTN7E6E00BKY0WE' where id=5;
-update noar tt set b1='D1W8LB4' where id=5;
-update noar ti set b1='D1W8LB4' where id=5;
-update noar tt set b2='5PUG6EW1NKHLO' where id=5;
-update noar ti set b2='5PUG6EW1NKHLO' where id=5;
-update noar tt set b0='MJ' where id=6;
-update noar ti set b0='MJ' where id=6;
-update noar tt set b1='9T' where id=6;
-update noar ti set b1='9T' where id=6;
-update noar tt set b2='JS' where id=6;
-update noar ti set b2='JS' where id=6;
-update noar tt set b0='PWMQ9Y62JLYVANGVNW2P' where id=7;
-update noar ti set b0='PWMQ9Y62JLYVANGVNW2P' where id=7;
-update noar tt set b1='4LSY6RIPCNCUJMAIW168LP4V1J4GMA' where id=7;
-update noar ti set b1='4LSY6RIPCNCUJMAIW168LP4V1J4GMA' where id=7;
-update noar tt set b2='2K8VOWIRB' where id=7;
-update noar ti set b2='2K8VOWIRB' where id=7;
-update noar tt set b0='D3FWQY2N45AD234LMFR6EE' where id=8;
-update noar ti set b0='D3FWQY2N45AD234LMFR6EE' where id=8;
-update noar tt set b1='D8PFGU6K1FZROQI2OKBPE' where id=8;
-update noar ti set b1='D8PFGU6K1FZROQI2OKBPE' where id=8;
-update noar tt set b2='UI2QM6RXB63N35PG0ZR6AE' where id=8;
-update noar ti set b2='UI2QM6RXB63N35PG0ZR6AE' where id=8;
-update noar tt set b0='HW8QRKNLSCZLLKVFI2PPF8UUO8ZB' where id=9;
-update noar ti set b0='HW8QRKNLSCZLLKVFI2PPF8UUO8ZB' where id=9;
-update noar tt set b1='V5O58RH9M2DTNG1WCNHU6UYI3' where id=9;
-update noar ti set b1='V5O58RH9M2DTNG1WCNHU6UYI3' where id=9;
-update noar tt set b2='VYTJN24E' where id=9;
-update noar ti set b2='VYTJN24E' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='7H20YF66A9RXV7GQ5J' where id=1;
-update noar ti set b0='7H20YF66A9RXV7GQ5J' where id=1;
-update noar tt set b1='IOAO4KGB5V31WO5' where id=1;
-update noar ti set b1='IOAO4KGB5V31WO5' where id=1;
-update noar tt set b2='RV57OU' where id=1;
-update noar ti set b2='RV57OU' where id=1;
-update noar tt set b0='OKHLNT1VZWFLDA6V2KX9EBAOF' where id=2;
-update noar ti set b0='OKHLNT1VZWFLDA6V2KX9EBAOF' where id=2;
-update noar tt set b1='SXLOO2Q3QHBIYJOOF9R5EE35CJV9' where id=2;
-update noar ti set b1='SXLOO2Q3QHBIYJOOF9R5EE35CJV9' where id=2;
-update noar tt set b2='NLX3M8' where id=2;
-update noar ti set b2='NLX3M8' where id=2;
-update noar tt set b0='RA9J9RZXZOBMX1' where id=3;
-update noar ti set b0='RA9J9RZXZOBMX1' where id=3;
-update noar tt set b1='P8TTGU2N4HNZVDT6184YH' where id=3;
-update noar ti set b1='P8TTGU2N4HNZVDT6184YH' 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 b0='D' where id=4;
-update noar ti set b0='D' where id=4;
-update noar tt set b1='4CY862DE' where id=4;
-update noar ti set b1='4CY862DE' where id=4;
-update noar tt set b2='HJ6K7T1DOUIJ8FV82LJ5' where id=4;
-update noar ti set b2='HJ6K7T1DOUIJ8FV82LJ5' where id=4;
-update noar tt set b0='8J0HWDJ120V' where id=5;
-update noar ti set b0='8J0HWDJ120V' where id=5;
-update noar tt set b1='U3XHYGU5HD' where id=5;
-update noar ti set b1='U3XHYGU5HD' where id=5;
-update noar tt set b2='SR3CRVL6OV' where id=5;
-update noar ti set b2='SR3CRVL6OV' where id=5;
-update noar tt set b0='MI' where id=6;
-update noar ti set b0='MI' where id=6;
-update noar tt set b1='0IA4PJS6DZ' where id=6;
-update noar ti set b1='0IA4PJS6DZ' where id=6;
-update noar tt set b2='QJHUDCHA4IYE' where id=6;
-update noar ti set b2='QJHUDCHA4IYE' where id=6;
-update noar tt set b0='SW5E' where id=7;
-update noar ti set b0='SW5E' where id=7;
-update noar tt set b1='8LETY9NARJSWRKOMD9EPH98WC3CE' where id=7;
-update noar ti set b1='8LETY9NARJSWRKOMD9EPH98WC3CE' where id=7;
-update noar tt set b2='XZA2174D548YOBREK4XJI' where id=7;
-update noar ti set b2='XZA2174D548YOBREK4XJI' where id=7;
-update noar tt set b0='KSK' where id=8;
-update noar ti set b0='KSK' where id=8;
-update noar tt set b1='YS7GP2LEZA22K2T804VTMPPI' where id=8;
-update noar ti set b1='YS7GP2LEZA22K2T804VTMPPI' where id=8;
-update noar tt set b2='J15HJL0K7E5WLYRBS34RD5SKTAPMOR' where id=8;
-update noar ti set b2='J15HJL0K7E5WLYRBS34RD5SKTAPMOR' where id=8;
-update noar tt set b0='X8UBULN4DAPQJ4J0SKRF8XIA' where id=9;
-update noar ti set b0='X8UBULN4DAPQJ4J0SKRF8XIA' where id=9;
-update noar tt set b1='J69B8PDS4PG3HCX6NB0UF2G5YJ92X6' where id=9;
-update noar ti set b1='J69B8PDS4PG3HCX6NB0UF2G5YJ92X6' where id=9;
-update noar tt set b2='LNLBZUVT51QSB8J154H0GX6OG' where id=9;
-update noar ti set b2='LNLBZUVT51QSB8J154H0GX6OG' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='D5NHT94GAYKZ0ZL8WJFOCP8C5Z955F' where id=1;
-update noar ti set b0='D5NHT94GAYKZ0ZL8WJFOCP8C5Z955F' where id=1;
-update noar tt set b1='E95' where id=1;
-update noar ti set b1='E95' where id=1;
-update noar tt set b2='E9S2FF4NARNCMNONETF904M547Y5A837' where id=1;
-update noar ti set b2='E9S2FF4NARNCMNONETF904M547Y5A837' where id=1;
-update noar tt set b0='DMVF21TT7UOOVLZG2M64' where id=2;
-update noar ti set b0='DMVF21TT7UOOVLZG2M64' where id=2;
-update noar tt set b1='7VVLJ672EB' where id=2;
-update noar ti set b1='7VVLJ672EB' where id=2;
-update noar tt set b2='K7' where id=2;
-update noar ti set b2='K7' where id=2;
-update noar tt set b0='NQI3T161XHZN5YHTZWD68SLXTNIN' where id=3;
-update noar ti set b0='NQI3T161XHZN5YHTZWD68SLXTNIN' where id=3;
-update noar tt set b1='T5I' where id=3;
-update noar ti set b1='T5I' where id=3;
-update noar tt set b2='20T3' where id=3;
-update noar ti set b2='20T3' where id=3;
-update noar tt set b0='EOS29XP3SERP0YJ2JAQRJ3' where id=4;
-update noar ti set b0='EOS29XP3SERP0YJ2JAQRJ3' where id=4;
-update noar tt set b1='QR379A0X6BVCODK1OPRW1LN6FD7PEZ2' where id=4;
-update noar ti set b1='QR379A0X6BVCODK1OPRW1LN6FD7PEZ2' where id=4;
-update noar tt set b2='82OANMH93' where id=4;
-update noar ti set b2='82OANMH93' where id=4;
-update noar tt set b0='31FIVXNTDC' where id=5;
-update noar ti set b0='31FIVXNTDC' where id=5;
-update noar tt set b1='5JZ8PZLP8IU50775QN0WPLMVOL7CJ9S' where id=5;
-update noar ti set b1='5JZ8PZLP8IU50775QN0WPLMVOL7CJ9S' where id=5;
-update noar tt set b2='EEEOV0XTLKJPEB07ZQ8P0D5O82A4BBTX' where id=5;
-update noar ti set b2='EEEOV0XTLKJPEB07ZQ8P0D5O82A4BBTX' where id=5;
-update noar tt set b0='AMMWWL6LQEJPRSTJLWFIGWT' where id=6;
-update noar ti set b0='AMMWWL6LQEJPRSTJLWFIGWT' where id=6;
-update noar tt set b1='HQPQZCS' where id=6;
-update noar ti set b1='HQPQZCS' where id=6;
-update noar tt set b2='HCVDS7GXPCLFTXB07WQCJX' where id=6;
-update noar ti set b2='HCVDS7GXPCLFTXB07WQCJX' where id=6;
-update noar tt set b0='OMNW' where id=7;
-update noar ti set b0='OMNW' where id=7;
-update noar tt set b1='2JTU2WCEE5T0A19' where id=7;
-update noar ti set b1='2JTU2WCEE5T0A19' where id=7;
-update noar tt set b2='27FB02D29NJBRT6F' where id=7;
-update noar ti set b2='27FB02D29NJBRT6F' where id=7;
-update noar tt set b0='R' where id=8;
-update noar ti set b0='R' where id=8;
-update noar tt set b1='FV' where id=8;
-update noar ti set b1='FV' where id=8;
-update noar tt set b2='QXYW88W2KI23FOGY04' where id=8;
-update noar ti set b2='QXYW88W2KI23FOGY04' where id=8;
-update noar tt set b0='3G01CANSG3FDFKHOODJKQB6FX' where id=9;
-update noar ti set b0='3G01CANSG3FDFKHOODJKQB6FX' where id=9;
-update noar tt set b1='UN6KUYV6UFWHVYWQKI7S1DDN6' where id=9;
-update noar ti set b1='UN6KUYV6UFWHVYWQKI7S1DDN6' where id=9;
-update noar tt set b2='EEUT1VDOTNJMTM5NFJPZH' where id=9;
-update noar ti set b2='EEUT1VDOTNJMTM5NFJPZH' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='G3V17GK52' where id=1;
-update noar ti set b0='G3V17GK52' where id=1;
-update noar tt set b1='QHKDP02I65QSN' where id=1;
-update noar ti set b1='QHKDP02I65QSN' where id=1;
-update noar tt set b2='0JZ0CNQSUBS' where id=1;
-update noar ti set b2='0JZ0CNQSUBS' where id=1;
-update noar tt set b0='FGH0FPCA02P' where id=2;
-update noar ti set b0='FGH0FPCA02P' where id=2;
-update noar tt set b1='T5FEBH06R2FOZ40' where id=2;
-update noar ti set b1='T5FEBH06R2FOZ40' where id=2;
-update noar tt set b2='6' where id=2;
-update noar ti set b2='6' where id=2;
-update noar tt set b0='6A0XBN3F4DS2V2S' where id=3;
-update noar ti set b0='6A0XBN3F4DS2V2S' where id=3;
-update noar tt set b1='HGXSH0G3Z7EHQAI09FLJX' where id=3;
-update noar ti set b1='HGXSH0G3Z7EHQAI09FLJX' where id=3;
-update noar tt set b2='RZ86H6959C4001UMGW5J12WKMV039VH' where id=3;
-update noar ti set b2='RZ86H6959C4001UMGW5J12WKMV039VH' where id=3;
-update noar tt set b0='3G' where id=4;
-update noar ti set b0='3G' where id=4;
-update noar tt set b1='2KFCAJ2Q9TG8E3GTL3GSEM28XU6IIC4A' where id=4;
-update noar ti set b1='2KFCAJ2Q9TG8E3GTL3GSEM28XU6IIC4A' where id=4;
-update noar tt set b2='TFH78N9S' where id=4;
-update noar ti set b2='TFH78N9S' where id=4;
-update noar tt set b0='FNUJ7W' where id=5;
-update noar ti set b0='FNUJ7W' where id=5;
-update noar tt set b1='PVOABGSIGWNVQ5Y' where id=5;
-update noar ti set b1='PVOABGSIGWNVQ5Y' where id=5;
-update noar tt set b2='IJS0H0N92DP9Y8SWNZBAUU' where id=5;
-update noar ti set b2='IJS0H0N92DP9Y8SWNZBAUU' where id=5;
-update noar tt set b0='AGZHX' where id=6;
-update noar ti set b0='AGZHX' where id=6;
-update noar tt set b1='KPT3LZVGI' where id=6;
-update noar ti set b1='KPT3LZVGI' where id=6;
-update noar tt set b2='TD60T4QZJNAGLC1UE299XV' where id=6;
-update noar ti set b2='TD60T4QZJNAGLC1UE299XV' where id=6;
-update noar tt set b0='NK7ZXDZGGHJ531MUPCB13' where id=7;
-update noar ti set b0='NK7ZXDZGGHJ531MUPCB13' where id=7;
-update noar tt set b1='789A10YLUFH44S' where id=7;
-update noar ti set b1='789A10YLUFH44S' where id=7;
-update noar tt set b2='2ZBHBA8PDC7T0RZ93T' where id=7;
-update noar ti set b2='2ZBHBA8PDC7T0RZ93T' where id=7;
-update noar tt set b0='7XYYW' where id=8;
-update noar ti set b0='7XYYW' where id=8;
-update noar tt set b1='EJJ' where id=8;
-update noar ti set b1='EJJ' where id=8;
-update noar tt set b2='TOG0E6BYRKJV' where id=8;
-update noar ti set b2='TOG0E6BYRKJV' where id=8;
-update noar tt set b0='P94KRHR' where id=9;
-update noar ti set b0='P94KRHR' where id=9;
-update noar tt set b1='WDGKG7UBRX3FKBC2HR' where id=9;
-update noar ti set b1='WDGKG7UBRX3FKBC2HR' where id=9;
-update noar tt set b2='HDRRZ8MNM2YQ5LDTS' where id=9;
-update noar ti set b2='HDRRZ8MNM2YQ5LDTS' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='LR1F2C5AYWHSULZV972FP0LNDTQ93UEY' where id=1;
-update noar ti set b0='LR1F2C5AYWHSULZV972FP0LNDTQ93UEY' where id=1;
-update noar tt set b1='VNS2FD255YHT737ZJAXMC56' where id=1;
-update noar ti set b1='VNS2FD255YHT737ZJAXMC56' where id=1;
-update noar tt set b2='WMCUL9CKIUUL29E11KVCAAB0B' where id=1;
-update noar ti set b2='WMCUL9CKIUUL29E11KVCAAB0B' where id=1;
-update noar tt set b0='HKU9TSDFCW83P4ADM91QT2SVRQMVV' where id=2;
-update noar ti set b0='HKU9TSDFCW83P4ADM91QT2SVRQMVV' where id=2;
-update noar tt set b1='THK6Q0PI7NVU9PXBW3RK3IZ1PMB6X3' where id=2;
-update noar ti set b1='THK6Q0PI7NVU9PXBW3RK3IZ1PMB6X3' where id=2;
-update noar tt set b2='LLVLZ91MUSQXOXFE8BYBC2GSIU3U54XN' where id=2;
-update noar ti set b2='LLVLZ91MUSQXOXFE8BYBC2GSIU3U54XN' where id=2;
-update noar tt set b0='8DVOSZRLWSTIK' where id=3;
-update noar ti set b0='8DVOSZRLWSTIK' where id=3;
-update noar tt set b1='2BGTY67YW7KX5TX1U5MD5' where id=3;
-update noar ti set b1='2BGTY67YW7KX5TX1U5MD5' where id=3;
-update noar tt set b2='UV9UNZDQECM0N2' where id=3;
-update noar ti set b2='UV9UNZDQECM0N2' where id=3;
-update noar tt set b0='OYXPNG3IALFMOKKTKBZF' where id=4;
-update noar ti set b0='OYXPNG3IALFMOKKTKBZF' where id=4;
-update noar tt set b1='YEPI66UUA1A240GD48' where id=4;
-update noar ti set b1='YEPI66UUA1A240GD48' where id=4;
-update noar tt set b2='HE4J4W7ZRZWLZI26XR23' where id=4;
-update noar ti set b2='HE4J4W7ZRZWLZI26XR23' where id=4;
-update noar tt set b0='130E6Y38TW24D082' where id=5;
-update noar ti set b0='130E6Y38TW24D082' where id=5;
-update noar tt set b1='VG018IS8ZQN1D' where id=5;
-update noar ti set b1='VG018IS8ZQN1D' where id=5;
-update noar tt set b2='QH6X8N45BQEG6FD4XHGD2JRAZGN6W6' where id=5;
-update noar ti set b2='QH6X8N45BQEG6FD4XHGD2JRAZGN6W6' where id=5;
-update noar tt set b0='HZJNJ9QPUC94J' where id=6;
-update noar ti set b0='HZJNJ9QPUC94J' where id=6;
-update noar tt set b1='12AQKBWP7' where id=6;
-update noar ti set b1='12AQKBWP7' where id=6;
-update noar tt set b2='LDOGKBAG57B7UCCNAD56V' where id=6;
-update noar ti set b2='LDOGKBAG57B7UCCNAD56V' where id=6;
-update noar tt set b0='M72' where id=7;
-update noar ti set b0='M72' where id=7;
-update noar tt set b1='13W65YYJOH49XZ8LE' where id=7;
-update noar ti set b1='13W65YYJOH49XZ8LE' where id=7;
-update noar tt set b2='CFCY' where id=7;
-update noar ti set b2='CFCY' where id=7;
-update noar tt set b0='K82JOXYRGMBEONIOXKGI4E3L0J' where id=8;
-update noar ti set b0='K82JOXYRGMBEONIOXKGI4E3L0J' where id=8;
-update noar tt set b1='BPW' where id=8;
-update noar ti set b1='BPW' where id=8;
-update noar tt set b2='AB3TYGHITLU260KVRVHUZSALSTLO55C' where id=8;
-update noar ti set b2='AB3TYGHITLU260KVRVHUZSALSTLO55C' where id=8;
-update noar tt set b0='5KSA3BQ1X1F86XAS' where id=9;
-update noar ti set b0='5KSA3BQ1X1F86XAS' where id=9;
-update noar tt set b1='6R689A37RVWEZ8RK4' where id=9;
-update noar ti set b1='6R689A37RVWEZ8RK4' where id=9;
-update noar tt set b2='249XCEBEUHQLF413TJ74LP' where id=9;
-update noar ti set b2='249XCEBEUHQLF413TJ74LP' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='VCO0JPLDALLG' where id=1;
-update noar ti set b0='VCO0JPLDALLG' where id=1;
-update noar tt set b1='YZ73XB0JK6XYBGSGAS9MJJ' where id=1;
-update noar ti set b1='YZ73XB0JK6XYBGSGAS9MJJ' where id=1;
-update noar tt set b2='DUB9P3TDVP2KEI' where id=1;
-update noar ti set b2='DUB9P3TDVP2KEI' where id=1;
-update noar tt set b0='L1X84LWN8QRDM' where id=2;
-update noar ti set b0='L1X84LWN8QRDM' where id=2;
-update noar tt set b1='HOR89OUSLFZQ' where id=2;
-update noar ti set b1='HOR89OUSLFZQ' where id=2;
-update noar tt set b2='II07KOFF5BETPB24O77O8Z' where id=2;
-update noar ti set b2='II07KOFF5BETPB24O77O8Z' where id=2;
-update noar tt set b0='3C5G9CY6G9BZ50KLHRYE' where id=3;
-update noar ti set b0='3C5G9CY6G9BZ50KLHRYE' where id=3;
-update noar tt set b1='BOT9A33IKQNQ' where id=3;
-update noar ti set b1='BOT9A33IKQNQ' where id=3;
-update noar tt set b2='19HXK4IFAMY409SFK00ZPMG' where id=3;
-update noar ti set b2='19HXK4IFAMY409SFK00ZPMG' where id=3;
-update noar tt set b0='A9MNK5MS60QKEJCRAGF6H55' where id=4;
-update noar ti set b0='A9MNK5MS60QKEJCRAGF6H55' where id=4;
-update noar tt set b1='BFVYS6M7OO494V6SIV8O7A' where id=4;
-update noar ti set b1='BFVYS6M7OO494V6SIV8O7A' where id=4;
-update noar tt set b2='Q0ZJKOUJV2Y8WFFYIMV20VKZHASNYL7' where id=4;
-update noar ti set b2='Q0ZJKOUJV2Y8WFFYIMV20VKZHASNYL7' where id=4;
-update noar tt set b0='YQ5CWFGV4LA5YU' where id=5;
-update noar ti set b0='YQ5CWFGV4LA5YU' where id=5;
-update noar tt set b1='3VG46KQDCT6EZFRFCT93OGBYP' where id=5;
-update noar ti set b1='3VG46KQDCT6EZFRFCT93OGBYP' where id=5;
-update noar tt set b2='L0H' where id=5;
-update noar ti set b2='L0H' where id=5;
-update noar tt set b0='58WDO1GR881BAT6VMOE0JAIO1U8ATM' where id=6;
-update noar ti set b0='58WDO1GR881BAT6VMOE0JAIO1U8ATM' where id=6;
-update noar tt set b1='W04PPC20CNITELJ24TJE9' where id=6;
-update noar ti set b1='W04PPC20CNITELJ24TJE9' where id=6;
-update noar tt set b2='FKO06Y1WWP9EF9231X8FSOF' where id=6;
-update noar ti set b2='FKO06Y1WWP9EF9231X8FSOF' where id=6;
-update noar tt set b0='6YV3CFTPOQMYFJAP74132DZ' where id=7;
-update noar ti set b0='6YV3CFTPOQMYFJAP74132DZ' where id=7;
-update noar tt set b1='NPZCGPF1KDZAZ8THVONNE' where id=7;
-update noar ti set b1='NPZCGPF1KDZAZ8THVONNE' where id=7;
-update noar tt set b2='FXFENBCXULQ6THLA5N1RKX' where id=7;
-update noar ti set b2='FXFENBCXULQ6THLA5N1RKX' where id=7;
-update noar tt set b0='Q6FWAJY98GNLU8RH4' where id=8;
-update noar ti set b0='Q6FWAJY98GNLU8RH4' where id=8;
-update noar tt set b1='38ZHPSGDNKDMVCDJ4SV0LLKGS' where id=8;
-update noar ti set b1='38ZHPSGDNKDMVCDJ4SV0LLKGS' where id=8;
-update noar tt set b2='X8P14PZT9PTRVF' where id=8;
-update noar ti set b2='X8P14PZT9PTRVF' where id=8;
-update noar tt set b0='SDRKTAPHLVRD13SOAKS0WRCE' where id=9;
-update noar ti set b0='SDRKTAPHLVRD13SOAKS0WRCE' where id=9;
-update noar tt set b1='XXCT9B8IUTBHFEMQ7TH6L30XK9CP5' where id=9;
-update noar ti set b1='XXCT9B8IUTBHFEMQ7TH6L30XK9CP5' where id=9;
-update noar tt set b2='DC0L9V' where id=9;
-update noar ti set b2='DC0L9V' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='8H5QEMP8Z93WE6J6H244WHNPLMNYIYA' where id=1;
-update noar ti set b0='8H5QEMP8Z93WE6J6H244WHNPLMNYIYA' where id=1;
-update noar tt set b1='M3Y4OT4' where id=1;
-update noar ti set b1='M3Y4OT4' where id=1;
-update noar tt set b2='0YFUJA8U3TZOPC6RXLJ3F69ZUPZYQPT' where id=1;
-update noar ti set b2='0YFUJA8U3TZOPC6RXLJ3F69ZUPZYQPT' where id=1;
-update noar tt set b0='FGGBOVA2XVGBH1E42QILO1N1BQ8CXBZI' where id=2;
-update noar ti set b0='FGGBOVA2XVGBH1E42QILO1N1BQ8CXBZI' where id=2;
-update noar tt set b1='VJ3D0R0JKTQ' where id=2;
-update noar ti set b1='VJ3D0R0JKTQ' where id=2;
-update noar tt set b2='8H8MPL0OG2CJJV5OQX05TNSUDVQL' where id=2;
-update noar ti set b2='8H8MPL0OG2CJJV5OQX05TNSUDVQL' where id=2;
-update noar tt set b0='6L12YITZKF4LDG44HCUIII78K' where id=3;
-update noar ti set b0='6L12YITZKF4LDG44HCUIII78K' where id=3;
-update noar tt set b1='WEX3OO556LIWHS8DPO6BBYTUY2X2' where id=3;
-update noar ti set b1='WEX3OO556LIWHS8DPO6BBYTUY2X2' where id=3;
-update noar tt set b2='NW' where id=3;
-update noar ti set b2='NW' where id=3;
-update noar tt set b0='MYDT5X143' where id=4;
-update noar ti set b0='MYDT5X143' where id=4;
-update noar tt set b1='04WKK4YFP4C807FZNQZPSVT' where id=4;
-update noar ti set b1='04WKK4YFP4C807FZNQZPSVT' where id=4;
-update noar tt set b2='R92M8YAE9YHF8JWHTU3YU' where id=4;
-update noar ti set b2='R92M8YAE9YHF8JWHTU3YU' where id=4;
-update noar tt set b0='PSFXPY89A39M0' where id=5;
-update noar ti set b0='PSFXPY89A39M0' where id=5;
-update noar tt set b1='T9QQ2P57OU67CJY' where id=5;
-update noar ti set b1='T9QQ2P57OU67CJY' where id=5;
-update noar tt set b2='MGYSY6VJUR4' where id=5;
-update noar ti set b2='MGYSY6VJUR4' where id=5;
-update noar tt set b0='8W37RYQ4JM9ITCP10PFJ5U2' where id=6;
-update noar ti set b0='8W37RYQ4JM9ITCP10PFJ5U2' where id=6;
-update noar tt set b1='H5O79F36HZS' where id=6;
-update noar ti set b1='H5O79F36HZS' where id=6;
-update noar tt set b2='WB9' where id=6;
-update noar ti set b2='WB9' where id=6;
-update noar tt set b0='AK7WTU9IVQNJXCE66XHKHYDQN0OE' where id=7;
-update noar ti set b0='AK7WTU9IVQNJXCE66XHKHYDQN0OE' where id=7;
-update noar tt set b1='UCJEYUVAOSM1UFXZPKPLOK4KOBFNLXP' where id=7;
-update noar ti set b1='UCJEYUVAOSM1UFXZPKPLOK4KOBFNLXP' where id=7;
-update noar tt set b2='23WBK' where id=7;
-update noar ti set b2='23WBK' where id=7;
-update noar tt set b0='Q276ZA93FRTBQNPYFWBI4Y2VF7N3' where id=8;
-update noar ti set b0='Q276ZA93FRTBQNPYFWBI4Y2VF7N3' where id=8;
-update noar tt set b1='97BBSW4XFX1C95TLO1T1LRAZLQ9NFN5A' where id=8;
-update noar ti set b1='97BBSW4XFX1C95TLO1T1LRAZLQ9NFN5A' where id=8;
-update noar tt set b2='DUKXEJK0JAC6W62BTZ5E' where id=8;
-update noar ti set b2='DUKXEJK0JAC6W62BTZ5E' where id=8;
-update noar tt set b0='M49S057P13EDI3DGCUS6UTA9N' where id=9;
-update noar ti set b0='M49S057P13EDI3DGCUS6UTA9N' where id=9;
-update noar tt set b1='BIT6W9BP45A04HII58G' where id=9;
-update noar ti set b1='BIT6W9BP45A04HII58G' where id=9;
-update noar tt set b2='0X24QVI' where id=9;
-update noar ti set b2='0X24QVI' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='RC3FJ0G' where id=1;
-update noar ti set b0='RC3FJ0G' where id=1;
-update noar tt set b1='4LWJ05NF59SO8A7N55B' where id=1;
-update noar ti set b1='4LWJ05NF59SO8A7N55B' where id=1;
-update noar tt set b2='V388YCB879EAURE' where id=1;
-update noar ti set b2='V388YCB879EAURE' where id=1;
-update noar tt set b0='GUUFRAJ' where id=2;
-update noar ti set b0='GUUFRAJ' where id=2;
-update noar tt set b1='YISROZ786YAUVSM' where id=2;
-update noar ti set b1='YISROZ786YAUVSM' where id=2;
-update noar tt set b2='FZ779HQ5MV1' where id=2;
-update noar ti set b2='FZ779HQ5MV1' where id=2;
-update noar tt set b0='TSXHOQGC4MOLERHFF7XCTKZK9U0' where id=3;
-update noar ti set b0='TSXHOQGC4MOLERHFF7XCTKZK9U0' where id=3;
-update noar tt set b1='TP9FIWYOXXOORH7ZFFT9X2UXJJR' where id=3;
-update noar ti set b1='TP9FIWYOXXOORH7ZFFT9X2UXJJR' where id=3;
-update noar tt set b2='ORZ37L3X9H101WX' where id=3;
-update noar ti set b2='ORZ37L3X9H101WX' where id=3;
-update noar tt set b0='8' where id=4;
-update noar ti set b0='8' where id=4;
-update noar tt set b1='QHVO7KU808904CP7MB503ELDJ79YKZ' where id=4;
-update noar ti set b1='QHVO7KU808904CP7MB503ELDJ79YKZ' where id=4;
-update noar tt set b2='ED0USKHRYPZWWNOHR6BJ' where id=4;
-update noar ti set b2='ED0USKHRYPZWWNOHR6BJ' where id=4;
-update noar tt set b0='F7UPEJ6THCHF' where id=5;
-update noar ti set b0='F7UPEJ6THCHF' where id=5;
-update noar tt set b1='UVGYAJTXTSD16SOSTB03' where id=5;
-update noar ti set b1='UVGYAJTXTSD16SOSTB03' where id=5;
-update noar tt set b2='382KK8' where id=5;
-update noar ti set b2='382KK8' where id=5;
-update noar tt set b0='ATAP386S4Q7XL5' where id=6;
-update noar ti set b0='ATAP386S4Q7XL5' where id=6;
-update noar tt set b1='J' where id=6;
-update noar ti set b1='J' where id=6;
-update noar tt set b2='QWB7VVS8VSVMWM' where id=6;
-update noar ti set b2='QWB7VVS8VSVMWM' where id=6;
-update noar tt set b0='Q42T35O3MXCHH0XUGPO0BE1T2Z3Y25I9' where id=7;
-update noar ti set b0='Q42T35O3MXCHH0XUGPO0BE1T2Z3Y25I9' where id=7;
-update noar tt set b1='VD5W0ZS' where id=7;
-update noar ti set b1='VD5W0ZS' where id=7;
-update noar tt set b2='Q7WDRS9XBHCF' where id=7;
-update noar ti set b2='Q7WDRS9XBHCF' where id=7;
-update noar tt set b0='U6DUHCZGKKZNAANMYNVZT7SVY8' where id=8;
-update noar ti set b0='U6DUHCZGKKZNAANMYNVZT7SVY8' where id=8;
-update noar tt set b1='M' where id=8;
-update noar ti set b1='M' where id=8;
-update noar tt set b2='3NXRJ' where id=8;
-update noar ti set b2='3NXRJ' where id=8;
-update noar tt set b0='99N97C7' where id=9;
-update noar ti set b0='99N97C7' where id=9;
-update noar tt set b1='7JKF57BEDGDX5DJ5PYV182F4Q5M8CUJ0' where id=9;
-update noar ti set b1='7JKF57BEDGDX5DJ5PYV182F4Q5M8CUJ0' where id=9;
-update noar tt set b2='VDB' where id=9;
-update noar ti set b2='VDB' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='XKDY8ACXOX8ENOXXR8RYBH8FAMAL6N' where id=1;
-update noar ti set b0='XKDY8ACXOX8ENOXXR8RYBH8FAMAL6N' where id=1;
-update noar tt set b1='IMHPNCEL9' where id=1;
-update noar ti set b1='IMHPNCEL9' where id=1;
-update noar tt set b2='L7L62L800Z4WVCIHCVINV94XL' where id=1;
-update noar ti set b2='L7L62L800Z4WVCIHCVINV94XL' where id=1;
-update noar tt set b0='RBPSPQWGWPLTHQ6F' where id=2;
-update noar ti set b0='RBPSPQWGWPLTHQ6F' where id=2;
-update noar tt set b1='8W2JYOK4B3' where id=2;
-update noar ti set b1='8W2JYOK4B3' where id=2;
-update noar tt set b2='8RW6127MR8K3ZME6LSCPSY9QRMM' where id=2;
-update noar ti set b2='8RW6127MR8K3ZME6LSCPSY9QRMM' where id=2;
-update noar tt set b0='ZJFQLEMC9J3MUPKH02XRFPKJ1GPA2' where id=3;
-update noar ti set b0='ZJFQLEMC9J3MUPKH02XRFPKJ1GPA2' where id=3;
-update noar tt set b1='7VV561KMJX7VRDGAKBZBMPRA' where id=3;
-update noar ti set b1='7VV561KMJX7VRDGAKBZBMPRA' where id=3;
-update noar tt set b2='HO45A8DY59MXR' where id=3;
-update noar ti set b2='HO45A8DY59MXR' where id=3;
-update noar tt set b0='9YGFHMPAOJT' where id=4;
-update noar ti set b0='9YGFHMPAOJT' where id=4;
-update noar tt set b1='Q783BWI451RKUTIUORM0A1XH1D' where id=4;
-update noar ti set b1='Q783BWI451RKUTIUORM0A1XH1D' where id=4;
-update noar tt set b2='4Q4QGYUCLA8P2' where id=4;
-update noar ti set b2='4Q4QGYUCLA8P2' where id=4;
-update noar tt set b0='Z2LI0DW41QA3NF335ISKDALN94ID1B' where id=5;
-update noar ti set b0='Z2LI0DW41QA3NF335ISKDALN94ID1B' where id=5;
-update noar tt set b1='94X08DXN3JGSN6OX5TNY' where id=5;
-update noar ti set b1='94X08DXN3JGSN6OX5TNY' where id=5;
-update noar tt set b2='08XHC0A9QE61JNX0H8M65J85XT1RB' where id=5;
-update noar ti set b2='08XHC0A9QE61JNX0H8M65J85XT1RB' where id=5;
-update noar tt set b0='1FIX84TDQI' where id=6;
-update noar ti set b0='1FIX84TDQI' where id=6;
-update noar tt set b1='CJ' where id=6;
-update noar ti set b1='CJ' where id=6;
-update noar tt set b2='B3DWKDMOHVKR' where id=6;
-update noar ti set b2='B3DWKDMOHVKR' where id=6;
-update noar tt set b0='AAKRU7H1L5W69XQ' where id=7;
-update noar ti set b0='AAKRU7H1L5W69XQ' where id=7;
-update noar tt set b1='GKX5U1G9GNZ1NNM4JE' where id=7;
-update noar ti set b1='GKX5U1G9GNZ1NNM4JE' where id=7;
-update noar tt set b2='QZBFHDQM23R3O' where id=7;
-update noar ti set b2='QZBFHDQM23R3O' where id=7;
-update noar tt set b0='ZRK9EJLOLDOYIBUAJUUKO' where id=8;
-update noar ti set b0='ZRK9EJLOLDOYIBUAJUUKO' where id=8;
-update noar tt set b1='7XSY' where id=8;
-update noar ti set b1='7XSY' where id=8;
-update noar tt set b2='R996UUTNJO99CM8' where id=8;
-update noar ti set b2='R996UUTNJO99CM8' where id=8;
-update noar tt set b0='582YZLBRXAEEDBS' where id=9;
-update noar ti set b0='582YZLBRXAEEDBS' where id=9;
-update noar tt set b1='IYYTVFADGRGCWS1' where id=9;
-update noar ti set b1='IYYTVFADGRGCWS1' where id=9;
-update noar tt set b2='D1T' where id=9;
-update noar ti set b2='D1T' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 tinyblob null,
-b1 mediumblob null,
-b2 text 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 b0='WIRORQ4KM9V8XE7PMT3GTSNNMT5' where id=1;
-update noar ti set b0='WIRORQ4KM9V8XE7PMT3GTSNNMT5' where id=1;
-update noar tt set b1='A3251TI36XPC9HO2U' where id=1;
-update noar ti set b1='A3251TI36XPC9HO2U' where id=1;
-update noar tt set b2='DQUMFTXH3F8O2GAK310VY2WE7H' where id=1;
-update noar ti set b2='DQUMFTXH3F8O2GAK310VY2WE7H' where id=1;
-update noar tt set b0='L' where id=2;
-update noar ti set b0='L' where id=2;
-update noar tt set b1='64TO' where id=2;
-update noar ti set b1='64TO' where id=2;
-update noar tt set b2='RG5ZJ18J3T259N193KHQ' where id=2;
-update noar ti set b2='RG5ZJ18J3T259N193KHQ' where id=2;
-update noar tt set b0='3KNWN' where id=3;
-update noar ti set b0='3KNWN' where id=3;
-update noar tt set b1='U8CKKEJT3P6QOFST681FF7' where id=3;
-update noar ti set b1='U8CKKEJT3P6QOFST681FF7' where id=3;
-update noar tt set b2='NUFA1BREMJPZCKO4RNL4EYCENJ' where id=3;
-update noar ti set b2='NUFA1BREMJPZCKO4RNL4EYCENJ' where id=3;
-update noar tt set b0='UZYNXGAF' where id=4;
-update noar ti set b0='UZYNXGAF' where id=4;
-update noar tt set b1='SIVSRI6XXDU' where id=4;
-update noar ti set b1='SIVSRI6XXDU' where id=4;
-update noar tt set b2='B1V3JA96D' where id=4;
-update noar ti set b2='B1V3JA96D' where id=4;
-update noar tt set b0='LBU' where id=5;
-update noar ti set b0='LBU' where id=5;
-update noar tt set b1='R' where id=5;
-update noar ti set b1='R' where id=5;
-update noar tt set b2='8XXOBX49KD' where id=5;
-update noar ti set b2='8XXOBX49KD' where id=5;
-update noar tt set b0='0K0RQ1EO3VW0H1L218H8EN64Q' where id=6;
-update noar ti set b0='0K0RQ1EO3VW0H1L218H8EN64Q' where id=6;
-update noar tt set b1='EZT3PQVTFNRSHIVV5ZCXJXEMG12U1NYN' where id=6;
-update noar ti set b1='EZT3PQVTFNRSHIVV5ZCXJXEMG12U1NYN' where id=6;
-update noar tt set b2='AY2PLXYBQJBXDF8Z' where id=6;
-update noar ti set b2='AY2PLXYBQJBXDF8Z' where id=6;
-update noar tt set b0='VF4ULFAUOSVG7ZDTKQ' where id=7;
-update noar ti set b0='VF4ULFAUOSVG7ZDTKQ' where id=7;
-update noar tt set b1='C9A3AP6' where id=7;
-update noar ti set b1='C9A3AP6' where id=7;
-update noar tt set b2='8LXTB1' where id=7;
-update noar ti set b2='8LXTB1' where id=7;
-update noar tt set b0='ZDO9R2W21' where id=8;
-update noar ti set b0='ZDO9R2W21' where id=8;
-update noar tt set b1='F3R362HRMBMV3OV4WAG601DQQK' where id=8;
-update noar ti set b1='F3R362HRMBMV3OV4WAG601DQQK' where id=8;
-update noar tt set b2='XERMA9UCH8F1F2P2282VK' where id=8;
-update noar ti set b2='XERMA9UCH8F1F2P2282VK' where id=8;
-update noar tt set b0='B5CXB4Z1QOTWCHZQ22WV7' where id=9;
-update noar ti set b0='B5CXB4Z1QOTWCHZQ22WV7' where id=9;
-update noar tt set b1='AUKE2FUDO4ZXJ4JW8MTS8' where id=9;
-update noar ti set b1='AUKE2FUDO4ZXJ4JW8MTS8' where id=9;
-update noar tt set b2='M9Z4LORON659SNL' where id=9;
-update noar ti set b2='M9Z4LORON659SNL' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 tinyblob not null,
-b1 mediumblob not null,
-b2 text 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 b0='58VWJ07B' where id=1;
-update noar ti set b0='58VWJ07B' where id=1;
-update noar tt set b1='S962AC7' where id=1;
-update noar ti set b1='S962AC7' where id=1;
-update noar tt set b2='G4SZ7R35GUN3P26A' where id=1;
-update noar ti set b2='G4SZ7R35GUN3P26A' where id=1;
-update noar tt set b0='ALUHYRRH8HKH4Z51VK0I' where id=2;
-update noar ti set b0='ALUHYRRH8HKH4Z51VK0I' where id=2;
-update noar tt set b1='M3I11KSUB9' where id=2;
-update noar ti set b1='M3I11KSUB9' where id=2;
-update noar tt set b2='2T5TKRLXULPZ22T5STNLTUMQHKWEB1E' where id=2;
-update noar ti set b2='2T5TKRLXULPZ22T5STNLTUMQHKWEB1E' where id=2;
-update noar tt set b0='7CF' where id=3;
-update noar ti set b0='7CF' where id=3;
-update noar tt set b1='GTRZCS6U26EZX6BCEK9NO73M2' where id=3;
-update noar ti set b1='GTRZCS6U26EZX6BCEK9NO73M2' where id=3;
-update noar tt set b2='KDE' where id=3;
-update noar ti set b2='KDE' where id=3;
-update noar tt set b0='GLZV5M1WQFPJ3' where id=4;
-update noar ti set b0='GLZV5M1WQFPJ3' where id=4;
-update noar tt set b1='2GKJLOHPWK3PEE6' where id=4;
-update noar ti set b1='2GKJLOHPWK3PEE6' where id=4;
-update noar tt set b2='VCKWGAFKWEOFL1JQ9L' where id=4;
-update noar ti set b2='VCKWGAFKWEOFL1JQ9L' where id=4;
-update noar tt set b0='AX7RMVA9NQ61X7ZXVDCP2FI6L0PT' where id=5;
-update noar ti set b0='AX7RMVA9NQ61X7ZXVDCP2FI6L0PT' where id=5;
-update noar tt set b1='IMF0L3S64G6PUKRGFM2' where id=5;
-update noar ti set b1='IMF0L3S64G6PUKRGFM2' where id=5;
-update noar tt set b2='9LSKI5BR7DH3VQRLPW74OTLS' where id=5;
-update noar ti set b2='9LSKI5BR7DH3VQRLPW74OTLS' where id=5;
-update noar tt set b0='GQS3EC50U3BVCM6H3H4ZLYKI21C5' where id=6;
-update noar ti set b0='GQS3EC50U3BVCM6H3H4ZLYKI21C5' where id=6;
-update noar tt set b1='SAIMB8RE' where id=6;
-update noar ti set b1='SAIMB8RE' where id=6;
-update noar tt set b2='LBJJQ7MRSG8G0F38CDEB' where id=6;
-update noar ti set b2='LBJJQ7MRSG8G0F38CDEB' where id=6;
-update noar tt set b0='3D9XWMT0JF2Y5H2JLBTLZGP5K05J11' where id=7;
-update noar ti set b0='3D9XWMT0JF2Y5H2JLBTLZGP5K05J11' where id=7;
-update noar tt set b1='81FU' where id=7;
-update noar ti set b1='81FU' where id=7;
-update noar tt set b2='218UUTD8T4' where id=7;
-update noar ti set b2='218UUTD8T4' where id=7;
-update noar tt set b0='2K' where id=8;
-update noar ti set b0='2K' where id=8;
-update noar tt set b1='B2TWOZWNY6EAVO5KY8' where id=8;
-update noar ti set b1='B2TWOZWNY6EAVO5KY8' where id=8;
-update noar tt set b2='SPJCRCLHK5IPYSCN8CZR8WGRPD' where id=8;
-update noar ti set b2='SPJCRCLHK5IPYSCN8CZR8WGRPD' where id=8;
-update noar tt set b0='BYRBSWCWWWYLF5TXB6HHTVNU' where id=9;
-update noar ti set b0='BYRBSWCWWWYLF5TXB6HHTVNU' where id=9;
-update noar tt set b1='02G6UOLOEICXBBVFFG32U8PJKXKK6BMX' where id=9;
-update noar ti set b1='02G6UOLOEICXBBVFFG32U8PJKXKK6BMX' where id=9;
-update noar tt set b2='MP2GH63NZ64MDCC6YPBO1549AHVH3' where id=9;
-update noar ti set b2='MP2GH63NZ64MDCC6YPBO1549AHVH3' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='WXA7SP1HUDKEAHG00OY' where id=1;
-update noar ti set b0='WXA7SP1HUDKEAHG00OY' where id=1;
-update noar tt set b1='D4Y89QEGNY7DALJV2CDG' where id=1;
-update noar ti set b1='D4Y89QEGNY7DALJV2CDG' where id=1;
-update noar tt set b2='86CBXEO2MDCVKW52IWBJBFOE93W1' where id=1;
-update noar ti set b2='86CBXEO2MDCVKW52IWBJBFOE93W1' where id=1;
-update noar tt set b0='W0PGLR2FOPV8YF' where id=2;
-update noar ti set b0='W0PGLR2FOPV8YF' where id=2;
-update noar tt set b1='4D2LGR9Y' where id=2;
-update noar ti set b1='4D2LGR9Y' where id=2;
-update noar tt set b2='U7OYN1T7OI2895OSPWD' where id=2;
-update noar ti set b2='U7OYN1T7OI2895OSPWD' where id=2;
-update noar tt set b0='HJVNM9XM6PH7IEBZPG08CSM' where id=3;
-update noar ti set b0='HJVNM9XM6PH7IEBZPG08CSM' where id=3;
-update noar tt set b1='45PYSB58HTPHPWK60B4ORHPVJKVOJ' where id=3;
-update noar ti set b1='45PYSB58HTPHPWK60B4ORHPVJKVOJ' where id=3;
-update noar tt set b2='PCEJ7C' where id=3;
-update noar ti set b2='PCEJ7C' where id=3;
-update noar tt set b0='0ZCFY1TD0' where id=4;
-update noar ti set b0='0ZCFY1TD0' where id=4;
-update noar tt set b1='A5Y7D2VYANTWMF6RNS2DZBWYQ28' where id=4;
-update noar ti set b1='A5Y7D2VYANTWMF6RNS2DZBWYQ28' where id=4;
-update noar tt set b2='8L6RY6LDAOPWA' where id=4;
-update noar ti set b2='8L6RY6LDAOPWA' where id=4;
-update noar tt set b0='8OO5F3EUNAG0XNIWH36Q6O75O7A7' where id=5;
-update noar ti set b0='8OO5F3EUNAG0XNIWH36Q6O75O7A7' where id=5;
-update noar tt set b1='OLX5GHAATYOGGTF0PE2' where id=5;
-update noar ti set b1='OLX5GHAATYOGGTF0PE2' where id=5;
-update noar tt set b2='PQ7HLR2YXZ6BYEJF63CE' where id=5;
-update noar ti set b2='PQ7HLR2YXZ6BYEJF63CE' where id=5;
-update noar tt set b0='6H5S8G6F0F1F3W9PBUD8I0U' where id=6;
-update noar ti set b0='6H5S8G6F0F1F3W9PBUD8I0U' where id=6;
-update noar tt set b1='3W70ZQE2YSU' where id=6;
-update noar ti set b1='3W70ZQE2YSU' where id=6;
-update noar tt set b2='4' where id=6;
-update noar ti set b2='4' where id=6;
-update noar tt set b0='F93UERCGUA5H31QTL' where id=7;
-update noar ti set b0='F93UERCGUA5H31QTL' where id=7;
-update noar tt set b1='GMNM73XZLCJIF66AM6GZ14C6GX' where id=7;
-update noar ti set b1='GMNM73XZLCJIF66AM6GZ14C6GX' where id=7;
-update noar tt set b2='4OLM1P4' where id=7;
-update noar ti set b2='4OLM1P4' where id=7;
-update noar tt set b0='MW7YIKK8E2B78OGCH8Q8CQRMOQYG' where id=8;
-update noar ti set b0='MW7YIKK8E2B78OGCH8Q8CQRMOQYG' where id=8;
-update noar tt set b1='F84QH8AIP9Y83THER' where id=8;
-update noar ti set b1='F84QH8AIP9Y83THER' where id=8;
-update noar tt set b2='WDLC7KHUM5KDASBWVT7HTHT' where id=8;
-update noar ti set b2='WDLC7KHUM5KDASBWVT7HTHT' where id=8;
-update noar tt set b0='A6F58NLMH1' where id=9;
-update noar ti set b0='A6F58NLMH1' where id=9;
-update noar tt set b1='QW6F011ZNG4MLIQ53PHXSCHVEPLSDG5' where id=9;
-update noar ti set b1='QW6F011ZNG4MLIQ53PHXSCHVEPLSDG5' where id=9;
-update noar tt set b2='U89X7VALQUXVDMCJ0F3HV2D' where id=9;
-update noar ti set b2='U89X7VALQUXVDMCJ0F3HV2D' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='166MH3AEDCXCP3O7GRTTQZRO6BJKU19' where id=1;
-update noar ti set b0='166MH3AEDCXCP3O7GRTTQZRO6BJKU19' where id=1;
-update noar tt set b1='3C396EJJX7P' where id=1;
-update noar ti set b1='3C396EJJX7P' where id=1;
-update noar tt set b2='78AI3H1XRXU4' where id=1;
-update noar ti set b2='78AI3H1XRXU4' where id=1;
-update noar tt set b0='7QA9XB7YAEA05MCW144SI' where id=2;
-update noar ti set b0='7QA9XB7YAEA05MCW144SI' where id=2;
-update noar tt set b1='5OJIX' where id=2;
-update noar ti set b1='5OJIX' where id=2;
-update noar tt set b2='9RW4R36P4ASMH3S' where id=2;
-update noar ti set b2='9RW4R36P4ASMH3S' where id=2;
-update noar tt set b0='9' where id=3;
-update noar ti set b0='9' where id=3;
-update noar tt set b1='M0IC' where id=3;
-update noar ti set b1='M0IC' where id=3;
-update noar tt set b2='2SHOH1OK9' where id=3;
-update noar ti set b2='2SHOH1OK9' where id=3;
-update noar tt set b0='LQXJ0MK7LTPFDU8ZUG24JK6D' where id=4;
-update noar ti set b0='LQXJ0MK7LTPFDU8ZUG24JK6D' where id=4;
-update noar tt set b1='9US7U8O3RXETUBRH4W' where id=4;
-update noar ti set b1='9US7U8O3RXETUBRH4W' where id=4;
-update noar tt set b2='OJXDY' where id=4;
-update noar ti set b2='OJXDY' where id=4;
-update noar tt set b0='N' where id=5;
-update noar ti set b0='N' where id=5;
-update noar tt set b1='M7N7HKM5T05ZIUCV9BER' where id=5;
-update noar ti set b1='M7N7HKM5T05ZIUCV9BER' where id=5;
-update noar tt set b2='53' where id=5;
-update noar ti set b2='53' where id=5;
-update noar tt set b0='ELN3RS21Y94U3P6O9L81G7ANC' where id=6;
-update noar ti set b0='ELN3RS21Y94U3P6O9L81G7ANC' where id=6;
-update noar tt set b1='27XQXUH7BQNE' where id=6;
-update noar ti set b1='27XQXUH7BQNE' where id=6;
-update noar tt set b2='1' where id=6;
-update noar ti set b2='1' where id=6;
-update noar tt set b0='NLML8' where id=7;
-update noar ti set b0='NLML8' where id=7;
-update noar tt set b1='JJIITAXW2HMSZ7L5UXR1QRR' where id=7;
-update noar ti set b1='JJIITAXW2HMSZ7L5UXR1QRR' where id=7;
-update noar tt set b2='TEWE7JN90' where id=7;
-update noar ti set b2='TEWE7JN90' where id=7;
-update noar tt set b0='U0AU7M00Z65JGLYM41VEC8V23V' where id=8;
-update noar ti set b0='U0AU7M00Z65JGLYM41VEC8V23V' where id=8;
-update noar tt set b1='QK' where id=8;
-update noar ti set b1='QK' where id=8;
-update noar tt set b2='TU6HO1ZWTHP0SQQOD7UKZK047' where id=8;
-update noar ti set b2='TU6HO1ZWTHP0SQQOD7UKZK047' where id=8;
-update noar tt set b0='YQ245XZBQLDXKCR' where id=9;
-update noar ti set b0='YQ245XZBQLDXKCR' where id=9;
-update noar tt set b1='VYJ3P7V5BWD6P908EKQEAQRS32HYB' where id=9;
-update noar ti set b1='VYJ3P7V5BWD6P908EKQEAQRS32HYB' where id=9;
-update noar tt set b2='OW6OAAE6YJMQ9QID' where id=9;
-update noar ti set b2='OW6OAAE6YJMQ9QID' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='3FYCUHVXJUWWR' where id=1;
-update noar ti set b0='3FYCUHVXJUWWR' where id=1;
-update noar tt set b1='OLSES8XDHIV' where id=1;
-update noar ti set b1='OLSES8XDHIV' where id=1;
-update noar tt set b2='T0KK244ZUAM9X84VJTUWY5IMH4' where id=1;
-update noar ti set b2='T0KK244ZUAM9X84VJTUWY5IMH4' where id=1;
-update noar tt set b0='A1SON62ULFVY1P' where id=2;
-update noar ti set b0='A1SON62ULFVY1P' where id=2;
-update noar tt set b1='BTQW520G58GQ1KN15C6GWPJ4DVH7W' where id=2;
-update noar ti set b1='BTQW520G58GQ1KN15C6GWPJ4DVH7W' where id=2;
-update noar tt set b2='0B' where id=2;
-update noar ti set b2='0B' where id=2;
-update noar tt set b0='5M996XG24LKZAC4L90IUW9' where id=3;
-update noar ti set b0='5M996XG24LKZAC4L90IUW9' where id=3;
-update noar tt set b1='QRJX14P243BP5E9WIAC' where id=3;
-update noar ti set b1='QRJX14P243BP5E9WIAC' where id=3;
-update noar tt set b2='QFXCMAXUBZTY6VK8GR3OXDJAPLE3RRP3' where id=3;
-update noar ti set b2='QFXCMAXUBZTY6VK8GR3OXDJAPLE3RRP3' where id=3;
-update noar tt set b0='Q8QFM1L5UOL36CL' where id=4;
-update noar ti set b0='Q8QFM1L5UOL36CL' where id=4;
-update noar tt set b1='SU6ADSJIBUKCP72OO44YJ' where id=4;
-update noar ti set b1='SU6ADSJIBUKCP72OO44YJ' where id=4;
-update noar tt set b2='T5BF45JTPVXPC2WQ4YUPB' where id=4;
-update noar ti set b2='T5BF45JTPVXPC2WQ4YUPB' where id=4;
-update noar tt set b0='OLQ2KW8KPS8X' where id=5;
-update noar ti set b0='OLQ2KW8KPS8X' where id=5;
-update noar tt set b1='LJPWC23XJT667T09MOI96' where id=5;
-update noar ti set b1='LJPWC23XJT667T09MOI96' where id=5;
-update noar tt set b2='FUU3MAMEX1QB9SBEO' where id=5;
-update noar ti set b2='FUU3MAMEX1QB9SBEO' where id=5;
-update noar tt set b0='84' where id=6;
-update noar ti set b0='84' where id=6;
-update noar tt set b1='O9SRSGIUITLXUFJIULAGGTVIBP' where id=6;
-update noar ti set b1='O9SRSGIUITLXUFJIULAGGTVIBP' where id=6;
-update noar tt set b2='TY7RHZI1PEJIP5D4S' where id=6;
-update noar ti set b2='TY7RHZI1PEJIP5D4S' where id=6;
-update noar tt set b0='BG6MCPR' where id=7;
-update noar ti set b0='BG6MCPR' where id=7;
-update noar tt set b1='GURK96DSFMDT5CR' where id=7;
-update noar ti set b1='GURK96DSFMDT5CR' where id=7;
-update noar tt set b2='M3D4NOFLZK3XF8' where id=7;
-update noar ti set b2='M3D4NOFLZK3XF8' where id=7;
-update noar tt set b0='6RGFQ9C5PC' where id=8;
-update noar ti set b0='6RGFQ9C5PC' where id=8;
-update noar tt set b1='TCC0934YN3IWLMSUB3' where id=8;
-update noar ti set b1='TCC0934YN3IWLMSUB3' where id=8;
-update noar tt set b2='AQ3' where id=8;
-update noar ti set b2='AQ3' where id=8;
-update noar tt set b0='PEM68STZNX358JKECE712MM' where id=9;
-update noar ti set b0='PEM68STZNX358JKECE712MM' where id=9;
-update noar tt set b1='IXNHU' where id=9;
-update noar ti set b1='IXNHU' where id=9;
-update noar tt set b2='EV6BAVDVJGXC8TN5XMG' where id=9;
-update noar ti set b2='EV6BAVDVJGXC8TN5XMG' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='SH93XMF3AHVZ4S' where id=1;
-update noar ti set b0='SH93XMF3AHVZ4S' where id=1;
-update noar tt set b1='7IU3NH' where id=1;
-update noar ti set b1='7IU3NH' where id=1;
-update noar tt set b2='9PHIRPDK2' where id=1;
-update noar ti set b2='9PHIRPDK2' where id=1;
-update noar tt set b0='8ND8GZP1VYMHMKLEH72Y6Z' where id=2;
-update noar ti set b0='8ND8GZP1VYMHMKLEH72Y6Z' where id=2;
-update noar tt set b1='5Q7RKUTRI7SXBOV7Y9HCSURX3D' where id=2;
-update noar ti set b1='5Q7RKUTRI7SXBOV7Y9HCSURX3D' where id=2;
-update noar tt set b2='9V8K7PXD4SK4MRED6C48D612600' where id=2;
-update noar ti set b2='9V8K7PXD4SK4MRED6C48D612600' where id=2;
-update noar tt set b0='3H23IVIK467' where id=3;
-update noar ti set b0='3H23IVIK467' where id=3;
-update noar tt set b1='S5P8VXGG5MPIAP' where id=3;
-update noar ti set b1='S5P8VXGG5MPIAP' where id=3;
-update noar tt set b2='AHBTX5BTTYU5DXSP7PVNPJQ7AG' where id=3;
-update noar ti set b2='AHBTX5BTTYU5DXSP7PVNPJQ7AG' where id=3;
-update noar tt set b0='AANIZ1153DQ3IYBONFHYGOINVXRG' where id=4;
-update noar ti set b0='AANIZ1153DQ3IYBONFHYGOINVXRG' where id=4;
-update noar tt set b1='LGHOP7DNLW274' where id=4;
-update noar ti set b1='LGHOP7DNLW274' where id=4;
-update noar tt set b2='2AW8MQLKX9V95C4KW6Y1JB2O' where id=4;
-update noar ti set b2='2AW8MQLKX9V95C4KW6Y1JB2O' where id=4;
-update noar tt set b0='EPOP' where id=5;
-update noar ti set b0='EPOP' where id=5;
-update noar tt set b1='9G76VFO821Y2W0MVN48RCBB5V3TNB7M0' where id=5;
-update noar ti set b1='9G76VFO821Y2W0MVN48RCBB5V3TNB7M0' where id=5;
-update noar tt set b2='L0S8WT13TWB' where id=5;
-update noar ti set b2='L0S8WT13TWB' where id=5;
-update noar tt set b0='IYX9EI5N6YZJT0YU7BGDTL23JXEB9D3Y' where id=6;
-update noar ti set b0='IYX9EI5N6YZJT0YU7BGDTL23JXEB9D3Y' where id=6;
-update noar tt set b1='G08NUJECYUQTQZHQWMPPG0GUZWTBD7MO' where id=6;
-update noar ti set b1='G08NUJECYUQTQZHQWMPPG0GUZWTBD7MO' where id=6;
-update noar tt set b2='YAUH1BUM' where id=6;
-update noar ti set b2='YAUH1BUM' where id=6;
-update noar tt set b0='IKNVP7LCTZSZ1ROPVIP4U' where id=7;
-update noar ti set b0='IKNVP7LCTZSZ1ROPVIP4U' where id=7;
-update noar tt set b1='GOA0QNQF2M4' where id=7;
-update noar ti set b1='GOA0QNQF2M4' where id=7;
-update noar tt set b2='KJU92DVMH5' where id=7;
-update noar ti set b2='KJU92DVMH5' where id=7;
-update noar tt set b0='9R6573CAA5Q0W6PHM39M3W7O64U2E' where id=8;
-update noar ti set b0='9R6573CAA5Q0W6PHM39M3W7O64U2E' where id=8;
-update noar tt set b1='OP5NZWOTR4VV80RFSWGGK2MA' where id=8;
-update noar ti set b1='OP5NZWOTR4VV80RFSWGGK2MA' where id=8;
-update noar tt set b2='TN' where id=8;
-update noar ti set b2='TN' where id=8;
-update noar tt set b0='LSHJ5C0ZL' where id=9;
-update noar ti set b0='LSHJ5C0ZL' where id=9;
-update noar tt set b1='7SQA3937P0D8JU9V' where id=9;
-update noar ti set b1='7SQA3937P0D8JU9V' where id=9;
-update noar tt set b2='VKNSLMEA7' where id=9;
-update noar ti set b2='VKNSLMEA7' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='OK7AIIPW4IDXD1SD' where id=1;
-update noar ti set b0='OK7AIIPW4IDXD1SD' where id=1;
-update noar tt set b1='VWHFAOEC53GBBJDKAIMI3QSJU' where id=1;
-update noar ti set b1='VWHFAOEC53GBBJDKAIMI3QSJU' where id=1;
-update noar tt set b2='PKHPS' where id=1;
-update noar ti set b2='PKHPS' where id=1;
-update noar tt set b0='DTYNVT00GFQEYVVJPR2HMO2L8B' where id=2;
-update noar ti set b0='DTYNVT00GFQEYVVJPR2HMO2L8B' where id=2;
-update noar tt set b1='54KMF19CSD9K85686IE6F' where id=2;
-update noar ti set b1='54KMF19CSD9K85686IE6F' where id=2;
-update noar tt set b2='Z604T31AA' where id=2;
-update noar ti set b2='Z604T31AA' where id=2;
-update noar tt set b0='14KAF2Q16FY8FHA7M5GM36WHGONDJT4' where id=3;
-update noar ti set b0='14KAF2Q16FY8FHA7M5GM36WHGONDJT4' where id=3;
-update noar tt set b1='FJH98KFN9U5FLXWQ5U6LUYDE6B' where id=3;
-update noar ti set b1='FJH98KFN9U5FLXWQ5U6LUYDE6B' where id=3;
-update noar tt set b2='9' where id=3;
-update noar ti set b2='9' where id=3;
-update noar tt set b0='YE6NHHUSRJPXSX' where id=4;
-update noar ti set b0='YE6NHHUSRJPXSX' where id=4;
-update noar tt set b1='BO6YJZVDZGI8NXT0G' where id=4;
-update noar ti set b1='BO6YJZVDZGI8NXT0G' where id=4;
-update noar tt set b2='7Z' where id=4;
-update noar ti set b2='7Z' where id=4;
-update noar tt set b0='YTKGJI09L4O4GM6RB84YODFW9N' where id=5;
-update noar ti set b0='YTKGJI09L4O4GM6RB84YODFW9N' where id=5;
-update noar tt set b1='8DYMBLB' where id=5;
-update noar ti set b1='8DYMBLB' where id=5;
-update noar tt set b2='FR76TS6RN' where id=5;
-update noar ti set b2='FR76TS6RN' where id=5;
-update noar tt set b0='XM9L24AZEQNS9U6H' where id=6;
-update noar ti set b0='XM9L24AZEQNS9U6H' where id=6;
-update noar tt set b1='WT' where id=6;
-update noar ti set b1='WT' where id=6;
-update noar tt set b2='ZI' where id=6;
-update noar ti set b2='ZI' where id=6;
-update noar tt set b0='ONF0G' where id=7;
-update noar ti set b0='ONF0G' where id=7;
-update noar tt set b1='0G0G8QIEQ' where id=7;
-update noar ti set b1='0G0G8QIEQ' where id=7;
-update noar tt set b2='XOZIJ2F4M1E0MT3YOBQFWGR' where id=7;
-update noar ti set b2='XOZIJ2F4M1E0MT3YOBQFWGR' where id=7;
-update noar tt set b0='LYMRU' where id=8;
-update noar ti set b0='LYMRU' where id=8;
-update noar tt set b1='KT4J557BTJVDLMO1E7P' where id=8;
-update noar ti set b1='KT4J557BTJVDLMO1E7P' where id=8;
-update noar tt set b2='CTJ6JJB05GO' where id=8;
-update noar ti set b2='CTJ6JJB05GO' where id=8;
-update noar tt set b0='HQV4GGXN4BML' where id=9;
-update noar ti set b0='HQV4GGXN4BML' where id=9;
-update noar tt set b1='B98RQD4K' where id=9;
-update noar ti set b1='B98RQD4K' where id=9;
-update noar tt set b2='A4KVWSW2BCEDPL3DJ95' where id=9;
-update noar ti set b2='A4KVWSW2BCEDPL3DJ95' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='QRJR3AY1WUSN' where id=1;
-update noar ti set b0='QRJR3AY1WUSN' where id=1;
-update noar tt set b1='YYB7SZSQ8E06W' where id=1;
-update noar ti set b1='YYB7SZSQ8E06W' where id=1;
-update noar tt set b2='O' where id=1;
-update noar ti set b2='O' where id=1;
-update noar tt set b0='GN441L3IV50M4DPFX2' where id=2;
-update noar ti set b0='GN441L3IV50M4DPFX2' where id=2;
-update noar tt set b1='QZA8UWIM1PW750X8FW' where id=2;
-update noar ti set b1='QZA8UWIM1PW750X8FW' where id=2;
-update noar tt set b2='IWZEUOSSFDT0U1NFX5VDUWMCH' where id=2;
-update noar ti set b2='IWZEUOSSFDT0U1NFX5VDUWMCH' where id=2;
-update noar tt set b0='VO3Z8QO804BWD3DLVPPE8SWKG1LD' where id=3;
-update noar ti set b0='VO3Z8QO804BWD3DLVPPE8SWKG1LD' where id=3;
-update noar tt set b1='L5' where id=3;
-update noar ti set b1='L5' where id=3;
-update noar tt set b2='PDGK50QTEHWYYKN68X78YQ' where id=3;
-update noar ti set b2='PDGK50QTEHWYYKN68X78YQ' where id=3;
-update noar tt set b0='HLCPXHF' where id=4;
-update noar ti set b0='HLCPXHF' where id=4;
-update noar tt set b1='HS17C8BFK9CSYKJ5KYR' where id=4;
-update noar ti set b1='HS17C8BFK9CSYKJ5KYR' where id=4;
-update noar tt set b2='YPPEDN0YAO4SB2' where id=4;
-update noar ti set b2='YPPEDN0YAO4SB2' where id=4;
-update noar tt set b0='2UGGI' where id=5;
-update noar ti set b0='2UGGI' where id=5;
-update noar tt set b1='7F4UBQ' where id=5;
-update noar ti set b1='7F4UBQ' where id=5;
-update noar tt set b2='3R' where id=5;
-update noar ti set b2='3R' where id=5;
-update noar tt set b0='KP2W7G86NB3QDVVXO' where id=6;
-update noar ti set b0='KP2W7G86NB3QDVVXO' where id=6;
-update noar tt set b1='AXZ9VG63F' where id=6;
-update noar ti set b1='AXZ9VG63F' where id=6;
-update noar tt set b2='04SEY1G66F73U0Z' where id=6;
-update noar ti set b2='04SEY1G66F73U0Z' where id=6;
-update noar tt set b0='2K56ILPAM9IB' where id=7;
-update noar ti set b0='2K56ILPAM9IB' where id=7;
-update noar tt set b1='ZECBKQNED5XGPBJETYT6IU' where id=7;
-update noar ti set b1='ZECBKQNED5XGPBJETYT6IU' where id=7;
-update noar tt set b2='N7HH5DJIWBIXSMUPTUO9D14BIOEEZB1G' where id=7;
-update noar ti set b2='N7HH5DJIWBIXSMUPTUO9D14BIOEEZB1G' where id=7;
-update noar tt set b0='D31RONWAQF995FZ5L' where id=8;
-update noar ti set b0='D31RONWAQF995FZ5L' where id=8;
-update noar tt set b1='XBSL1F8PXC2RX2Z0U9' where id=8;
-update noar ti set b1='XBSL1F8PXC2RX2Z0U9' where id=8;
-update noar tt set b2='Q0ECZR5CS6JDFVJR85E6NNUXB0OVQ' where id=8;
-update noar ti set b2='Q0ECZR5CS6JDFVJR85E6NNUXB0OVQ' where id=8;
-update noar tt set b0='0K9' where id=9;
-update noar ti set b0='0K9' where id=9;
-update noar tt set b1='QRR36PG66K4G8HLBCC14B62' where id=9;
-update noar ti set b1='QRR36PG66K4G8HLBCC14B62' where id=9;
-update noar tt set b2='PVTZ8AN9T0BI3GX6YVWC' where id=9;
-update noar ti set b2='PVTZ8AN9T0BI3GX6YVWC' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='V4EXPNC4DXHNG' where id=1;
-update noar ti set b0='V4EXPNC4DXHNG' where id=1;
-update noar tt set b1='SVZ5L6R' where id=1;
-update noar ti set b1='SVZ5L6R' where id=1;
-update noar tt set b2='77UESANOA857QU' where id=1;
-update noar ti set b2='77UESANOA857QU' where id=1;
-update noar tt set b0='0R5' where id=2;
-update noar ti set b0='0R5' where id=2;
-update noar tt set b1='Z87UOK84DW2JXSH02JVOA1K1SDGH34UD' where id=2;
-update noar ti set b1='Z87UOK84DW2JXSH02JVOA1K1SDGH34UD' where id=2;
-update noar tt set b2='AHQRBXA0L50JMFM96SR6TRBGN45YL' where id=2;
-update noar ti set b2='AHQRBXA0L50JMFM96SR6TRBGN45YL' where id=2;
-update noar tt set b0='U6BQMY1WGUB4S' where id=3;
-update noar ti set b0='U6BQMY1WGUB4S' where id=3;
-update noar tt set b1='64S7596QB0D0XEML' where id=3;
-update noar ti set b1='64S7596QB0D0XEML' where id=3;
-update noar tt set b2='BQ5F' where id=3;
-update noar ti set b2='BQ5F' where id=3;
-update noar tt set b0='Q3QASTAZZYK9QNAVIPGHAJYW7' where id=4;
-update noar ti set b0='Q3QASTAZZYK9QNAVIPGHAJYW7' where id=4;
-update noar tt set b1='J0HWO627U6P8HMRESVK6' where id=4;
-update noar ti set b1='J0HWO627U6P8HMRESVK6' where id=4;
-update noar tt set b2='O0ENHDV' where id=4;
-update noar ti set b2='O0ENHDV' where id=4;
-update noar tt set b0='C893AUEKROVS5' where id=5;
-update noar ti set b0='C893AUEKROVS5' where id=5;
-update noar tt set b1='6NR' where id=5;
-update noar ti set b1='6NR' where id=5;
-update noar tt set b2='8QC5NTX4C8SWCKT0P5ZFY44AN' where id=5;
-update noar ti set b2='8QC5NTX4C8SWCKT0P5ZFY44AN' where id=5;
-update noar tt set b0='KE1TGBH7FLN3QT7PWW' where id=6;
-update noar ti set b0='KE1TGBH7FLN3QT7PWW' where id=6;
-update noar tt set b1='64MWOKJI7' where id=6;
-update noar ti set b1='64MWOKJI7' where id=6;
-update noar tt set b2='VPZP0UTUG5PCLLHYJ4ZKINX6KN3D' where id=6;
-update noar ti set b2='VPZP0UTUG5PCLLHYJ4ZKINX6KN3D' where id=6;
-update noar tt set b0='5QMP3U3IAZR2M4BIN3K0QOZEG' where id=7;
-update noar ti set b0='5QMP3U3IAZR2M4BIN3K0QOZEG' where id=7;
-update noar tt set b1='78RKVS7SYP98EC4UI01' where id=7;
-update noar ti set b1='78RKVS7SYP98EC4UI01' where id=7;
-update noar tt set b2='3ZPI3WITUTNZ0AFXS2OZ' where id=7;
-update noar ti set b2='3ZPI3WITUTNZ0AFXS2OZ' where id=7;
-update noar tt set b0='017JE1G' where id=8;
-update noar ti set b0='017JE1G' where id=8;
-update noar tt set b1='60S' where id=8;
-update noar ti set b1='60S' where id=8;
-update noar tt set b2='UBDB3PKH5VYSU3LUKC7ABXR3JY3XFG' where id=8;
-update noar ti set b2='UBDB3PKH5VYSU3LUKC7ABXR3JY3XFG' where id=8;
-update noar tt set b0='0GAV03D' where id=9;
-update noar ti set b0='0GAV03D' where id=9;
-update noar tt set b1='WEA46YHICT9JRIJL' where id=9;
-update noar ti set b1='WEA46YHICT9JRIJL' where id=9;
-update noar tt set b2='3LRQ4CJIQIR7NHV' where id=9;
-update noar ti set b2='3LRQ4CJIQIR7NHV' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='SIUOUQMQ94GMYUWWA4LL2JVURA2' where id=1;
-update noar ti set b0='SIUOUQMQ94GMYUWWA4LL2JVURA2' where id=1;
-update noar tt set b1='JIBD' where id=1;
-update noar ti set b1='JIBD' where id=1;
-update noar tt set b2='USWPA1J2AM9YOJHS65S' where id=1;
-update noar ti set b2='USWPA1J2AM9YOJHS65S' where id=1;
-update noar tt set b0='M4XC5M2VEZAR5SZZYWQ1MV78FGDEK' where id=2;
-update noar ti set b0='M4XC5M2VEZAR5SZZYWQ1MV78FGDEK' where id=2;
-update noar tt set b1='KA' where id=2;
-update noar ti set b1='KA' where id=2;
-update noar tt set b2='IG09OLU5DESH7L8RR29IG201DLWLMS' where id=2;
-update noar ti set b2='IG09OLU5DESH7L8RR29IG201DLWLMS' where id=2;
-update noar tt set b0='L9EDIO9IXIW8WZYQYVVW04N7DUY6' where id=3;
-update noar ti set b0='L9EDIO9IXIW8WZYQYVVW04N7DUY6' where id=3;
-update noar tt set b1='VJ' where id=3;
-update noar ti set b1='VJ' where id=3;
-update noar tt set b2='7P9P6E9B98VKB' where id=3;
-update noar ti set b2='7P9P6E9B98VKB' where id=3;
-update noar tt set b0='13' where id=4;
-update noar ti set b0='13' where id=4;
-update noar tt set b1='CHQUBL8UKBCBQE14D2JTPVXW33VKIOK' where id=4;
-update noar ti set b1='CHQUBL8UKBCBQE14D2JTPVXW33VKIOK' where id=4;
-update noar tt set b2='3F0OTCG0ERAZ9VLSG6JW6' where id=4;
-update noar ti set b2='3F0OTCG0ERAZ9VLSG6JW6' where id=4;
-update noar tt set b0='HH7GW75U' where id=5;
-update noar ti set b0='HH7GW75U' where id=5;
-update noar tt set b1='CLBXJJL209T9T1LE2UNZA' where id=5;
-update noar ti set b1='CLBXJJL209T9T1LE2UNZA' where id=5;
-update noar tt set b2='TIAVVOU3' where id=5;
-update noar ti set b2='TIAVVOU3' where id=5;
-update noar tt set b0='V8HDFCXHUJD8O8UJDG8UP89D2TR' where id=6;
-update noar ti set b0='V8HDFCXHUJD8O8UJDG8UP89D2TR' where id=6;
-update noar tt set b1='QA' where id=6;
-update noar ti set b1='QA' where id=6;
-update noar tt set b2='BQCG46E0D7GY8X7YES1OJ48SNJ4' where id=6;
-update noar ti set b2='BQCG46E0D7GY8X7YES1OJ48SNJ4' where id=6;
-update noar tt set b0='9FK5ZZV' where id=7;
-update noar ti set b0='9FK5ZZV' where id=7;
-update noar tt set b1='39GP3USPT5CI9YIV6LPI0D7PK0D2' where id=7;
-update noar ti set b1='39GP3USPT5CI9YIV6LPI0D7PK0D2' where id=7;
-update noar tt set b2='9C4C2R89T' where id=7;
-update noar ti set b2='9C4C2R89T' where id=7;
-update noar tt set b0='DJN0GRYNI07R99NWYRROPCNRFJMV1R' where id=8;
-update noar ti set b0='DJN0GRYNI07R99NWYRROPCNRFJMV1R' where id=8;
-update noar tt set b1='B9T7EZRIPV7SDL54BGW8M' where id=8;
-update noar ti set b1='B9T7EZRIPV7SDL54BGW8M' where id=8;
-update noar tt set b2='TAHG3DP0TNP9D35T3OG115246K9W27F' where id=8;
-update noar ti set b2='TAHG3DP0TNP9D35T3OG115246K9W27F' where id=8;
-update noar tt set b0='4GXJ5D2X27XZ6X0PV2LGURBYLG4XC1ZI' where id=9;
-update noar ti set b0='4GXJ5D2X27XZ6X0PV2LGURBYLG4XC1ZI' where id=9;
-update noar tt set b1='B6IZ1GE2X9LG17DRKQNA7RYZCT3EK4D5' where id=9;
-update noar ti set b1='B6IZ1GE2X9LG17DRKQNA7RYZCT3EK4D5' where id=9;
-update noar tt set b2='QHLK2DOD9AQQ0C' where id=9;
-update noar ti set b2='QHLK2DOD9AQQ0C' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 tinyblob null,
-b1 longblob null,
-b2 text 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 b0='TPJ3V1L' where id=1;
-update noar ti set b0='TPJ3V1L' where id=1;
-update noar tt set b1='LYLO3Q3638DJJYPSR9UH5X' where id=1;
-update noar ti set b1='LYLO3Q3638DJJYPSR9UH5X' where id=1;
-update noar tt set b2='HUF' where id=1;
-update noar ti set b2='HUF' where id=1;
-update noar tt set b0='NWU3N76SC4U0GPPMM43G5FIZ' where id=2;
-update noar ti set b0='NWU3N76SC4U0GPPMM43G5FIZ' where id=2;
-update noar tt set b1='B7GTI3IWHD1NRWZ29W2BQDP6F62OYR' where id=2;
-update noar ti set b1='B7GTI3IWHD1NRWZ29W2BQDP6F62OYR' where id=2;
-update noar tt set b2='FMQXSFXA4IH54Y' where id=2;
-update noar ti set b2='FMQXSFXA4IH54Y' where id=2;
-update noar tt set b0='UPDP71UGIPBOPC5YCH0M1DPEW4' where id=3;
-update noar ti set b0='UPDP71UGIPBOPC5YCH0M1DPEW4' where id=3;
-update noar tt set b1='9408YTEZ8T663GTS2QQX4746EK5J1F1S' where id=3;
-update noar ti set b1='9408YTEZ8T663GTS2QQX4746EK5J1F1S' where id=3;
-update noar tt set b2='7GUW9SK72J533N5FXC1K8LNULNVTICU' where id=3;
-update noar ti set b2='7GUW9SK72J533N5FXC1K8LNULNVTICU' where id=3;
-update noar tt set b0='5ZSOS8M4RL1XWQ8HY' where id=4;
-update noar ti set b0='5ZSOS8M4RL1XWQ8HY' where id=4;
-update noar tt set b1='X5Z5' where id=4;
-update noar ti set b1='X5Z5' where id=4;
-update noar tt set b2='LNRQ93XDBJDYQFXVO2RJ37H5HNMHVEJ' where id=4;
-update noar ti set b2='LNRQ93XDBJDYQFXVO2RJ37H5HNMHVEJ' where id=4;
-update noar tt set b0='94C2GL4YNGAASVN92IT2NW0QQP2RI' where id=5;
-update noar ti set b0='94C2GL4YNGAASVN92IT2NW0QQP2RI' where id=5;
-update noar tt set b1='X6ITDE7ABH53PF' where id=5;
-update noar ti set b1='X6ITDE7ABH53PF' where id=5;
-update noar tt set b2='W' where id=5;
-update noar ti set b2='W' where id=5;
-update noar tt set b0='CEG3XGBX6RQ7B1FENR3' where id=6;
-update noar ti set b0='CEG3XGBX6RQ7B1FENR3' where id=6;
-update noar tt set b1='CO4D27' where id=6;
-update noar ti set b1='CO4D27' where id=6;
-update noar tt set b2='DOIM41UC9' where id=6;
-update noar ti set b2='DOIM41UC9' where id=6;
-update noar tt set b0='0WADZ1INY29EM4NRYZQ3W5BSH9' where id=7;
-update noar ti set b0='0WADZ1INY29EM4NRYZQ3W5BSH9' where id=7;
-update noar tt set b1='BLV10XRZ11JW6GKD9PT2095822N8UKL' where id=7;
-update noar ti set b1='BLV10XRZ11JW6GKD9PT2095822N8UKL' where id=7;
-update noar tt set b2='XL0N1RL4UGLEEI4IMXOK0Q9CM8RD34W' where id=7;
-update noar ti set b2='XL0N1RL4UGLEEI4IMXOK0Q9CM8RD34W' where id=7;
-update noar tt set b0='QBL41UGAVZR93301XC' where id=8;
-update noar ti set b0='QBL41UGAVZR93301XC' where id=8;
-update noar tt set b1='LDHXR' where id=8;
-update noar ti set b1='LDHXR' where id=8;
-update noar tt set b2='N2QE8D3GV' where id=8;
-update noar ti set b2='N2QE8D3GV' where id=8;
-update noar tt set b0='9R10GK0V2OS1P0R' where id=9;
-update noar ti set b0='9R10GK0V2OS1P0R' where id=9;
-update noar tt set b1='MWZRTKITWAU26FG' where id=9;
-update noar ti set b1='MWZRTKITWAU26FG' where id=9;
-update noar tt set b2='JNN6LED3DUMX5MINF94PUSA2X8BISZ' where id=9;
-update noar ti set b2='JNN6LED3DUMX5MINF94PUSA2X8BISZ' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 tinyblob not null,
-b1 longblob not null,
-b2 text 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 b0='SY45AWJB48MZHC43VI5DW' where id=1;
-update noar ti set b0='SY45AWJB48MZHC43VI5DW' where id=1;
-update noar tt set b1='96H' where id=1;
-update noar ti set b1='96H' where id=1;
-update noar tt set b2='1689MM2JZTPDAE8MNJY0EGRDK4' where id=1;
-update noar ti set b2='1689MM2JZTPDAE8MNJY0EGRDK4' where id=1;
-update noar tt set b0='C0O19W54H7X2EO0PJCIKC7' where id=2;
-update noar ti set b0='C0O19W54H7X2EO0PJCIKC7' where id=2;
-update noar tt set b1='JZBUGA4LZ4A60UZLUY1FFL8HROP3WUTX' where id=2;
-update noar ti set b1='JZBUGA4LZ4A60UZLUY1FFL8HROP3WUTX' where id=2;
-update noar tt set b2='WHY8VQENSVNTT3QEBSP' where id=2;
-update noar ti set b2='WHY8VQENSVNTT3QEBSP' where id=2;
-update noar tt set b0='TJ1O' where id=3;
-update noar ti set b0='TJ1O' where id=3;
-update noar tt set b1='4W0PA0WW' where id=3;
-update noar ti set b1='4W0PA0WW' where id=3;
-update noar tt set b2='S' where id=3;
-update noar ti set b2='S' where id=3;
-update noar tt set b0='PA0HGG5DVJC' where id=4;
-update noar ti set b0='PA0HGG5DVJC' where id=4;
-update noar tt set b1='VJH47XXPJ2O44R' where id=4;
-update noar ti set b1='VJH47XXPJ2O44R' where id=4;
-update noar tt set b2='5WON0SLKQORMLW327OP0I5YE' where id=4;
-update noar ti set b2='5WON0SLKQORMLW327OP0I5YE' where id=4;
-update noar tt set b0='K0FNWKUDU6PGTKBTQTD4FLBY1' where id=5;
-update noar ti set b0='K0FNWKUDU6PGTKBTQTD4FLBY1' where id=5;
-update noar tt set b1='0W6L6LE' where id=5;
-update noar ti set b1='0W6L6LE' where id=5;
-update noar tt set b2='PJCQRB7UFFS2RJEL' where id=5;
-update noar ti set b2='PJCQRB7UFFS2RJEL' where id=5;
-update noar tt set b0='IL6TP1RFJR94HAG7VYK7DL6AHQVN635F' where id=6;
-update noar ti set b0='IL6TP1RFJR94HAG7VYK7DL6AHQVN635F' where id=6;
-update noar tt set b1='QZTO52EKP2Y2Y4557L1I9MTYVKWCD' where id=6;
-update noar ti set b1='QZTO52EKP2Y2Y4557L1I9MTYVKWCD' where id=6;
-update noar tt set b2='XSLJT3MNK6RK4HECD5E56ESQTG01PCEA' where id=6;
-update noar ti set b2='XSLJT3MNK6RK4HECD5E56ESQTG01PCEA' where id=6;
-update noar tt set b0='TMAQ9ZOG4XPOGRZ' where id=7;
-update noar ti set b0='TMAQ9ZOG4XPOGRZ' where id=7;
-update noar tt set b1='YXAQPPYBPDFGH9WA3NUL3BZCX' where id=7;
-update noar ti set b1='YXAQPPYBPDFGH9WA3NUL3BZCX' where id=7;
-update noar tt set b2='PID8CVM27K9RJ1UB' where id=7;
-update noar ti set b2='PID8CVM27K9RJ1UB' where id=7;
-update noar tt set b0='PHFJ0NU50ZKFNXO' where id=8;
-update noar ti set b0='PHFJ0NU50ZKFNXO' where id=8;
-update noar tt set b1='WPBV4VCJ6U7MT8E' where id=8;
-update noar ti set b1='WPBV4VCJ6U7MT8E' where id=8;
-update noar tt set b2='R' where id=8;
-update noar ti set b2='R' where id=8;
-update noar tt set b0='958GJCAH96O' where id=9;
-update noar ti set b0='958GJCAH96O' where id=9;
-update noar tt set b1='AIUQ5E7L5BC53HLU3VB1' where id=9;
-update noar ti set b1='AIUQ5E7L5BC53HLU3VB1' where id=9;
-update noar tt set b2='VBEYW2GGA5C' where id=9;
-update noar ti set b2='VBEYW2GGA5C' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 tinyblob null,
-b1 text 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 b0='XACHNX1V8L2VN8CILGTLWM' where id=1;
-update noar ti set b0='XACHNX1V8L2VN8CILGTLWM' where id=1;
-update noar tt set b1='A9MTUNFL5EDEMLWLI9RU4SIP' where id=1;
-update noar ti set b1='A9MTUNFL5EDEMLWLI9RU4SIP' where id=1;
-update noar tt set b2='M2LZ26BJND1NFOJDYCVDYY2C' where id=1;
-update noar ti set b2='M2LZ26BJND1NFOJDYCVDYY2C' where id=1;
-update noar tt set b0='1CL0J9L' where id=2;
-update noar ti set b0='1CL0J9L' where id=2;
-update noar tt set b1='26AIX' where id=2;
-update noar ti set b1='26AIX' where id=2;
-update noar tt set b2='9FRXB7JIQLUJM002NJ5RMV' where id=2;
-update noar ti set b2='9FRXB7JIQLUJM002NJ5RMV' where id=2;
-update noar tt set b0='6ZAEY1SYBUQL9' where id=3;
-update noar ti set b0='6ZAEY1SYBUQL9' where id=3;
-update noar tt set b1='IVQ4JSP77Y7UULE9A1A' where id=3;
-update noar ti set b1='IVQ4JSP77Y7UULE9A1A' 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 b0='YACCA1YGYGN' where id=4;
-update noar ti set b0='YACCA1YGYGN' where id=4;
-update noar tt set b1='TXP' where id=4;
-update noar ti set b1='TXP' where id=4;
-update noar tt set b2='Y3SQ73D3M7IP510OJN9ITSQO' where id=4;
-update noar ti set b2='Y3SQ73D3M7IP510OJN9ITSQO' where id=4;
-update noar tt set b0='EEQTPLLTY9BL617N' where id=5;
-update noar ti set b0='EEQTPLLTY9BL617N' where id=5;
-update noar tt set b1='NLBYP5VR2UQV' where id=5;
-update noar ti set b1='NLBYP5VR2UQV' where id=5;
-update noar tt set b2='5HUWC9Z1YAFNNQJ4BSXTBH' where id=5;
-update noar ti set b2='5HUWC9Z1YAFNNQJ4BSXTBH' where id=5;
-update noar tt set b0='X2Q6MI0C3DA21AO64P92RSUG2' where id=6;
-update noar ti set b0='X2Q6MI0C3DA21AO64P92RSUG2' where id=6;
-update noar tt set b1='MYB0RH25CM5Q' where id=6;
-update noar ti set b1='MYB0RH25CM5Q' where id=6;
-update noar tt set b2='K' where id=6;
-update noar ti set b2='K' where id=6;
-update noar tt set b0='OXQD66LHD40N05OX0UZUIVOKJF25G7Z' where id=7;
-update noar ti set b0='OXQD66LHD40N05OX0UZUIVOKJF25G7Z' where id=7;
-update noar tt set b1='VXWOLY7TY4L56GYDDYVUAPV0YM' where id=7;
-update noar ti set b1='VXWOLY7TY4L56GYDDYVUAPV0YM' where id=7;
-update noar tt set b2='7T2MC1QTPL9RVZZ6VWQJ0N1EL' where id=7;
-update noar ti set b2='7T2MC1QTPL9RVZZ6VWQJ0N1EL' where id=7;
-update noar tt set b0='BDGIOLLOX41TG66DSIG97IZ3RLWXB' where id=8;
-update noar ti set b0='BDGIOLLOX41TG66DSIG97IZ3RLWXB' where id=8;
-update noar tt set b1='FLHNNI472K' where id=8;
-update noar ti set b1='FLHNNI472K' where id=8;
-update noar tt set b2='Z7PR1N6R5A7CXK' where id=8;
-update noar ti set b2='Z7PR1N6R5A7CXK' where id=8;
-update noar tt set b0='FVEOP338T7' where id=9;
-update noar ti set b0='FVEOP338T7' where id=9;
-update noar tt set b1='KY0LPIV' where id=9;
-update noar ti set b1='KY0LPIV' where id=9;
-update noar tt set b2='Q1Z5ZR294ITKWNUCG01ME' where id=9;
-update noar ti set b2='Q1Z5ZR294ITKWNUCG01ME' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 tinyblob not null,
-b1 text 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 b0='4ZTREP' where id=1;
-update noar ti set b0='4ZTREP' where id=1;
-update noar tt set b1='L8X5S9IQ2RAHKD6XM3Z9KTQNO78YTW' where id=1;
-update noar ti set b1='L8X5S9IQ2RAHKD6XM3Z9KTQNO78YTW' where id=1;
-update noar tt set b2='41YMD8JTG51IEPGRGTQ6MM225E' where id=1;
-update noar ti set b2='41YMD8JTG51IEPGRGTQ6MM225E' where id=1;
-update noar tt set b0='2PLFJJ82CMFP42NE5018RC65' where id=2;
-update noar ti set b0='2PLFJJ82CMFP42NE5018RC65' where id=2;
-update noar tt set b1='8282NR6B' where id=2;
-update noar ti set b1='8282NR6B' where id=2;
-update noar tt set b2='4XGVY3J' where id=2;
-update noar ti set b2='4XGVY3J' where id=2;
-update noar tt set b0='29VMTNQG642ZYUT8PJWECJS' where id=3;
-update noar ti set b0='29VMTNQG642ZYUT8PJWECJS' where id=3;
-update noar tt set b1='JZW2D' where id=3;
-update noar ti set b1='JZW2D' where id=3;
-update noar tt set b2='BR1MP4ZC90V46MDG' where id=3;
-update noar ti set b2='BR1MP4ZC90V46MDG' where id=3;
-update noar tt set b0='NMS9QB' where id=4;
-update noar ti set b0='NMS9QB' where id=4;
-update noar tt set b1='3A26DG0S2XHI' where id=4;
-update noar ti set b1='3A26DG0S2XHI' where id=4;
-update noar tt set b2='QPJIUG' where id=4;
-update noar ti set b2='QPJIUG' where id=4;
-update noar tt set b0='O2OPXB1YLKS4PWF4' where id=5;
-update noar ti set b0='O2OPXB1YLKS4PWF4' where id=5;
-update noar tt set b1='VZQJMENLLJ8PZUYPVJQ6WRFQ5VYKLY' where id=5;
-update noar ti set b1='VZQJMENLLJ8PZUYPVJQ6WRFQ5VYKLY' where id=5;
-update noar tt set b2='RW2Y42NS7VZZ' where id=5;
-update noar ti set b2='RW2Y42NS7VZZ' where id=5;
-update noar tt set b0='JIU7D6LO5RA' where id=6;
-update noar ti set b0='JIU7D6LO5RA' where id=6;
-update noar tt set b1='RHLROSF28RI' where id=6;
-update noar ti set b1='RHLROSF28RI' where id=6;
-update noar tt set b2='3H5YMX4MZ94L35EAEAZLADR4D2TEP' where id=6;
-update noar ti set b2='3H5YMX4MZ94L35EAEAZLADR4D2TEP' where id=6;
-update noar tt set b0='N3J5GB7JGOT' where id=7;
-update noar ti set b0='N3J5GB7JGOT' where id=7;
-update noar tt set b1='74D0861LTF58RLG' where id=7;
-update noar ti set b1='74D0861LTF58RLG' where id=7;
-update noar tt set b2='OVU3UN' where id=7;
-update noar ti set b2='OVU3UN' where id=7;
-update noar tt set b0='UYP0FCWXVJXXVQ91653G1Q1' where id=8;
-update noar ti set b0='UYP0FCWXVJXXVQ91653G1Q1' where id=8;
-update noar tt set b1='MI45Q2XOB5LIYZR7HT6PRB' where id=8;
-update noar ti set b1='MI45Q2XOB5LIYZR7HT6PRB' where id=8;
-update noar tt set b2='RAGG7VXX7DZ40FALUEX' where id=8;
-update noar ti set b2='RAGG7VXX7DZ40FALUEX' where id=8;
-update noar tt set b0='NK' where id=9;
-update noar ti set b0='NK' where id=9;
-update noar tt set b1='ZGSZI1LMJ1BI82XFI6' where id=9;
-update noar ti set b1='ZGSZI1LMJ1BI82XFI6' where id=9;
-update noar tt set b2='CV1TLDFLXTRYFMYPEKI57U6YXX2FG' where id=9;
-update noar ti set b2='CV1TLDFLXTRYFMYPEKI57U6YXX2FG' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 tinyblob null,
-b1 text 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 b0='J6UT4L0CV5TFE' where id=1;
-update noar ti set b0='J6UT4L0CV5TFE' where id=1;
-update noar tt set b1='ULUG7J2AP3RBZR9BEWG48N6' where id=1;
-update noar ti set b1='ULUG7J2AP3RBZR9BEWG48N6' where id=1;
-update noar tt set b2='B5PFGDG0FVSR' where id=1;
-update noar ti set b2='B5PFGDG0FVSR' where id=1;
-update noar tt set b0='ACILM35DA1RCEMX72QNYDS' where id=2;
-update noar ti set b0='ACILM35DA1RCEMX72QNYDS' where id=2;
-update noar tt set b1='UDL9EWXMJYR5' where id=2;
-update noar ti set b1='UDL9EWXMJYR5' where id=2;
-update noar tt set b2='O9ZMOIXEA' where id=2;
-update noar ti set b2='O9ZMOIXEA' where id=2;
-update noar tt set b0='45BESPEY2SBE' where id=3;
-update noar ti set b0='45BESPEY2SBE' where id=3;
-update noar tt set b1='O655ZSCFIE871GV4PT3FI' where id=3;
-update noar ti set b1='O655ZSCFIE871GV4PT3FI' where id=3;
-update noar tt set b2='JYUSOPL0UTP19Y2ZXZMI2UEPKF' where id=3;
-update noar ti set b2='JYUSOPL0UTP19Y2ZXZMI2UEPKF' where id=3;
-update noar tt set b0='NP' where id=4;
-update noar ti set b0='NP' where id=4;
-update noar tt set b1='U68SQCT' where id=4;
-update noar ti set b1='U68SQCT' where id=4;
-update noar tt set b2='TDPUMJLW0JAK3D7Y1IHR' where id=4;
-update noar ti set b2='TDPUMJLW0JAK3D7Y1IHR' where id=4;
-update noar tt set b0='J8EM359HBKQT0' where id=5;
-update noar ti set b0='J8EM359HBKQT0' where id=5;
-update noar tt set b1='MGCQE9TVGNA1PBOSCMGYNHJZD' where id=5;
-update noar ti set b1='MGCQE9TVGNA1PBOSCMGYNHJZD' where id=5;
-update noar tt set b2='H8JXMDJKJ84C28OAX' where id=5;
-update noar ti set b2='H8JXMDJKJ84C28OAX' where id=5;
-update noar tt set b0='X3YBKBN9J0' where id=6;
-update noar ti set b0='X3YBKBN9J0' where id=6;
-update noar tt set b1='9EN14YI0UBGRKRGZX1ET' where id=6;
-update noar ti set b1='9EN14YI0UBGRKRGZX1ET' where id=6;
-update noar tt set b2='UICXV153KI63KIA3YL9YN58IP5P14B' where id=6;
-update noar ti set b2='UICXV153KI63KIA3YL9YN58IP5P14B' where id=6;
-update noar tt set b0='4UU4G6MY8DTWZVASILHQ' where id=7;
-update noar ti set b0='4UU4G6MY8DTWZVASILHQ' where id=7;
-update noar tt set b1='8Z7LRW9ENCJA5VT25AKUUO04' where id=7;
-update noar ti set b1='8Z7LRW9ENCJA5VT25AKUUO04' where id=7;
-update noar tt set b2='BMER3TQ1A3FIH9O' where id=7;
-update noar ti set b2='BMER3TQ1A3FIH9O' where id=7;
-update noar tt set b0='FY1YP7EHHO2GSO13Q8UERG5GL1D' where id=8;
-update noar ti set b0='FY1YP7EHHO2GSO13Q8UERG5GL1D' where id=8;
-update noar tt set b1='VNA082E3LI9G' where id=8;
-update noar ti set b1='VNA082E3LI9G' where id=8;
-update noar tt set b2='91EDWQ87M' where id=8;
-update noar ti set b2='91EDWQ87M' where id=8;
-update noar tt set b0='RZ3YBHHYG5WWXOZJMIE' where id=9;
-update noar ti set b0='RZ3YBHHYG5WWXOZJMIE' where id=9;
-update noar tt set b1='XN8LKNMPI' where id=9;
-update noar ti set b1='XN8LKNMPI' where id=9;
-update noar tt set b2='5Z' where id=9;
-update noar ti set b2='5Z' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 tinyblob not null,
-b1 text 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 b0='JAOF86PXKZMP1DCOGYPEX67EUZAZD' where id=1;
-update noar ti set b0='JAOF86PXKZMP1DCOGYPEX67EUZAZD' where id=1;
-update noar tt set b1='LDG5RVX8F' where id=1;
-update noar ti set b1='LDG5RVX8F' where id=1;
-update noar tt set b2='ZCR6M6394O' where id=1;
-update noar ti set b2='ZCR6M6394O' where id=1;
-update noar tt set b0='9ZSJM50B2Y3MFOUVKC' where id=2;
-update noar ti set b0='9ZSJM50B2Y3MFOUVKC' where id=2;
-update noar tt set b1='SCCEKNG6YF' where id=2;
-update noar ti set b1='SCCEKNG6YF' where id=2;
-update noar tt set b2='PKXDPVWGICX5LHIHZKRI' where id=2;
-update noar ti set b2='PKXDPVWGICX5LHIHZKRI' where id=2;
-update noar tt set b0='F98Q0DMX' where id=3;
-update noar ti set b0='F98Q0DMX' where id=3;
-update noar tt set b1='HSWFR62' where id=3;
-update noar ti set b1='HSWFR62' where id=3;
-update noar tt set b2='FOTDH' where id=3;
-update noar ti set b2='FOTDH' where id=3;
-update noar tt set b0='KCK' where id=4;
-update noar ti set b0='KCK' where id=4;
-update noar tt set b1='UQTU3ZCBGJX' where id=4;
-update noar ti set b1='UQTU3ZCBGJX' where id=4;
-update noar tt set b2='B37KUKFKMC3EET1IP6' where id=4;
-update noar ti set b2='B37KUKFKMC3EET1IP6' where id=4;
-update noar tt set b0='DBLPTXA' where id=5;
-update noar ti set b0='DBLPTXA' where id=5;
-update noar tt set b1='WW7SS8L91YKM' where id=5;
-update noar ti set b1='WW7SS8L91YKM' where id=5;
-update noar tt set b2='NA' where id=5;
-update noar ti set b2='NA' where id=5;
-update noar tt set b0='NRNCPQLLLBBL5YN36PC3L7P811HCETY' where id=6;
-update noar ti set b0='NRNCPQLLLBBL5YN36PC3L7P811HCETY' where id=6;
-update noar tt set b1='P2K8SUMEKQGRHS9H4IO7L5EPZ7' where id=6;
-update noar ti set b1='P2K8SUMEKQGRHS9H4IO7L5EPZ7' where id=6;
-update noar tt set b2='RXOJ5' where id=6;
-update noar ti set b2='RXOJ5' where id=6;
-update noar tt set b0='RDDNNT' where id=7;
-update noar ti set b0='RDDNNT' where id=7;
-update noar tt set b1='CGQK3MHL0A20NU' where id=7;
-update noar ti set b1='CGQK3MHL0A20NU' where id=7;
-update noar tt set b2='UFK0AUJ7ZITUZZOSBPMB6C1Q' where id=7;
-update noar ti set b2='UFK0AUJ7ZITUZZOSBPMB6C1Q' where id=7;
-update noar tt set b0='TDRVBP3' where id=8;
-update noar ti set b0='TDRVBP3' where id=8;
-update noar tt set b1='L4TJZ5AHCQKQ9YJ89M' where id=8;
-update noar ti set b1='L4TJZ5AHCQKQ9YJ89M' where id=8;
-update noar tt set b2='CJWQN82XPOZG88O27UV01NGJ02V2K' where id=8;
-update noar ti set b2='CJWQN82XPOZG88O27UV01NGJ02V2K' where id=8;
-update noar tt set b0='SS9YA7U3VCZSS34VJDDE' where id=9;
-update noar ti set b0='SS9YA7U3VCZSS34VJDDE' where id=9;
-update noar tt set b1='KL5OI2675CDMOGA234B2BR3Y8' where id=9;
-update noar ti set b1='KL5OI2675CDMOGA234B2BR3Y8' where id=9;
-update noar tt set b2='6FYOP' where id=9;
-update noar ti set b2='6FYOP' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 tinyblob null,
-b1 text 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 b0='NQ6E2TT4QEUBCL0BM5QYMUXKUUC' where id=1;
-update noar ti set b0='NQ6E2TT4QEUBCL0BM5QYMUXKUUC' where id=1;
-update noar tt set b1='2OZH' where id=1;
-update noar ti set b1='2OZH' 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 b0='6FZANCNLQB5500WADDZAK' where id=2;
-update noar ti set b0='6FZANCNLQB5500WADDZAK' where id=2;
-update noar tt set b1='AQNIUDUTQIFS' where id=2;
-update noar ti set b1='AQNIUDUTQIFS' where id=2;
-update noar tt set b2='539MKB4ULIIPBQTQ9N' where id=2;
-update noar ti set b2='539MKB4ULIIPBQTQ9N' where id=2;
-update noar tt set b0='T9K4XVUEVWP' where id=3;
-update noar ti set b0='T9K4XVUEVWP' where id=3;
-update noar tt set b1='53UC17TUE2R' where id=3;
-update noar ti set b1='53UC17TUE2R' where id=3;
-update noar tt set b2='M9H86EJYS258IAST' where id=3;
-update noar ti set b2='M9H86EJYS258IAST' where id=3;
-update noar tt set b0='GRQEOSO0KL5T' where id=4;
-update noar ti set b0='GRQEOSO0KL5T' where id=4;
-update noar tt set b1='06T5RMX3X06GN0T3627I4GPAQHV' where id=4;
-update noar ti set b1='06T5RMX3X06GN0T3627I4GPAQHV' where id=4;
-update noar tt set b2='S71PWP7V0OPD0P6JW' where id=4;
-update noar ti set b2='S71PWP7V0OPD0P6JW' where id=4;
-update noar tt set b0='QA43317YFTZ8Z5YIISY' where id=5;
-update noar ti set b0='QA43317YFTZ8Z5YIISY' where id=5;
-update noar tt set b1='S0PDNFO517' where id=5;
-update noar ti set b1='S0PDNFO517' where id=5;
-update noar tt set b2='8RLSMA8BC8SXOMV7G' where id=5;
-update noar ti set b2='8RLSMA8BC8SXOMV7G' where id=5;
-update noar tt set b0='WA3MOZRQSM9TRED7L0H' where id=6;
-update noar ti set b0='WA3MOZRQSM9TRED7L0H' where id=6;
-update noar tt set b1='SQ9' where id=6;
-update noar ti set b1='SQ9' where id=6;
-update noar tt set b2='AI24SPUR5ELGV' where id=6;
-update noar ti set b2='AI24SPUR5ELGV' where id=6;
-update noar tt set b0='AK67' where id=7;
-update noar ti set b0='AK67' where id=7;
-update noar tt set b1='ZKN47H9X6KD6W' where id=7;
-update noar ti set b1='ZKN47H9X6KD6W' where id=7;
-update noar tt set b2='AVCJG4V34FIFWQLO3A4KDVB' where id=7;
-update noar ti set b2='AVCJG4V34FIFWQLO3A4KDVB' where id=7;
-update noar tt set b0='YGS9AS49D' where id=8;
-update noar ti set b0='YGS9AS49D' where id=8;
-update noar tt set b1='04G70' where id=8;
-update noar ti set b1='04G70' where id=8;
-update noar tt set b2='WUIG8UVJ5K3ESR4EA59G5GEK' where id=8;
-update noar ti set b2='WUIG8UVJ5K3ESR4EA59G5GEK' where id=8;
-update noar tt set b0='9Y59RWP' where id=9;
-update noar ti set b0='9Y59RWP' where id=9;
-update noar tt set b1='PO24Y3PXHMZ' where id=9;
-update noar ti set b1='PO24Y3PXHMZ' where id=9;
-update noar tt set b2='ZF9SWWE06ND4J1J4OW6Y5NDIR1B' where id=9;
-update noar ti set b2='ZF9SWWE06ND4J1J4OW6Y5NDIR1B' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 tinyblob not null,
-b1 text 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 b0='CB7DR' where id=1;
-update noar ti set b0='CB7DR' where id=1;
-update noar tt set b1='3IV0V4FWCZSE8K63AQ2ABWB' where id=1;
-update noar ti set b1='3IV0V4FWCZSE8K63AQ2ABWB' where id=1;
-update noar tt set b2='JDTM2D021NWIIN' where id=1;
-update noar ti set b2='JDTM2D021NWIIN' where id=1;
-update noar tt set b0='BITNE28A94O6QUP' where id=2;
-update noar ti set b0='BITNE28A94O6QUP' where id=2;
-update noar tt set b1='UMNQHNDV' where id=2;
-update noar ti set b1='UMNQHNDV' where id=2;
-update noar tt set b2='JERM91Z2E5LU9CC' where id=2;
-update noar ti set b2='JERM91Z2E5LU9CC' where id=2;
-update noar tt set b0='2W2JH6VCFYO6QCE0DI0IWWJ07LQAVAQS' where id=3;
-update noar ti set b0='2W2JH6VCFYO6QCE0DI0IWWJ07LQAVAQS' where id=3;
-update noar tt set b1='5RYPYWU0361KJB44H9YC00AY3H8KYKB' where id=3;
-update noar ti set b1='5RYPYWU0361KJB44H9YC00AY3H8KYKB' where id=3;
-update noar tt set b2='I7V5B0TF' where id=3;
-update noar ti set b2='I7V5B0TF' where id=3;
-update noar tt set b0='GSHODRIHOYZRWESEQD6B0L' where id=4;
-update noar ti set b0='GSHODRIHOYZRWESEQD6B0L' where id=4;
-update noar tt set b1='P9OO2VK94SQX7954EITPZ1VWX9KQQ27' where id=4;
-update noar ti set b1='P9OO2VK94SQX7954EITPZ1VWX9KQQ27' where id=4;
-update noar tt set b2='2NBA9A86IJO6L' where id=4;
-update noar ti set b2='2NBA9A86IJO6L' where id=4;
-update noar tt set b0='3TDU4' where id=5;
-update noar ti set b0='3TDU4' where id=5;
-update noar tt set b1='CMCUYBXLGZUX2KZ0' where id=5;
-update noar ti set b1='CMCUYBXLGZUX2KZ0' where id=5;
-update noar tt set b2='4O4M2' where id=5;
-update noar ti set b2='4O4M2' where id=5;
-update noar tt set b0='WUVU8KP4WO' where id=6;
-update noar ti set b0='WUVU8KP4WO' where id=6;
-update noar tt set b1='NCCSZ' where id=6;
-update noar ti set b1='NCCSZ' where id=6;
-update noar tt set b2='3BFOMBUZAYFA1F36OSC5QJHU2MKP' where id=6;
-update noar ti set b2='3BFOMBUZAYFA1F36OSC5QJHU2MKP' where id=6;
-update noar tt set b0='GUX' where id=7;
-update noar ti set b0='GUX' where id=7;
-update noar tt set b1='CMKTB0YO39RHKZNY0M81ZW' where id=7;
-update noar ti set b1='CMKTB0YO39RHKZNY0M81ZW' where id=7;
-update noar tt set b2='KK7IRA9L20NW9R9ZGXP5' where id=7;
-update noar ti set b2='KK7IRA9L20NW9R9ZGXP5' where id=7;
-update noar tt set b0='GSI2IM6JPB2L' where id=8;
-update noar ti set b0='GSI2IM6JPB2L' where id=8;
-update noar tt set b1='U' where id=8;
-update noar ti set b1='U' where id=8;
-update noar tt set b2='Y70ZWZNCLRAU44ALT7SL9F2' where id=8;
-update noar ti set b2='Y70ZWZNCLRAU44ALT7SL9F2' where id=8;
-update noar tt set b0='CZKFARQ39XKQRYMEOPZ4ROXKTB4' where id=9;
-update noar ti set b0='CZKFARQ39XKQRYMEOPZ4ROXKTB4' where id=9;
-update noar tt set b1='C4T7JPODAU7C0PFY2FGG089NYSISK' where id=9;
-update noar ti set b1='C4T7JPODAU7C0PFY2FGG089NYSISK' where id=9;
-update noar tt set b2='AVIL6S41XDR' where id=9;
-update noar ti set b2='AVIL6S41XDR' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 tinyblob null,
-b1 text 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 b0='ID15RM6NVRAE2G1SVR3ID6NMNE8' where id=1;
-update noar ti set b0='ID15RM6NVRAE2G1SVR3ID6NMNE8' where id=1;
-update noar tt set b1='5HM871AGHGOMW5M90ATJCQ94LLT' where id=1;
-update noar ti set b1='5HM871AGHGOMW5M90ATJCQ94LLT' where id=1;
-update noar tt set b2='N0ZJ8991LSCTIPFCEC59E3' where id=1;
-update noar ti set b2='N0ZJ8991LSCTIPFCEC59E3' where id=1;
-update noar tt set b0='KUTQ50HVQYE6COC26MBXCU1' where id=2;
-update noar ti set b0='KUTQ50HVQYE6COC26MBXCU1' where id=2;
-update noar tt set b1='YLDR7E378DNE' where id=2;
-update noar ti set b1='YLDR7E378DNE' where id=2;
-update noar tt set b2='NJJVF17WBMUWCSYY82F0' where id=2;
-update noar ti set b2='NJJVF17WBMUWCSYY82F0' where id=2;
-update noar tt set b0='3FQEA5CICF' where id=3;
-update noar ti set b0='3FQEA5CICF' where id=3;
-update noar tt set b1='ZQKVL3BTHCPO8R86RXMAGO' where id=3;
-update noar ti set b1='ZQKVL3BTHCPO8R86RXMAGO' where id=3;
-update noar tt set b2='SUDTA2Q17P8PC8EJXV3SQEQKGKQ' where id=3;
-update noar ti set b2='SUDTA2Q17P8PC8EJXV3SQEQKGKQ' where id=3;
-update noar tt set b0='ACZNH5S' where id=4;
-update noar ti set b0='ACZNH5S' where id=4;
-update noar tt set b1='7FLNC66NGQXBP6C9HM7EZW' where id=4;
-update noar ti set b1='7FLNC66NGQXBP6C9HM7EZW' where id=4;
-update noar tt set b2='1QVH7ZG3DBS8CYBKJH4' where id=4;
-update noar ti set b2='1QVH7ZG3DBS8CYBKJH4' where id=4;
-update noar tt set b0='SL2JPIFL9KJH9Y0ZNA' where id=5;
-update noar ti set b0='SL2JPIFL9KJH9Y0ZNA' where id=5;
-update noar tt set b1='74MXZYEC23I88SRDCDKL0KEN3XIGA' where id=5;
-update noar ti set b1='74MXZYEC23I88SRDCDKL0KEN3XIGA' where id=5;
-update noar tt set b2='F' where id=5;
-update noar ti set b2='F' where id=5;
-update noar tt set b0='ML4FYQJY' where id=6;
-update noar ti set b0='ML4FYQJY' where id=6;
-update noar tt set b1='J5A25CVP62XE15ZNWTDL' where id=6;
-update noar ti set b1='J5A25CVP62XE15ZNWTDL' where id=6;
-update noar tt set b2='AJ97L5X' where id=6;
-update noar ti set b2='AJ97L5X' where id=6;
-update noar tt set b0='4C1BU1FHDZGIWOB1UCOCK9' where id=7;
-update noar ti set b0='4C1BU1FHDZGIWOB1UCOCK9' where id=7;
-update noar tt set b1='RPP' where id=7;
-update noar ti set b1='RPP' where id=7;
-update noar tt set b2='TE76F0I8RK0YW680LKEPYMP2SFV6CO' where id=7;
-update noar ti set b2='TE76F0I8RK0YW680LKEPYMP2SFV6CO' where id=7;
-update noar tt set b0='X' where id=8;
-update noar ti set b0='X' where id=8;
-update noar tt set b1='O0X6BSPSO126CGGS2BG3KL' where id=8;
-update noar ti set b1='O0X6BSPSO126CGGS2BG3KL' where id=8;
-update noar tt set b2='JBJ0451' where id=8;
-update noar ti set b2='JBJ0451' where id=8;
-update noar tt set b0='F34MEXGXKFBM2UT' where id=9;
-update noar ti set b0='F34MEXGXKFBM2UT' where id=9;
-update noar tt set b1='BSRWZP0Z' where id=9;
-update noar ti set b1='BSRWZP0Z' where id=9;
-update noar tt set b2='37EEOCYR6T3PNEDX3FBQ92G4T53WODTW' where id=9;
-update noar ti set b2='37EEOCYR6T3PNEDX3FBQ92G4T53WODTW' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 tinyblob not null,
-b1 text 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 b0='7JBUS90CC54ZP' where id=1;
-update noar ti set b0='7JBUS90CC54ZP' where id=1;
-update noar tt set b1='Q3GDRWNXSY5D6MN7NO6IFE1O4FKSJ' where id=1;
-update noar ti set b1='Q3GDRWNXSY5D6MN7NO6IFE1O4FKSJ' where id=1;
-update noar tt set b2='7O74JBSYLSGCO1BSEDBGUK7P4F8UPYHY' where id=1;
-update noar ti set b2='7O74JBSYLSGCO1BSEDBGUK7P4F8UPYHY' where id=1;
-update noar tt set b0='VZY0DWFNAZOFKNZ60GSQQYFFPJXM' where id=2;
-update noar ti set b0='VZY0DWFNAZOFKNZ60GSQQYFFPJXM' where id=2;
-update noar tt set b1='CALYLSO8EXTSLTJFPTPXDT302' where id=2;
-update noar ti set b1='CALYLSO8EXTSLTJFPTPXDT302' where id=2;
-update noar tt set b2='BCLO1TUGPY9PS6VMPB4H53' where id=2;
-update noar ti set b2='BCLO1TUGPY9PS6VMPB4H53' where id=2;
-update noar tt set b0='LDNC3KFAGW5I' where id=3;
-update noar ti set b0='LDNC3KFAGW5I' where id=3;
-update noar tt set b1='MUYKZMYSE05JY16RL9RPL' where id=3;
-update noar ti set b1='MUYKZMYSE05JY16RL9RPL' where id=3;
-update noar tt set b2='9V56GV2MB7ST6EQ0C373AW3VJYPIB3' where id=3;
-update noar ti set b2='9V56GV2MB7ST6EQ0C373AW3VJYPIB3' where id=3;
-update noar tt set b0='GEY8K2LOBOUWBYMIJ9562W4TF6OCBB5' where id=4;
-update noar ti set b0='GEY8K2LOBOUWBYMIJ9562W4TF6OCBB5' where id=4;
-update noar tt set b1='LJBIHLQ535ZNG1EK7BT' where id=4;
-update noar ti set b1='LJBIHLQ535ZNG1EK7BT' where id=4;
-update noar tt set b2='9N646DR7QUUOC' where id=4;
-update noar ti set b2='9N646DR7QUUOC' where id=4;
-update noar tt set b0='430HB1DAVS6CF' where id=5;
-update noar ti set b0='430HB1DAVS6CF' where id=5;
-update noar tt set b1='0OV3ZGF2JUUDEKR5L' where id=5;
-update noar ti set b1='0OV3ZGF2JUUDEKR5L' where id=5;
-update noar tt set b2='5CFJKPAREPGLQYBVV736BL01Z' where id=5;
-update noar ti set b2='5CFJKPAREPGLQYBVV736BL01Z' where id=5;
-update noar tt set b0='AD312BIYRDC' where id=6;
-update noar ti set b0='AD312BIYRDC' where id=6;
-update noar tt set b1='Z16' where id=6;
-update noar ti set b1='Z16' where id=6;
-update noar tt set b2='LGZWGGFJ5UF36HJDJYD2K' where id=6;
-update noar ti set b2='LGZWGGFJ5UF36HJDJYD2K' where id=6;
-update noar tt set b0='E3QALDLJUSKLJRLI3F5TXI1KF' where id=7;
-update noar ti set b0='E3QALDLJUSKLJRLI3F5TXI1KF' where id=7;
-update noar tt set b1='UWI9LX49HEZ49F1AJ21ZDWVXII42RL' where id=7;
-update noar ti set b1='UWI9LX49HEZ49F1AJ21ZDWVXII42RL' where id=7;
-update noar tt set b2='8W9Y' where id=7;
-update noar ti set b2='8W9Y' where id=7;
-update noar tt set b0='KHXNWY' where id=8;
-update noar ti set b0='KHXNWY' where id=8;
-update noar tt set b1='JY99H9VWYTEYZAP2P8ICC1' where id=8;
-update noar ti set b1='JY99H9VWYTEYZAP2P8ICC1' where id=8;
-update noar tt set b2='AXAF9HDTLTU' where id=8;
-update noar ti set b2='AXAF9HDTLTU' where id=8;
-update noar tt set b0='YYQTPL5FVDQS9OQ2HGAZT19I' where id=9;
-update noar ti set b0='YYQTPL5FVDQS9OQ2HGAZT19I' where id=9;
-update noar tt set b1='6J0DCU71M0ASWYCZPRML1G4KMWLKO9' where id=9;
-update noar ti set b1='6J0DCU71M0ASWYCZPRML1G4KMWLKO9' where id=9;
-update noar tt set b2='M0H5STWTOHCH9PC' where id=9;
-update noar ti set b2='M0H5STWTOHCH9PC' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 tinyblob null,
-b1 text null,
-b2 text 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 b0='91DCSZ52QOPUF59N8T' where id=1;
-update noar ti set b0='91DCSZ52QOPUF59N8T' where id=1;
-update noar tt set b1='91IHWVIPDW753US2CW9TDI' where id=1;
-update noar ti set b1='91IHWVIPDW753US2CW9TDI' where id=1;
-update noar tt set b2='00D2H' where id=1;
-update noar ti set b2='00D2H' where id=1;
-update noar tt set b0='XZDPPXL0GDH1QZL9DSQK60OI0M1X84X' where id=2;
-update noar ti set b0='XZDPPXL0GDH1QZL9DSQK60OI0M1X84X' where id=2;
-update noar tt set b1='I' where id=2;
-update noar ti set b1='I' where id=2;
-update noar tt set b2='AHEXM1L97KOTB9KXI29YGDSY6FOF' where id=2;
-update noar ti set b2='AHEXM1L97KOTB9KXI29YGDSY6FOF' where id=2;
-update noar tt set b0='VYILFYJM08X5A1ZURWVYE6X7ADXO2S' where id=3;
-update noar ti set b0='VYILFYJM08X5A1ZURWVYE6X7ADXO2S' where id=3;
-update noar tt set b1='VAV9I4VHTMEZ0U8IEZQV' where id=3;
-update noar ti set b1='VAV9I4VHTMEZ0U8IEZQV' where id=3;
-update noar tt set b2='3PP5X4QIEXYD6C93ASOSQZVZW4TINIY' where id=3;
-update noar ti set b2='3PP5X4QIEXYD6C93ASOSQZVZW4TINIY' where id=3;
-update noar tt set b0='0XLZV04KSUMJFY92AK71V5AN3' where id=4;
-update noar ti set b0='0XLZV04KSUMJFY92AK71V5AN3' where id=4;
-update noar tt set b1='C4M9BGY6GTKID0D8W7QFIG' where id=4;
-update noar ti set b1='C4M9BGY6GTKID0D8W7QFIG' where id=4;
-update noar tt set b2='B4UK' where id=4;
-update noar ti set b2='B4UK' where id=4;
-update noar tt set b0='KIF9PC0XV722MUNP8CKWAVX' where id=5;
-update noar ti set b0='KIF9PC0XV722MUNP8CKWAVX' where id=5;
-update noar tt set b1='ULKUU2EK' where id=5;
-update noar ti set b1='ULKUU2EK' where id=5;
-update noar tt set b2='0RP6EJLHGTFEZLSUJM3FV' where id=5;
-update noar ti set b2='0RP6EJLHGTFEZLSUJM3FV' where id=5;
-update noar tt set b0='EKB7' where id=6;
-update noar ti set b0='EKB7' where id=6;
-update noar tt set b1='94K' where id=6;
-update noar ti set b1='94K' where id=6;
-update noar tt set b2='PA9H' where id=6;
-update noar ti set b2='PA9H' where id=6;
-update noar tt set b0='OAQ9A2Z2WWDK2C05JYB1XVNCSCVOAX' where id=7;
-update noar ti set b0='OAQ9A2Z2WWDK2C05JYB1XVNCSCVOAX' where id=7;
-update noar tt set b1='3UG8NITM4B' where id=7;
-update noar ti set b1='3UG8NITM4B' where id=7;
-update noar tt set b2='PS6MJPIGPL7WBXD6QHCWEF5EZ7' where id=7;
-update noar ti set b2='PS6MJPIGPL7WBXD6QHCWEF5EZ7' where id=7;
-update noar tt set b0='29ZHZEZ6IXV50BXETX8' where id=8;
-update noar ti set b0='29ZHZEZ6IXV50BXETX8' where id=8;
-update noar tt set b1='8I3NM1AZEP' where id=8;
-update noar ti set b1='8I3NM1AZEP' where id=8;
-update noar tt set b2='ZIE8PAUV13PKXDSB' where id=8;
-update noar ti set b2='ZIE8PAUV13PKXDSB' where id=8;
-update noar tt set b0='P7ZZOLEGWA' where id=9;
-update noar ti set b0='P7ZZOLEGWA' where id=9;
-update noar tt set b1='ZEY1GVHHPTJMQ8YIXEODPKD6A893' where id=9;
-update noar ti set b1='ZEY1GVHHPTJMQ8YIXEODPKD6A893' where id=9;
-update noar tt set b2='3U3PCBQYYCMKR3SHEJ' where id=9;
-update noar ti set b2='3U3PCBQYYCMKR3SHEJ' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 tinyblob not null,
-b1 text not null,
-b2 text 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 b0='3VHW6PMZ2' where id=1;
-update noar ti set b0='3VHW6PMZ2' where id=1;
-update noar tt set b1='KOTGK0AV3UUROTM' where id=1;
-update noar ti set b1='KOTGK0AV3UUROTM' where id=1;
-update noar tt set b2='NQ2OJDDTWDURBJA4' where id=1;
-update noar ti set b2='NQ2OJDDTWDURBJA4' where id=1;
-update noar tt set b0='GTTPG2F21EXGXIMTS51HV5LYM452NMX' where id=2;
-update noar ti set b0='GTTPG2F21EXGXIMTS51HV5LYM452NMX' where id=2;
-update noar tt set b1='GBYE0' where id=2;
-update noar ti set b1='GBYE0' where id=2;
-update noar tt set b2='M9TO3FKFONZ5F3JQGZSOP2ILQRDBX' where id=2;
-update noar ti set b2='M9TO3FKFONZ5F3JQGZSOP2ILQRDBX' where id=2;
-update noar tt set b0='B4319RTBKXUV955KWWU2MKUO' where id=3;
-update noar ti set b0='B4319RTBKXUV955KWWU2MKUO' where id=3;
-update noar tt set b1='Q6PIZF4PZQZLK414RJEDFW' where id=3;
-update noar ti set b1='Q6PIZF4PZQZLK414RJEDFW' where id=3;
-update noar tt set b2='09UP4L2FGEJ53AFXVDMICCYCF5XV4' where id=3;
-update noar ti set b2='09UP4L2FGEJ53AFXVDMICCYCF5XV4' where id=3;
-update noar tt set b0='MF2U3X8OEE44EIJGW3F7I9T' where id=4;
-update noar ti set b0='MF2U3X8OEE44EIJGW3F7I9T' where id=4;
-update noar tt set b1='AQHCVO6WNYD4960ZQPP5' where id=4;
-update noar ti set b1='AQHCVO6WNYD4960ZQPP5' where id=4;
-update noar tt set b2='A04YIZ' where id=4;
-update noar ti set b2='A04YIZ' where id=4;
-update noar tt set b0='539WAPOAOKDJ5EYUSX4F' where id=5;
-update noar ti set b0='539WAPOAOKDJ5EYUSX4F' where id=5;
-update noar tt set b1='YX5DH' where id=5;
-update noar ti set b1='YX5DH' where id=5;
-update noar tt set b2='KBNW7EI9GT' where id=5;
-update noar ti set b2='KBNW7EI9GT' where id=5;
-update noar tt set b0='YTKJ4' where id=6;
-update noar ti set b0='YTKJ4' where id=6;
-update noar tt set b1='W8T941CRUZGE018BDESL26RYYQDLPR5K' where id=6;
-update noar ti set b1='W8T941CRUZGE018BDESL26RYYQDLPR5K' where id=6;
-update noar tt set b2='CIJ4JAYKUG' where id=6;
-update noar ti set b2='CIJ4JAYKUG' where id=6;
-update noar tt set b0='IMK5JCJD6FKDYH2KTTLFBCOPTOU' where id=7;
-update noar ti set b0='IMK5JCJD6FKDYH2KTTLFBCOPTOU' where id=7;
-update noar tt set b1='YQC2H44B78Z8PDTZ54FLH81BLYR28DK' where id=7;
-update noar ti set b1='YQC2H44B78Z8PDTZ54FLH81BLYR28DK' where id=7;
-update noar tt set b2='LT36URXKF16PVURRC61WUL' where id=7;
-update noar ti set b2='LT36URXKF16PVURRC61WUL' where id=7;
-update noar tt set b0='CK8JJ2RH79NGC3K79LZ9' where id=8;
-update noar ti set b0='CK8JJ2RH79NGC3K79LZ9' 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 b2='AOUJ2RUBOYPERTL02V7XPYSKHPLS4' where id=8;
-update noar ti set b2='AOUJ2RUBOYPERTL02V7XPYSKHPLS4' where id=8;
-update noar tt set b0='TYY4B20YTLT1WHX0I3E74O' where id=9;
-update noar ti set b0='TYY4B20YTLT1WHX0I3E74O' where id=9;
-update noar tt set b1='5MSSOO3CQILR74TVY86' where id=9;
-update noar ti set b1='5MSSOO3CQILR74TVY86' where id=9;
-update noar tt set b2='V21B9TTH2X612MTDW2Y' where id=9;
-update noar ti set b2='V21B9TTH2X612MTDW2Y' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='LC8S6KPDD' where id=1;
-update noar ti set b0='LC8S6KPDD' where id=1;
-update noar tt set b1='TLLDEARF982' where id=1;
-update noar ti set b1='TLLDEARF982' where id=1;
-update noar tt set b2='ZVM3PFRK4JBRJJ48E129XZDDT' where id=1;
-update noar ti set b2='ZVM3PFRK4JBRJJ48E129XZDDT' where id=1;
-update noar tt set b0='XAQEJUH9CAW2CN2Y1OQ9QFBC' where id=2;
-update noar ti set b0='XAQEJUH9CAW2CN2Y1OQ9QFBC' where id=2;
-update noar tt set b1='33VKW0R95SXFZ' where id=2;
-update noar ti set b1='33VKW0R95SXFZ' where id=2;
-update noar tt set b2='AMGX9F' where id=2;
-update noar ti set b2='AMGX9F' where id=2;
-update noar tt set b0='1X1A6V' where id=3;
-update noar ti set b0='1X1A6V' where id=3;
-update noar tt set b1='J6T2XWFYLXJH6QREZ0' where id=3;
-update noar ti set b1='J6T2XWFYLXJH6QREZ0' where id=3;
-update noar tt set b2='RTBMVXOCOEISHDYKDTGE8' where id=3;
-update noar ti set b2='RTBMVXOCOEISHDYKDTGE8' where id=3;
-update noar tt set b0='BJM' where id=4;
-update noar ti set b0='BJM' where id=4;
-update noar tt set b1='KE50380QJ' where id=4;
-update noar ti set b1='KE50380QJ' where id=4;
-update noar tt set b2='87RJDL8EBX9XNJSKBAW9E30QOCS' where id=4;
-update noar ti set b2='87RJDL8EBX9XNJSKBAW9E30QOCS' where id=4;
-update noar tt set b0='O1VW0L1NLSGZLJBYQ9GNB917E' where id=5;
-update noar ti set b0='O1VW0L1NLSGZLJBYQ9GNB917E' where id=5;
-update noar tt set b1='XR321T8Z2WP5ZCKONENKVT4GV' where id=5;
-update noar ti set b1='XR321T8Z2WP5ZCKONENKVT4GV' where id=5;
-update noar tt set b2='NDF5N1R5OMSLJ04IWMZRVP' where id=5;
-update noar ti set b2='NDF5N1R5OMSLJ04IWMZRVP' where id=5;
-update noar tt set b0='2BB3BYC' where id=6;
-update noar ti set b0='2BB3BYC' where id=6;
-update noar tt set b1='BH2DF2O33A1S1VI8YUFQA4JWES9Z2LU' where id=6;
-update noar ti set b1='BH2DF2O33A1S1VI8YUFQA4JWES9Z2LU' where id=6;
-update noar tt set b2='XRYJSI04OJ74M1IL6F9ZS015GV' where id=6;
-update noar ti set b2='XRYJSI04OJ74M1IL6F9ZS015GV' where id=6;
-update noar tt set b0='PZKP9ERFSAJVOHCO7ONL' where id=7;
-update noar ti set b0='PZKP9ERFSAJVOHCO7ONL' where id=7;
-update noar tt set b1='WDMGY5HTUIN81RFPELXUE' where id=7;
-update noar ti set b1='WDMGY5HTUIN81RFPELXUE' where id=7;
-update noar tt set b2='FY774Z2PJ91O9XB817TZ078I' where id=7;
-update noar ti set b2='FY774Z2PJ91O9XB817TZ078I' where id=7;
-update noar tt set b0='4JJD618STH' where id=8;
-update noar ti set b0='4JJD618STH' where id=8;
-update noar tt set b1='OKLS4X' where id=8;
-update noar ti set b1='OKLS4X' where id=8;
-update noar tt set b2='UBMIJRROMCESRXBOI9AHQ4GC' where id=8;
-update noar ti set b2='UBMIJRROMCESRXBOI9AHQ4GC' where id=8;
-update noar tt set b0='Z3WSQBRPALJ2HLQ' where id=9;
-update noar ti set b0='Z3WSQBRPALJ2HLQ' where id=9;
-update noar tt set b1='8SWZFU0F0XUH' where id=9;
-update noar ti set b1='8SWZFU0F0XUH' where id=9;
-update noar tt set b2='TUHBCKAOBEYGP0RWXHC5R' where id=9;
-update noar ti set b2='TUHBCKAOBEYGP0RWXHC5R' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='R93JVVYJJGWJH' where id=1;
-update noar ti set b0='R93JVVYJJGWJH' where id=1;
-update noar tt set b1='Q7YYMWIZKRHL' where id=1;
-update noar ti set b1='Q7YYMWIZKRHL' where id=1;
-update noar tt set b2='IVYNOOU7MHO2VL29HBN' where id=1;
-update noar ti set b2='IVYNOOU7MHO2VL29HBN' where id=1;
-update noar tt set b0='DOZKTU7CZ5X1NQOBH4IWFS7YN5S' where id=2;
-update noar ti set b0='DOZKTU7CZ5X1NQOBH4IWFS7YN5S' where id=2;
-update noar tt set b1='O6' where id=2;
-update noar ti set b1='O6' where id=2;
-update noar tt set b2='6NF' where id=2;
-update noar ti set b2='6NF' where id=2;
-update noar tt set b0='R' where id=3;
-update noar ti set b0='R' where id=3;
-update noar tt set b1='GSRB8VQIA7SF7WRE3XW14MIHUG' where id=3;
-update noar ti set b1='GSRB8VQIA7SF7WRE3XW14MIHUG' where id=3;
-update noar tt set b2='Z4SEBK' where id=3;
-update noar ti set b2='Z4SEBK' where id=3;
-update noar tt set b0='EU0NG5RLNQ0FG93SIRDU9A' where id=4;
-update noar ti set b0='EU0NG5RLNQ0FG93SIRDU9A' where id=4;
-update noar tt set b1='IJL4UHLTW8BM4GA5657' where id=4;
-update noar ti set b1='IJL4UHLTW8BM4GA5657' where id=4;
-update noar tt set b2='23' where id=4;
-update noar ti set b2='23' where id=4;
-update noar tt set b0='ZDN5A5GS3OS7LQY88E01BHTQMFN5' where id=5;
-update noar ti set b0='ZDN5A5GS3OS7LQY88E01BHTQMFN5' where id=5;
-update noar tt set b1='V' where id=5;
-update noar ti set b1='V' where id=5;
-update noar tt set b2='BBKV7E3NK63DB7PTNB5ZD27X' where id=5;
-update noar ti set b2='BBKV7E3NK63DB7PTNB5ZD27X' where id=5;
-update noar tt set b0='VAFM6B2QNOD565NT' where id=6;
-update noar ti set b0='VAFM6B2QNOD565NT' where id=6;
-update noar tt set b1='NZXGAS' where id=6;
-update noar ti set b1='NZXGAS' where id=6;
-update noar tt set b2='2I1K' where id=6;
-update noar ti set b2='2I1K' where id=6;
-update noar tt set b0='2KHYAGWQDIRI7' where id=7;
-update noar ti set b0='2KHYAGWQDIRI7' where id=7;
-update noar tt set b1='Z1YJXP5X080O6TZZC6CXIH2' where id=7;
-update noar ti set b1='Z1YJXP5X080O6TZZC6CXIH2' where id=7;
-update noar tt set b2='MDPB0RZV9CYYPZKYVLW9OKU1NH' where id=7;
-update noar ti set b2='MDPB0RZV9CYYPZKYVLW9OKU1NH' where id=7;
-update noar tt set b0='E5XVD0B3DVXQ2' where id=8;
-update noar ti set b0='E5XVD0B3DVXQ2' where id=8;
-update noar tt set b1='P9T' where id=8;
-update noar ti set b1='P9T' where id=8;
-update noar tt set b2='YV20LJ44P09WMKTBX10YSXQ6628BSG' where id=8;
-update noar ti set b2='YV20LJ44P09WMKTBX10YSXQ6628BSG' where id=8;
-update noar tt set b0='90F4IHGCHNWIBXCKYHK6AOTXXSIRK' where id=9;
-update noar ti set b0='90F4IHGCHNWIBXCKYHK6AOTXXSIRK' where id=9;
-update noar tt set b1='CXCQVMV9GZ2GMKGXEDV3' where id=9;
-update noar ti set b1='CXCQVMV9GZ2GMKGXEDV3' where id=9;
-update noar tt set b2='2Y' where id=9;
-update noar ti set b2='2Y' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='PEP5' where id=1;
-update noar ti set b0='PEP5' where id=1;
-update noar tt set b1='0M1I4BRP' where id=1;
-update noar ti set b1='0M1I4BRP' where id=1;
-update noar tt set b2='TG68K9G337OOXS41DJOR' where id=1;
-update noar ti set b2='TG68K9G337OOXS41DJOR' where id=1;
-update noar tt set b0='LAFGLX4X2RI0P0CCVW1C07N9' where id=2;
-update noar ti set b0='LAFGLX4X2RI0P0CCVW1C07N9' where id=2;
-update noar tt set b1='Z' where id=2;
-update noar ti set b1='Z' where id=2;
-update noar tt set b2='5A1RV7LFLWKYH5LYKJ' where id=2;
-update noar ti set b2='5A1RV7LFLWKYH5LYKJ' where id=2;
-update noar tt set b0='7FQUO63Y4J3F6XY5TK8WBL1JC' where id=3;
-update noar ti set b0='7FQUO63Y4J3F6XY5TK8WBL1JC' where id=3;
-update noar tt set b1='ZCFL2' where id=3;
-update noar ti set b1='ZCFL2' where id=3;
-update noar tt set b2='UAHJRG88YC' where id=3;
-update noar ti set b2='UAHJRG88YC' where id=3;
-update noar tt set b0='X8MRZEL6JK4171PBO1LZA' where id=4;
-update noar ti set b0='X8MRZEL6JK4171PBO1LZA' where id=4;
-update noar tt set b1='2XLXGEI' where id=4;
-update noar ti set b1='2XLXGEI' where id=4;
-update noar tt set b2='C975AHK0Z27QDSYVVA4L' where id=4;
-update noar ti set b2='C975AHK0Z27QDSYVVA4L' where id=4;
-update noar tt set b0='W51BKRA1Y0OFVGT45X7I' where id=5;
-update noar ti set b0='W51BKRA1Y0OFVGT45X7I' where id=5;
-update noar tt set b1='VH3YFW0ZYJGQAYTYCWEBCH' where id=5;
-update noar ti set b1='VH3YFW0ZYJGQAYTYCWEBCH' where id=5;
-update noar tt set b2='FRBI6B14RG9U9UR592ET15APGR8W' where id=5;
-update noar ti set b2='FRBI6B14RG9U9UR592ET15APGR8W' where id=5;
-update noar tt set b0='TETT3YQ7QK9NAJRBHKC26GKRIB8Q' where id=6;
-update noar ti set b0='TETT3YQ7QK9NAJRBHKC26GKRIB8Q' where id=6;
-update noar tt set b1='8QBHGJIDHZDIG8P5PQ0T' where id=6;
-update noar ti set b1='8QBHGJIDHZDIG8P5PQ0T' where id=6;
-update noar tt set b2='TTTCN0' where id=6;
-update noar ti set b2='TTTCN0' where id=6;
-update noar tt set b0='0HCXJ' where id=7;
-update noar ti set b0='0HCXJ' where id=7;
-update noar tt set b1='6M20GGPW' where id=7;
-update noar ti set b1='6M20GGPW' where id=7;
-update noar tt set b2='H4PLC08K2YNCTTSEKOOATSOZC' where id=7;
-update noar ti set b2='H4PLC08K2YNCTTSEKOOATSOZC' where id=7;
-update noar tt set b0='6ZT2BYN' where id=8;
-update noar ti set b0='6ZT2BYN' where id=8;
-update noar tt set b1='C' where id=8;
-update noar ti set b1='C' where id=8;
-update noar tt set b2='9O50YGHXIBRJ1JAJV6XSXWBVLQ10F' where id=8;
-update noar ti set b2='9O50YGHXIBRJ1JAJV6XSXWBVLQ10F' where id=8;
-update noar tt set b0='0V2590NK7A2R8CUD' where id=9;
-update noar ti set b0='0V2590NK7A2R8CUD' where id=9;
-update noar tt set b1='A25YFMPK4BFE5NSBM2F' where id=9;
-update noar ti set b1='A25YFMPK4BFE5NSBM2F' where id=9;
-update noar tt set b2='FUTR' where id=9;
-update noar ti set b2='FUTR' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='SEEJNAC9DJK5GNKNR8W' where id=1;
-update noar ti set b0='SEEJNAC9DJK5GNKNR8W' where id=1;
-update noar tt set b1='FHRNE3KON82' where id=1;
-update noar ti set b1='FHRNE3KON82' where id=1;
-update noar tt set b2='2VY2YKWAQHTL3ZMQYYUSH2X' where id=1;
-update noar ti set b2='2VY2YKWAQHTL3ZMQYYUSH2X' where id=1;
-update noar tt set b0='ECECHGW0JU383KKXKWP22J9DFT48020' where id=2;
-update noar ti set b0='ECECHGW0JU383KKXKWP22J9DFT48020' where id=2;
-update noar tt set b1='9UA4TJ5UNGWAEXSRT' where id=2;
-update noar ti set b1='9UA4TJ5UNGWAEXSRT' where id=2;
-update noar tt set b2='NUJ3C6NAEHY' where id=2;
-update noar ti set b2='NUJ3C6NAEHY' where id=2;
-update noar tt set b0='BM45KXCGD13W' where id=3;
-update noar ti set b0='BM45KXCGD13W' where id=3;
-update noar tt set b1='OTM8SVJQF5YJ7QWW2MG7OG5' where id=3;
-update noar ti set b1='OTM8SVJQF5YJ7QWW2MG7OG5' where id=3;
-update noar tt set b2='0GW3NNBC1IBDHBHQA4N26UNZLK6E14' where id=3;
-update noar ti set b2='0GW3NNBC1IBDHBHQA4N26UNZLK6E14' where id=3;
-update noar tt set b0='9F53FRNHTUMARSSHZWVODPVETVD3FZ' where id=4;
-update noar ti set b0='9F53FRNHTUMARSSHZWVODPVETVD3FZ' where id=4;
-update noar tt set b1='4D58G6ES' where id=4;
-update noar ti set b1='4D58G6ES' where id=4;
-update noar tt set b2='9LGGUHPFFS6C8Q' where id=4;
-update noar ti set b2='9LGGUHPFFS6C8Q' where id=4;
-update noar tt set b0='8BE9BDC8CUJ' where id=5;
-update noar ti set b0='8BE9BDC8CUJ' where id=5;
-update noar tt set b1='5U9GAOG25169IZ1DVKQS' where id=5;
-update noar ti set b1='5U9GAOG25169IZ1DVKQS' where id=5;
-update noar tt set b2='TU' where id=5;
-update noar ti set b2='TU' where id=5;
-update noar tt set b0='B5YH59M1N4D2STGW53AEU3LKJU' where id=6;
-update noar ti set b0='B5YH59M1N4D2STGW53AEU3LKJU' where id=6;
-update noar tt set b1='BAYSON04AWUZKZPIII1HV4S4TVHTS9V' where id=6;
-update noar ti set b1='BAYSON04AWUZKZPIII1HV4S4TVHTS9V' where id=6;
-update noar tt set b2='HTRN4Y8HJ9J13NLKE3K27JXDWJX' where id=6;
-update noar ti set b2='HTRN4Y8HJ9J13NLKE3K27JXDWJX' where id=6;
-update noar tt set b0='GPVBNFUQWO2I1J7JH6HSK' where id=7;
-update noar ti set b0='GPVBNFUQWO2I1J7JH6HSK' where id=7;
-update noar tt set b1='DFAX1A56JBW6Y7AO0S4JFMTGEXFCRQU' where id=7;
-update noar ti set b1='DFAX1A56JBW6Y7AO0S4JFMTGEXFCRQU' where id=7;
-update noar tt set b2='3BVI11ICJX659667G265' where id=7;
-update noar ti set b2='3BVI11ICJX659667G265' where id=7;
-update noar tt set b0='ZME9A' where id=8;
-update noar ti set b0='ZME9A' where id=8;
-update noar tt set b1='UPTYEY4UNJPCEMCI6NVVL5LW' where id=8;
-update noar ti set b1='UPTYEY4UNJPCEMCI6NVVL5LW' where id=8;
-update noar tt set b2='0V6JJU3Z3VE' where id=8;
-update noar ti set b2='0V6JJU3Z3VE' where id=8;
-update noar tt set b0='F2BKAP8T8R8T4R3WKMVOXZ' where id=9;
-update noar ti set b0='F2BKAP8T8R8T4R3WKMVOXZ' where id=9;
-update noar tt set b1='JDF2T0VFB7W2MKQMU' where id=9;
-update noar ti set b1='JDF2T0VFB7W2MKQMU' where id=9;
-update noar tt set b2='TJGGCMAD2XJ7NHZ' where id=9;
-update noar ti set b2='TJGGCMAD2XJ7NHZ' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='89HQW2DZA6JSQRBZZ0GD0HGCGY3' where id=1;
-update noar ti set b0='89HQW2DZA6JSQRBZZ0GD0HGCGY3' where id=1;
-update noar tt set b1='NQX44RYUJENELUWJRR0PNEMBRLM5QX' where id=1;
-update noar ti set b1='NQX44RYUJENELUWJRR0PNEMBRLM5QX' where id=1;
-update noar tt set b2='OZ' where id=1;
-update noar ti set b2='OZ' where id=1;
-update noar tt set b0='PMB9FGECN5X7GF' where id=2;
-update noar ti set b0='PMB9FGECN5X7GF' where id=2;
-update noar tt set b1='61' where id=2;
-update noar ti set b1='61' where id=2;
-update noar tt set b2='6ESZLOBK2DN2XTVPB' where id=2;
-update noar ti set b2='6ESZLOBK2DN2XTVPB' where id=2;
-update noar tt set b0='JVZBP4BYUPKX' where id=3;
-update noar ti set b0='JVZBP4BYUPKX' where id=3;
-update noar tt set b1='24263MZNY58HDNO62BSFKWPJW77MXLN' where id=3;
-update noar ti set b1='24263MZNY58HDNO62BSFKWPJW77MXLN' 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 b0='2Y5C' where id=4;
-update noar ti set b0='2Y5C' where id=4;
-update noar tt set b1='B186EW3PAX2OVMHA05MQOC5DP' where id=4;
-update noar ti set b1='B186EW3PAX2OVMHA05MQOC5DP' where id=4;
-update noar tt set b2='LHCC7Y7I3GC70S8ZDJZ77GQT3K' where id=4;
-update noar ti set b2='LHCC7Y7I3GC70S8ZDJZ77GQT3K' where id=4;
-update noar tt set b0='9BA' where id=5;
-update noar ti set b0='9BA' where id=5;
-update noar tt set b1='FK' where id=5;
-update noar ti set b1='FK' where id=5;
-update noar tt set b2='JG9DVPO8S' where id=5;
-update noar ti set b2='JG9DVPO8S' where id=5;
-update noar tt set b0='K0ZPUBQQR21SOZOROVA0WDPW3ZIT' where id=6;
-update noar ti set b0='K0ZPUBQQR21SOZOROVA0WDPW3ZIT' where id=6;
-update noar tt set b1='9KM3XYBPW40G3' where id=6;
-update noar ti set b1='9KM3XYBPW40G3' where id=6;
-update noar tt set b2='6J96HOV' where id=6;
-update noar ti set b2='6J96HOV' where id=6;
-update noar tt set b0='CDKVHA3MZX' where id=7;
-update noar ti set b0='CDKVHA3MZX' where id=7;
-update noar tt set b1='2DU' where id=7;
-update noar ti set b1='2DU' where id=7;
-update noar tt set b2='55FNZK1VXBM0Z0UIHHRBZCANSNQDJW' where id=7;
-update noar ti set b2='55FNZK1VXBM0Z0UIHHRBZCANSNQDJW' where id=7;
-update noar tt set b0='OA89GY2RBCBE8H3OLTYCBEZ7TO7BH2X' where id=8;
-update noar ti set b0='OA89GY2RBCBE8H3OLTYCBEZ7TO7BH2X' 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 b2='21OL' where id=8;
-update noar ti set b2='21OL' where id=8;
-update noar tt set b0='X2JEQ9NJ0YM6E0E88F5' where id=9;
-update noar ti set b0='X2JEQ9NJ0YM6E0E88F5' where id=9;
-update noar tt set b1='26RRYIA42ZYNE571RKXIXL' where id=9;
-update noar ti set b1='26RRYIA42ZYNE571RKXIXL' where id=9;
-update noar tt set b2='1QOCKUXOB1PQXHSYKU13' where id=9;
-update noar ti set b2='1QOCKUXOB1PQXHSYKU13' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='QKJ2VXAUU54GLFSLNL' where id=1;
-update noar ti set b0='QKJ2VXAUU54GLFSLNL' where id=1;
-update noar tt set b1='VQHEADM5' where id=1;
-update noar ti set b1='VQHEADM5' where id=1;
-update noar tt set b2='4J3AR3P3CO' where id=1;
-update noar ti set b2='4J3AR3P3CO' where id=1;
-update noar tt set b0='V' where id=2;
-update noar ti set b0='V' where id=2;
-update noar tt set b1='Z5B9YFY7' where id=2;
-update noar ti set b1='Z5B9YFY7' where id=2;
-update noar tt set b2='5IZZ8O87R8H9JLOUKTACH89ZG' where id=2;
-update noar ti set b2='5IZZ8O87R8H9JLOUKTACH89ZG' where id=2;
-update noar tt set b0='0IKFJ6GBDKS1Q' where id=3;
-update noar ti set b0='0IKFJ6GBDKS1Q' where id=3;
-update noar tt set b1='BCAAXYSWPSNRPHU1S19E07HP' where id=3;
-update noar ti set b1='BCAAXYSWPSNRPHU1S19E07HP' where id=3;
-update noar tt set b2='9EKB1V28W8M7CGN' where id=3;
-update noar ti set b2='9EKB1V28W8M7CGN' where id=3;
-update noar tt set b0='WMZZ11JK' where id=4;
-update noar ti set b0='WMZZ11JK' where id=4;
-update noar tt set b1='X1RCX7ASBLJ1EGNP7' where id=4;
-update noar ti set b1='X1RCX7ASBLJ1EGNP7' where id=4;
-update noar tt set b2='4CB94JR2ZZ' where id=4;
-update noar ti set b2='4CB94JR2ZZ' where id=4;
-update noar tt set b0='M3' where id=5;
-update noar ti set b0='M3' where id=5;
-update noar tt set b1='6GAY6ZXVT1CMHYIWQ8XTGTDFI0WVQMKL' where id=5;
-update noar ti set b1='6GAY6ZXVT1CMHYIWQ8XTGTDFI0WVQMKL' where id=5;
-update noar tt set b2='UCDRVCSWHCWYC67SRAR' where id=5;
-update noar ti set b2='UCDRVCSWHCWYC67SRAR' where id=5;
-update noar tt set b0='D0W4JKELXUL' where id=6;
-update noar ti set b0='D0W4JKELXUL' where id=6;
-update noar tt set b1='HDA4YQQNXCIGWQ348Z' where id=6;
-update noar ti set b1='HDA4YQQNXCIGWQ348Z' where id=6;
-update noar tt set b2='JBAKJMPT2QNJ4IECLUY4JYNV' where id=6;
-update noar ti set b2='JBAKJMPT2QNJ4IECLUY4JYNV' where id=6;
-update noar tt set b0='WFO3OIB87X3DK6S1I' where id=7;
-update noar ti set b0='WFO3OIB87X3DK6S1I' where id=7;
-update noar tt set b1='RS3D5PBFZO9CJWVNLHYT' where id=7;
-update noar ti set b1='RS3D5PBFZO9CJWVNLHYT' where id=7;
-update noar tt set b2='G' where id=7;
-update noar ti set b2='G' where id=7;
-update noar tt set b0='2' where id=8;
-update noar ti set b0='2' where id=8;
-update noar tt set b1='DJRIBESMKXG8S' where id=8;
-update noar ti set b1='DJRIBESMKXG8S' where id=8;
-update noar tt set b2='KORZIRY4DCLUTCZKKYAY47RQR4XTE2KK' where id=8;
-update noar ti set b2='KORZIRY4DCLUTCZKKYAY47RQR4XTE2KK' where id=8;
-update noar tt set b0='706B' where id=9;
-update noar ti set b0='706B' where id=9;
-update noar tt set b1='5GMQUM37WM2XWG6HJV1JGG7AYBHADM5' where id=9;
-update noar ti set b1='5GMQUM37WM2XWG6HJV1JGG7AYBHADM5' where id=9;
-update noar tt set b2='T0508F2Q9KOGQZXN' where id=9;
-update noar ti set b2='T0508F2Q9KOGQZXN' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='FDEE00SJGD9Y1W2K7VQSFM7BRF7' where id=1;
-update noar ti set b0='FDEE00SJGD9Y1W2K7VQSFM7BRF7' where id=1;
-update noar tt set b1='4VBS9YDTZEDRJJM7PZFOHR4YN' where id=1;
-update noar ti set b1='4VBS9YDTZEDRJJM7PZFOHR4YN' where id=1;
-update noar tt set b2='XMC33BXO5TD64AUOLM' where id=1;
-update noar ti set b2='XMC33BXO5TD64AUOLM' where id=1;
-update noar tt set b0='8KBB3HQLAWI69NSDRW2' where id=2;
-update noar ti set b0='8KBB3HQLAWI69NSDRW2' where id=2;
-update noar tt set b1='BQX7B0QR594IAITQCVRH6' where id=2;
-update noar ti set b1='BQX7B0QR594IAITQCVRH6' where id=2;
-update noar tt set b2='6ONNFQBSJLYNKSW57MJ35E' where id=2;
-update noar ti set b2='6ONNFQBSJLYNKSW57MJ35E' where id=2;
-update noar tt set b0='PRFTAF07EFUG74GO0' where id=3;
-update noar ti set b0='PRFTAF07EFUG74GO0' where id=3;
-update noar tt set b1='AE9388LG1Q1V6YZ6WPEIYS' where id=3;
-update noar ti set b1='AE9388LG1Q1V6YZ6WPEIYS' where id=3;
-update noar tt set b2='8BX07HRNM8WVGZDQQES5TT8IMLA' where id=3;
-update noar ti set b2='8BX07HRNM8WVGZDQQES5TT8IMLA' where id=3;
-update noar tt set b0='9UGBMVPXOGSEAMGBBF7KN59FK9P9' where id=4;
-update noar ti set b0='9UGBMVPXOGSEAMGBBF7KN59FK9P9' where id=4;
-update noar tt set b1='89JBHBYODU547JUCHIRHUZLGAKNVLSLH' where id=4;
-update noar ti set b1='89JBHBYODU547JUCHIRHUZLGAKNVLSLH' where id=4;
-update noar tt set b2='0UBOSKPIS51HKQHY91J99G4U1ERLFH' where id=4;
-update noar ti set b2='0UBOSKPIS51HKQHY91J99G4U1ERLFH' where id=4;
-update noar tt set b0='I8' where id=5;
-update noar ti set b0='I8' where id=5;
-update noar tt set b1='CTK5BOQ8BSRB3POABSCUGIVS09C' where id=5;
-update noar ti set b1='CTK5BOQ8BSRB3POABSCUGIVS09C' where id=5;
-update noar tt set b2='OU01N' where id=5;
-update noar ti set b2='OU01N' where id=5;
-update noar tt set b0='FMFS' where id=6;
-update noar ti set b0='FMFS' where id=6;
-update noar tt set b1='PHHGM8F60860CJEVB59B8QKM8T3ZP0' where id=6;
-update noar ti set b1='PHHGM8F60860CJEVB59B8QKM8T3ZP0' where id=6;
-update noar tt set b2='6KRPVX34JMJG41QBWZAJJ5' where id=6;
-update noar ti set b2='6KRPVX34JMJG41QBWZAJJ5' where id=6;
-update noar tt set b0='BV2VGQD' where id=7;
-update noar ti set b0='BV2VGQD' where id=7;
-update noar tt set b1='JY0VHUBJ0YZNNZ8VYAO6HSSYLMA6K' where id=7;
-update noar ti set b1='JY0VHUBJ0YZNNZ8VYAO6HSSYLMA6K' where id=7;
-update noar tt set b2='FGS7P4Q' where id=7;
-update noar ti set b2='FGS7P4Q' where id=7;
-update noar tt set b0='MQMZBVENUCJ8UJJ09XNW6IYU2HXQXO' where id=8;
-update noar ti set b0='MQMZBVENUCJ8UJJ09XNW6IYU2HXQXO' where id=8;
-update noar tt set b1='UASAGZ68COLPUOCTC55' where id=8;
-update noar ti set b1='UASAGZ68COLPUOCTC55' where id=8;
-update noar tt set b2='4Y8DGERP9R40MM24Z2' where id=8;
-update noar ti set b2='4Y8DGERP9R40MM24Z2' where id=8;
-update noar tt set b0='46R6F31ILFURWXRZ7SB2U2U' where id=9;
-update noar ti set b0='46R6F31ILFURWXRZ7SB2U2U' where id=9;
-update noar tt set b1='Y4Y4B3S7' where id=9;
-update noar ti set b1='Y4Y4B3S7' where id=9;
-update noar tt set b2='RYKIS12QMX' where id=9;
-update noar ti set b2='RYKIS12QMX' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='HSFH0ZTYWAWAHMCG7FMSPJF0Z8' where id=1;
-update noar ti set b0='HSFH0ZTYWAWAHMCG7FMSPJF0Z8' where id=1;
-update noar tt set b1='FW0A82DHRGPWW172BE37QY7NZWGS056Q' where id=1;
-update noar ti set b1='FW0A82DHRGPWW172BE37QY7NZWGS056Q' where id=1;
-update noar tt set b2='7WFSWBH1ZB5K9VGDERAZ3' where id=1;
-update noar ti set b2='7WFSWBH1ZB5K9VGDERAZ3' where id=1;
-update noar tt set b0='BNLQV27O4' where id=2;
-update noar ti set b0='BNLQV27O4' where id=2;
-update noar tt set b1='GCPGNML' where id=2;
-update noar ti set b1='GCPGNML' where id=2;
-update noar tt set b2='KBJSGMHY037OUXI19MIIC8G36EH2G5' where id=2;
-update noar ti set b2='KBJSGMHY037OUXI19MIIC8G36EH2G5' where id=2;
-update noar tt set b0='L4C5DMA0ZHTX80DOO28LEZ3DRHFX1' where id=3;
-update noar ti set b0='L4C5DMA0ZHTX80DOO28LEZ3DRHFX1' where id=3;
-update noar tt set b1='TIA737NKMB4NYWV0CUVZRZS17X' where id=3;
-update noar ti set b1='TIA737NKMB4NYWV0CUVZRZS17X' where id=3;
-update noar tt set b2='PI6XBD7ZO8VYFN94Z5DF6W' where id=3;
-update noar ti set b2='PI6XBD7ZO8VYFN94Z5DF6W' where id=3;
-update noar tt set b0='YAXJ29E6' where id=4;
-update noar ti set b0='YAXJ29E6' where id=4;
-update noar tt set b1='UOYZGEDRRATO' where id=4;
-update noar ti set b1='UOYZGEDRRATO' where id=4;
-update noar tt set b2='JJ8IYIEGMSQ' where id=4;
-update noar ti set b2='JJ8IYIEGMSQ' where id=4;
-update noar tt set b0='6' where id=5;
-update noar ti set b0='6' where id=5;
-update noar tt set b1='EWW35KLM88QKELLNH1NU9GASCGK09E' where id=5;
-update noar ti set b1='EWW35KLM88QKELLNH1NU9GASCGK09E' where id=5;
-update noar tt set b2='AEL3YG2NYESC8SGI6' where id=5;
-update noar ti set b2='AEL3YG2NYESC8SGI6' where id=5;
-update noar tt set b0='T0BWPQIK7V1OX2Q5QKID3B9' where id=6;
-update noar ti set b0='T0BWPQIK7V1OX2Q5QKID3B9' where id=6;
-update noar tt set b1='HJ' where id=6;
-update noar ti set b1='HJ' where id=6;
-update noar tt set b2='LNVTTVZ0V9TJ1M' where id=6;
-update noar ti set b2='LNVTTVZ0V9TJ1M' where id=6;
-update noar tt set b0='8ZDS806O8WM9ZS4IY07M' where id=7;
-update noar ti set b0='8ZDS806O8WM9ZS4IY07M' where id=7;
-update noar tt set b1='VV' where id=7;
-update noar ti set b1='VV' where id=7;
-update noar tt set b2='WCC2CJAU6D7YDWNU81XH4RKKLMM' where id=7;
-update noar ti set b2='WCC2CJAU6D7YDWNU81XH4RKKLMM' where id=7;
-update noar tt set b0='LWQ7NYFOBTX0YHXK9' where id=8;
-update noar ti set b0='LWQ7NYFOBTX0YHXK9' where id=8;
-update noar tt set b1='PGQYIJRK' where id=8;
-update noar ti set b1='PGQYIJRK' where id=8;
-update noar tt set b2='533Q0D' where id=8;
-update noar ti set b2='533Q0D' where id=8;
-update noar tt set b0='JTI9QQ9S5U57YJPX7SOLZ7YJWXL' where id=9;
-update noar ti set b0='JTI9QQ9S5U57YJPX7SOLZ7YJWXL' where id=9;
-update noar tt set b1='UQ8T18V5N' where id=9;
-update noar ti set b1='UQ8T18V5N' where id=9;
-update noar tt set b2='L6V03NK4BM686NRIL2XUL1TJ2UQZM4TH' where id=9;
-update noar ti set b2='L6V03NK4BM686NRIL2XUL1TJ2UQZM4TH' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 blob null,
-b1 tinyblob null,
-b2 text 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 b0='PJ1E2HNNBI4ELOR3D12XPPOAQ9DSV' where id=1;
-update noar ti set b0='PJ1E2HNNBI4ELOR3D12XPPOAQ9DSV' where id=1;
-update noar tt set b1='68BP87VDYTSIYZJKLIL60BN603I0' where id=1;
-update noar ti set b1='68BP87VDYTSIYZJKLIL60BN603I0' where id=1;
-update noar tt set b2='0BBFOY9HAG6VIXO6Q13PW' where id=1;
-update noar ti set b2='0BBFOY9HAG6VIXO6Q13PW' where id=1;
-update noar tt set b0='SR5XPP0YP76VA6V9NQBZ' where id=2;
-update noar ti set b0='SR5XPP0YP76VA6V9NQBZ' where id=2;
-update noar tt set b1='R1REPTM31Q5' where id=2;
-update noar ti set b1='R1REPTM31Q5' where id=2;
-update noar tt set b2='DI4RB2W63KPOZ6TVT68TR' where id=2;
-update noar ti set b2='DI4RB2W63KPOZ6TVT68TR' where id=2;
-update noar tt set b0='ZLVRXQHYMMPX3P81712GCLHLNSX0' where id=3;
-update noar ti set b0='ZLVRXQHYMMPX3P81712GCLHLNSX0' where id=3;
-update noar tt set b1='CPPOLKZE6ONH1I2N' where id=3;
-update noar ti set b1='CPPOLKZE6ONH1I2N' where id=3;
-update noar tt set b2='WSUHEQQM7Y7XGNVEV' where id=3;
-update noar ti set b2='WSUHEQQM7Y7XGNVEV' where id=3;
-update noar tt set b0='9MJJKQGO0' where id=4;
-update noar ti set b0='9MJJKQGO0' where id=4;
-update noar tt set b1='YSBTVV7YXKMQBJSXJCM6B59' where id=4;
-update noar ti set b1='YSBTVV7YXKMQBJSXJCM6B59' where id=4;
-update noar tt set b2='JO1RCM80UZKQGTYSQJ6' where id=4;
-update noar ti set b2='JO1RCM80UZKQGTYSQJ6' where id=4;
-update noar tt set b0='0YD46MV1XPS' where id=5;
-update noar ti set b0='0YD46MV1XPS' where id=5;
-update noar tt set b1='03' where id=5;
-update noar ti set b1='03' where id=5;
-update noar tt set b2='0JOLC82TINTME' where id=5;
-update noar ti set b2='0JOLC82TINTME' where id=5;
-update noar tt set b0='I0J37Y85HOMS847YR1D9XFWM' where id=6;
-update noar ti set b0='I0J37Y85HOMS847YR1D9XFWM' where id=6;
-update noar tt set b1='5GPA0UDONNC6XIF6' where id=6;
-update noar ti set b1='5GPA0UDONNC6XIF6' where id=6;
-update noar tt set b2='U425D3Z41P8OC' where id=6;
-update noar ti set b2='U425D3Z41P8OC' where id=6;
-update noar tt set b0='WG' where id=7;
-update noar ti set b0='WG' where id=7;
-update noar tt set b1='A8INT0H' where id=7;
-update noar ti set b1='A8INT0H' where id=7;
-update noar tt set b2='JMGT52ZFPU6T67Z0Y20LS7' where id=7;
-update noar ti set b2='JMGT52ZFPU6T67Z0Y20LS7' where id=7;
-update noar tt set b0='KT8EFTIRVHR3Q0ZJVTWPJUBKOYF97IG2' where id=8;
-update noar ti set b0='KT8EFTIRVHR3Q0ZJVTWPJUBKOYF97IG2' where id=8;
-update noar tt set b1='BK5GAXW' where id=8;
-update noar ti set b1='BK5GAXW' where id=8;
-update noar tt set b2='SMTYS20L9C06PH8RRN87' where id=8;
-update noar ti set b2='SMTYS20L9C06PH8RRN87' where id=8;
-update noar tt set b0='2UELG1RA45IC6FLK97PLSE87VD8ZAF' where id=9;
-update noar ti set b0='2UELG1RA45IC6FLK97PLSE87VD8ZAF' 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 b2='8LK5FLJIKUY6GL5' where id=9;
-update noar ti set b2='8LK5FLJIKUY6GL5' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 blob not null,
-b1 tinyblob not null,
-b2 text 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 b0='AAXLS5G0PPUS' where id=1;
-update noar ti set b0='AAXLS5G0PPUS' where id=1;
-update noar tt set b1='WBBO5Q' where id=1;
-update noar ti set b1='WBBO5Q' where id=1;
-update noar tt set b2='814OEE9XUVIGN3PU7U3APBPI' where id=1;
-update noar ti set b2='814OEE9XUVIGN3PU7U3APBPI' where id=1;
-update noar tt set b0='XPLJ89D046BAKOO3EVDW1' where id=2;
-update noar ti set b0='XPLJ89D046BAKOO3EVDW1' where id=2;
-update noar tt set b1='TT8X8VOJG' where id=2;
-update noar ti set b1='TT8X8VOJG' where id=2;
-update noar tt set b2='JVV0CL' where id=2;
-update noar ti set b2='JVV0CL' where id=2;
-update noar tt set b0='J' where id=3;
-update noar ti set b0='J' where id=3;
-update noar tt set b1='RSRIUJ' where id=3;
-update noar ti set b1='RSRIUJ' where id=3;
-update noar tt set b2='LR2ZIH' where id=3;
-update noar ti set b2='LR2ZIH' where id=3;
-update noar tt set b0='6GF9CAL1EJLYO' where id=4;
-update noar ti set b0='6GF9CAL1EJLYO' where id=4;
-update noar tt set b1='JQYFXCUBLAWP2B' where id=4;
-update noar ti set b1='JQYFXCUBLAWP2B' where id=4;
-update noar tt set b2='LICKD8USL37F5F3RYYPSQSN' where id=4;
-update noar ti set b2='LICKD8USL37F5F3RYYPSQSN' where id=4;
-update noar tt set b0='Y4LGGE9XBOZ4' where id=5;
-update noar ti set b0='Y4LGGE9XBOZ4' where id=5;
-update noar tt set b1='6ZC2MRJ' where id=5;
-update noar ti set b1='6ZC2MRJ' where id=5;
-update noar tt set b2='30X3EE19FXZQVYSDTLDNAUCXP97SW99' where id=5;
-update noar ti set b2='30X3EE19FXZQVYSDTLDNAUCXP97SW99' where id=5;
-update noar tt set b0='KD9RVH' where id=6;
-update noar ti set b0='KD9RVH' where id=6;
-update noar tt set b1='U8GYRTCCXBVL7D' where id=6;
-update noar ti set b1='U8GYRTCCXBVL7D' where id=6;
-update noar tt set b2='0Z822KQQ4CI3G20C290O05' where id=6;
-update noar ti set b2='0Z822KQQ4CI3G20C290O05' where id=6;
-update noar tt set b0='TOO353J5QJ5PXT7QR' where id=7;
-update noar ti set b0='TOO353J5QJ5PXT7QR' where id=7;
-update noar tt set b1='9L4KVXIM9E1WF6Z8EB5APXVEL' where id=7;
-update noar ti set b1='9L4KVXIM9E1WF6Z8EB5APXVEL' where id=7;
-update noar tt set b2='F9XI1K' where id=7;
-update noar ti set b2='F9XI1K' where id=7;
-update noar tt set b0='39IV1R3FSSA3SV' where id=8;
-update noar ti set b0='39IV1R3FSSA3SV' where id=8;
-update noar tt set b1='WM15C2NO3WMTQ1L56LAQ' where id=8;
-update noar ti set b1='WM15C2NO3WMTQ1L56LAQ' where id=8;
-update noar tt set b2='BEQ04' where id=8;
-update noar ti set b2='BEQ04' where id=8;
-update noar tt set b0='MCIDX6SA137ZUIDQH5VQNE3HNLDLV1S' where id=9;
-update noar ti set b0='MCIDX6SA137ZUIDQH5VQNE3HNLDLV1S' where id=9;
-update noar tt set b1='WLNH9CVRXRM4' where id=9;
-update noar ti set b1='WLNH9CVRXRM4' where id=9;
-update noar tt set b2='JY2IKQH2A1L6ENF0NF73' where id=9;
-update noar ti set b2='JY2IKQH2A1L6ENF0NF73' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='IXZWHX4CZCW9ML2S65PTDI1HJ35U2ON' where id=1;
-update noar ti set b0='IXZWHX4CZCW9ML2S65PTDI1HJ35U2ON' where id=1;
-update noar tt set b1='QR3HW6I0KDWUK5' where id=1;
-update noar ti set b1='QR3HW6I0KDWUK5' where id=1;
-update noar tt set b2='U22MTI3N89H50N4BOYB7TUIS1PTV16EV' where id=1;
-update noar ti set b2='U22MTI3N89H50N4BOYB7TUIS1PTV16EV' where id=1;
-update noar tt set b0='QCS3D652TVA9DYYIYX87' where id=2;
-update noar ti set b0='QCS3D652TVA9DYYIYX87' where id=2;
-update noar tt set b1='DQGMST' where id=2;
-update noar ti set b1='DQGMST' where id=2;
-update noar tt set b2='LK9HJC4TVACHAHRATRA0TEB9K8OK' where id=2;
-update noar ti set b2='LK9HJC4TVACHAHRATRA0TEB9K8OK' where id=2;
-update noar tt set b0='SYTWGM7QYA9JO45UV85ED4' where id=3;
-update noar ti set b0='SYTWGM7QYA9JO45UV85ED4' where id=3;
-update noar tt set b1='MUB5JTTLW' where id=3;
-update noar ti set b1='MUB5JTTLW' where id=3;
-update noar tt set b2='YQR3ICEQA71' where id=3;
-update noar ti set b2='YQR3ICEQA71' where id=3;
-update noar tt set b0='SX' where id=4;
-update noar ti set b0='SX' where id=4;
-update noar tt set b1='IDG64I47X6PI0FYMB' where id=4;
-update noar ti set b1='IDG64I47X6PI0FYMB' where id=4;
-update noar tt set b2='2SHFW1M6UB437PA' where id=4;
-update noar ti set b2='2SHFW1M6UB437PA' where id=4;
-update noar tt set b0='43ZLUHPPBMAK6EA7SFID8' where id=5;
-update noar ti set b0='43ZLUHPPBMAK6EA7SFID8' where id=5;
-update noar tt set b1='H9L5L0KQG9IWXK46L1T' where id=5;
-update noar ti set b1='H9L5L0KQG9IWXK46L1T' where id=5;
-update noar tt set b2='8E09LXUMO' where id=5;
-update noar ti set b2='8E09LXUMO' where id=5;
-update noar tt set b0='CMCNAJWVO2QHB7C2UE2GFY' where id=6;
-update noar ti set b0='CMCNAJWVO2QHB7C2UE2GFY' where id=6;
-update noar tt set b1='JWVMMU' where id=6;
-update noar ti set b1='JWVMMU' where id=6;
-update noar tt set b2='7ER1I3QIR23P06LDKY1DMSGXR' where id=6;
-update noar ti set b2='7ER1I3QIR23P06LDKY1DMSGXR' where id=6;
-update noar tt set b0='Q8FPD00R73' where id=7;
-update noar ti set b0='Q8FPD00R73' where id=7;
-update noar tt set b1='1PXML1EAX7EVDACPEJV' where id=7;
-update noar ti set b1='1PXML1EAX7EVDACPEJV' where id=7;
-update noar tt set b2='Z84KEYJQRZA01CZR67' where id=7;
-update noar ti set b2='Z84KEYJQRZA01CZR67' where id=7;
-update noar tt set b0='Y5NA6ZHJ7M9X43' where id=8;
-update noar ti set b0='Y5NA6ZHJ7M9X43' where id=8;
-update noar tt set b1='GRNUNYHSFWWB6SJI37F5HBHHK3IJJ' where id=8;
-update noar ti set b1='GRNUNYHSFWWB6SJI37F5HBHHK3IJJ' where id=8;
-update noar tt set b2='I1XNSPT08' where id=8;
-update noar ti set b2='I1XNSPT08' where id=8;
-update noar tt set b0='8TBDS1ZAVCTZCZ8D' where id=9;
-update noar ti set b0='8TBDS1ZAVCTZCZ8D' 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 b2='95QSR3SL5KUZ' where id=9;
-update noar ti set b2='95QSR3SL5KUZ' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='WVAI8AEDFU6X1E4O6JYXNV7ELO90Q' where id=1;
-update noar ti set b0='WVAI8AEDFU6X1E4O6JYXNV7ELO90Q' where id=1;
-update noar tt set b1='6RHS0DF2OE1KKY6EKQO70' where id=1;
-update noar ti set b1='6RHS0DF2OE1KKY6EKQO70' where id=1;
-update noar tt set b2='Z1D4ZRTTRG3DAD8P6SO4FH1FV' where id=1;
-update noar ti set b2='Z1D4ZRTTRG3DAD8P6SO4FH1FV' where id=1;
-update noar tt set b0='GE89XGF9XIH8' where id=2;
-update noar ti set b0='GE89XGF9XIH8' where id=2;
-update noar tt set b1='AILJ5MACC5W' where id=2;
-update noar ti set b1='AILJ5MACC5W' where id=2;
-update noar tt set b2='9RGXWEA6CGO8G' where id=2;
-update noar ti set b2='9RGXWEA6CGO8G' where id=2;
-update noar tt set b0='043GDPRT3PN3UJCPQ6SUQB' where id=3;
-update noar ti set b0='043GDPRT3PN3UJCPQ6SUQB' where id=3;
-update noar tt set b1='WMCKIY0NQJI7J8T4J2' where id=3;
-update noar ti set b1='WMCKIY0NQJI7J8T4J2' where id=3;
-update noar tt set b2='COC9JP7DGW7E3LZU48449L' where id=3;
-update noar ti set b2='COC9JP7DGW7E3LZU48449L' where id=3;
-update noar tt set b0='IY4NG8VI1XELF8QKT9D42U5B3ERULKS' where id=4;
-update noar ti set b0='IY4NG8VI1XELF8QKT9D42U5B3ERULKS' where id=4;
-update noar tt set b1='L8ENZSLYV1KUT2849FO4A8DKHDYUDC5' where id=4;
-update noar ti set b1='L8ENZSLYV1KUT2849FO4A8DKHDYUDC5' where id=4;
-update noar tt set b2='DMNEG6' where id=4;
-update noar ti set b2='DMNEG6' where id=4;
-update noar tt set b0='U4NO' where id=5;
-update noar ti set b0='U4NO' where id=5;
-update noar tt set b1='I4X7OL' where id=5;
-update noar ti set b1='I4X7OL' where id=5;
-update noar tt set b2='SIG8DLU3EUFWPXA4AOD0' where id=5;
-update noar ti set b2='SIG8DLU3EUFWPXA4AOD0' where id=5;
-update noar tt set b0='2DSFS0IMOS' where id=6;
-update noar ti set b0='2DSFS0IMOS' where id=6;
-update noar tt set b1='LVTRKJA3QM8NS9GP3TOOYK9CYFKQQFOX' where id=6;
-update noar ti set b1='LVTRKJA3QM8NS9GP3TOOYK9CYFKQQFOX' where id=6;
-update noar tt set b2='ZTN7NFM8E584MLMPIVO0PDNX5XRVH' where id=6;
-update noar ti set b2='ZTN7NFM8E584MLMPIVO0PDNX5XRVH' where id=6;
-update noar tt set b0='R3UX8RP4PDR4CJK' where id=7;
-update noar ti set b0='R3UX8RP4PDR4CJK' where id=7;
-update noar tt set b1='16R9JH7' where id=7;
-update noar ti set b1='16R9JH7' where id=7;
-update noar tt set b2='U81LKIQVFI20UJEUO0VS2OAV' where id=7;
-update noar ti set b2='U81LKIQVFI20UJEUO0VS2OAV' where id=7;
-update noar tt set b0='HB9HCVU' where id=8;
-update noar ti set b0='HB9HCVU' where id=8;
-update noar tt set b1='470I0WQAP2666' where id=8;
-update noar ti set b1='470I0WQAP2666' where id=8;
-update noar tt set b2='SGZ1B0ARGAHV2YQ' where id=8;
-update noar ti set b2='SGZ1B0ARGAHV2YQ' where id=8;
-update noar tt set b0='1AY7PKEEPN32' where id=9;
-update noar ti set b0='1AY7PKEEPN32' where id=9;
-update noar tt set b1='VUQRLRXIHSJ6V264GOEJYWEWO0A' where id=9;
-update noar ti set b1='VUQRLRXIHSJ6V264GOEJYWEWO0A' where id=9;
-update noar tt set b2='7Y0W723Y23YVYJ6GPA4F' where id=9;
-update noar ti set b2='7Y0W723Y23YVYJ6GPA4F' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='98P9O693V1NXZ9LP' where id=1;
-update noar ti set b0='98P9O693V1NXZ9LP' where id=1;
-update noar tt set b1='K9T6WBSQB7PVAK3JZVXN' where id=1;
-update noar ti set b1='K9T6WBSQB7PVAK3JZVXN' where id=1;
-update noar tt set b2='IPZGMVHE63DI5BDS05A487' where id=1;
-update noar ti set b2='IPZGMVHE63DI5BDS05A487' where id=1;
-update noar tt set b0='BSVY0QSL9W9GPFKMSO5A2BN7HMC1UX' where id=2;
-update noar ti set b0='BSVY0QSL9W9GPFKMSO5A2BN7HMC1UX' where id=2;
-update noar tt set b1='MIFHIG' where id=2;
-update noar ti set b1='MIFHIG' where id=2;
-update noar tt set b2='6139EB0SNTZEP0XKAOPM' where id=2;
-update noar ti set b2='6139EB0SNTZEP0XKAOPM' where id=2;
-update noar tt set b0='T73I1FL5AUDUA' where id=3;
-update noar ti set b0='T73I1FL5AUDUA' where id=3;
-update noar tt set b1='42ZUAEJSMHLR8N068TS7ZRVK47D' where id=3;
-update noar ti set b1='42ZUAEJSMHLR8N068TS7ZRVK47D' where id=3;
-update noar tt set b2='I6UK8YK5FO4OF' where id=3;
-update noar ti set b2='I6UK8YK5FO4OF' where id=3;
-update noar tt set b0='PTR8P4K3LALD285V' where id=4;
-update noar ti set b0='PTR8P4K3LALD285V' where id=4;
-update noar tt set b1='QGQ8M6WWTGIVZ9J11MRIAJZ7LYY' where id=4;
-update noar ti set b1='QGQ8M6WWTGIVZ9J11MRIAJZ7LYY' where id=4;
-update noar tt set b2='A54MBVPNYX02' where id=4;
-update noar ti set b2='A54MBVPNYX02' where id=4;
-update noar tt set b0='G2IRAH5HEZGV1' where id=5;
-update noar ti set b0='G2IRAH5HEZGV1' where id=5;
-update noar tt set b1='K7P8CWD3G1NEJ0B606NEC0AM9EWM' where id=5;
-update noar ti set b1='K7P8CWD3G1NEJ0B606NEC0AM9EWM' where id=5;
-update noar tt set b2='9WC5K0JYPSGEP0CTP59' where id=5;
-update noar ti set b2='9WC5K0JYPSGEP0CTP59' where id=5;
-update noar tt set b0='3S' where id=6;
-update noar ti set b0='3S' where id=6;
-update noar tt set b1='ZQ96C864' where id=6;
-update noar ti set b1='ZQ96C864' where id=6;
-update noar tt set b2='HHPMIIPN0ZDT6A9VVB675V29VS' where id=6;
-update noar ti set b2='HHPMIIPN0ZDT6A9VVB675V29VS' where id=6;
-update noar tt set b0='18XOL' where id=7;
-update noar ti set b0='18XOL' where id=7;
-update noar tt set b1='DXAXGVAYWAIEYDUQIJSH2J5J1K5' where id=7;
-update noar ti set b1='DXAXGVAYWAIEYDUQIJSH2J5J1K5' where id=7;
-update noar tt set b2='805OY0Y0B7J974FGTWN2QMO9' where id=7;
-update noar ti set b2='805OY0Y0B7J974FGTWN2QMO9' where id=7;
-update noar tt set b0='N1U6ZUL0MWO' where id=8;
-update noar ti set b0='N1U6ZUL0MWO' where id=8;
-update noar tt set b1='EBXY2S14913PV2MHYM8' where id=8;
-update noar ti set b1='EBXY2S14913PV2MHYM8' where id=8;
-update noar tt set b2='E6V25MRE8EGW4KRBEC744LST69R1HU5' where id=8;
-update noar ti set b2='E6V25MRE8EGW4KRBEC744LST69R1HU5' where id=8;
-update noar tt set b0='RFT7ZQI963AT85JNAQPO' where id=9;
-update noar ti set b0='RFT7ZQI963AT85JNAQPO' where id=9;
-update noar tt set b1='1S' where id=9;
-update noar ti set b1='1S' where id=9;
-update noar tt set b2='3ZC31H3O22' where id=9;
-update noar ti set b2='3ZC31H3O22' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='QAO3X5CJKILWGDLA' where id=1;
-update noar ti set b0='QAO3X5CJKILWGDLA' where id=1;
-update noar tt set b1='9F9E8DSZ48V4PI50' where id=1;
-update noar ti set b1='9F9E8DSZ48V4PI50' where id=1;
-update noar tt set b2='AP6SL7SAH96NR228TS1F6' where id=1;
-update noar ti set b2='AP6SL7SAH96NR228TS1F6' where id=1;
-update noar tt set b0='DYTLSR4NZ6RVVUAM' where id=2;
-update noar ti set b0='DYTLSR4NZ6RVVUAM' where id=2;
-update noar tt set b1='TA5VJ42QB227AMUHDPL0IRSZSEMC' where id=2;
-update noar ti set b1='TA5VJ42QB227AMUHDPL0IRSZSEMC' where id=2;
-update noar tt set b2='ETQ8U6W998SW28J48' where id=2;
-update noar ti set b2='ETQ8U6W998SW28J48' where id=2;
-update noar tt set b0='5FSBN03813OG12CF54PTN9' where id=3;
-update noar ti set b0='5FSBN03813OG12CF54PTN9' where id=3;
-update noar tt set b1='0HFJUX62W4V28TFU3E0XJY' where id=3;
-update noar ti set b1='0HFJUX62W4V28TFU3E0XJY' where id=3;
-update noar tt set b2='17N' where id=3;
-update noar ti set b2='17N' where id=3;
-update noar tt set b0='D' where id=4;
-update noar ti set b0='D' where id=4;
-update noar tt set b1='Z3JBC1MTM2XC746ONBL44' where id=4;
-update noar ti set b1='Z3JBC1MTM2XC746ONBL44' where id=4;
-update noar tt set b2='RTD' where id=4;
-update noar ti set b2='RTD' where id=4;
-update noar tt set b0='9CCBGMSK9F8Q2RUXFS5VDVLGEZ63KWMS' where id=5;
-update noar ti set b0='9CCBGMSK9F8Q2RUXFS5VDVLGEZ63KWMS' where id=5;
-update noar tt set b1='UB3EX0L1N71AYE6BM85OWAHPDPC' where id=5;
-update noar ti set b1='UB3EX0L1N71AYE6BM85OWAHPDPC' where id=5;
-update noar tt set b2='MID3MUDG' where id=5;
-update noar ti set b2='MID3MUDG' where id=5;
-update noar tt set b0='UDX1TX8O69PLNWCR03VE3B3Z8IYCF8O' where id=6;
-update noar ti set b0='UDX1TX8O69PLNWCR03VE3B3Z8IYCF8O' where id=6;
-update noar tt set b1='IO07JDTZD0YSCW7D7JULKH2XR8Q' where id=6;
-update noar ti set b1='IO07JDTZD0YSCW7D7JULKH2XR8Q' where id=6;
-update noar tt set b2='RG4DI8AJED6CSID7V3ZO4OGTTZ1' where id=6;
-update noar ti set b2='RG4DI8AJED6CSID7V3ZO4OGTTZ1' where id=6;
-update noar tt set b0='LPRTXX5' where id=7;
-update noar ti set b0='LPRTXX5' where id=7;
-update noar tt set b1='HHIXGFDHRB' where id=7;
-update noar ti set b1='HHIXGFDHRB' where id=7;
-update noar tt set b2='9H8NPOIGYBP6U487P1ZUROFOAT5SJW97' where id=7;
-update noar ti set b2='9H8NPOIGYBP6U487P1ZUROFOAT5SJW97' where id=7;
-update noar tt set b0='KK7Y06H' where id=8;
-update noar ti set b0='KK7Y06H' where id=8;
-update noar tt set b1='01SMRXUZ2R' where id=8;
-update noar ti set b1='01SMRXUZ2R' where id=8;
-update noar tt set b2='FRLFQZEXW7O2YP4M' where id=8;
-update noar ti set b2='FRLFQZEXW7O2YP4M' where id=8;
-update noar tt set b0='WM9K587L' where id=9;
-update noar ti set b0='WM9K587L' where id=9;
-update noar tt set b1='00BIDQXMH' where id=9;
-update noar ti set b1='00BIDQXMH' where id=9;
-update noar tt set b2='DKLS' where id=9;
-update noar ti set b2='DKLS' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='ZI0WNWKEK8CLBNA8586IKD62TIMCSJ2B' where id=1;
-update noar ti set b0='ZI0WNWKEK8CLBNA8586IKD62TIMCSJ2B' where id=1;
-update noar tt set b1='Y2TW67X7' where id=1;
-update noar ti set b1='Y2TW67X7' where id=1;
-update noar tt set b2='PH' where id=1;
-update noar ti set b2='PH' where id=1;
-update noar tt set b0='VUIQ65K' where id=2;
-update noar ti set b0='VUIQ65K' where id=2;
-update noar tt set b1='0VGZ8KWSB' where id=2;
-update noar ti set b1='0VGZ8KWSB' where id=2;
-update noar tt set b2='C8DYRPU2JW1CP5' where id=2;
-update noar ti set b2='C8DYRPU2JW1CP5' where id=2;
-update noar tt set b0='X' where id=3;
-update noar ti set b0='X' where id=3;
-update noar tt set b1='Q5F3MZZ' where id=3;
-update noar ti set b1='Q5F3MZZ' where id=3;
-update noar tt set b2='YZ1R0TJLARJ61DHG6G39XW5N891Y' where id=3;
-update noar ti set b2='YZ1R0TJLARJ61DHG6G39XW5N891Y' where id=3;
-update noar tt set b0='O1K423U69LMMA5E1HKH' where id=4;
-update noar ti set b0='O1K423U69LMMA5E1HKH' where id=4;
-update noar tt set b1='R6VOP94BXWDICWTD1N' where id=4;
-update noar ti set b1='R6VOP94BXWDICWTD1N' where id=4;
-update noar tt set b2='I6SFGIYV5Z0R6FA17FT289Y2JKEMLD' where id=4;
-update noar ti set b2='I6SFGIYV5Z0R6FA17FT289Y2JKEMLD' where id=4;
-update noar tt set b0='P0PTIZBT0VBQ8Z5O1' where id=5;
-update noar ti set b0='P0PTIZBT0VBQ8Z5O1' where id=5;
-update noar tt set b1='Z3NM65FDT5ES2CCH0T1' where id=5;
-update noar ti set b1='Z3NM65FDT5ES2CCH0T1' where id=5;
-update noar tt set b2='CF2' where id=5;
-update noar ti set b2='CF2' where id=5;
-update noar tt set b0='LWK' where id=6;
-update noar ti set b0='LWK' where id=6;
-update noar tt set b1='3YF2DGHA' where id=6;
-update noar ti set b1='3YF2DGHA' where id=6;
-update noar tt set b2='DFQCONK04' where id=6;
-update noar ti set b2='DFQCONK04' where id=6;
-update noar tt set b0='5KAMOFWPXOP' where id=7;
-update noar ti set b0='5KAMOFWPXOP' where id=7;
-update noar tt set b1='BHU8F' where id=7;
-update noar ti set b1='BHU8F' where id=7;
-update noar tt set b2='NIRQ47GP' where id=7;
-update noar ti set b2='NIRQ47GP' where id=7;
-update noar tt set b0='T4OH01O811EB8H' where id=8;
-update noar ti set b0='T4OH01O811EB8H' where id=8;
-update noar tt set b1='0FHEH8U045T3Z3VECYRNXQYGU4WU' where id=8;
-update noar ti set b1='0FHEH8U045T3Z3VECYRNXQYGU4WU' where id=8;
-update noar tt set b2='14T35GPVUVPXONKOO0S7D4JM6TPHO7SH' where id=8;
-update noar ti set b2='14T35GPVUVPXONKOO0S7D4JM6TPHO7SH' where id=8;
-update noar tt set b0='6894B5HADGHLN' where id=9;
-update noar ti set b0='6894B5HADGHLN' where id=9;
-update noar tt set b1='V3F401GUM1H60HSYN5XMXN69P' where id=9;
-update noar ti set b1='V3F401GUM1H60HSYN5XMXN69P' where id=9;
-update noar tt set b2='BANDB' where id=9;
-update noar ti set b2='BANDB' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='YAX' where id=1;
-update noar ti set b0='YAX' where id=1;
-update noar tt set b1='UUA8JI8ZRUIL' where id=1;
-update noar ti set b1='UUA8JI8ZRUIL' where id=1;
-update noar tt set b2='Z5P2NI5V8AWINU6KLP' where id=1;
-update noar ti set b2='Z5P2NI5V8AWINU6KLP' where id=1;
-update noar tt set b0='JAWR6XH3F0TOPI47J6KEOQT82NW' where id=2;
-update noar ti set b0='JAWR6XH3F0TOPI47J6KEOQT82NW' where id=2;
-update noar tt set b1='QYP3K9BECZ9NS41BTMY27' where id=2;
-update noar ti set b1='QYP3K9BECZ9NS41BTMY27' where id=2;
-update noar tt set b2='8VUI5AMSC92RZX8GH1' where id=2;
-update noar ti set b2='8VUI5AMSC92RZX8GH1' where id=2;
-update noar tt set b0='D0W7G4U9SPQVLG6ZPAVN1LL' where id=3;
-update noar ti set b0='D0W7G4U9SPQVLG6ZPAVN1LL' where id=3;
-update noar tt set b1='R2YXFUKPZBADY6N1GCQFEXRY078FNA' where id=3;
-update noar ti set b1='R2YXFUKPZBADY6N1GCQFEXRY078FNA' where id=3;
-update noar tt set b2='R7PLQXEX25WHZ94HW7HYP' where id=3;
-update noar ti set b2='R7PLQXEX25WHZ94HW7HYP' where id=3;
-update noar tt set b0='U0W9ZVMKM7K8' where id=4;
-update noar ti set b0='U0W9ZVMKM7K8' where id=4;
-update noar tt set b1='U' where id=4;
-update noar ti set b1='U' where id=4;
-update noar tt set b2='3FOIEYZCL2X3UW' where id=4;
-update noar ti set b2='3FOIEYZCL2X3UW' where id=4;
-update noar tt set b0='P9NSYCPG1P0BFEQOHQ0YL5C9VMKZU' where id=5;
-update noar ti set b0='P9NSYCPG1P0BFEQOHQ0YL5C9VMKZU' where id=5;
-update noar tt set b1='4OY294SQFNFZM' where id=5;
-update noar ti set b1='4OY294SQFNFZM' where id=5;
-update noar tt set b2='XDK7' where id=5;
-update noar ti set b2='XDK7' where id=5;
-update noar tt set b0='MPY0FEGK1ZQ8CG90G' where id=6;
-update noar ti set b0='MPY0FEGK1ZQ8CG90G' where id=6;
-update noar tt set b1='N4MM4PIAHXR4GYYIQ8NP7RRY3RVWC' where id=6;
-update noar ti set b1='N4MM4PIAHXR4GYYIQ8NP7RRY3RVWC' where id=6;
-update noar tt set b2='HENDN4UMXS3BFHV9B4Z3ZUXKW927RM' where id=6;
-update noar ti set b2='HENDN4UMXS3BFHV9B4Z3ZUXKW927RM' where id=6;
-update noar tt set b0='CWW8WZ21JMGASA1EGAM6T8GPN37KXT65' where id=7;
-update noar ti set b0='CWW8WZ21JMGASA1EGAM6T8GPN37KXT65' where id=7;
-update noar tt set b1='GHXPI36S' where id=7;
-update noar ti set b1='GHXPI36S' where id=7;
-update noar tt set b2='1G8VRE7Y58F0' where id=7;
-update noar ti set b2='1G8VRE7Y58F0' where id=7;
-update noar tt set b0='V4IG5V8MPL6VYH8LK3198WTU' where id=8;
-update noar ti set b0='V4IG5V8MPL6VYH8LK3198WTU' where id=8;
-update noar tt set b1='M9LL14XZOAO9JY6COFRWECC' where id=8;
-update noar ti set b1='M9LL14XZOAO9JY6COFRWECC' where id=8;
-update noar tt set b2='NVRAKYIWYPFFOD0BT5T4Z' where id=8;
-update noar ti set b2='NVRAKYIWYPFFOD0BT5T4Z' where id=8;
-update noar tt set b0='M0JILK4VK7SVE557XUW908ZNHM4VD1TV' where id=9;
-update noar ti set b0='M0JILK4VK7SVE557XUW908ZNHM4VD1TV' where id=9;
-update noar tt set b1='K9U3DVOMLAVP8KGQ11NYEV6HE6JS' where id=9;
-update noar ti set b1='K9U3DVOMLAVP8KGQ11NYEV6HE6JS' where id=9;
-update noar tt set b2='N9ENZX5NTSTOHLVBPRY9' where id=9;
-update noar ti set b2='N9ENZX5NTSTOHLVBPRY9' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='56AMJL983G85V1XPLSP0' where id=1;
-update noar ti set b0='56AMJL983G85V1XPLSP0' where id=1;
-update noar tt set b1='3FWFB4' where id=1;
-update noar ti set b1='3FWFB4' where id=1;
-update noar tt set b2='0DZO1YWIZDXEZSW6QL3R1JE' where id=1;
-update noar ti set b2='0DZO1YWIZDXEZSW6QL3R1JE' where id=1;
-update noar tt set b0='DH6YE' where id=2;
-update noar ti set b0='DH6YE' where id=2;
-update noar tt set b1='Z1Y31' where id=2;
-update noar ti set b1='Z1Y31' where id=2;
-update noar tt set b2='C6H46H7IPKQ9RTN' where id=2;
-update noar ti set b2='C6H46H7IPKQ9RTN' where id=2;
-update noar tt set b0='M2JTOSE3ZUE7Z8D' where id=3;
-update noar ti set b0='M2JTOSE3ZUE7Z8D' where id=3;
-update noar tt set b1='P6ITGSNVA97Z11AGIW5BZLTFNDVG9GZ0' where id=3;
-update noar ti set b1='P6ITGSNVA97Z11AGIW5BZLTFNDVG9GZ0' where id=3;
-update noar tt set b2='D8RUIFXX15BSYKOTZLM1J6YVECXQ' where id=3;
-update noar ti set b2='D8RUIFXX15BSYKOTZLM1J6YVECXQ' where id=3;
-update noar tt set b0='ZB' where id=4;
-update noar ti set b0='ZB' where id=4;
-update noar tt set b1='BY264UQW5RX5T2KB2M' where id=4;
-update noar ti set b1='BY264UQW5RX5T2KB2M' where id=4;
-update noar tt set b2='P4Y' where id=4;
-update noar ti set b2='P4Y' where id=4;
-update noar tt set b0='R0E536JU0' where id=5;
-update noar ti set b0='R0E536JU0' where id=5;
-update noar tt set b1='NE1TFYCHQG8VZIMH8KB1NDG' where id=5;
-update noar ti set b1='NE1TFYCHQG8VZIMH8KB1NDG' where id=5;
-update noar tt set b2='L9FE' where id=5;
-update noar ti set b2='L9FE' where id=5;
-update noar tt set b0='IOW7HK5VP3JMKWOWR' where id=6;
-update noar ti set b0='IOW7HK5VP3JMKWOWR' where id=6;
-update noar tt set b1='H5PH3OLPW2' where id=6;
-update noar ti set b1='H5PH3OLPW2' where id=6;
-update noar tt set b2='A4SJ6UOC' where id=6;
-update noar ti set b2='A4SJ6UOC' where id=6;
-update noar tt set b0='OGXACY' where id=7;
-update noar ti set b0='OGXACY' where id=7;
-update noar tt set b1='1HDURLDWQFU6W0R68' where id=7;
-update noar ti set b1='1HDURLDWQFU6W0R68' where id=7;
-update noar tt set b2='9KSVB3P8GBVL7WSS29W6E' where id=7;
-update noar ti set b2='9KSVB3P8GBVL7WSS29W6E' where id=7;
-update noar tt set b0='AZ60M6KYCGAB08GR' where id=8;
-update noar ti set b0='AZ60M6KYCGAB08GR' where id=8;
-update noar tt set b1='5ET0Q4B4IE8BI4TG8' where id=8;
-update noar ti set b1='5ET0Q4B4IE8BI4TG8' where id=8;
-update noar tt set b2='KM8' where id=8;
-update noar ti set b2='KM8' where id=8;
-update noar tt set b0='Z2LE2LISQB2VTFH2M022RRN76BOQB' where id=9;
-update noar ti set b0='Z2LE2LISQB2VTFH2M022RRN76BOQB' where id=9;
-update noar tt set b1='B02MWV49R10TWTQZGDEMHFO1G4' where id=9;
-update noar ti set b1='B02MWV49R10TWTQZGDEMHFO1G4' where id=9;
-update noar tt set b2='9' where id=9;
-update noar ti set b2='9' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='D5RQ5CZ' where id=1;
-update noar ti set b0='D5RQ5CZ' where id=1;
-update noar tt set b1='M3XX7GMJ6LGX2GY75V20W4Q0LFBIX65' where id=1;
-update noar ti set b1='M3XX7GMJ6LGX2GY75V20W4Q0LFBIX65' where id=1;
-update noar tt set b2='PW' where id=1;
-update noar ti set b2='PW' where id=1;
-update noar tt set b0='RP7G3Z93X41UAZDJH' where id=2;
-update noar ti set b0='RP7G3Z93X41UAZDJH' where id=2;
-update noar tt set b1='3F310XIFVRVS663KAOF' where id=2;
-update noar ti set b1='3F310XIFVRVS663KAOF' where id=2;
-update noar tt set b2='ZN' where id=2;
-update noar ti set b2='ZN' where id=2;
-update noar tt set b0='HCO5RM66HFYY21VCRYK8IE274CUI0Z45' where id=3;
-update noar ti set b0='HCO5RM66HFYY21VCRYK8IE274CUI0Z45' where id=3;
-update noar tt set b1='O2HHP099ZWSR4AV7QTY' where id=3;
-update noar ti set b1='O2HHP099ZWSR4AV7QTY' where id=3;
-update noar tt set b2='I9AY8RMGX3YBY6DC104JW4UX' where id=3;
-update noar ti set b2='I9AY8RMGX3YBY6DC104JW4UX' where id=3;
-update noar tt set b0='Q4GH6SWGDV6' where id=4;
-update noar ti set b0='Q4GH6SWGDV6' where id=4;
-update noar tt set b1='NZGJYI3Z8PPAERH4WBKGH17O6RXN3RRD' where id=4;
-update noar ti set b1='NZGJYI3Z8PPAERH4WBKGH17O6RXN3RRD' where id=4;
-update noar tt set b2='M0VB12ETATHJXPV71C' where id=4;
-update noar ti set b2='M0VB12ETATHJXPV71C' where id=4;
-update noar tt set b0='CRT1768U969' where id=5;
-update noar ti set b0='CRT1768U969' where id=5;
-update noar tt set b1='9G5190KKG4KY7VYLNRTRDAYGRZLMRVN' where id=5;
-update noar ti set b1='9G5190KKG4KY7VYLNRTRDAYGRZLMRVN' where id=5;
-update noar tt set b2='MDH77KMMKEUX0WLYNL9ZHP7GTZ5' where id=5;
-update noar ti set b2='MDH77KMMKEUX0WLYNL9ZHP7GTZ5' where id=5;
-update noar tt set b0='E' where id=6;
-update noar ti set b0='E' where id=6;
-update noar tt set b1='AG1HPZKJZI2V3I2OY2KYZMF6R60R' where id=6;
-update noar ti set b1='AG1HPZKJZI2V3I2OY2KYZMF6R60R' where id=6;
-update noar tt set b2='ELA3ZVF41SQIDZSQ40' where id=6;
-update noar ti set b2='ELA3ZVF41SQIDZSQ40' where id=6;
-update noar tt set b0='3S' where id=7;
-update noar ti set b0='3S' where id=7;
-update noar tt set b1='NV' where id=7;
-update noar ti set b1='NV' where id=7;
-update noar tt set b2='0NXW8QE' where id=7;
-update noar ti set b2='0NXW8QE' where id=7;
-update noar tt set b0='YWF1WJL1YAHW5S' where id=8;
-update noar ti set b0='YWF1WJL1YAHW5S' where id=8;
-update noar tt set b1='QT18FZ87HUWU09YV50P' where id=8;
-update noar ti set b1='QT18FZ87HUWU09YV50P' where id=8;
-update noar tt set b2='F44MCHPPP4NVX0MGQX3YDHKK0ZX3' where id=8;
-update noar ti set b2='F44MCHPPP4NVX0MGQX3YDHKK0ZX3' where id=8;
-update noar tt set b0='HJ' where id=9;
-update noar ti set b0='HJ' where id=9;
-update noar tt set b1='399DX' where id=9;
-update noar ti set b1='399DX' where id=9;
-update noar tt set b2='D' where id=9;
-update noar ti set b2='D' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 blob null,
-b1 blob null,
-b2 text 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 b0='KUL9R62R5XHT9TLKXWAJ2' where id=1;
-update noar ti set b0='KUL9R62R5XHT9TLKXWAJ2' where id=1;
-update noar tt set b1='I16AISVK0C84JN94O' where id=1;
-update noar ti set b1='I16AISVK0C84JN94O' where id=1;
-update noar tt set b2='DZBSYN6XM3LQRMUOHVS' where id=1;
-update noar ti set b2='DZBSYN6XM3LQRMUOHVS' where id=1;
-update noar tt set b0='9QX7EWVD01RNO0K31H1C46P5Y' where id=2;
-update noar ti set b0='9QX7EWVD01RNO0K31H1C46P5Y' where id=2;
-update noar tt set b1='T5W4UV' where id=2;
-update noar ti set b1='T5W4UV' where id=2;
-update noar tt set b2='NSM3QUAFH69G13E71ZQ5FT' where id=2;
-update noar ti set b2='NSM3QUAFH69G13E71ZQ5FT' where id=2;
-update noar tt set b0='FZMG4K9M9' where id=3;
-update noar ti set b0='FZMG4K9M9' where id=3;
-update noar tt set b1='KDK2I3CZ5ODM4COM' where id=3;
-update noar ti set b1='KDK2I3CZ5ODM4COM' where id=3;
-update noar tt set b2='Q8CHH3VNZXM5JBOAK' where id=3;
-update noar ti set b2='Q8CHH3VNZXM5JBOAK' where id=3;
-update noar tt set b0='Z' where id=4;
-update noar ti set b0='Z' where id=4;
-update noar tt set b1='T9Z' where id=4;
-update noar ti set b1='T9Z' where id=4;
-update noar tt set b2='26PX3YLA2DBLW2KQ9T8ER825PG5AU2VX' where id=4;
-update noar ti set b2='26PX3YLA2DBLW2KQ9T8ER825PG5AU2VX' where id=4;
-update noar tt set b0='IYOSIQVCY0QYKLDMDBVTR5CKP47YC9C' where id=5;
-update noar ti set b0='IYOSIQVCY0QYKLDMDBVTR5CKP47YC9C' where id=5;
-update noar tt set b1='NEOGGYNOPY4JC1JXJ' where id=5;
-update noar ti set b1='NEOGGYNOPY4JC1JXJ' where id=5;
-update noar tt set b2='QD8W0VPV' where id=5;
-update noar ti set b2='QD8W0VPV' where id=5;
-update noar tt set b0='OHEIOC8XO6C7RTLXBIH99777UU7WZE3I' where id=6;
-update noar ti set b0='OHEIOC8XO6C7RTLXBIH99777UU7WZE3I' where id=6;
-update noar tt set b1='GDVTQ' where id=6;
-update noar ti set b1='GDVTQ' where id=6;
-update noar tt set b2='KSON25ZJHPPV2VCA1MADX2BGAGOEZ' where id=6;
-update noar ti set b2='KSON25ZJHPPV2VCA1MADX2BGAGOEZ' where id=6;
-update noar tt set b0='BYN85BOSV1PLLQB2AGSJLXBIHQUR' where id=7;
-update noar ti set b0='BYN85BOSV1PLLQB2AGSJLXBIHQUR' where id=7;
-update noar tt set b1='18EPY4WOA0PRS4UEH8IDQWFRMONY' where id=7;
-update noar ti set b1='18EPY4WOA0PRS4UEH8IDQWFRMONY' where id=7;
-update noar tt set b2='2K1WWKV3FFQ9GE1IVCG0' where id=7;
-update noar ti set b2='2K1WWKV3FFQ9GE1IVCG0' where id=7;
-update noar tt set b0='6O50X7JG01O476B92PVF' where id=8;
-update noar ti set b0='6O50X7JG01O476B92PVF' where id=8;
-update noar tt set b1='JF1' where id=8;
-update noar ti set b1='JF1' where id=8;
-update noar tt set b2='O8JXY5CFDL20' where id=8;
-update noar ti set b2='O8JXY5CFDL20' where id=8;
-update noar tt set b0='V27DZ' where id=9;
-update noar ti set b0='V27DZ' where id=9;
-update noar tt set b1='NBZCN2ASHLBS0SFFZ87R0D98' where id=9;
-update noar ti set b1='NBZCN2ASHLBS0SFFZ87R0D98' where id=9;
-update noar tt set b2='GEL' where id=9;
-update noar ti set b2='GEL' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 blob not null,
-b1 blob not null,
-b2 text 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 b0='2J50PUSKS4CLILJ8BE' where id=1;
-update noar ti set b0='2J50PUSKS4CLILJ8BE' where id=1;
-update noar tt set b1='IZ7O58ECHPB9EJEF8H43UMVWC' where id=1;
-update noar ti set b1='IZ7O58ECHPB9EJEF8H43UMVWC' where id=1;
-update noar tt set b2='KSB8DY5VBCSVTJ' where id=1;
-update noar ti set b2='KSB8DY5VBCSVTJ' where id=1;
-update noar tt set b0='OP4RAOMGCIBUS9WP8O3GE8' where id=2;
-update noar ti set b0='OP4RAOMGCIBUS9WP8O3GE8' where id=2;
-update noar tt set b1='YXPLOGN9198B' where id=2;
-update noar ti set b1='YXPLOGN9198B' where id=2;
-update noar tt set b2='LA3M88Q' where id=2;
-update noar ti set b2='LA3M88Q' where id=2;
-update noar tt set b0='KHVIJHK6JLLYEGNG59QD6C6BXQFOD' where id=3;
-update noar ti set b0='KHVIJHK6JLLYEGNG59QD6C6BXQFOD' where id=3;
-update noar tt set b1='AQWK4196CLH31W5OF0K' where id=3;
-update noar ti set b1='AQWK4196CLH31W5OF0K' where id=3;
-update noar tt set b2='WQ3TDBB7I9' where id=3;
-update noar ti set b2='WQ3TDBB7I9' where id=3;
-update noar tt set b0='83D0GE8JEZBMPUGRXWAGACZB8TBSNMN' where id=4;
-update noar ti set b0='83D0GE8JEZBMPUGRXWAGACZB8TBSNMN' where id=4;
-update noar tt set b1='I6QS32TU' where id=4;
-update noar ti set b1='I6QS32TU' where id=4;
-update noar tt set b2='SV6UBP82JBWED' where id=4;
-update noar ti set b2='SV6UBP82JBWED' where id=4;
-update noar tt set b0='U' where id=5;
-update noar ti set b0='U' where id=5;
-update noar tt set b1='G5PVDKYQE2SFB5W445VJEK22JABFMB' where id=5;
-update noar ti set b1='G5PVDKYQE2SFB5W445VJEK22JABFMB' where id=5;
-update noar tt set b2='EOGDCBZLP7EB4O2V8SN' where id=5;
-update noar ti set b2='EOGDCBZLP7EB4O2V8SN' where id=5;
-update noar tt set b0='SA56' where id=6;
-update noar ti set b0='SA56' where id=6;
-update noar tt set b1='AAD24XLTEBO3R3HXZ2BHV0QY0J' where id=6;
-update noar ti set b1='AAD24XLTEBO3R3HXZ2BHV0QY0J' where id=6;
-update noar tt set b2='6TTM4VGMWV44BX457MNLAHN35KT' where id=6;
-update noar ti set b2='6TTM4VGMWV44BX457MNLAHN35KT' where id=6;
-update noar tt set b0='1G32Y30YJMQZKCV60V6RMHTY34' where id=7;
-update noar ti set b0='1G32Y30YJMQZKCV60V6RMHTY34' where id=7;
-update noar tt set b1='FRBYVQX0L2XTWWQJ0MNBTE13BUCCW' where id=7;
-update noar ti set b1='FRBYVQX0L2XTWWQJ0MNBTE13BUCCW' where id=7;
-update noar tt set b2='2C1PB72YP3XJPYDLS5Q90SDMSM5O275H' where id=7;
-update noar ti set b2='2C1PB72YP3XJPYDLS5Q90SDMSM5O275H' where id=7;
-update noar tt set b0='34QQYD9ABXX820FRK278269SY5RZ3' where id=8;
-update noar ti set b0='34QQYD9ABXX820FRK278269SY5RZ3' where id=8;
-update noar tt set b1='UQG9UCA6JER9C6AWJP9QLXV' where id=8;
-update noar ti set b1='UQG9UCA6JER9C6AWJP9QLXV' where id=8;
-update noar tt set b2='QIMCR0S7' where id=8;
-update noar ti set b2='QIMCR0S7' where id=8;
-update noar tt set b0='UHXB' where id=9;
-update noar ti set b0='UHXB' where id=9;
-update noar tt set b1='V8STWNA1AEQVKVDB7ZL8' where id=9;
-update noar ti set b1='V8STWNA1AEQVKVDB7ZL8' where id=9;
-update noar tt set b2='8KZE20JFQ7F80V' where id=9;
-update noar ti set b2='8KZE20JFQ7F80V' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='7CDYYCLYVV3P' where id=1;
-update noar ti set b0='7CDYYCLYVV3P' where id=1;
-update noar tt set b1='GBZFHZ9' where id=1;
-update noar ti set b1='GBZFHZ9' where id=1;
-update noar tt set b2='T4BUQYE' where id=1;
-update noar ti set b2='T4BUQYE' where id=1;
-update noar tt set b0='S2EZBRBRWZ021679I5BNYZCP1VIUTJ' where id=2;
-update noar ti set b0='S2EZBRBRWZ021679I5BNYZCP1VIUTJ' where id=2;
-update noar tt set b1='G7LQ' where id=2;
-update noar ti set b1='G7LQ' where id=2;
-update noar tt set b2='XMN08ZVS2TRN6HE4JX9L' where id=2;
-update noar ti set b2='XMN08ZVS2TRN6HE4JX9L' where id=2;
-update noar tt set b0='O0P' where id=3;
-update noar ti set b0='O0P' where id=3;
-update noar tt set b1='S4OTKHKYR5UWJYEI2ILP04YL3JLT' where id=3;
-update noar ti set b1='S4OTKHKYR5UWJYEI2ILP04YL3JLT' where id=3;
-update noar tt set b2='J2EZDFMNI04QC35' where id=3;
-update noar ti set b2='J2EZDFMNI04QC35' where id=3;
-update noar tt set b0='AA7754SASPCBQ3KQRP21M' where id=4;
-update noar ti set b0='AA7754SASPCBQ3KQRP21M' where id=4;
-update noar tt set b1='1F358JYFLDLOXI' where id=4;
-update noar ti set b1='1F358JYFLDLOXI' where id=4;
-update noar tt set b2='HR0AQW8FX1E' where id=4;
-update noar ti set b2='HR0AQW8FX1E' where id=4;
-update noar tt set b0='PVMT' where id=5;
-update noar ti set b0='PVMT' where id=5;
-update noar tt set b1='2XR3QS' where id=5;
-update noar ti set b1='2XR3QS' where id=5;
-update noar tt set b2='ITAGAD' where id=5;
-update noar ti set b2='ITAGAD' where id=5;
-update noar tt set b0='6L68VMJY3SYTRRDC4HYA' where id=6;
-update noar ti set b0='6L68VMJY3SYTRRDC4HYA' where id=6;
-update noar tt set b1='WJUHNDSXWWAG' where id=6;
-update noar ti set b1='WJUHNDSXWWAG' where id=6;
-update noar tt set b2='58RVBGH37AO139VKFAQSK' where id=6;
-update noar ti set b2='58RVBGH37AO139VKFAQSK' where id=6;
-update noar tt set b0='67UD1' where id=7;
-update noar ti set b0='67UD1' where id=7;
-update noar tt set b1='2I8W7ESDGFM4Y5E' where id=7;
-update noar ti set b1='2I8W7ESDGFM4Y5E' where id=7;
-update noar tt set b2='X9EX9UGJEVO1OFNBW2A2GC2HARGT1' where id=7;
-update noar ti set b2='X9EX9UGJEVO1OFNBW2A2GC2HARGT1' where id=7;
-update noar tt set b0='0VR9B5RD28PB4W4QMWVRRFPVCL' where id=8;
-update noar ti set b0='0VR9B5RD28PB4W4QMWVRRFPVCL' where id=8;
-update noar tt set b1='5C7BUUI807GM63M' where id=8;
-update noar ti set b1='5C7BUUI807GM63M' 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 b0='ER' where id=9;
-update noar ti set b0='ER' where id=9;
-update noar tt set b1='OQ3MYTZL4ESWL6Z8V' where id=9;
-update noar ti set b1='OQ3MYTZL4ESWL6Z8V' where id=9;
-update noar tt set b2='JIDOINACMUZU' where id=9;
-update noar ti set b2='JIDOINACMUZU' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='C6' where id=1;
-update noar ti set b0='C6' where id=1;
-update noar tt set b1='SOU6MIDKZC2SRYNIPESS8XSDENUA4' where id=1;
-update noar ti set b1='SOU6MIDKZC2SRYNIPESS8XSDENUA4' where id=1;
-update noar tt set b2='ARIUNWKSHU12NXO3RMMAPORPTP6GW' where id=1;
-update noar ti set b2='ARIUNWKSHU12NXO3RMMAPORPTP6GW' where id=1;
-update noar tt set b0='QO39RTKRAI' where id=2;
-update noar ti set b0='QO39RTKRAI' where id=2;
-update noar tt set b1='Y3XLVR33AXH7TVD9U07C2UO' where id=2;
-update noar ti set b1='Y3XLVR33AXH7TVD9U07C2UO' where id=2;
-update noar tt set b2='RT9ZNAF' where id=2;
-update noar ti set b2='RT9ZNAF' where id=2;
-update noar tt set b0='L987SRYNJVZ2P3E3SIY5I3' where id=3;
-update noar ti set b0='L987SRYNJVZ2P3E3SIY5I3' where id=3;
-update noar tt set b1='GLGA44' where id=3;
-update noar ti set b1='GLGA44' where id=3;
-update noar tt set b2='RU6U5' where id=3;
-update noar ti set b2='RU6U5' where id=3;
-update noar tt set b0='LZKU6COFRGCPOZK1VMVMS0F7' where id=4;
-update noar ti set b0='LZKU6COFRGCPOZK1VMVMS0F7' where id=4;
-update noar tt set b1='PYDZ60VDWUDKA9FQWP06A0I' where id=4;
-update noar ti set b1='PYDZ60VDWUDKA9FQWP06A0I' where id=4;
-update noar tt set b2='6JH9Q' where id=4;
-update noar ti set b2='6JH9Q' where id=4;
-update noar tt set b0='L0RESOTBTQV' where id=5;
-update noar ti set b0='L0RESOTBTQV' where id=5;
-update noar tt set b1='D2' where id=5;
-update noar ti set b1='D2' where id=5;
-update noar tt set b2='UG2GQNWXSYM' where id=5;
-update noar ti set b2='UG2GQNWXSYM' where id=5;
-update noar tt set b0='T8J' where id=6;
-update noar ti set b0='T8J' where id=6;
-update noar tt set b1='A3V96R26JYETEC7BRJNUOU3CYHXU5OR' where id=6;
-update noar ti set b1='A3V96R26JYETEC7BRJNUOU3CYHXU5OR' where id=6;
-update noar tt set b2='LCALHV6OS4RAO2MQSAX93NP334Q' where id=6;
-update noar ti set b2='LCALHV6OS4RAO2MQSAX93NP334Q' where id=6;
-update noar tt set b0='1YYQCPJV7OUC' where id=7;
-update noar ti set b0='1YYQCPJV7OUC' where id=7;
-update noar tt set b1='J76VDPWGNVZ81' where id=7;
-update noar ti set b1='J76VDPWGNVZ81' where id=7;
-update noar tt set b2='BG56WWJXFXMIHG4VUFK10XP' where id=7;
-update noar ti set b2='BG56WWJXFXMIHG4VUFK10XP' where id=7;
-update noar tt set b0='6BBHJLWDH8QZZH' where id=8;
-update noar ti set b0='6BBHJLWDH8QZZH' where id=8;
-update noar tt set b1='71P23X3Q77XFK3S0QQEO9MZVC88' where id=8;
-update noar ti set b1='71P23X3Q77XFK3S0QQEO9MZVC88' where id=8;
-update noar tt set b2='LZXU4W69N2DR' where id=8;
-update noar ti set b2='LZXU4W69N2DR' where id=8;
-update noar tt set b0='HETGMBF3GSCNU2C4DASNP' where id=9;
-update noar ti set b0='HETGMBF3GSCNU2C4DASNP' where id=9;
-update noar tt set b1='22GV5RJOB5H7741' where id=9;
-update noar ti set b1='22GV5RJOB5H7741' where id=9;
-update noar tt set b2='IDDR5KA9OHDG70M5ZC' where id=9;
-update noar ti set b2='IDDR5KA9OHDG70M5ZC' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='QHY19YQGCFEAQNPCDES9WSB7W7D7' where id=1;
-update noar ti set b0='QHY19YQGCFEAQNPCDES9WSB7W7D7' where id=1;
-update noar tt set b1='AF' where id=1;
-update noar ti set b1='AF' where id=1;
-update noar tt set b2='Y7KFGW5T7SV' where id=1;
-update noar ti set b2='Y7KFGW5T7SV' where id=1;
-update noar tt set b0='VC0IUSILD4PN81LG48YUY' where id=2;
-update noar ti set b0='VC0IUSILD4PN81LG48YUY' where id=2;
-update noar tt set b1='HRQ45I18BYA7GQBSMS' where id=2;
-update noar ti set b1='HRQ45I18BYA7GQBSMS' where id=2;
-update noar tt set b2='TF2HGCXUXXICVYW7PJG50K7BN' where id=2;
-update noar ti set b2='TF2HGCXUXXICVYW7PJG50K7BN' where id=2;
-update noar tt set b0='DM28KDBKQ71' where id=3;
-update noar ti set b0='DM28KDBKQ71' where id=3;
-update noar tt set b1='ZOTKU2Z25LMH78I1EGKTSVE7U0' where id=3;
-update noar ti set b1='ZOTKU2Z25LMH78I1EGKTSVE7U0' where id=3;
-update noar tt set b2='GPP6VN80AFJMNJ168695' where id=3;
-update noar ti set b2='GPP6VN80AFJMNJ168695' where id=3;
-update noar tt set b0='LRNFCS3D8HJL28' where id=4;
-update noar ti set b0='LRNFCS3D8HJL28' where id=4;
-update noar tt set b1='8EWKJ5ORQNDO158EJN0' where id=4;
-update noar ti set b1='8EWKJ5ORQNDO158EJN0' where id=4;
-update noar tt set b2='16JQ36TDSTKNJ780L2N9U' where id=4;
-update noar ti set b2='16JQ36TDSTKNJ780L2N9U' where id=4;
-update noar tt set b0='56RW5' where id=5;
-update noar ti set b0='56RW5' where id=5;
-update noar tt set b1='R7TL1XXDTN005D74MY9L' where id=5;
-update noar ti set b1='R7TL1XXDTN005D74MY9L' where id=5;
-update noar tt set b2='R0C' where id=5;
-update noar ti set b2='R0C' where id=5;
-update noar tt set b0='8ISFYDRRMQW0NDBPEC9L' where id=6;
-update noar ti set b0='8ISFYDRRMQW0NDBPEC9L' where id=6;
-update noar tt set b1='9PZLQTMB3RQHAP8XV5NI61LMQ0OM5' where id=6;
-update noar ti set b1='9PZLQTMB3RQHAP8XV5NI61LMQ0OM5' where id=6;
-update noar tt set b2='JUN9TLDZDV2N0RW9' where id=6;
-update noar ti set b2='JUN9TLDZDV2N0RW9' where id=6;
-update noar tt set b0='QCQ1GDVCVPDJH87QV' where id=7;
-update noar ti set b0='QCQ1GDVCVPDJH87QV' where id=7;
-update noar tt set b1='LOVX89LS6NE' where id=7;
-update noar ti set b1='LOVX89LS6NE' where id=7;
-update noar tt set b2='P' where id=7;
-update noar ti set b2='P' where id=7;
-update noar tt set b0='H7J22C64A28FAJ0TPGZC4N09EW7HP6Y' where id=8;
-update noar ti set b0='H7J22C64A28FAJ0TPGZC4N09EW7HP6Y' where id=8;
-update noar tt set b1='Z8DU5NMHP8XOI' where id=8;
-update noar ti set b1='Z8DU5NMHP8XOI' where id=8;
-update noar tt set b2='J205717P18L' where id=8;
-update noar ti set b2='J205717P18L' where id=8;
-update noar tt set b0='BAEHP6VAXCU2PC79GRQJ4TFE4ZTTPHB' where id=9;
-update noar ti set b0='BAEHP6VAXCU2PC79GRQJ4TFE4ZTTPHB' where id=9;
-update noar tt set b1='D4IJGT76XBJ9WSIC' where id=9;
-update noar ti set b1='D4IJGT76XBJ9WSIC' where id=9;
-update noar tt set b2='ERZ182THFSO1X1C' where id=9;
-update noar ti set b2='ERZ182THFSO1X1C' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='17AJDBI9' where id=1;
-update noar ti set b0='17AJDBI9' where id=1;
-update noar tt set b1='A53RGXM55SQQ16PE98R4ILCHOJL9KK27' where id=1;
-update noar ti set b1='A53RGXM55SQQ16PE98R4ILCHOJL9KK27' where id=1;
-update noar tt set b2='UIVSAMSD5SONPH0OYYX' where id=1;
-update noar ti set b2='UIVSAMSD5SONPH0OYYX' where id=1;
-update noar tt set b0='9W1O62Y4CR2FV5K0XEYXB' where id=2;
-update noar ti set b0='9W1O62Y4CR2FV5K0XEYXB' where id=2;
-update noar tt set b1='HOTTZNLX4PU3T68ZL8IAIHZQ' where id=2;
-update noar ti set b1='HOTTZNLX4PU3T68ZL8IAIHZQ' where id=2;
-update noar tt set b2='5KZ' where id=2;
-update noar ti set b2='5KZ' where id=2;
-update noar tt set b0='8XWIIERQXFLK8AKC1R1' where id=3;
-update noar ti set b0='8XWIIERQXFLK8AKC1R1' where id=3;
-update noar tt set b1='ZMEA7VELZYAQFHH1' where id=3;
-update noar ti set b1='ZMEA7VELZYAQFHH1' where id=3;
-update noar tt set b2='25O1X' where id=3;
-update noar ti set b2='25O1X' where id=3;
-update noar tt set b0='2FGED7D2KGPDLN' where id=4;
-update noar ti set b0='2FGED7D2KGPDLN' where id=4;
-update noar tt set b1='LN' where id=4;
-update noar ti set b1='LN' where id=4;
-update noar tt set b2='REZOU5LK3VX1ALEWM' where id=4;
-update noar ti set b2='REZOU5LK3VX1ALEWM' where id=4;
-update noar tt set b0='YCG' where id=5;
-update noar ti set b0='YCG' where id=5;
-update noar tt set b1='BAYLK1X9WTBT4TVG21V' where id=5;
-update noar ti set b1='BAYLK1X9WTBT4TVG21V' where id=5;
-update noar tt set b2='KWXST8PVYOSNRI0' where id=5;
-update noar ti set b2='KWXST8PVYOSNRI0' where id=5;
-update noar tt set b0='0I45AIEGXIA5UXC2' where id=6;
-update noar ti set b0='0I45AIEGXIA5UXC2' where id=6;
-update noar tt set b1='D5V346' where id=6;
-update noar ti set b1='D5V346' where id=6;
-update noar tt set b2='8' where id=6;
-update noar ti set b2='8' where id=6;
-update noar tt set b0='O891VTQKFH' where id=7;
-update noar ti set b0='O891VTQKFH' where id=7;
-update noar tt set b1='DS1EWMZR9RL5DA47Y3XP6UWEUQ5RDP' where id=7;
-update noar ti set b1='DS1EWMZR9RL5DA47Y3XP6UWEUQ5RDP' where id=7;
-update noar tt set b2='4Z34HE15BBU6YR31SKKFO2NMUZU2' where id=7;
-update noar ti set b2='4Z34HE15BBU6YR31SKKFO2NMUZU2' where id=7;
-update noar tt set b0='DP5H34ZBD9RXLQ80J3I3XHZLXIXBM' where id=8;
-update noar ti set b0='DP5H34ZBD9RXLQ80J3I3XHZLXIXBM' where id=8;
-update noar tt set b1='483RCPP45FUATV7YG5L' where id=8;
-update noar ti set b1='483RCPP45FUATV7YG5L' where id=8;
-update noar tt set b2='VC4D88' where id=8;
-update noar ti set b2='VC4D88' where id=8;
-update noar tt set b0='P' where id=9;
-update noar ti set b0='P' where id=9;
-update noar tt set b1='QMTZBK6UYYYW8Z' where id=9;
-update noar ti set b1='QMTZBK6UYYYW8Z' where id=9;
-update noar tt set b2='NSU' where id=9;
-update noar ti set b2='NSU' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='65YJEE13IWQUE' where id=1;
-update noar ti set b0='65YJEE13IWQUE' where id=1;
-update noar tt set b1='TCTC1A' where id=1;
-update noar ti set b1='TCTC1A' where id=1;
-update noar tt set b2='OZXJ' where id=1;
-update noar ti set b2='OZXJ' where id=1;
-update noar tt set b0='TMS' where id=2;
-update noar ti set b0='TMS' where id=2;
-update noar tt set b1='ZWERA63F20BCAV3' where id=2;
-update noar ti set b1='ZWERA63F20BCAV3' where id=2;
-update noar tt set b2='L05MPNDVRUXSHD4P1RH' where id=2;
-update noar ti set b2='L05MPNDVRUXSHD4P1RH' where id=2;
-update noar tt set b0='EDLHA' where id=3;
-update noar ti set b0='EDLHA' where id=3;
-update noar tt set b1='73FRWPOG3' where id=3;
-update noar ti set b1='73FRWPOG3' where id=3;
-update noar tt set b2='DKHW3HVOO7YI1SR9V4LRU14E09ECG' where id=3;
-update noar ti set b2='DKHW3HVOO7YI1SR9V4LRU14E09ECG' where id=3;
-update noar tt set b0='YXF0VZISJ08NI6SEFLYM1GXPO' where id=4;
-update noar ti set b0='YXF0VZISJ08NI6SEFLYM1GXPO' where id=4;
-update noar tt set b1='XI5GWIEERUB19Y98ZMC' where id=4;
-update noar ti set b1='XI5GWIEERUB19Y98ZMC' where id=4;
-update noar tt set b2='WAV8FKTKQEACKL5IKKQ0E' where id=4;
-update noar ti set b2='WAV8FKTKQEACKL5IKKQ0E' where id=4;
-update noar tt set b0='06KHAXKMQTNW8B58CH1TATN9HHRU' where id=5;
-update noar ti set b0='06KHAXKMQTNW8B58CH1TATN9HHRU' where id=5;
-update noar tt set b1='NSNJ1PC01PN4NH' where id=5;
-update noar ti set b1='NSNJ1PC01PN4NH' where id=5;
-update noar tt set b2='LIVS5P695JXJXC7TXX975PBAMW' where id=5;
-update noar ti set b2='LIVS5P695JXJXC7TXX975PBAMW' where id=5;
-update noar tt set b0='L1CGVE' where id=6;
-update noar ti set b0='L1CGVE' where id=6;
-update noar tt set b1='K62BND8ATNVYH82TJL7JP2BQFP' where id=6;
-update noar ti set b1='K62BND8ATNVYH82TJL7JP2BQFP' where id=6;
-update noar tt set b2='69W77LR0AIXSUV3J6LW7UZNVE30' where id=6;
-update noar ti set b2='69W77LR0AIXSUV3J6LW7UZNVE30' where id=6;
-update noar tt set b0='1B6BH39B' where id=7;
-update noar ti set b0='1B6BH39B' where id=7;
-update noar tt set b1='JSYHA6JRTBYIMRBDTU' where id=7;
-update noar ti set b1='JSYHA6JRTBYIMRBDTU' where id=7;
-update noar tt set b2='P7O2D' where id=7;
-update noar ti set b2='P7O2D' where id=7;
-update noar tt set b0='ZR2GCW88R0V' where id=8;
-update noar ti set b0='ZR2GCW88R0V' where id=8;
-update noar tt set b1='WIFGDOLS5XXEJBG' where id=8;
-update noar ti set b1='WIFGDOLS5XXEJBG' where id=8;
-update noar tt set b2='6XGD7H0202357X9R6VSUKSR' where id=8;
-update noar ti set b2='6XGD7H0202357X9R6VSUKSR' where id=8;
-update noar tt set b0='ZYXY9PE3HP4870TLBPKEB7JVNCF' where id=9;
-update noar ti set b0='ZYXY9PE3HP4870TLBPKEB7JVNCF' where id=9;
-update noar tt set b1='E5GNDGEL12YEX3F6MCR4G4' where id=9;
-update noar ti set b1='E5GNDGEL12YEX3F6MCR4G4' where id=9;
-update noar tt set b2='LI34MJ75ED0C3MPTR30BS9RQV02I' where id=9;
-update noar ti set b2='LI34MJ75ED0C3MPTR30BS9RQV02I' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='TOBQKN42SUUGP63XRGHY1J5' where id=1;
-update noar ti set b0='TOBQKN42SUUGP63XRGHY1J5' where id=1;
-update noar tt set b1='G4FKD' where id=1;
-update noar ti set b1='G4FKD' where id=1;
-update noar tt set b2='G' where id=1;
-update noar ti set b2='G' where id=1;
-update noar tt set b0='900SYJ5N0CTFSSW0IIFEB6U4E8' where id=2;
-update noar ti set b0='900SYJ5N0CTFSSW0IIFEB6U4E8' where id=2;
-update noar tt set b1='PNTRT71405K6SHAEBVAX' where id=2;
-update noar ti set b1='PNTRT71405K6SHAEBVAX' where id=2;
-update noar tt set b2='0D7T1OCJDHV6VIV9DZ5' where id=2;
-update noar ti set b2='0D7T1OCJDHV6VIV9DZ5' where id=2;
-update noar tt set b0='YHPBGEIAYMWFE2RR3W3S4IB' where id=3;
-update noar ti set b0='YHPBGEIAYMWFE2RR3W3S4IB' where id=3;
-update noar tt set b1='VAN8EKUEXNKRE' where id=3;
-update noar ti set b1='VAN8EKUEXNKRE' where id=3;
-update noar tt set b2='XJCR2JHJW5' where id=3;
-update noar ti set b2='XJCR2JHJW5' where id=3;
-update noar tt set b0='OXG5W7JU' where id=4;
-update noar ti set b0='OXG5W7JU' where id=4;
-update noar tt set b1='2L0QK0ZGS2GNH9CJG6JDZ1' where id=4;
-update noar ti set b1='2L0QK0ZGS2GNH9CJG6JDZ1' where id=4;
-update noar tt set b2='L2B7CLE3Q955XDFE2UR' where id=4;
-update noar ti set b2='L2B7CLE3Q955XDFE2UR' where id=4;
-update noar tt set b0='556B7WWPS5ZMMLMMH9Y6R86TTVI' where id=5;
-update noar ti set b0='556B7WWPS5ZMMLMMH9Y6R86TTVI' where id=5;
-update noar tt set b1='A5H2HTJ7NXYC1TDTE8RTYK0RIPXE' where id=5;
-update noar ti set b1='A5H2HTJ7NXYC1TDTE8RTYK0RIPXE' where id=5;
-update noar tt set b2='BXGQDZ3NYE0ORJ9Q7L3GTQ' where id=5;
-update noar ti set b2='BXGQDZ3NYE0ORJ9Q7L3GTQ' where id=5;
-update noar tt set b0='J13DGJMKK' where id=6;
-update noar ti set b0='J13DGJMKK' where id=6;
-update noar tt set b1='OKXKB36SIBQ6DYTAWWNCQRN' where id=6;
-update noar ti set b1='OKXKB36SIBQ6DYTAWWNCQRN' where id=6;
-update noar tt set b2='X' where id=6;
-update noar ti set b2='X' where id=6;
-update noar tt set b0='MQF' where id=7;
-update noar ti set b0='MQF' where id=7;
-update noar tt set b1='DF4BYC54BPBT16UGQDLQTT' where id=7;
-update noar ti set b1='DF4BYC54BPBT16UGQDLQTT' where id=7;
-update noar tt set b2='B6QFZ6D8JNN5ZP66R8G0A0HT6' where id=7;
-update noar ti set b2='B6QFZ6D8JNN5ZP66R8G0A0HT6' where id=7;
-update noar tt set b0='1P4JOLC1RP' where id=8;
-update noar ti set b0='1P4JOLC1RP' where id=8;
-update noar tt set b1='TSZ73EN' where id=8;
-update noar ti set b1='TSZ73EN' where id=8;
-update noar tt set b2='6CGX2FBTI8Y0VY2EUU4' where id=8;
-update noar ti set b2='6CGX2FBTI8Y0VY2EUU4' where id=8;
-update noar tt set b0='IE9PE17JCCSZZNYWWN7OFYZ0NHGDHM' where id=9;
-update noar ti set b0='IE9PE17JCCSZZNYWWN7OFYZ0NHGDHM' where id=9;
-update noar tt set b1='8PT11CX4KBBLGB0' where id=9;
-update noar ti set b1='8PT11CX4KBBLGB0' where id=9;
-update noar tt set b2='W4' where id=9;
-update noar ti set b2='W4' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='9RMD' where id=1;
-update noar ti set b0='9RMD' where id=1;
-update noar tt set b1='TYIPDO3YUIUCVODS4' where id=1;
-update noar ti set b1='TYIPDO3YUIUCVODS4' where id=1;
-update noar tt set b2='6IV' where id=1;
-update noar ti set b2='6IV' where id=1;
-update noar tt set b0='6QH0E2YXDJNOCEHTAR2NTKDK20P9VWBQ' where id=2;
-update noar ti set b0='6QH0E2YXDJNOCEHTAR2NTKDK20P9VWBQ' where id=2;
-update noar tt set b1='3CIQ61ZPJ2XEIJEIVAZM17QAN' where id=2;
-update noar ti set b1='3CIQ61ZPJ2XEIJEIVAZM17QAN' where id=2;
-update noar tt set b2='EIHD06DJEAK5K1' where id=2;
-update noar ti set b2='EIHD06DJEAK5K1' where id=2;
-update noar tt set b0='RKKOEX2AIKMYTOK2LX' where id=3;
-update noar ti set b0='RKKOEX2AIKMYTOK2LX' where id=3;
-update noar tt set b1='I' where id=3;
-update noar ti set b1='I' where id=3;
-update noar tt set b2='W2R8SPPSDARAW20IL2PDHYQ1N5LZWDDT' where id=3;
-update noar ti set b2='W2R8SPPSDARAW20IL2PDHYQ1N5LZWDDT' where id=3;
-update noar tt set b0='1BHBGALM' where id=4;
-update noar ti set b0='1BHBGALM' where id=4;
-update noar tt set b1='NC23ZCD8' where id=4;
-update noar ti set b1='NC23ZCD8' where id=4;
-update noar tt set b2='XZ' where id=4;
-update noar ti set b2='XZ' where id=4;
-update noar tt set b0='1PQ0BA7' where id=5;
-update noar ti set b0='1PQ0BA7' where id=5;
-update noar tt set b1='187K13162HY8VE7HX7U7TX1N4OGGTXY' where id=5;
-update noar ti set b1='187K13162HY8VE7HX7U7TX1N4OGGTXY' where id=5;
-update noar tt set b2='H8TN56V' where id=5;
-update noar ti set b2='H8TN56V' where id=5;
-update noar tt set b0='1' where id=6;
-update noar ti set b0='1' where id=6;
-update noar tt set b1='OBY25SU3KGENETDEX6GHZA2D1D1MZJNO' where id=6;
-update noar ti set b1='OBY25SU3KGENETDEX6GHZA2D1D1MZJNO' where id=6;
-update noar tt set b2='V1P3HAQRATR52GGRFHM6SG' where id=6;
-update noar ti set b2='V1P3HAQRATR52GGRFHM6SG' where id=6;
-update noar tt set b0='83KD5K1Y137GDQKR8AA0VOYRZ6R6LYKC' where id=7;
-update noar ti set b0='83KD5K1Y137GDQKR8AA0VOYRZ6R6LYKC' where id=7;
-update noar tt set b1='JTLVFSMCVBHO' where id=7;
-update noar ti set b1='JTLVFSMCVBHO' where id=7;
-update noar tt set b2='EZIZDAKTNMEDTR91HB5AJJBM' where id=7;
-update noar ti set b2='EZIZDAKTNMEDTR91HB5AJJBM' where id=7;
-update noar tt set b0='C8GCJOOI0T4N8O' where id=8;
-update noar ti set b0='C8GCJOOI0T4N8O' where id=8;
-update noar tt set b1='8Q0C3NVR8' where id=8;
-update noar ti set b1='8Q0C3NVR8' where id=8;
-update noar tt set b2='NID37C0FSL14ZSTGY' where id=8;
-update noar ti set b2='NID37C0FSL14ZSTGY' where id=8;
-update noar tt set b0='J00I6E86QOY27A9H7O82YQSRFXVY' where id=9;
-update noar ti set b0='J00I6E86QOY27A9H7O82YQSRFXVY' where id=9;
-update noar tt set b1='PGV9HBB4WLB' where id=9;
-update noar ti set b1='PGV9HBB4WLB' where id=9;
-update noar tt set b2='T' where id=9;
-update noar ti set b2='T' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='JRQ8DE4AB8NKCJXNHTNFTW5V8OKOX5K' where id=1;
-update noar ti set b0='JRQ8DE4AB8NKCJXNHTNFTW5V8OKOX5K' where id=1;
-update noar tt set b1='AIF22OVYI11YHRPD2LXXA0V3' where id=1;
-update noar ti set b1='AIF22OVYI11YHRPD2LXXA0V3' where id=1;
-update noar tt set b2='7DTC5DJ5G7TIDO8' where id=1;
-update noar ti set b2='7DTC5DJ5G7TIDO8' where id=1;
-update noar tt set b0='8' where id=2;
-update noar ti set b0='8' where id=2;
-update noar tt set b1='JXQOS9' where id=2;
-update noar ti set b1='JXQOS9' where id=2;
-update noar tt set b2='12O2O1T3N0P8KRRGEJS7B' where id=2;
-update noar ti set b2='12O2O1T3N0P8KRRGEJS7B' where id=2;
-update noar tt set b0='AX1T88VFY7RI3QB' where id=3;
-update noar ti set b0='AX1T88VFY7RI3QB' where id=3;
-update noar tt set b1='N4CMM2U1WGGXI7EKQ' where id=3;
-update noar ti set b1='N4CMM2U1WGGXI7EKQ' where id=3;
-update noar tt set b2='197JHL39G90FSL8VYQMQS' where id=3;
-update noar ti set b2='197JHL39G90FSL8VYQMQS' where id=3;
-update noar tt set b0='TDCNRDGPMRN9RU' where id=4;
-update noar ti set b0='TDCNRDGPMRN9RU' where id=4;
-update noar tt set b1='ZKKNM' where id=4;
-update noar ti set b1='ZKKNM' where id=4;
-update noar tt set b2='ULG0UUUE5Z7GVJGAALB6TGTK4' where id=4;
-update noar ti set b2='ULG0UUUE5Z7GVJGAALB6TGTK4' where id=4;
-update noar tt set b0='DIPOUWJYOMHHDIE6' where id=5;
-update noar ti set b0='DIPOUWJYOMHHDIE6' where id=5;
-update noar tt set b1='1X1SFHWKJ3NMQX510XRJENT4S' where id=5;
-update noar ti set b1='1X1SFHWKJ3NMQX510XRJENT4S' where id=5;
-update noar tt set b2='QCBUTH8YUR263U05GNOB5Q' where id=5;
-update noar ti set b2='QCBUTH8YUR263U05GNOB5Q' where id=5;
-update noar tt set b0='W1ZQ' where id=6;
-update noar ti set b0='W1ZQ' where id=6;
-update noar tt set b1='7NV0B333' where id=6;
-update noar ti set b1='7NV0B333' where id=6;
-update noar tt set b2='IF6OH1I4CMIVJ5HQBCKEWA' where id=6;
-update noar ti set b2='IF6OH1I4CMIVJ5HQBCKEWA' where id=6;
-update noar tt set b0='A1XWKO7' where id=7;
-update noar ti set b0='A1XWKO7' where id=7;
-update noar tt set b1='26LZNFVSG8P1Y0ZD9PGRV' where id=7;
-update noar ti set b1='26LZNFVSG8P1Y0ZD9PGRV' where id=7;
-update noar tt set b2='5G6O2RKTG' where id=7;
-update noar ti set b2='5G6O2RKTG' where id=7;
-update noar tt set b0='FKQV6DP5VRD364PVGTQG48MTQ' where id=8;
-update noar ti set b0='FKQV6DP5VRD364PVGTQG48MTQ' where id=8;
-update noar tt set b1='14IBLVPMUDIL14GN1' where id=8;
-update noar ti set b1='14IBLVPMUDIL14GN1' where id=8;
-update noar tt set b2='SX4PM3NPHD638' where id=8;
-update noar ti set b2='SX4PM3NPHD638' where id=8;
-update noar tt set b0='HLV213O72HW7YRQSGJD5M' where id=9;
-update noar ti set b0='HLV213O72HW7YRQSGJD5M' where id=9;
-update noar tt set b1='IBQ8NKFYS' where id=9;
-update noar ti set b1='IBQ8NKFYS' where id=9;
-update noar tt set b2='CJ3AW0YAXK7GZ3NR4V0KNVZGO08HTG' where id=9;
-update noar ti set b2='CJ3AW0YAXK7GZ3NR4V0KNVZGO08HTG' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 blob null,
-b1 mediumblob null,
-b2 text 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 b0='XW0PG070O391K72FDZIS7' where id=1;
-update noar ti set b0='XW0PG070O391K72FDZIS7' where id=1;
-update noar tt set b1='S' where id=1;
-update noar ti set b1='S' where id=1;
-update noar tt set b2='KTI8Z92T69FLTCDFN2PARZB5GZY44' where id=1;
-update noar ti set b2='KTI8Z92T69FLTCDFN2PARZB5GZY44' where id=1;
-update noar tt set b0='ZHF4' where id=2;
-update noar ti set b0='ZHF4' where id=2;
-update noar tt set b1='UBNUJQRVDRETQRXWOAXTW59G02CB0' where id=2;
-update noar ti set b1='UBNUJQRVDRETQRXWOAXTW59G02CB0' where id=2;
-update noar tt set b2='805FBNL1W' where id=2;
-update noar ti set b2='805FBNL1W' where id=2;
-update noar tt set b0='TIZLMT55R8LBU4H6LYJNJC7JBAJZEPK9' where id=3;
-update noar ti set b0='TIZLMT55R8LBU4H6LYJNJC7JBAJZEPK9' where id=3;
-update noar tt set b1='5P1W37GHJCY' where id=3;
-update noar ti set b1='5P1W37GHJCY' where id=3;
-update noar tt set b2='UHQ' where id=3;
-update noar ti set b2='UHQ' where id=3;
-update noar tt set b0='2J1T0B6BXK0T13K' where id=4;
-update noar ti set b0='2J1T0B6BXK0T13K' where id=4;
-update noar tt set b1='KVFQGXVV2NMWTEW6PORP' where id=4;
-update noar ti set b1='KVFQGXVV2NMWTEW6PORP' where id=4;
-update noar tt set b2='GC0E5VURDYYC' where id=4;
-update noar ti set b2='GC0E5VURDYYC' where id=4;
-update noar tt set b0='Y' where id=5;
-update noar ti set b0='Y' where id=5;
-update noar tt set b1='09MCJ2IEPNZQ302ES9QD6O35EDKJAXU' where id=5;
-update noar ti set b1='09MCJ2IEPNZQ302ES9QD6O35EDKJAXU' where id=5;
-update noar tt set b2='16YGB78H3H3FXKO8JXLH36QOY8O9LMFT' where id=5;
-update noar ti set b2='16YGB78H3H3FXKO8JXLH36QOY8O9LMFT' where id=5;
-update noar tt set b0='E9H7' where id=6;
-update noar ti set b0='E9H7' where id=6;
-update noar tt set b1='782SIPI2PQUIHBKX014RRI' where id=6;
-update noar ti set b1='782SIPI2PQUIHBKX014RRI' where id=6;
-update noar tt set b2='PKYYVDSWF00V5VDJTEVMFB5SOFPP9' where id=6;
-update noar ti set b2='PKYYVDSWF00V5VDJTEVMFB5SOFPP9' where id=6;
-update noar tt set b0='LRQSJNM8IJ' where id=7;
-update noar ti set b0='LRQSJNM8IJ' where id=7;
-update noar tt set b1='7YM0CR7635FYELLOA6N4N155OM7ODA2' where id=7;
-update noar ti set b1='7YM0CR7635FYELLOA6N4N155OM7ODA2' where id=7;
-update noar tt set b2='52SET7KYZ' where id=7;
-update noar ti set b2='52SET7KYZ' where id=7;
-update noar tt set b0='QA0WV6' where id=8;
-update noar ti set b0='QA0WV6' where id=8;
-update noar tt set b1='NOELJ7UF1S1V8F0JX21CN5XVI4UJ490Q' where id=8;
-update noar ti set b1='NOELJ7UF1S1V8F0JX21CN5XVI4UJ490Q' where id=8;
-update noar tt set b2='1TZ110V6J7BL' where id=8;
-update noar ti set b2='1TZ110V6J7BL' where id=8;
-update noar tt set b0='864XZ0BNOSHR' where id=9;
-update noar ti set b0='864XZ0BNOSHR' where id=9;
-update noar tt set b1='ZTYAMK4TO8OMA0KWLV8' where id=9;
-update noar ti set b1='ZTYAMK4TO8OMA0KWLV8' where id=9;
-update noar tt set b2='C6IFCKRZH7Q9RVXU6C' where id=9;
-update noar ti set b2='C6IFCKRZH7Q9RVXU6C' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 blob not null,
-b1 mediumblob not null,
-b2 text 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 b0='8A3E7GNRJNWH1LICL603SIMW' where id=1;
-update noar ti set b0='8A3E7GNRJNWH1LICL603SIMW' where id=1;
-update noar tt set b1='L5ZUIANIN7YPH08SF6FACDJ' where id=1;
-update noar ti set b1='L5ZUIANIN7YPH08SF6FACDJ' where id=1;
-update noar tt set b2='5TT18' where id=1;
-update noar ti set b2='5TT18' where id=1;
-update noar tt set b0='COZY' where id=2;
-update noar ti set b0='COZY' where id=2;
-update noar tt set b1='6J29CSX73NBUF4R28PY4CVHAVI26U' where id=2;
-update noar ti set b1='6J29CSX73NBUF4R28PY4CVHAVI26U' where id=2;
-update noar tt set b2='4NYPYLX6Z100VQFH9Y2E' where id=2;
-update noar ti set b2='4NYPYLX6Z100VQFH9Y2E' where id=2;
-update noar tt set b0='59CCV5112PZRDB' where id=3;
-update noar ti set b0='59CCV5112PZRDB' where id=3;
-update noar tt set b1='9QAT315TO4C8N5HNJ0H36FZOJ39JISR' where id=3;
-update noar ti set b1='9QAT315TO4C8N5HNJ0H36FZOJ39JISR' where id=3;
-update noar tt set b2='E' where id=3;
-update noar ti set b2='E' where id=3;
-update noar tt set b0='1Z5AGHX' where id=4;
-update noar ti set b0='1Z5AGHX' where id=4;
-update noar tt set b1='I5MCPCL0HDHW' where id=4;
-update noar ti set b1='I5MCPCL0HDHW' where id=4;
-update noar tt set b2='BRJWNH91X5TD4Q4CBUIV5HG' where id=4;
-update noar ti set b2='BRJWNH91X5TD4Q4CBUIV5HG' where id=4;
-update noar tt set b0='ZJ2LCP' where id=5;
-update noar ti set b0='ZJ2LCP' where id=5;
-update noar tt set b1='9PFOHP58' where id=5;
-update noar ti set b1='9PFOHP58' where id=5;
-update noar tt set b2='E5D5IM5RZ6' where id=5;
-update noar ti set b2='E5D5IM5RZ6' where id=5;
-update noar tt set b0='0JI1' where id=6;
-update noar ti set b0='0JI1' where id=6;
-update noar tt set b1='Q81T' where id=6;
-update noar ti set b1='Q81T' where id=6;
-update noar tt set b2='HI5SXOMFVM7XSS2VFNAS661' where id=6;
-update noar ti set b2='HI5SXOMFVM7XSS2VFNAS661' where id=6;
-update noar tt set b0='WKROC99QPP' where id=7;
-update noar ti set b0='WKROC99QPP' where id=7;
-update noar tt set b1='MJLUQLTA65R9KKD40XB49OOOIR8624' where id=7;
-update noar ti set b1='MJLUQLTA65R9KKD40XB49OOOIR8624' where id=7;
-update noar tt set b2='84UCRON6EQMN0PCX1I6PYIWK96' where id=7;
-update noar ti set b2='84UCRON6EQMN0PCX1I6PYIWK96' where id=7;
-update noar tt set b0='3ZX7YSDOSBLK2O3163I' where id=8;
-update noar ti set b0='3ZX7YSDOSBLK2O3163I' where id=8;
-update noar tt set b1='6ODEIKVWGIBWHCH0ER20A7L' where id=8;
-update noar ti set b1='6ODEIKVWGIBWHCH0ER20A7L' where id=8;
-update noar tt set b2='6ORJ6ML11Y' where id=8;
-update noar ti set b2='6ORJ6ML11Y' where id=8;
-update noar tt set b0='DD5PRF62PI' where id=9;
-update noar ti set b0='DD5PRF62PI' where id=9;
-update noar tt set b1='KM7GBCPJ46P00L' where id=9;
-update noar ti set b1='KM7GBCPJ46P00L' where id=9;
-update noar tt set b2='V00KLD1QT7R3N81W4YKNV2KAO1ZBZ' where id=9;
-update noar ti set b2='V00KLD1QT7R3N81W4YKNV2KAO1ZBZ' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='S9D8CGW60YGMTQMWKRDREED6A5QO' where id=1;
-update noar ti set b0='S9D8CGW60YGMTQMWKRDREED6A5QO' where id=1;
-update noar tt set b1='NVCBR4MERA08P7131Q3MRU3OCV14S38P' where id=1;
-update noar ti set b1='NVCBR4MERA08P7131Q3MRU3OCV14S38P' where id=1;
-update noar tt set b2='KLIM06OJPKVKFTUOD1VHGBKL3GR8VRGX' where id=1;
-update noar ti set b2='KLIM06OJPKVKFTUOD1VHGBKL3GR8VRGX' where id=1;
-update noar tt set b0='SWKR3YCK3UU8WMEU4UC3DBO32ZY0C' where id=2;
-update noar ti set b0='SWKR3YCK3UU8WMEU4UC3DBO32ZY0C' where id=2;
-update noar tt set b1='SYL2HJYD06L70ERBKTIKFFAI6' where id=2;
-update noar ti set b1='SYL2HJYD06L70ERBKTIKFFAI6' where id=2;
-update noar tt set b2='CPIVVNQX4TZR' where id=2;
-update noar ti set b2='CPIVVNQX4TZR' where id=2;
-update noar tt set b0='O6LZEOFE332J' where id=3;
-update noar ti set b0='O6LZEOFE332J' where id=3;
-update noar tt set b1='6K1TG4' where id=3;
-update noar ti set b1='6K1TG4' where id=3;
-update noar tt set b2='Y8WRN3DZ7SG60NHPYCQMRZ42S9FV' where id=3;
-update noar ti set b2='Y8WRN3DZ7SG60NHPYCQMRZ42S9FV' where id=3;
-update noar tt set b0='BPFSXIEV9EE2AXHQY48P' where id=4;
-update noar ti set b0='BPFSXIEV9EE2AXHQY48P' where id=4;
-update noar tt set b1='4QK0J7786RI3U8GL8' where id=4;
-update noar ti set b1='4QK0J7786RI3U8GL8' where id=4;
-update noar tt set b2='7BZQ3Y5PQM5545IZ' where id=4;
-update noar ti set b2='7BZQ3Y5PQM5545IZ' where id=4;
-update noar tt set b0='F9X5Y0PDAZPVSALW7ZG6ORKE' where id=5;
-update noar ti set b0='F9X5Y0PDAZPVSALW7ZG6ORKE' where id=5;
-update noar tt set b1='RNVNCLSRAZMG4B1ERM1KEI3' where id=5;
-update noar ti set b1='RNVNCLSRAZMG4B1ERM1KEI3' where id=5;
-update noar tt set b2='DVMQ8L' where id=5;
-update noar ti set b2='DVMQ8L' where id=5;
-update noar tt set b0='TKLUQHR44TEAJARKF' where id=6;
-update noar ti set b0='TKLUQHR44TEAJARKF' where id=6;
-update noar tt set b1='AN6T3S7PWCZYMO7J' where id=6;
-update noar ti set b1='AN6T3S7PWCZYMO7J' where id=6;
-update noar tt set b2='VG7J5A5JM6GSPYP29LLIB4' where id=6;
-update noar ti set b2='VG7J5A5JM6GSPYP29LLIB4' where id=6;
-update noar tt set b0='8LCRSAMFP8CG984YF7Z' where id=7;
-update noar ti set b0='8LCRSAMFP8CG984YF7Z' where id=7;
-update noar tt set b1='3YEF6XOJ80V074X' where id=7;
-update noar ti set b1='3YEF6XOJ80V074X' where id=7;
-update noar tt set b2='4X293VJ' where id=7;
-update noar ti set b2='4X293VJ' where id=7;
-update noar tt set b0='8V7KDWK7' where id=8;
-update noar ti set b0='8V7KDWK7' where id=8;
-update noar tt set b1='UGVZ2Y6A' where id=8;
-update noar ti set b1='UGVZ2Y6A' where id=8;
-update noar tt set b2='TWL2XU3NQ34Y9O' where id=8;
-update noar ti set b2='TWL2XU3NQ34Y9O' where id=8;
-update noar tt set b0='J8LIS3KDS' where id=9;
-update noar ti set b0='J8LIS3KDS' where id=9;
-update noar tt set b1='8D2ED4075IL' where id=9;
-update noar ti set b1='8D2ED4075IL' where id=9;
-update noar tt set b2='33P6MMTEXXA0PQ778QFWBTJ' where id=9;
-update noar ti set b2='33P6MMTEXXA0PQ778QFWBTJ' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='7IZSEFD' where id=1;
-update noar ti set b0='7IZSEFD' where id=1;
-update noar tt set b1='4GJL9N7FHSIDG61M0XNTZ' where id=1;
-update noar ti set b1='4GJL9N7FHSIDG61M0XNTZ' where id=1;
-update noar tt set b2='YS9AII1CJDMF' where id=1;
-update noar ti set b2='YS9AII1CJDMF' where id=1;
-update noar tt set b0='H434P0HTV6OT92R09TQUS' where id=2;
-update noar ti set b0='H434P0HTV6OT92R09TQUS' where id=2;
-update noar tt set b1='HWW7IR4R5PFSPX' where id=2;
-update noar ti set b1='HWW7IR4R5PFSPX' where id=2;
-update noar tt set b2='8V51UP8H379U89BKY4BW50T' where id=2;
-update noar ti set b2='8V51UP8H379U89BKY4BW50T' where id=2;
-update noar tt set b0='3MG9NIUOU90SA8JCYL0V' where id=3;
-update noar ti set b0='3MG9NIUOU90SA8JCYL0V' where id=3;
-update noar tt set b1='0V1R4520PXY9TMM2CR7SB' where id=3;
-update noar ti set b1='0V1R4520PXY9TMM2CR7SB' where id=3;
-update noar tt set b2='3VTGYLUQVS41PFOYC4K5' where id=3;
-update noar ti set b2='3VTGYLUQVS41PFOYC4K5' where id=3;
-update noar tt set b0='UCLRQEJMTV6QFYXTHZ06L6GF' where id=4;
-update noar ti set b0='UCLRQEJMTV6QFYXTHZ06L6GF' where id=4;
-update noar tt set b1='ICAQ96TZUI32UHDO6NAKL' where id=4;
-update noar ti set b1='ICAQ96TZUI32UHDO6NAKL' where id=4;
-update noar tt set b2='HN55NKJC45LKROJ1DSTU84C' where id=4;
-update noar ti set b2='HN55NKJC45LKROJ1DSTU84C' where id=4;
-update noar tt set b0='N8JOW3KH' where id=5;
-update noar ti set b0='N8JOW3KH' where id=5;
-update noar tt set b1='T7ERDYJXVZ6JW0Z3M' where id=5;
-update noar ti set b1='T7ERDYJXVZ6JW0Z3M' where id=5;
-update noar tt set b2='EVR9BR8BKLEX50EMD674W1' where id=5;
-update noar ti set b2='EVR9BR8BKLEX50EMD674W1' where id=5;
-update noar tt set b0='SK0794NV4R7T' where id=6;
-update noar ti set b0='SK0794NV4R7T' where id=6;
-update noar tt set b1='1V4XK5PFGI1' where id=6;
-update noar ti set b1='1V4XK5PFGI1' where id=6;
-update noar tt set b2='WF7977XX5Q65S' where id=6;
-update noar ti set b2='WF7977XX5Q65S' where id=6;
-update noar tt set b0='0LLPSQ3VOIY' where id=7;
-update noar ti set b0='0LLPSQ3VOIY' where id=7;
-update noar tt set b1='LRDKSH1VM3GUY2LVWUPC4FK64FOA2' where id=7;
-update noar ti set b1='LRDKSH1VM3GUY2LVWUPC4FK64FOA2' where id=7;
-update noar tt set b2='P4T488LX0D34' where id=7;
-update noar ti set b2='P4T488LX0D34' where id=7;
-update noar tt set b0='EBQCITCU3W' where id=8;
-update noar ti set b0='EBQCITCU3W' where id=8;
-update noar tt set b1='A' where id=8;
-update noar ti set b1='A' where id=8;
-update noar tt set b2='B7' where id=8;
-update noar ti set b2='B7' where id=8;
-update noar tt set b0='K8KPAL103WSS9PIAL9M70K3W639MPFUY' where id=9;
-update noar ti set b0='K8KPAL103WSS9PIAL9M70K3W639MPFUY' where id=9;
-update noar tt set b1='CZYNCMLPJBRTATMTQCVQ3J7L94J3R' where id=9;
-update noar ti set b1='CZYNCMLPJBRTATMTQCVQ3J7L94J3R' where id=9;
-update noar tt set b2='H1KGAR37TJ6GVGWFC6DFYHC6PXE' where id=9;
-update noar ti set b2='H1KGAR37TJ6GVGWFC6DFYHC6PXE' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='S6BGCNQML5VSMTO' where id=1;
-update noar ti set b0='S6BGCNQML5VSMTO' where id=1;
-update noar tt set b1='VD1EVKRC2TFQ1CC6FKCZRYI8' where id=1;
-update noar ti set b1='VD1EVKRC2TFQ1CC6FKCZRYI8' where id=1;
-update noar tt set b2='X67SI5CDCJVVYCV' where id=1;
-update noar ti set b2='X67SI5CDCJVVYCV' where id=1;
-update noar tt set b0='68IYT2VTPGU53XUWLB4LQAK' where id=2;
-update noar ti set b0='68IYT2VTPGU53XUWLB4LQAK' where id=2;
-update noar tt set b1='XOZO8CN6N3' where id=2;
-update noar ti set b1='XOZO8CN6N3' where id=2;
-update noar tt set b2='PACFQEVFS4B2CZFNFOMYN5Z2' where id=2;
-update noar ti set b2='PACFQEVFS4B2CZFNFOMYN5Z2' where id=2;
-update noar tt set b0='1X96A1W1Y9907GZTISROBGP' where id=3;
-update noar ti set b0='1X96A1W1Y9907GZTISROBGP' where id=3;
-update noar tt set b1='4VM' where id=3;
-update noar ti set b1='4VM' where id=3;
-update noar tt set b2='52Y8Q' where id=3;
-update noar ti set b2='52Y8Q' where id=3;
-update noar tt set b0='0WOWESWQE6LGRUID7M7C93EVWLXUMYEN' where id=4;
-update noar ti set b0='0WOWESWQE6LGRUID7M7C93EVWLXUMYEN' where id=4;
-update noar tt set b1='J9B4WWK0LRQ9ET8MMAA' where id=4;
-update noar ti set b1='J9B4WWK0LRQ9ET8MMAA' where id=4;
-update noar tt set b2='ULGR71U7E70H6DZQ' where id=4;
-update noar ti set b2='ULGR71U7E70H6DZQ' where id=4;
-update noar tt set b0='4QYK2JM7JX7' where id=5;
-update noar ti set b0='4QYK2JM7JX7' where id=5;
-update noar tt set b1='C22ZY4W56PJHRKR' where id=5;
-update noar ti set b1='C22ZY4W56PJHRKR' where id=5;
-update noar tt set b2='C8RW9DEW2Q0DH2IRJJ' where id=5;
-update noar ti set b2='C8RW9DEW2Q0DH2IRJJ' where id=5;
-update noar tt set b0='82KG51AFJ7RP4ZEEJR7B6IK1M18OG0R1' where id=6;
-update noar ti set b0='82KG51AFJ7RP4ZEEJR7B6IK1M18OG0R1' where id=6;
-update noar tt set b1='XQP12ZWUTZ13WP8ZT5L' where id=6;
-update noar ti set b1='XQP12ZWUTZ13WP8ZT5L' where id=6;
-update noar tt set b2='O6KDED44V4SDF25HGK6H9N9B1IYOPYLS' where id=6;
-update noar ti set b2='O6KDED44V4SDF25HGK6H9N9B1IYOPYLS' where id=6;
-update noar tt set b0='RR5YOKA5L07KO78' where id=7;
-update noar ti set b0='RR5YOKA5L07KO78' where id=7;
-update noar tt set b1='DWS2FO1AF0YWUPUULKXWH' where id=7;
-update noar ti set b1='DWS2FO1AF0YWUPUULKXWH' where id=7;
-update noar tt set b2='HBHBYW0M' where id=7;
-update noar ti set b2='HBHBYW0M' where id=7;
-update noar tt set b0='KT17UQ5YLCA829XDOP4VDICS' where id=8;
-update noar ti set b0='KT17UQ5YLCA829XDOP4VDICS' where id=8;
-update noar tt set b1='HF6X3YCI9LCT5GPP8KTMYH63WI' where id=8;
-update noar ti set b1='HF6X3YCI9LCT5GPP8KTMYH63WI' where id=8;
-update noar tt set b2='WV3HEI8VOTJ9BYWON1LDPT4E' where id=8;
-update noar ti set b2='WV3HEI8VOTJ9BYWON1LDPT4E' where id=8;
-update noar tt set b0='2EOX3GK1TWM74' where id=9;
-update noar ti set b0='2EOX3GK1TWM74' where id=9;
-update noar tt set b1='T' where id=9;
-update noar ti set b1='T' where id=9;
-update noar tt set b2='NIYO3ETGFOO3B' where id=9;
-update noar ti set b2='NIYO3ETGFOO3B' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='0O5V16R4A5DALWQDBH5RQKD8X08GI4' where id=1;
-update noar ti set b0='0O5V16R4A5DALWQDBH5RQKD8X08GI4' where id=1;
-update noar tt set b1='D6L6LAGOD4311SH9' where id=1;
-update noar ti set b1='D6L6LAGOD4311SH9' where id=1;
-update noar tt set b2='JP58UA92HK6VLBUXHOVG62K4S4' where id=1;
-update noar ti set b2='JP58UA92HK6VLBUXHOVG62K4S4' where id=1;
-update noar tt set b0='XH' where id=2;
-update noar ti set b0='XH' where id=2;
-update noar tt set b1='VF6FH7OU' where id=2;
-update noar ti set b1='VF6FH7OU' where id=2;
-update noar tt set b2='4B34ABOY1LEM2Q7VQYA1AG50S1' where id=2;
-update noar ti set b2='4B34ABOY1LEM2Q7VQYA1AG50S1' where id=2;
-update noar tt set b0='QQ' where id=3;
-update noar ti set b0='QQ' where id=3;
-update noar tt set b1='618U8RXFJ01SV' where id=3;
-update noar ti set b1='618U8RXFJ01SV' where id=3;
-update noar tt set b2='0CBTO' where id=3;
-update noar ti set b2='0CBTO' where id=3;
-update noar tt set b0='59MT12LIVYGU705D8' where id=4;
-update noar ti set b0='59MT12LIVYGU705D8' where id=4;
-update noar tt set b1='WGBTAYK4GEJBPZC41Z3C85' where id=4;
-update noar ti set b1='WGBTAYK4GEJBPZC41Z3C85' where id=4;
-update noar tt set b2='S6' where id=4;
-update noar ti set b2='S6' where id=4;
-update noar tt set b0='KR0DUUTWSZCL2OJT0XIYDYT' where id=5;
-update noar ti set b0='KR0DUUTWSZCL2OJT0XIYDYT' where id=5;
-update noar tt set b1='5' where id=5;
-update noar ti set b1='5' where id=5;
-update noar tt set b2='YG9' where id=5;
-update noar ti set b2='YG9' where id=5;
-update noar tt set b0='REFVO3MHK1GJZQQAAKE' where id=6;
-update noar ti set b0='REFVO3MHK1GJZQQAAKE' where id=6;
-update noar tt set b1='F0DCOBO00MT8HZ' where id=6;
-update noar ti set b1='F0DCOBO00MT8HZ' where id=6;
-update noar tt set b2='E7AG8DSHYH8' where id=6;
-update noar ti set b2='E7AG8DSHYH8' where id=6;
-update noar tt set b0='BI0CX22WA4D' where id=7;
-update noar ti set b0='BI0CX22WA4D' where id=7;
-update noar tt set b1='R96V1S' where id=7;
-update noar ti set b1='R96V1S' where id=7;
-update noar tt set b2='JBLZKZXNWX21TJLET97XQ0K' where id=7;
-update noar ti set b2='JBLZKZXNWX21TJLET97XQ0K' where id=7;
-update noar tt set b0='K2KV2' where id=8;
-update noar ti set b0='K2KV2' where id=8;
-update noar tt set b1='7HTCOWTR9L3HQUY4OU5SA7' where id=8;
-update noar ti set b1='7HTCOWTR9L3HQUY4OU5SA7' where id=8;
-update noar tt set b2='2PZW8Y' where id=8;
-update noar ti set b2='2PZW8Y' where id=8;
-update noar tt set b0='JEO' where id=9;
-update noar ti set b0='JEO' where id=9;
-update noar tt set b1='9BQQX' where id=9;
-update noar ti set b1='9BQQX' where id=9;
-update noar tt set b2='KCRXVZNI72E022VFZME7ESUL' where id=9;
-update noar ti set b2='KCRXVZNI72E022VFZME7ESUL' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='Z9DRIG2' where id=1;
-update noar ti set b0='Z9DRIG2' where id=1;
-update noar tt set b1='59RW2H' where id=1;
-update noar ti set b1='59RW2H' where id=1;
-update noar tt set b2='ZAFZPRWT' where id=1;
-update noar ti set b2='ZAFZPRWT' where id=1;
-update noar tt set b0='DRHEAF' where id=2;
-update noar ti set b0='DRHEAF' where id=2;
-update noar tt set b1='8IJPRLI86NV7MSSTP3S4' where id=2;
-update noar ti set b1='8IJPRLI86NV7MSSTP3S4' where id=2;
-update noar tt set b2='XISFCCV64GTIND6K3FGFEF1M4M' where id=2;
-update noar ti set b2='XISFCCV64GTIND6K3FGFEF1M4M' where id=2;
-update noar tt set b0='B6LZN46M309RX510TN0DZQSC49C83RT' where id=3;
-update noar ti set b0='B6LZN46M309RX510TN0DZQSC49C83RT' where id=3;
-update noar tt set b1='6W3357AR8SM9276W5Q03' where id=3;
-update noar ti set b1='6W3357AR8SM9276W5Q03' where id=3;
-update noar tt set b2='O1Y1YU1Q17QHYYHIA8L5O' where id=3;
-update noar ti set b2='O1Y1YU1Q17QHYYHIA8L5O' where id=3;
-update noar tt set b0='1OK0VTISQKQX' where id=4;
-update noar ti set b0='1OK0VTISQKQX' where id=4;
-update noar tt set b1='N8QVL' where id=4;
-update noar ti set b1='N8QVL' where id=4;
-update noar tt set b2='GAKWM18ZYD92YY0SFPISSW' where id=4;
-update noar ti set b2='GAKWM18ZYD92YY0SFPISSW' where id=4;
-update noar tt set b0='2JB1OQJLFEOE80KAEX5TMXED' where id=5;
-update noar ti set b0='2JB1OQJLFEOE80KAEX5TMXED' where id=5;
-update noar tt set b1='I3EAL2Y40NRP6C5EE9Y7VHKCX0H3O9A' where id=5;
-update noar ti set b1='I3EAL2Y40NRP6C5EE9Y7VHKCX0H3O9A' where id=5;
-update noar tt set b2='H2SDNMO7VWVZECEO57M41U0748SV1S' where id=5;
-update noar ti set b2='H2SDNMO7VWVZECEO57M41U0748SV1S' where id=5;
-update noar tt set b0='RK3WZ8QHQ3H73IUKKMQ' where id=6;
-update noar ti set b0='RK3WZ8QHQ3H73IUKKMQ' where id=6;
-update noar tt set b1='NDYVM09MKNQ1AFLZ6JFXSN69R9HV' where id=6;
-update noar ti set b1='NDYVM09MKNQ1AFLZ6JFXSN69R9HV' where id=6;
-update noar tt set b2='8UCX79SYBO0X8' where id=6;
-update noar ti set b2='8UCX79SYBO0X8' where id=6;
-update noar tt set b0='Z6G' where id=7;
-update noar ti set b0='Z6G' 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 b2='ILF218J65OX74' where id=7;
-update noar ti set b2='ILF218J65OX74' where id=7;
-update noar tt set b0='FTYIY590VAJY0616MBDOC7Q' where id=8;
-update noar ti set b0='FTYIY590VAJY0616MBDOC7Q' where id=8;
-update noar tt set b1='II7YNFI2SXTLYADNGM9W91' where id=8;
-update noar ti set b1='II7YNFI2SXTLYADNGM9W91' where id=8;
-update noar tt set b2='WYSX1ZJZ69CLFZGE2OO1K9BNZ' where id=8;
-update noar ti set b2='WYSX1ZJZ69CLFZGE2OO1K9BNZ' where id=8;
-update noar tt set b0='70VICVAIWLJOZRY5XFCLRYG' where id=9;
-update noar ti set b0='70VICVAIWLJOZRY5XFCLRYG' where id=9;
-update noar tt set b1='HA41' where id=9;
-update noar ti set b1='HA41' where id=9;
-update noar tt set b2='LJN5OANDXOAWWYE8P5L4T6DLXV' where id=9;
-update noar ti set b2='LJN5OANDXOAWWYE8P5L4T6DLXV' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='IGFPUXUTPHXORPXDS9PZDB' where id=1;
-update noar ti set b0='IGFPUXUTPHXORPXDS9PZDB' where id=1;
-update noar tt set b1='3UUEPV5RDZB90S' where id=1;
-update noar ti set b1='3UUEPV5RDZB90S' where id=1;
-update noar tt set b2='7' where id=1;
-update noar ti set b2='7' where id=1;
-update noar tt set b0='EQK99PG8CYOJQ5RIRRX7TQCS' where id=2;
-update noar ti set b0='EQK99PG8CYOJQ5RIRRX7TQCS' where id=2;
-update noar tt set b1='MD' where id=2;
-update noar ti set b1='MD' where id=2;
-update noar tt set b2='EJ51C9I' where id=2;
-update noar ti set b2='EJ51C9I' where id=2;
-update noar tt set b0='CDD' where id=3;
-update noar ti set b0='CDD' where id=3;
-update noar tt set b1='VGPPO49NP8E4MUV0W3' where id=3;
-update noar ti set b1='VGPPO49NP8E4MUV0W3' where id=3;
-update noar tt set b2='9BQBGZ5E6DGQ5AZJYAMKN3GX' where id=3;
-update noar ti set b2='9BQBGZ5E6DGQ5AZJYAMKN3GX' where id=3;
-update noar tt set b0='MC5C6EKTD4HB7ZUF3' where id=4;
-update noar ti set b0='MC5C6EKTD4HB7ZUF3' where id=4;
-update noar tt set b1='BT2D0BK11557' where id=4;
-update noar ti set b1='BT2D0BK11557' where id=4;
-update noar tt set b2='A3BH399UBJ3JPMJ' where id=4;
-update noar ti set b2='A3BH399UBJ3JPMJ' where id=4;
-update noar tt set b0='48820CW4C7P7LWG' where id=5;
-update noar ti set b0='48820CW4C7P7LWG' where id=5;
-update noar tt set b1='LKNWTC1XWMX15NI7C7AQR9T' where id=5;
-update noar ti set b1='LKNWTC1XWMX15NI7C7AQR9T' where id=5;
-update noar tt set b2='TXO4L8OSFV3YPT' where id=5;
-update noar ti set b2='TXO4L8OSFV3YPT' where id=5;
-update noar tt set b0='I303F0E8UJRK6H8YHH70EPEIK' where id=6;
-update noar ti set b0='I303F0E8UJRK6H8YHH70EPEIK' where id=6;
-update noar tt set b1='2M4D2Q6XEA2OL4Z9KO4VB' where id=6;
-update noar ti set b1='2M4D2Q6XEA2OL4Z9KO4VB' where id=6;
-update noar tt set b2='ZMOUB7ETM94F719ULVOB1HG4AL3PP' where id=6;
-update noar ti set b2='ZMOUB7ETM94F719ULVOB1HG4AL3PP' where id=6;
-update noar tt set b0='GSL6NOHLUIPLJF6DM81UZQUN73XZP' where id=7;
-update noar ti set b0='GSL6NOHLUIPLJF6DM81UZQUN73XZP' where id=7;
-update noar tt set b1='ZHITRPU6JETS90OH' where id=7;
-update noar ti set b1='ZHITRPU6JETS90OH' where id=7;
-update noar tt set b2='0GVVNAK1K7DW7CBYZ9Z77H1' where id=7;
-update noar ti set b2='0GVVNAK1K7DW7CBYZ9Z77H1' where id=7;
-update noar tt set b0='PYXSEUBVM1ELYZO634W4AEDBXKW9WR' where id=8;
-update noar ti set b0='PYXSEUBVM1ELYZO634W4AEDBXKW9WR' where id=8;
-update noar tt set b1='GW465TWLHZB52' where id=8;
-update noar ti set b1='GW465TWLHZB52' where id=8;
-update noar tt set b2='QX41Q57G8ZNW8M9JV3WGR4SC6K' where id=8;
-update noar ti set b2='QX41Q57G8ZNW8M9JV3WGR4SC6K' where id=8;
-update noar tt set b0='ZCARQTAIX15MNWZRD9V7BYXEBS' where id=9;
-update noar ti set b0='ZCARQTAIX15MNWZRD9V7BYXEBS' where id=9;
-update noar tt set b1='00OFNNG1B0' where id=9;
-update noar ti set b1='00OFNNG1B0' where id=9;
-update noar tt set b2='X' where id=9;
-update noar ti set b2='X' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='RV4HLLCLNSEZBKOOROTQSDA5' where id=1;
-update noar ti set b0='RV4HLLCLNSEZBKOOROTQSDA5' where id=1;
-update noar tt set b1='OSJ5BTRV3D' where id=1;
-update noar ti set b1='OSJ5BTRV3D' where id=1;
-update noar tt set b2='ZXFRGMI' where id=1;
-update noar ti set b2='ZXFRGMI' where id=1;
-update noar tt set b0='OKD966601VZDTT4QJREZ2Z0EW4TF' where id=2;
-update noar ti set b0='OKD966601VZDTT4QJREZ2Z0EW4TF' where id=2;
-update noar tt set b1='Z1' where id=2;
-update noar ti set b1='Z1' where id=2;
-update noar tt set b2='DBW0' where id=2;
-update noar ti set b2='DBW0' where id=2;
-update noar tt set b0='LTUVFUI6K8MEJGR39OB' where id=3;
-update noar ti set b0='LTUVFUI6K8MEJGR39OB' where id=3;
-update noar tt set b1='4E6OI5IG99V8H68NV13' where id=3;
-update noar ti set b1='4E6OI5IG99V8H68NV13' where id=3;
-update noar tt set b2='RT6LPPT36V9JDZMFJGXIAYW34H0EE' where id=3;
-update noar ti set b2='RT6LPPT36V9JDZMFJGXIAYW34H0EE' where id=3;
-update noar tt set b0='74JUQ5ARCZ' where id=4;
-update noar ti set b0='74JUQ5ARCZ' where id=4;
-update noar tt set b1='Z7BW2' where id=4;
-update noar ti set b1='Z7BW2' where id=4;
-update noar tt set b2='EMZH0U' where id=4;
-update noar ti set b2='EMZH0U' where id=4;
-update noar tt set b0='60V7CY06Z' where id=5;
-update noar ti set b0='60V7CY06Z' where id=5;
-update noar tt set b1='TAEP7THUV2OCI533QOA4NU3AQSAX2' where id=5;
-update noar ti set b1='TAEP7THUV2OCI533QOA4NU3AQSAX2' where id=5;
-update noar tt set b2='74' where id=5;
-update noar ti set b2='74' where id=5;
-update noar tt set b0='QPV50ZSO6P5VDHMCK7EB2E1' where id=6;
-update noar ti set b0='QPV50ZSO6P5VDHMCK7EB2E1' where id=6;
-update noar tt set b1='B3O9FWA9XMVTMAB3COZBB4ZDQTMRLVR5' where id=6;
-update noar ti set b1='B3O9FWA9XMVTMAB3COZBB4ZDQTMRLVR5' where id=6;
-update noar tt set b2='48DES2TG9T31KZA615CWY802H35' where id=6;
-update noar ti set b2='48DES2TG9T31KZA615CWY802H35' where id=6;
-update noar tt set b0='ZWZD85HMA4WLB' where id=7;
-update noar ti set b0='ZWZD85HMA4WLB' where id=7;
-update noar tt set b1='HFVM9E6AKPKJR80QEK1VNN6LA' where id=7;
-update noar ti set b1='HFVM9E6AKPKJR80QEK1VNN6LA' where id=7;
-update noar tt set b2='MUSG' where id=7;
-update noar ti set b2='MUSG' where id=7;
-update noar tt set b0='H1PHGFV745FIURX2L' where id=8;
-update noar ti set b0='H1PHGFV745FIURX2L' where id=8;
-update noar tt set b1='KXNAZMARY6PEWFPD1TU' where id=8;
-update noar ti set b1='KXNAZMARY6PEWFPD1TU' where id=8;
-update noar tt set b2='IR274' where id=8;
-update noar ti set b2='IR274' where id=8;
-update noar tt set b0='6B1HS' where id=9;
-update noar ti set b0='6B1HS' where id=9;
-update noar tt set b1='UWSHKJCUSXC4TUNN73MW1LXBKK1VXE' where id=9;
-update noar ti set b1='UWSHKJCUSXC4TUNN73MW1LXBKK1VXE' where id=9;
-update noar tt set b2='ENGXWAL5H3' where id=9;
-update noar ti set b2='ENGXWAL5H3' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='I65YP8Q6RMOPP1' where id=1;
-update noar ti set b0='I65YP8Q6RMOPP1' where id=1;
-update noar tt set b1='A6S5VGN45FOYI2WH08ZIUUNS' where id=1;
-update noar ti set b1='A6S5VGN45FOYI2WH08ZIUUNS' 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 b0='3VVR' where id=2;
-update noar ti set b0='3VVR' where id=2;
-update noar tt set b1='YJ166H' where id=2;
-update noar ti set b1='YJ166H' where id=2;
-update noar tt set b2='YQL8AUSTOTDZFC5X1L75488DWHTYD' where id=2;
-update noar ti set b2='YQL8AUSTOTDZFC5X1L75488DWHTYD' where id=2;
-update noar tt set b0='9WXXI59' where id=3;
-update noar ti set b0='9WXXI59' where id=3;
-update noar tt set b1='43UCYDP6' where id=3;
-update noar ti set b1='43UCYDP6' where id=3;
-update noar tt set b2='44DJIDPX6X' where id=3;
-update noar ti set b2='44DJIDPX6X' where id=3;
-update noar tt set b0='X9EM2Q7DN6XA9EYTMKON9LES7' where id=4;
-update noar ti set b0='X9EM2Q7DN6XA9EYTMKON9LES7' where id=4;
-update noar tt set b1='YB8D3BOZ80HWSU1MESE05NTECJJAN6' where id=4;
-update noar ti set b1='YB8D3BOZ80HWSU1MESE05NTECJJAN6' where id=4;
-update noar tt set b2='FXL1UX9BB5LWE48O9F956ZRBE1S1SVA' where id=4;
-update noar ti set b2='FXL1UX9BB5LWE48O9F956ZRBE1S1SVA' where id=4;
-update noar tt set b0='10KPQ' where id=5;
-update noar ti set b0='10KPQ' where id=5;
-update noar tt set b1='GY0POJ8NM3J061AFL' where id=5;
-update noar ti set b1='GY0POJ8NM3J061AFL' where id=5;
-update noar tt set b2='104SXWP9IT9NNPA518U' where id=5;
-update noar ti set b2='104SXWP9IT9NNPA518U' where id=5;
-update noar tt set b0='LRKHUZ1X' where id=6;
-update noar ti set b0='LRKHUZ1X' where id=6;
-update noar tt set b1='GB' where id=6;
-update noar ti set b1='GB' where id=6;
-update noar tt set b2='6OLMUD' where id=6;
-update noar ti set b2='6OLMUD' where id=6;
-update noar tt set b0='121LKKWOJF0GK5J5MFZ7TG6U' where id=7;
-update noar ti set b0='121LKKWOJF0GK5J5MFZ7TG6U' where id=7;
-update noar tt set b1='2HH' where id=7;
-update noar ti set b1='2HH' where id=7;
-update noar tt set b2='QLBB99UECVAL0AGMINQK8YFH8' where id=7;
-update noar ti set b2='QLBB99UECVAL0AGMINQK8YFH8' where id=7;
-update noar tt set b0='1JLLP564VGPC1NSC4MO' where id=8;
-update noar ti set b0='1JLLP564VGPC1NSC4MO' where id=8;
-update noar tt set b1='V0RBCUR9R7ERSVEX' where id=8;
-update noar ti set b1='V0RBCUR9R7ERSVEX' where id=8;
-update noar tt set b2='UYYO7EG7XEF4PA6' where id=8;
-update noar ti set b2='UYYO7EG7XEF4PA6' where id=8;
-update noar tt set b0='Z1KLG' where id=9;
-update noar ti set b0='Z1KLG' where id=9;
-update noar tt set b1='G31ZEHD8RYC' where id=9;
-update noar ti set b1='G31ZEHD8RYC' where id=9;
-update noar tt set b2='0EOG74086EN49' where id=9;
-update noar ti set b2='0EOG74086EN49' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 blob null,
-b1 longblob null,
-b2 text 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 b0='ND3WYA' where id=1;
-update noar ti set b0='ND3WYA' where id=1;
-update noar tt set b1='O0WNNIJXSCQL0KNGXT4AHUCS9NNLWJ' where id=1;
-update noar ti set b1='O0WNNIJXSCQL0KNGXT4AHUCS9NNLWJ' where id=1;
-update noar tt set b2='LN6H5B6' where id=1;
-update noar ti set b2='LN6H5B6' where id=1;
-update noar tt set b0='G5HP1ZNNSX' where id=2;
-update noar ti set b0='G5HP1ZNNSX' where id=2;
-update noar tt set b1='C567L66GSSVNQL1D8UHVOZKLGWA9C' where id=2;
-update noar ti set b1='C567L66GSSVNQL1D8UHVOZKLGWA9C' where id=2;
-update noar tt set b2='85MHG8F3FUPGJKHEC' where id=2;
-update noar ti set b2='85MHG8F3FUPGJKHEC' where id=2;
-update noar tt set b0='T2ZH0DDO35XS3P1K' where id=3;
-update noar ti set b0='T2ZH0DDO35XS3P1K' where id=3;
-update noar tt set b1='RD5Y7CJ2TK6NRSPGNFTDJ3UX3J' where id=3;
-update noar ti set b1='RD5Y7CJ2TK6NRSPGNFTDJ3UX3J' where id=3;
-update noar tt set b2='78HFOQGARPMT790A' where id=3;
-update noar ti set b2='78HFOQGARPMT790A' where id=3;
-update noar tt set b0='A1008GD7MFMG0ZMP8CFZ0910FOXYZNA2' where id=4;
-update noar ti set b0='A1008GD7MFMG0ZMP8CFZ0910FOXYZNA2' where id=4;
-update noar tt set b1='Z8PY55DXURH15XSJBZ5O2SBT8K9B' where id=4;
-update noar ti set b1='Z8PY55DXURH15XSJBZ5O2SBT8K9B' where id=4;
-update noar tt set b2='R9ZKAJ69OL0KUFMXARKW4NWHWK' where id=4;
-update noar ti set b2='R9ZKAJ69OL0KUFMXARKW4NWHWK' where id=4;
-update noar tt set b0='DZK70UFCTD' where id=5;
-update noar ti set b0='DZK70UFCTD' where id=5;
-update noar tt set b1='L48I5RC2EA2TVF' where id=5;
-update noar ti set b1='L48I5RC2EA2TVF' where id=5;
-update noar tt set b2='1IOM92TI8BDNQEUMWWS' where id=5;
-update noar ti set b2='1IOM92TI8BDNQEUMWWS' where id=5;
-update noar tt set b0='PDO' where id=6;
-update noar ti set b0='PDO' where id=6;
-update noar tt set b1='WWH9Y6YZVMT56' where id=6;
-update noar ti set b1='WWH9Y6YZVMT56' where id=6;
-update noar tt set b2='2Z20PMRNSKD0BV38EITE6OOVD1Z8CQIN' where id=6;
-update noar ti set b2='2Z20PMRNSKD0BV38EITE6OOVD1Z8CQIN' where id=6;
-update noar tt set b0='CV4UQ523CL9UZUSJX88OXXU9J' where id=7;
-update noar ti set b0='CV4UQ523CL9UZUSJX88OXXU9J' where id=7;
-update noar tt set b1='RTNVM4KHK5OAMMRMOBSN' where id=7;
-update noar ti set b1='RTNVM4KHK5OAMMRMOBSN' where id=7;
-update noar tt set b2='K1KDUQ1TJP04Z2G48' where id=7;
-update noar ti set b2='K1KDUQ1TJP04Z2G48' where id=7;
-update noar tt set b0='GS4QQFS5F5PHTZEDCY95OIWVRCFCFA' where id=8;
-update noar ti set b0='GS4QQFS5F5PHTZEDCY95OIWVRCFCFA' where id=8;
-update noar tt set b1='NNM0V2MZUM76Y1JLHB2UQLXIPU0016' where id=8;
-update noar ti set b1='NNM0V2MZUM76Y1JLHB2UQLXIPU0016' where id=8;
-update noar tt set b2='O14734HMEVI' where id=8;
-update noar ti set b2='O14734HMEVI' where id=8;
-update noar tt set b0='JK0GUW' where id=9;
-update noar ti set b0='JK0GUW' where id=9;
-update noar tt set b1='D9UEO2TCB1NTVJUQNSMSO7O' where id=9;
-update noar ti set b1='D9UEO2TCB1NTVJUQNSMSO7O' where id=9;
-update noar tt set b2='5GWVO7U0DHDK69Y2H053EE' where id=9;
-update noar ti set b2='5GWVO7U0DHDK69Y2H053EE' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 blob not null,
-b1 longblob not null,
-b2 text 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 b0='A6JGJ5JYDYG9M1D5ZY1G5X8LBK' where id=1;
-update noar ti set b0='A6JGJ5JYDYG9M1D5ZY1G5X8LBK' where id=1;
-update noar tt set b1='3CNMX8YH9BGGVEHS4CE' where id=1;
-update noar ti set b1='3CNMX8YH9BGGVEHS4CE' where id=1;
-update noar tt set b2='ZUA' where id=1;
-update noar ti set b2='ZUA' where id=1;
-update noar tt set b0='JJVUTKSYA4' where id=2;
-update noar ti set b0='JJVUTKSYA4' where id=2;
-update noar tt set b1='EDPEUCVHKFNP4IL2UE3' where id=2;
-update noar ti set b1='EDPEUCVHKFNP4IL2UE3' where id=2;
-update noar tt set b2='O2KVM93RDC4WGYV7LZ05G8B3N4E7X' where id=2;
-update noar ti set b2='O2KVM93RDC4WGYV7LZ05G8B3N4E7X' where id=2;
-update noar tt set b0='0T4JUDAIU' where id=3;
-update noar ti set b0='0T4JUDAIU' where id=3;
-update noar tt set b1='B0X21O' where id=3;
-update noar ti set b1='B0X21O' where id=3;
-update noar tt set b2='UXE1HG7IFDKNVRKB' where id=3;
-update noar ti set b2='UXE1HG7IFDKNVRKB' where id=3;
-update noar tt set b0='0QSQOR5Y2T93MAPCVPS2ZV' where id=4;
-update noar ti set b0='0QSQOR5Y2T93MAPCVPS2ZV' where id=4;
-update noar tt set b1='5U334HV76C0F3YGNF8GKLCF4BZ08QR' where id=4;
-update noar ti set b1='5U334HV76C0F3YGNF8GKLCF4BZ08QR' where id=4;
-update noar tt set b2='M113B8LRIMZOZX0G' where id=4;
-update noar ti set b2='M113B8LRIMZOZX0G' where id=4;
-update noar tt set b0='V4ZINFU59S' where id=5;
-update noar ti set b0='V4ZINFU59S' where id=5;
-update noar tt set b1='G6LJC9P5LLWJV9ANSPSQPPPAWYHGON' where id=5;
-update noar ti set b1='G6LJC9P5LLWJV9ANSPSQPPPAWYHGON' where id=5;
-update noar tt set b2='KZFNNN85SCLW4LFM458TII7NNK' where id=5;
-update noar ti set b2='KZFNNN85SCLW4LFM458TII7NNK' where id=5;
-update noar tt set b0='R0' where id=6;
-update noar ti set b0='R0' where id=6;
-update noar tt set b1='BA4KGZFQEBLX2XRD1QOR' where id=6;
-update noar ti set b1='BA4KGZFQEBLX2XRD1QOR' where id=6;
-update noar tt set b2='X2XC3F94D' where id=6;
-update noar ti set b2='X2XC3F94D' where id=6;
-update noar tt set b0='2YRLUJK6SLF3XC7M' where id=7;
-update noar ti set b0='2YRLUJK6SLF3XC7M' where id=7;
-update noar tt set b1='J2NT4C7PLLBGEDU3GOMEU6JP' where id=7;
-update noar ti set b1='J2NT4C7PLLBGEDU3GOMEU6JP' where id=7;
-update noar tt set b2='6JO97FFNJHTQMCC2AM01G3F4D0A9XXUW' where id=7;
-update noar ti set b2='6JO97FFNJHTQMCC2AM01G3F4D0A9XXUW' where id=7;
-update noar tt set b0='4QLZZPL3DNR22B3LX3XC85K5' where id=8;
-update noar ti set b0='4QLZZPL3DNR22B3LX3XC85K5' where id=8;
-update noar tt set b1='8C1MDIF7N0' where id=8;
-update noar ti set b1='8C1MDIF7N0' where id=8;
-update noar tt set b2='6YXGDYIXWAJP2LI2MI6Q0' where id=8;
-update noar ti set b2='6YXGDYIXWAJP2LI2MI6Q0' where id=8;
-update noar tt set b0='5WH4145AGVDBEG3BHV4JYMMF' where id=9;
-update noar ti set b0='5WH4145AGVDBEG3BHV4JYMMF' where id=9;
-update noar tt set b1='QNR4O6DPU' where id=9;
-update noar ti set b1='QNR4O6DPU' where id=9;
-update noar tt set b2='HFLXU8R1G' where id=9;
-update noar ti set b2='HFLXU8R1G' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 blob null,
-b1 text 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 b0='B1EUCR' where id=1;
-update noar ti set b0='B1EUCR' where id=1;
-update noar tt set b1='VKU0K8YVVJ1M1DI79BEYHB0ZW' where id=1;
-update noar ti set b1='VKU0K8YVVJ1M1DI79BEYHB0ZW' where id=1;
-update noar tt set b2='YH88B551C' where id=1;
-update noar ti set b2='YH88B551C' where id=1;
-update noar tt set b0='9X67O7K6W2EYW4' where id=2;
-update noar ti set b0='9X67O7K6W2EYW4' where id=2;
-update noar tt set b1='9GYG9F44' where id=2;
-update noar ti set b1='9GYG9F44' where id=2;
-update noar tt set b2='JDOAQ6KUC5CMFR03CM' where id=2;
-update noar ti set b2='JDOAQ6KUC5CMFR03CM' where id=2;
-update noar tt set b0='9CPHQ7B8Z3' where id=3;
-update noar ti set b0='9CPHQ7B8Z3' where id=3;
-update noar tt set b1='2TVWNIGSVHZLJ' where id=3;
-update noar ti set b1='2TVWNIGSVHZLJ' where id=3;
-update noar tt set b2='VQR6C5W17KDJ2L32' where id=3;
-update noar ti set b2='VQR6C5W17KDJ2L32' where id=3;
-update noar tt set b0='TV2' where id=4;
-update noar ti set b0='TV2' where id=4;
-update noar tt set b1='JN415DV9HPR8PLHX61HJ7GG092' where id=4;
-update noar ti set b1='JN415DV9HPR8PLHX61HJ7GG092' where id=4;
-update noar tt set b2='1UO' where id=4;
-update noar ti set b2='1UO' where id=4;
-update noar tt set b0='XTPCW9609D79KN7TU' where id=5;
-update noar ti set b0='XTPCW9609D79KN7TU' where id=5;
-update noar tt set b1='JKMU2DGEMAB' where id=5;
-update noar ti set b1='JKMU2DGEMAB' where id=5;
-update noar tt set b2='S3O716HW0MFK6CSLDIIP3YYCXXA' where id=5;
-update noar ti set b2='S3O716HW0MFK6CSLDIIP3YYCXXA' where id=5;
-update noar tt set b0='VP3F77ZOTLX0' where id=6;
-update noar ti set b0='VP3F77ZOTLX0' where id=6;
-update noar tt set b1='WFFD8W3B4C9SYSH2VDJFT64V' where id=6;
-update noar ti set b1='WFFD8W3B4C9SYSH2VDJFT64V' where id=6;
-update noar tt set b2='D3VR83F2X8X5PPVOKT' where id=6;
-update noar ti set b2='D3VR83F2X8X5PPVOKT' where id=6;
-update noar tt set b0='YRIZ03REJNJHGSZS7NBVCVXKW' where id=7;
-update noar ti set b0='YRIZ03REJNJHGSZS7NBVCVXKW' where id=7;
-update noar tt set b1='U2P9IPQ85ADK' where id=7;
-update noar ti set b1='U2P9IPQ85ADK' where id=7;
-update noar tt set b2='F74G2GNZ' where id=7;
-update noar ti set b2='F74G2GNZ' where id=7;
-update noar tt set b0='0120V4BYBR' where id=8;
-update noar ti set b0='0120V4BYBR' where id=8;
-update noar tt set b1='7496AO8CA9ZAJIX8CJEYAGGIXGST4' where id=8;
-update noar ti set b1='7496AO8CA9ZAJIX8CJEYAGGIXGST4' where id=8;
-update noar tt set b2='FZZ8MZCTVE8AQN3162GABOPRJ9C6T' where id=8;
-update noar ti set b2='FZZ8MZCTVE8AQN3162GABOPRJ9C6T' where id=8;
-update noar tt set b0='IR4G6VQBK8DLV6' where id=9;
-update noar ti set b0='IR4G6VQBK8DLV6' where id=9;
-update noar tt set b1='157A149HUF2MJVOBRTSB3A' where id=9;
-update noar ti set b1='157A149HUF2MJVOBRTSB3A' where id=9;
-update noar tt set b2='ESD9EIVNV2G3MK9Z86SC13ZSMICFXUA' where id=9;
-update noar ti set b2='ESD9EIVNV2G3MK9Z86SC13ZSMICFXUA' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 blob not null,
-b1 text 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 b0='T4RZHTYOV92D077ZVD43JFF' where id=1;
-update noar ti set b0='T4RZHTYOV92D077ZVD43JFF' where id=1;
-update noar tt set b1='TQFD' where id=1;
-update noar ti set b1='TQFD' where id=1;
-update noar tt set b2='A' where id=1;
-update noar ti set b2='A' where id=1;
-update noar tt set b0='XHRCV97MTPE21A16TGZJ' where id=2;
-update noar ti set b0='XHRCV97MTPE21A16TGZJ' where id=2;
-update noar tt set b1='5BPP1' where id=2;
-update noar ti set b1='5BPP1' where id=2;
-update noar tt set b2='YZE70KE20TX4OZGW' where id=2;
-update noar ti set b2='YZE70KE20TX4OZGW' where id=2;
-update noar tt set b0='S9Z7D1A7OSZI58RJ21WYHDBMBAWK' where id=3;
-update noar ti set b0='S9Z7D1A7OSZI58RJ21WYHDBMBAWK' where id=3;
-update noar tt set b1='UGKFG7Y5YMQF0D1NQGCVJNEUS' where id=3;
-update noar ti set b1='UGKFG7Y5YMQF0D1NQGCVJNEUS' where id=3;
-update noar tt set b2='Y' where id=3;
-update noar ti set b2='Y' where id=3;
-update noar tt set b0='DRJ6HDNKW' where id=4;
-update noar ti set b0='DRJ6HDNKW' where id=4;
-update noar tt set b1='ILT47' where id=4;
-update noar ti set b1='ILT47' where id=4;
-update noar tt set b2='QQMJQGI7EV2C51MJ75VIF10N6' where id=4;
-update noar ti set b2='QQMJQGI7EV2C51MJ75VIF10N6' where id=4;
-update noar tt set b0='FAZB86899K4' where id=5;
-update noar ti set b0='FAZB86899K4' where id=5;
-update noar tt set b1='GCHLZYZPY8QJ60W' where id=5;
-update noar ti set b1='GCHLZYZPY8QJ60W' where id=5;
-update noar tt set b2='98O8PX' where id=5;
-update noar ti set b2='98O8PX' where id=5;
-update noar tt set b0='S' where id=6;
-update noar ti set b0='S' where id=6;
-update noar tt set b1='RSRBLPT172OA5SXM' where id=6;
-update noar ti set b1='RSRBLPT172OA5SXM' where id=6;
-update noar tt set b2='ZTCQAVC1TYKN938RLJCGNJ' where id=6;
-update noar ti set b2='ZTCQAVC1TYKN938RLJCGNJ' where id=6;
-update noar tt set b0='YFT9WPF81' where id=7;
-update noar ti set b0='YFT9WPF81' where id=7;
-update noar tt set b1='EF4E9DUGS3UWKLIM150G' where id=7;
-update noar ti set b1='EF4E9DUGS3UWKLIM150G' where id=7;
-update noar tt set b2='RW3EYE3UGWS' where id=7;
-update noar ti set b2='RW3EYE3UGWS' where id=7;
-update noar tt set b0='P' where id=8;
-update noar ti set b0='P' where id=8;
-update noar tt set b1='CG9P7SYZCK0MMHYZRO' where id=8;
-update noar ti set b1='CG9P7SYZCK0MMHYZRO' where id=8;
-update noar tt set b2='2FBGWQ8S6BRIK23BF3AZ4ODUDQBX' where id=8;
-update noar ti set b2='2FBGWQ8S6BRIK23BF3AZ4ODUDQBX' where id=8;
-update noar tt set b0='5HDPAV2625DUZ3IWP17M4XOUC' where id=9;
-update noar ti set b0='5HDPAV2625DUZ3IWP17M4XOUC' where id=9;
-update noar tt set b1='D5' where id=9;
-update noar ti set b1='D5' where id=9;
-update noar tt set b2='Z62O27HTVQ8EP7I' where id=9;
-update noar ti set b2='Z62O27HTVQ8EP7I' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 blob null,
-b1 text 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 b0='HA1HIAMV2HH' where id=1;
-update noar ti set b0='HA1HIAMV2HH' where id=1;
-update noar tt set b1='45EX2GGUMF6882GXEWHEAH4T7K8T6LH' where id=1;
-update noar ti set b1='45EX2GGUMF6882GXEWHEAH4T7K8T6LH' where id=1;
-update noar tt set b2='KEIQI2K' where id=1;
-update noar ti set b2='KEIQI2K' where id=1;
-update noar tt set b0='ARTUUP4SGQK77PH9I' where id=2;
-update noar ti set b0='ARTUUP4SGQK77PH9I' where id=2;
-update noar tt set b1='JFGHH15' where id=2;
-update noar ti set b1='JFGHH15' where id=2;
-update noar tt set b2='4W7BS4VZC02701' where id=2;
-update noar ti set b2='4W7BS4VZC02701' where id=2;
-update noar tt set b0='QDUL0ORSDP' where id=3;
-update noar ti set b0='QDUL0ORSDP' where id=3;
-update noar tt set b1='7FOK3YA' where id=3;
-update noar ti set b1='7FOK3YA' where id=3;
-update noar tt set b2='7J1B4IB5WCXU5S3JL7CUNQGF1' where id=3;
-update noar ti set b2='7J1B4IB5WCXU5S3JL7CUNQGF1' where id=3;
-update noar tt set b0='HX7UFX4SMJZ1QVHYQBY' where id=4;
-update noar ti set b0='HX7UFX4SMJZ1QVHYQBY' where id=4;
-update noar tt set b1='O9M' where id=4;
-update noar ti set b1='O9M' where id=4;
-update noar tt set b2='8ULWYUKC8H6Q9CIY8PLNKG9Z988AO' where id=4;
-update noar ti set b2='8ULWYUKC8H6Q9CIY8PLNKG9Z988AO' where id=4;
-update noar tt set b0='WEGH8P35N6G6K' where id=5;
-update noar ti set b0='WEGH8P35N6G6K' where id=5;
-update noar tt set b1='N' where id=5;
-update noar ti set b1='N' where id=5;
-update noar tt set b2='LYMBO5R67XEDQ641CUCXJ' where id=5;
-update noar ti set b2='LYMBO5R67XEDQ641CUCXJ' where id=5;
-update noar tt set b0='112IOFAN' where id=6;
-update noar ti set b0='112IOFAN' where id=6;
-update noar tt set b1='MSGCHV0NCZ7ZP74KIIARPW0P96FJGUO' where id=6;
-update noar ti set b1='MSGCHV0NCZ7ZP74KIIARPW0P96FJGUO' where id=6;
-update noar tt set b2='56F' where id=6;
-update noar ti set b2='56F' where id=6;
-update noar tt set b0='WSC6E7Q2Y3ZTVF6QVOQ' where id=7;
-update noar ti set b0='WSC6E7Q2Y3ZTVF6QVOQ' where id=7;
-update noar tt set b1='TJ6HKNWSOSLM0EEN5EL' where id=7;
-update noar ti set b1='TJ6HKNWSOSLM0EEN5EL' where id=7;
-update noar tt set b2='T9W9HDQTZG1I82HW6DGCWXMVS4FC' where id=7;
-update noar ti set b2='T9W9HDQTZG1I82HW6DGCWXMVS4FC' where id=7;
-update noar tt set b0='53ZT4AD' where id=8;
-update noar ti set b0='53ZT4AD' where id=8;
-update noar tt set b1='P1GGPXU5WFC43718F5O4O' where id=8;
-update noar ti set b1='P1GGPXU5WFC43718F5O4O' where id=8;
-update noar tt set b2='MVHG2E' where id=8;
-update noar ti set b2='MVHG2E' where id=8;
-update noar tt set b0='I5BL2WISRM5EVQJRVV84WXO57T4N' where id=9;
-update noar ti set b0='I5BL2WISRM5EVQJRVV84WXO57T4N' where id=9;
-update noar tt set b1='FYYJ0J3YKDDUYD7PWQCAM' where id=9;
-update noar ti set b1='FYYJ0J3YKDDUYD7PWQCAM' where id=9;
-update noar tt set b2='XRNJSJNUOPHMJ0H1W0QTME19' where id=9;
-update noar ti set b2='XRNJSJNUOPHMJ0H1W0QTME19' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 blob not null,
-b1 text 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 b0='8EGO5L81728RPV4062RFW871PJYU9' where id=1;
-update noar ti set b0='8EGO5L81728RPV4062RFW871PJYU9' where id=1;
-update noar tt set b1='NX8UVM1AYN3CNYWRMJ2Y02Z0CNR5YS' where id=1;
-update noar ti set b1='NX8UVM1AYN3CNYWRMJ2Y02Z0CNR5YS' where id=1;
-update noar tt set b2='Y12LXQQ' where id=1;
-update noar ti set b2='Y12LXQQ' where id=1;
-update noar tt set b0='0BVQ7MB38GA' where id=2;
-update noar ti set b0='0BVQ7MB38GA' where id=2;
-update noar tt set b1='C01ZDY' where id=2;
-update noar ti set b1='C01ZDY' where id=2;
-update noar tt set b2='SETD4N39CHLM318H5E1WLWX' where id=2;
-update noar ti set b2='SETD4N39CHLM318H5E1WLWX' where id=2;
-update noar tt set b0='HA2LVP7NDKTXO1HHY3KAWQAIW' where id=3;
-update noar ti set b0='HA2LVP7NDKTXO1HHY3KAWQAIW' where id=3;
-update noar tt set b1='E9TWBDPA' where id=3;
-update noar ti set b1='E9TWBDPA' where id=3;
-update noar tt set b2='31' where id=3;
-update noar ti set b2='31' where id=3;
-update noar tt set b0='N1RBV1E57FFZMECMYPVBQCMCL57T6X' where id=4;
-update noar ti set b0='N1RBV1E57FFZMECMYPVBQCMCL57T6X' where id=4;
-update noar tt set b1='TN4OXKOF9NANKFX' where id=4;
-update noar ti set b1='TN4OXKOF9NANKFX' where id=4;
-update noar tt set b2='D21Q8HTGK' where id=4;
-update noar ti set b2='D21Q8HTGK' where id=4;
-update noar tt set b0='FHJ22A160B62SM72QI' where id=5;
-update noar ti set b0='FHJ22A160B62SM72QI' where id=5;
-update noar tt set b1='2BG2W7FF30EWYUS' where id=5;
-update noar ti set b1='2BG2W7FF30EWYUS' where id=5;
-update noar tt set b2='9VI9BG5VTQBZKGTLIOXUKE' where id=5;
-update noar ti set b2='9VI9BG5VTQBZKGTLIOXUKE' where id=5;
-update noar tt set b0='0ACIBLG2ISBH7U0' where id=6;
-update noar ti set b0='0ACIBLG2ISBH7U0' where id=6;
-update noar tt set b1='TP6FONDAL2KJVOM2NVMD5M3G' where id=6;
-update noar ti set b1='TP6FONDAL2KJVOM2NVMD5M3G' where id=6;
-update noar tt set b2='KC' where id=6;
-update noar ti set b2='KC' where id=6;
-update noar tt set b0='3A8GWSCW78AMUF' where id=7;
-update noar ti set b0='3A8GWSCW78AMUF' where id=7;
-update noar tt set b1='DV9QLRMQNQS' where id=7;
-update noar ti set b1='DV9QLRMQNQS' where id=7;
-update noar tt set b2='HOIUMKDXKZFBB6211T' where id=7;
-update noar ti set b2='HOIUMKDXKZFBB6211T' where id=7;
-update noar tt set b0='6P' where id=8;
-update noar ti set b0='6P' where id=8;
-update noar tt set b1='Y4MJE9N6CTPU2QIUHKD4SR7VQZK8S81' where id=8;
-update noar ti set b1='Y4MJE9N6CTPU2QIUHKD4SR7VQZK8S81' where id=8;
-update noar tt set b2='8BLLILMS7MI02V6RRQQDPWEE' where id=8;
-update noar ti set b2='8BLLILMS7MI02V6RRQQDPWEE' where id=8;
-update noar tt set b0='05HGJ2ZTCPITH5I18CTSP1' where id=9;
-update noar ti set b0='05HGJ2ZTCPITH5I18CTSP1' where id=9;
-update noar tt set b1='NVTJO9JHT3BCDGFVML9MNO' where id=9;
-update noar ti set b1='NVTJO9JHT3BCDGFVML9MNO' where id=9;
-update noar tt set b2='I6LVEERZ3J6E8' where id=9;
-update noar ti set b2='I6LVEERZ3J6E8' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 blob null,
-b1 text 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 b0='UDJ5W3RPHI02CA' where id=1;
-update noar ti set b0='UDJ5W3RPHI02CA' where id=1;
-update noar tt set b1='IWKOODAOFT4RS5T6E6YF6FM7GWK' where id=1;
-update noar ti set b1='IWKOODAOFT4RS5T6E6YF6FM7GWK' where id=1;
-update noar tt set b2='0HUQAGALI' where id=1;
-update noar ti set b2='0HUQAGALI' where id=1;
-update noar tt set b0='UIQZ18K5FC02J2LU' where id=2;
-update noar ti set b0='UIQZ18K5FC02J2LU' where id=2;
-update noar tt set b1='DEK6BPTJ' where id=2;
-update noar ti set b1='DEK6BPTJ' where id=2;
-update noar tt set b2='F2H7NWIDZL9AWYZ4JQ0XMG3FB' where id=2;
-update noar ti set b2='F2H7NWIDZL9AWYZ4JQ0XMG3FB' where id=2;
-update noar tt set b0='Z8D1C4J6IC7NY7OKY5AB43FSKSMBSXXF' where id=3;
-update noar ti set b0='Z8D1C4J6IC7NY7OKY5AB43FSKSMBSXXF' where id=3;
-update noar tt set b1='VR0P9KPR510FU9QSTFEH4' where id=3;
-update noar ti set b1='VR0P9KPR510FU9QSTFEH4' where id=3;
-update noar tt set b2='I6UMQ59YSDFJ4LO4543VV2L' where id=3;
-update noar ti set b2='I6UMQ59YSDFJ4LO4543VV2L' where id=3;
-update noar tt set b0='R6YPBQ2OV5AT22VENGQO4GOJ' where id=4;
-update noar ti set b0='R6YPBQ2OV5AT22VENGQO4GOJ' where id=4;
-update noar tt set b1='XJ0TAIIVXJNDE2J836SE7' where id=4;
-update noar ti set b1='XJ0TAIIVXJNDE2J836SE7' where id=4;
-update noar tt set b2='1OQ73M' where id=4;
-update noar ti set b2='1OQ73M' where id=4;
-update noar tt set b0='LVE5T9HMVMI5HWMHTWZU5YY3VH' where id=5;
-update noar ti set b0='LVE5T9HMVMI5HWMHTWZU5YY3VH' where id=5;
-update noar tt set b1='FEA8YTBLNJU258GUGUJ70GV9B' where id=5;
-update noar ti set b1='FEA8YTBLNJU258GUGUJ70GV9B' where id=5;
-update noar tt set b2='P9TAHRCDJ2K69XF1NL1' where id=5;
-update noar ti set b2='P9TAHRCDJ2K69XF1NL1' where id=5;
-update noar tt set b0='VWED1OTEDB62D6JJ66' where id=6;
-update noar ti set b0='VWED1OTEDB62D6JJ66' where id=6;
-update noar tt set b1='1M8JPPLK1OT5PUL7TW2L1MX32NXCXD' where id=6;
-update noar ti set b1='1M8JPPLK1OT5PUL7TW2L1MX32NXCXD' where id=6;
-update noar tt set b2='CPIKRKHJKGCPQUGK1672HN' where id=6;
-update noar ti set b2='CPIKRKHJKGCPQUGK1672HN' where id=6;
-update noar tt set b0='O7TZFIEFB0ZTFFZ6EU9A7L2PNX' where id=7;
-update noar ti set b0='O7TZFIEFB0ZTFFZ6EU9A7L2PNX' where id=7;
-update noar tt set b1='YXTJ9S5VW2KD09D2B9Z7S8AW7RQW9NQE' where id=7;
-update noar ti set b1='YXTJ9S5VW2KD09D2B9Z7S8AW7RQW9NQE' where id=7;
-update noar tt set b2='NRLTOPISL5NGANN' where id=7;
-update noar ti set b2='NRLTOPISL5NGANN' where id=7;
-update noar tt set b0='11BPELVZ6JV8NUGFMK2YO' where id=8;
-update noar ti set b0='11BPELVZ6JV8NUGFMK2YO' where id=8;
-update noar tt set b1='BENH3OXMOT40J' where id=8;
-update noar ti set b1='BENH3OXMOT40J' where id=8;
-update noar tt set b2='QWQ5UMZB0Q80AG3Q0UZDTF63YK8S8J5' where id=8;
-update noar ti set b2='QWQ5UMZB0Q80AG3Q0UZDTF63YK8S8J5' where id=8;
-update noar tt set b0='T2' where id=9;
-update noar ti set b0='T2' where id=9;
-update noar tt set b1='5VMBH0X6340U4E9UA95L1NSUDRSD' where id=9;
-update noar ti set b1='5VMBH0X6340U4E9UA95L1NSUDRSD' where id=9;
-update noar tt set b2='07XICTUD4CK6XTTEC2JDV' where id=9;
-update noar ti set b2='07XICTUD4CK6XTTEC2JDV' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 blob not null,
-b1 text 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 b0='EDZTEJZONZLOLHZDY' where id=1;
-update noar ti set b0='EDZTEJZONZLOLHZDY' where id=1;
-update noar tt set b1='W3B52JOBRQUFLE7R' where id=1;
-update noar ti set b1='W3B52JOBRQUFLE7R' where id=1;
-update noar tt set b2='Z4ALPLU' where id=1;
-update noar ti set b2='Z4ALPLU' where id=1;
-update noar tt set b0='I2DO4X2E08E6NKCN7' where id=2;
-update noar ti set b0='I2DO4X2E08E6NKCN7' where id=2;
-update noar tt set b1='1ABP' where id=2;
-update noar ti set b1='1ABP' where id=2;
-update noar tt set b2='CT8Y369UVG1S015BRQOIYA' where id=2;
-update noar ti set b2='CT8Y369UVG1S015BRQOIYA' where id=2;
-update noar tt set b0='VAPEDI' where id=3;
-update noar ti set b0='VAPEDI' where id=3;
-update noar tt set b1='J4GLCT0A04SL' where id=3;
-update noar ti set b1='J4GLCT0A04SL' where id=3;
-update noar tt set b2='CPLUX8JR8BXT' where id=3;
-update noar ti set b2='CPLUX8JR8BXT' where id=3;
-update noar tt set b0='STGMGI3F1SMIT4FGGHLJ' where id=4;
-update noar ti set b0='STGMGI3F1SMIT4FGGHLJ' where id=4;
-update noar tt set b1='ZIVAR7XEOSZ2' where id=4;
-update noar ti set b1='ZIVAR7XEOSZ2' where id=4;
-update noar tt set b2='M5SIDWZ0BQQ048S7JKR74F8' where id=4;
-update noar ti set b2='M5SIDWZ0BQQ048S7JKR74F8' where id=4;
-update noar tt set b0='EW2RE7WEXNG4QBNZMVWD' where id=5;
-update noar ti set b0='EW2RE7WEXNG4QBNZMVWD' where id=5;
-update noar tt set b1='SM0RIHD7BN771MC56JYDE1PIHHWEV' where id=5;
-update noar ti set b1='SM0RIHD7BN771MC56JYDE1PIHHWEV' where id=5;
-update noar tt set b2='2ZCP4' where id=5;
-update noar ti set b2='2ZCP4' where id=5;
-update noar tt set b0='F8LZUXTWNUJHIB9JAQPC' where id=6;
-update noar ti set b0='F8LZUXTWNUJHIB9JAQPC' where id=6;
-update noar tt set b1='U' where id=6;
-update noar ti set b1='U' where id=6;
-update noar tt set b2='EVJPU4C94LR9' where id=6;
-update noar ti set b2='EVJPU4C94LR9' where id=6;
-update noar tt set b0='7QOMWZPD1QR63NZ9LAC96IZY6CO8154T' where id=7;
-update noar ti set b0='7QOMWZPD1QR63NZ9LAC96IZY6CO8154T' where id=7;
-update noar tt set b1='BKRGK9UL' where id=7;
-update noar ti set b1='BKRGK9UL' where id=7;
-update noar tt set b2='WHJQS5A' where id=7;
-update noar ti set b2='WHJQS5A' where id=7;
-update noar tt set b0='J820YVR6DJK7SQ9EW6XV9H045I1D2' where id=8;
-update noar ti set b0='J820YVR6DJK7SQ9EW6XV9H045I1D2' where id=8;
-update noar tt set b1='6E4O0ES2BJ5YRG24X' where id=8;
-update noar ti set b1='6E4O0ES2BJ5YRG24X' where id=8;
-update noar tt set b2='A46S4C7PIWHDL4YV' where id=8;
-update noar ti set b2='A46S4C7PIWHDL4YV' where id=8;
-update noar tt set b0='5D5D' where id=9;
-update noar ti set b0='5D5D' where id=9;
-update noar tt set b1='L1DP8MN2K' where id=9;
-update noar ti set b1='L1DP8MN2K' where id=9;
-update noar tt set b2='1WU6NWLJCALZUG0H5AX9W9YPL6PMSM2' where id=9;
-update noar ti set b2='1WU6NWLJCALZUG0H5AX9W9YPL6PMSM2' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 blob null,
-b1 text 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 b0='W3IA19UIZY1KC751B' where id=1;
-update noar ti set b0='W3IA19UIZY1KC751B' where id=1;
-update noar tt set b1='E5HC1LONEX9AZ65D0AAISY99RHT' where id=1;
-update noar ti set b1='E5HC1LONEX9AZ65D0AAISY99RHT' where id=1;
-update noar tt set b2='X5NGFGVUUJQHLFUHMTMPFDZ9J' where id=1;
-update noar ti set b2='X5NGFGVUUJQHLFUHMTMPFDZ9J' where id=1;
-update noar tt set b0='52UJSV3' where id=2;
-update noar ti set b0='52UJSV3' where id=2;
-update noar tt set b1='L37XA72ODF426OEHTEC' where id=2;
-update noar ti set b1='L37XA72ODF426OEHTEC' where id=2;
-update noar tt set b2='F0F9M43TNV8UIB' where id=2;
-update noar ti set b2='F0F9M43TNV8UIB' where id=2;
-update noar tt set b0='SZ5SSAIW9QPDS5Y' where id=3;
-update noar ti set b0='SZ5SSAIW9QPDS5Y' where id=3;
-update noar tt set b1='TUNEO04475K426O4I6' where id=3;
-update noar ti set b1='TUNEO04475K426O4I6' where id=3;
-update noar tt set b2='NIETHOR663IPECZR8U9UUBU1VG6EBDK' where id=3;
-update noar ti set b2='NIETHOR663IPECZR8U9UUBU1VG6EBDK' where id=3;
-update noar tt set b0='U3C53R' where id=4;
-update noar ti set b0='U3C53R' where id=4;
-update noar tt set b1='1P3WNES2T32XMGOYHIUC755TP' where id=4;
-update noar ti set b1='1P3WNES2T32XMGOYHIUC755TP' where id=4;
-update noar tt set b2='6UAHCBWF2JBOPM' where id=4;
-update noar ti set b2='6UAHCBWF2JBOPM' where id=4;
-update noar tt set b0='J0AG2NX' where id=5;
-update noar ti set b0='J0AG2NX' where id=5;
-update noar tt set b1='W' where id=5;
-update noar ti set b1='W' where id=5;
-update noar tt set b2='9X0G5J' where id=5;
-update noar ti set b2='9X0G5J' where id=5;
-update noar tt set b0='80OCZLO2X8A5VVDWOH1' where id=6;
-update noar ti set b0='80OCZLO2X8A5VVDWOH1' where id=6;
-update noar tt set b1='4PULS' where id=6;
-update noar ti set b1='4PULS' where id=6;
-update noar tt set b2='54BV' where id=6;
-update noar ti set b2='54BV' where id=6;
-update noar tt set b0='IQYR2839P0VA35JB69GABVJE' where id=7;
-update noar ti set b0='IQYR2839P0VA35JB69GABVJE' where id=7;
-update noar tt set b1='X4WV9QNADO' where id=7;
-update noar ti set b1='X4WV9QNADO' where id=7;
-update noar tt set b2='E0W9' where id=7;
-update noar ti set b2='E0W9' where id=7;
-update noar tt set b0='GNSUWQ85FIPJANX58RFZ1PY1PT8' where id=8;
-update noar ti set b0='GNSUWQ85FIPJANX58RFZ1PY1PT8' where id=8;
-update noar tt set b1='JSTLNO9ZCBWPRBYXYXFKF5EJX936YS' where id=8;
-update noar ti set b1='JSTLNO9ZCBWPRBYXYXFKF5EJX936YS' where id=8;
-update noar tt set b2='XFFW' where id=8;
-update noar ti set b2='XFFW' where id=8;
-update noar tt set b0='20BGNJ' where id=9;
-update noar ti set b0='20BGNJ' where id=9;
-update noar tt set b1='DL8A3XINIRN44W275IA' where id=9;
-update noar ti set b1='DL8A3XINIRN44W275IA' where id=9;
-update noar tt set b2='K16' where id=9;
-update noar ti set b2='K16' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 blob not null,
-b1 text 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 b0='YAI1RJVG5HVWK2DOOTFI' where id=1;
-update noar ti set b0='YAI1RJVG5HVWK2DOOTFI' where id=1;
-update noar tt set b1='7F9NKS90DULKGW' where id=1;
-update noar ti set b1='7F9NKS90DULKGW' where id=1;
-update noar tt set b2='LZD1WD' where id=1;
-update noar ti set b2='LZD1WD' where id=1;
-update noar tt set b0='T8RY05QML9R2JAAAC0ZS' where id=2;
-update noar ti set b0='T8RY05QML9R2JAAAC0ZS' where id=2;
-update noar tt set b1='NUHRN3200BKNTEF9KGHIC00KL6455S' where id=2;
-update noar ti set b1='NUHRN3200BKNTEF9KGHIC00KL6455S' where id=2;
-update noar tt set b2='VKG2SP1O' where id=2;
-update noar ti set b2='VKG2SP1O' where id=2;
-update noar tt set b0='M45XTWC67ERX6' where id=3;
-update noar ti set b0='M45XTWC67ERX6' where id=3;
-update noar tt set b1='7T3A3OZM6L8CZ618LR445W72EEOCW7' where id=3;
-update noar ti set b1='7T3A3OZM6L8CZ618LR445W72EEOCW7' where id=3;
-update noar tt set b2='UQRWCK4ON8EOULPQFO2ST' where id=3;
-update noar ti set b2='UQRWCK4ON8EOULPQFO2ST' where id=3;
-update noar tt set b0='3J9X4TSW9OASS7XE4L' where id=4;
-update noar ti set b0='3J9X4TSW9OASS7XE4L' where id=4;
-update noar tt set b1='20HQSVWXEL585YIMX1N' where id=4;
-update noar ti set b1='20HQSVWXEL585YIMX1N' where id=4;
-update noar tt set b2='6G' where id=4;
-update noar ti set b2='6G' where id=4;
-update noar tt set b0='VE' where id=5;
-update noar ti set b0='VE' where id=5;
-update noar tt set b1='P2K9F0PI0I' where id=5;
-update noar ti set b1='P2K9F0PI0I' where id=5;
-update noar tt set b2='O957F' where id=5;
-update noar ti set b2='O957F' where id=5;
-update noar tt set b0='2ZAGNW74LF62AI0Q0MIUFUENHMVQE' where id=6;
-update noar ti set b0='2ZAGNW74LF62AI0Q0MIUFUENHMVQE' where id=6;
-update noar tt set b1='BHVD6PM' where id=6;
-update noar ti set b1='BHVD6PM' where id=6;
-update noar tt set b2='0TUXEQ1' where id=6;
-update noar ti set b2='0TUXEQ1' where id=6;
-update noar tt set b0='WE178WBM64YFNA0VR8R72' where id=7;
-update noar ti set b0='WE178WBM64YFNA0VR8R72' where id=7;
-update noar tt set b1='CEOBRM8B5RJPJIOWG5J201BX4H' where id=7;
-update noar ti set b1='CEOBRM8B5RJPJIOWG5J201BX4H' where id=7;
-update noar tt set b2='8OFITYK0IFVKCEYEEC' where id=7;
-update noar ti set b2='8OFITYK0IFVKCEYEEC' where id=7;
-update noar tt set b0='55N14DB5S1ZPLBF8YCK6DQBD1AU' where id=8;
-update noar ti set b0='55N14DB5S1ZPLBF8YCK6DQBD1AU' where id=8;
-update noar tt set b1='CE8CUTQ8T' where id=8;
-update noar ti set b1='CE8CUTQ8T' where id=8;
-update noar tt set b2='R44PRV4S8UJJVCFEY6OUD72' where id=8;
-update noar ti set b2='R44PRV4S8UJJVCFEY6OUD72' where id=8;
-update noar tt set b0='HT3BB1NSR1WYIWD7R2NKB' where id=9;
-update noar ti set b0='HT3BB1NSR1WYIWD7R2NKB' where id=9;
-update noar tt set b1='1V1AYK88R4B77I2' where id=9;
-update noar ti set b1='1V1AYK88R4B77I2' where id=9;
-update noar tt set b2='OL0F' where id=9;
-update noar ti set b2='OL0F' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 blob null,
-b1 text null,
-b2 text 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 b0='BG2X' where id=1;
-update noar ti set b0='BG2X' where id=1;
-update noar tt set b1='UY6IKKOSWBTTL2VW00' where id=1;
-update noar ti set b1='UY6IKKOSWBTTL2VW00' where id=1;
-update noar tt set b2='NF7WJICX71U' where id=1;
-update noar ti set b2='NF7WJICX71U' where id=1;
-update noar tt set b0='VHD07HKZCKMCOQ2E2UP' where id=2;
-update noar ti set b0='VHD07HKZCKMCOQ2E2UP' where id=2;
-update noar tt set b1='63WNHJM' where id=2;
-update noar ti set b1='63WNHJM' where id=2;
-update noar tt set b2='UNUV7RTG3CR0190G94TRQ0WPYG' where id=2;
-update noar ti set b2='UNUV7RTG3CR0190G94TRQ0WPYG' where id=2;
-update noar tt set b0='QG' where id=3;
-update noar ti set b0='QG' where id=3;
-update noar tt set b1='WZ0' where id=3;
-update noar ti set b1='WZ0' where id=3;
-update noar tt set b2='IVJNO9' where id=3;
-update noar ti set b2='IVJNO9' where id=3;
-update noar tt set b0='CGL' where id=4;
-update noar ti set b0='CGL' where id=4;
-update noar tt set b1='SULWDBXVXPT7UTR51' where id=4;
-update noar ti set b1='SULWDBXVXPT7UTR51' where id=4;
-update noar tt set b2='YTIG5IC9V19N6BKH7SK7MPKCDJ60YYCI' where id=4;
-update noar ti set b2='YTIG5IC9V19N6BKH7SK7MPKCDJ60YYCI' where id=4;
-update noar tt set b0='D2J9TR4KJH3VUF4KPQVXS0H687DUODC' where id=5;
-update noar ti set b0='D2J9TR4KJH3VUF4KPQVXS0H687DUODC' where id=5;
-update noar tt set b1='8JGAWQGIZG' where id=5;
-update noar ti set b1='8JGAWQGIZG' where id=5;
-update noar tt set b2='DTWP3ROISNNVRIQ8GJ1GT0' where id=5;
-update noar ti set b2='DTWP3ROISNNVRIQ8GJ1GT0' where id=5;
-update noar tt set b0='X9KK4D8' where id=6;
-update noar ti set b0='X9KK4D8' where id=6;
-update noar tt set b1='1D5WN511SYYH1U6R1Y82' where id=6;
-update noar ti set b1='1D5WN511SYYH1U6R1Y82' where id=6;
-update noar tt set b2='U1' where id=6;
-update noar ti set b2='U1' where id=6;
-update noar tt set b0='PVK9HKH22ZN' where id=7;
-update noar ti set b0='PVK9HKH22ZN' where id=7;
-update noar tt set b1='S6TGWWSYE9JNT16' where id=7;
-update noar ti set b1='S6TGWWSYE9JNT16' where id=7;
-update noar tt set b2='W48ZH6UD1N1W95' where id=7;
-update noar ti set b2='W48ZH6UD1N1W95' where id=7;
-update noar tt set b0='F9RERUVB0D' where id=8;
-update noar ti set b0='F9RERUVB0D' where id=8;
-update noar tt set b1='TKQS9USU7ZO6PDMSOXA9' where id=8;
-update noar ti set b1='TKQS9USU7ZO6PDMSOXA9' 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 b0='BO7H134KVBQJ' where id=9;
-update noar ti set b0='BO7H134KVBQJ' where id=9;
-update noar tt set b1='EQXK7T8KGWIVKGLHKYQLVZ4VYUOA1' where id=9;
-update noar ti set b1='EQXK7T8KGWIVKGLHKYQLVZ4VYUOA1' where id=9;
-update noar tt set b2='9R0K9R32A1NXM7PVO' where id=9;
-update noar ti set b2='9R0K9R32A1NXM7PVO' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 blob not null,
-b1 text not null,
-b2 text 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 b0='6YJIUM3DXU5L88YZDGUK3Y4PI5R7' where id=1;
-update noar ti set b0='6YJIUM3DXU5L88YZDGUK3Y4PI5R7' where id=1;
-update noar tt set b1='WC89MCBB' where id=1;
-update noar ti set b1='WC89MCBB' where id=1;
-update noar tt set b2='RO44MTP21CU27' where id=1;
-update noar ti set b2='RO44MTP21CU27' where id=1;
-update noar tt set b0='HN9DXG0IU5WOFZO1Y3BJR9W' where id=2;
-update noar ti set b0='HN9DXG0IU5WOFZO1Y3BJR9W' where id=2;
-update noar tt set b1='XBN68N8' where id=2;
-update noar ti set b1='XBN68N8' where id=2;
-update noar tt set b2='3WG4Z' where id=2;
-update noar ti set b2='3WG4Z' where id=2;
-update noar tt set b0='R6Z546BGZ9YCCC6NGJ75ZV73QZ2' where id=3;
-update noar ti set b0='R6Z546BGZ9YCCC6NGJ75ZV73QZ2' where id=3;
-update noar tt set b1='OX8IO1YEL' where id=3;
-update noar ti set b1='OX8IO1YEL' where id=3;
-update noar tt set b2='2CV' where id=3;
-update noar ti set b2='2CV' where id=3;
-update noar tt set b0='NR45N4L93KTP91NT8XXE' where id=4;
-update noar ti set b0='NR45N4L93KTP91NT8XXE' where id=4;
-update noar tt set b1='OU7ER9' where id=4;
-update noar ti set b1='OU7ER9' where id=4;
-update noar tt set b2='DYU92F9A4NW230YJ3KZ20SI23' where id=4;
-update noar ti set b2='DYU92F9A4NW230YJ3KZ20SI23' where id=4;
-update noar tt set b0='TMBV' where id=5;
-update noar ti set b0='TMBV' where id=5;
-update noar tt set b1='2C0QQZE' where id=5;
-update noar ti set b1='2C0QQZE' where id=5;
-update noar tt set b2='2GCGV48N9OXXOM03HUGRDN' where id=5;
-update noar ti set b2='2GCGV48N9OXXOM03HUGRDN' where id=5;
-update noar tt set b0='75DRF204E30BJUAM67Z7JUW8CHIH4RK' where id=6;
-update noar ti set b0='75DRF204E30BJUAM67Z7JUW8CHIH4RK' where id=6;
-update noar tt set b1='HSZMFUUO5U2MU' where id=6;
-update noar ti set b1='HSZMFUUO5U2MU' where id=6;
-update noar tt set b2='0WGW88OQZBIX32MVN3EDUXF0' where id=6;
-update noar ti set b2='0WGW88OQZBIX32MVN3EDUXF0' where id=6;
-update noar tt set b0='PZL6E' where id=7;
-update noar ti set b0='PZL6E' where id=7;
-update noar tt set b1='2LC5JHCES1XOJE42QZCJ44ANKR0S' where id=7;
-update noar ti set b1='2LC5JHCES1XOJE42QZCJ44ANKR0S' where id=7;
-update noar tt set b2='4M20PZCX5GXE84L1L173OA8J5B' where id=7;
-update noar ti set b2='4M20PZCX5GXE84L1L173OA8J5B' where id=7;
-update noar tt set b0='OUUCMWSID2GYBV6IHR69' where id=8;
-update noar ti set b0='OUUCMWSID2GYBV6IHR69' where id=8;
-update noar tt set b1='MUVOME2X' where id=8;
-update noar ti set b1='MUVOME2X' where id=8;
-update noar tt set b2='SD9' where id=8;
-update noar ti set b2='SD9' where id=8;
-update noar tt set b0='2L1DV5DJU' where id=9;
-update noar ti set b0='2L1DV5DJU' where id=9;
-update noar tt set b1='1R5K1GNYARBRPEWQSU5' where id=9;
-update noar ti set b1='1R5K1GNYARBRPEWQSU5' where id=9;
-update noar tt set b2='13YB' where id=9;
-update noar ti set b2='13YB' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='126ME164I4' where id=1;
-update noar ti set b0='126ME164I4' where id=1;
-update noar tt set b1='5NI66P9XPXF0LMIPFBMO5OA5X1PF6SFW' where id=1;
-update noar ti set b1='5NI66P9XPXF0LMIPFBMO5OA5X1PF6SFW' where id=1;
-update noar tt set b2='8YF8TEGHBTFDVJEIKTWARSDFGAW7REVD' where id=1;
-update noar ti set b2='8YF8TEGHBTFDVJEIKTWARSDFGAW7REVD' where id=1;
-update noar tt set b0='SBSQERN72IRK8MD4D58UDJK7IMHQ' where id=2;
-update noar ti set b0='SBSQERN72IRK8MD4D58UDJK7IMHQ' where id=2;
-update noar tt set b1='B3BXCV3T' where id=2;
-update noar ti set b1='B3BXCV3T' where id=2;
-update noar tt set b2='IYCJVFA32U57A9JS1M8EY3YF0V7K' where id=2;
-update noar ti set b2='IYCJVFA32U57A9JS1M8EY3YF0V7K' where id=2;
-update noar tt set b0='VHLMO42D04HF7LDU54BHCYNHUG2ASE' where id=3;
-update noar ti set b0='VHLMO42D04HF7LDU54BHCYNHUG2ASE' where id=3;
-update noar tt set b1='USJ' where id=3;
-update noar ti set b1='USJ' where id=3;
-update noar tt set b2='EDI2X7Y2P33G1LEQLCQDFAJ2WFR3Z' where id=3;
-update noar ti set b2='EDI2X7Y2P33G1LEQLCQDFAJ2WFR3Z' where id=3;
-update noar tt set b0='B75PU0T58A30P91UMPPBEM6G3LD7' where id=4;
-update noar ti set b0='B75PU0T58A30P91UMPPBEM6G3LD7' where id=4;
-update noar tt set b1='4P4JMLBO' where id=4;
-update noar ti set b1='4P4JMLBO' where id=4;
-update noar tt set b2='T4JFWGIP21' where id=4;
-update noar ti set b2='T4JFWGIP21' where id=4;
-update noar tt set b0='E4FIGD9SAOF5RBU' where id=5;
-update noar ti set b0='E4FIGD9SAOF5RBU' where id=5;
-update noar tt set b1='Y7N4' where id=5;
-update noar ti set b1='Y7N4' where id=5;
-update noar tt set b2='TBT41O8HP1VJNRSL3' where id=5;
-update noar ti set b2='TBT41O8HP1VJNRSL3' where id=5;
-update noar tt set b0='F3' where id=6;
-update noar ti set b0='F3' where id=6;
-update noar tt set b1='WCJWOWHR3IEUD3HCL5FG2' where id=6;
-update noar ti set b1='WCJWOWHR3IEUD3HCL5FG2' where id=6;
-update noar tt set b2='MJVUIUQ3Y' where id=6;
-update noar ti set b2='MJVUIUQ3Y' where id=6;
-update noar tt set b0='CVJQTXFGZI97QJ9IVOM3EXYO18J3VNFP' where id=7;
-update noar ti set b0='CVJQTXFGZI97QJ9IVOM3EXYO18J3VNFP' where id=7;
-update noar tt set b1='LGV1H1P3SVY732SYFQW8FG1PK' where id=7;
-update noar ti set b1='LGV1H1P3SVY732SYFQW8FG1PK' where id=7;
-update noar tt set b2='3UVVSSE4ZFWIJ' where id=7;
-update noar ti set b2='3UVVSSE4ZFWIJ' where id=7;
-update noar tt set b0='ARSKK4U17TCPVXJVK1HBUJ3RY37AQ6JM' where id=8;
-update noar ti set b0='ARSKK4U17TCPVXJVK1HBUJ3RY37AQ6JM' where id=8;
-update noar tt set b1='JTAG1CNAU9T86A04D' where id=8;
-update noar ti set b1='JTAG1CNAU9T86A04D' where id=8;
-update noar tt set b2='JF1ELTCLJIGLHGX0TP1' where id=8;
-update noar ti set b2='JF1ELTCLJIGLHGX0TP1' where id=8;
-update noar tt set b0='MUWM8RW' where id=9;
-update noar ti set b0='MUWM8RW' where id=9;
-update noar tt set b1='R6I8D0F4O58R1S52QZ' where id=9;
-update noar ti set b1='R6I8D0F4O58R1S52QZ' where id=9;
-update noar tt set b2='BDFN2OAM3MV7XUSM0UBGT9' where id=9;
-update noar ti set b2='BDFN2OAM3MV7XUSM0UBGT9' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='TOQXPL0YQ84X8FISSQD3GP6G91D6WKL' where id=1;
-update noar ti set b0='TOQXPL0YQ84X8FISSQD3GP6G91D6WKL' where id=1;
-update noar tt set b1='XMJLU8FO5KU6CD243EU1KD4Z8H2C7V4L' where id=1;
-update noar ti set b1='XMJLU8FO5KU6CD243EU1KD4Z8H2C7V4L' where id=1;
-update noar tt set b2='8MS82E' where id=1;
-update noar ti set b2='8MS82E' where id=1;
-update noar tt set b0='J8UF5IWND19R10PSELGPVDJ6ENB' where id=2;
-update noar ti set b0='J8UF5IWND19R10PSELGPVDJ6ENB' where id=2;
-update noar tt set b1='AWS8T6V6HBG6FVJNFO66QEBT' where id=2;
-update noar ti set b1='AWS8T6V6HBG6FVJNFO66QEBT' where id=2;
-update noar tt set b2='SY2IHCUK6XSDN1TW' where id=2;
-update noar ti set b2='SY2IHCUK6XSDN1TW' where id=2;
-update noar tt set b0='1W7U5M66BHCAL6F' where id=3;
-update noar ti set b0='1W7U5M66BHCAL6F' where id=3;
-update noar tt set b1='UG102ERN' where id=3;
-update noar ti set b1='UG102ERN' where id=3;
-update noar tt set b2='COWHSG43NDFYMU2NHJC9NZJG' where id=3;
-update noar ti set b2='COWHSG43NDFYMU2NHJC9NZJG' where id=3;
-update noar tt set b0='067CYMTKJ0Y92LJ80B7V48F' where id=4;
-update noar ti set b0='067CYMTKJ0Y92LJ80B7V48F' where id=4;
-update noar tt set b1='RO8ZISHJ6E7FN3UZ0MJW' where id=4;
-update noar ti set b1='RO8ZISHJ6E7FN3UZ0MJW' where id=4;
-update noar tt set b2='KHCXPGTELK560WL7KR81RCGQDVXY0PMZ' where id=4;
-update noar ti set b2='KHCXPGTELK560WL7KR81RCGQDVXY0PMZ' where id=4;
-update noar tt set b0='BZBW1Q' where id=5;
-update noar ti set b0='BZBW1Q' where id=5;
-update noar tt set b1='08X74ERR6FHVR9QP2YA4' where id=5;
-update noar ti set b1='08X74ERR6FHVR9QP2YA4' where id=5;
-update noar tt set b2='YE2G0D98A84X56DIRSMS5M0EVJ3M' where id=5;
-update noar ti set b2='YE2G0D98A84X56DIRSMS5M0EVJ3M' where id=5;
-update noar tt set b0='IL2HM8MBPP' where id=6;
-update noar ti set b0='IL2HM8MBPP' where id=6;
-update noar tt set b1='6O5VGK0NU4ML5O0SU6GIRFK9WS' where id=6;
-update noar ti set b1='6O5VGK0NU4ML5O0SU6GIRFK9WS' where id=6;
-update noar tt set b2='Y3BGTN41TEZQM0W34639M' where id=6;
-update noar ti set b2='Y3BGTN41TEZQM0W34639M' where id=6;
-update noar tt set b0='O0' where id=7;
-update noar ti set b0='O0' where id=7;
-update noar tt set b1='PVL9B5P9995TI73QC5LEHE2ZAUTVD2' where id=7;
-update noar ti set b1='PVL9B5P9995TI73QC5LEHE2ZAUTVD2' where id=7;
-update noar tt set b2='UES' where id=7;
-update noar ti set b2='UES' where id=7;
-update noar tt set b0='6NGK3R3Y4M3WM3O' where id=8;
-update noar ti set b0='6NGK3R3Y4M3WM3O' where id=8;
-update noar tt set b1='9ASX73COHOYHL1ZVLSWQ4IBE1WZ2JON' where id=8;
-update noar ti set b1='9ASX73COHOYHL1ZVLSWQ4IBE1WZ2JON' where id=8;
-update noar tt set b2='RLSQUW1J3DKRJWE7Q' where id=8;
-update noar ti set b2='RLSQUW1J3DKRJWE7Q' where id=8;
-update noar tt set b0='RGFVE460GQ' where id=9;
-update noar ti set b0='RGFVE460GQ' where id=9;
-update noar tt set b1='8RST9AV224' where id=9;
-update noar ti set b1='8RST9AV224' where id=9;
-update noar tt set b2='WIPY25E3TV' where id=9;
-update noar ti set b2='WIPY25E3TV' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='O8U' where id=1;
-update noar ti set b0='O8U' where id=1;
-update noar tt set b1='2RDLA1ZYPNBKZ9U2TP' where id=1;
-update noar ti set b1='2RDLA1ZYPNBKZ9U2TP' where id=1;
-update noar tt set b2='TT' where id=1;
-update noar ti set b2='TT' where id=1;
-update noar tt set b0='V7X' where id=2;
-update noar ti set b0='V7X' where id=2;
-update noar tt set b1='3KFLKNJ6KCZXH0' where id=2;
-update noar ti set b1='3KFLKNJ6KCZXH0' where id=2;
-update noar tt set b2='05TUBMQPNJXR6SRT4' where id=2;
-update noar ti set b2='05TUBMQPNJXR6SRT4' where id=2;
-update noar tt set b0='P4DV6' where id=3;
-update noar ti set b0='P4DV6' where id=3;
-update noar tt set b1='KGNRCMY21J2SI3VOUUS54S8AI' where id=3;
-update noar ti set b1='KGNRCMY21J2SI3VOUUS54S8AI' where id=3;
-update noar tt set b2='FV39CR' where id=3;
-update noar ti set b2='FV39CR' where id=3;
-update noar tt set b0='7' where id=4;
-update noar ti set b0='7' where id=4;
-update noar tt set b1='9TVGWWTKV3V25IR' where id=4;
-update noar ti set b1='9TVGWWTKV3V25IR' where id=4;
-update noar tt set b2='MZZ7M612OWBWZF931G' where id=4;
-update noar ti set b2='MZZ7M612OWBWZF931G' where id=4;
-update noar tt set b0='X0' where id=5;
-update noar ti set b0='X0' where id=5;
-update noar tt set b1='8CHXGXO1LC4312NU' where id=5;
-update noar ti set b1='8CHXGXO1LC4312NU' where id=5;
-update noar tt set b2='SAB' where id=5;
-update noar ti set b2='SAB' where id=5;
-update noar tt set b0='5SSOUP01IVG7QUI134XMH8PQLKX42HRX' where id=6;
-update noar ti set b0='5SSOUP01IVG7QUI134XMH8PQLKX42HRX' where id=6;
-update noar tt set b1='0I7NQP6ZL9VU414QT2PMSOIWEH7' where id=6;
-update noar ti set b1='0I7NQP6ZL9VU414QT2PMSOIWEH7' where id=6;
-update noar tt set b2='5RT2Y' where id=6;
-update noar ti set b2='5RT2Y' where id=6;
-update noar tt set b0='BMYG6OOGJHIFI2W0HUEWJI60ER' where id=7;
-update noar ti set b0='BMYG6OOGJHIFI2W0HUEWJI60ER' where id=7;
-update noar tt set b1='CJ7TRWQFN4OKMUU0QF23Q' where id=7;
-update noar ti set b1='CJ7TRWQFN4OKMUU0QF23Q' where id=7;
-update noar tt set b2='ILZII8X3UDMDN4HBMYNVC76M4TEV96' where id=7;
-update noar ti set b2='ILZII8X3UDMDN4HBMYNVC76M4TEV96' where id=7;
-update noar tt set b0='TQERA9KMBRN08NS3IEBHB' where id=8;
-update noar ti set b0='TQERA9KMBRN08NS3IEBHB' where id=8;
-update noar tt set b1='5GDI4H' where id=8;
-update noar ti set b1='5GDI4H' where id=8;
-update noar tt set b2='614OMCY3CUIEIMIZOLBTU' where id=8;
-update noar ti set b2='614OMCY3CUIEIMIZOLBTU' where id=8;
-update noar tt set b0='JM1TLRQZY8TCS1' where id=9;
-update noar ti set b0='JM1TLRQZY8TCS1' where id=9;
-update noar tt set b1='1FPOMFV0XC' where id=9;
-update noar ti set b1='1FPOMFV0XC' where id=9;
-update noar tt set b2='RK2TXCE90OYM0N0QYHIC' where id=9;
-update noar ti set b2='RK2TXCE90OYM0N0QYHIC' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='3NO3QE8SVFDP7USX4Z5Y0NT2PI9M3X' where id=1;
-update noar ti set b0='3NO3QE8SVFDP7USX4Z5Y0NT2PI9M3X' where id=1;
-update noar tt set b1='MZDRHIQHVE1U' where id=1;
-update noar ti set b1='MZDRHIQHVE1U' where id=1;
-update noar tt set b2='AE866SA8O' where id=1;
-update noar ti set b2='AE866SA8O' where id=1;
-update noar tt set b0='3MJ97O5TMFUM9R7RGG97PLKOIY1EU4L' where id=2;
-update noar ti set b0='3MJ97O5TMFUM9R7RGG97PLKOIY1EU4L' where id=2;
-update noar tt set b1='N3YX' where id=2;
-update noar ti set b1='N3YX' where id=2;
-update noar tt set b2='VGJPIXFSRYGC9XESK5FFMSODQJJUAJ' where id=2;
-update noar ti set b2='VGJPIXFSRYGC9XESK5FFMSODQJJUAJ' where id=2;
-update noar tt set b0='U0DZTNTHT4KMB' where id=3;
-update noar ti set b0='U0DZTNTHT4KMB' where id=3;
-update noar tt set b1='BTBNSJ0Q02XJ7UIW' where id=3;
-update noar ti set b1='BTBNSJ0Q02XJ7UIW' where id=3;
-update noar tt set b2='BGW9PLDYAF74HXISD5XZV8E' where id=3;
-update noar ti set b2='BGW9PLDYAF74HXISD5XZV8E' where id=3;
-update noar tt set b0='TYF9WD0BV3392SLDR6C9R65ZBB35NP' where id=4;
-update noar ti set b0='TYF9WD0BV3392SLDR6C9R65ZBB35NP' where id=4;
-update noar tt set b1='IEOVT9T8A2LD1RKOL800XK' where id=4;
-update noar ti set b1='IEOVT9T8A2LD1RKOL800XK' where id=4;
-update noar tt set b2='45MQPXAQ3MK' where id=4;
-update noar ti set b2='45MQPXAQ3MK' where id=4;
-update noar tt set b0='UO9TMG2FPUXKO7VQAS0RVUT0C44' where id=5;
-update noar ti set b0='UO9TMG2FPUXKO7VQAS0RVUT0C44' where id=5;
-update noar tt set b1='HG6MW3CZMT076DKQ63MP6U' where id=5;
-update noar ti set b1='HG6MW3CZMT076DKQ63MP6U' where id=5;
-update noar tt set b2='ACOBS79' where id=5;
-update noar ti set b2='ACOBS79' where id=5;
-update noar tt set b0='N9UBNU31' where id=6;
-update noar ti set b0='N9UBNU31' where id=6;
-update noar tt set b1='QGQ5JJOP' where id=6;
-update noar ti set b1='QGQ5JJOP' where id=6;
-update noar tt set b2='3ORB5GAHWR45Q3F0G03IVPKU9S55E' where id=6;
-update noar ti set b2='3ORB5GAHWR45Q3F0G03IVPKU9S55E' where id=6;
-update noar tt set b0='ZG3LA4' where id=7;
-update noar ti set b0='ZG3LA4' where id=7;
-update noar tt set b1='RJEM7X6SO79WNCZ1EJ7YG' where id=7;
-update noar ti set b1='RJEM7X6SO79WNCZ1EJ7YG' where id=7;
-update noar tt set b2='RZQ2TFUB6I9S1ND9GE97LHW8TI4VG3' where id=7;
-update noar ti set b2='RZQ2TFUB6I9S1ND9GE97LHW8TI4VG3' where id=7;
-update noar tt set b0='M8CFRB67TF6VUIAZGQLA96Q' where id=8;
-update noar ti set b0='M8CFRB67TF6VUIAZGQLA96Q' where id=8;
-update noar tt set b1='CE39QBK72IY3A9R83BUGODRZ8T843V' where id=8;
-update noar ti set b1='CE39QBK72IY3A9R83BUGODRZ8T843V' where id=8;
-update noar tt set b2='3XL5CFCM' where id=8;
-update noar ti set b2='3XL5CFCM' where id=8;
-update noar tt set b0='ZLBDLDB0LTRNVUT1HMT41B09' where id=9;
-update noar ti set b0='ZLBDLDB0LTRNVUT1HMT41B09' where id=9;
-update noar tt set b1='LZUWC4R2DLQSCA7DA7G17WL' where id=9;
-update noar ti set b1='LZUWC4R2DLQSCA7DA7G17WL' where id=9;
-update noar tt set b2='90T1TPKPL' where id=9;
-update noar ti set b2='90T1TPKPL' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='LZT3B24BZJ58MTFPI0AY15ND7' where id=1;
-update noar ti set b0='LZT3B24BZJ58MTFPI0AY15ND7' 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 b2='H' where id=1;
-update noar ti set b2='H' where id=1;
-update noar tt set b0='PL9HXR38V96OMJLOCE' where id=2;
-update noar ti set b0='PL9HXR38V96OMJLOCE' where id=2;
-update noar tt set b1='64TYG5GXTSBSQL0U5' where id=2;
-update noar ti set b1='64TYG5GXTSBSQL0U5' where id=2;
-update noar tt set b2='5EXFNEJWFK1EW6O24BAUUQXTKHLIR' where id=2;
-update noar ti set b2='5EXFNEJWFK1EW6O24BAUUQXTKHLIR' where id=2;
-update noar tt set b0='JLAT3P' where id=3;
-update noar ti set b0='JLAT3P' where id=3;
-update noar tt set b1='CZZFILH6V2QJ6KQGGB4LZNQ' where id=3;
-update noar ti set b1='CZZFILH6V2QJ6KQGGB4LZNQ' where id=3;
-update noar tt set b2='T6GT6GX054H6KTZO' where id=3;
-update noar ti set b2='T6GT6GX054H6KTZO' where id=3;
-update noar tt set b0='KCLTZS' where id=4;
-update noar ti set b0='KCLTZS' where id=4;
-update noar tt set b1='ETMHSQZ89W3A67GEUFU9GOEZJ751YID' where id=4;
-update noar ti set b1='ETMHSQZ89W3A67GEUFU9GOEZJ751YID' where id=4;
-update noar tt set b2='ZUPQR2C3' where id=4;
-update noar ti set b2='ZUPQR2C3' where id=4;
-update noar tt set b0='P6Z7HZCAWM8TT4MR' where id=5;
-update noar ti set b0='P6Z7HZCAWM8TT4MR' where id=5;
-update noar tt set b1='9OZI2KZV0BJXPNDP8D5' where id=5;
-update noar ti set b1='9OZI2KZV0BJXPNDP8D5' where id=5;
-update noar tt set b2='SJB4SAACJX0033SGL5FS7Z4OW' where id=5;
-update noar ti set b2='SJB4SAACJX0033SGL5FS7Z4OW' where id=5;
-update noar tt set b0='Z5HY3UTTJM4SZJI4P7B' where id=6;
-update noar ti set b0='Z5HY3UTTJM4SZJI4P7B' where id=6;
-update noar tt set b1='SR3XY' where id=6;
-update noar ti set b1='SR3XY' where id=6;
-update noar tt set b2='7H2Y' where id=6;
-update noar ti set b2='7H2Y' where id=6;
-update noar tt set b0='9S0YRAE9BRVAEO2P62PJL1TNNPZ' where id=7;
-update noar ti set b0='9S0YRAE9BRVAEO2P62PJL1TNNPZ' where id=7;
-update noar tt set b1='TFF9CRW0R3UUGEFKMMSQDKA3' where id=7;
-update noar ti set b1='TFF9CRW0R3UUGEFKMMSQDKA3' where id=7;
-update noar tt set b2='KSSI31U8XGN' where id=7;
-update noar ti set b2='KSSI31U8XGN' where id=7;
-update noar tt set b0='GZODJABN6ERHMG' where id=8;
-update noar ti set b0='GZODJABN6ERHMG' where id=8;
-update noar tt set b1='2LFOYJUNKYNWA' where id=8;
-update noar ti set b1='2LFOYJUNKYNWA' where id=8;
-update noar tt set b2='JM2WLM7FFHNER' where id=8;
-update noar ti set b2='JM2WLM7FFHNER' where id=8;
-update noar tt set b0='Y' where id=9;
-update noar ti set b0='Y' where id=9;
-update noar tt set b1='WTRPBE2GYCSZNGSWFHXOLDB6YEMX1K' where id=9;
-update noar ti set b1='WTRPBE2GYCSZNGSWFHXOLDB6YEMX1K' where id=9;
-update noar tt set b2='F0Q0U4GUEJWOY4YPGLFZ8NPEUAZTO3O' where id=9;
-update noar ti set b2='F0Q0U4GUEJWOY4YPGLFZ8NPEUAZTO3O' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='A05SRQJGZ7' where id=1;
-update noar ti set b0='A05SRQJGZ7' where id=1;
-update noar tt set b1='V01D0Q6H28EVEIHQN1W6J' where id=1;
-update noar ti set b1='V01D0Q6H28EVEIHQN1W6J' where id=1;
-update noar tt set b2='2CUKXE4TXHAERP8PCR3OOLFGWQ5' where id=1;
-update noar ti set b2='2CUKXE4TXHAERP8PCR3OOLFGWQ5' where id=1;
-update noar tt set b0='NHD3V11P0FFD2UY6L21XZ2EMEYJIXKL5' where id=2;
-update noar ti set b0='NHD3V11P0FFD2UY6L21XZ2EMEYJIXKL5' where id=2;
-update noar tt set b1='5NJQ8QVAPV2TVK' where id=2;
-update noar ti set b1='5NJQ8QVAPV2TVK' where id=2;
-update noar tt set b2='VM4X3FQVC4' where id=2;
-update noar ti set b2='VM4X3FQVC4' where id=2;
-update noar tt set b0='DJ' where id=3;
-update noar ti set b0='DJ' where id=3;
-update noar tt set b1='NESZVJJD4B1ZM9O4E0VXOE' where id=3;
-update noar ti set b1='NESZVJJD4B1ZM9O4E0VXOE' where id=3;
-update noar tt set b2='3YJGJN' where id=3;
-update noar ti set b2='3YJGJN' where id=3;
-update noar tt set b0='RQ35TNJS' where id=4;
-update noar ti set b0='RQ35TNJS' where id=4;
-update noar tt set b1='5MM41JVC6R55EQE08PCS92RSQ' where id=4;
-update noar ti set b1='5MM41JVC6R55EQE08PCS92RSQ' where id=4;
-update noar tt set b2='KVCYVFNB43W' where id=4;
-update noar ti set b2='KVCYVFNB43W' where id=4;
-update noar tt set b0='3XZOC52CW' where id=5;
-update noar ti set b0='3XZOC52CW' where id=5;
-update noar tt set b1='0QJCD82UR6RIYAJLD1LDN1F1O' where id=5;
-update noar ti set b1='0QJCD82UR6RIYAJLD1LDN1F1O' where id=5;
-update noar tt set b2='E1KFF5C5EHAD1G6C6GTM9W9M5FT36D' where id=5;
-update noar ti set b2='E1KFF5C5EHAD1G6C6GTM9W9M5FT36D' where id=5;
-update noar tt set b0='HMK9NUY' where id=6;
-update noar ti set b0='HMK9NUY' where id=6;
-update noar tt set b1='G5D5RADDHGMMHWWBD' where id=6;
-update noar ti set b1='G5D5RADDHGMMHWWBD' where id=6;
-update noar tt set b2='FMMC3WMBIZSY' where id=6;
-update noar ti set b2='FMMC3WMBIZSY' where id=6;
-update noar tt set b0='PAQMG3JHRTOHM' where id=7;
-update noar ti set b0='PAQMG3JHRTOHM' where id=7;
-update noar tt set b1='HIUOWXIA1JV' where id=7;
-update noar ti set b1='HIUOWXIA1JV' where id=7;
-update noar tt set b2='QWG53YIKUC0G2WJI0L22SGGUI3P5' where id=7;
-update noar ti set b2='QWG53YIKUC0G2WJI0L22SGGUI3P5' where id=7;
-update noar tt set b0='L8ZNTB2Y' where id=8;
-update noar ti set b0='L8ZNTB2Y' where id=8;
-update noar tt set b1='Z779' where id=8;
-update noar ti set b1='Z779' where id=8;
-update noar tt set b2='JU43J7HCRRF' where id=8;
-update noar ti set b2='JU43J7HCRRF' where id=8;
-update noar tt set b0='14BF' where id=9;
-update noar ti set b0='14BF' where id=9;
-update noar tt set b1='LT47822OH70XCY5B1CYE3WGJZ168R0' where id=9;
-update noar ti set b1='LT47822OH70XCY5B1CYE3WGJZ168R0' where id=9;
-update noar tt set b2='FAEQNRP4HL2WW' where id=9;
-update noar ti set b2='FAEQNRP4HL2WW' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='AMECKXNV9YV8MTFOXZRYRJ0LCRHSDERU' where id=1;
-update noar ti set b0='AMECKXNV9YV8MTFOXZRYRJ0LCRHSDERU' where id=1;
-update noar tt set b1='HATOGF668ZZ2GO9YY8VGFH2MQTKTS1W3' where id=1;
-update noar ti set b1='HATOGF668ZZ2GO9YY8VGFH2MQTKTS1W3' where id=1;
-update noar tt set b2='VAIP2NN40' where id=1;
-update noar ti set b2='VAIP2NN40' where id=1;
-update noar tt set b0='7SS6BBCLKC5HGH7X406GXH0BCJWH' where id=2;
-update noar ti set b0='7SS6BBCLKC5HGH7X406GXH0BCJWH' where id=2;
-update noar tt set b1='EXY0XM' where id=2;
-update noar ti set b1='EXY0XM' where id=2;
-update noar tt set b2='HPY9F7NHPJJS8LA8V5' where id=2;
-update noar ti set b2='HPY9F7NHPJJS8LA8V5' where id=2;
-update noar tt set b0='9972H5GWJ0SHHLUHL5D06QE3VN' where id=3;
-update noar ti set b0='9972H5GWJ0SHHLUHL5D06QE3VN' where id=3;
-update noar tt set b1='7FJON' where id=3;
-update noar ti set b1='7FJON' where id=3;
-update noar tt set b2='CXWT5EMH0ADR8TM3IP5MP4L1N90G5U' where id=3;
-update noar ti set b2='CXWT5EMH0ADR8TM3IP5MP4L1N90G5U' where id=3;
-update noar tt set b0='7JFY99S8Q7SM5BWUB5MMFUSI10IVMD' where id=4;
-update noar ti set b0='7JFY99S8Q7SM5BWUB5MMFUSI10IVMD' where id=4;
-update noar tt set b1='10EZS17XQVRZ' where id=4;
-update noar ti set b1='10EZS17XQVRZ' where id=4;
-update noar tt set b2='8VQLS0BOACK9ZHM9I' where id=4;
-update noar ti set b2='8VQLS0BOACK9ZHM9I' where id=4;
-update noar tt set b0='D' where id=5;
-update noar ti set b0='D' where id=5;
-update noar tt set b1='JUYCRU4LNJ4SQTMB' where id=5;
-update noar ti set b1='JUYCRU4LNJ4SQTMB' where id=5;
-update noar tt set b2='VSTKFPQU5U06H2EUOPZI29TER4OAF' where id=5;
-update noar ti set b2='VSTKFPQU5U06H2EUOPZI29TER4OAF' where id=5;
-update noar tt set b0='VZSIYE' where id=6;
-update noar ti set b0='VZSIYE' where id=6;
-update noar tt set b1='LT' where id=6;
-update noar ti set b1='LT' where id=6;
-update noar tt set b2='ZCH2UWLV0HL8VHBZAS2FQMYV61' where id=6;
-update noar ti set b2='ZCH2UWLV0HL8VHBZAS2FQMYV61' where id=6;
-update noar tt set b0='4HR2T3HCBO9LAYMI2BFUYJ' where id=7;
-update noar ti set b0='4HR2T3HCBO9LAYMI2BFUYJ' where id=7;
-update noar tt set b1='W4NGL9JPIQPV70VYQYFE0T9W' where id=7;
-update noar ti set b1='W4NGL9JPIQPV70VYQYFE0T9W' where id=7;
-update noar tt set b2='V2011CWV9PD0Z' where id=7;
-update noar ti set b2='V2011CWV9PD0Z' where id=7;
-update noar tt set b0='VESMIIJH65VN' where id=8;
-update noar ti set b0='VESMIIJH65VN' where id=8;
-update noar tt set b1='EWJ' where id=8;
-update noar ti set b1='EWJ' where id=8;
-update noar tt set b2='NHNQMWJYDNOCDIJ2Y9I4LG05THXX' where id=8;
-update noar ti set b2='NHNQMWJYDNOCDIJ2Y9I4LG05THXX' where id=8;
-update noar tt set b0='BJ6IVVLXARD45JHT' where id=9;
-update noar ti set b0='BJ6IVVLXARD45JHT' where id=9;
-update noar tt set b1='XFOF22HUDV3ZR8SX9' where id=9;
-update noar ti set b1='XFOF22HUDV3ZR8SX9' where id=9;
-update noar tt set b2='QZ77HKNP39KE7UVQYM1130J9' where id=9;
-update noar ti set b2='QZ77HKNP39KE7UVQYM1130J9' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='U2T' where id=1;
-update noar ti set b0='U2T' where id=1;
-update noar tt set b1='903ENKDKW1' where id=1;
-update noar ti set b1='903ENKDKW1' where id=1;
-update noar tt set b2='6M2K5BL4YI1SKN' where id=1;
-update noar ti set b2='6M2K5BL4YI1SKN' where id=1;
-update noar tt set b0='FIC0G5YWH' where id=2;
-update noar ti set b0='FIC0G5YWH' where id=2;
-update noar tt set b1='135P99OLVSS1ZU55' where id=2;
-update noar ti set b1='135P99OLVSS1ZU55' where id=2;
-update noar tt set b2='8NQSORKUCSYNZNT70SHQA9ZYEKHG3' where id=2;
-update noar ti set b2='8NQSORKUCSYNZNT70SHQA9ZYEKHG3' where id=2;
-update noar tt set b0='HNB4TYD1GJIM3YPFVVEGHM9X8RQ3DXF' where id=3;
-update noar ti set b0='HNB4TYD1GJIM3YPFVVEGHM9X8RQ3DXF' where id=3;
-update noar tt set b1='AA1XX' where id=3;
-update noar ti set b1='AA1XX' where id=3;
-update noar tt set b2='CSBECP1H4RBYP' where id=3;
-update noar ti set b2='CSBECP1H4RBYP' where id=3;
-update noar tt set b0='E31BK1N0M' where id=4;
-update noar ti set b0='E31BK1N0M' where id=4;
-update noar tt set b1='GI8' where id=4;
-update noar ti set b1='GI8' where id=4;
-update noar tt set b2='PXX' where id=4;
-update noar ti set b2='PXX' where id=4;
-update noar tt set b0='0ULS' where id=5;
-update noar ti set b0='0ULS' where id=5;
-update noar tt set b1='CDC9' where id=5;
-update noar ti set b1='CDC9' where id=5;
-update noar tt set b2='NP57DQX' where id=5;
-update noar ti set b2='NP57DQX' where id=5;
-update noar tt set b0='ST2S4FTE8UMSK05NJOEP3TC' where id=6;
-update noar ti set b0='ST2S4FTE8UMSK05NJOEP3TC' where id=6;
-update noar tt set b1='BHMOD23PJERY6U' where id=6;
-update noar ti set b1='BHMOD23PJERY6U' where id=6;
-update noar tt set b2='J8B0V34HODM0H48O0DDW6J6FS9CDM' where id=6;
-update noar ti set b2='J8B0V34HODM0H48O0DDW6J6FS9CDM' where id=6;
-update noar tt set b0='0YIOYTP6GAAHQXPUNFL5D8FNMI' where id=7;
-update noar ti set b0='0YIOYTP6GAAHQXPUNFL5D8FNMI' where id=7;
-update noar tt set b1='9XBT9BHAY1MXWT2OK' where id=7;
-update noar ti set b1='9XBT9BHAY1MXWT2OK' where id=7;
-update noar tt set b2='AM' where id=7;
-update noar ti set b2='AM' where id=7;
-update noar tt set b0='KMM0M9' where id=8;
-update noar ti set b0='KMM0M9' where id=8;
-update noar tt set b1='EQN5AKY0CN75AZGCRHM4I8DL7ILLROW' where id=8;
-update noar ti set b1='EQN5AKY0CN75AZGCRHM4I8DL7ILLROW' where id=8;
-update noar tt set b2='AA0EWJ12' where id=8;
-update noar ti set b2='AA0EWJ12' where id=8;
-update noar tt set b0='QMPP9ZOZR4XGEWGVRZ5E6OTFFMBD' where id=9;
-update noar ti set b0='QMPP9ZOZR4XGEWGVRZ5E6OTFFMBD' where id=9;
-update noar tt set b1='GK9R9BWB6H1EKA2' where id=9;
-update noar ti set b1='GK9R9BWB6H1EKA2' where id=9;
-update noar tt set b2='4LV3Q2F79VOD02IU3393PJF7OITV2AUU' where id=9;
-update noar ti set b2='4LV3Q2F79VOD02IU3393PJF7OITV2AUU' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 mediumblob null,
-b1 tinyblob null,
-b2 text 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 b0='AA5HG6QGVVMLY53N966G96TI' where id=1;
-update noar ti set b0='AA5HG6QGVVMLY53N966G96TI' where id=1;
-update noar tt set b1='RG' where id=1;
-update noar ti set b1='RG' where id=1;
-update noar tt set b2='FCMJM' where id=1;
-update noar ti set b2='FCMJM' where id=1;
-update noar tt set b0='HUFIUZSQVH00107P0ZP652GD' where id=2;
-update noar ti set b0='HUFIUZSQVH00107P0ZP652GD' where id=2;
-update noar tt set b1='SDY3WEXZRP46DQPJG0GJB7A6T' where id=2;
-update noar ti set b1='SDY3WEXZRP46DQPJG0GJB7A6T' where id=2;
-update noar tt set b2='ZEEAA' where id=2;
-update noar ti set b2='ZEEAA' where id=2;
-update noar tt set b0='B4T419WE0' where id=3;
-update noar ti set b0='B4T419WE0' where id=3;
-update noar tt set b1='LWNTY2FYA7Q6OCDPIMVQV3Q' where id=3;
-update noar ti set b1='LWNTY2FYA7Q6OCDPIMVQV3Q' where id=3;
-update noar tt set b2='0NG74UWP9589JI' where id=3;
-update noar ti set b2='0NG74UWP9589JI' where id=3;
-update noar tt set b0='RO1KN9C4O9X0EGJG9F5API' where id=4;
-update noar ti set b0='RO1KN9C4O9X0EGJG9F5API' where id=4;
-update noar tt set b1='VSI5TA5PCAJ5FB' where id=4;
-update noar ti set b1='VSI5TA5PCAJ5FB' where id=4;
-update noar tt set b2='4VV276B51YDWQTA52JWTTGTMM5DH' where id=4;
-update noar ti set b2='4VV276B51YDWQTA52JWTTGTMM5DH' where id=4;
-update noar tt set b0='8L42EF8W1ITHIBI' where id=5;
-update noar ti set b0='8L42EF8W1ITHIBI' where id=5;
-update noar tt set b1='B4FFOD8XJ87EZ0MOCVGE1A' where id=5;
-update noar ti set b1='B4FFOD8XJ87EZ0MOCVGE1A' where id=5;
-update noar tt set b2='Q5Z' where id=5;
-update noar ti set b2='Q5Z' where id=5;
-update noar tt set b0='28DVY1MKS2IWSSVT8J' where id=6;
-update noar ti set b0='28DVY1MKS2IWSSVT8J' where id=6;
-update noar tt set b1='LD' where id=6;
-update noar ti set b1='LD' where id=6;
-update noar tt set b2='PAVN' where id=6;
-update noar ti set b2='PAVN' where id=6;
-update noar tt set b0='3FB' where id=7;
-update noar ti set b0='3FB' where id=7;
-update noar tt set b1='MXJ32CKR9F85QOEQW7QKK87' where id=7;
-update noar ti set b1='MXJ32CKR9F85QOEQW7QKK87' where id=7;
-update noar tt set b2='1B8M8R7XGPDKEXRLN' where id=7;
-update noar ti set b2='1B8M8R7XGPDKEXRLN' where id=7;
-update noar tt set b0='KFMHZJIDOOS' where id=8;
-update noar ti set b0='KFMHZJIDOOS' where id=8;
-update noar tt set b1='N81W91SLJE98SMGGD' where id=8;
-update noar ti set b1='N81W91SLJE98SMGGD' where id=8;
-update noar tt set b2='YRARYP' where id=8;
-update noar ti set b2='YRARYP' where id=8;
-update noar tt set b0='JJPJSULAEU6' where id=9;
-update noar ti set b0='JJPJSULAEU6' where id=9;
-update noar tt set b1='JZI' where id=9;
-update noar ti set b1='JZI' where id=9;
-update noar tt set b2='FAZS8L0NNL09Y0OXSLSFQHXGCR' where id=9;
-update noar ti set b2='FAZS8L0NNL09Y0OXSLSFQHXGCR' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 mediumblob not null,
-b1 tinyblob not null,
-b2 text 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 b0='YMYCE8P8GMI7' where id=1;
-update noar ti set b0='YMYCE8P8GMI7' where id=1;
-update noar tt set b1='UZTBJ4THRVTSY20Q7Q2ZO8FYOA' where id=1;
-update noar ti set b1='UZTBJ4THRVTSY20Q7Q2ZO8FYOA' where id=1;
-update noar tt set b2='AJGXMDZ7X8' where id=1;
-update noar ti set b2='AJGXMDZ7X8' where id=1;
-update noar tt set b0='Y8O5HW3L4KBNEINC7M4GE7LZI' where id=2;
-update noar ti set b0='Y8O5HW3L4KBNEINC7M4GE7LZI' where id=2;
-update noar tt set b1='X2ZTV5HOCD6SPLDNOQYGMEG' where id=2;
-update noar ti set b1='X2ZTV5HOCD6SPLDNOQYGMEG' where id=2;
-update noar tt set b2='8HH8H71W0558C58N6ST9QZQJ39J6NXMP' where id=2;
-update noar ti set b2='8HH8H71W0558C58N6ST9QZQJ39J6NXMP' where id=2;
-update noar tt set b0='TNFY7' where id=3;
-update noar ti set b0='TNFY7' where id=3;
-update noar tt set b1='JEAB54UV1ENN8S6F' where id=3;
-update noar ti set b1='JEAB54UV1ENN8S6F' where id=3;
-update noar tt set b2='4SRC5NPY2N6JS2VGSC5BD7' where id=3;
-update noar ti set b2='4SRC5NPY2N6JS2VGSC5BD7' where id=3;
-update noar tt set b0='5NLP436C0GTZJE3NO9462NV' where id=4;
-update noar ti set b0='5NLP436C0GTZJE3NO9462NV' where id=4;
-update noar tt set b1='2PPH2R' where id=4;
-update noar ti set b1='2PPH2R' where id=4;
-update noar tt set b2='FT8B55Q97K5F01FLQXN6IB5IHX' where id=4;
-update noar ti set b2='FT8B55Q97K5F01FLQXN6IB5IHX' where id=4;
-update noar tt set b0='68VIBY5PW8W143FHF3YG' where id=5;
-update noar ti set b0='68VIBY5PW8W143FHF3YG' where id=5;
-update noar tt set b1='UT' where id=5;
-update noar ti set b1='UT' where id=5;
-update noar tt set b2='K4RPOHHTSRDIGQYO753GWG72U' where id=5;
-update noar ti set b2='K4RPOHHTSRDIGQYO753GWG72U' where id=5;
-update noar tt set b0='MO7YS' where id=6;
-update noar ti set b0='MO7YS' where id=6;
-update noar tt set b1='MQQ2O46FB9LA' where id=6;
-update noar ti set b1='MQQ2O46FB9LA' where id=6;
-update noar tt set b2='7ROGCMX0C9WFU3CZS3FVZCFW' where id=6;
-update noar ti set b2='7ROGCMX0C9WFU3CZS3FVZCFW' where id=6;
-update noar tt set b0='2PFN9A7BA8D3U8JEW2' where id=7;
-update noar ti set b0='2PFN9A7BA8D3U8JEW2' where id=7;
-update noar tt set b1='R6L460429H8J7HKTAX' where id=7;
-update noar ti set b1='R6L460429H8J7HKTAX' where id=7;
-update noar tt set b2='KS95ZJOYHZ2757URU18' where id=7;
-update noar ti set b2='KS95ZJOYHZ2757URU18' where id=7;
-update noar tt set b0='SPDC5UL0ICY5WAAXEWEL3W9C0' where id=8;
-update noar ti set b0='SPDC5UL0ICY5WAAXEWEL3W9C0' where id=8;
-update noar tt set b1='DJS2KYQ9VLMP8HFP4IT427FM' where id=8;
-update noar ti set b1='DJS2KYQ9VLMP8HFP4IT427FM' where id=8;
-update noar tt set b2='35' where id=8;
-update noar ti set b2='35' where id=8;
-update noar tt set b0='RLYZGX4MUS4V7M4MLCVNHMWSGDDK9' where id=9;
-update noar ti set b0='RLYZGX4MUS4V7M4MLCVNHMWSGDDK9' where id=9;
-update noar tt set b1='H' where id=9;
-update noar ti set b1='H' where id=9;
-update noar tt set b2='NEH1YQIO2YJDPUSQ' where id=9;
-update noar ti set b2='NEH1YQIO2YJDPUSQ' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='VKPLK3N1ZIKT2H' where id=1;
-update noar ti set b0='VKPLK3N1ZIKT2H' where id=1;
-update noar tt set b1='LGT0YSN2PZLV1J6J8' where id=1;
-update noar ti set b1='LGT0YSN2PZLV1J6J8' where id=1;
-update noar tt set b2='7CSRRNGWYEVRH685AZQ98VU3U' where id=1;
-update noar ti set b2='7CSRRNGWYEVRH685AZQ98VU3U' where id=1;
-update noar tt set b0='LJVZZS65CV9L0LXT72I2O' where id=2;
-update noar ti set b0='LJVZZS65CV9L0LXT72I2O' where id=2;
-update noar tt set b1='PYFD8X2RUNJTGL78L' where id=2;
-update noar ti set b1='PYFD8X2RUNJTGL78L' where id=2;
-update noar tt set b2='HMNGSQ67GORBH8NYBOJTQNOLV0' where id=2;
-update noar ti set b2='HMNGSQ67GORBH8NYBOJTQNOLV0' where id=2;
-update noar tt set b0='QUQT1BMGCF7QD5RH3E2FDCYG2HTKE' where id=3;
-update noar ti set b0='QUQT1BMGCF7QD5RH3E2FDCYG2HTKE' where id=3;
-update noar tt set b1='RK7AK1N0S27WUR9V' where id=3;
-update noar ti set b1='RK7AK1N0S27WUR9V' where id=3;
-update noar tt set b2='3L' where id=3;
-update noar ti set b2='3L' where id=3;
-update noar tt set b0='JP4ZP7R9DG019H6S6DVUK9N9' where id=4;
-update noar ti set b0='JP4ZP7R9DG019H6S6DVUK9N9' where id=4;
-update noar tt set b1='6OK2GAJ85EXM5LQLNEU3' where id=4;
-update noar ti set b1='6OK2GAJ85EXM5LQLNEU3' where id=4;
-update noar tt set b2='2ML1QL1EQNBMTWE3VW6V9EZBC6V' where id=4;
-update noar ti set b2='2ML1QL1EQNBMTWE3VW6V9EZBC6V' where id=4;
-update noar tt set b0='8V3Q9BISTIOVU30EGGER4QO' where id=5;
-update noar ti set b0='8V3Q9BISTIOVU30EGGER4QO' where id=5;
-update noar tt set b1='LYW0RNG6K4FHMJH4L4MNJBX1O339' where id=5;
-update noar ti set b1='LYW0RNG6K4FHMJH4L4MNJBX1O339' where id=5;
-update noar tt set b2='DXJVMTC5RA8K6Z0' where id=5;
-update noar ti set b2='DXJVMTC5RA8K6Z0' where id=5;
-update noar tt set b0='BTT' where id=6;
-update noar ti set b0='BTT' where id=6;
-update noar tt set b1='EDSDMIZT' where id=6;
-update noar ti set b1='EDSDMIZT' where id=6;
-update noar tt set b2='RJ8GH25E83V36B7L0OM1F8IUJ' where id=6;
-update noar ti set b2='RJ8GH25E83V36B7L0OM1F8IUJ' where id=6;
-update noar tt set b0='RY' where id=7;
-update noar ti set b0='RY' where id=7;
-update noar tt set b1='FETAKMZA1TAYVC' where id=7;
-update noar ti set b1='FETAKMZA1TAYVC' where id=7;
-update noar tt set b2='D4ON5F2LHUWNGYSK659NMD26EMJR' where id=7;
-update noar ti set b2='D4ON5F2LHUWNGYSK659NMD26EMJR' where id=7;
-update noar tt set b0='6' where id=8;
-update noar ti set b0='6' where id=8;
-update noar tt set b1='NP7Q' where id=8;
-update noar ti set b1='NP7Q' where id=8;
-update noar tt set b2='92GHAK3UC41BQQQ74WDJKEZU4004W' where id=8;
-update noar ti set b2='92GHAK3UC41BQQQ74WDJKEZU4004W' where id=8;
-update noar tt set b0='4I70HF60JPC5AXVS' where id=9;
-update noar ti set b0='4I70HF60JPC5AXVS' where id=9;
-update noar tt set b1='XG5KV63MIR4' where id=9;
-update noar ti set b1='XG5KV63MIR4' where id=9;
-update noar tt set b2='M' where id=9;
-update noar ti set b2='M' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='MDFIB' where id=1;
-update noar ti set b0='MDFIB' where id=1;
-update noar tt set b1='OQGVS0EOTEIM4N2UDZRMYZUR2ELJ1ZKI' where id=1;
-update noar ti set b1='OQGVS0EOTEIM4N2UDZRMYZUR2ELJ1ZKI' where id=1;
-update noar tt set b2='2UYHY7Q8SHCVVXMW38PD4TJP8IDT6IT' where id=1;
-update noar ti set b2='2UYHY7Q8SHCVVXMW38PD4TJP8IDT6IT' where id=1;
-update noar tt set b0='0AHCRI641CCOI4E7LNU55HZLOB' where id=2;
-update noar ti set b0='0AHCRI641CCOI4E7LNU55HZLOB' where id=2;
-update noar tt set b1='5BRY' where id=2;
-update noar ti set b1='5BRY' where id=2;
-update noar tt set b2='2W4GA02T952WC3LB8ZB7' where id=2;
-update noar ti set b2='2W4GA02T952WC3LB8ZB7' where id=2;
-update noar tt set b0='T9N54ULE3FM7QW9I6R65VZT0R' where id=3;
-update noar ti set b0='T9N54ULE3FM7QW9I6R65VZT0R' where id=3;
-update noar tt set b1='MIIUIJFI6Q0' where id=3;
-update noar ti set b1='MIIUIJFI6Q0' where id=3;
-update noar tt set b2='Y33MADV1S88N77O7BDV97RPA24' where id=3;
-update noar ti set b2='Y33MADV1S88N77O7BDV97RPA24' where id=3;
-update noar tt set b0='0OW7KECKABL7H25IV77X' where id=4;
-update noar ti set b0='0OW7KECKABL7H25IV77X' where id=4;
-update noar tt set b1='Z69J3UK9C0FQLMHK6DACGO' where id=4;
-update noar ti set b1='Z69J3UK9C0FQLMHK6DACGO' where id=4;
-update noar tt set b2='FKNZ3E0HAVK2F7OQF81HGY' where id=4;
-update noar ti set b2='FKNZ3E0HAVK2F7OQF81HGY' where id=4;
-update noar tt set b0='SJEG65Q5XMVJDMSNIPE2PA4' where id=5;
-update noar ti set b0='SJEG65Q5XMVJDMSNIPE2PA4' where id=5;
-update noar tt set b1='X0LAU7QAE' where id=5;
-update noar ti set b1='X0LAU7QAE' where id=5;
-update noar tt set b2='VA4TZ0' where id=5;
-update noar ti set b2='VA4TZ0' where id=5;
-update noar tt set b0='S67IEBZ5VE9E6KXVN69C6IKBXNC79' where id=6;
-update noar ti set b0='S67IEBZ5VE9E6KXVN69C6IKBXNC79' where id=6;
-update noar tt set b1='JS1T1T9WUJ0ONCALCWXRIP61' where id=6;
-update noar ti set b1='JS1T1T9WUJ0ONCALCWXRIP61' where id=6;
-update noar tt set b2='41IM1TLAGJRUF' where id=6;
-update noar ti set b2='41IM1TLAGJRUF' where id=6;
-update noar tt set b0='O4B6EQJIG6YGTE24JBUE9USP8YCXAYO' where id=7;
-update noar ti set b0='O4B6EQJIG6YGTE24JBUE9USP8YCXAYO' where id=7;
-update noar tt set b1='M1AGL5R1WUX8VPH2PD07K9' where id=7;
-update noar ti set b1='M1AGL5R1WUX8VPH2PD07K9' where id=7;
-update noar tt set b2='56JGZ0WFQ0CO' where id=7;
-update noar ti set b2='56JGZ0WFQ0CO' where id=7;
-update noar tt set b0='98WQGN0SEA3KWPX9' where id=8;
-update noar ti set b0='98WQGN0SEA3KWPX9' where id=8;
-update noar tt set b1='M' where id=8;
-update noar ti set b1='M' where id=8;
-update noar tt set b2='CCMBWCMP8EBLDBROU87X51YJ0PFGQDQ' where id=8;
-update noar ti set b2='CCMBWCMP8EBLDBROU87X51YJ0PFGQDQ' where id=8;
-update noar tt set b0='7EZ975GBTEZ8WNXJLPAGT7DBHS38BI' where id=9;
-update noar ti set b0='7EZ975GBTEZ8WNXJLPAGT7DBHS38BI' where id=9;
-update noar tt set b1='31ZGLQA6MNJCMHWH' where id=9;
-update noar ti set b1='31ZGLQA6MNJCMHWH' where id=9;
-update noar tt set b2='V2HSZ2ARKWL9ELN' where id=9;
-update noar ti set b2='V2HSZ2ARKWL9ELN' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='7AKGPPU11NCCRVU' where id=1;
-update noar ti set b0='7AKGPPU11NCCRVU' where id=1;
-update noar tt set b1='6IFGUZKQ2QOVLP492MIQ1OGMLKX' where id=1;
-update noar ti set b1='6IFGUZKQ2QOVLP492MIQ1OGMLKX' where id=1;
-update noar tt set b2='82DX861HZI' where id=1;
-update noar ti set b2='82DX861HZI' where id=1;
-update noar tt set b0='SKZ2I5L' where id=2;
-update noar ti set b0='SKZ2I5L' where id=2;
-update noar tt set b1='P9' where id=2;
-update noar ti set b1='P9' where id=2;
-update noar tt set b2='S93P0NASDKH91NAD03EUP4IRN' where id=2;
-update noar ti set b2='S93P0NASDKH91NAD03EUP4IRN' where id=2;
-update noar tt set b0='XE8FRXQ7NQPYZ' where id=3;
-update noar ti set b0='XE8FRXQ7NQPYZ' where id=3;
-update noar tt set b1='9AX6HGJ9XXMMGOSR658RH8H6KU' where id=3;
-update noar ti set b1='9AX6HGJ9XXMMGOSR658RH8H6KU' where id=3;
-update noar tt set b2='HHEI5' where id=3;
-update noar ti set b2='HHEI5' where id=3;
-update noar tt set b0='CYKKBK7S7S7D' where id=4;
-update noar ti set b0='CYKKBK7S7S7D' where id=4;
-update noar tt set b1='1C67J3MPCG4NKAQ0KYLDYNY' where id=4;
-update noar ti set b1='1C67J3MPCG4NKAQ0KYLDYNY' where id=4;
-update noar tt set b2='FVTB3MJI5A4UZBLLVHEK26QJ8Y3606G' where id=4;
-update noar ti set b2='FVTB3MJI5A4UZBLLVHEK26QJ8Y3606G' where id=4;
-update noar tt set b0='F5AXCNHWHF831HHCO4' where id=5;
-update noar ti set b0='F5AXCNHWHF831HHCO4' where id=5;
-update noar tt set b1='4Y7L42E36MZT6DM49H66V3B4L' where id=5;
-update noar ti set b1='4Y7L42E36MZT6DM49H66V3B4L' where id=5;
-update noar tt set b2='P' where id=5;
-update noar ti set b2='P' where id=5;
-update noar tt set b0='GRX6JREF7TMQ1FLW8' where id=6;
-update noar ti set b0='GRX6JREF7TMQ1FLW8' where id=6;
-update noar tt set b1='4YC0XH6C8' where id=6;
-update noar ti set b1='4YC0XH6C8' where id=6;
-update noar tt set b2='C' where id=6;
-update noar ti set b2='C' where id=6;
-update noar tt set b0='ICYOVFN1IZ48H8RQQESGDHL1N4IXT' where id=7;
-update noar ti set b0='ICYOVFN1IZ48H8RQQESGDHL1N4IXT' where id=7;
-update noar tt set b1='N1OL87YNVZY17DE5XIUTMB9KLPTIIW' where id=7;
-update noar ti set b1='N1OL87YNVZY17DE5XIUTMB9KLPTIIW' where id=7;
-update noar tt set b2='0IPWNZQWWODVEFLHVHVUOZ4CDDOB1Z' where id=7;
-update noar ti set b2='0IPWNZQWWODVEFLHVHVUOZ4CDDOB1Z' where id=7;
-update noar tt set b0='2L540LSQDZ9D7' where id=8;
-update noar ti set b0='2L540LSQDZ9D7' where id=8;
-update noar tt set b1='4O69ZESBJCLEWZFHZBR3' where id=8;
-update noar ti set b1='4O69ZESBJCLEWZFHZBR3' where id=8;
-update noar tt set b2='J' where id=8;
-update noar ti set b2='J' where id=8;
-update noar tt set b0='RLJ7OMM5RG9NS3JU6JNGNDKS' where id=9;
-update noar ti set b0='RLJ7OMM5RG9NS3JU6JNGNDKS' where id=9;
-update noar tt set b1='BK3SQAX98YDFZG6C0YA6YRSNF0SE' where id=9;
-update noar ti set b1='BK3SQAX98YDFZG6C0YA6YRSNF0SE' where id=9;
-update noar tt set b2='3G5AHBMBABMFAYASK1S8P18' where id=9;
-update noar ti set b2='3G5AHBMBABMFAYASK1S8P18' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='O91C7UOF2' where id=1;
-update noar ti set b0='O91C7UOF2' where id=1;
-update noar tt set b1='FDOELIS4SXL88' where id=1;
-update noar ti set b1='FDOELIS4SXL88' where id=1;
-update noar tt set b2='KETCLYBDCEUP4UX6DUV8JXAY' where id=1;
-update noar ti set b2='KETCLYBDCEUP4UX6DUV8JXAY' where id=1;
-update noar tt set b0='FVS8NGVZS3NS1C' where id=2;
-update noar ti set b0='FVS8NGVZS3NS1C' where id=2;
-update noar tt set b1='18RUXF2PF' where id=2;
-update noar ti set b1='18RUXF2PF' where id=2;
-update noar tt set b2='NAO' where id=2;
-update noar ti set b2='NAO' where id=2;
-update noar tt set b0='KHPPOP8K1F0OK9Z' where id=3;
-update noar ti set b0='KHPPOP8K1F0OK9Z' where id=3;
-update noar tt set b1='L7TEXY6O2G' where id=3;
-update noar ti set b1='L7TEXY6O2G' where id=3;
-update noar tt set b2='K6J6MY4ISE3' where id=3;
-update noar ti set b2='K6J6MY4ISE3' where id=3;
-update noar tt set b0='NVHHMT6GV0WN' where id=4;
-update noar ti set b0='NVHHMT6GV0WN' where id=4;
-update noar tt set b1='FP65XW87J8RLCQ7EQP' where id=4;
-update noar ti set b1='FP65XW87J8RLCQ7EQP' where id=4;
-update noar tt set b2='63CIMN' where id=4;
-update noar ti set b2='63CIMN' where id=4;
-update noar tt set b0='TRP2PJEMO' where id=5;
-update noar ti set b0='TRP2PJEMO' where id=5;
-update noar tt set b1='I2HA' where id=5;
-update noar ti set b1='I2HA' where id=5;
-update noar tt set b2='42XNK4KW1' where id=5;
-update noar ti set b2='42XNK4KW1' where id=5;
-update noar tt set b0='W3U' where id=6;
-update noar ti set b0='W3U' where id=6;
-update noar tt set b1='ALQ8C4RHKDP9NFX8561SJGJ' where id=6;
-update noar ti set b1='ALQ8C4RHKDP9NFX8561SJGJ' where id=6;
-update noar tt set b2='DGE1WSFZIPJ5AL' where id=6;
-update noar ti set b2='DGE1WSFZIPJ5AL' where id=6;
-update noar tt set b0='NLW2JZHCG3PM1TWA5' where id=7;
-update noar ti set b0='NLW2JZHCG3PM1TWA5' where id=7;
-update noar tt set b1='9999KA9DY' where id=7;
-update noar ti set b1='9999KA9DY' where id=7;
-update noar tt set b2='XELOLNNA' where id=7;
-update noar ti set b2='XELOLNNA' where id=7;
-update noar tt set b0='NQYSBME4MRMEIL1T5AG4QEDES0TUOSI5' where id=8;
-update noar ti set b0='NQYSBME4MRMEIL1T5AG4QEDES0TUOSI5' where id=8;
-update noar tt set b1='B8SH6SJLUCZ3CVFKX7' where id=8;
-update noar ti set b1='B8SH6SJLUCZ3CVFKX7' where id=8;
-update noar tt set b2='S5UK' where id=8;
-update noar ti set b2='S5UK' where id=8;
-update noar tt set b0='J24J15XUVQ4TWAYJZO3E9OF6UHT96' where id=9;
-update noar ti set b0='J24J15XUVQ4TWAYJZO3E9OF6UHT96' where id=9;
-update noar tt set b1='P40V3QGZKN2IWXVEVDZJD18SD237U6N' where id=9;
-update noar ti set b1='P40V3QGZKN2IWXVEVDZJD18SD237U6N' where id=9;
-update noar tt set b2='V1L0KAX6TW70B3U3HH4989AIQL' where id=9;
-update noar ti set b2='V1L0KAX6TW70B3U3HH4989AIQL' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='3X26JF2IKOEJXR8RI8SJD4K1RQTZL77' where id=1;
-update noar ti set b0='3X26JF2IKOEJXR8RI8SJD4K1RQTZL77' where id=1;
-update noar tt set b1='1H89K0' where id=1;
-update noar ti set b1='1H89K0' where id=1;
-update noar tt set b2='AEBSTU3QJ7J' where id=1;
-update noar ti set b2='AEBSTU3QJ7J' where id=1;
-update noar tt set b0='IOVPXM9H' where id=2;
-update noar ti set b0='IOVPXM9H' where id=2;
-update noar tt set b1='DB03N79WJTM2' where id=2;
-update noar ti set b1='DB03N79WJTM2' where id=2;
-update noar tt set b2='6YZ' where id=2;
-update noar ti set b2='6YZ' where id=2;
-update noar tt set b0='MZBW4' where id=3;
-update noar ti set b0='MZBW4' where id=3;
-update noar tt set b1='VMGNKDF879CIPWM' where id=3;
-update noar ti set b1='VMGNKDF879CIPWM' where id=3;
-update noar tt set b2='9TAQQZ3YLFC8BZFSFP0OMH18E89QR2' where id=3;
-update noar ti set b2='9TAQQZ3YLFC8BZFSFP0OMH18E89QR2' where id=3;
-update noar tt set b0='QKALGN8UWXN5HK' where id=4;
-update noar ti set b0='QKALGN8UWXN5HK' where id=4;
-update noar tt set b1='DPYQX3EAGFPK3V09JGI3KOGNVSH3' where id=4;
-update noar ti set b1='DPYQX3EAGFPK3V09JGI3KOGNVSH3' where id=4;
-update noar tt set b2='XL9I080FF1ZPPQE1XXFXKTM14ETEU7R8' where id=4;
-update noar ti set b2='XL9I080FF1ZPPQE1XXFXKTM14ETEU7R8' where id=4;
-update noar tt set b0='LICZX7Z6L3UN9FGWFZMWA5' where id=5;
-update noar ti set b0='LICZX7Z6L3UN9FGWFZMWA5' where id=5;
-update noar tt set b1='W5HCDPWAYHRNLLEO' where id=5;
-update noar ti set b1='W5HCDPWAYHRNLLEO' where id=5;
-update noar tt set b2='Q38DFVLCJZWIS' where id=5;
-update noar ti set b2='Q38DFVLCJZWIS' where id=5;
-update noar tt set b0='XCWFUJEO7WH7I582SLGQMFOPAWSH' where id=6;
-update noar ti set b0='XCWFUJEO7WH7I582SLGQMFOPAWSH' where id=6;
-update noar tt set b1='W5TW0ZVH2KJJ9EM' where id=6;
-update noar ti set b1='W5TW0ZVH2KJJ9EM' where id=6;
-update noar tt set b2='3UQ32GZEYCEJR1F6GZ9D20Y4F' where id=6;
-update noar ti set b2='3UQ32GZEYCEJR1F6GZ9D20Y4F' where id=6;
-update noar tt set b0='VWA2Z4A7RG3LUMQSOACV8' where id=7;
-update noar ti set b0='VWA2Z4A7RG3LUMQSOACV8' where id=7;
-update noar tt set b1='74OBJ3' where id=7;
-update noar ti set b1='74OBJ3' where id=7;
-update noar tt set b2='DQ2FS82GDOWDKLFGT36X8Z3WBY5NHFZ' where id=7;
-update noar ti set b2='DQ2FS82GDOWDKLFGT36X8Z3WBY5NHFZ' where id=7;
-update noar tt set b0='847XT' where id=8;
-update noar ti set b0='847XT' where id=8;
-update noar tt set b1='DEFNGHAXTWVF7T5CFXD1YZIBXFWOE' where id=8;
-update noar ti set b1='DEFNGHAXTWVF7T5CFXD1YZIBXFWOE' where id=8;
-update noar tt set b2='I8Y94A9M12EE2PA8KH4LDCP' where id=8;
-update noar ti set b2='I8Y94A9M12EE2PA8KH4LDCP' where id=8;
-update noar tt set b0='6IWV2H0OSVESQUNFNIDM8SHM99MSEJG' where id=9;
-update noar ti set b0='6IWV2H0OSVESQUNFNIDM8SHM99MSEJG' where id=9;
-update noar tt set b1='X95F5RRP6BQRCL9ZGTR9FW' where id=9;
-update noar ti set b1='X95F5RRP6BQRCL9ZGTR9FW' where id=9;
-update noar tt set b2='EZ7MCODQ4T370IYQK0Q3Z4GE1TY4' where id=9;
-update noar ti set b2='EZ7MCODQ4T370IYQK0Q3Z4GE1TY4' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='EJAYT73EFQF0JXCSHI6FCN68I' where id=1;
-update noar ti set b0='EJAYT73EFQF0JXCSHI6FCN68I' where id=1;
-update noar tt set b1='IZ4DWL82DMXQWHO39WJ' where id=1;
-update noar ti set b1='IZ4DWL82DMXQWHO39WJ' where id=1;
-update noar tt set b2='SW9AN82TRMA3O2' where id=1;
-update noar ti set b2='SW9AN82TRMA3O2' where id=1;
-update noar tt set b0='WJJ0LQEQMCCLZ3CYQOFAQM9RCQE2S5QK' where id=2;
-update noar ti set b0='WJJ0LQEQMCCLZ3CYQOFAQM9RCQE2S5QK' where id=2;
-update noar tt set b1='IKUX9' where id=2;
-update noar ti set b1='IKUX9' where id=2;
-update noar tt set b2='TBKO9S9YME5VMUMNM' where id=2;
-update noar ti set b2='TBKO9S9YME5VMUMNM' where id=2;
-update noar tt set b0='V4K0MSWCYRKVLAR1SDGD6VI8UIB6WKTV' where id=3;
-update noar ti set b0='V4K0MSWCYRKVLAR1SDGD6VI8UIB6WKTV' where id=3;
-update noar tt set b1='82DRWXJLWU0' where id=3;
-update noar ti set b1='82DRWXJLWU0' where id=3;
-update noar tt set b2='7CJLP30J0DEZ8DHXY9QL0REB1IP6C7' where id=3;
-update noar ti set b2='7CJLP30J0DEZ8DHXY9QL0REB1IP6C7' where id=3;
-update noar tt set b0='2W1KES6ZG' where id=4;
-update noar ti set b0='2W1KES6ZG' where id=4;
-update noar tt set b1='H6S8HZOE1OC12DLH' where id=4;
-update noar ti set b1='H6S8HZOE1OC12DLH' where id=4;
-update noar tt set b2='4KCV' where id=4;
-update noar ti set b2='4KCV' where id=4;
-update noar tt set b0='E1D1' where id=5;
-update noar ti set b0='E1D1' where id=5;
-update noar tt set b1='6R93XA7P7XS56BN9RE7L8CVU30UN6' where id=5;
-update noar ti set b1='6R93XA7P7XS56BN9RE7L8CVU30UN6' where id=5;
-update noar tt set b2='12D8WBNCCKT4VDTFTN2OUY41VKL' where id=5;
-update noar ti set b2='12D8WBNCCKT4VDTFTN2OUY41VKL' where id=5;
-update noar tt set b0='7AAB27VV' where id=6;
-update noar ti set b0='7AAB27VV' where id=6;
-update noar tt set b1='6JJVG4X4O9GG' where id=6;
-update noar ti set b1='6JJVG4X4O9GG' where id=6;
-update noar tt set b2='UUJW9L1LQUN0V6CBPPYYKL' where id=6;
-update noar ti set b2='UUJW9L1LQUN0V6CBPPYYKL' where id=6;
-update noar tt set b0='H7LKPK14' where id=7;
-update noar ti set b0='H7LKPK14' where id=7;
-update noar tt set b1='NNIC' where id=7;
-update noar ti set b1='NNIC' where id=7;
-update noar tt set b2='912R7JF3SGDANWMX' where id=7;
-update noar ti set b2='912R7JF3SGDANWMX' where id=7;
-update noar tt set b0='WR68BE4JVU9LR75NRIORVNL2' where id=8;
-update noar ti set b0='WR68BE4JVU9LR75NRIORVNL2' where id=8;
-update noar tt set b1='VI5' where id=8;
-update noar ti set b1='VI5' where id=8;
-update noar tt set b2='N3PA4V290N1' where id=8;
-update noar ti set b2='N3PA4V290N1' where id=8;
-update noar tt set b0='C1SFTQNYT6CYT21WLXUJCYIMF6' where id=9;
-update noar ti set b0='C1SFTQNYT6CYT21WLXUJCYIMF6' where id=9;
-update noar tt set b1='TN13NYRJ' where id=9;
-update noar ti set b1='TN13NYRJ' where id=9;
-update noar tt set b2='D6ZM8YMGN8DKA0669II8' where id=9;
-update noar ti set b2='D6ZM8YMGN8DKA0669II8' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='1' where id=1;
-update noar ti set b0='1' where id=1;
-update noar tt set b1='L0N' where id=1;
-update noar ti set b1='L0N' where id=1;
-update noar tt set b2='AQQKVUJ9J' where id=1;
-update noar ti set b2='AQQKVUJ9J' where id=1;
-update noar tt set b0='E1PEZCW' where id=2;
-update noar ti set b0='E1PEZCW' where id=2;
-update noar tt set b1='4XBXLQHGD8YVSEQH88' where id=2;
-update noar ti set b1='4XBXLQHGD8YVSEQH88' where id=2;
-update noar tt set b2='QRLE9CRZAW0CP0CZK75' where id=2;
-update noar ti set b2='QRLE9CRZAW0CP0CZK75' where id=2;
-update noar tt set b0='4DWWUJ8FIP4H7C08QLID9' where id=3;
-update noar ti set b0='4DWWUJ8FIP4H7C08QLID9' where id=3;
-update noar tt set b1='ZWN0ARCSA4EBX52BLK36QVDRNDK7O3CW' where id=3;
-update noar ti set b1='ZWN0ARCSA4EBX52BLK36QVDRNDK7O3CW' where id=3;
-update noar tt set b2='Z' where id=3;
-update noar ti set b2='Z' where id=3;
-update noar tt set b0='UZNR324660DTPQ' where id=4;
-update noar ti set b0='UZNR324660DTPQ' where id=4;
-update noar tt set b1='ULR0Z' where id=4;
-update noar ti set b1='ULR0Z' where id=4;
-update noar tt set b2='S0WF13' where id=4;
-update noar ti set b2='S0WF13' where id=4;
-update noar tt set b0='YBO0YM' where id=5;
-update noar ti set b0='YBO0YM' where id=5;
-update noar tt set b1='GB4FX7AVD' where id=5;
-update noar ti set b1='GB4FX7AVD' where id=5;
-update noar tt set b2='WZX9U35NHLDLV4NK1ND1PL35A' where id=5;
-update noar ti set b2='WZX9U35NHLDLV4NK1ND1PL35A' where id=5;
-update noar tt set b0='9QSDYIK0X9N2SC' where id=6;
-update noar ti set b0='9QSDYIK0X9N2SC' where id=6;
-update noar tt set b1='W818Y' where id=6;
-update noar ti set b1='W818Y' where id=6;
-update noar tt set b2='KC7UY55SPKOJ' where id=6;
-update noar ti set b2='KC7UY55SPKOJ' where id=6;
-update noar tt set b0='THR6G359C' where id=7;
-update noar ti set b0='THR6G359C' where id=7;
-update noar tt set b1='9C6H4G78JPKM' where id=7;
-update noar ti set b1='9C6H4G78JPKM' where id=7;
-update noar tt set b2='8S9TGUB85I60MCM9' where id=7;
-update noar ti set b2='8S9TGUB85I60MCM9' where id=7;
-update noar tt set b0='TDL' where id=8;
-update noar ti set b0='TDL' where id=8;
-update noar tt set b1='85THFM0SKT34ARK2H1U3FIK72D9' where id=8;
-update noar ti set b1='85THFM0SKT34ARK2H1U3FIK72D9' where id=8;
-update noar tt set b2='7Y8X23H2FTD2T786JSW1R47PDBYFQ' where id=8;
-update noar ti set b2='7Y8X23H2FTD2T786JSW1R47PDBYFQ' where id=8;
-update noar tt set b0='S3Z15XFEBPYEW2NZM' where id=9;
-update noar ti set b0='S3Z15XFEBPYEW2NZM' where id=9;
-update noar tt set b1='R' where id=9;
-update noar ti set b1='R' where id=9;
-update noar tt set b2='QWIRW1T84WI9KTZ0W20Y2' where id=9;
-update noar ti set b2='QWIRW1T84WI9KTZ0W20Y2' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='22WZ3FQ0ZUBMHZV9' where id=1;
-update noar ti set b0='22WZ3FQ0ZUBMHZV9' where id=1;
-update noar tt set b1='RSR1JAJDTRHLXTSGXJZ6WQTZHUGC' where id=1;
-update noar ti set b1='RSR1JAJDTRHLXTSGXJZ6WQTZHUGC' where id=1;
-update noar tt set b2='C3KE1GRUKMX24YJ207NB0BFIGLCOJ4F' where id=1;
-update noar ti set b2='C3KE1GRUKMX24YJ207NB0BFIGLCOJ4F' where id=1;
-update noar tt set b0='K09S3DYTK7MY7GAF' where id=2;
-update noar ti set b0='K09S3DYTK7MY7GAF' where id=2;
-update noar tt set b1='6EQHPW' where id=2;
-update noar ti set b1='6EQHPW' where id=2;
-update noar tt set b2='C6TNIL' where id=2;
-update noar ti set b2='C6TNIL' where id=2;
-update noar tt set b0='CVC79L9RD8S6WHRYUKWBIB08' where id=3;
-update noar ti set b0='CVC79L9RD8S6WHRYUKWBIB08' where id=3;
-update noar tt set b1='9P6JZ6B9LP9EQ6H' where id=3;
-update noar ti set b1='9P6JZ6B9LP9EQ6H' where id=3;
-update noar tt set b2='LTR15JO1CM5LLVKS7TDVYLFG8I79ZA' where id=3;
-update noar ti set b2='LTR15JO1CM5LLVKS7TDVYLFG8I79ZA' where id=3;
-update noar tt set b0='CJ3ECLJKIC73ZSX' where id=4;
-update noar ti set b0='CJ3ECLJKIC73ZSX' where id=4;
-update noar tt set b1='MI60P6L28O1D0UQ9NPW6XDLSA67FPO85' where id=4;
-update noar ti set b1='MI60P6L28O1D0UQ9NPW6XDLSA67FPO85' where id=4;
-update noar tt set b2='CQEZH6R6A9IH00WEK8JASF5PD0' where id=4;
-update noar ti set b2='CQEZH6R6A9IH00WEK8JASF5PD0' where id=4;
-update noar tt set b0='PQBFU01JRLDBRP5' where id=5;
-update noar ti set b0='PQBFU01JRLDBRP5' where id=5;
-update noar tt set b1='ZAWCQ9NOHB7' where id=5;
-update noar ti set b1='ZAWCQ9NOHB7' where id=5;
-update noar tt set b2='ACAAP0DFRUASTFUWJKIKAG' where id=5;
-update noar ti set b2='ACAAP0DFRUASTFUWJKIKAG' where id=5;
-update noar tt set b0='NH2TH' where id=6;
-update noar ti set b0='NH2TH' where id=6;
-update noar tt set b1='SEMC3JGTY5ET8PRRTMMR0TYJ' where id=6;
-update noar ti set b1='SEMC3JGTY5ET8PRRTMMR0TYJ' where id=6;
-update noar tt set b2='I0TOS1V1SM' where id=6;
-update noar ti set b2='I0TOS1V1SM' where id=6;
-update noar tt set b0='7V30E5Q' where id=7;
-update noar ti set b0='7V30E5Q' where id=7;
-update noar tt set b1='SX' where id=7;
-update noar ti set b1='SX' where id=7;
-update noar tt set b2='Q0IG' where id=7;
-update noar ti set b2='Q0IG' where id=7;
-update noar tt set b0='9AYRVW331LKLZ' where id=8;
-update noar ti set b0='9AYRVW331LKLZ' where id=8;
-update noar tt set b1='1Z7WEU11JK9S4QS21GZV' where id=8;
-update noar ti set b1='1Z7WEU11JK9S4QS21GZV' where id=8;
-update noar tt set b2='2Q78XXOA' where id=8;
-update noar ti set b2='2Q78XXOA' where id=8;
-update noar tt set b0='7R' where id=9;
-update noar ti set b0='7R' where id=9;
-update noar tt set b1='QSC' where id=9;
-update noar ti set b1='QSC' where id=9;
-update noar tt set b2='4A2DJWOV1UP6BE59HQ' where id=9;
-update noar ti set b2='4A2DJWOV1UP6BE59HQ' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 mediumblob null,
-b1 blob null,
-b2 text 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 b0='MSIMS2NJBQ6G' where id=1;
-update noar ti set b0='MSIMS2NJBQ6G' where id=1;
-update noar tt set b1='Y5IIO7KZ46GNNTAX5XNBF8SWL2BPKFT' where id=1;
-update noar ti set b1='Y5IIO7KZ46GNNTAX5XNBF8SWL2BPKFT' where id=1;
-update noar tt set b2='SPCOX5B8PCDRZ49S' where id=1;
-update noar ti set b2='SPCOX5B8PCDRZ49S' where id=1;
-update noar tt set b0='KM5F7FYPG24L46MRK5DVAH' where id=2;
-update noar ti set b0='KM5F7FYPG24L46MRK5DVAH' where id=2;
-update noar tt set b1='V6R5EMQB' where id=2;
-update noar ti set b1='V6R5EMQB' where id=2;
-update noar tt set b2='XAY2Q60TILQGUZSILTC7YXP' where id=2;
-update noar ti set b2='XAY2Q60TILQGUZSILTC7YXP' where id=2;
-update noar tt set b0='VMHYRIMI5XQKQ1TMZAEA20' where id=3;
-update noar ti set b0='VMHYRIMI5XQKQ1TMZAEA20' where id=3;
-update noar tt set b1='0FZF4RH7GEFW6U232Y' where id=3;
-update noar ti set b1='0FZF4RH7GEFW6U232Y' where id=3;
-update noar tt set b2='Q3MMINMGRD7PCYZMQL89VY6T' where id=3;
-update noar ti set b2='Q3MMINMGRD7PCYZMQL89VY6T' where id=3;
-update noar tt set b0='UPO2F4KASA7POVOGHMFU' where id=4;
-update noar ti set b0='UPO2F4KASA7POVOGHMFU' where id=4;
-update noar tt set b1='4ASTYO' where id=4;
-update noar ti set b1='4ASTYO' where id=4;
-update noar tt set b2='V5FT7N4F2N2F2SE37RQIT3YK' where id=4;
-update noar ti set b2='V5FT7N4F2N2F2SE37RQIT3YK' where id=4;
-update noar tt set b0='UMY5ONQU217ZGJZLU097' where id=5;
-update noar ti set b0='UMY5ONQU217ZGJZLU097' where id=5;
-update noar tt set b1='PSIFNNQIUM2YS4ITLEMXXZ92K' where id=5;
-update noar ti set b1='PSIFNNQIUM2YS4ITLEMXXZ92K' where id=5;
-update noar tt set b2='TCFFM6RBB6M1XOLMIUW' where id=5;
-update noar ti set b2='TCFFM6RBB6M1XOLMIUW' where id=5;
-update noar tt set b0='82JBQJR5KY7VHPDLR6W5' where id=6;
-update noar ti set b0='82JBQJR5KY7VHPDLR6W5' where id=6;
-update noar tt set b1='DME03HOM3Z9XOMCT53FT2T' where id=6;
-update noar ti set b1='DME03HOM3Z9XOMCT53FT2T' where id=6;
-update noar tt set b2='O5R4TX3ORZR1' where id=6;
-update noar ti set b2='O5R4TX3ORZR1' where id=6;
-update noar tt set b0='SLP' where id=7;
-update noar ti set b0='SLP' where id=7;
-update noar tt set b1='DYCNPMKRY12UGG9Y02AP8E2Y' where id=7;
-update noar ti set b1='DYCNPMKRY12UGG9Y02AP8E2Y' where id=7;
-update noar tt set b2='FFNU' where id=7;
-update noar ti set b2='FFNU' where id=7;
-update noar tt set b0='S8G07KK16CPD0KMT054BQQX4BQV' where id=8;
-update noar ti set b0='S8G07KK16CPD0KMT054BQQX4BQV' where id=8;
-update noar tt set b1='HB2H5C7HI01TZ4KNXIFKVF0ZCL' where id=8;
-update noar ti set b1='HB2H5C7HI01TZ4KNXIFKVF0ZCL' where id=8;
-update noar tt set b2='9JSROBS45G4M878HRRYDLAYS' where id=8;
-update noar ti set b2='9JSROBS45G4M878HRRYDLAYS' where id=8;
-update noar tt set b0='ZUD7W4N1ATN' where id=9;
-update noar ti set b0='ZUD7W4N1ATN' where id=9;
-update noar tt set b1='7D7MPVZ7LIJY41ANQPC83APJM' where id=9;
-update noar ti set b1='7D7MPVZ7LIJY41ANQPC83APJM' where id=9;
-update noar tt set b2='7E83N26' where id=9;
-update noar ti set b2='7E83N26' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 mediumblob not null,
-b1 blob not null,
-b2 text 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 b0='P' where id=1;
-update noar ti set b0='P' where id=1;
-update noar tt set b1='P5GXUISHA' where id=1;
-update noar ti set b1='P5GXUISHA' where id=1;
-update noar tt set b2='AMKV' where id=1;
-update noar ti set b2='AMKV' where id=1;
-update noar tt set b0='1M' where id=2;
-update noar ti set b0='1M' where id=2;
-update noar tt set b1='ZLEERLPLTTANHGEC1' where id=2;
-update noar ti set b1='ZLEERLPLTTANHGEC1' where id=2;
-update noar tt set b2='E9MAJQCI94PY45VT1HU1782Y11O' where id=2;
-update noar ti set b2='E9MAJQCI94PY45VT1HU1782Y11O' where id=2;
-update noar tt set b0='Z4S528S2502' where id=3;
-update noar ti set b0='Z4S528S2502' where id=3;
-update noar tt set b1='2V7M3LQPCA5R4K1KMZ421RD' where id=3;
-update noar ti set b1='2V7M3LQPCA5R4K1KMZ421RD' where id=3;
-update noar tt set b2='SP0RNMDX0NFV1K' where id=3;
-update noar ti set b2='SP0RNMDX0NFV1K' where id=3;
-update noar tt set b0='GXA0MTKXAS9S26FODNE' where id=4;
-update noar ti set b0='GXA0MTKXAS9S26FODNE' where id=4;
-update noar tt set b1='2UE2V5MBC' where id=4;
-update noar ti set b1='2UE2V5MBC' where id=4;
-update noar tt set b2='91U6BU5TSUXJN35WXO4U872K3' where id=4;
-update noar ti set b2='91U6BU5TSUXJN35WXO4U872K3' where id=4;
-update noar tt set b0='FDRN6' where id=5;
-update noar ti set b0='FDRN6' where id=5;
-update noar tt set b1='UUBC4ORQHCTQP1' where id=5;
-update noar ti set b1='UUBC4ORQHCTQP1' where id=5;
-update noar tt set b2='27NP2S41' where id=5;
-update noar ti set b2='27NP2S41' where id=5;
-update noar tt set b0='7' where id=6;
-update noar ti set b0='7' where id=6;
-update noar tt set b1='QM84AD1VSB556AWDB03WYCUJ' where id=6;
-update noar ti set b1='QM84AD1VSB556AWDB03WYCUJ' where id=6;
-update noar tt set b2='2S4DPYHBAX4EOLDX0RMWIOK' where id=6;
-update noar ti set b2='2S4DPYHBAX4EOLDX0RMWIOK' where id=6;
-update noar tt set b0='QD' where id=7;
-update noar ti set b0='QD' where id=7;
-update noar tt set b1='28CGS888QNM6Z99UNARO' where id=7;
-update noar ti set b1='28CGS888QNM6Z99UNARO' where id=7;
-update noar tt set b2='MVLD78E1J' where id=7;
-update noar ti set b2='MVLD78E1J' where id=7;
-update noar tt set b0='LJ66FSSAA170ELUMEPIWZP0OZ8P2DUL' where id=8;
-update noar ti set b0='LJ66FSSAA170ELUMEPIWZP0OZ8P2DUL' where id=8;
-update noar tt set b1='GDNJAHWG' where id=8;
-update noar ti set b1='GDNJAHWG' where id=8;
-update noar tt set b2='LGD' where id=8;
-update noar ti set b2='LGD' where id=8;
-update noar tt set b0='Y0P4H' where id=9;
-update noar ti set b0='Y0P4H' where id=9;
-update noar tt set b1='F2QNF3D1BQGC' where id=9;
-update noar ti set b1='F2QNF3D1BQGC' where id=9;
-update noar tt set b2='ZJPHA58THT4GPYHW6MNEH5CBJ0' where id=9;
-update noar ti set b2='ZJPHA58THT4GPYHW6MNEH5CBJ0' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='346' where id=1;
-update noar ti set b0='346' where id=1;
-update noar tt set b1='84P9J' where id=1;
-update noar ti set b1='84P9J' where id=1;
-update noar tt set b2='IQWRE' where id=1;
-update noar ti set b2='IQWRE' where id=1;
-update noar tt set b0='H2W8A0RDIBPXG6O0U2U3E4R224' where id=2;
-update noar ti set b0='H2W8A0RDIBPXG6O0U2U3E4R224' where id=2;
-update noar tt set b1='P450GN9OV9' where id=2;
-update noar ti set b1='P450GN9OV9' where id=2;
-update noar tt set b2='KQ5M' where id=2;
-update noar ti set b2='KQ5M' where id=2;
-update noar tt set b0='JW4F0728JTXKM5LS3MJM3ZDKP6YKQU' where id=3;
-update noar ti set b0='JW4F0728JTXKM5LS3MJM3ZDKP6YKQU' where id=3;
-update noar tt set b1='T274QNQKO7Z86FJP42CE3XQ3DR5AES' where id=3;
-update noar ti set b1='T274QNQKO7Z86FJP42CE3XQ3DR5AES' where id=3;
-update noar tt set b2='4J' where id=3;
-update noar ti set b2='4J' where id=3;
-update noar tt set b0='9EFS5L36GAFM' where id=4;
-update noar ti set b0='9EFS5L36GAFM' where id=4;
-update noar tt set b1='D2UJVNS01272WL' where id=4;
-update noar ti set b1='D2UJVNS01272WL' where id=4;
-update noar tt set b2='7H8S2RDEH56IK9IJ6WMK6B1W77' where id=4;
-update noar ti set b2='7H8S2RDEH56IK9IJ6WMK6B1W77' where id=4;
-update noar tt set b0='WEU7FNNNUOW5FC' where id=5;
-update noar ti set b0='WEU7FNNNUOW5FC' where id=5;
-update noar tt set b1='VJLDG5FDJR41ZVYK' where id=5;
-update noar ti set b1='VJLDG5FDJR41ZVYK' where id=5;
-update noar tt set b2='505CKWK5SYJ1H33XP8YE4A9' where id=5;
-update noar ti set b2='505CKWK5SYJ1H33XP8YE4A9' where id=5;
-update noar tt set b0='VE4C61TWA5J5CM6' where id=6;
-update noar ti set b0='VE4C61TWA5J5CM6' where id=6;
-update noar tt set b1='W' where id=6;
-update noar ti set b1='W' where id=6;
-update noar tt set b2='9IM9MHLNVEJLORYR2' where id=6;
-update noar ti set b2='9IM9MHLNVEJLORYR2' where id=6;
-update noar tt set b0='PRJ18M7J9BOG7YE' where id=7;
-update noar ti set b0='PRJ18M7J9BOG7YE' where id=7;
-update noar tt set b1='LFTA28KX75B9TPTWXFG4Q' where id=7;
-update noar ti set b1='LFTA28KX75B9TPTWXFG4Q' where id=7;
-update noar tt set b2='LHVJ7NXTRNOKGBMDEWJQ' where id=7;
-update noar ti set b2='LHVJ7NXTRNOKGBMDEWJQ' where id=7;
-update noar tt set b0='BG9I68B' where id=8;
-update noar ti set b0='BG9I68B' where id=8;
-update noar tt set b1='ISCD8G04JC794SIL3LX8MLI7' where id=8;
-update noar ti set b1='ISCD8G04JC794SIL3LX8MLI7' where id=8;
-update noar tt set b2='DG' where id=8;
-update noar ti set b2='DG' where id=8;
-update noar tt set b0='YGKP2NRFBRT84' where id=9;
-update noar ti set b0='YGKP2NRFBRT84' where id=9;
-update noar tt set b1='03VF' where id=9;
-update noar ti set b1='03VF' where id=9;
-update noar tt set b2='90UQKJYBNHND17GAR' where id=9;
-update noar ti set b2='90UQKJYBNHND17GAR' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='6YRU50V3ATPC501BOQVTXL8868L52' where id=1;
-update noar ti set b0='6YRU50V3ATPC501BOQVTXL8868L52' where id=1;
-update noar tt set b1='08BIC1P1Q' where id=1;
-update noar ti set b1='08BIC1P1Q' where id=1;
-update noar tt set b2='QPDNDN7EYKKAHIJT0VRSGTUWDP06QHQ8' where id=1;
-update noar ti set b2='QPDNDN7EYKKAHIJT0VRSGTUWDP06QHQ8' where id=1;
-update noar tt set b0='NKZDG9CXZA' where id=2;
-update noar ti set b0='NKZDG9CXZA' where id=2;
-update noar tt set b1='BG825UXM2D' where id=2;
-update noar ti set b1='BG825UXM2D' where id=2;
-update noar tt set b2='K2NJILYK234B' where id=2;
-update noar ti set b2='K2NJILYK234B' where id=2;
-update noar tt set b0='15NIC8087P5' where id=3;
-update noar ti set b0='15NIC8087P5' where id=3;
-update noar tt set b1='B8YX3XP' where id=3;
-update noar ti set b1='B8YX3XP' where id=3;
-update noar tt set b2='CRDN503VDT' where id=3;
-update noar ti set b2='CRDN503VDT' where id=3;
-update noar tt set b0='AYT6AIF9FWQVV' where id=4;
-update noar ti set b0='AYT6AIF9FWQVV' where id=4;
-update noar tt set b1='E6O0' where id=4;
-update noar ti set b1='E6O0' where id=4;
-update noar tt set b2='OQ6A2BIUO3SVK0PD0OJ8DEFSXPUHUE' where id=4;
-update noar ti set b2='OQ6A2BIUO3SVK0PD0OJ8DEFSXPUHUE' where id=4;
-update noar tt set b0='P1LP9441U28B3EUW6CGMYACKB0' where id=5;
-update noar ti set b0='P1LP9441U28B3EUW6CGMYACKB0' where id=5;
-update noar tt set b1='YMP9WH9TM5VO2S0GEMK76P76H9MZ' where id=5;
-update noar ti set b1='YMP9WH9TM5VO2S0GEMK76P76H9MZ' where id=5;
-update noar tt set b2='BDIH' where id=5;
-update noar ti set b2='BDIH' where id=5;
-update noar tt set b0='1SDQR5' where id=6;
-update noar ti set b0='1SDQR5' where id=6;
-update noar tt set b1='0X9NCUXZIG22B5' where id=6;
-update noar ti set b1='0X9NCUXZIG22B5' where id=6;
-update noar tt set b2='TOUZPMSNGRWDR' where id=6;
-update noar ti set b2='TOUZPMSNGRWDR' where id=6;
-update noar tt set b0='CPO187XAHQEGW1S1FDAZDSPYQ' where id=7;
-update noar ti set b0='CPO187XAHQEGW1S1FDAZDSPYQ' where id=7;
-update noar tt set b1='3QIV1PEBAB0L' where id=7;
-update noar ti set b1='3QIV1PEBAB0L' where id=7;
-update noar tt set b2='GMMB0GKL315' where id=7;
-update noar ti set b2='GMMB0GKL315' where id=7;
-update noar tt set b0='RS13W6Z1AUXR' where id=8;
-update noar ti set b0='RS13W6Z1AUXR' where id=8;
-update noar tt set b1='4Z2H3V52XRMAUMY763NOO3GV' where id=8;
-update noar ti set b1='4Z2H3V52XRMAUMY763NOO3GV' where id=8;
-update noar tt set b2='GIW1FTH8TB' where id=8;
-update noar ti set b2='GIW1FTH8TB' where id=8;
-update noar tt set b0='92G26S3NU86O7DGGURQ71' where id=9;
-update noar ti set b0='92G26S3NU86O7DGGURQ71' where id=9;
-update noar tt set b1='K5R79G5VTHRSCP' where id=9;
-update noar ti set b1='K5R79G5VTHRSCP' where id=9;
-update noar tt set b2='2TOUXTX37XZ7W6Q' where id=9;
-update noar ti set b2='2TOUXTX37XZ7W6Q' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='K20XMQ5ICM14FF' where id=1;
-update noar ti set b0='K20XMQ5ICM14FF' where id=1;
-update noar tt set b1='0NR' where id=1;
-update noar ti set b1='0NR' where id=1;
-update noar tt set b2='YKOUNOC' where id=1;
-update noar ti set b2='YKOUNOC' where id=1;
-update noar tt set b0='2CT8R' where id=2;
-update noar ti set b0='2CT8R' where id=2;
-update noar tt set b1='TZYUMDD' where id=2;
-update noar ti set b1='TZYUMDD' where id=2;
-update noar tt set b2='O4MWZJS' where id=2;
-update noar ti set b2='O4MWZJS' where id=2;
-update noar tt set b0='3K8UTRHBGC352I4A9ZL4OTCY2P' where id=3;
-update noar ti set b0='3K8UTRHBGC352I4A9ZL4OTCY2P' where id=3;
-update noar tt set b1='YFA5ZHPQNH4SIXSM5J5B5JC6NOS4JCH9' where id=3;
-update noar ti set b1='YFA5ZHPQNH4SIXSM5J5B5JC6NOS4JCH9' where id=3;
-update noar tt set b2='0Y478KRDRJM5E9HUGFQW83415' where id=3;
-update noar ti set b2='0Y478KRDRJM5E9HUGFQW83415' where id=3;
-update noar tt set b0='89V0' where id=4;
-update noar ti set b0='89V0' where id=4;
-update noar tt set b1='YOCMJQV9DMNGBXH6L' where id=4;
-update noar ti set b1='YOCMJQV9DMNGBXH6L' where id=4;
-update noar tt set b2='6KRBZ6KSR3K1UH327XJ8RXRM' where id=4;
-update noar ti set b2='6KRBZ6KSR3K1UH327XJ8RXRM' where id=4;
-update noar tt set b0='7M6EI4TJBNVQIZE3FA1TCCT0ABAW9EJ6' where id=5;
-update noar ti set b0='7M6EI4TJBNVQIZE3FA1TCCT0ABAW9EJ6' where id=5;
-update noar tt set b1='BHCJENERCZ2FDYWH7CH51FSL' where id=5;
-update noar ti set b1='BHCJENERCZ2FDYWH7CH51FSL' where id=5;
-update noar tt set b2='YXMUXG3P' where id=5;
-update noar ti set b2='YXMUXG3P' where id=5;
-update noar tt set b0='5' where id=6;
-update noar ti set b0='5' where id=6;
-update noar tt set b1='MSO2AU2INQ8KQFHQFEKC1' where id=6;
-update noar ti set b1='MSO2AU2INQ8KQFHQFEKC1' where id=6;
-update noar tt set b2='YQC2SIYODUIG88' where id=6;
-update noar ti set b2='YQC2SIYODUIG88' where id=6;
-update noar tt set b0='BZGP0N0WW94' where id=7;
-update noar ti set b0='BZGP0N0WW94' where id=7;
-update noar tt set b1='OSWCW9CV7KLK1RZ9MECOP5' where id=7;
-update noar ti set b1='OSWCW9CV7KLK1RZ9MECOP5' where id=7;
-update noar tt set b2='9X2HWBJ7OC1PBQ4' where id=7;
-update noar ti set b2='9X2HWBJ7OC1PBQ4' where id=7;
-update noar tt set b0='FQIUY7LUR3KKEG2E7KEFED5V0MW' where id=8;
-update noar ti set b0='FQIUY7LUR3KKEG2E7KEFED5V0MW' where id=8;
-update noar tt set b1='AUZSU' where id=8;
-update noar ti set b1='AUZSU' where id=8;
-update noar tt set b2='FGRCY' where id=8;
-update noar ti set b2='FGRCY' where id=8;
-update noar tt set b0='H5E6IJMPXJC' where id=9;
-update noar ti set b0='H5E6IJMPXJC' where id=9;
-update noar tt set b1='G62F1053W7' where id=9;
-update noar ti set b1='G62F1053W7' where id=9;
-update noar tt set b2='NPHPQ560DCNFGUEA' where id=9;
-update noar ti set b2='NPHPQ560DCNFGUEA' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='UEPOWINI' where id=1;
-update noar ti set b0='UEPOWINI' where id=1;
-update noar tt set b1='WKGVV76LB4UBMC48HIBLD4M2QE' where id=1;
-update noar ti set b1='WKGVV76LB4UBMC48HIBLD4M2QE' where id=1;
-update noar tt set b2='5V37M1DQ' where id=1;
-update noar ti set b2='5V37M1DQ' where id=1;
-update noar tt set b0='OBULB2GPD7Y0PV4V79DLOLMT9' where id=2;
-update noar ti set b0='OBULB2GPD7Y0PV4V79DLOLMT9' where id=2;
-update noar tt set b1='IWQW2X42COGFS0A8F0N3KN6PG' where id=2;
-update noar ti set b1='IWQW2X42COGFS0A8F0N3KN6PG' where id=2;
-update noar tt set b2='AD4X5P' where id=2;
-update noar ti set b2='AD4X5P' where id=2;
-update noar tt set b0='LG1LPJUAI4MQXKO9D1O8Z08P18UM8Y' where id=3;
-update noar ti set b0='LG1LPJUAI4MQXKO9D1O8Z08P18UM8Y' where id=3;
-update noar tt set b1='CTGY99WEBKZH4SNWY' where id=3;
-update noar ti set b1='CTGY99WEBKZH4SNWY' where id=3;
-update noar tt set b2='L7GNOLVYTONCJ5MDK3ODKX2X' where id=3;
-update noar ti set b2='L7GNOLVYTONCJ5MDK3ODKX2X' where id=3;
-update noar tt set b0='OHUPUAZC2TARNQ' where id=4;
-update noar ti set b0='OHUPUAZC2TARNQ' where id=4;
-update noar tt set b1='F6R9J9' where id=4;
-update noar ti set b1='F6R9J9' where id=4;
-update noar tt set b2='WX' where id=4;
-update noar ti set b2='WX' where id=4;
-update noar tt set b0='4UARZDMBUV2RQRU49623Y0VMSQ' where id=5;
-update noar ti set b0='4UARZDMBUV2RQRU49623Y0VMSQ' where id=5;
-update noar tt set b1='VP34VK10RASDCQI3X7J0JO8X' where id=5;
-update noar ti set b1='VP34VK10RASDCQI3X7J0JO8X' where id=5;
-update noar tt set b2='WJFFRJB3AJQQGAN3NOHS3N9D86G' where id=5;
-update noar ti set b2='WJFFRJB3AJQQGAN3NOHS3N9D86G' where id=5;
-update noar tt set b0='V7TA9' where id=6;
-update noar ti set b0='V7TA9' where id=6;
-update noar tt set b1='IK3UI59XXL9H5T6CWY8M1WIUP7OJK' where id=6;
-update noar ti set b1='IK3UI59XXL9H5T6CWY8M1WIUP7OJK' where id=6;
-update noar tt set b2='1ACTUFUYBTQCY2R8S1K2ACLF' where id=6;
-update noar ti set b2='1ACTUFUYBTQCY2R8S1K2ACLF' where id=6;
-update noar tt set b0='T625PDFFOBDUJK2A1KVE' where id=7;
-update noar ti set b0='T625PDFFOBDUJK2A1KVE' where id=7;
-update noar tt set b1='23SSDBWB4TSWB8YIPAD5T3ZGHOH2FI9O' where id=7;
-update noar ti set b1='23SSDBWB4TSWB8YIPAD5T3ZGHOH2FI9O' where id=7;
-update noar tt set b2='U68BHPDQ6KDFQI865PZQ1DA' where id=7;
-update noar ti set b2='U68BHPDQ6KDFQI865PZQ1DA' where id=7;
-update noar tt set b0='4AFE5FF6SUQWPVRX9DY7PTS647D29H1I' where id=8;
-update noar ti set b0='4AFE5FF6SUQWPVRX9DY7PTS647D29H1I' where id=8;
-update noar tt set b1='2JY8X3GADKY0S1VT8Q' where id=8;
-update noar ti set b1='2JY8X3GADKY0S1VT8Q' where id=8;
-update noar tt set b2='ZIF9BYLNGX154X8K' where id=8;
-update noar ti set b2='ZIF9BYLNGX154X8K' where id=8;
-update noar tt set b0='7H1TU8YP5A0D' where id=9;
-update noar ti set b0='7H1TU8YP5A0D' where id=9;
-update noar tt set b1='ADW9A33GI' where id=9;
-update noar ti set b1='ADW9A33GI' where id=9;
-update noar tt set b2='6IU5TYU9OCB3F4UN9A10HLRF' where id=9;
-update noar ti set b2='6IU5TYU9OCB3F4UN9A10HLRF' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='P6WFN8S6301YT6PTL2H19SDUG1L' where id=1;
-update noar ti set b0='P6WFN8S6301YT6PTL2H19SDUG1L' where id=1;
-update noar tt set b1='WT4OI' where id=1;
-update noar ti set b1='WT4OI' where id=1;
-update noar tt set b2='GNZ' where id=1;
-update noar ti set b2='GNZ' where id=1;
-update noar tt set b0='POPSLHFW5QON1FT7AYJ6Y' where id=2;
-update noar ti set b0='POPSLHFW5QON1FT7AYJ6Y' where id=2;
-update noar tt set b1='HY3' where id=2;
-update noar ti set b1='HY3' where id=2;
-update noar tt set b2='ARFF5BETLD8AJJM' where id=2;
-update noar ti set b2='ARFF5BETLD8AJJM' where id=2;
-update noar tt set b0='HZ3U9ACQD0RZ' where id=3;
-update noar ti set b0='HZ3U9ACQD0RZ' where id=3;
-update noar tt set b1='Y730TNJRJFZT8LHDQHDDBD68JBF7G00' where id=3;
-update noar ti set b1='Y730TNJRJFZT8LHDQHDDBD68JBF7G00' where id=3;
-update noar tt set b2='3Y9W090ESO0SDFNCUJJN' where id=3;
-update noar ti set b2='3Y9W090ESO0SDFNCUJJN' where id=3;
-update noar tt set b0='TX753P8Y6OEJRGCRQ36FJGP0M11L' where id=4;
-update noar ti set b0='TX753P8Y6OEJRGCRQ36FJGP0M11L' where id=4;
-update noar tt set b1='O4SSRIWGVDZTTA9VZP7' where id=4;
-update noar ti set b1='O4SSRIWGVDZTTA9VZP7' where id=4;
-update noar tt set b2='2KHD2MAZPKM6EGWVU47WVF' where id=4;
-update noar ti set b2='2KHD2MAZPKM6EGWVU47WVF' where id=4;
-update noar tt set b0='4QVZKM' where id=5;
-update noar ti set b0='4QVZKM' where id=5;
-update noar tt set b1='0NJVRH' where id=5;
-update noar ti set b1='0NJVRH' where id=5;
-update noar tt set b2='V' where id=5;
-update noar ti set b2='V' where id=5;
-update noar tt set b0='85RL2F4OBNK' where id=6;
-update noar ti set b0='85RL2F4OBNK' where id=6;
-update noar tt set b1='PYGDSSP9E9' where id=6;
-update noar ti set b1='PYGDSSP9E9' where id=6;
-update noar tt set b2='2N5XN6O' where id=6;
-update noar ti set b2='2N5XN6O' where id=6;
-update noar tt set b0='QQG91P0SP1AXBV34X7I' where id=7;
-update noar ti set b0='QQG91P0SP1AXBV34X7I' where id=7;
-update noar tt set b1='QJ1RI65PXRIB3XNSIPJ05V5M' where id=7;
-update noar ti set b1='QJ1RI65PXRIB3XNSIPJ05V5M' where id=7;
-update noar tt set b2='NL13BN1UF870L4WD' where id=7;
-update noar ti set b2='NL13BN1UF870L4WD' where id=7;
-update noar tt set b0='OSZALWNP8A' where id=8;
-update noar ti set b0='OSZALWNP8A' where id=8;
-update noar tt set b1='UP1EOBGBI73I3QMI8G0P1' where id=8;
-update noar ti set b1='UP1EOBGBI73I3QMI8G0P1' where id=8;
-update noar tt set b2='1DTP8Z5509706J5MDAS4733S7Q2JEKF3' where id=8;
-update noar ti set b2='1DTP8Z5509706J5MDAS4733S7Q2JEKF3' where id=8;
-update noar tt set b0='PKDZWEWQW3FAGDMI5QLSLWQZP0' where id=9;
-update noar ti set b0='PKDZWEWQW3FAGDMI5QLSLWQZP0' where id=9;
-update noar tt set b1='W3GGOEW4YI6WM09QR51DU2VCH6N6T4FZ' where id=9;
-update noar ti set b1='W3GGOEW4YI6WM09QR51DU2VCH6N6T4FZ' where id=9;
-update noar tt set b2='TOR4GCUAWVDT2TTR8HGUK38T0QVS3D1Z' where id=9;
-update noar ti set b2='TOR4GCUAWVDT2TTR8HGUK38T0QVS3D1Z' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='GXSOQ7Y8MU0T2NYW81VXE7' where id=1;
-update noar ti set b0='GXSOQ7Y8MU0T2NYW81VXE7' where id=1;
-update noar tt set b1='9IKISSJJP94ULPMVA3PY' where id=1;
-update noar ti set b1='9IKISSJJP94ULPMVA3PY' where id=1;
-update noar tt set b2='6F0A1XO70VDST4Y' where id=1;
-update noar ti set b2='6F0A1XO70VDST4Y' where id=1;
-update noar tt set b0='2658MQ8OLXXWUYZS2' where id=2;
-update noar ti set b0='2658MQ8OLXXWUYZS2' where id=2;
-update noar tt set b1='2' where id=2;
-update noar ti set b1='2' where id=2;
-update noar tt set b2='XYNDTRKJ7N4C4JK' where id=2;
-update noar ti set b2='XYNDTRKJ7N4C4JK' where id=2;
-update noar tt set b0='G' where id=3;
-update noar ti set b0='G' where id=3;
-update noar tt set b1='1ZWM1CMIOZ1L70L' where id=3;
-update noar ti set b1='1ZWM1CMIOZ1L70L' where id=3;
-update noar tt set b2='KZEPB0CKY04QY3T406ZJ7QPP49UE' where id=3;
-update noar ti set b2='KZEPB0CKY04QY3T406ZJ7QPP49UE' where id=3;
-update noar tt set b0='DN6TGQGWLFC7FNCDVB4V1H1RUNTT' where id=4;
-update noar ti set b0='DN6TGQGWLFC7FNCDVB4V1H1RUNTT' where id=4;
-update noar tt set b1='SE0A7EG7OJHQS' where id=4;
-update noar ti set b1='SE0A7EG7OJHQS' where id=4;
-update noar tt set b2='3LDB8TIZUDRDCXM15U' where id=4;
-update noar ti set b2='3LDB8TIZUDRDCXM15U' where id=4;
-update noar tt set b0='RMQV63TKMJ6J' where id=5;
-update noar ti set b0='RMQV63TKMJ6J' where id=5;
-update noar tt set b1='R13LT1CXL6OUC737DD3C5A' where id=5;
-update noar ti set b1='R13LT1CXL6OUC737DD3C5A' where id=5;
-update noar tt set b2='GL2HS67PERDK2WI2P423ZLXL' where id=5;
-update noar ti set b2='GL2HS67PERDK2WI2P423ZLXL' where id=5;
-update noar tt set b0='SVDK4ZRGTOY4V7ZJ2XQQUKE0UL0EMJ' where id=6;
-update noar ti set b0='SVDK4ZRGTOY4V7ZJ2XQQUKE0UL0EMJ' where id=6;
-update noar tt set b1='W70M' where id=6;
-update noar ti set b1='W70M' where id=6;
-update noar tt set b2='QADLOFC4Q' where id=6;
-update noar ti set b2='QADLOFC4Q' where id=6;
-update noar tt set b0='3MIAR00DAZ' where id=7;
-update noar ti set b0='3MIAR00DAZ' where id=7;
-update noar tt set b1='01PA8WLFSFEZN2XA' where id=7;
-update noar ti set b1='01PA8WLFSFEZN2XA' where id=7;
-update noar tt set b2='8R1GFIUYGLP' where id=7;
-update noar ti set b2='8R1GFIUYGLP' where id=7;
-update noar tt set b0='KRMIL9JIRJJB5HW8BXCXK61VM1YYV2XR' where id=8;
-update noar ti set b0='KRMIL9JIRJJB5HW8BXCXK61VM1YYV2XR' where id=8;
-update noar tt set b1='8T1FA8H9B75Y191OC48Z738' where id=8;
-update noar ti set b1='8T1FA8H9B75Y191OC48Z738' 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 b0='CMOIIWX5R96XEN7GDP7O0' where id=9;
-update noar ti set b0='CMOIIWX5R96XEN7GDP7O0' where id=9;
-update noar tt set b1='PQNHV3TGXWYVB207C3KIXO0E6UFOG92J' where id=9;
-update noar ti set b1='PQNHV3TGXWYVB207C3KIXO0E6UFOG92J' where id=9;
-update noar tt set b2='QV1KYD2TXGLPZ' where id=9;
-update noar ti set b2='QV1KYD2TXGLPZ' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='YVZSPRURV56CHEXFPAJNC91114ZFQ48' where id=1;
-update noar ti set b0='YVZSPRURV56CHEXFPAJNC91114ZFQ48' where id=1;
-update noar tt set b1='DGL1F7Z08WLV5IQMJ5OQ9' where id=1;
-update noar ti set b1='DGL1F7Z08WLV5IQMJ5OQ9' where id=1;
-update noar tt set b2='YHU0YFWJ36TZBUY39RURXU3F' where id=1;
-update noar ti set b2='YHU0YFWJ36TZBUY39RURXU3F' where id=1;
-update noar tt set b0='1KDWZ6' where id=2;
-update noar ti set b0='1KDWZ6' where id=2;
-update noar tt set b1='WPKIJGS8U6OW0KQ' where id=2;
-update noar ti set b1='WPKIJGS8U6OW0KQ' where id=2;
-update noar tt set b2='UKNXU2D6' where id=2;
-update noar ti set b2='UKNXU2D6' where id=2;
-update noar tt set b0='DNXQTCNIILPE3' where id=3;
-update noar ti set b0='DNXQTCNIILPE3' where id=3;
-update noar tt set b1='VVTVVMZB8ZJ1C4N80DUWUL' where id=3;
-update noar ti set b1='VVTVVMZB8ZJ1C4N80DUWUL' where id=3;
-update noar tt set b2='1IYDTB9RW' where id=3;
-update noar ti set b2='1IYDTB9RW' where id=3;
-update noar tt set b0='SM9S4RM2OLJHH82OK1VV' where id=4;
-update noar ti set b0='SM9S4RM2OLJHH82OK1VV' where id=4;
-update noar tt set b1='ZGVH' where id=4;
-update noar ti set b1='ZGVH' where id=4;
-update noar tt set b2='BVJLZ3DPZ457XP92SFPLVA6GK' where id=4;
-update noar ti set b2='BVJLZ3DPZ457XP92SFPLVA6GK' where id=4;
-update noar tt set b0='VPQSA3J7S0CCZ8Q71AD0XJQS' where id=5;
-update noar ti set b0='VPQSA3J7S0CCZ8Q71AD0XJQS' where id=5;
-update noar tt set b1='0J53AY66ZO18P4G1CIW1U1N9Q9PBQ' where id=5;
-update noar ti set b1='0J53AY66ZO18P4G1CIW1U1N9Q9PBQ' where id=5;
-update noar tt set b2='2UH3OD3L49N2KVWVVNDTGYSX9' where id=5;
-update noar ti set b2='2UH3OD3L49N2KVWVVNDTGYSX9' where id=5;
-update noar tt set b0='027HVWMX' where id=6;
-update noar ti set b0='027HVWMX' where id=6;
-update noar tt set b1='0EWP60VWSG' where id=6;
-update noar ti set b1='0EWP60VWSG' where id=6;
-update noar tt set b2='SBWDFAWDP2PW8PC1LYZ' where id=6;
-update noar ti set b2='SBWDFAWDP2PW8PC1LYZ' where id=6;
-update noar tt set b0='VC224VNW0C118R1ABKF1MEX' where id=7;
-update noar ti set b0='VC224VNW0C118R1ABKF1MEX' where id=7;
-update noar tt set b1='YJAVPB3O' where id=7;
-update noar ti set b1='YJAVPB3O' where id=7;
-update noar tt set b2='XOH8YK' where id=7;
-update noar ti set b2='XOH8YK' where id=7;
-update noar tt set b0='I4PTT0OYGANXEAGYHO191GY' where id=8;
-update noar ti set b0='I4PTT0OYGANXEAGYHO191GY' where id=8;
-update noar tt set b1='97' where id=8;
-update noar ti set b1='97' where id=8;
-update noar tt set b2='0G4US9C6ME2U9UW8ASP0O89' where id=8;
-update noar ti set b2='0G4US9C6ME2U9UW8ASP0O89' where id=8;
-update noar tt set b0='MHIHYR7MNOZXNZDRRKVCJB1GQANIA12' where id=9;
-update noar ti set b0='MHIHYR7MNOZXNZDRRKVCJB1GQANIA12' where id=9;
-update noar tt set b1='RV9YGBTMGKJZ8U11TJMECE' where id=9;
-update noar ti set b1='RV9YGBTMGKJZ8U11TJMECE' where id=9;
-update noar tt set b2='ZT9BB6HA1L80DAEKJFME' where id=9;
-update noar ti set b2='ZT9BB6HA1L80DAEKJFME' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='6CAUYPW6EL' where id=1;
-update noar ti set b0='6CAUYPW6EL' where id=1;
-update noar tt set b1='NV9BR1BI6UJ' where id=1;
-update noar ti set b1='NV9BR1BI6UJ' where id=1;
-update noar tt set b2='JOXP2S3T0ZCVVKF' where id=1;
-update noar ti set b2='JOXP2S3T0ZCVVKF' where id=1;
-update noar tt set b0='736HKDM40' where id=2;
-update noar ti set b0='736HKDM40' where id=2;
-update noar tt set b1='999TXVGNA1FPQR' where id=2;
-update noar ti set b1='999TXVGNA1FPQR' where id=2;
-update noar tt set b2='8EQOQLECSGYGZT38X7YJPQ5FKFX1P1' where id=2;
-update noar ti set b2='8EQOQLECSGYGZT38X7YJPQ5FKFX1P1' where id=2;
-update noar tt set b0='VG0' where id=3;
-update noar ti set b0='VG0' where id=3;
-update noar tt set b1='5FRJYS' where id=3;
-update noar ti set b1='5FRJYS' where id=3;
-update noar tt set b2='EECZUH6K5PZ7CTY' where id=3;
-update noar ti set b2='EECZUH6K5PZ7CTY' where id=3;
-update noar tt set b0='M9T0HGZZGR' where id=4;
-update noar ti set b0='M9T0HGZZGR' where id=4;
-update noar tt set b1='QSDMVSYKJXJWIOO9K9' where id=4;
-update noar ti set b1='QSDMVSYKJXJWIOO9K9' where id=4;
-update noar tt set b2='6VWOLASJWXEEE2KGIEHXJUFO' where id=4;
-update noar ti set b2='6VWOLASJWXEEE2KGIEHXJUFO' where id=4;
-update noar tt set b0='AASGZL6TG912HM2MOCXUR' where id=5;
-update noar ti set b0='AASGZL6TG912HM2MOCXUR' where id=5;
-update noar tt set b1='P5KHI1V4LZF02XW' where id=5;
-update noar ti set b1='P5KHI1V4LZF02XW' where id=5;
-update noar tt set b2='EXSL7PAYETH8I' where id=5;
-update noar ti set b2='EXSL7PAYETH8I' where id=5;
-update noar tt set b0='0XN1YJICC01KGESUZF0H0L4OR5ML8K' where id=6;
-update noar ti set b0='0XN1YJICC01KGESUZF0H0L4OR5ML8K' where id=6;
-update noar tt set b1='G34DBPX8CQB2G02ZXZ4UMEL' where id=6;
-update noar ti set b1='G34DBPX8CQB2G02ZXZ4UMEL' where id=6;
-update noar tt set b2='N7' where id=6;
-update noar ti set b2='N7' where id=6;
-update noar tt set b0='Z5' where id=7;
-update noar ti set b0='Z5' where id=7;
-update noar tt set b1='NY3XMNT4PULZ2A9GBSX9JUS9LH' where id=7;
-update noar ti set b1='NY3XMNT4PULZ2A9GBSX9JUS9LH' where id=7;
-update noar tt set b2='L6EMKMTZ1M28N3HJE5XQLSB1FI' where id=7;
-update noar ti set b2='L6EMKMTZ1M28N3HJE5XQLSB1FI' where id=7;
-update noar tt set b0='Z6EFHLC10ZTTSL4JAQ9KPDE4' where id=8;
-update noar ti set b0='Z6EFHLC10ZTTSL4JAQ9KPDE4' where id=8;
-update noar tt set b1='4CBBYRA9VK6WY2DNRLLX4C79C8EV' where id=8;
-update noar ti set b1='4CBBYRA9VK6WY2DNRLLX4C79C8EV' where id=8;
-update noar tt set b2='2U4U02WW1EY1M8SCZKTAZDCGIMF4L8' where id=8;
-update noar ti set b2='2U4U02WW1EY1M8SCZKTAZDCGIMF4L8' where id=8;
-update noar tt set b0='OJ00U7A71MXNCE01YGFX8NBN90' where id=9;
-update noar ti set b0='OJ00U7A71MXNCE01YGFX8NBN90' where id=9;
-update noar tt set b1='8V6' where id=9;
-update noar ti set b1='8V6' where id=9;
-update noar tt set b2='9549E1OMTCYIYB21E3O2PV5N8CER30XY' where id=9;
-update noar ti set b2='9549E1OMTCYIYB21E3O2PV5N8CER30XY' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 mediumblob null,
-b1 mediumblob null,
-b2 text 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 b0='F7' where id=1;
-update noar ti set b0='F7' where id=1;
-update noar tt set b1='LSKALVO1TA' where id=1;
-update noar ti set b1='LSKALVO1TA' where id=1;
-update noar tt set b2='VQ0ENLI6G0E' where id=1;
-update noar ti set b2='VQ0ENLI6G0E' where id=1;
-update noar tt set b0='XAAZKI' where id=2;
-update noar ti set b0='XAAZKI' where id=2;
-update noar tt set b1='B5LTVGXCICBTRK05JY12' where id=2;
-update noar ti set b1='B5LTVGXCICBTRK05JY12' where id=2;
-update noar tt set b2='FCEQWB' where id=2;
-update noar ti set b2='FCEQWB' where id=2;
-update noar tt set b0='ZKDS5HAQ1UHL046JLEFBCFK8G' where id=3;
-update noar ti set b0='ZKDS5HAQ1UHL046JLEFBCFK8G' where id=3;
-update noar tt set b1='001IR8BY' where id=3;
-update noar ti set b1='001IR8BY' where id=3;
-update noar tt set b2='K9EA' where id=3;
-update noar ti set b2='K9EA' where id=3;
-update noar tt set b0='8UDFO9BE2EP87B2PQTBTY7W11B4GZI9' where id=4;
-update noar ti set b0='8UDFO9BE2EP87B2PQTBTY7W11B4GZI9' where id=4;
-update noar tt set b1='J3XPCEUY0X0ZO53Q' where id=4;
-update noar ti set b1='J3XPCEUY0X0ZO53Q' where id=4;
-update noar tt set b2='7030KX1FA0C6HRY6G6SEJ0Y9U' where id=4;
-update noar ti set b2='7030KX1FA0C6HRY6G6SEJ0Y9U' where id=4;
-update noar tt set b0='V' where id=5;
-update noar ti set b0='V' where id=5;
-update noar tt set b1='2J8MSZ134CBYT3CHZ0VQ' where id=5;
-update noar ti set b1='2J8MSZ134CBYT3CHZ0VQ' where id=5;
-update noar tt set b2='TH93LXEQ81W7JD9B5U7N6LRGYCZD' where id=5;
-update noar ti set b2='TH93LXEQ81W7JD9B5U7N6LRGYCZD' where id=5;
-update noar tt set b0='L3A50UKS2KTGPWOWS9QBA1L2XR' where id=6;
-update noar ti set b0='L3A50UKS2KTGPWOWS9QBA1L2XR' where id=6;
-update noar tt set b1='T9XOWRH' where id=6;
-update noar ti set b1='T9XOWRH' where id=6;
-update noar tt set b2='W9N92P6W2EDFRJYQ3P9CZ' where id=6;
-update noar ti set b2='W9N92P6W2EDFRJYQ3P9CZ' where id=6;
-update noar tt set b0='U37OKI2NHSGMGBTUND' where id=7;
-update noar ti set b0='U37OKI2NHSGMGBTUND' where id=7;
-update noar tt set b1='MROWBFH9FIJMCGFJAZN7CI38Q' where id=7;
-update noar ti set b1='MROWBFH9FIJMCGFJAZN7CI38Q' where id=7;
-update noar tt set b2='NE2FE3ADN2HLAJFBRJAH4C' where id=7;
-update noar ti set b2='NE2FE3ADN2HLAJFBRJAH4C' where id=7;
-update noar tt set b0='MEWI2ZWW8PGN' where id=8;
-update noar ti set b0='MEWI2ZWW8PGN' where id=8;
-update noar tt set b1='IOK449PT5AZK1SXOJD1Q' where id=8;
-update noar ti set b1='IOK449PT5AZK1SXOJD1Q' where id=8;
-update noar tt set b2='06DW4LX6WNB' where id=8;
-update noar ti set b2='06DW4LX6WNB' where id=8;
-update noar tt set b0='EENSHC0IGEUWW77OFGJBRFKA4DB4D' where id=9;
-update noar ti set b0='EENSHC0IGEUWW77OFGJBRFKA4DB4D' where id=9;
-update noar tt set b1='VT9EYPF9B6CYHKZ7UG5YCM97UXFI0PCT' where id=9;
-update noar ti set b1='VT9EYPF9B6CYHKZ7UG5YCM97UXFI0PCT' where id=9;
-update noar tt set b2='QMYR' where id=9;
-update noar ti set b2='QMYR' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 mediumblob not null,
-b1 mediumblob not null,
-b2 text 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 b0='S' where id=1;
-update noar ti set b0='S' where id=1;
-update noar tt set b1='1I1YHX9UNR369ZS5FT' where id=1;
-update noar ti set b1='1I1YHX9UNR369ZS5FT' where id=1;
-update noar tt set b2='VQFOVRR10NADRRHBEKBMA06DTY2Q' where id=1;
-update noar ti set b2='VQFOVRR10NADRRHBEKBMA06DTY2Q' where id=1;
-update noar tt set b0='E97K7Q93YPFA9B3PUV' where id=2;
-update noar ti set b0='E97K7Q93YPFA9B3PUV' where id=2;
-update noar tt set b1='CY1OM0INXGW9XB6THLMNMM441' where id=2;
-update noar ti set b1='CY1OM0INXGW9XB6THLMNMM441' where id=2;
-update noar tt set b2='RCALC83TID0GSFMQHJA' where id=2;
-update noar ti set b2='RCALC83TID0GSFMQHJA' where id=2;
-update noar tt set b0='O2H2V79N2WO07QCCA' where id=3;
-update noar ti set b0='O2H2V79N2WO07QCCA' where id=3;
-update noar tt set b1='CK' where id=3;
-update noar ti set b1='CK' where id=3;
-update noar tt set b2='6QEDY4T0EHC4POKF2GFMCQ' where id=3;
-update noar ti set b2='6QEDY4T0EHC4POKF2GFMCQ' where id=3;
-update noar tt set b0='47DNAX5TQJLSWWV8NDASSTFH9VIF' where id=4;
-update noar ti set b0='47DNAX5TQJLSWWV8NDASSTFH9VIF' where id=4;
-update noar tt set b1='AES2MT4MCUQ7WBCJDBK' where id=4;
-update noar ti set b1='AES2MT4MCUQ7WBCJDBK' where id=4;
-update noar tt set b2='1WAV830TBGMFYHHD' where id=4;
-update noar ti set b2='1WAV830TBGMFYHHD' where id=4;
-update noar tt set b0='8IGASXFEQCJZLIPF4XTU7SK' where id=5;
-update noar ti set b0='8IGASXFEQCJZLIPF4XTU7SK' where id=5;
-update noar tt set b1='86TE048W4WEG5PW3YYUKUTRSYQ' where id=5;
-update noar ti set b1='86TE048W4WEG5PW3YYUKUTRSYQ' where id=5;
-update noar tt set b2='8T5' where id=5;
-update noar ti set b2='8T5' where id=5;
-update noar tt set b0='WMQO8O9B9FELFGIX2F' where id=6;
-update noar ti set b0='WMQO8O9B9FELFGIX2F' where id=6;
-update noar tt set b1='I616XPHHLS9D9FSW5BO20ERJRGF' where id=6;
-update noar ti set b1='I616XPHHLS9D9FSW5BO20ERJRGF' where id=6;
-update noar tt set b2='2A0' where id=6;
-update noar ti set b2='2A0' where id=6;
-update noar tt set b0='1E13TBB' where id=7;
-update noar ti set b0='1E13TBB' where id=7;
-update noar tt set b1='R34SV9Q079NDH9QLAYGIVG' where id=7;
-update noar ti set b1='R34SV9Q079NDH9QLAYGIVG' where id=7;
-update noar tt set b2='GI7Y6OOIN3B1IIUCA8S2KM5A0F9CV82' where id=7;
-update noar ti set b2='GI7Y6OOIN3B1IIUCA8S2KM5A0F9CV82' where id=7;
-update noar tt set b0='J8O3H9YC51NJQFX4Z7BEPS' where id=8;
-update noar ti set b0='J8O3H9YC51NJQFX4Z7BEPS' where id=8;
-update noar tt set b1='08WE5QAF3GFETJNGGO2BVFAFAOOOVZAU' where id=8;
-update noar ti set b1='08WE5QAF3GFETJNGGO2BVFAFAOOOVZAU' where id=8;
-update noar tt set b2='U7X78FYM' where id=8;
-update noar ti set b2='U7X78FYM' where id=8;
-update noar tt set b0='GSO6' where id=9;
-update noar ti set b0='GSO6' where id=9;
-update noar tt set b1='T7511LP29OS6VKSCC' where id=9;
-update noar ti set b1='T7511LP29OS6VKSCC' where id=9;
-update noar tt set b2='JMQ1' where id=9;
-update noar ti set b2='JMQ1' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='NA618TEHZX90CZFHBQDTC1V8XG9J75' where id=1;
-update noar ti set b0='NA618TEHZX90CZFHBQDTC1V8XG9J75' where id=1;
-update noar tt set b1='YTVASEIF' where id=1;
-update noar ti set b1='YTVASEIF' where id=1;
-update noar tt set b2='Y9RI6C78SD02T3X7KGTYQD76EQ7S' where id=1;
-update noar ti set b2='Y9RI6C78SD02T3X7KGTYQD76EQ7S' where id=1;
-update noar tt set b0='OO' where id=2;
-update noar ti set b0='OO' where id=2;
-update noar tt set b1='361GKY38WX0ED5S1DGA' where id=2;
-update noar ti set b1='361GKY38WX0ED5S1DGA' where id=2;
-update noar tt set b2='92Q' where id=2;
-update noar ti set b2='92Q' where id=2;
-update noar tt set b0='R0KDIDIA760DSETGB4PLOW5' where id=3;
-update noar ti set b0='R0KDIDIA760DSETGB4PLOW5' where id=3;
-update noar tt set b1='C' where id=3;
-update noar ti set b1='C' where id=3;
-update noar tt set b2='I4444EF9C2I' where id=3;
-update noar ti set b2='I4444EF9C2I' where id=3;
-update noar tt set b0='WVSTWO3BG' where id=4;
-update noar ti set b0='WVSTWO3BG' where id=4;
-update noar tt set b1='2XI3ZORR0BO5I245GEKZ' where id=4;
-update noar ti set b1='2XI3ZORR0BO5I245GEKZ' where id=4;
-update noar tt set b2='RRLDJ8' where id=4;
-update noar ti set b2='RRLDJ8' where id=4;
-update noar tt set b0='7' where id=5;
-update noar ti set b0='7' where id=5;
-update noar tt set b1='QI6MAPFBO3CP' where id=5;
-update noar ti set b1='QI6MAPFBO3CP' where id=5;
-update noar tt set b2='98TA4DPA5ON9BCVMA0Z' where id=5;
-update noar ti set b2='98TA4DPA5ON9BCVMA0Z' where id=5;
-update noar tt set b0='2G' where id=6;
-update noar ti set b0='2G' where id=6;
-update noar tt set b1='MYXD4ARGJWS55L9EXYC38RN4KMP' where id=6;
-update noar ti set b1='MYXD4ARGJWS55L9EXYC38RN4KMP' where id=6;
-update noar tt set b2='Y6481' where id=6;
-update noar ti set b2='Y6481' where id=6;
-update noar tt set b0='QH75' where id=7;
-update noar ti set b0='QH75' where id=7;
-update noar tt set b1='X3VFIAB337LYD7DBF' where id=7;
-update noar ti set b1='X3VFIAB337LYD7DBF' where id=7;
-update noar tt set b2='W6PWF0DV78' where id=7;
-update noar ti set b2='W6PWF0DV78' where id=7;
-update noar tt set b0='VUH87V5F' where id=8;
-update noar ti set b0='VUH87V5F' where id=8;
-update noar tt set b1='9TIEGAW1MPASPDCVI8' where id=8;
-update noar ti set b1='9TIEGAW1MPASPDCVI8' where id=8;
-update noar tt set b2='T53N9R4A6GX9AFHJAXSBV05NWGTQ8MY5' where id=8;
-update noar ti set b2='T53N9R4A6GX9AFHJAXSBV05NWGTQ8MY5' where id=8;
-update noar tt set b0='GR' where id=9;
-update noar ti set b0='GR' where id=9;
-update noar tt set b1='Z79RVKK5BPSGF3J3ORK08OE58SL' where id=9;
-update noar ti set b1='Z79RVKK5BPSGF3J3ORK08OE58SL' where id=9;
-update noar tt set b2='RA' where id=9;
-update noar ti set b2='RA' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='ZBGN66XH999Q9NEUF2RPNPP0ZW' where id=1;
-update noar ti set b0='ZBGN66XH999Q9NEUF2RPNPP0ZW' where id=1;
-update noar tt set b1='3Q0JKSO2Z5URP' where id=1;
-update noar ti set b1='3Q0JKSO2Z5URP' where id=1;
-update noar tt set b2='62S31IO5R7GSO4T67R9MSNGIRMWM' where id=1;
-update noar ti set b2='62S31IO5R7GSO4T67R9MSNGIRMWM' where id=1;
-update noar tt set b0='8JUBE94QLIIZRIZHH91HKDULEI82' where id=2;
-update noar ti set b0='8JUBE94QLIIZRIZHH91HKDULEI82' where id=2;
-update noar tt set b1='SRY8TJ2P2U0GNNMY7UQ06RJ5' where id=2;
-update noar ti set b1='SRY8TJ2P2U0GNNMY7UQ06RJ5' where id=2;
-update noar tt set b2='3E3582KWGAV' where id=2;
-update noar ti set b2='3E3582KWGAV' where id=2;
-update noar tt set b0='KRR08HTNGOQFATE' where id=3;
-update noar ti set b0='KRR08HTNGOQFATE' where id=3;
-update noar tt set b1='LHRC9549LTIAX408KGYLXC95ALVNOFD' where id=3;
-update noar ti set b1='LHRC9549LTIAX408KGYLXC95ALVNOFD' where id=3;
-update noar tt set b2='2FXVSY' where id=3;
-update noar ti set b2='2FXVSY' where id=3;
-update noar tt set b0='IU85IK7Q3' where id=4;
-update noar ti set b0='IU85IK7Q3' where id=4;
-update noar tt set b1='FXQ3XVXUK' where id=4;
-update noar ti set b1='FXQ3XVXUK' where id=4;
-update noar tt set b2='CZ47BC8ORPQPX8UVG0Q3ZTUC' where id=4;
-update noar ti set b2='CZ47BC8ORPQPX8UVG0Q3ZTUC' where id=4;
-update noar tt set b0='UXUUWQYNFZBGTIK41QZIEFTU6E35K6T' where id=5;
-update noar ti set b0='UXUUWQYNFZBGTIK41QZIEFTU6E35K6T' where id=5;
-update noar tt set b1='36L35ZIKE9' where id=5;
-update noar ti set b1='36L35ZIKE9' where id=5;
-update noar tt set b2='JGHEW6KHAMN6I0JRNM' where id=5;
-update noar ti set b2='JGHEW6KHAMN6I0JRNM' where id=5;
-update noar tt set b0='0K99Q2CWX3QGLH0CAGQW9JO73' where id=6;
-update noar ti set b0='0K99Q2CWX3QGLH0CAGQW9JO73' where id=6;
-update noar tt set b1='V8X4FUEET36BYH6IHCHOWLKMQURAOJLQ' where id=6;
-update noar ti set b1='V8X4FUEET36BYH6IHCHOWLKMQURAOJLQ' where id=6;
-update noar tt set b2='V9T4CJV55OTC' where id=6;
-update noar ti set b2='V9T4CJV55OTC' where id=6;
-update noar tt set b0='KEO9CF4VUE92ZBNNR23LPPZXX7VI25XB' where id=7;
-update noar ti set b0='KEO9CF4VUE92ZBNNR23LPPZXX7VI25XB' where id=7;
-update noar tt set b1='B8' where id=7;
-update noar ti set b1='B8' where id=7;
-update noar tt set b2='1P' where id=7;
-update noar ti set b2='1P' where id=7;
-update noar tt set b0='9JU5XTJQ8K4HH2LJ7A' where id=8;
-update noar ti set b0='9JU5XTJQ8K4HH2LJ7A' where id=8;
-update noar tt set b1='V5K2CS3ID7EFEA7D1MM4QNQVLES' where id=8;
-update noar ti set b1='V5K2CS3ID7EFEA7D1MM4QNQVLES' where id=8;
-update noar tt set b2='3VPWI83QLNJU4WJ1' where id=8;
-update noar ti set b2='3VPWI83QLNJU4WJ1' where id=8;
-update noar tt set b0='633PXANQAGN60YC35L' where id=9;
-update noar ti set b0='633PXANQAGN60YC35L' where id=9;
-update noar tt set b1='ZP9ZHVA05KAL' where id=9;
-update noar ti set b1='ZP9ZHVA05KAL' where id=9;
-update noar tt set b2='J5KPZMNK1UPHXM2QHPSF1' where id=9;
-update noar ti set b2='J5KPZMNK1UPHXM2QHPSF1' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='NXQQRD3M53K6NF7IG92WK2' where id=1;
-update noar ti set b0='NXQQRD3M53K6NF7IG92WK2' where id=1;
-update noar tt set b1='I67SVCO2K1ZJ' where id=1;
-update noar ti set b1='I67SVCO2K1ZJ' where id=1;
-update noar tt set b2='I8P8YDS6KM6IRE7MNGCF' where id=1;
-update noar ti set b2='I8P8YDS6KM6IRE7MNGCF' where id=1;
-update noar tt set b0='Y2BA9' where id=2;
-update noar ti set b0='Y2BA9' where id=2;
-update noar tt set b1='HX5EKYFMQ3VRMNZFE6FH834TU' where id=2;
-update noar ti set b1='HX5EKYFMQ3VRMNZFE6FH834TU' where id=2;
-update noar tt set b2='338MG5UD1568BKI7Q7VXRH' where id=2;
-update noar ti set b2='338MG5UD1568BKI7Q7VXRH' where id=2;
-update noar tt set b0='UPT2SBB0WCVVNIT5Q13LA3ADYP' where id=3;
-update noar ti set b0='UPT2SBB0WCVVNIT5Q13LA3ADYP' where id=3;
-update noar tt set b1='EAVNHGU4MBF' where id=3;
-update noar ti set b1='EAVNHGU4MBF' where id=3;
-update noar tt set b2='GMIK44SYDK5UVA5C73J1VLJ4' where id=3;
-update noar ti set b2='GMIK44SYDK5UVA5C73J1VLJ4' where id=3;
-update noar tt set b0='J5NTXPBKQWD4CXLXSTE9GLZI8' where id=4;
-update noar ti set b0='J5NTXPBKQWD4CXLXSTE9GLZI8' where id=4;
-update noar tt set b1='FJ3SS8Y33FI5EK2M7IINN3Q7ALX' where id=4;
-update noar ti set b1='FJ3SS8Y33FI5EK2M7IINN3Q7ALX' where id=4;
-update noar tt set b2='NC16L3DLGP0KTW6O' where id=4;
-update noar ti set b2='NC16L3DLGP0KTW6O' where id=4;
-update noar tt set b0='Y32B7DG1B96EVU6436R7URQURO3MLYB' where id=5;
-update noar ti set b0='Y32B7DG1B96EVU6436R7URQURO3MLYB' where id=5;
-update noar tt set b1='GTWXKLA41ZRP8M22XSQQIM65' where id=5;
-update noar ti set b1='GTWXKLA41ZRP8M22XSQQIM65' where id=5;
-update noar tt set b2='YZD' where id=5;
-update noar ti set b2='YZD' where id=5;
-update noar tt set b0='B491VCNL4OYTZ5O1FF5RRF7U6' where id=6;
-update noar ti set b0='B491VCNL4OYTZ5O1FF5RRF7U6' where id=6;
-update noar tt set b1='EN3G0PC30KQ34XLFUAQR4' where id=6;
-update noar ti set b1='EN3G0PC30KQ34XLFUAQR4' where id=6;
-update noar tt set b2='LJ41D97' where id=6;
-update noar ti set b2='LJ41D97' where id=6;
-update noar tt set b0='WHBH65AFVEQ6H4P' where id=7;
-update noar ti set b0='WHBH65AFVEQ6H4P' where id=7;
-update noar tt set b1='8U59FI0LWKLVLNF5' where id=7;
-update noar ti set b1='8U59FI0LWKLVLNF5' where id=7;
-update noar tt set b2='15OVTL4S' where id=7;
-update noar ti set b2='15OVTL4S' where id=7;
-update noar tt set b0='L3UXTOFNSL251GMFH' where id=8;
-update noar ti set b0='L3UXTOFNSL251GMFH' where id=8;
-update noar tt set b1='J' where id=8;
-update noar ti set b1='J' where id=8;
-update noar tt set b2='KF1RO4N7WEO6QCWVUL' where id=8;
-update noar ti set b2='KF1RO4N7WEO6QCWVUL' where id=8;
-update noar tt set b0='4MSXYR4ABDFQXRVCZP5' where id=9;
-update noar ti set b0='4MSXYR4ABDFQXRVCZP5' where id=9;
-update noar tt set b1='7ISP2DR3001KSVQ6OHBS4JP' where id=9;
-update noar ti set b1='7ISP2DR3001KSVQ6OHBS4JP' where id=9;
-update noar tt set b2='48JY9SSEJZZXR80DWU' where id=9;
-update noar ti set b2='48JY9SSEJZZXR80DWU' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='KO4OLH6SJXNY1R9UUQBLYGORMD' where id=1;
-update noar ti set b0='KO4OLH6SJXNY1R9UUQBLYGORMD' where id=1;
-update noar tt set b1='LZH9L4K002Q2ZZPBGZO27GRD' where id=1;
-update noar ti set b1='LZH9L4K002Q2ZZPBGZO27GRD' where id=1;
-update noar tt set b2='17A95DDREMLFVFG' where id=1;
-update noar ti set b2='17A95DDREMLFVFG' where id=1;
-update noar tt set b0='XCWFW6N02XT1JJZDCUTM1JN84ODHX' where id=2;
-update noar ti set b0='XCWFW6N02XT1JJZDCUTM1JN84ODHX' where id=2;
-update noar tt set b1='D788' where id=2;
-update noar ti set b1='D788' where id=2;
-update noar tt set b2='V6XZ' where id=2;
-update noar ti set b2='V6XZ' where id=2;
-update noar tt set b0='2DK1UBRVDBHVUENY4UEG2' where id=3;
-update noar ti set b0='2DK1UBRVDBHVUENY4UEG2' where id=3;
-update noar tt set b1='D3WJD5P3Q' where id=3;
-update noar ti set b1='D3WJD5P3Q' where id=3;
-update noar tt set b2='09QYU' where id=3;
-update noar ti set b2='09QYU' where id=3;
-update noar tt set b0='4KNVGVL' where id=4;
-update noar ti set b0='4KNVGVL' where id=4;
-update noar tt set b1='PNP3XAT1W' where id=4;
-update noar ti set b1='PNP3XAT1W' where id=4;
-update noar tt set b2='YSUCD8BDH63M98XA' where id=4;
-update noar ti set b2='YSUCD8BDH63M98XA' where id=4;
-update noar tt set b0='08R0L2BP967A' where id=5;
-update noar ti set b0='08R0L2BP967A' where id=5;
-update noar tt set b1='6J35EG97AWMVXOCCMMC6MLLDSF' where id=5;
-update noar ti set b1='6J35EG97AWMVXOCCMMC6MLLDSF' where id=5;
-update noar tt set b2='Q447UQ604H3UXLNAJ' where id=5;
-update noar ti set b2='Q447UQ604H3UXLNAJ' where id=5;
-update noar tt set b0='69MG7R9JH3UD2VYOTE0KNBVCB53M696B' where id=6;
-update noar ti set b0='69MG7R9JH3UD2VYOTE0KNBVCB53M696B' where id=6;
-update noar tt set b1='GLGGL6U1SG' where id=6;
-update noar ti set b1='GLGGL6U1SG' where id=6;
-update noar tt set b2='R00O9ECHZSYM5FIMSQY' where id=6;
-update noar ti set b2='R00O9ECHZSYM5FIMSQY' where id=6;
-update noar tt set b0='AH2W33QDICC269L69B9N0MFRVCW' where id=7;
-update noar ti set b0='AH2W33QDICC269L69B9N0MFRVCW' where id=7;
-update noar tt set b1='T6J2WH2I3Z5RWXVTSI7S4C6T7STOXXD' where id=7;
-update noar ti set b1='T6J2WH2I3Z5RWXVTSI7S4C6T7STOXXD' where id=7;
-update noar tt set b2='KSWRONRU4N7' where id=7;
-update noar ti set b2='KSWRONRU4N7' where id=7;
-update noar tt set b0='W6GGGMFZYS4OV6IJQG9VM' where id=8;
-update noar ti set b0='W6GGGMFZYS4OV6IJQG9VM' where id=8;
-update noar tt set b1='ZDHL3' where id=8;
-update noar ti set b1='ZDHL3' where id=8;
-update noar tt set b2='BCEOMRP0N01ZN1IB4A0' where id=8;
-update noar ti set b2='BCEOMRP0N01ZN1IB4A0' where id=8;
-update noar tt set b0='274URTSFZNZXXFUUODCLOKRLB753' where id=9;
-update noar ti set b0='274URTSFZNZXXFUUODCLOKRLB753' where id=9;
-update noar tt set b1='EEP0A' where id=9;
-update noar ti set b1='EEP0A' where id=9;
-update noar tt set b2='3H60DMQDZM35FQECAOFUJ0' where id=9;
-update noar ti set b2='3H60DMQDZM35FQECAOFUJ0' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='QEB3L4H90L8M9GEJTO0XIPE' where id=1;
-update noar ti set b0='QEB3L4H90L8M9GEJTO0XIPE' where id=1;
-update noar tt set b1='R3R24PNNIG8N65EIDJT' where id=1;
-update noar ti set b1='R3R24PNNIG8N65EIDJT' where id=1;
-update noar tt set b2='AZWFBDKVQ0E' where id=1;
-update noar ti set b2='AZWFBDKVQ0E' where id=1;
-update noar tt set b0='A36IN830DMYRBZC' where id=2;
-update noar ti set b0='A36IN830DMYRBZC' where id=2;
-update noar tt set b1='QLM8JTATMNIES9XESY' where id=2;
-update noar ti set b1='QLM8JTATMNIES9XESY' where id=2;
-update noar tt set b2='C26XNJX2NPBZILAYVHGKRS' where id=2;
-update noar ti set b2='C26XNJX2NPBZILAYVHGKRS' where id=2;
-update noar tt set b0='QT49FWECT9BS7A05NJ50FR7PG' where id=3;
-update noar ti set b0='QT49FWECT9BS7A05NJ50FR7PG' where id=3;
-update noar tt set b1='ATVWFNDOQ1R8' where id=3;
-update noar ti set b1='ATVWFNDOQ1R8' where id=3;
-update noar tt set b2='V' where id=3;
-update noar ti set b2='V' where id=3;
-update noar tt set b0='LPQKBR4IPN82SYO6A13W' where id=4;
-update noar ti set b0='LPQKBR4IPN82SYO6A13W' where id=4;
-update noar tt set b1='S7GAZ1INVKTJ' where id=4;
-update noar ti set b1='S7GAZ1INVKTJ' where id=4;
-update noar tt set b2='UYGU0JI9AI' where id=4;
-update noar ti set b2='UYGU0JI9AI' where id=4;
-update noar tt set b0='84T1AHYMJ' where id=5;
-update noar ti set b0='84T1AHYMJ' where id=5;
-update noar tt set b1='XW15XWNAKM' where id=5;
-update noar ti set b1='XW15XWNAKM' where id=5;
-update noar tt set b2='TXCEOAXNJ0CBRD31PEK3ZV0' where id=5;
-update noar ti set b2='TXCEOAXNJ0CBRD31PEK3ZV0' where id=5;
-update noar tt set b0='CPYZNWJBWN0O6X4ZSSZ4TDFCZMPIQ' where id=6;
-update noar ti set b0='CPYZNWJBWN0O6X4ZSSZ4TDFCZMPIQ' where id=6;
-update noar tt set b1='X9IDKTBK074WCZ92NWS6' where id=6;
-update noar ti set b1='X9IDKTBK074WCZ92NWS6' where id=6;
-update noar tt set b2='OT3QWO2' where id=6;
-update noar ti set b2='OT3QWO2' where id=6;
-update noar tt set b0='K4Z0SRYW9X39WDR6M1XI31DIY0Q6' where id=7;
-update noar ti set b0='K4Z0SRYW9X39WDR6M1XI31DIY0Q6' where id=7;
-update noar tt set b1='9KJPW50GJF28FJXP60KWP4MNVIR' where id=7;
-update noar ti set b1='9KJPW50GJF28FJXP60KWP4MNVIR' where id=7;
-update noar tt set b2='NKTGTP6Z88L73QKR' where id=7;
-update noar ti set b2='NKTGTP6Z88L73QKR' where id=7;
-update noar tt set b0='7A01' where id=8;
-update noar ti set b0='7A01' where id=8;
-update noar tt set b1='XDXY5DJHJXXGJTXK' where id=8;
-update noar ti set b1='XDXY5DJHJXXGJTXK' where id=8;
-update noar tt set b2='3O' where id=8;
-update noar ti set b2='3O' where id=8;
-update noar tt set b0='0K0SZ6N1NJEZCTNXA0B8M41N2IKJ' where id=9;
-update noar ti set b0='0K0SZ6N1NJEZCTNXA0B8M41N2IKJ' where id=9;
-update noar tt set b1='LLM7F8LF' where id=9;
-update noar ti set b1='LLM7F8LF' where id=9;
-update noar tt set b2='DJBWF1AI23LB4IF1O81RLJXTP2V2S9U' where id=9;
-update noar ti set b2='DJBWF1AI23LB4IF1O81RLJXTP2V2S9U' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='S2GNWID48DVN' where id=1;
-update noar ti set b0='S2GNWID48DVN' where id=1;
-update noar tt set b1='OP7BN4PVZJ75AAFBMV1749B1OASG' where id=1;
-update noar ti set b1='OP7BN4PVZJ75AAFBMV1749B1OASG' where id=1;
-update noar tt set b2='6BWBHHCPT' where id=1;
-update noar ti set b2='6BWBHHCPT' where id=1;
-update noar tt set b0='87' where id=2;
-update noar ti set b0='87' where id=2;
-update noar tt set b1='R70I2AXYVJS' where id=2;
-update noar ti set b1='R70I2AXYVJS' where id=2;
-update noar tt set b2='S8X0XMCORSW5Z' where id=2;
-update noar ti set b2='S8X0XMCORSW5Z' where id=2;
-update noar tt set b0='Q8KA8L1ZO0OTCO1K0RTPAAS033GKXYX' where id=3;
-update noar ti set b0='Q8KA8L1ZO0OTCO1K0RTPAAS033GKXYX' where id=3;
-update noar tt set b1='DAJCJIW60JU1NUO0EHA7B2SWSPH2' where id=3;
-update noar ti set b1='DAJCJIW60JU1NUO0EHA7B2SWSPH2' where id=3;
-update noar tt set b2='56854R' where id=3;
-update noar ti set b2='56854R' where id=3;
-update noar tt set b0='MA64632MHVXC' where id=4;
-update noar ti set b0='MA64632MHVXC' where id=4;
-update noar tt set b1='8Z5DPNB' where id=4;
-update noar ti set b1='8Z5DPNB' where id=4;
-update noar tt set b2='IY44E3' where id=4;
-update noar ti set b2='IY44E3' where id=4;
-update noar tt set b0='5WE6S5' where id=5;
-update noar ti set b0='5WE6S5' where id=5;
-update noar tt set b1='NPX' where id=5;
-update noar ti set b1='NPX' where id=5;
-update noar tt set b2='1BAKLV9JYJFDZQHRIRKCZQ9EMAOEM32' where id=5;
-update noar ti set b2='1BAKLV9JYJFDZQHRIRKCZQ9EMAOEM32' where id=5;
-update noar tt set b0='JCY' where id=6;
-update noar ti set b0='JCY' where id=6;
-update noar tt set b1='LAHAK6KVY73SBNQHV7B2AC3UQ1LQY' where id=6;
-update noar ti set b1='LAHAK6KVY73SBNQHV7B2AC3UQ1LQY' where id=6;
-update noar tt set b2='1S7EMKKQHB9L' where id=6;
-update noar ti set b2='1S7EMKKQHB9L' where id=6;
-update noar tt set b0='G5QJOG8H2KTWKQA86R8ND14SHO' where id=7;
-update noar ti set b0='G5QJOG8H2KTWKQA86R8ND14SHO' where id=7;
-update noar tt set b1='CSXYJQZFL45CIIJ' where id=7;
-update noar ti set b1='CSXYJQZFL45CIIJ' where id=7;
-update noar tt set b2='RVLHD7DKC8KE6I5SA00T3XKF2SJQAIC' where id=7;
-update noar ti set b2='RVLHD7DKC8KE6I5SA00T3XKF2SJQAIC' where id=7;
-update noar tt set b0='645EV2FJ72QLO24F58RVKODYAHZ' where id=8;
-update noar ti set b0='645EV2FJ72QLO24F58RVKODYAHZ' where id=8;
-update noar tt set b1='TN' where id=8;
-update noar ti set b1='TN' where id=8;
-update noar tt set b2='9SD7ZYLA9JTKZ7KINPRLKQCEYBSLTHXM' where id=8;
-update noar ti set b2='9SD7ZYLA9JTKZ7KINPRLKQCEYBSLTHXM' where id=8;
-update noar tt set b0='VFZEHQZZ4MAKFGEOHZ4VTHT55' where id=9;
-update noar ti set b0='VFZEHQZZ4MAKFGEOHZ4VTHT55' where id=9;
-update noar tt set b1='GJI4MEN8D4554SKXD' where id=9;
-update noar ti set b1='GJI4MEN8D4554SKXD' where id=9;
-update noar tt set b2='PU2UXKL4TJ' where id=9;
-update noar ti set b2='PU2UXKL4TJ' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='QGP605SFDMORJVG1X4A8HFF47R1GMXU' where id=1;
-update noar ti set b0='QGP605SFDMORJVG1X4A8HFF47R1GMXU' where id=1;
-update noar tt set b1='RMND1JHVZFKU5MRUTY2X6KXD5NOVD4RP' where id=1;
-update noar ti set b1='RMND1JHVZFKU5MRUTY2X6KXD5NOVD4RP' where id=1;
-update noar tt set b2='XC5RRXD4UIJNYYVXO' where id=1;
-update noar ti set b2='XC5RRXD4UIJNYYVXO' where id=1;
-update noar tt set b0='L1D' where id=2;
-update noar ti set b0='L1D' where id=2;
-update noar tt set b1='3' where id=2;
-update noar ti set b1='3' where id=2;
-update noar tt set b2='J4FURTLO7LOHFI6WCDVX5' where id=2;
-update noar ti set b2='J4FURTLO7LOHFI6WCDVX5' where id=2;
-update noar tt set b0='CPKZBHO1AE8FOMDX6QOTAE' where id=3;
-update noar ti set b0='CPKZBHO1AE8FOMDX6QOTAE' where id=3;
-update noar tt set b1='Z0Z83M4987340NEB2637' where id=3;
-update noar ti set b1='Z0Z83M4987340NEB2637' where id=3;
-update noar tt set b2='0E9G11M74UYE3IE9EEDL' where id=3;
-update noar ti set b2='0E9G11M74UYE3IE9EEDL' where id=3;
-update noar tt set b0='6N99N5I' where id=4;
-update noar ti set b0='6N99N5I' where id=4;
-update noar tt set b1='SFLEK27' where id=4;
-update noar ti set b1='SFLEK27' where id=4;
-update noar tt set b2='9TNERZ7UCPFT09TXNB' where id=4;
-update noar ti set b2='9TNERZ7UCPFT09TXNB' where id=4;
-update noar tt set b0='WRRLSIN' where id=5;
-update noar ti set b0='WRRLSIN' where id=5;
-update noar tt set b1='20UD58MVO' where id=5;
-update noar ti set b1='20UD58MVO' where id=5;
-update noar tt set b2='O22I3AAI91GPOPJW5VE' where id=5;
-update noar ti set b2='O22I3AAI91GPOPJW5VE' where id=5;
-update noar tt set b0='48X5A0KD6HNRA0PYRO34' where id=6;
-update noar ti set b0='48X5A0KD6HNRA0PYRO34' where id=6;
-update noar tt set b1='RUVCMGC05CKVUTKGFH8NH1CF' where id=6;
-update noar ti set b1='RUVCMGC05CKVUTKGFH8NH1CF' where id=6;
-update noar tt set b2='ERCBW35363OYOBYREBDJRDCNTSGUB8N8' where id=6;
-update noar ti set b2='ERCBW35363OYOBYREBDJRDCNTSGUB8N8' where id=6;
-update noar tt set b0='PHGE90JKAE14EVI' where id=7;
-update noar ti set b0='PHGE90JKAE14EVI' where id=7;
-update noar tt set b1='PUX8' where id=7;
-update noar ti set b1='PUX8' where id=7;
-update noar tt set b2='U562PGF7JNY3XPDA7ONZ' where id=7;
-update noar ti set b2='U562PGF7JNY3XPDA7ONZ' where id=7;
-update noar tt set b0='LJKEHRQUK58A7KLG6JQGN' where id=8;
-update noar ti set b0='LJKEHRQUK58A7KLG6JQGN' where id=8;
-update noar tt set b1='3IK2Q' where id=8;
-update noar ti set b1='3IK2Q' where id=8;
-update noar tt set b2='9LUEWCJIP1KKV6JNZXRYOEZW7YUG8Z7M' where id=8;
-update noar ti set b2='9LUEWCJIP1KKV6JNZXRYOEZW7YUG8Z7M' where id=8;
-update noar tt set b0='GJY3JNVBRPI1GR44YATZTW12IVA5P' where id=9;
-update noar ti set b0='GJY3JNVBRPI1GR44YATZTW12IVA5P' where id=9;
-update noar tt set b1='QMKPYZAGVG89OSFIFPBXY74SRT7' where id=9;
-update noar ti set b1='QMKPYZAGVG89OSFIFPBXY74SRT7' where id=9;
-update noar tt set b2='3KJTATITCH2IG90S' where id=9;
-update noar ti set b2='3KJTATITCH2IG90S' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='XLSSZRO' where id=1;
-update noar ti set b0='XLSSZRO' 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 b2='S8Q4QRFZYUFT36KU4EO78UPHHTX1F9C' where id=1;
-update noar ti set b2='S8Q4QRFZYUFT36KU4EO78UPHHTX1F9C' where id=1;
-update noar tt set b0='MAZR66TUMVRHAVG' where id=2;
-update noar ti set b0='MAZR66TUMVRHAVG' where id=2;
-update noar tt set b1='P8L5Y36PX' where id=2;
-update noar ti set b1='P8L5Y36PX' where id=2;
-update noar tt set b2='R0QWA98' where id=2;
-update noar ti set b2='R0QWA98' where id=2;
-update noar tt set b0='5XFZQ2UIQV6KLOQC3IJSIO84J66' where id=3;
-update noar ti set b0='5XFZQ2UIQV6KLOQC3IJSIO84J66' where id=3;
-update noar tt set b1='NV0WHD413MZ5UG0Q' where id=3;
-update noar ti set b1='NV0WHD413MZ5UG0Q' where id=3;
-update noar tt set b2='Q58X4R1NKDN07' where id=3;
-update noar ti set b2='Q58X4R1NKDN07' where id=3;
-update noar tt set b0='6LPVBTEW8' where id=4;
-update noar ti set b0='6LPVBTEW8' where id=4;
-update noar tt set b1='3UD320' where id=4;
-update noar ti set b1='3UD320' where id=4;
-update noar tt set b2='Z5U' where id=4;
-update noar ti set b2='Z5U' where id=4;
-update noar tt set b0='ZZ0F8BTA696P7' where id=5;
-update noar ti set b0='ZZ0F8BTA696P7' where id=5;
-update noar tt set b1='ERZ63IQCGM5GJSM73PBNWQVV2TDR' where id=5;
-update noar ti set b1='ERZ63IQCGM5GJSM73PBNWQVV2TDR' where id=5;
-update noar tt set b2='EH0T8993' where id=5;
-update noar ti set b2='EH0T8993' where id=5;
-update noar tt set b0='2XHTI3RA3ONPUTYQSQJDBIU0D' where id=6;
-update noar ti set b0='2XHTI3RA3ONPUTYQSQJDBIU0D' where id=6;
-update noar tt set b1='HN82VINZLWBNA69TOPU' where id=6;
-update noar ti set b1='HN82VINZLWBNA69TOPU' where id=6;
-update noar tt set b2='EAHU7YT1YP91SYEIOI29F6188' where id=6;
-update noar ti set b2='EAHU7YT1YP91SYEIOI29F6188' where id=6;
-update noar tt set b0='7GXGKG54FPDRKXJ' where id=7;
-update noar ti set b0='7GXGKG54FPDRKXJ' where id=7;
-update noar tt set b1='8QOHIX9AJ3030XGQZAAYKE8VEGX9' where id=7;
-update noar ti set b1='8QOHIX9AJ3030XGQZAAYKE8VEGX9' where id=7;
-update noar tt set b2='W8VM84Q' where id=7;
-update noar ti set b2='W8VM84Q' where id=7;
-update noar tt set b0='EV' where id=8;
-update noar ti set b0='EV' where id=8;
-update noar tt set b1='8HG0P' where id=8;
-update noar ti set b1='8HG0P' where id=8;
-update noar tt set b2='6J8XB9T2VKOGZ64AX7TJEB' where id=8;
-update noar ti set b2='6J8XB9T2VKOGZ64AX7TJEB' where id=8;
-update noar tt set b0='ECQLJ96HLRXI51N43K0ROIOESK6U' where id=9;
-update noar ti set b0='ECQLJ96HLRXI51N43K0ROIOESK6U' where id=9;
-update noar tt set b1='DRML428XG4R67BX0FN2G9GU' where id=9;
-update noar ti set b1='DRML428XG4R67BX0FN2G9GU' where id=9;
-update noar tt set b2='EW2G0TEWQ8GBQCRIH0083N5O' where id=9;
-update noar ti set b2='EW2G0TEWQ8GBQCRIH0083N5O' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 mediumblob null,
-b1 longblob null,
-b2 text 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 b0='MAXMPF7TUV0MCI56H1YFPH5' where id=1;
-update noar ti set b0='MAXMPF7TUV0MCI56H1YFPH5' where id=1;
-update noar tt set b1='S5EKMHZJ8CLDJ9MNKIFDL2H550SLET' where id=1;
-update noar ti set b1='S5EKMHZJ8CLDJ9MNKIFDL2H550SLET' where id=1;
-update noar tt set b2='C8KWQI6XUM04JT7OVZ' where id=1;
-update noar ti set b2='C8KWQI6XUM04JT7OVZ' where id=1;
-update noar tt set b0='LQEYSD1WNZTEGU2H67LBR6FZ0TX68Q' where id=2;
-update noar ti set b0='LQEYSD1WNZTEGU2H67LBR6FZ0TX68Q' where id=2;
-update noar tt set b1='4UYF6' where id=2;
-update noar ti set b1='4UYF6' where id=2;
-update noar tt set b2='X4S07Q4BPNVLFI70RX3GZHT8' where id=2;
-update noar ti set b2='X4S07Q4BPNVLFI70RX3GZHT8' where id=2;
-update noar tt set b0='F6MZ9NJELPT20WGF06OJQEK' where id=3;
-update noar ti set b0='F6MZ9NJELPT20WGF06OJQEK' where id=3;
-update noar tt set b1='S5O0BME9J8LYOAUECGIE26ZJ5HT' where id=3;
-update noar ti set b1='S5O0BME9J8LYOAUECGIE26ZJ5HT' where id=3;
-update noar tt set b2='6X8PYH566263PDZCHLKSYGAD9BMZP1' where id=3;
-update noar ti set b2='6X8PYH566263PDZCHLKSYGAD9BMZP1' where id=3;
-update noar tt set b0='R4K3C5YXY' where id=4;
-update noar ti set b0='R4K3C5YXY' where id=4;
-update noar tt set b1='BZ3VDZCVF33MFAJID27VS98' where id=4;
-update noar ti set b1='BZ3VDZCVF33MFAJID27VS98' where id=4;
-update noar tt set b2='919DT0JYDNP83TDYULW7ADCKU0KONWI' where id=4;
-update noar ti set b2='919DT0JYDNP83TDYULW7ADCKU0KONWI' where id=4;
-update noar tt set b0='X4' where id=5;
-update noar ti set b0='X4' where id=5;
-update noar tt set b1='Y8EMEG189APTMZQZNOZC8BEWRE' where id=5;
-update noar ti set b1='Y8EMEG189APTMZQZNOZC8BEWRE' where id=5;
-update noar tt set b2='O8G8767UNH2EGP51EDKM73' where id=5;
-update noar ti set b2='O8G8767UNH2EGP51EDKM73' where id=5;
-update noar tt set b0='T' where id=6;
-update noar ti set b0='T' where id=6;
-update noar tt set b1='UCOOJ2XL5I' where id=6;
-update noar ti set b1='UCOOJ2XL5I' where id=6;
-update noar tt set b2='GOAHWCD3HAT' where id=6;
-update noar ti set b2='GOAHWCD3HAT' where id=6;
-update noar tt set b0='RLWOZRXGBWP4U' where id=7;
-update noar ti set b0='RLWOZRXGBWP4U' where id=7;
-update noar tt set b1='003TSEHK4X0IN' where id=7;
-update noar ti set b1='003TSEHK4X0IN' where id=7;
-update noar tt set b2='VVRVGIUJXC1AQ9VEOM6Z50H7GDA6GOMD' where id=7;
-update noar ti set b2='VVRVGIUJXC1AQ9VEOM6Z50H7GDA6GOMD' where id=7;
-update noar tt set b0='DUX0L' where id=8;
-update noar ti set b0='DUX0L' where id=8;
-update noar tt set b1='JAZY2' where id=8;
-update noar ti set b1='JAZY2' where id=8;
-update noar tt set b2='KOSRX1CYE3IYSQ52O4NXSQH' where id=8;
-update noar ti set b2='KOSRX1CYE3IYSQ52O4NXSQH' where id=8;
-update noar tt set b0='T' where id=9;
-update noar ti set b0='T' where id=9;
-update noar tt set b1='I1' where id=9;
-update noar ti set b1='I1' where id=9;
-update noar tt set b2='M6IJVN179XNMABFH77B7XYQRO3ZPK6PX' where id=9;
-update noar ti set b2='M6IJVN179XNMABFH77B7XYQRO3ZPK6PX' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 mediumblob not null,
-b1 longblob not null,
-b2 text 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 b0='ARF2OX6I4NCXXOJABZ3CJ' where id=1;
-update noar ti set b0='ARF2OX6I4NCXXOJABZ3CJ' where id=1;
-update noar tt set b1='NWIX38X5JHKFVS2J3K0HSXSF' where id=1;
-update noar ti set b1='NWIX38X5JHKFVS2J3K0HSXSF' where id=1;
-update noar tt set b2='T3QSG3MSW4GR4KOY7' where id=1;
-update noar ti set b2='T3QSG3MSW4GR4KOY7' where id=1;
-update noar tt set b0='TB4KUIEG0P3RJE9O8TJFCK2A6SD66WPN' where id=2;
-update noar ti set b0='TB4KUIEG0P3RJE9O8TJFCK2A6SD66WPN' where id=2;
-update noar tt set b1='ZB38GFHO5G25' where id=2;
-update noar ti set b1='ZB38GFHO5G25' where id=2;
-update noar tt set b2='DOXK2H4BDYPQ' where id=2;
-update noar ti set b2='DOXK2H4BDYPQ' where id=2;
-update noar tt set b0='HI2INZC3LV' where id=3;
-update noar ti set b0='HI2INZC3LV' where id=3;
-update noar tt set b1='SEYL29YL09' where id=3;
-update noar ti set b1='SEYL29YL09' where id=3;
-update noar tt set b2='Q373ECQ6WFJYBTX33IHAW9VV1Z74Y' where id=3;
-update noar ti set b2='Q373ECQ6WFJYBTX33IHAW9VV1Z74Y' where id=3;
-update noar tt set b0='IOFI267CHU6NYW5XD' where id=4;
-update noar ti set b0='IOFI267CHU6NYW5XD' where id=4;
-update noar tt set b1='1AZDD78RDDKF' where id=4;
-update noar ti set b1='1AZDD78RDDKF' where id=4;
-update noar tt set b2='J5XXCDGGQ' where id=4;
-update noar ti set b2='J5XXCDGGQ' where id=4;
-update noar tt set b0='COVLBUULRWR9ET91497QKD1ARXA24FX' where id=5;
-update noar ti set b0='COVLBUULRWR9ET91497QKD1ARXA24FX' where id=5;
-update noar tt set b1='FO87IWC9NOFOQ7H7LMWBHQTL0DMRV' where id=5;
-update noar ti set b1='FO87IWC9NOFOQ7H7LMWBHQTL0DMRV' where id=5;
-update noar tt set b2='NGRXKNKH8F' where id=5;
-update noar ti set b2='NGRXKNKH8F' where id=5;
-update noar tt set b0='B14N1BBIV' where id=6;
-update noar ti set b0='B14N1BBIV' where id=6;
-update noar tt set b1='GQGLP8AILOUJX7KR' where id=6;
-update noar ti set b1='GQGLP8AILOUJX7KR' where id=6;
-update noar tt set b2='VEZ00YSQH91RP854VU6WYX3O6WV' where id=6;
-update noar ti set b2='VEZ00YSQH91RP854VU6WYX3O6WV' where id=6;
-update noar tt set b0='HGG16UAO75AXAWXNHN2BJH6NF8' where id=7;
-update noar ti set b0='HGG16UAO75AXAWXNHN2BJH6NF8' where id=7;
-update noar tt set b1='HE69FHE59A62' where id=7;
-update noar ti set b1='HE69FHE59A62' where id=7;
-update noar tt set b2='QGYJUGF4SH2FVAIOSIUH7RIHQGAYT4IF' where id=7;
-update noar ti set b2='QGYJUGF4SH2FVAIOSIUH7RIHQGAYT4IF' where id=7;
-update noar tt set b0='0QPCNEPH4HS3Y95056PYHD' where id=8;
-update noar ti set b0='0QPCNEPH4HS3Y95056PYHD' where id=8;
-update noar tt set b1='76VVLV9EUICA8VI14EWHOZ981S' where id=8;
-update noar ti set b1='76VVLV9EUICA8VI14EWHOZ981S' where id=8;
-update noar tt set b2='FP9GJ88TSSXHZ6IG78HZL8LOE' where id=8;
-update noar ti set b2='FP9GJ88TSSXHZ6IG78HZL8LOE' where id=8;
-update noar tt set b0='9MK5D1D120TUO930' where id=9;
-update noar ti set b0='9MK5D1D120TUO930' where id=9;
-update noar tt set b1='ZIKXPL7092J9X5HGM0M8K3JGJY7C7L5' where id=9;
-update noar ti set b1='ZIKXPL7092J9X5HGM0M8K3JGJY7C7L5' where id=9;
-update noar tt set b2='896QEL8BV8U' where id=9;
-update noar ti set b2='896QEL8BV8U' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 mediumblob null,
-b1 text 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 b0='W0QJFVJ' where id=1;
-update noar ti set b0='W0QJFVJ' where id=1;
-update noar tt set b1='YM1BF3D6W4TQOFK93FGYD8' where id=1;
-update noar ti set b1='YM1BF3D6W4TQOFK93FGYD8' where id=1;
-update noar tt set b2='FB6EQWNT30U4J' where id=1;
-update noar ti set b2='FB6EQWNT30U4J' where id=1;
-update noar tt set b0='P6P5PTOVMOWYREA5WLZA6MLJE8' where id=2;
-update noar ti set b0='P6P5PTOVMOWYREA5WLZA6MLJE8' where id=2;
-update noar tt set b1='HF' where id=2;
-update noar ti set b1='HF' where id=2;
-update noar tt set b2='RX470Z0SCFQ8A73FP2QVNTAVCV' where id=2;
-update noar ti set b2='RX470Z0SCFQ8A73FP2QVNTAVCV' where id=2;
-update noar tt set b0='9LKU6FRQVHWPBCYT915SINB9PZT3' where id=3;
-update noar ti set b0='9LKU6FRQVHWPBCYT915SINB9PZT3' where id=3;
-update noar tt set b1='OI' where id=3;
-update noar ti set b1='OI' where id=3;
-update noar tt set b2='7RJ1V' where id=3;
-update noar ti set b2='7RJ1V' where id=3;
-update noar tt set b0='Z7F9J8HST42KX4CR9CF97J48' where id=4;
-update noar ti set b0='Z7F9J8HST42KX4CR9CF97J48' where id=4;
-update noar tt set b1='OJUDCULJW2F' where id=4;
-update noar ti set b1='OJUDCULJW2F' where id=4;
-update noar tt set b2='2YBFLBOTWURCB0WGXIZU5L' where id=4;
-update noar ti set b2='2YBFLBOTWURCB0WGXIZU5L' where id=4;
-update noar tt set b0='WM3J2U097STSKM6U6DW7UJZ82S3' where id=5;
-update noar ti set b0='WM3J2U097STSKM6U6DW7UJZ82S3' where id=5;
-update noar tt set b1='UPF2RESCJ328IRRF0JE4' where id=5;
-update noar ti set b1='UPF2RESCJ328IRRF0JE4' where id=5;
-update noar tt set b2='E51TQ8CWY2O9370GPECYGE' where id=5;
-update noar ti set b2='E51TQ8CWY2O9370GPECYGE' where id=5;
-update noar tt set b0='6B5D7SRKWBVRD' where id=6;
-update noar ti set b0='6B5D7SRKWBVRD' where id=6;
-update noar tt set b1='BOKNV90GOXK7LS9DE94JZ4E3H130' where id=6;
-update noar ti set b1='BOKNV90GOXK7LS9DE94JZ4E3H130' where id=6;
-update noar tt set b2='0973T91EOUKAJ21KTO3UVDG2138XDE0P' where id=6;
-update noar ti set b2='0973T91EOUKAJ21KTO3UVDG2138XDE0P' where id=6;
-update noar tt set b0='E5EJ5O2KSMY301OH82D7QTLINLLAXO8' where id=7;
-update noar ti set b0='E5EJ5O2KSMY301OH82D7QTLINLLAXO8' where id=7;
-update noar tt set b1='2OO1VI791DPW' where id=7;
-update noar ti set b1='2OO1VI791DPW' where id=7;
-update noar tt set b2='M4L3WADCIDTSKP0K4B' where id=7;
-update noar ti set b2='M4L3WADCIDTSKP0K4B' where id=7;
-update noar tt set b0='OHLFBDOPP8LDRSVGFUKYF' where id=8;
-update noar ti set b0='OHLFBDOPP8LDRSVGFUKYF' where id=8;
-update noar tt set b1='HNGAG0PI2P14' where id=8;
-update noar ti set b1='HNGAG0PI2P14' where id=8;
-update noar tt set b2='LHO4A4W1ABLSI8OFLHLJ7ITQ0AJS08L' where id=8;
-update noar ti set b2='LHO4A4W1ABLSI8OFLHLJ7ITQ0AJS08L' where id=8;
-update noar tt set b0='1L4U80T47PB7QH9UB8EELVY6ZDF' where id=9;
-update noar ti set b0='1L4U80T47PB7QH9UB8EELVY6ZDF' where id=9;
-update noar tt set b1='4D8M2CDJ3HGPO9I8Q1IOBCIA' where id=9;
-update noar ti set b1='4D8M2CDJ3HGPO9I8Q1IOBCIA' where id=9;
-update noar tt set b2='XC8FQAYG7ZIJ33Y9GFND89NEZ' where id=9;
-update noar ti set b2='XC8FQAYG7ZIJ33Y9GFND89NEZ' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 mediumblob not null,
-b1 text 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 b0='QGWQDDONQL5X25L8VNYUUXU' where id=1;
-update noar ti set b0='QGWQDDONQL5X25L8VNYUUXU' where id=1;
-update noar tt set b1='EBL959YUAGUP1EPG2520JJDFH7OTM7XZ' where id=1;
-update noar ti set b1='EBL959YUAGUP1EPG2520JJDFH7OTM7XZ' where id=1;
-update noar tt set b2='1M3E1RBQE4UQAEIYNL7ESD03J' where id=1;
-update noar ti set b2='1M3E1RBQE4UQAEIYNL7ESD03J' where id=1;
-update noar tt set b0='8TJ' where id=2;
-update noar ti set b0='8TJ' where id=2;
-update noar tt set b1='1Q3Y77861R3AA9GCECZZ6E9MDLZP' where id=2;
-update noar ti set b1='1Q3Y77861R3AA9GCECZZ6E9MDLZP' where id=2;
-update noar tt set b2='HUN0WK1W5DUDLPUOHW' where id=2;
-update noar ti set b2='HUN0WK1W5DUDLPUOHW' where id=2;
-update noar tt set b0='GEQB5UIWO18S2JCI4O8536FTLVF0CR9K' where id=3;
-update noar ti set b0='GEQB5UIWO18S2JCI4O8536FTLVF0CR9K' where id=3;
-update noar tt set b1='P1YBSPIH2ZRKBN6ES' where id=3;
-update noar ti set b1='P1YBSPIH2ZRKBN6ES' where id=3;
-update noar tt set b2='LB5AASRDMOTT2POT3HED081HMHY49YN' where id=3;
-update noar ti set b2='LB5AASRDMOTT2POT3HED081HMHY49YN' where id=3;
-update noar tt set b0='5DYIRSIV5ZXMTKHL90FJ3K23' where id=4;
-update noar ti set b0='5DYIRSIV5ZXMTKHL90FJ3K23' where id=4;
-update noar tt set b1='YRAOVCPOBGHZZXDJRBTE8ZOR9KLD2' where id=4;
-update noar ti set b1='YRAOVCPOBGHZZXDJRBTE8ZOR9KLD2' where id=4;
-update noar tt set b2='8S35YGWXSQY22PPWC8SR5V20' where id=4;
-update noar ti set b2='8S35YGWXSQY22PPWC8SR5V20' where id=4;
-update noar tt set b0='CM1P4AU' where id=5;
-update noar ti set b0='CM1P4AU' where id=5;
-update noar tt set b1='TFQBR6' where id=5;
-update noar ti set b1='TFQBR6' where id=5;
-update noar tt set b2='PBGEKEEWEJGA' where id=5;
-update noar ti set b2='PBGEKEEWEJGA' where id=5;
-update noar tt set b0='A1KAGH5DTD510F2AH7TI6Q6Z13LA27T' where id=6;
-update noar ti set b0='A1KAGH5DTD510F2AH7TI6Q6Z13LA27T' where id=6;
-update noar tt set b1='X8FD0OFUZ64GWTW2RY5JP' where id=6;
-update noar ti set b1='X8FD0OFUZ64GWTW2RY5JP' where id=6;
-update noar tt set b2='3P7CJ7PKQIDQZVSQUQIT6QC4EEIVX26' where id=6;
-update noar ti set b2='3P7CJ7PKQIDQZVSQUQIT6QC4EEIVX26' where id=6;
-update noar tt set b0='06136OVB9R' where id=7;
-update noar ti set b0='06136OVB9R' where id=7;
-update noar tt set b1='ECTIILXY4HY8NH11H' where id=7;
-update noar ti set b1='ECTIILXY4HY8NH11H' where id=7;
-update noar tt set b2='IC2P5EB' where id=7;
-update noar ti set b2='IC2P5EB' where id=7;
-update noar tt set b0='IGP12N09O1SVH' where id=8;
-update noar ti set b0='IGP12N09O1SVH' where id=8;
-update noar tt set b1='JRMWRF4CYVMU2IL2OJC331G8GC5' where id=8;
-update noar ti set b1='JRMWRF4CYVMU2IL2OJC331G8GC5' where id=8;
-update noar tt set b2='TRRJCPEGX3N13TX8' where id=8;
-update noar ti set b2='TRRJCPEGX3N13TX8' where id=8;
-update noar tt set b0='D563TB8' where id=9;
-update noar ti set b0='D563TB8' where id=9;
-update noar tt set b1='TNY' where id=9;
-update noar ti set b1='TNY' where id=9;
-update noar tt set b2='PBLTJHGO6UE' where id=9;
-update noar ti set b2='PBLTJHGO6UE' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 mediumblob null,
-b1 text 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 b0='OJYDB8MWAB63YTG0E1JHFAPSEN8O39LG' where id=1;
-update noar ti set b0='OJYDB8MWAB63YTG0E1JHFAPSEN8O39LG' where id=1;
-update noar tt set b1='WEGWFTFTVR8TW7SII56CXYW' where id=1;
-update noar ti set b1='WEGWFTFTVR8TW7SII56CXYW' where id=1;
-update noar tt set b2='Y3NR81I9IF0XUF0MHY4IGB36' where id=1;
-update noar ti set b2='Y3NR81I9IF0XUF0MHY4IGB36' where id=1;
-update noar tt set b0='D' where id=2;
-update noar ti set b0='D' where id=2;
-update noar tt set b1='EKVU3NT3N0VK0YT4WI4V208D6P' where id=2;
-update noar ti set b1='EKVU3NT3N0VK0YT4WI4V208D6P' where id=2;
-update noar tt set b2='7N7CWUOSN0U30AEWR23F3J25' where id=2;
-update noar ti set b2='7N7CWUOSN0U30AEWR23F3J25' where id=2;
-update noar tt set b0='0DFBT' where id=3;
-update noar ti set b0='0DFBT' where id=3;
-update noar tt set b1='49QW73ZWRP501FZ62RV932VXQ80ZZZ1T' where id=3;
-update noar ti set b1='49QW73ZWRP501FZ62RV932VXQ80ZZZ1T' where id=3;
-update noar tt set b2='ITX2UTXA4USKKPCN9W0REEUYJSMSPJ' where id=3;
-update noar ti set b2='ITX2UTXA4USKKPCN9W0REEUYJSMSPJ' where id=3;
-update noar tt set b0='XRYLIKBG' where id=4;
-update noar ti set b0='XRYLIKBG' where id=4;
-update noar tt set b1='D1L4AVKB3PY29' where id=4;
-update noar ti set b1='D1L4AVKB3PY29' where id=4;
-update noar tt set b2='DY6P9IFKZGHA0O9QSP7Y48E2K0O3' where id=4;
-update noar ti set b2='DY6P9IFKZGHA0O9QSP7Y48E2K0O3' where id=4;
-update noar tt set b0='G' where id=5;
-update noar ti set b0='G' where id=5;
-update noar tt set b1='30DKW9NKEH2PLYT67' where id=5;
-update noar ti set b1='30DKW9NKEH2PLYT67' where id=5;
-update noar tt set b2='UYLWN4VI7YOJDY98BYC06H' where id=5;
-update noar ti set b2='UYLWN4VI7YOJDY98BYC06H' where id=5;
-update noar tt set b0='HD5C5FO62R60MV32' where id=6;
-update noar ti set b0='HD5C5FO62R60MV32' where id=6;
-update noar tt set b1='JPMT3ORK6X6B' where id=6;
-update noar ti set b1='JPMT3ORK6X6B' where id=6;
-update noar tt set b2='JMCN7IEYYPX5A7P7AKU' where id=6;
-update noar ti set b2='JMCN7IEYYPX5A7P7AKU' where id=6;
-update noar tt set b0='6ZT2CAC6SPGFJT' where id=7;
-update noar ti set b0='6ZT2CAC6SPGFJT' where id=7;
-update noar tt set b1='VWXZURFZ05JU1O2NEQUKAPUV4' where id=7;
-update noar ti set b1='VWXZURFZ05JU1O2NEQUKAPUV4' where id=7;
-update noar tt set b2='ZZ8DDB6FQC50ER9KZMX285' where id=7;
-update noar ti set b2='ZZ8DDB6FQC50ER9KZMX285' where id=7;
-update noar tt set b0='DZJGBEZX6I7UPE9TA' where id=8;
-update noar ti set b0='DZJGBEZX6I7UPE9TA' where id=8;
-update noar tt set b1='L27Q' where id=8;
-update noar ti set b1='L27Q' where id=8;
-update noar tt set b2='7UHPKHZWJY4H0P8VP7U4NULH19R0M' where id=8;
-update noar ti set b2='7UHPKHZWJY4H0P8VP7U4NULH19R0M' where id=8;
-update noar tt set b0='C0G51KDVAZ2BKY03FAY4E' where id=9;
-update noar ti set b0='C0G51KDVAZ2BKY03FAY4E' where id=9;
-update noar tt set b1='M5PCQ9U0G1VSKJ5RHL4HENT' where id=9;
-update noar ti set b1='M5PCQ9U0G1VSKJ5RHL4HENT' where id=9;
-update noar tt set b2='7PG5GFY0BINV4A' where id=9;
-update noar ti set b2='7PG5GFY0BINV4A' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 mediumblob not null,
-b1 text 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 b0='WPLDP7C9S5COMWMF8L0UUJ' where id=1;
-update noar ti set b0='WPLDP7C9S5COMWMF8L0UUJ' where id=1;
-update noar tt set b1='S4QEXH0J9T' where id=1;
-update noar ti set b1='S4QEXH0J9T' where id=1;
-update noar tt set b2='ADA4K9BMN6Y7IR98WL' where id=1;
-update noar ti set b2='ADA4K9BMN6Y7IR98WL' where id=1;
-update noar tt set b0='1NN67JASBVRJ' where id=2;
-update noar ti set b0='1NN67JASBVRJ' where id=2;
-update noar tt set b1='DJP9MTVJMNF7M6DP4BRCKGT53' where id=2;
-update noar ti set b1='DJP9MTVJMNF7M6DP4BRCKGT53' where id=2;
-update noar tt set b2='X3YFQC62W25L2OMCZISXI2WP' where id=2;
-update noar ti set b2='X3YFQC62W25L2OMCZISXI2WP' where id=2;
-update noar tt set b0='KLCDLI5TTTM3TLT6PULCOHW' where id=3;
-update noar ti set b0='KLCDLI5TTTM3TLT6PULCOHW' where id=3;
-update noar tt set b1='8A4KA8V4DWXNK2UCMSNXDNZ0XIUMCK' where id=3;
-update noar ti set b1='8A4KA8V4DWXNK2UCMSNXDNZ0XIUMCK' where id=3;
-update noar tt set b2='WSKRRRSTW1VW4UJ9XBNUX3M' where id=3;
-update noar ti set b2='WSKRRRSTW1VW4UJ9XBNUX3M' where id=3;
-update noar tt set b0='ZDMKXU8JYR891BTOIZ050Y6EDB' where id=4;
-update noar ti set b0='ZDMKXU8JYR891BTOIZ050Y6EDB' where id=4;
-update noar tt set b1='J4XUPSONCZZDEI6IFW' where id=4;
-update noar ti set b1='J4XUPSONCZZDEI6IFW' where id=4;
-update noar tt set b2='U9WKYA6' where id=4;
-update noar ti set b2='U9WKYA6' where id=4;
-update noar tt set b0='G66' where id=5;
-update noar ti set b0='G66' where id=5;
-update noar tt set b1='KIFJN1NZGZDY5MVDRJQ' where id=5;
-update noar ti set b1='KIFJN1NZGZDY5MVDRJQ' where id=5;
-update noar tt set b2='QI2KOTI' where id=5;
-update noar ti set b2='QI2KOTI' where id=5;
-update noar tt set b0='6LI7VNF5DE7J4IBMOSKCR9693XCVVRE' where id=6;
-update noar ti set b0='6LI7VNF5DE7J4IBMOSKCR9693XCVVRE' where id=6;
-update noar tt set b1='JLIJWW1ENFYVXUX0O4FOW' where id=6;
-update noar ti set b1='JLIJWW1ENFYVXUX0O4FOW' where id=6;
-update noar tt set b2='7IML6T4324046OECV9J5RP0KRAL0' where id=6;
-update noar ti set b2='7IML6T4324046OECV9J5RP0KRAL0' where id=6;
-update noar tt set b0='FQVFWHN88E9XZ9KT' where id=7;
-update noar ti set b0='FQVFWHN88E9XZ9KT' where id=7;
-update noar tt set b1='ZCORTFD9TO' where id=7;
-update noar ti set b1='ZCORTFD9TO' where id=7;
-update noar tt set b2='NZWVZV5M7UEGZE412K48' where id=7;
-update noar ti set b2='NZWVZV5M7UEGZE412K48' where id=7;
-update noar tt set b0='14ZWGXXU02SJGP1R7ETFU5' where id=8;
-update noar ti set b0='14ZWGXXU02SJGP1R7ETFU5' where id=8;
-update noar tt set b1='MW9IVFHIBZDAYGC1F2KIV0E' where id=8;
-update noar ti set b1='MW9IVFHIBZDAYGC1F2KIV0E' where id=8;
-update noar tt set b2='OY' where id=8;
-update noar ti set b2='OY' where id=8;
-update noar tt set b0='ZCE1Z1' where id=9;
-update noar ti set b0='ZCE1Z1' where id=9;
-update noar tt set b1='ID6VRJF66OU8SN60EY' where id=9;
-update noar ti set b1='ID6VRJF66OU8SN60EY' where id=9;
-update noar tt set b2='DM39LR37P6XB7KQXY' where id=9;
-update noar ti set b2='DM39LR37P6XB7KQXY' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 mediumblob null,
-b1 text 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 b0='MO26TDAU' where id=1;
-update noar ti set b0='MO26TDAU' where id=1;
-update noar tt set b1='OLY4PJ9DUHJRJ4MAT1WYDO8T03R69' where id=1;
-update noar ti set b1='OLY4PJ9DUHJRJ4MAT1WYDO8T03R69' where id=1;
-update noar tt set b2='M6JJZ08IG2MO99XAETZ70RM' where id=1;
-update noar ti set b2='M6JJZ08IG2MO99XAETZ70RM' where id=1;
-update noar tt set b0='B77CGU2C3' where id=2;
-update noar ti set b0='B77CGU2C3' where id=2;
-update noar tt set b1='9FGMC9UV' where id=2;
-update noar ti set b1='9FGMC9UV' where id=2;
-update noar tt set b2='PJXELC' where id=2;
-update noar ti set b2='PJXELC' where id=2;
-update noar tt set b0='HXGLD' where id=3;
-update noar ti set b0='HXGLD' where id=3;
-update noar tt set b1='C36IY80' where id=3;
-update noar ti set b1='C36IY80' where id=3;
-update noar tt set b2='PJPIRG2MO' where id=3;
-update noar ti set b2='PJPIRG2MO' where id=3;
-update noar tt set b0='7QZ1UONC' where id=4;
-update noar ti set b0='7QZ1UONC' where id=4;
-update noar tt set b1='DKSZ13EZV0H86XZG5E10U' where id=4;
-update noar ti set b1='DKSZ13EZV0H86XZG5E10U' where id=4;
-update noar tt set b2='WAX1MPIF2N2SXAI3NX' where id=4;
-update noar ti set b2='WAX1MPIF2N2SXAI3NX' where id=4;
-update noar tt set b0='P' where id=5;
-update noar ti set b0='P' where id=5;
-update noar tt set b1='WCNF845CIL32MU11UUST7' where id=5;
-update noar ti set b1='WCNF845CIL32MU11UUST7' where id=5;
-update noar tt set b2='7DPY2HIGM' where id=5;
-update noar ti set b2='7DPY2HIGM' where id=5;
-update noar tt set b0='XC9REDW3OFHXI08CWH4Q' where id=6;
-update noar ti set b0='XC9REDW3OFHXI08CWH4Q' where id=6;
-update noar tt set b1='R5N915M1Q0QI4EOP7' where id=6;
-update noar ti set b1='R5N915M1Q0QI4EOP7' where id=6;
-update noar tt set b2='TTK8KG5CCCN71SWMIK' where id=6;
-update noar ti set b2='TTK8KG5CCCN71SWMIK' where id=6;
-update noar tt set b0='RJPKUXAVTW252NE' where id=7;
-update noar ti set b0='RJPKUXAVTW252NE' where id=7;
-update noar tt set b1='HWCQBI7B965LGCS8UU3A' where id=7;
-update noar ti set b1='HWCQBI7B965LGCS8UU3A' where id=7;
-update noar tt set b2='G3P7O9PG4LD5Z8IMLTVT0K5E6' where id=7;
-update noar ti set b2='G3P7O9PG4LD5Z8IMLTVT0K5E6' where id=7;
-update noar tt set b0='QOBKPBE6VF45GYCNC' where id=8;
-update noar ti set b0='QOBKPBE6VF45GYCNC' where id=8;
-update noar tt set b1='A7MG33' where id=8;
-update noar ti set b1='A7MG33' where id=8;
-update noar tt set b2='6YTS36DH0ZTJ1JVF3PD07T968A' where id=8;
-update noar ti set b2='6YTS36DH0ZTJ1JVF3PD07T968A' where id=8;
-update noar tt set b0='9HQ3TSV' where id=9;
-update noar ti set b0='9HQ3TSV' where id=9;
-update noar tt set b1='VM82BLAHGL5T97UYA' where id=9;
-update noar ti set b1='VM82BLAHGL5T97UYA' where id=9;
-update noar tt set b2='BV7B20OH71VL3A7J' where id=9;
-update noar ti set b2='BV7B20OH71VL3A7J' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 mediumblob not null,
-b1 text 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 b0='SQSFIG54XSZ1E' where id=1;
-update noar ti set b0='SQSFIG54XSZ1E' where id=1;
-update noar tt set b1='6BXXLC212IQEQ' where id=1;
-update noar ti set b1='6BXXLC212IQEQ' where id=1;
-update noar tt set b2='GYVTR' where id=1;
-update noar ti set b2='GYVTR' where id=1;
-update noar tt set b0='LMF3IIR5HK225OXPP' where id=2;
-update noar ti set b0='LMF3IIR5HK225OXPP' where id=2;
-update noar tt set b1='RR0F06FJBW' where id=2;
-update noar ti set b1='RR0F06FJBW' where id=2;
-update noar tt set b2='4AMQY64RN6LUME5TYAB519Q' where id=2;
-update noar ti set b2='4AMQY64RN6LUME5TYAB519Q' where id=2;
-update noar tt set b0='RYQU2MQ' where id=3;
-update noar ti set b0='RYQU2MQ' where id=3;
-update noar tt set b1='Z3T' where id=3;
-update noar ti set b1='Z3T' where id=3;
-update noar tt set b2='FEKQEZ1V3AXGTRZ' where id=3;
-update noar ti set b2='FEKQEZ1V3AXGTRZ' where id=3;
-update noar tt set b0='J0FM9KOZUR7RO7JRSOVL0UJ' where id=4;
-update noar ti set b0='J0FM9KOZUR7RO7JRSOVL0UJ' where id=4;
-update noar tt set b1='24QUOXMREDZ5AS2BMQHYMW' where id=4;
-update noar ti set b1='24QUOXMREDZ5AS2BMQHYMW' where id=4;
-update noar tt set b2='ECOGBNK9IPH0WQIXW7' where id=4;
-update noar ti set b2='ECOGBNK9IPH0WQIXW7' where id=4;
-update noar tt set b0='OCY6M8H3GGQ57T8HJG5YF9' where id=5;
-update noar ti set b0='OCY6M8H3GGQ57T8HJG5YF9' where id=5;
-update noar tt set b1='9J3GLLT7QGGNL5' where id=5;
-update noar ti set b1='9J3GLLT7QGGNL5' where id=5;
-update noar tt set b2='O' where id=5;
-update noar ti set b2='O' where id=5;
-update noar tt set b0='38G39L714NT2F6TJ2' where id=6;
-update noar ti set b0='38G39L714NT2F6TJ2' where id=6;
-update noar tt set b1='Y5O1P9JY' where id=6;
-update noar ti set b1='Y5O1P9JY' where id=6;
-update noar tt set b2='HPKLJ3M2LLA24J93N6AL5D' where id=6;
-update noar ti set b2='HPKLJ3M2LLA24J93N6AL5D' where id=6;
-update noar tt set b0='84FQUWELNZGNWUHXWCB4N4YQ5S' where id=7;
-update noar ti set b0='84FQUWELNZGNWUHXWCB4N4YQ5S' where id=7;
-update noar tt set b1='QNE3' where id=7;
-update noar ti set b1='QNE3' where id=7;
-update noar tt set b2='A4VSP8T3SSXQ' where id=7;
-update noar ti set b2='A4VSP8T3SSXQ' where id=7;
-update noar tt set b0='EXFL3VSS21ZYCLRW2UW4OVYYT' where id=8;
-update noar ti set b0='EXFL3VSS21ZYCLRW2UW4OVYYT' where id=8;
-update noar tt set b1='HCAHS6X6M92VVSC7P2' where id=8;
-update noar ti set b1='HCAHS6X6M92VVSC7P2' where id=8;
-update noar tt set b2='J8TWW74' where id=8;
-update noar ti set b2='J8TWW74' where id=8;
-update noar tt set b0='9LXGXJ4ERVU7D9Z' where id=9;
-update noar ti set b0='9LXGXJ4ERVU7D9Z' where id=9;
-update noar tt set b1='E' where id=9;
-update noar ti set b1='E' where id=9;
-update noar tt set b2='4STJCY7EQ74FUNJHA9C' where id=9;
-update noar ti set b2='4STJCY7EQ74FUNJHA9C' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 mediumblob null,
-b1 text 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 b0='MEY' where id=1;
-update noar ti set b0='MEY' where id=1;
-update noar tt set b1='WO8KREUBEIEZLLN7BOSUO05FXSTMGX' where id=1;
-update noar ti set b1='WO8KREUBEIEZLLN7BOSUO05FXSTMGX' where id=1;
-update noar tt set b2='BHEXCELMKQZQ2FI9XCIZ' where id=1;
-update noar ti set b2='BHEXCELMKQZQ2FI9XCIZ' where id=1;
-update noar tt set b0='GR35XAX7DH0IVGCZXE' where id=2;
-update noar ti set b0='GR35XAX7DH0IVGCZXE' where id=2;
-update noar tt set b1='KIZHZ1' where id=2;
-update noar ti set b1='KIZHZ1' where id=2;
-update noar tt set b2='JVIUV8JDRF7LSREK43L7YEA8R0P' where id=2;
-update noar ti set b2='JVIUV8JDRF7LSREK43L7YEA8R0P' where id=2;
-update noar tt set b0='DCVA0MAQ' where id=3;
-update noar ti set b0='DCVA0MAQ' where id=3;
-update noar tt set b1='VSIV4KCPQVJN' where id=3;
-update noar ti set b1='VSIV4KCPQVJN' where id=3;
-update noar tt set b2='NURPT' where id=3;
-update noar ti set b2='NURPT' where id=3;
-update noar tt set b0='CBX256Z5QSS8TDK547BLJ8USDF' where id=4;
-update noar ti set b0='CBX256Z5QSS8TDK547BLJ8USDF' where id=4;
-update noar tt set b1='W' where id=4;
-update noar ti set b1='W' where id=4;
-update noar tt set b2='PHL73DJ8MIFYBXS8GQN00' where id=4;
-update noar ti set b2='PHL73DJ8MIFYBXS8GQN00' where id=4;
-update noar tt set b0='PDAPO' where id=5;
-update noar ti set b0='PDAPO' where id=5;
-update noar tt set b1='75BOFPWVTS0SX9H13U' where id=5;
-update noar ti set b1='75BOFPWVTS0SX9H13U' 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 b0='6TTBI9QBDL8YC0BQ' where id=6;
-update noar ti set b0='6TTBI9QBDL8YC0BQ' where id=6;
-update noar tt set b1='R0RFXKIK8Q229G84HCG65GPFYHYPV4' where id=6;
-update noar ti set b1='R0RFXKIK8Q229G84HCG65GPFYHYPV4' where id=6;
-update noar tt set b2='YLVD17U4C2J9OQWTEPB3LURN0XL0Y3G' where id=6;
-update noar ti set b2='YLVD17U4C2J9OQWTEPB3LURN0XL0Y3G' where id=6;
-update noar tt set b0='LK1DQH34TFB0CK5BA1I' where id=7;
-update noar ti set b0='LK1DQH34TFB0CK5BA1I' where id=7;
-update noar tt set b1='NQ3HCK' where id=7;
-update noar ti set b1='NQ3HCK' where id=7;
-update noar tt set b2='KNDF1DKQRH5PO92' where id=7;
-update noar ti set b2='KNDF1DKQRH5PO92' where id=7;
-update noar tt set b0='UEMG' where id=8;
-update noar ti set b0='UEMG' where id=8;
-update noar tt set b1='8CXCKX5NRK9NTZ6IQE5R' where id=8;
-update noar ti set b1='8CXCKX5NRK9NTZ6IQE5R' where id=8;
-update noar tt set b2='ENVP2Z6ADCZ7N' where id=8;
-update noar ti set b2='ENVP2Z6ADCZ7N' where id=8;
-update noar tt set b0='TH4AGQYIC2VTL' where id=9;
-update noar ti set b0='TH4AGQYIC2VTL' where id=9;
-update noar tt set b1='NO3XHO0U' where id=9;
-update noar ti set b1='NO3XHO0U' where id=9;
-update noar tt set b2='FOS0YAIHPEJ4GXN47ME6S2I34KDCRF5' where id=9;
-update noar ti set b2='FOS0YAIHPEJ4GXN47ME6S2I34KDCRF5' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 mediumblob not null,
-b1 text 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 b0='47GCPQAS8Z' where id=1;
-update noar ti set b0='47GCPQAS8Z' where id=1;
-update noar tt set b1='RUUX6W0XPRGR1T' where id=1;
-update noar ti set b1='RUUX6W0XPRGR1T' where id=1;
-update noar tt set b2='O1OLWMDZE4N4KQTQ6V5SSQQ' where id=1;
-update noar ti set b2='O1OLWMDZE4N4KQTQ6V5SSQQ' where id=1;
-update noar tt set b0='5' where id=2;
-update noar ti set b0='5' where id=2;
-update noar tt set b1='2C16JT7MNVVYOOFGMCUH4H17UV2' where id=2;
-update noar ti set b1='2C16JT7MNVVYOOFGMCUH4H17UV2' where id=2;
-update noar tt set b2='HX4ZXAAAPJRGAEPNYGW' where id=2;
-update noar ti set b2='HX4ZXAAAPJRGAEPNYGW' where id=2;
-update noar tt set b0='UOEWA5QXDC' where id=3;
-update noar ti set b0='UOEWA5QXDC' where id=3;
-update noar tt set b1='Z6XUNYQK6CCEMFY1' where id=3;
-update noar ti set b1='Z6XUNYQK6CCEMFY1' where id=3;
-update noar tt set b2='VYBYWHFYAH8NZQSYSKBMI0X6T4V5PB' where id=3;
-update noar ti set b2='VYBYWHFYAH8NZQSYSKBMI0X6T4V5PB' where id=3;
-update noar tt set b0='RC28XF0SK9PK0ADQ' where id=4;
-update noar ti set b0='RC28XF0SK9PK0ADQ' where id=4;
-update noar tt set b1='Z3MJHR9Y' where id=4;
-update noar ti set b1='Z3MJHR9Y' where id=4;
-update noar tt set b2='PGVG9TYDNRXL4PHSNE2' where id=4;
-update noar ti set b2='PGVG9TYDNRXL4PHSNE2' where id=4;
-update noar tt set b0='Z8HXG3YMG81O' where id=5;
-update noar ti set b0='Z8HXG3YMG81O' where id=5;
-update noar tt set b1='HANBKEQB' where id=5;
-update noar ti set b1='HANBKEQB' where id=5;
-update noar tt set b2='WET8XPK0U46O04F2PWLYO' where id=5;
-update noar ti set b2='WET8XPK0U46O04F2PWLYO' where id=5;
-update noar tt set b0='1ZDVLUAH7SA3Y3C' where id=6;
-update noar ti set b0='1ZDVLUAH7SA3Y3C' where id=6;
-update noar tt set b1='7UXYUP8DL' where id=6;
-update noar ti set b1='7UXYUP8DL' where id=6;
-update noar tt set b2='43IEZTC48NRTT' where id=6;
-update noar ti set b2='43IEZTC48NRTT' where id=6;
-update noar tt set b0='CN0U6MFEDO87QXBTFV' where id=7;
-update noar ti set b0='CN0U6MFEDO87QXBTFV' where id=7;
-update noar tt set b1='12IR' where id=7;
-update noar ti set b1='12IR' where id=7;
-update noar tt set b2='AJ781Y60NOULD5D4EB6TRJ' where id=7;
-update noar ti set b2='AJ781Y60NOULD5D4EB6TRJ' where id=7;
-update noar tt set b0='F2R0ODT21WYB7UTUMMAX9QUT' where id=8;
-update noar ti set b0='F2R0ODT21WYB7UTUMMAX9QUT' where id=8;
-update noar tt set b1='UX96QNPUSYZ5N6' where id=8;
-update noar ti set b1='UX96QNPUSYZ5N6' where id=8;
-update noar tt set b2='KJPX7L' where id=8;
-update noar ti set b2='KJPX7L' where id=8;
-update noar tt set b0='HS9MW0WYQW1SOPDL9AFQ09RM' where id=9;
-update noar ti set b0='HS9MW0WYQW1SOPDL9AFQ09RM' where id=9;
-update noar tt set b1='2BN1M4X3C5151D634XWJ0F' where id=9;
-update noar ti set b1='2BN1M4X3C5151D634XWJ0F' where id=9;
-update noar tt set b2='3TF8SXGPMCDCUYXQVXFKYA1NX' where id=9;
-update noar ti set b2='3TF8SXGPMCDCUYXQVXFKYA1NX' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 mediumblob null,
-b1 text null,
-b2 text 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 b0='MV18' where id=1;
-update noar ti set b0='MV18' where id=1;
-update noar tt set b1='BBFXPWAZSE6R3KFIMM2KPW5' where id=1;
-update noar ti set b1='BBFXPWAZSE6R3KFIMM2KPW5' where id=1;
-update noar tt set b2='KM0ZBQMDVQBIZS80IHP2C' where id=1;
-update noar ti set b2='KM0ZBQMDVQBIZS80IHP2C' where id=1;
-update noar tt set b0='DRFLPZY511AXR8X722' where id=2;
-update noar ti set b0='DRFLPZY511AXR8X722' where id=2;
-update noar tt set b1='UZYAY9KJN6GN05N2Q4N15TK1FIGTQOK' where id=2;
-update noar ti set b1='UZYAY9KJN6GN05N2Q4N15TK1FIGTQOK' where id=2;
-update noar tt set b2='IW2GAUW4F83SDJML05MJNHVJLEH' where id=2;
-update noar ti set b2='IW2GAUW4F83SDJML05MJNHVJLEH' where id=2;
-update noar tt set b0='D06OK45UXZ52A1DTP7M1' where id=3;
-update noar ti set b0='D06OK45UXZ52A1DTP7M1' where id=3;
-update noar tt set b1='U' where id=3;
-update noar ti set b1='U' where id=3;
-update noar tt set b2='MOTJ7AML' where id=3;
-update noar ti set b2='MOTJ7AML' where id=3;
-update noar tt set b0='NJFIU7G28CN' where id=4;
-update noar ti set b0='NJFIU7G28CN' where id=4;
-update noar tt set b1='2RCIF4W' where id=4;
-update noar ti set b1='2RCIF4W' where id=4;
-update noar tt set b2='REBFM32' where id=4;
-update noar ti set b2='REBFM32' where id=4;
-update noar tt set b0='IVQMCZ9EFCI8BGMJ9Y8QVQVM4UGBAOD' where id=5;
-update noar ti set b0='IVQMCZ9EFCI8BGMJ9Y8QVQVM4UGBAOD' where id=5;
-update noar tt set b1='E5' where id=5;
-update noar ti set b1='E5' where id=5;
-update noar tt set b2='RL0RVKCO6UTR9B3TJ' where id=5;
-update noar ti set b2='RL0RVKCO6UTR9B3TJ' where id=5;
-update noar tt set b0='G' where id=6;
-update noar ti set b0='G' where id=6;
-update noar tt set b1='ZF' where id=6;
-update noar ti set b1='ZF' where id=6;
-update noar tt set b2='9M58ZXGHXIQZKMUH1ZJMM6BDQX4I' where id=6;
-update noar ti set b2='9M58ZXGHXIQZKMUH1ZJMM6BDQX4I' where id=6;
-update noar tt set b0='4NUHJK9Q4UBU9776I0ILL7OADOM33G' where id=7;
-update noar ti set b0='4NUHJK9Q4UBU9776I0ILL7OADOM33G' where id=7;
-update noar tt set b1='I4VIYZXAEF3RKS9PGRHQUZWMS5RNLT' where id=7;
-update noar ti set b1='I4VIYZXAEF3RKS9PGRHQUZWMS5RNLT' where id=7;
-update noar tt set b2='ER0OE7' where id=7;
-update noar ti set b2='ER0OE7' where id=7;
-update noar tt set b0='ZME8Q' where id=8;
-update noar ti set b0='ZME8Q' where id=8;
-update noar tt set b1='ESLK1' where id=8;
-update noar ti set b1='ESLK1' where id=8;
-update noar tt set b2='CAGDTXCI2MJ' where id=8;
-update noar ti set b2='CAGDTXCI2MJ' where id=8;
-update noar tt set b0='WEDXNTS76L0J55CIWBHJ7' where id=9;
-update noar ti set b0='WEDXNTS76L0J55CIWBHJ7' where id=9;
-update noar tt set b1='CDYAACCVDNH' where id=9;
-update noar ti set b1='CDYAACCVDNH' where id=9;
-update noar tt set b2='CREPE4E97E' where id=9;
-update noar ti set b2='CREPE4E97E' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 mediumblob not null,
-b1 text not null,
-b2 text 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 b0='QC8Y8WMF2K31HRB8K1BABCIFEK2O7ZT1' where id=1;
-update noar ti set b0='QC8Y8WMF2K31HRB8K1BABCIFEK2O7ZT1' where id=1;
-update noar tt set b1='FJHT4U2MD3E001UC840968924PVD' where id=1;
-update noar ti set b1='FJHT4U2MD3E001UC840968924PVD' where id=1;
-update noar tt set b2='7VVN5F4TJKXVG' where id=1;
-update noar ti set b2='7VVN5F4TJKXVG' where id=1;
-update noar tt set b0='KAO8X7OYFBI2WHB3UQN47J1M4J' where id=2;
-update noar ti set b0='KAO8X7OYFBI2WHB3UQN47J1M4J' where id=2;
-update noar tt set b1='VSRFYUKV8VT46VWAV' where id=2;
-update noar ti set b1='VSRFYUKV8VT46VWAV' where id=2;
-update noar tt set b2='F1FXID9F' where id=2;
-update noar ti set b2='F1FXID9F' where id=2;
-update noar tt set b0='C' where id=3;
-update noar ti set b0='C' where id=3;
-update noar tt set b1='LYQLD3MOJHFTLYQJZTW7D' where id=3;
-update noar ti set b1='LYQLD3MOJHFTLYQJZTW7D' where id=3;
-update noar tt set b2='AOR38IUWZXLUIQIV1' where id=3;
-update noar ti set b2='AOR38IUWZXLUIQIV1' where id=3;
-update noar tt set b0='0MPJ71PDA0Z6663Q' where id=4;
-update noar ti set b0='0MPJ71PDA0Z6663Q' where id=4;
-update noar tt set b1='P2AD5S' where id=4;
-update noar ti set b1='P2AD5S' where id=4;
-update noar tt set b2='TZQ4LHVDN2UFLZ0P' where id=4;
-update noar ti set b2='TZQ4LHVDN2UFLZ0P' where id=4;
-update noar tt set b0='CSGGA6LH3FDSKN9AXVMDQ1JJ314AB2BJ' where id=5;
-update noar ti set b0='CSGGA6LH3FDSKN9AXVMDQ1JJ314AB2BJ' where id=5;
-update noar tt set b1='XK9P4BMU6RC424CNBO0POJL8' where id=5;
-update noar ti set b1='XK9P4BMU6RC424CNBO0POJL8' where id=5;
-update noar tt set b2='DALCTHKLU5RT3P' where id=5;
-update noar ti set b2='DALCTHKLU5RT3P' where id=5;
-update noar tt set b0='DFZUWI09WO' where id=6;
-update noar ti set b0='DFZUWI09WO' where id=6;
-update noar tt set b1='PQDNREGTFT0A' where id=6;
-update noar ti set b1='PQDNREGTFT0A' where id=6;
-update noar tt set b2='TUI2HHEO4H1IIFWTQA3' where id=6;
-update noar ti set b2='TUI2HHEO4H1IIFWTQA3' where id=6;
-update noar tt set b0='77' where id=7;
-update noar ti set b0='77' where id=7;
-update noar tt set b1='NGZNLFE318H8VHKLU1Y8X6RCJI0L25B' where id=7;
-update noar ti set b1='NGZNLFE318H8VHKLU1Y8X6RCJI0L25B' where id=7;
-update noar tt set b2='L1MV' where id=7;
-update noar ti set b2='L1MV' where id=7;
-update noar tt set b0='EABNWWR5W8YP94LBL8A4S4BLEBCYCVI2' where id=8;
-update noar ti set b0='EABNWWR5W8YP94LBL8A4S4BLEBCYCVI2' where id=8;
-update noar tt set b1='E8IGWGKYLN6RH275FMCHYDSTW' where id=8;
-update noar ti set b1='E8IGWGKYLN6RH275FMCHYDSTW' where id=8;
-update noar tt set b2='HTRDE033P5NLT0ZXTCZ' where id=8;
-update noar ti set b2='HTRDE033P5NLT0ZXTCZ' where id=8;
-update noar tt set b0='GODI9RMP6' where id=9;
-update noar ti set b0='GODI9RMP6' where id=9;
-update noar tt set b1='XZRQT0PIFZHJI23FG' where id=9;
-update noar ti set b1='XZRQT0PIFZHJI23FG' where id=9;
-update noar tt set b2='XOWPY1BNL679JDHKBKY8G95EG3' where id=9;
-update noar ti set b2='XOWPY1BNL679JDHKBKY8G95EG3' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='AO1Q5U9DUO' where id=1;
-update noar ti set b0='AO1Q5U9DUO' where id=1;
-update noar tt set b1='2V80' where id=1;
-update noar ti set b1='2V80' where id=1;
-update noar tt set b2='H2DJRSWGQE31N4DCMGJG4E5' where id=1;
-update noar ti set b2='H2DJRSWGQE31N4DCMGJG4E5' where id=1;
-update noar tt set b0='C1EB85YC9F4E2A06H7NZJA' where id=2;
-update noar ti set b0='C1EB85YC9F4E2A06H7NZJA' where id=2;
-update noar tt set b1='0C95J97UME2LZXM' where id=2;
-update noar ti set b1='0C95J97UME2LZXM' where id=2;
-update noar tt set b2='DYAMC3LJ8JB7IIDXZWR7' where id=2;
-update noar ti set b2='DYAMC3LJ8JB7IIDXZWR7' where id=2;
-update noar tt set b0='8JGN0M2QJ6' where id=3;
-update noar ti set b0='8JGN0M2QJ6' where id=3;
-update noar tt set b1='1ZSV3C' where id=3;
-update noar ti set b1='1ZSV3C' where id=3;
-update noar tt set b2='WLXCGC4INPCHJIGZF04D53ROXCD' where id=3;
-update noar ti set b2='WLXCGC4INPCHJIGZF04D53ROXCD' where id=3;
-update noar tt set b0='BOBD4YMJPPVU5JUXOQ5Z7YDO' where id=4;
-update noar ti set b0='BOBD4YMJPPVU5JUXOQ5Z7YDO' where id=4;
-update noar tt set b1='TY3749KD8QI3IP16CXJH5' where id=4;
-update noar ti set b1='TY3749KD8QI3IP16CXJH5' where id=4;
-update noar tt set b2='8GH9PU1C7PSZB3BJ' where id=4;
-update noar ti set b2='8GH9PU1C7PSZB3BJ' where id=4;
-update noar tt set b0='7YA56URK0CR5VMXI8R7VATMWUVNT3BAN' where id=5;
-update noar ti set b0='7YA56URK0CR5VMXI8R7VATMWUVNT3BAN' where id=5;
-update noar tt set b1='5WJFTNMHH' where id=5;
-update noar ti set b1='5WJFTNMHH' where id=5;
-update noar tt set b2='IYX' where id=5;
-update noar ti set b2='IYX' where id=5;
-update noar tt set b0='5X0O7GYS66631NP8066L7EVYCMEZHCY' where id=6;
-update noar ti set b0='5X0O7GYS66631NP8066L7EVYCMEZHCY' where id=6;
-update noar tt set b1='4BLUDKH4CCCHU8E4K2F' where id=6;
-update noar ti set b1='4BLUDKH4CCCHU8E4K2F' where id=6;
-update noar tt set b2='B4IR' where id=6;
-update noar ti set b2='B4IR' where id=6;
-update noar tt set b0='7CYJF6U7DCZA3F9AXO9J' where id=7;
-update noar ti set b0='7CYJF6U7DCZA3F9AXO9J' where id=7;
-update noar tt set b1='Y0VE4DUYQWYVBLZ4SGAY' where id=7;
-update noar ti set b1='Y0VE4DUYQWYVBLZ4SGAY' where id=7;
-update noar tt set b2='W58MCELG8SR963AIJVXD8Q2U' where id=7;
-update noar ti set b2='W58MCELG8SR963AIJVXD8Q2U' where id=7;
-update noar tt set b0='CP8E8FM2XFYNHUP0K7YOFVVYEIZB0' where id=8;
-update noar ti set b0='CP8E8FM2XFYNHUP0K7YOFVVYEIZB0' where id=8;
-update noar tt set b1='ASQQ1O' where id=8;
-update noar ti set b1='ASQQ1O' where id=8;
-update noar tt set b2='KC528T2F40C5G8QMK75OM98T7B' where id=8;
-update noar ti set b2='KC528T2F40C5G8QMK75OM98T7B' where id=8;
-update noar tt set b0='BY1DWN2568BVQ860EZ12F5E7Q94MQ' where id=9;
-update noar ti set b0='BY1DWN2568BVQ860EZ12F5E7Q94MQ' where id=9;
-update noar tt set b1='OVKD6KYWHN' where id=9;
-update noar ti set b1='OVKD6KYWHN' where id=9;
-update noar tt set b2='J4NLTRTR2L8BCN0TX0A7OBQJXSDU4QMH' where id=9;
-update noar ti set b2='J4NLTRTR2L8BCN0TX0A7OBQJXSDU4QMH' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='9K9' where id=1;
-update noar ti set b0='9K9' where id=1;
-update noar tt set b1='9DLH0DX2RCO' where id=1;
-update noar ti set b1='9DLH0DX2RCO' where id=1;
-update noar tt set b2='E' where id=1;
-update noar ti set b2='E' where id=1;
-update noar tt set b0='5FHW3MDI9WW4VAQJIQK9FS8WY0JHP3' where id=2;
-update noar ti set b0='5FHW3MDI9WW4VAQJIQK9FS8WY0JHP3' where id=2;
-update noar tt set b1='RWZ' where id=2;
-update noar ti set b1='RWZ' where id=2;
-update noar tt set b2='C1ZTZJF2THA1C' where id=2;
-update noar ti set b2='C1ZTZJF2THA1C' where id=2;
-update noar tt set b0='NHRAJ' where id=3;
-update noar ti set b0='NHRAJ' where id=3;
-update noar tt set b1='M9IFM79TMCWCV8IZZUSFUY0ST' where id=3;
-update noar ti set b1='M9IFM79TMCWCV8IZZUSFUY0ST' where id=3;
-update noar tt set b2='4F9H7I1K' where id=3;
-update noar ti set b2='4F9H7I1K' where id=3;
-update noar tt set b0='9COAH4ZYBHBLYZUSWTCYKL9KHX30SN' where id=4;
-update noar ti set b0='9COAH4ZYBHBLYZUSWTCYKL9KHX30SN' where id=4;
-update noar tt set b1='AVA5JQE5VTV76I1B18JKYWEPLMXK' where id=4;
-update noar ti set b1='AVA5JQE5VTV76I1B18JKYWEPLMXK' where id=4;
-update noar tt set b2='YPC1JFEN' where id=4;
-update noar ti set b2='YPC1JFEN' where id=4;
-update noar tt set b0='6R6FQ7OGEW5ZYPGRCGB8KIXVMJ' where id=5;
-update noar ti set b0='6R6FQ7OGEW5ZYPGRCGB8KIXVMJ' where id=5;
-update noar tt set b1='900SKJ4S' where id=5;
-update noar ti set b1='900SKJ4S' where id=5;
-update noar tt set b2='L8LUY297DXC6DMH24GQA5LDZFLDGY' where id=5;
-update noar ti set b2='L8LUY297DXC6DMH24GQA5LDZFLDGY' where id=5;
-update noar tt set b0='15B2E38A9PWIR2ZT5E02' where id=6;
-update noar ti set b0='15B2E38A9PWIR2ZT5E02' where id=6;
-update noar tt set b1='K3EQT3HVFNCOKX7KVEBPVV0623DC' where id=6;
-update noar ti set b1='K3EQT3HVFNCOKX7KVEBPVV0623DC' where id=6;
-update noar tt set b2='O1YW52AJF' where id=6;
-update noar ti set b2='O1YW52AJF' where id=6;
-update noar tt set b0='MPDOF2HY4G706LF4FTSSFCH4UAJ' where id=7;
-update noar ti set b0='MPDOF2HY4G706LF4FTSSFCH4UAJ' where id=7;
-update noar tt set b1='PGH2B44H' where id=7;
-update noar ti set b1='PGH2B44H' where id=7;
-update noar tt set b2='ZWM5D8B' where id=7;
-update noar ti set b2='ZWM5D8B' where id=7;
-update noar tt set b0='PMI296281Z1MZNC9FEZQI' where id=8;
-update noar ti set b0='PMI296281Z1MZNC9FEZQI' where id=8;
-update noar tt set b1='WUTL8LBBT4E6L5OCQ7' where id=8;
-update noar ti set b1='WUTL8LBBT4E6L5OCQ7' where id=8;
-update noar tt set b2='81633JX' where id=8;
-update noar ti set b2='81633JX' where id=8;
-update noar tt set b0='4C6HTXWGN3W8R9HE' where id=9;
-update noar ti set b0='4C6HTXWGN3W8R9HE' where id=9;
-update noar tt set b1='VCEE6B2423S' where id=9;
-update noar ti set b1='VCEE6B2423S' where id=9;
-update noar tt set b2='OHT2X' where id=9;
-update noar ti set b2='OHT2X' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='SAM56HN8BG7QD80G8' where id=1;
-update noar ti set b0='SAM56HN8BG7QD80G8' where id=1;
-update noar tt set b1='R15XSOH2OSR4YAFE9ODY' where id=1;
-update noar ti set b1='R15XSOH2OSR4YAFE9ODY' where id=1;
-update noar tt set b2='0IQ6JWUO9BB6KZOJPV08P4XNHKK71U' where id=1;
-update noar ti set b2='0IQ6JWUO9BB6KZOJPV08P4XNHKK71U' where id=1;
-update noar tt set b0='LZ9T40P9' where id=2;
-update noar ti set b0='LZ9T40P9' where id=2;
-update noar tt set b1='D3SMXZ78I4S4K7WOMHW5T4C9R4WS9V' where id=2;
-update noar ti set b1='D3SMXZ78I4S4K7WOMHW5T4C9R4WS9V' where id=2;
-update noar tt set b2='8NPZFBYPQ3YSV6FO' where id=2;
-update noar ti set b2='8NPZFBYPQ3YSV6FO' where id=2;
-update noar tt set b0='TC5IHPDFRQWI3HKXLI9HC' where id=3;
-update noar ti set b0='TC5IHPDFRQWI3HKXLI9HC' where id=3;
-update noar tt set b1='7K2L0X8U0OVOIEDSMW86X' where id=3;
-update noar ti set b1='7K2L0X8U0OVOIEDSMW86X' where id=3;
-update noar tt set b2='W6HVMDLNMEFES8CRS' where id=3;
-update noar ti set b2='W6HVMDLNMEFES8CRS' where id=3;
-update noar tt set b0='OT53A2L1E5PVH' where id=4;
-update noar ti set b0='OT53A2L1E5PVH' where id=4;
-update noar tt set b1='5PUH44ZFM' where id=4;
-update noar ti set b1='5PUH44ZFM' where id=4;
-update noar tt set b2='VSEGOVEEN2O' where id=4;
-update noar ti set b2='VSEGOVEEN2O' where id=4;
-update noar tt set b0='45CGK5WD3YGL06' where id=5;
-update noar ti set b0='45CGK5WD3YGL06' where id=5;
-update noar tt set b1='BBYC0LCVOI5' where id=5;
-update noar ti set b1='BBYC0LCVOI5' where id=5;
-update noar tt set b2='AM151X28L4TXXXN7TU746X0MNZPM' where id=5;
-update noar ti set b2='AM151X28L4TXXXN7TU746X0MNZPM' where id=5;
-update noar tt set b0='1Y6' where id=6;
-update noar ti set b0='1Y6' where id=6;
-update noar tt set b1='HZ633R2Q9C' where id=6;
-update noar ti set b1='HZ633R2Q9C' where id=6;
-update noar tt set b2='8LMDSC8SR5JAR2OGHOMPEY5L5NBL6' where id=6;
-update noar ti set b2='8LMDSC8SR5JAR2OGHOMPEY5L5NBL6' where id=6;
-update noar tt set b0='PLPHB' where id=7;
-update noar ti set b0='PLPHB' where id=7;
-update noar tt set b1='1W8KXWQ7J2QK4N1JXGS2I6FCOIN' where id=7;
-update noar ti set b1='1W8KXWQ7J2QK4N1JXGS2I6FCOIN' where id=7;
-update noar tt set b2='GH8F6FJ29MY' where id=7;
-update noar ti set b2='GH8F6FJ29MY' where id=7;
-update noar tt set b0='O4CI9KUCGCW0V3JF8NBHXXMM51' where id=8;
-update noar ti set b0='O4CI9KUCGCW0V3JF8NBHXXMM51' where id=8;
-update noar tt set b1='OOVHQN9YMUXP0EDWNBCN7S8V' where id=8;
-update noar ti set b1='OOVHQN9YMUXP0EDWNBCN7S8V' where id=8;
-update noar tt set b2='LMMRQYAYYLWUS6' where id=8;
-update noar ti set b2='LMMRQYAYYLWUS6' where id=8;
-update noar tt set b0='YPG2VBTQGS' where id=9;
-update noar ti set b0='YPG2VBTQGS' where id=9;
-update noar tt set b1='O1WJ4JTW3AA0USFZNPCHB6IXNL' where id=9;
-update noar ti set b1='O1WJ4JTW3AA0USFZNPCHB6IXNL' where id=9;
-update noar tt set b2='1WQCD2FF' where id=9;
-update noar ti set b2='1WQCD2FF' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='6S8VG4MAQA84CDN6UBD3J' where id=1;
-update noar ti set b0='6S8VG4MAQA84CDN6UBD3J' where id=1;
-update noar tt set b1='YFPFW55NM' where id=1;
-update noar ti set b1='YFPFW55NM' where id=1;
-update noar tt set b2='I9VI569FANSAE3XRWT2' where id=1;
-update noar ti set b2='I9VI569FANSAE3XRWT2' where id=1;
-update noar tt set b0='S' where id=2;
-update noar ti set b0='S' where id=2;
-update noar tt set b1='7K0MJV3C8P693M778O5V6K9ERG' where id=2;
-update noar ti set b1='7K0MJV3C8P693M778O5V6K9ERG' where id=2;
-update noar tt set b2='22IIESGLKV655X6ILO3RF5H1F' where id=2;
-update noar ti set b2='22IIESGLKV655X6ILO3RF5H1F' where id=2;
-update noar tt set b0='4SPA43Y1P4AAX4SNX8RPQ8QN9' where id=3;
-update noar ti set b0='4SPA43Y1P4AAX4SNX8RPQ8QN9' where id=3;
-update noar tt set b1='6' where id=3;
-update noar ti set b1='6' where id=3;
-update noar tt set b2='PAISUR28Z3FJXQWQ8SGP' where id=3;
-update noar ti set b2='PAISUR28Z3FJXQWQ8SGP' where id=3;
-update noar tt set b0='BOG3GB1AVT4PW' where id=4;
-update noar ti set b0='BOG3GB1AVT4PW' where id=4;
-update noar tt set b1='N8RWDFKEN4KP3OJQH' where id=4;
-update noar ti set b1='N8RWDFKEN4KP3OJQH' where id=4;
-update noar tt set b2='PNX3VV' where id=4;
-update noar ti set b2='PNX3VV' where id=4;
-update noar tt set b0='M' where id=5;
-update noar ti set b0='M' where id=5;
-update noar tt set b1='NXHRY6WIRK8DTGKKT7J2ASZ5I3F' where id=5;
-update noar ti set b1='NXHRY6WIRK8DTGKKT7J2ASZ5I3F' where id=5;
-update noar tt set b2='C0OMGNA85F' where id=5;
-update noar ti set b2='C0OMGNA85F' where id=5;
-update noar tt set b0='X7E9PF5W81VPECZ5U4G' where id=6;
-update noar ti set b0='X7E9PF5W81VPECZ5U4G' where id=6;
-update noar tt set b1='NM4038656KF77157N6' where id=6;
-update noar ti set b1='NM4038656KF77157N6' where id=6;
-update noar tt set b2='UX1VR87WWOZ50LBTIJE70M' where id=6;
-update noar ti set b2='UX1VR87WWOZ50LBTIJE70M' where id=6;
-update noar tt set b0='E0E5E9YUWLF' where id=7;
-update noar ti set b0='E0E5E9YUWLF' where id=7;
-update noar tt set b1='7WZJMK' where id=7;
-update noar ti set b1='7WZJMK' where id=7;
-update noar tt set b2='OO95XV6PACZH79YCRK' where id=7;
-update noar ti set b2='OO95XV6PACZH79YCRK' where id=7;
-update noar tt set b0='ZHDPAYP57BF29STXJYI' where id=8;
-update noar ti set b0='ZHDPAYP57BF29STXJYI' where id=8;
-update noar tt set b1='YRPQ10EMVCC0FM837T' where id=8;
-update noar ti set b1='YRPQ10EMVCC0FM837T' where id=8;
-update noar tt set b2='M6549RAU5ZTZ92W' where id=8;
-update noar ti set b2='M6549RAU5ZTZ92W' where id=8;
-update noar tt set b0='XWGAR890BTT2E2IF5PXSIFA' where id=9;
-update noar ti set b0='XWGAR890BTT2E2IF5PXSIFA' where id=9;
-update noar tt set b1='M3J35HC6BFQ1K900' where id=9;
-update noar ti set b1='M3J35HC6BFQ1K900' where id=9;
-update noar tt set b2='MPCC44697O40O' where id=9;
-update noar ti set b2='MPCC44697O40O' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='2QQUGS60TPE' where id=1;
-update noar ti set b0='2QQUGS60TPE' where id=1;
-update noar tt set b1='OD' where id=1;
-update noar ti set b1='OD' where id=1;
-update noar tt set b2='2QIIC55' where id=1;
-update noar ti set b2='2QIIC55' where id=1;
-update noar tt set b0='MRJLC2Z' where id=2;
-update noar ti set b0='MRJLC2Z' where id=2;
-update noar tt set b1='FUKJ2' where id=2;
-update noar ti set b1='FUKJ2' where id=2;
-update noar tt set b2='MC4M' where id=2;
-update noar ti set b2='MC4M' where id=2;
-update noar tt set b0='L2TXBHOASM14BLBVH3F92HX' where id=3;
-update noar ti set b0='L2TXBHOASM14BLBVH3F92HX' where id=3;
-update noar tt set b1='KRC' where id=3;
-update noar ti set b1='KRC' where id=3;
-update noar tt set b2='CH905BEE0YZBWE5UQTEY' where id=3;
-update noar ti set b2='CH905BEE0YZBWE5UQTEY' where id=3;
-update noar tt set b0='1K9V2T0HARGXHT7W' where id=4;
-update noar ti set b0='1K9V2T0HARGXHT7W' where id=4;
-update noar tt set b1='6RD3VD1E' where id=4;
-update noar ti set b1='6RD3VD1E' where id=4;
-update noar tt set b2='S0Q5NQFY7EC1DSNKR80' where id=4;
-update noar ti set b2='S0Q5NQFY7EC1DSNKR80' where id=4;
-update noar tt set b0='6S' where id=5;
-update noar ti set b0='6S' where id=5;
-update noar tt set b1='H7TXMBG5AQKYX0MEQ6S7DBS' where id=5;
-update noar ti set b1='H7TXMBG5AQKYX0MEQ6S7DBS' where id=5;
-update noar tt set b2='T6VF1E1J7WPOJGV22G2HN6R11WSRMU6' where id=5;
-update noar ti set b2='T6VF1E1J7WPOJGV22G2HN6R11WSRMU6' where id=5;
-update noar tt set b0='TSEVF' where id=6;
-update noar ti set b0='TSEVF' where id=6;
-update noar tt set b1='28JC0KDPQP0SIKD849TFGOGXM' where id=6;
-update noar ti set b1='28JC0KDPQP0SIKD849TFGOGXM' where id=6;
-update noar tt set b2='ZTSGA0RR1PYFAXAA1RJ7WZ' where id=6;
-update noar ti set b2='ZTSGA0RR1PYFAXAA1RJ7WZ' where id=6;
-update noar tt set b0='1RC5JR1NWDGQ2' where id=7;
-update noar ti set b0='1RC5JR1NWDGQ2' where id=7;
-update noar tt set b1='IO8V0YARYH1YLO6DXX' where id=7;
-update noar ti set b1='IO8V0YARYH1YLO6DXX' where id=7;
-update noar tt set b2='M50' where id=7;
-update noar ti set b2='M50' where id=7;
-update noar tt set b0='TCV53HBRVIRICVOH4N6K7ZIDW' where id=8;
-update noar ti set b0='TCV53HBRVIRICVOH4N6K7ZIDW' where id=8;
-update noar tt set b1='5AYQP99305I' where id=8;
-update noar ti set b1='5AYQP99305I' where id=8;
-update noar tt set b2='N0R323A7CLL1SL4YRG3' where id=8;
-update noar ti set b2='N0R323A7CLL1SL4YRG3' where id=8;
-update noar tt set b0='F0JZW67YWB7' where id=9;
-update noar ti set b0='F0JZW67YWB7' where id=9;
-update noar tt set b1='1ENYGRL9' where id=9;
-update noar ti set b1='1ENYGRL9' where id=9;
-update noar tt set b2='C6ECU7ZXZ528I26WI' where id=9;
-update noar ti set b2='C6ECU7ZXZ528I26WI' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='T8NSVY70MOJ2ETMHEP0N' where id=1;
-update noar ti set b0='T8NSVY70MOJ2ETMHEP0N' where id=1;
-update noar tt set b1='1Y5N5CVJRI590G' where id=1;
-update noar ti set b1='1Y5N5CVJRI590G' where id=1;
-update noar tt set b2='GHM8OHW' where id=1;
-update noar ti set b2='GHM8OHW' where id=1;
-update noar tt set b0='6S74ZO0I' where id=2;
-update noar ti set b0='6S74ZO0I' where id=2;
-update noar tt set b1='SB0ZH000IQ18NN0AH6P6ESHKCUC8E2AH' where id=2;
-update noar ti set b1='SB0ZH000IQ18NN0AH6P6ESHKCUC8E2AH' where id=2;
-update noar tt set b2='S1RD2FS' where id=2;
-update noar ti set b2='S1RD2FS' where id=2;
-update noar tt set b0='9ALNRHQEF5XLPH6' where id=3;
-update noar ti set b0='9ALNRHQEF5XLPH6' where id=3;
-update noar tt set b1='9O76H' where id=3;
-update noar ti set b1='9O76H' where id=3;
-update noar tt set b2='ABX4J7DTW7WBWC' where id=3;
-update noar ti set b2='ABX4J7DTW7WBWC' where id=3;
-update noar tt set b0='2FK59KPVTTB2C73ADSD5KA4C' where id=4;
-update noar ti set b0='2FK59KPVTTB2C73ADSD5KA4C' where id=4;
-update noar tt set b1='PMQFFW' where id=4;
-update noar ti set b1='PMQFFW' where id=4;
-update noar tt set b2='JR2JK8MNHH6J6VED29M0V17QZIV' where id=4;
-update noar ti set b2='JR2JK8MNHH6J6VED29M0V17QZIV' where id=4;
-update noar tt set b0='J0J949UY7HY6PL' where id=5;
-update noar ti set b0='J0J949UY7HY6PL' where id=5;
-update noar tt set b1='GEG9TMW8R0' where id=5;
-update noar ti set b1='GEG9TMW8R0' where id=5;
-update noar tt set b2='TPIYH7UZ0YRZUE6BCX' where id=5;
-update noar ti set b2='TPIYH7UZ0YRZUE6BCX' where id=5;
-update noar tt set b0='5IDJCQP4QIS9INXHNM' where id=6;
-update noar ti set b0='5IDJCQP4QIS9INXHNM' where id=6;
-update noar tt set b1='2' where id=6;
-update noar ti set b1='2' where id=6;
-update noar tt set b2='EG0LA5PCMA4CF7' where id=6;
-update noar ti set b2='EG0LA5PCMA4CF7' where id=6;
-update noar tt set b0='ZR2R6V753JDT3RJ' where id=7;
-update noar ti set b0='ZR2R6V753JDT3RJ' where id=7;
-update noar tt set b1='ECOV20CT003622M2SC37POU1US' where id=7;
-update noar ti set b1='ECOV20CT003622M2SC37POU1US' where id=7;
-update noar tt set b2='KD4GA34DSP' where id=7;
-update noar ti set b2='KD4GA34DSP' where id=7;
-update noar tt set b0='Z6DMP9' where id=8;
-update noar ti set b0='Z6DMP9' where id=8;
-update noar tt set b1='GEA9LTKCUY355LRH' where id=8;
-update noar ti set b1='GEA9LTKCUY355LRH' where id=8;
-update noar tt set b2='WDOW8PNXTWDZZ8GP1NPL5R26LIS9' where id=8;
-update noar ti set b2='WDOW8PNXTWDZZ8GP1NPL5R26LIS9' where id=8;
-update noar tt set b0='5LL1EAPYJ61KWOKKBPHZ2KA' where id=9;
-update noar ti set b0='5LL1EAPYJ61KWOKKBPHZ2KA' where id=9;
-update noar tt set b1='3H9IOO' where id=9;
-update noar ti set b1='3H9IOO' where id=9;
-update noar tt set b2='DDVWEORJ0YX7RJWSGOR' where id=9;
-update noar ti set b2='DDVWEORJ0YX7RJWSGOR' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='0BWCLHYO278EPHVO6URJ24' where id=1;
-update noar ti set b0='0BWCLHYO278EPHVO6URJ24' where id=1;
-update noar tt set b1='8AK0YL81MIJWH2RMMNWCYHYY1GYVG' where id=1;
-update noar ti set b1='8AK0YL81MIJWH2RMMNWCYHYY1GYVG' where id=1;
-update noar tt set b2='01SK8MRA9HBWHBEYJQ2RPL' where id=1;
-update noar ti set b2='01SK8MRA9HBWHBEYJQ2RPL' where id=1;
-update noar tt set b0='IV2RDYXOMOR877BW9R' where id=2;
-update noar ti set b0='IV2RDYXOMOR877BW9R' where id=2;
-update noar tt set b1='PN76KOCRHYZXJB2MNE' where id=2;
-update noar ti set b1='PN76KOCRHYZXJB2MNE' 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 b0='TJVXQKNV544V6I1EMB' where id=3;
-update noar ti set b0='TJVXQKNV544V6I1EMB' where id=3;
-update noar tt set b1='3NVX1LKP89REHKNQYNIW' where id=3;
-update noar ti set b1='3NVX1LKP89REHKNQYNIW' where id=3;
-update noar tt set b2='SIBATQUYCPQUKIVGL32L42Q2U7OSRPZ7' where id=3;
-update noar ti set b2='SIBATQUYCPQUKIVGL32L42Q2U7OSRPZ7' where id=3;
-update noar tt set b0='YGNWP03WN4OV' where id=4;
-update noar ti set b0='YGNWP03WN4OV' where id=4;
-update noar tt set b1='KBBY3SLSIO3H9VW760427DML07APJ' where id=4;
-update noar ti set b1='KBBY3SLSIO3H9VW760427DML07APJ' where id=4;
-update noar tt set b2='I4C6STI5EZPIUCB47' where id=4;
-update noar ti set b2='I4C6STI5EZPIUCB47' where id=4;
-update noar tt set b0='6HMYTMBOHK7ZG7HI' where id=5;
-update noar ti set b0='6HMYTMBOHK7ZG7HI' where id=5;
-update noar tt set b1='2YBE6W2LISOLJ2TOL83ANX' where id=5;
-update noar ti set b1='2YBE6W2LISOLJ2TOL83ANX' where id=5;
-update noar tt set b2='N4LBGJIRV5UJUC6ZU0N5UIDH' where id=5;
-update noar ti set b2='N4LBGJIRV5UJUC6ZU0N5UIDH' where id=5;
-update noar tt set b0='KYIJLX' where id=6;
-update noar ti set b0='KYIJLX' where id=6;
-update noar tt set b1='2EG3NAKA7XLIJZZ0GENA5KPY' where id=6;
-update noar ti set b1='2EG3NAKA7XLIJZZ0GENA5KPY' where id=6;
-update noar tt set b2='WCBFPTLC7' where id=6;
-update noar ti set b2='WCBFPTLC7' where id=6;
-update noar tt set b0='A5Y9ZQM0G5AHPM2JMEDKLMBWCCRI' where id=7;
-update noar ti set b0='A5Y9ZQM0G5AHPM2JMEDKLMBWCCRI' where id=7;
-update noar tt set b1='Q7M' where id=7;
-update noar ti set b1='Q7M' where id=7;
-update noar tt set b2='GC1P5' where id=7;
-update noar ti set b2='GC1P5' where id=7;
-update noar tt set b0='QMXRY5M8PLXZ7LGTNWNWELOXPE' where id=8;
-update noar ti set b0='QMXRY5M8PLXZ7LGTNWNWELOXPE' where id=8;
-update noar tt set b1='FURDKNG4YI35XMOKPJ' where id=8;
-update noar ti set b1='FURDKNG4YI35XMOKPJ' where id=8;
-update noar tt set b2='Q7MV00AYRYNPZR6B5GW4ID2S2QA' where id=8;
-update noar ti set b2='Q7MV00AYRYNPZR6B5GW4ID2S2QA' where id=8;
-update noar tt set b0='801F3' where id=9;
-update noar ti set b0='801F3' where id=9;
-update noar tt set b1='ABGSOMIFS2TEFZLG2OH4S28ND' where id=9;
-update noar ti set b1='ABGSOMIFS2TEFZLG2OH4S28ND' where id=9;
-update noar tt set b2='0B' where id=9;
-update noar ti set b2='0B' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='HYULH0EP5M8' where id=1;
-update noar ti set b0='HYULH0EP5M8' where id=1;
-update noar tt set b1='T9QEY2GNZ09V6SQ7SP' where id=1;
-update noar ti set b1='T9QEY2GNZ09V6SQ7SP' where id=1;
-update noar tt set b2='9FY4MXBQ82NZDO8ZQOY1B' where id=1;
-update noar ti set b2='9FY4MXBQ82NZDO8ZQOY1B' where id=1;
-update noar tt set b0='091LJ8FUTIA30IXFB2SY6' where id=2;
-update noar ti set b0='091LJ8FUTIA30IXFB2SY6' where id=2;
-update noar tt set b1='01BTTHIHI52M8ZLMVLO08ROL82NMC7F' where id=2;
-update noar ti set b1='01BTTHIHI52M8ZLMVLO08ROL82NMC7F' where id=2;
-update noar tt set b2='8VT8Y' where id=2;
-update noar ti set b2='8VT8Y' where id=2;
-update noar tt set b0='99OT5FQ' where id=3;
-update noar ti set b0='99OT5FQ' where id=3;
-update noar tt set b1='WICHM8MB6Q3F5M3OCECL7CO5' where id=3;
-update noar ti set b1='WICHM8MB6Q3F5M3OCECL7CO5' where id=3;
-update noar tt set b2='3RWK9JB3W7M4ZYSPU73ESH8RMWSW2N4' where id=3;
-update noar ti set b2='3RWK9JB3W7M4ZYSPU73ESH8RMWSW2N4' where id=3;
-update noar tt set b0='RT28R567061I' where id=4;
-update noar ti set b0='RT28R567061I' where id=4;
-update noar tt set b1='2G7BY2I79' where id=4;
-update noar ti set b1='2G7BY2I79' where id=4;
-update noar tt set b2='T' where id=4;
-update noar ti set b2='T' where id=4;
-update noar tt set b0='SHQW8BAXW6RYLN48O24LO8' where id=5;
-update noar ti set b0='SHQW8BAXW6RYLN48O24LO8' where id=5;
-update noar tt set b1='JOUTFFQZQCPCLMZRP' where id=5;
-update noar ti set b1='JOUTFFQZQCPCLMZRP' where id=5;
-update noar tt set b2='QNPC00ZJQ' where id=5;
-update noar ti set b2='QNPC00ZJQ' where id=5;
-update noar tt set b0='U4CQNM' where id=6;
-update noar ti set b0='U4CQNM' where id=6;
-update noar tt set b1='LBTTDH' where id=6;
-update noar ti set b1='LBTTDH' where id=6;
-update noar tt set b2='X25T0ZP3SMSWW7TE3IAB6GG151X' where id=6;
-update noar ti set b2='X25T0ZP3SMSWW7TE3IAB6GG151X' where id=6;
-update noar tt set b0='VSEYXELJNC4RO37RI6VTCIWQ9K9DD' where id=7;
-update noar ti set b0='VSEYXELJNC4RO37RI6VTCIWQ9K9DD' where id=7;
-update noar tt set b1='AM1K2Y78M0NYXTH6CG' where id=7;
-update noar ti set b1='AM1K2Y78M0NYXTH6CG' where id=7;
-update noar tt set b2='I5PCD9F3T9N8O7SYHB9QSU9J' where id=7;
-update noar ti set b2='I5PCD9F3T9N8O7SYHB9QSU9J' where id=7;
-update noar tt set b0='ECDO82LO' where id=8;
-update noar ti set b0='ECDO82LO' where id=8;
-update noar tt set b1='5UGU7XK' where id=8;
-update noar ti set b1='5UGU7XK' where id=8;
-update noar tt set b2='8AUBTFNUGF36SGSO3S' where id=8;
-update noar ti set b2='8AUBTFNUGF36SGSO3S' where id=8;
-update noar tt set b0='XRPVTL9V4WJP5C1W5Z5W1MWYNKU8' where id=9;
-update noar ti set b0='XRPVTL9V4WJP5C1W5Z5W1MWYNKU8' where id=9;
-update noar tt set b1='JQ3QW5VNJML1' where id=9;
-update noar ti set b1='JQ3QW5VNJML1' where id=9;
-update noar tt set b2='YY4NJ6VQEVAG6R182ACA8GHB' where id=9;
-update noar ti set b2='YY4NJ6VQEVAG6R182ACA8GHB' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 longblob null,
-b1 tinyblob null,
-b2 text 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 b0='9OAH7ZQKU326WS89' where id=1;
-update noar ti set b0='9OAH7ZQKU326WS89' where id=1;
-update noar tt set b1='URDN20WMFHSVETY' where id=1;
-update noar ti set b1='URDN20WMFHSVETY' where id=1;
-update noar tt set b2='C58B2DR2VTZ1JWLDXWD25UCL7O4SSV7' where id=1;
-update noar ti set b2='C58B2DR2VTZ1JWLDXWD25UCL7O4SSV7' where id=1;
-update noar tt set b0='N9USYEY1NWE' where id=2;
-update noar ti set b0='N9USYEY1NWE' where id=2;
-update noar tt set b1='YXAA801C8NCNCGK84C94IOWPP' where id=2;
-update noar ti set b1='YXAA801C8NCNCGK84C94IOWPP' where id=2;
-update noar tt set b2='YN3PCLXOTCVCJ5OWXOIUIPLYWPOP' where id=2;
-update noar ti set b2='YN3PCLXOTCVCJ5OWXOIUIPLYWPOP' where id=2;
-update noar tt set b0='N6UY69VK70TDUTXXR26JTGI2GE' where id=3;
-update noar ti set b0='N6UY69VK70TDUTXXR26JTGI2GE' where id=3;
-update noar tt set b1='QOGCPSDN5VPFW7611SXRCMMT1GGL6TC' where id=3;
-update noar ti set b1='QOGCPSDN5VPFW7611SXRCMMT1GGL6TC' where id=3;
-update noar tt set b2='AFM28GUN26CSE3' where id=3;
-update noar ti set b2='AFM28GUN26CSE3' where id=3;
-update noar tt set b0='UWOPMSTKSSMHGL0MWI15AD' where id=4;
-update noar ti set b0='UWOPMSTKSSMHGL0MWI15AD' where id=4;
-update noar tt set b1='26XMMIWK0Q' where id=4;
-update noar ti set b1='26XMMIWK0Q' where id=4;
-update noar tt set b2='MRFDVNRRVDNO3H' where id=4;
-update noar ti set b2='MRFDVNRRVDNO3H' where id=4;
-update noar tt set b0='V96NNPMYCA9ZMLJ9D01QD' where id=5;
-update noar ti set b0='V96NNPMYCA9ZMLJ9D01QD' where id=5;
-update noar tt set b1='0' where id=5;
-update noar ti set b1='0' where id=5;
-update noar tt set b2='2F2RML5OI48950RIF378W' where id=5;
-update noar ti set b2='2F2RML5OI48950RIF378W' where id=5;
-update noar tt set b0='BPY695C7AHD' where id=6;
-update noar ti set b0='BPY695C7AHD' where id=6;
-update noar tt set b1='248OQ9GSR2RYXBWDC4KL8X1IZ' where id=6;
-update noar ti set b1='248OQ9GSR2RYXBWDC4KL8X1IZ' where id=6;
-update noar tt set b2='VVG3V' where id=6;
-update noar ti set b2='VVG3V' where id=6;
-update noar tt set b0='IU8' where id=7;
-update noar ti set b0='IU8' where id=7;
-update noar tt set b1='2MDLCF1HBPK' where id=7;
-update noar ti set b1='2MDLCF1HBPK' where id=7;
-update noar tt set b2='DHANDJYN13HKRGMHU97XU7LTHFJ04' where id=7;
-update noar ti set b2='DHANDJYN13HKRGMHU97XU7LTHFJ04' where id=7;
-update noar tt set b0='PMKN6JH7M8LRSAUI77NKWG0' where id=8;
-update noar ti set b0='PMKN6JH7M8LRSAUI77NKWG0' where id=8;
-update noar tt set b1='CWP6S5YLYR' where id=8;
-update noar ti set b1='CWP6S5YLYR' where id=8;
-update noar tt set b2='8NDVQJY' where id=8;
-update noar ti set b2='8NDVQJY' where id=8;
-update noar tt set b0='95OQ48VEO5NUU5O' where id=9;
-update noar ti set b0='95OQ48VEO5NUU5O' where id=9;
-update noar tt set b1='QLS' where id=9;
-update noar ti set b1='QLS' where id=9;
-update noar tt set b2='3T9RVG' where id=9;
-update noar ti set b2='3T9RVG' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 longblob not null,
-b1 tinyblob not null,
-b2 text 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 b0='PDSTKPDZE91' where id=1;
-update noar ti set b0='PDSTKPDZE91' where id=1;
-update noar tt set b1='E3' where id=1;
-update noar ti set b1='E3' where id=1;
-update noar tt set b2='JS' where id=1;
-update noar ti set b2='JS' where id=1;
-update noar tt set b0='F58' where id=2;
-update noar ti set b0='F58' where id=2;
-update noar tt set b1='2TO70GQPNANV2N66MMM6BO' where id=2;
-update noar ti set b1='2TO70GQPNANV2N66MMM6BO' where id=2;
-update noar tt set b2='BRZRB0HCX575NDPLZO3O475AH' where id=2;
-update noar ti set b2='BRZRB0HCX575NDPLZO3O475AH' where id=2;
-update noar tt set b0='E1NFTPA91D722R84FGZLIC' where id=3;
-update noar ti set b0='E1NFTPA91D722R84FGZLIC' where id=3;
-update noar tt set b1='ZXT03M7HGKP4SMTPQVR5L' where id=3;
-update noar ti set b1='ZXT03M7HGKP4SMTPQVR5L' where id=3;
-update noar tt set b2='FZK0NDUE7AF' where id=3;
-update noar ti set b2='FZK0NDUE7AF' where id=3;
-update noar tt set b0='IWPG63U6C8D' where id=4;
-update noar ti set b0='IWPG63U6C8D' where id=4;
-update noar tt set b1='0P4' where id=4;
-update noar ti set b1='0P4' where id=4;
-update noar tt set b2='N2QF' where id=4;
-update noar ti set b2='N2QF' where id=4;
-update noar tt set b0='OGR8QE52KQN0MOI1CBQ0CVERT2' where id=5;
-update noar ti set b0='OGR8QE52KQN0MOI1CBQ0CVERT2' where id=5;
-update noar tt set b1='9' where id=5;
-update noar ti set b1='9' where id=5;
-update noar tt set b2='523RCD1AE' where id=5;
-update noar ti set b2='523RCD1AE' where id=5;
-update noar tt set b0='1ZDG0QNTS3N7HZSLOS' where id=6;
-update noar ti set b0='1ZDG0QNTS3N7HZSLOS' where id=6;
-update noar tt set b1='42SRZSWXYCCB4H3JQWXPEV1H' where id=6;
-update noar ti set b1='42SRZSWXYCCB4H3JQWXPEV1H' where id=6;
-update noar tt set b2='YFO' where id=6;
-update noar ti set b2='YFO' where id=6;
-update noar tt set b0='ILFGIKC3CXIWBZ5N68XCAG' where id=7;
-update noar ti set b0='ILFGIKC3CXIWBZ5N68XCAG' where id=7;
-update noar tt set b1='69WLZBPZE06Y2ILA5X6T' where id=7;
-update noar ti set b1='69WLZBPZE06Y2ILA5X6T' where id=7;
-update noar tt set b2='CB2RZSYO060H04L' where id=7;
-update noar ti set b2='CB2RZSYO060H04L' where id=7;
-update noar tt set b0='T49IQ0OD1KBKBW1G87S9HN0TMXC6' where id=8;
-update noar ti set b0='T49IQ0OD1KBKBW1G87S9HN0TMXC6' where id=8;
-update noar tt set b1='13' where id=8;
-update noar ti set b1='13' where id=8;
-update noar tt set b2='BSQD1YMXZ2NX0S9OGW50BAJ' where id=8;
-update noar ti set b2='BSQD1YMXZ2NX0S9OGW50BAJ' where id=8;
-update noar tt set b0='O6' where id=9;
-update noar ti set b0='O6' where id=9;
-update noar tt set b1='CK1I41K4KL0IN2NLYRXTAXWLW' where id=9;
-update noar ti set b1='CK1I41K4KL0IN2NLYRXTAXWLW' where id=9;
-update noar tt set b2='II8LMTGKMBFQ1E02RFB2N2Q0CLUZ' where id=9;
-update noar ti set b2='II8LMTGKMBFQ1E02RFB2N2Q0CLUZ' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='FYCQ4S8' where id=1;
-update noar ti set b0='FYCQ4S8' where id=1;
-update noar tt set b1='35B' where id=1;
-update noar ti set b1='35B' where id=1;
-update noar tt set b2='P8VN7P687AL48LX5GSZADPBNXFPD4C' where id=1;
-update noar ti set b2='P8VN7P687AL48LX5GSZADPBNXFPD4C' where id=1;
-update noar tt set b0='PLLTKRB02' where id=2;
-update noar ti set b0='PLLTKRB02' where id=2;
-update noar tt set b1='X8E6V5OVJL2GHBI2P6' where id=2;
-update noar ti set b1='X8E6V5OVJL2GHBI2P6' where id=2;
-update noar tt set b2='TIJ8MT3MGQGUB3AFEX' where id=2;
-update noar ti set b2='TIJ8MT3MGQGUB3AFEX' where id=2;
-update noar tt set b0='H78VKU4401' where id=3;
-update noar ti set b0='H78VKU4401' where id=3;
-update noar tt set b1='CCM22' where id=3;
-update noar ti set b1='CCM22' where id=3;
-update noar tt set b2='7A03CT9XZH3ER1SFY' where id=3;
-update noar ti set b2='7A03CT9XZH3ER1SFY' where id=3;
-update noar tt set b0='EYT4P9YTVTJTNULH59N1K' where id=4;
-update noar ti set b0='EYT4P9YTVTJTNULH59N1K' where id=4;
-update noar tt set b1='84O63N84MW6G1RCTN' where id=4;
-update noar ti set b1='84O63N84MW6G1RCTN' where id=4;
-update noar tt set b2='HPBKWC2CXFUFUDFOISLA05CHIBMQ6' where id=4;
-update noar ti set b2='HPBKWC2CXFUFUDFOISLA05CHIBMQ6' where id=4;
-update noar tt set b0='N8MF9PCA4Z6YX134' where id=5;
-update noar ti set b0='N8MF9PCA4Z6YX134' where id=5;
-update noar tt set b1='VVN9233GFFLJTF73H' where id=5;
-update noar ti set b1='VVN9233GFFLJTF73H' where id=5;
-update noar tt set b2='RHTNFYN2JJ7S3EHDZY696YHM82Y' where id=5;
-update noar ti set b2='RHTNFYN2JJ7S3EHDZY696YHM82Y' where id=5;
-update noar tt set b0='8FKKBVSQ2DD82Y3D853FEYWLH' where id=6;
-update noar ti set b0='8FKKBVSQ2DD82Y3D853FEYWLH' where id=6;
-update noar tt set b1='R7OZFKH0BXI2HTLSHY40TQUEZ6F' where id=6;
-update noar ti set b1='R7OZFKH0BXI2HTLSHY40TQUEZ6F' where id=6;
-update noar tt set b2='CQBC461FFJYUM68O0VR1ECIDMD2UIQ' where id=6;
-update noar ti set b2='CQBC461FFJYUM68O0VR1ECIDMD2UIQ' where id=6;
-update noar tt set b0='0RPIXAGCIBDD7U7J2' where id=7;
-update noar ti set b0='0RPIXAGCIBDD7U7J2' where id=7;
-update noar tt set b1='1ZR196R3BKHH349JP9PRJWD' where id=7;
-update noar ti set b1='1ZR196R3BKHH349JP9PRJWD' where id=7;
-update noar tt set b2='ND352LZPIGODOAE87MJS0EKH8LT676L' where id=7;
-update noar ti set b2='ND352LZPIGODOAE87MJS0EKH8LT676L' where id=7;
-update noar tt set b0='7DH3TV' where id=8;
-update noar ti set b0='7DH3TV' where id=8;
-update noar tt set b1='XRT54KYS58Y9FM4OOJC0U8C6DCND' where id=8;
-update noar ti set b1='XRT54KYS58Y9FM4OOJC0U8C6DCND' where id=8;
-update noar tt set b2='QS5702EDN5GBQMBSMNXT' where id=8;
-update noar ti set b2='QS5702EDN5GBQMBSMNXT' where id=8;
-update noar tt set b0='V45OU6BZ1P' where id=9;
-update noar ti set b0='V45OU6BZ1P' where id=9;
-update noar tt set b1='J85UR68X4N3RF5QNNLM4OPE8QV' where id=9;
-update noar ti set b1='J85UR68X4N3RF5QNNLM4OPE8QV' where id=9;
-update noar tt set b2='QO' where id=9;
-update noar ti set b2='QO' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='KI3LKGOFDHFP9648RD2N48BBBP8F' where id=1;
-update noar ti set b0='KI3LKGOFDHFP9648RD2N48BBBP8F' where id=1;
-update noar tt set b1='1AGDVES6MMFRDUFDTBHGBC43BIN2' where id=1;
-update noar ti set b1='1AGDVES6MMFRDUFDTBHGBC43BIN2' where id=1;
-update noar tt set b2='BDQI5O1ALFOEWZHNMF7Q42ERH9' where id=1;
-update noar ti set b2='BDQI5O1ALFOEWZHNMF7Q42ERH9' where id=1;
-update noar tt set b0='TH8MZGQ7RARK9F0A088LHWJXTU7RQ9Y' where id=2;
-update noar ti set b0='TH8MZGQ7RARK9F0A088LHWJXTU7RQ9Y' where id=2;
-update noar tt set b1='OYB7L67O8RP9OAQ' where id=2;
-update noar ti set b1='OYB7L67O8RP9OAQ' where id=2;
-update noar tt set b2='3U5RHVIDLFNU3RDLCY' where id=2;
-update noar ti set b2='3U5RHVIDLFNU3RDLCY' where id=2;
-update noar tt set b0='82IM1ATOAOWSVWR62TXT9T' where id=3;
-update noar ti set b0='82IM1ATOAOWSVWR62TXT9T' where id=3;
-update noar tt set b1='Q4A' where id=3;
-update noar ti set b1='Q4A' where id=3;
-update noar tt set b2='32U53FTIF90QIF9DBFYDQ51' where id=3;
-update noar ti set b2='32U53FTIF90QIF9DBFYDQ51' where id=3;
-update noar tt set b0='OL5LBLVZOKDEM66RV39' where id=4;
-update noar ti set b0='OL5LBLVZOKDEM66RV39' where id=4;
-update noar tt set b1='ZG6T9O9WG7W8KX0ANYRD' where id=4;
-update noar ti set b1='ZG6T9O9WG7W8KX0ANYRD' where id=4;
-update noar tt set b2='HZQ34JJ9RVX003VKTGQKZPV9Q' where id=4;
-update noar ti set b2='HZQ34JJ9RVX003VKTGQKZPV9Q' where id=4;
-update noar tt set b0='W0UTC7ZE9UQQO' where id=5;
-update noar ti set b0='W0UTC7ZE9UQQO' where id=5;
-update noar tt set b1='SF9M1332U3LPWMA5Y7' where id=5;
-update noar ti set b1='SF9M1332U3LPWMA5Y7' where id=5;
-update noar tt set b2='TOA7NBKVBY953' where id=5;
-update noar ti set b2='TOA7NBKVBY953' where id=5;
-update noar tt set b0='XJ' where id=6;
-update noar ti set b0='XJ' where id=6;
-update noar tt set b1='3INUXN7RBVWIBI6VH85' where id=6;
-update noar ti set b1='3INUXN7RBVWIBI6VH85' where id=6;
-update noar tt set b2='1DPZSY9Z7XPB0VHMQQBOF8W7XZOH' where id=6;
-update noar ti set b2='1DPZSY9Z7XPB0VHMQQBOF8W7XZOH' where id=6;
-update noar tt set b0='X3E875' where id=7;
-update noar ti set b0='X3E875' where id=7;
-update noar tt set b1='8S1M9VHOUC3RK3DRZZ' where id=7;
-update noar ti set b1='8S1M9VHOUC3RK3DRZZ' where id=7;
-update noar tt set b2='DAXXE30KXBCJ2GSK7T64YKHKGDBLGC2' where id=7;
-update noar ti set b2='DAXXE30KXBCJ2GSK7T64YKHKGDBLGC2' where id=7;
-update noar tt set b0='84Y7F35ABG9BYK04EFFOGLI89N' where id=8;
-update noar ti set b0='84Y7F35ABG9BYK04EFFOGLI89N' where id=8;
-update noar tt set b1='99LFZWRY9WGSHLHFPP6QKGZVLLHU747D' where id=8;
-update noar ti set b1='99LFZWRY9WGSHLHFPP6QKGZVLLHU747D' where id=8;
-update noar tt set b2='H0RBGA2BY1396M48VC3E4ZGRXTJHVSF' where id=8;
-update noar ti set b2='H0RBGA2BY1396M48VC3E4ZGRXTJHVSF' where id=8;
-update noar tt set b0='H' where id=9;
-update noar ti set b0='H' where id=9;
-update noar tt set b1='BI8090ZMCTBV6A8O0M1FZQU' where id=9;
-update noar ti set b1='BI8090ZMCTBV6A8O0M1FZQU' where id=9;
-update noar tt set b2='1YNO52GZFN80LITZ69' where id=9;
-update noar ti set b2='1YNO52GZFN80LITZ69' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='P7GBXU2I' where id=1;
-update noar ti set b0='P7GBXU2I' where id=1;
-update noar tt set b1='H' where id=1;
-update noar ti set b1='H' where id=1;
-update noar tt set b2='ZL5RMN4PU' where id=1;
-update noar ti set b2='ZL5RMN4PU' where id=1;
-update noar tt set b0='KTMJ7DC693YHSIDX' where id=2;
-update noar ti set b0='KTMJ7DC693YHSIDX' where id=2;
-update noar tt set b1='61DW7JEP4JTXVSD94ZVGYN9' where id=2;
-update noar ti set b1='61DW7JEP4JTXVSD94ZVGYN9' where id=2;
-update noar tt set b2='RVHWFX8LCL8F' where id=2;
-update noar ti set b2='RVHWFX8LCL8F' where id=2;
-update noar tt set b0='CSEUQIHDL6XISQG1FY' where id=3;
-update noar ti set b0='CSEUQIHDL6XISQG1FY' where id=3;
-update noar tt set b1='9XO7KNHSNOUCXWZGT2VXK8Z3YUI' where id=3;
-update noar ti set b1='9XO7KNHSNOUCXWZGT2VXK8Z3YUI' where id=3;
-update noar tt set b2='814IJMG93S' where id=3;
-update noar ti set b2='814IJMG93S' where id=3;
-update noar tt set b0='6WXCOYCDPYB9DZJMWJDPFH6KV90RMS5' where id=4;
-update noar ti set b0='6WXCOYCDPYB9DZJMWJDPFH6KV90RMS5' where id=4;
-update noar tt set b1='H2YLU8VFWJQQUP' where id=4;
-update noar ti set b1='H2YLU8VFWJQQUP' where id=4;
-update noar tt set b2='QNNZKNW62JDZAS' where id=4;
-update noar ti set b2='QNNZKNW62JDZAS' where id=4;
-update noar tt set b0='0CLBPFMSZCFQ7VP' where id=5;
-update noar ti set b0='0CLBPFMSZCFQ7VP' where id=5;
-update noar tt set b1='TLPWMYSFOBTN' where id=5;
-update noar ti set b1='TLPWMYSFOBTN' where id=5;
-update noar tt set b2='AZZ2' where id=5;
-update noar ti set b2='AZZ2' where id=5;
-update noar tt set b0='VI54HTTGSSG9FGXEA' where id=6;
-update noar ti set b0='VI54HTTGSSG9FGXEA' where id=6;
-update noar tt set b1='W43M91NONCI4B6GA6GMMNPCOY38QP0' where id=6;
-update noar ti set b1='W43M91NONCI4B6GA6GMMNPCOY38QP0' where id=6;
-update noar tt set b2='6B1S2LJXDI7Z4M4N5BYW9M5' where id=6;
-update noar ti set b2='6B1S2LJXDI7Z4M4N5BYW9M5' where id=6;
-update noar tt set b0='BJ98ALF1' where id=7;
-update noar ti set b0='BJ98ALF1' where id=7;
-update noar tt set b1='IBQ6YU36AGR11W' where id=7;
-update noar ti set b1='IBQ6YU36AGR11W' where id=7;
-update noar tt set b2='RHUP7LK5KRYMIYQZH1ZM5Y8' where id=7;
-update noar ti set b2='RHUP7LK5KRYMIYQZH1ZM5Y8' where id=7;
-update noar tt set b0='6SV3Y7UQT779WX0G3' where id=8;
-update noar ti set b0='6SV3Y7UQT779WX0G3' where id=8;
-update noar tt set b1='11M1EZXN5X1RMN81LDS610C' where id=8;
-update noar ti set b1='11M1EZXN5X1RMN81LDS610C' where id=8;
-update noar tt set b2='UUH14XTJVMG9IMJF7' where id=8;
-update noar ti set b2='UUH14XTJVMG9IMJF7' where id=8;
-update noar tt set b0='FJSCNC5D96ALI50BUDBG' where id=9;
-update noar ti set b0='FJSCNC5D96ALI50BUDBG' where id=9;
-update noar tt set b1='0D3NY2R2903CQ4S2A3AR' where id=9;
-update noar ti set b1='0D3NY2R2903CQ4S2A3AR' where id=9;
-update noar tt set b2='Y4YN1R' where id=9;
-update noar ti set b2='Y4YN1R' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='RSV1XSY00FF' where id=1;
-update noar ti set b0='RSV1XSY00FF' where id=1;
-update noar tt set b1='STZUCWW' where id=1;
-update noar ti set b1='STZUCWW' where id=1;
-update noar tt set b2='W7ANLT9PJHKJW3CZUS' where id=1;
-update noar ti set b2='W7ANLT9PJHKJW3CZUS' where id=1;
-update noar tt set b0='YZ9A7ISZME1H4' where id=2;
-update noar ti set b0='YZ9A7ISZME1H4' where id=2;
-update noar tt set b1='DRNP7XEK7BIY8Q3TS6GGJWF0169BP' where id=2;
-update noar ti set b1='DRNP7XEK7BIY8Q3TS6GGJWF0169BP' where id=2;
-update noar tt set b2='PYZ9O7WNWH1DE' where id=2;
-update noar ti set b2='PYZ9O7WNWH1DE' where id=2;
-update noar tt set b0='37' where id=3;
-update noar ti set b0='37' where id=3;
-update noar tt set b1='G2XHVK9WREITW4FW' where id=3;
-update noar ti set b1='G2XHVK9WREITW4FW' where id=3;
-update noar tt set b2='TGJC7WT5XP0OXLKI' where id=3;
-update noar ti set b2='TGJC7WT5XP0OXLKI' where id=3;
-update noar tt set b0='RUYO092MKJ2D4NZBYVNRDE1E3' where id=4;
-update noar ti set b0='RUYO092MKJ2D4NZBYVNRDE1E3' where id=4;
-update noar tt set b1='80F8GBYCNKU3X2I39' where id=4;
-update noar ti set b1='80F8GBYCNKU3X2I39' where id=4;
-update noar tt set b2='KZN8BYISTCYF7OBIU' where id=4;
-update noar ti set b2='KZN8BYISTCYF7OBIU' where id=4;
-update noar tt set b0='FZ4AFEU65A' where id=5;
-update noar ti set b0='FZ4AFEU65A' where id=5;
-update noar tt set b1='RU' where id=5;
-update noar ti set b1='RU' where id=5;
-update noar tt set b2='PGN28I70YFPT7HSR1FMU0CQH' where id=5;
-update noar ti set b2='PGN28I70YFPT7HSR1FMU0CQH' where id=5;
-update noar tt set b0='G083EX25WVGXC5F7Y' where id=6;
-update noar ti set b0='G083EX25WVGXC5F7Y' where id=6;
-update noar tt set b1='7YLRA7BHA0NW5' where id=6;
-update noar ti set b1='7YLRA7BHA0NW5' where id=6;
-update noar tt set b2='CR1CE5JY04K' where id=6;
-update noar ti set b2='CR1CE5JY04K' where id=6;
-update noar tt set b0='F' where id=7;
-update noar ti set b0='F' where id=7;
-update noar tt set b1='CY68LEQMQ224DKWJM' where id=7;
-update noar ti set b1='CY68LEQMQ224DKWJM' where id=7;
-update noar tt set b2='7WEQT8U' where id=7;
-update noar ti set b2='7WEQT8U' where id=7;
-update noar tt set b0='7ARPD9VPZO' where id=8;
-update noar ti set b0='7ARPD9VPZO' where id=8;
-update noar tt set b1='HUORAOXM13NQM6TIUAHRUVYFCMAL6KE4' where id=8;
-update noar ti set b1='HUORAOXM13NQM6TIUAHRUVYFCMAL6KE4' where id=8;
-update noar tt set b2='9BPCXLB' where id=8;
-update noar ti set b2='9BPCXLB' where id=8;
-update noar tt set b0='CEZLV1BOUKKQ30EJ' where id=9;
-update noar ti set b0='CEZLV1BOUKKQ30EJ' where id=9;
-update noar tt set b1='H0Y' where id=9;
-update noar ti set b1='H0Y' where id=9;
-update noar tt set b2='2H0F' where id=9;
-update noar ti set b2='2H0F' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='PKZ07U' where id=1;
-update noar ti set b0='PKZ07U' where id=1;
-update noar tt set b1='RQDZV72DDNECMNRL' where id=1;
-update noar ti set b1='RQDZV72DDNECMNRL' where id=1;
-update noar tt set b2='DFGTB33X' where id=1;
-update noar ti set b2='DFGTB33X' where id=1;
-update noar tt set b0='FH4EO7Y9RAC6TUYUWWZ5C13J70' where id=2;
-update noar ti set b0='FH4EO7Y9RAC6TUYUWWZ5C13J70' where id=2;
-update noar tt set b1='O9AZUPNJRM5D' where id=2;
-update noar ti set b1='O9AZUPNJRM5D' where id=2;
-update noar tt set b2='8CQTJ3HKHVML5E89' where id=2;
-update noar ti set b2='8CQTJ3HKHVML5E89' where id=2;
-update noar tt set b0='5EN' where id=3;
-update noar ti set b0='5EN' where id=3;
-update noar tt set b1='3' where id=3;
-update noar ti set b1='3' where id=3;
-update noar tt set b2='BLLT2PIIJ9SET531ICELVCUL' where id=3;
-update noar ti set b2='BLLT2PIIJ9SET531ICELVCUL' where id=3;
-update noar tt set b0='HHHB7DOZ41OT9K0ZT6AXHO' where id=4;
-update noar ti set b0='HHHB7DOZ41OT9K0ZT6AXHO' where id=4;
-update noar tt set b1='QWL89319SJ07NLNF' where id=4;
-update noar ti set b1='QWL89319SJ07NLNF' where id=4;
-update noar tt set b2='Q8XM48VXSM87QNZJFD1MIUWEUSZ8SJ0' where id=4;
-update noar ti set b2='Q8XM48VXSM87QNZJFD1MIUWEUSZ8SJ0' where id=4;
-update noar tt set b0='MI7V9CGT' where id=5;
-update noar ti set b0='MI7V9CGT' where id=5;
-update noar tt set b1='F4D2TA' where id=5;
-update noar ti set b1='F4D2TA' where id=5;
-update noar tt set b2='75' where id=5;
-update noar ti set b2='75' where id=5;
-update noar tt set b0='X5' where id=6;
-update noar ti set b0='X5' where id=6;
-update noar tt set b1='GSGBU4CLLDRZC2' where id=6;
-update noar ti set b1='GSGBU4CLLDRZC2' where id=6;
-update noar tt set b2='U8OADT7WWE5WQDAYMCK9F0Q04ZFEN' where id=6;
-update noar ti set b2='U8OADT7WWE5WQDAYMCK9F0Q04ZFEN' where id=6;
-update noar tt set b0='Y7OPDYU47AQF' where id=7;
-update noar ti set b0='Y7OPDYU47AQF' where id=7;
-update noar tt set b1='TQAA04AE3VZAS14Y71ITL0' where id=7;
-update noar ti set b1='TQAA04AE3VZAS14Y71ITL0' where id=7;
-update noar tt set b2='WGQJI40Y16NUIZAAQKSKXNN39' where id=7;
-update noar ti set b2='WGQJI40Y16NUIZAAQKSKXNN39' where id=7;
-update noar tt set b0='E2O' where id=8;
-update noar ti set b0='E2O' where id=8;
-update noar tt set b1='64M7YPD8' where id=8;
-update noar ti set b1='64M7YPD8' where id=8;
-update noar tt set b2='J' where id=8;
-update noar ti set b2='J' where id=8;
-update noar tt set b0='Z' where id=9;
-update noar ti set b0='Z' where id=9;
-update noar tt set b1='XLDS2S24' where id=9;
-update noar ti set b1='XLDS2S24' where id=9;
-update noar tt set b2='HLA2LL5N7QS3LK9T14AX' where id=9;
-update noar ti set b2='HLA2LL5N7QS3LK9T14AX' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='ODFQBMOJ9C5HW2GEUTIO1ULWZJG5EMY' where id=1;
-update noar ti set b0='ODFQBMOJ9C5HW2GEUTIO1ULWZJG5EMY' where id=1;
-update noar tt set b1='1CK2HUAF52QFKLOEEXLI6IU20TN5VZB' where id=1;
-update noar ti set b1='1CK2HUAF52QFKLOEEXLI6IU20TN5VZB' where id=1;
-update noar tt set b2='ZQNKH9GGAFKINFTVSZV' where id=1;
-update noar ti set b2='ZQNKH9GGAFKINFTVSZV' where id=1;
-update noar tt set b0='JAQ1XIYE4OH28' where id=2;
-update noar ti set b0='JAQ1XIYE4OH28' where id=2;
-update noar tt set b1='95FGL5Y924ZKR3ZGVC7O6JRK3U98FR1G' where id=2;
-update noar ti set b1='95FGL5Y924ZKR3ZGVC7O6JRK3U98FR1G' where id=2;
-update noar tt set b2='GUH2I' where id=2;
-update noar ti set b2='GUH2I' where id=2;
-update noar tt set b0='XHVFXPRGELBLWQZTRQQRAS' where id=3;
-update noar ti set b0='XHVFXPRGELBLWQZTRQQRAS' where id=3;
-update noar tt set b1='FYNGE6QKP7I8LYPLDY9KUV7CBNL' where id=3;
-update noar ti set b1='FYNGE6QKP7I8LYPLDY9KUV7CBNL' where id=3;
-update noar tt set b2='HLC302TMZOWGF77P94723' where id=3;
-update noar ti set b2='HLC302TMZOWGF77P94723' where id=3;
-update noar tt set b0='V42L6H9ESXZE6YM0TI0HJ' where id=4;
-update noar ti set b0='V42L6H9ESXZE6YM0TI0HJ' where id=4;
-update noar tt set b1='J8ELZNRLVTMR0G19UKVYJJ7P3FPZJZY8' where id=4;
-update noar ti set b1='J8ELZNRLVTMR0G19UKVYJJ7P3FPZJZY8' where id=4;
-update noar tt set b2='WGDX39SEMN43IY4LU' where id=4;
-update noar ti set b2='WGDX39SEMN43IY4LU' where id=4;
-update noar tt set b0='3' where id=5;
-update noar ti set b0='3' where id=5;
-update noar tt set b1='FXRP3U89IL019Y8ASAC8OOG8LQLBGXP5' where id=5;
-update noar ti set b1='FXRP3U89IL019Y8ASAC8OOG8LQLBGXP5' where id=5;
-update noar tt set b2='N315G9MWFAND8BRWWXGXF4EB2' where id=5;
-update noar ti set b2='N315G9MWFAND8BRWWXGXF4EB2' where id=5;
-update noar tt set b0='L' where id=6;
-update noar ti set b0='L' where id=6;
-update noar tt set b1='BKRKBGQT29V2T47BLETD1OD1A51Q9GT' where id=6;
-update noar ti set b1='BKRKBGQT29V2T47BLETD1OD1A51Q9GT' where id=6;
-update noar tt set b2='SH2EYK' where id=6;
-update noar ti set b2='SH2EYK' where id=6;
-update noar tt set b0='SX85B75' where id=7;
-update noar ti set b0='SX85B75' where id=7;
-update noar tt set b1='9LBMIUWTN4KZY2V8P6C4WS95EP6V' where id=7;
-update noar ti set b1='9LBMIUWTN4KZY2V8P6C4WS95EP6V' where id=7;
-update noar tt set b2='23CSPD2RUC1RSK2VQJFSCAGSNLK8D69' where id=7;
-update noar ti set b2='23CSPD2RUC1RSK2VQJFSCAGSNLK8D69' where id=7;
-update noar tt set b0='4NVAXNV2A0C09GEV7AQ7SC6J' where id=8;
-update noar ti set b0='4NVAXNV2A0C09GEV7AQ7SC6J' where id=8;
-update noar tt set b1='C9F1B2PWUMTITLMF2T8ZS' where id=8;
-update noar ti set b1='C9F1B2PWUMTITLMF2T8ZS' where id=8;
-update noar tt set b2='9C' where id=8;
-update noar ti set b2='9C' where id=8;
-update noar tt set b0='EU3IC1JKD1PHPYL65KC14XV' where id=9;
-update noar ti set b0='EU3IC1JKD1PHPYL65KC14XV' where id=9;
-update noar tt set b1='POL7NS1S5' where id=9;
-update noar ti set b1='POL7NS1S5' where id=9;
-update noar tt set b2='AMTX' where id=9;
-update noar ti set b2='AMTX' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='ENPIQ87BJMOJQJX67HP' where id=1;
-update noar ti set b0='ENPIQ87BJMOJQJX67HP' where id=1;
-update noar tt set b1='JEIMVJVNDOP72K9' where id=1;
-update noar ti set b1='JEIMVJVNDOP72K9' where id=1;
-update noar tt set b2='3' where id=1;
-update noar ti set b2='3' where id=1;
-update noar tt set b0='ED4T34F1922DFW9A' where id=2;
-update noar ti set b0='ED4T34F1922DFW9A' where id=2;
-update noar tt set b1='OL' where id=2;
-update noar ti set b1='OL' where id=2;
-update noar tt set b2='D7ZIWCL33J9XFNWTRV029RSZ2' where id=2;
-update noar ti set b2='D7ZIWCL33J9XFNWTRV029RSZ2' where id=2;
-update noar tt set b0='TZVW' where id=3;
-update noar ti set b0='TZVW' where id=3;
-update noar tt set b1='FSPC4SJW32E3OVJ6H' where id=3;
-update noar ti set b1='FSPC4SJW32E3OVJ6H' where id=3;
-update noar tt set b2='XOQUAXRI421KQIJ4694QSRQTM5Z66V' where id=3;
-update noar ti set b2='XOQUAXRI421KQIJ4694QSRQTM5Z66V' where id=3;
-update noar tt set b0='CIRXJL4IV6A8HE29TNNWFRBGJ' where id=4;
-update noar ti set b0='CIRXJL4IV6A8HE29TNNWFRBGJ' where id=4;
-update noar tt set b1='VMW8FZS' where id=4;
-update noar ti set b1='VMW8FZS' where id=4;
-update noar tt set b2='1ROB5A1JYBGM9M1NR2YDN9NVA' where id=4;
-update noar ti set b2='1ROB5A1JYBGM9M1NR2YDN9NVA' where id=4;
-update noar tt set b0='OEAENQ23ZWDRANJ' where id=5;
-update noar ti set b0='OEAENQ23ZWDRANJ' where id=5;
-update noar tt set b1='USZ3ULJNCRSIA0H70AVZZP4V' where id=5;
-update noar ti set b1='USZ3ULJNCRSIA0H70AVZZP4V' where id=5;
-update noar tt set b2='SR942GZFO3HKOX' where id=5;
-update noar ti set b2='SR942GZFO3HKOX' where id=5;
-update noar tt set b0='DCVOP' where id=6;
-update noar ti set b0='DCVOP' where id=6;
-update noar tt set b1='CSOTEHAHFHCL' where id=6;
-update noar ti set b1='CSOTEHAHFHCL' where id=6;
-update noar tt set b2='6Y2DXL4DXG17LCX1MAJ1Y' where id=6;
-update noar ti set b2='6Y2DXL4DXG17LCX1MAJ1Y' where id=6;
-update noar tt set b0='WC74ECVEP6YQ82' where id=7;
-update noar ti set b0='WC74ECVEP6YQ82' where id=7;
-update noar tt set b1='8TRH69PAVJE6904C66G7XBAPXX62FC' where id=7;
-update noar ti set b1='8TRH69PAVJE6904C66G7XBAPXX62FC' where id=7;
-update noar tt set b2='0NGH9WS' where id=7;
-update noar ti set b2='0NGH9WS' where id=7;
-update noar tt set b0='2E7IKLF7QZ3VRH8W88G5H7HK' where id=8;
-update noar ti set b0='2E7IKLF7QZ3VRH8W88G5H7HK' where id=8;
-update noar tt set b1='NNGNDKL' where id=8;
-update noar ti set b1='NNGNDKL' where id=8;
-update noar tt set b2='K4ODJ2XYSUVXJR0ZQ3510' where id=8;
-update noar ti set b2='K4ODJ2XYSUVXJR0ZQ3510' where id=8;
-update noar tt set b0='UNFTM5' where id=9;
-update noar ti set b0='UNFTM5' where id=9;
-update noar tt set b1='1K9PRBHKHVPOH5D2UJ0JSCPFCMN8VHW' where id=9;
-update noar ti set b1='1K9PRBHKHVPOH5D2UJ0JSCPFCMN8VHW' where id=9;
-update noar tt set b2='8J49AWQSEHADA09EQO6T8B2AYZYRIV39' where id=9;
-update noar ti set b2='8J49AWQSEHADA09EQO6T8B2AYZYRIV39' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='4YR5OV2' where id=1;
-update noar ti set b0='4YR5OV2' where id=1;
-update noar tt set b1='TMH04BZ7KMMEJHF3XPKQZ1HK63AJQ' where id=1;
-update noar ti set b1='TMH04BZ7KMMEJHF3XPKQZ1HK63AJQ' where id=1;
-update noar tt set b2='4MSGH' where id=1;
-update noar ti set b2='4MSGH' where id=1;
-update noar tt set b0='HGP145XAWG5JIZQSGYYTBKNH0' where id=2;
-update noar ti set b0='HGP145XAWG5JIZQSGYYTBKNH0' where id=2;
-update noar tt set b1='4UFAD8B2A9FHOU8462HZ' where id=2;
-update noar ti set b1='4UFAD8B2A9FHOU8462HZ' where id=2;
-update noar tt set b2='O2Q77QH9BVOKYVVUCP4X' where id=2;
-update noar ti set b2='O2Q77QH9BVOKYVVUCP4X' where id=2;
-update noar tt set b0='DSINLDN0953FXRWNADCVP8LXLHH83ETA' where id=3;
-update noar ti set b0='DSINLDN0953FXRWNADCVP8LXLHH83ETA' where id=3;
-update noar tt set b1='8ZAIILLVTWNJBVV2Y7C2LP82M3PD' where id=3;
-update noar ti set b1='8ZAIILLVTWNJBVV2Y7C2LP82M3PD' where id=3;
-update noar tt set b2='HDVS3WLSS2OFR01C' where id=3;
-update noar ti set b2='HDVS3WLSS2OFR01C' where id=3;
-update noar tt set b0='66CG2YLNL4MAXVWW4SF2' where id=4;
-update noar ti set b0='66CG2YLNL4MAXVWW4SF2' where id=4;
-update noar tt set b1='3IS7GBN5JYNECRVUCVI7GIO86DB0R9' where id=4;
-update noar ti set b1='3IS7GBN5JYNECRVUCVI7GIO86DB0R9' where id=4;
-update noar tt set b2='FX2LL' where id=4;
-update noar ti set b2='FX2LL' where id=4;
-update noar tt set b0='7' where id=5;
-update noar ti set b0='7' where id=5;
-update noar tt set b1='RHBCYBESGLJNP9L' where id=5;
-update noar ti set b1='RHBCYBESGLJNP9L' where id=5;
-update noar tt set b2='DA9SKWUNC4LG' where id=5;
-update noar ti set b2='DA9SKWUNC4LG' where id=5;
-update noar tt set b0='1KEGXR44Y9MT9AX9YLPBI5DPT' where id=6;
-update noar ti set b0='1KEGXR44Y9MT9AX9YLPBI5DPT' where id=6;
-update noar tt set b1='4MW6F3KY6GDVOILZGGD4IZNFBKT' where id=6;
-update noar ti set b1='4MW6F3KY6GDVOILZGGD4IZNFBKT' where id=6;
-update noar tt set b2='FP9KL111TZD' where id=6;
-update noar ti set b2='FP9KL111TZD' where id=6;
-update noar tt set b0='B169' where id=7;
-update noar ti set b0='B169' where id=7;
-update noar tt set b1='SYTMF9HKR5OV04MSX' where id=7;
-update noar ti set b1='SYTMF9HKR5OV04MSX' where id=7;
-update noar tt set b2='8Z5MGK3Y3P2Y2JJ73WPG4TROKUYX6' where id=7;
-update noar ti set b2='8Z5MGK3Y3P2Y2JJ73WPG4TROKUYX6' where id=7;
-update noar tt set b0='UISFEX1OH47N6XLH8Z6R3UKDY' where id=8;
-update noar ti set b0='UISFEX1OH47N6XLH8Z6R3UKDY' where id=8;
-update noar tt set b1='TDWONE8LK71QK0Z2O4ACJEMSO' where id=8;
-update noar ti set b1='TDWONE8LK71QK0Z2O4ACJEMSO' 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 b0='1DIFDQ33SJ' where id=9;
-update noar ti set b0='1DIFDQ33SJ' where id=9;
-update noar tt set b1='YW' where id=9;
-update noar ti set b1='YW' where id=9;
-update noar tt set b2='2YBNPH4B4K9J' where id=9;
-update noar ti set b2='2YBNPH4B4K9J' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 longblob null,
-b1 blob null,
-b2 text 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 b0='QAXRZK5KTF05RY' where id=1;
-update noar ti set b0='QAXRZK5KTF05RY' where id=1;
-update noar tt set b1='0HVVWKQ9R2ZCY78VWGH4W8IO4F8BFI6' where id=1;
-update noar ti set b1='0HVVWKQ9R2ZCY78VWGH4W8IO4F8BFI6' where id=1;
-update noar tt set b2='BIME7O4DB5UYBR59F51VQ35G0X9SESE6' where id=1;
-update noar ti set b2='BIME7O4DB5UYBR59F51VQ35G0X9SESE6' where id=1;
-update noar tt set b0='Z4TH37UC8OQBPM9MKYEU' where id=2;
-update noar ti set b0='Z4TH37UC8OQBPM9MKYEU' where id=2;
-update noar tt set b1='CE6C8IAX4G6HHKABWNSX8' where id=2;
-update noar ti set b1='CE6C8IAX4G6HHKABWNSX8' where id=2;
-update noar tt set b2='K1LUOIOBRXYV2VXYK7O6T9P' where id=2;
-update noar ti set b2='K1LUOIOBRXYV2VXYK7O6T9P' where id=2;
-update noar tt set b0='0YXQE4HK7Z4' where id=3;
-update noar ti set b0='0YXQE4HK7Z4' where id=3;
-update noar tt set b1='DBQ2IKRP0ZSATUWH4FNF' where id=3;
-update noar ti set b1='DBQ2IKRP0ZSATUWH4FNF' where id=3;
-update noar tt set b2='UNM' where id=3;
-update noar ti set b2='UNM' where id=3;
-update noar tt set b0='8M6HWWJ5YW4Q0P2T0OCEHUTFWCKK' where id=4;
-update noar ti set b0='8M6HWWJ5YW4Q0P2T0OCEHUTFWCKK' where id=4;
-update noar tt set b1='8O' where id=4;
-update noar ti set b1='8O' where id=4;
-update noar tt set b2='K6AF' where id=4;
-update noar ti set b2='K6AF' where id=4;
-update noar tt set b0='W6IXIPZDQ1JKSJTMSXNF4XQ7XRJU' where id=5;
-update noar ti set b0='W6IXIPZDQ1JKSJTMSXNF4XQ7XRJU' where id=5;
-update noar tt set b1='7UF2W5SGY39DV93RIIRD5PB5DUWBQ47' where id=5;
-update noar ti set b1='7UF2W5SGY39DV93RIIRD5PB5DUWBQ47' where id=5;
-update noar tt set b2='VCCOWF' where id=5;
-update noar ti set b2='VCCOWF' where id=5;
-update noar tt set b0='QIQ2WRN2JG5' where id=6;
-update noar ti set b0='QIQ2WRN2JG5' where id=6;
-update noar tt set b1='9NVFK9Z7OD' where id=6;
-update noar ti set b1='9NVFK9Z7OD' where id=6;
-update noar tt set b2='HAPWZICVOCREFE1FYVZFVJ' where id=6;
-update noar ti set b2='HAPWZICVOCREFE1FYVZFVJ' where id=6;
-update noar tt set b0='TRKE5YSBPNENH9N' where id=7;
-update noar ti set b0='TRKE5YSBPNENH9N' where id=7;
-update noar tt set b1='AUOOJFP42U6846T5FRIZYY3' where id=7;
-update noar ti set b1='AUOOJFP42U6846T5FRIZYY3' where id=7;
-update noar tt set b2='5RC6PKF2' where id=7;
-update noar ti set b2='5RC6PKF2' where id=7;
-update noar tt set b0='Z5U3DBBB67QB' where id=8;
-update noar ti set b0='Z5U3DBBB67QB' where id=8;
-update noar tt set b1='B28TS61AQUL3E4WIKX8G6EJJ' where id=8;
-update noar ti set b1='B28TS61AQUL3E4WIKX8G6EJJ' where id=8;
-update noar tt set b2='WADXA8MBY2ZSFPJQCBVU8DJWY4YLFTV' where id=8;
-update noar ti set b2='WADXA8MBY2ZSFPJQCBVU8DJWY4YLFTV' where id=8;
-update noar tt set b0='3JY1IXFGGJV00F281OFEJX7EQ6CTB8J' where id=9;
-update noar ti set b0='3JY1IXFGGJV00F281OFEJX7EQ6CTB8J' where id=9;
-update noar tt set b1='YDQC52Q6V3QMAKCFI6TWHI6LD25E' where id=9;
-update noar ti set b1='YDQC52Q6V3QMAKCFI6TWHI6LD25E' where id=9;
-update noar tt set b2='ZM50PVKOJ1' where id=9;
-update noar ti set b2='ZM50PVKOJ1' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 longblob not null,
-b1 blob not null,
-b2 text 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 b0='UIN6LSZOIQALWMSJYZGS9H' where id=1;
-update noar ti set b0='UIN6LSZOIQALWMSJYZGS9H' where id=1;
-update noar tt set b1='N6IIRBLCWO8C6OL8Z6A' where id=1;
-update noar ti set b1='N6IIRBLCWO8C6OL8Z6A' where id=1;
-update noar tt set b2='NJ1RWAC' where id=1;
-update noar ti set b2='NJ1RWAC' where id=1;
-update noar tt set b0='K691ZTWVMOCSR3DPI2' where id=2;
-update noar ti set b0='K691ZTWVMOCSR3DPI2' where id=2;
-update noar tt set b1='P8TYGH4OZ9NX95D19VYWI8' where id=2;
-update noar ti set b1='P8TYGH4OZ9NX95D19VYWI8' where id=2;
-update noar tt set b2='1CK27Z61SFUOJNEAODL3R8' where id=2;
-update noar ti set b2='1CK27Z61SFUOJNEAODL3R8' where id=2;
-update noar tt set b0='NGDGM03E25T' where id=3;
-update noar ti set b0='NGDGM03E25T' where id=3;
-update noar tt set b1='CS51C9XZP0S' where id=3;
-update noar ti set b1='CS51C9XZP0S' where id=3;
-update noar tt set b2='S0V6YWRP' where id=3;
-update noar ti set b2='S0V6YWRP' where id=3;
-update noar tt set b0='CP87S787CQJDQUI985I9E6' where id=4;
-update noar ti set b0='CP87S787CQJDQUI985I9E6' where id=4;
-update noar tt set b1='J8WW7NK1ELXNM323' where id=4;
-update noar ti set b1='J8WW7NK1ELXNM323' where id=4;
-update noar tt set b2='63IFZJ' where id=4;
-update noar ti set b2='63IFZJ' where id=4;
-update noar tt set b0='449VMKOWBMC80SYHI0C1HZ' where id=5;
-update noar ti set b0='449VMKOWBMC80SYHI0C1HZ' where id=5;
-update noar tt set b1='W8NUI2R1' where id=5;
-update noar ti set b1='W8NUI2R1' where id=5;
-update noar tt set b2='K89UZY6B1C4RBE' where id=5;
-update noar ti set b2='K89UZY6B1C4RBE' where id=5;
-update noar tt set b0='VUNXE4G05Y39HWW6X' where id=6;
-update noar ti set b0='VUNXE4G05Y39HWW6X' where id=6;
-update noar tt set b1='6WDUD8ZLY9UHNWO8UIG1OKMLMX' where id=6;
-update noar ti set b1='6WDUD8ZLY9UHNWO8UIG1OKMLMX' where id=6;
-update noar tt set b2='1GPF0Q' where id=6;
-update noar ti set b2='1GPF0Q' where id=6;
-update noar tt set b0='W9RXONTWFWDXVPPZQLP2NO2' where id=7;
-update noar ti set b0='W9RXONTWFWDXVPPZQLP2NO2' where id=7;
-update noar tt set b1='GFSKHX9AAAD5OM' where id=7;
-update noar ti set b1='GFSKHX9AAAD5OM' where id=7;
-update noar tt set b2='CRPQKMNOXWU56WQ5TF' where id=7;
-update noar ti set b2='CRPQKMNOXWU56WQ5TF' where id=7;
-update noar tt set b0='N9X1GX' where id=8;
-update noar ti set b0='N9X1GX' where id=8;
-update noar tt set b1='EDB9GS4SB40XX37XZOQNT04I' where id=8;
-update noar ti set b1='EDB9GS4SB40XX37XZOQNT04I' where id=8;
-update noar tt set b2='KVIN' where id=8;
-update noar ti set b2='KVIN' where id=8;
-update noar tt set b0='KC9L880VLFID96SBPHU6I' where id=9;
-update noar ti set b0='KC9L880VLFID96SBPHU6I' where id=9;
-update noar tt set b1='F1BU01H40ZR9WVSV3AA2' where id=9;
-update noar ti set b1='F1BU01H40ZR9WVSV3AA2' where id=9;
-update noar tt set b2='REJHZA0MTF5DIFXK2X8FKZV' where id=9;
-update noar ti set b2='REJHZA0MTF5DIFXK2X8FKZV' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='9WY4UVN1N6RW5' where id=1;
-update noar ti set b0='9WY4UVN1N6RW5' where id=1;
-update noar tt set b1='FVM6Z7YO4528HX' where id=1;
-update noar ti set b1='FVM6Z7YO4528HX' where id=1;
-update noar tt set b2='TNYUO4' where id=1;
-update noar ti set b2='TNYUO4' where id=1;
-update noar tt set b0='EIDJG721JXO29ITLO' where id=2;
-update noar ti set b0='EIDJG721JXO29ITLO' where id=2;
-update noar tt set b1='QEB2334H' where id=2;
-update noar ti set b1='QEB2334H' where id=2;
-update noar tt set b2='DCOZ8GG0VL7481JMB2CWHEU7ZOWD' where id=2;
-update noar ti set b2='DCOZ8GG0VL7481JMB2CWHEU7ZOWD' where id=2;
-update noar tt set b0='LVTV0WFBRWN461VD37' where id=3;
-update noar ti set b0='LVTV0WFBRWN461VD37' where id=3;
-update noar tt set b1='9' where id=3;
-update noar ti set b1='9' where id=3;
-update noar tt set b2='LQBPEW1ZQZNVFJZI8RN6' where id=3;
-update noar ti set b2='LQBPEW1ZQZNVFJZI8RN6' where id=3;
-update noar tt set b0='IH0WQNH' where id=4;
-update noar ti set b0='IH0WQNH' where id=4;
-update noar tt set b1='UA4K6FIFQV' where id=4;
-update noar ti set b1='UA4K6FIFQV' where id=4;
-update noar tt set b2='CL' where id=4;
-update noar ti set b2='CL' where id=4;
-update noar tt set b0='9VQ7PPXO667V7E94PYUFQK4FL' where id=5;
-update noar ti set b0='9VQ7PPXO667V7E94PYUFQK4FL' where id=5;
-update noar tt set b1='52EY8YFMX8X3M06IL' where id=5;
-update noar ti set b1='52EY8YFMX8X3M06IL' where id=5;
-update noar tt set b2='2RH9M1Y' where id=5;
-update noar ti set b2='2RH9M1Y' where id=5;
-update noar tt set b0='HZ16E873PXHA3K8VNRAD1' where id=6;
-update noar ti set b0='HZ16E873PXHA3K8VNRAD1' where id=6;
-update noar tt set b1='9RO5173ZYP' where id=6;
-update noar ti set b1='9RO5173ZYP' where id=6;
-update noar tt set b2='CVTKD0N0YFRNCB5DZF2HXA' where id=6;
-update noar ti set b2='CVTKD0N0YFRNCB5DZF2HXA' where id=6;
-update noar tt set b0='BX' where id=7;
-update noar ti set b0='BX' where id=7;
-update noar tt set b1='8PW8ADO9HBH' where id=7;
-update noar ti set b1='8PW8ADO9HBH' where id=7;
-update noar tt set b2='93C5R66R9BFTK1YNQ' where id=7;
-update noar ti set b2='93C5R66R9BFTK1YNQ' where id=7;
-update noar tt set b0='SK49SRN2SZB5HCUMI7HU' where id=8;
-update noar ti set b0='SK49SRN2SZB5HCUMI7HU' where id=8;
-update noar tt set b1='I6ZT6F73PDU80RMC38DA' where id=8;
-update noar ti set b1='I6ZT6F73PDU80RMC38DA' where id=8;
-update noar tt set b2='WGOSTZH26245ZYRS46ZPOR' where id=8;
-update noar ti set b2='WGOSTZH26245ZYRS46ZPOR' where id=8;
-update noar tt set b0='H1' where id=9;
-update noar ti set b0='H1' where id=9;
-update noar tt set b1='6VEFOJINMX1U5DT7' where id=9;
-update noar ti set b1='6VEFOJINMX1U5DT7' where id=9;
-update noar tt set b2='68FL5VYHZ89SKA645Y0LKWD' where id=9;
-update noar ti set b2='68FL5VYHZ89SKA645Y0LKWD' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='8DQW5WBMTRXJY9KRANK8H3YMKLZ30K1' where id=1;
-update noar ti set b0='8DQW5WBMTRXJY9KRANK8H3YMKLZ30K1' where id=1;
-update noar tt set b1='A98Z60U1JET53XA09YSD15QSE9YL' where id=1;
-update noar ti set b1='A98Z60U1JET53XA09YSD15QSE9YL' where id=1;
-update noar tt set b2='7AA264A0XNUBWHB2DHW' where id=1;
-update noar ti set b2='7AA264A0XNUBWHB2DHW' where id=1;
-update noar tt set b0='M' where id=2;
-update noar ti set b0='M' where id=2;
-update noar tt set b1='KJ89S07OE2IMKF924P2M2UF9' where id=2;
-update noar ti set b1='KJ89S07OE2IMKF924P2M2UF9' where id=2;
-update noar tt set b2='ICM92DK4' where id=2;
-update noar ti set b2='ICM92DK4' where id=2;
-update noar tt set b0='8NMQ1GGNDVGKP0SGP2GSGQNC' where id=3;
-update noar ti set b0='8NMQ1GGNDVGKP0SGP2GSGQNC' where id=3;
-update noar tt set b1='GP1QPEHS59MT1ZDCYJHWJOG7NHPE7' where id=3;
-update noar ti set b1='GP1QPEHS59MT1ZDCYJHWJOG7NHPE7' where id=3;
-update noar tt set b2='6OX5W6789XIVV010LA' where id=3;
-update noar ti set b2='6OX5W6789XIVV010LA' where id=3;
-update noar tt set b0='0RWA0540MONOTNWPIWA50VFGDHEM4SS' where id=4;
-update noar ti set b0='0RWA0540MONOTNWPIWA50VFGDHEM4SS' where id=4;
-update noar tt set b1='OW7' where id=4;
-update noar ti set b1='OW7' where id=4;
-update noar tt set b2='U2CQK2WYCG1L913208IET42' where id=4;
-update noar ti set b2='U2CQK2WYCG1L913208IET42' where id=4;
-update noar tt set b0='KAYKUL0J9OQ45B1' where id=5;
-update noar ti set b0='KAYKUL0J9OQ45B1' where id=5;
-update noar tt set b1='R7H30DYSCZE6QJQWOGW53RBLZY49' where id=5;
-update noar ti set b1='R7H30DYSCZE6QJQWOGW53RBLZY49' where id=5;
-update noar tt set b2='A8TUNVR1F0F1AQA4XA5M860' where id=5;
-update noar ti set b2='A8TUNVR1F0F1AQA4XA5M860' where id=5;
-update noar tt set b0='9F2A1G' where id=6;
-update noar ti set b0='9F2A1G' where id=6;
-update noar tt set b1='58UQG6XST8Z0C9YY' where id=6;
-update noar ti set b1='58UQG6XST8Z0C9YY' where id=6;
-update noar tt set b2='782RIGIQPIF8P116W85F' where id=6;
-update noar ti set b2='782RIGIQPIF8P116W85F' where id=6;
-update noar tt set b0='A7U4LM1J265LO' where id=7;
-update noar ti set b0='A7U4LM1J265LO' where id=7;
-update noar tt set b1='F690H' where id=7;
-update noar ti set b1='F690H' where id=7;
-update noar tt set b2='B312GJFW7NG002WBK' where id=7;
-update noar ti set b2='B312GJFW7NG002WBK' where id=7;
-update noar tt set b0='EFP9BPPSA1X0339VXXBOT' where id=8;
-update noar ti set b0='EFP9BPPSA1X0339VXXBOT' where id=8;
-update noar tt set b1='6HL7H1H7FL5EH77D' where id=8;
-update noar ti set b1='6HL7H1H7FL5EH77D' where id=8;
-update noar tt set b2='CL' where id=8;
-update noar ti set b2='CL' where id=8;
-update noar tt set b0='22OS4QLQOSGS6BOX' where id=9;
-update noar ti set b0='22OS4QLQOSGS6BOX' where id=9;
-update noar tt set b1='S05M97K' where id=9;
-update noar ti set b1='S05M97K' where id=9;
-update noar tt set b2='93VZTP0QCC5N5NGRQI' where id=9;
-update noar ti set b2='93VZTP0QCC5N5NGRQI' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='7KVAM' where id=1;
-update noar ti set b0='7KVAM' where id=1;
-update noar tt set b1='AG7GAKAU8VXENX9HHIS7WSZRG6UWC9' where id=1;
-update noar ti set b1='AG7GAKAU8VXENX9HHIS7WSZRG6UWC9' where id=1;
-update noar tt set b2='JBKF2DYN1GF9P' where id=1;
-update noar ti set b2='JBKF2DYN1GF9P' where id=1;
-update noar tt set b0='1HU5' where id=2;
-update noar ti set b0='1HU5' where id=2;
-update noar tt set b1='0D59PARTH7HZ625LCZJMUO' where id=2;
-update noar ti set b1='0D59PARTH7HZ625LCZJMUO' where id=2;
-update noar tt set b2='VNTG6FNKZ5V22GZLR3A80TYZPI2' where id=2;
-update noar ti set b2='VNTG6FNKZ5V22GZLR3A80TYZPI2' where id=2;
-update noar tt set b0='HBGYWSH2QZDTH6VGDO1W2RF70GW' where id=3;
-update noar ti set b0='HBGYWSH2QZDTH6VGDO1W2RF70GW' where id=3;
-update noar tt set b1='V629VCCC3OVMPE1' where id=3;
-update noar ti set b1='V629VCCC3OVMPE1' where id=3;
-update noar tt set b2='2J95W41W66' where id=3;
-update noar ti set b2='2J95W41W66' where id=3;
-update noar tt set b0='XYYF16JGDCI2JYLYLWT8K7YFG' where id=4;
-update noar ti set b0='XYYF16JGDCI2JYLYLWT8K7YFG' where id=4;
-update noar tt set b1='M6FK0245FQ7MZLB7GQSFIL' where id=4;
-update noar ti set b1='M6FK0245FQ7MZLB7GQSFIL' where id=4;
-update noar tt set b2='FQRK' where id=4;
-update noar ti set b2='FQRK' where id=4;
-update noar tt set b0='HU2873TTB' where id=5;
-update noar ti set b0='HU2873TTB' where id=5;
-update noar tt set b1='27IQQ' where id=5;
-update noar ti set b1='27IQQ' where id=5;
-update noar tt set b2='Y8' where id=5;
-update noar ti set b2='Y8' where id=5;
-update noar tt set b0='7H' where id=6;
-update noar ti set b0='7H' where id=6;
-update noar tt set b1='24LS7IHXF' where id=6;
-update noar ti set b1='24LS7IHXF' where id=6;
-update noar tt set b2='T' where id=6;
-update noar ti set b2='T' where id=6;
-update noar tt set b0='0Z62IIV4ST' where id=7;
-update noar ti set b0='0Z62IIV4ST' where id=7;
-update noar tt set b1='7AV29C1IU984FXHCSRGWFSAX' where id=7;
-update noar ti set b1='7AV29C1IU984FXHCSRGWFSAX' where id=7;
-update noar tt set b2='U2WOU7' where id=7;
-update noar ti set b2='U2WOU7' where id=7;
-update noar tt set b0='F1FKZMXR' where id=8;
-update noar ti set b0='F1FKZMXR' where id=8;
-update noar tt set b1='WCS0NN0UFCT' where id=8;
-update noar ti set b1='WCS0NN0UFCT' where id=8;
-update noar tt set b2='PU2U87VVY90Y' where id=8;
-update noar ti set b2='PU2U87VVY90Y' where id=8;
-update noar tt set b0='P4IWAARBSZ1PUB' where id=9;
-update noar ti set b0='P4IWAARBSZ1PUB' where id=9;
-update noar tt set b1='KTQD8GIMBS2FP1PTJKKXFRSWAN6N' where id=9;
-update noar ti set b1='KTQD8GIMBS2FP1PTJKKXFRSWAN6N' where id=9;
-update noar tt set b2='N8YRTE0KJR0RJU' where id=9;
-update noar ti set b2='N8YRTE0KJR0RJU' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='4X44KD5PUV2AB59GLIS' where id=1;
-update noar ti set b0='4X44KD5PUV2AB59GLIS' where id=1;
-update noar tt set b1='GUZFZEOPFFMR2CBAZM1IZQTD' where id=1;
-update noar ti set b1='GUZFZEOPFFMR2CBAZM1IZQTD' where id=1;
-update noar tt set b2='Q72YBK0TSJYHHY8PU' where id=1;
-update noar ti set b2='Q72YBK0TSJYHHY8PU' where id=1;
-update noar tt set b0='K19LDDP5C' where id=2;
-update noar ti set b0='K19LDDP5C' where id=2;
-update noar tt set b1='J6OBZKSTJ2JMO6QON' where id=2;
-update noar ti set b1='J6OBZKSTJ2JMO6QON' where id=2;
-update noar tt set b2='UDMV2VF31' where id=2;
-update noar ti set b2='UDMV2VF31' where id=2;
-update noar tt set b0='L5WGNU4WNIWH' where id=3;
-update noar ti set b0='L5WGNU4WNIWH' where id=3;
-update noar tt set b1='K75U2I' where id=3;
-update noar ti set b1='K75U2I' where id=3;
-update noar tt set b2='NZ55E' where id=3;
-update noar ti set b2='NZ55E' where id=3;
-update noar tt set b0='YQOB' where id=4;
-update noar ti set b0='YQOB' where id=4;
-update noar tt set b1='NXRM03CJW9' where id=4;
-update noar ti set b1='NXRM03CJW9' where id=4;
-update noar tt set b2='JGLE0BDVC72BQL379W' where id=4;
-update noar ti set b2='JGLE0BDVC72BQL379W' where id=4;
-update noar tt set b0='SYL3LQZYLJXJADASRPY7UUOO494HU' where id=5;
-update noar ti set b0='SYL3LQZYLJXJADASRPY7UUOO494HU' where id=5;
-update noar tt set b1='74NYBECENCTMECVHTANU0U' where id=5;
-update noar ti set b1='74NYBECENCTMECVHTANU0U' where id=5;
-update noar tt set b2='I1LS6BVPIU6AAFK2' where id=5;
-update noar ti set b2='I1LS6BVPIU6AAFK2' where id=5;
-update noar tt set b0='MCBSWZ3K3BOLH688CUKIBWS8ACODDFZ' where id=6;
-update noar ti set b0='MCBSWZ3K3BOLH688CUKIBWS8ACODDFZ' where id=6;
-update noar tt set b1='WIFT09PZWS2C42Q2PO6G2JF7QBEFO0' where id=6;
-update noar ti set b1='WIFT09PZWS2C42Q2PO6G2JF7QBEFO0' where id=6;
-update noar tt set b2='RYC8MM85X2QJE4OGS247UK42WU4X' where id=6;
-update noar ti set b2='RYC8MM85X2QJE4OGS247UK42WU4X' where id=6;
-update noar tt set b0='KVPZC4ZXTAOMSINCDGVNJ1OI' where id=7;
-update noar ti set b0='KVPZC4ZXTAOMSINCDGVNJ1OI' where id=7;
-update noar tt set b1='S60E9CU30Z4MYLX4' where id=7;
-update noar ti set b1='S60E9CU30Z4MYLX4' where id=7;
-update noar tt set b2='DW90E' where id=7;
-update noar ti set b2='DW90E' where id=7;
-update noar tt set b0='8YLSKDT5MR0TGVFG5WE3EORCEE' where id=8;
-update noar ti set b0='8YLSKDT5MR0TGVFG5WE3EORCEE' where id=8;
-update noar tt set b1='XLJSPV40KBLNNML' where id=8;
-update noar ti set b1='XLJSPV40KBLNNML' where id=8;
-update noar tt set b2='3TWZ1ZI' where id=8;
-update noar ti set b2='3TWZ1ZI' where id=8;
-update noar tt set b0='AOS56W' where id=9;
-update noar ti set b0='AOS56W' where id=9;
-update noar tt set b1='P379HOGZL9OGNTP23PUBSELFL' where id=9;
-update noar ti set b1='P379HOGZL9OGNTP23PUBSELFL' where id=9;
-update noar tt set b2='6NX5LO2H7U447EB34ZTX5' where id=9;
-update noar ti set b2='6NX5LO2H7U447EB34ZTX5' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='2HRCAP0905VZZN' where id=1;
-update noar ti set b0='2HRCAP0905VZZN' where id=1;
-update noar tt set b1='AX5W379S76BX' where id=1;
-update noar ti set b1='AX5W379S76BX' where id=1;
-update noar tt set b2='U3RA' where id=1;
-update noar ti set b2='U3RA' where id=1;
-update noar tt set b0='9G' where id=2;
-update noar ti set b0='9G' where id=2;
-update noar tt set b1='EKD8MUW0VE43O8YX54TZLOBSV2BC' where id=2;
-update noar ti set b1='EKD8MUW0VE43O8YX54TZLOBSV2BC' where id=2;
-update noar tt set b2='N63O2K45Y8G1SOR' where id=2;
-update noar ti set b2='N63O2K45Y8G1SOR' where id=2;
-update noar tt set b0='0MG0AN' where id=3;
-update noar ti set b0='0MG0AN' where id=3;
-update noar tt set b1='G6U9MCHSN76DXGP2DJ58T7JW' where id=3;
-update noar ti set b1='G6U9MCHSN76DXGP2DJ58T7JW' where id=3;
-update noar tt set b2='T005F4' where id=3;
-update noar ti set b2='T005F4' where id=3;
-update noar tt set b0='4PRQXZ9UI4HQYZ0C2L' where id=4;
-update noar ti set b0='4PRQXZ9UI4HQYZ0C2L' where id=4;
-update noar tt set b1='MF75X11414E' where id=4;
-update noar ti set b1='MF75X11414E' where id=4;
-update noar tt set b2='YGZUB2BJ72L24KA' where id=4;
-update noar ti set b2='YGZUB2BJ72L24KA' where id=4;
-update noar tt set b0='OTTOY3SL23GRFCG' where id=5;
-update noar ti set b0='OTTOY3SL23GRFCG' where id=5;
-update noar tt set b1='D457VTVI86PIOT0NHTU' where id=5;
-update noar ti set b1='D457VTVI86PIOT0NHTU' where id=5;
-update noar tt set b2='EJ4MQJGBAFHJGWKAZO2SDV' where id=5;
-update noar ti set b2='EJ4MQJGBAFHJGWKAZO2SDV' where id=5;
-update noar tt set b0='N86' where id=6;
-update noar ti set b0='N86' where id=6;
-update noar tt set b1='0JLVBVQ6HBOA3L' where id=6;
-update noar ti set b1='0JLVBVQ6HBOA3L' where id=6;
-update noar tt set b2='P52JAO' where id=6;
-update noar ti set b2='P52JAO' where id=6;
-update noar tt set b0='CIXD6375TYSKN2D0B2AM09NYD8FAJ6' where id=7;
-update noar ti set b0='CIXD6375TYSKN2D0B2AM09NYD8FAJ6' where id=7;
-update noar tt set b1='5DPK0NP' where id=7;
-update noar ti set b1='5DPK0NP' where id=7;
-update noar tt set b2='3ISKSVQO9UUWV70MZB' where id=7;
-update noar ti set b2='3ISKSVQO9UUWV70MZB' where id=7;
-update noar tt set b0='VMSZNXG67HA1H2PE90YJ9HI0P' where id=8;
-update noar ti set b0='VMSZNXG67HA1H2PE90YJ9HI0P' where id=8;
-update noar tt set b1='IHCGN1QMFZZ9IF81OAREN93IWONP4' where id=8;
-update noar ti set b1='IHCGN1QMFZZ9IF81OAREN93IWONP4' where id=8;
-update noar tt set b2='2Y7IVAILB1AEE4WS23' where id=8;
-update noar ti set b2='2Y7IVAILB1AEE4WS23' where id=8;
-update noar tt set b0='KQJY9VW30LCGNUBT6K8BKPRAHWGFWLT' where id=9;
-update noar ti set b0='KQJY9VW30LCGNUBT6K8BKPRAHWGFWLT' where id=9;
-update noar tt set b1='55SQU999SQM' where id=9;
-update noar ti set b1='55SQU999SQM' where id=9;
-update noar tt set b2='5Q' where id=9;
-update noar ti set b2='5Q' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='FA1E95MXS945VHWE13CFX2IM1' where id=1;
-update noar ti set b0='FA1E95MXS945VHWE13CFX2IM1' where id=1;
-update noar tt set b1='7RIHIQWB0OGWMN' where id=1;
-update noar ti set b1='7RIHIQWB0OGWMN' where id=1;
-update noar tt set b2='O5T7ZU9MUCT7RQP4' where id=1;
-update noar ti set b2='O5T7ZU9MUCT7RQP4' where id=1;
-update noar tt set b0='I1594G1NTW' where id=2;
-update noar ti set b0='I1594G1NTW' where id=2;
-update noar tt set b1='XMJGF9BO5T67ZEDM0FDT832N4HJE' where id=2;
-update noar ti set b1='XMJGF9BO5T67ZEDM0FDT832N4HJE' where id=2;
-update noar tt set b2='5JFWAF4NVPYNN7BZQQKW3Y0R1G' where id=2;
-update noar ti set b2='5JFWAF4NVPYNN7BZQQKW3Y0R1G' where id=2;
-update noar tt set b0='INBO28LEJ5522W2HGPJNZV' where id=3;
-update noar ti set b0='INBO28LEJ5522W2HGPJNZV' where id=3;
-update noar tt set b1='3GV7KD1RP3W' where id=3;
-update noar ti set b1='3GV7KD1RP3W' where id=3;
-update noar tt set b2='KQ8' where id=3;
-update noar ti set b2='KQ8' where id=3;
-update noar tt set b0='8SAC48T7RQV4NE66GSC4SWHR45F50T5' where id=4;
-update noar ti set b0='8SAC48T7RQV4NE66GSC4SWHR45F50T5' where id=4;
-update noar tt set b1='Y3EOTNDEXTG' where id=4;
-update noar ti set b1='Y3EOTNDEXTG' where id=4;
-update noar tt set b2='F23Q' where id=4;
-update noar ti set b2='F23Q' where id=4;
-update noar tt set b0='BQYNBGCE8IG0EQ6WY0QUYE5BJZ9B3' where id=5;
-update noar ti set b0='BQYNBGCE8IG0EQ6WY0QUYE5BJZ9B3' where id=5;
-update noar tt set b1='CCA67' where id=5;
-update noar ti set b1='CCA67' where id=5;
-update noar tt set b2='BMPL9SFXQA4U53F9TZFQ8A' where id=5;
-update noar ti set b2='BMPL9SFXQA4U53F9TZFQ8A' where id=5;
-update noar tt set b0='Z' where id=6;
-update noar ti set b0='Z' where id=6;
-update noar tt set b1='RKZ85JF1DHJGFGEL3' where id=6;
-update noar ti set b1='RKZ85JF1DHJGFGEL3' where id=6;
-update noar tt set b2='HUKZT97AVB9FG' where id=6;
-update noar ti set b2='HUKZT97AVB9FG' where id=6;
-update noar tt set b0='F5PIC6IVDAIG' where id=7;
-update noar ti set b0='F5PIC6IVDAIG' where id=7;
-update noar tt set b1='B8DC39H7HL857V4LIDV1H9AADDRAPRRN' where id=7;
-update noar ti set b1='B8DC39H7HL857V4LIDV1H9AADDRAPRRN' where id=7;
-update noar tt set b2='IBMAFBKRP9110OT3' where id=7;
-update noar ti set b2='IBMAFBKRP9110OT3' where id=7;
-update noar tt set b0='7XCQKY8QM4LD7' where id=8;
-update noar ti set b0='7XCQKY8QM4LD7' where id=8;
-update noar tt set b1='FNJW' where id=8;
-update noar ti set b1='FNJW' where id=8;
-update noar tt set b2='T8X8C4KNVP12Y0OSPGNJ' where id=8;
-update noar ti set b2='T8X8C4KNVP12Y0OSPGNJ' where id=8;
-update noar tt set b0='OTF42VCU9TVRLL24AINGU5L' where id=9;
-update noar ti set b0='OTF42VCU9TVRLL24AINGU5L' where id=9;
-update noar tt set b1='6CIR6DVLXFNI58BS7YN8LFWOJB8XI4C' where id=9;
-update noar ti set b1='6CIR6DVLXFNI58BS7YN8LFWOJB8XI4C' where id=9;
-update noar tt set b2='7XOC4WSG9PWL' where id=9;
-update noar ti set b2='7XOC4WSG9PWL' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='7P7VWR46M3K33Z3BYF' where id=1;
-update noar ti set b0='7P7VWR46M3K33Z3BYF' where id=1;
-update noar tt set b1='0IYUYTC8SX5UK5' where id=1;
-update noar ti set b1='0IYUYTC8SX5UK5' where id=1;
-update noar tt set b2='NXB1JU8NQJ85USRBVRFAF0N7XGD' where id=1;
-update noar ti set b2='NXB1JU8NQJ85USRBVRFAF0N7XGD' where id=1;
-update noar tt set b0='LYZDZIU8T1C9KNFPX8TGD32YGBWVZK' where id=2;
-update noar ti set b0='LYZDZIU8T1C9KNFPX8TGD32YGBWVZK' where id=2;
-update noar tt set b1='SKGQPIWP9974I3CMY90UHE423JM' where id=2;
-update noar ti set b1='SKGQPIWP9974I3CMY90UHE423JM' where id=2;
-update noar tt set b2='69WQFYV4PC0LBPVMKFF' where id=2;
-update noar ti set b2='69WQFYV4PC0LBPVMKFF' where id=2;
-update noar tt set b0='A6V959GEP86BDYAN373' where id=3;
-update noar ti set b0='A6V959GEP86BDYAN373' where id=3;
-update noar tt set b1='XJPR38131Q1BQR4FIW57YNJ4O' where id=3;
-update noar ti set b1='XJPR38131Q1BQR4FIW57YNJ4O' where id=3;
-update noar tt set b2='ES6XBCEW90EBS' where id=3;
-update noar ti set b2='ES6XBCEW90EBS' where id=3;
-update noar tt set b0='DYYUF2KGPQCUKCGW1HGVU9EFOH3BEKRH' where id=4;
-update noar ti set b0='DYYUF2KGPQCUKCGW1HGVU9EFOH3BEKRH' 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 b2='8806HIZCYWQGP84Y' where id=4;
-update noar ti set b2='8806HIZCYWQGP84Y' where id=4;
-update noar tt set b0='K66RLI8C8ZBW' where id=5;
-update noar ti set b0='K66RLI8C8ZBW' where id=5;
-update noar tt set b1='VZ' where id=5;
-update noar ti set b1='VZ' where id=5;
-update noar tt set b2='R6V30DDMUPYS1OIVE6E8R1VBVP6DA4' where id=5;
-update noar ti set b2='R6V30DDMUPYS1OIVE6E8R1VBVP6DA4' where id=5;
-update noar tt set b0='O1SAV3HZIXG' where id=6;
-update noar ti set b0='O1SAV3HZIXG' where id=6;
-update noar tt set b1='UP62E8JWIIRCVK74XPUCI' where id=6;
-update noar ti set b1='UP62E8JWIIRCVK74XPUCI' where id=6;
-update noar tt set b2='Y4D' where id=6;
-update noar ti set b2='Y4D' where id=6;
-update noar tt set b0='V' where id=7;
-update noar ti set b0='V' where id=7;
-update noar tt set b1='YCI' where id=7;
-update noar ti set b1='YCI' where id=7;
-update noar tt set b2='R' where id=7;
-update noar ti set b2='R' where id=7;
-update noar tt set b0='FMBEURZ2KGJ5PS380XBMU6Y' where id=8;
-update noar ti set b0='FMBEURZ2KGJ5PS380XBMU6Y' where id=8;
-update noar tt set b1='T106L5CAST5PFE0VS623TFGEYZZ32C' where id=8;
-update noar ti set b1='T106L5CAST5PFE0VS623TFGEYZZ32C' where id=8;
-update noar tt set b2='385N53THZY79SF5RIM5ODBXDAKJ' where id=8;
-update noar ti set b2='385N53THZY79SF5RIM5ODBXDAKJ' where id=8;
-update noar tt set b0='QC5RZNFNU7UXGLT8FCDP9E7JY4ZWE0OE' where id=9;
-update noar ti set b0='QC5RZNFNU7UXGLT8FCDP9E7JY4ZWE0OE' where id=9;
-update noar tt set b1='NP2THCZJI400L9HELKYX' where id=9;
-update noar ti set b1='NP2THCZJI400L9HELKYX' where id=9;
-update noar tt set b2='28GR' where id=9;
-update noar ti set b2='28GR' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='9WCJKFAZWB2KC' where id=1;
-update noar ti set b0='9WCJKFAZWB2KC' where id=1;
-update noar tt set b1='8TEX' where id=1;
-update noar ti set b1='8TEX' where id=1;
-update noar tt set b2='J1' where id=1;
-update noar ti set b2='J1' where id=1;
-update noar tt set b0='J0NC0MH' where id=2;
-update noar ti set b0='J0NC0MH' where id=2;
-update noar tt set b1='E00Y2O6J02D7RWMT' where id=2;
-update noar ti set b1='E00Y2O6J02D7RWMT' where id=2;
-update noar tt set b2='53IQCEG9BGXA4' where id=2;
-update noar ti set b2='53IQCEG9BGXA4' where id=2;
-update noar tt set b0='A499G37C' where id=3;
-update noar ti set b0='A499G37C' where id=3;
-update noar tt set b1='LO3X3BK4EL1RGMUWHQQERQXG' where id=3;
-update noar ti set b1='LO3X3BK4EL1RGMUWHQQERQXG' where id=3;
-update noar tt set b2='A7CV61DBVY33PLHL7MJD1AGVJNX0S2' where id=3;
-update noar ti set b2='A7CV61DBVY33PLHL7MJD1AGVJNX0S2' where id=3;
-update noar tt set b0='O5WZ459K4UF' where id=4;
-update noar ti set b0='O5WZ459K4UF' where id=4;
-update noar tt set b1='GLWJT8EO' where id=4;
-update noar ti set b1='GLWJT8EO' where id=4;
-update noar tt set b2='JI1RAX70CHL7IJRXPJ' where id=4;
-update noar ti set b2='JI1RAX70CHL7IJRXPJ' where id=4;
-update noar tt set b0='I39' where id=5;
-update noar ti set b0='I39' where id=5;
-update noar tt set b1='V096YO741VT2C33N4108QYSYHIGH' where id=5;
-update noar ti set b1='V096YO741VT2C33N4108QYSYHIGH' where id=5;
-update noar tt set b2='MV9JJ23SGNJ3IXJIDWN9HEUA50WZRY2' where id=5;
-update noar ti set b2='MV9JJ23SGNJ3IXJIDWN9HEUA50WZRY2' where id=5;
-update noar tt set b0='CEGX6WPZ0GGA' where id=6;
-update noar ti set b0='CEGX6WPZ0GGA' where id=6;
-update noar tt set b1='W' where id=6;
-update noar ti set b1='W' where id=6;
-update noar tt set b2='AVEHC3N2865I' where id=6;
-update noar ti set b2='AVEHC3N2865I' where id=6;
-update noar tt set b0='TWT3XE24F8CPDECQ' where id=7;
-update noar ti set b0='TWT3XE24F8CPDECQ' where id=7;
-update noar tt set b1='ED27COR9YM5ZA' where id=7;
-update noar ti set b1='ED27COR9YM5ZA' where id=7;
-update noar tt set b2='EAY35MSNQLGHD3LS2FV30J7JE1Y' where id=7;
-update noar ti set b2='EAY35MSNQLGHD3LS2FV30J7JE1Y' where id=7;
-update noar tt set b0='MW31JXELXP51Q754' where id=8;
-update noar ti set b0='MW31JXELXP51Q754' where id=8;
-update noar tt set b1='W8BGOASW' where id=8;
-update noar ti set b1='W8BGOASW' where id=8;
-update noar tt set b2='ZEMOYL4B2JI40MT70A' where id=8;
-update noar ti set b2='ZEMOYL4B2JI40MT70A' where id=8;
-update noar tt set b0='7F8R2KBX4NN1NYIDQ9IP3D' where id=9;
-update noar ti set b0='7F8R2KBX4NN1NYIDQ9IP3D' where id=9;
-update noar tt set b1='S07MWS3K0' where id=9;
-update noar ti set b1='S07MWS3K0' where id=9;
-update noar tt set b2='KPD1BFOIDVMWCY8RBXW5EA' where id=9;
-update noar ti set b2='KPD1BFOIDVMWCY8RBXW5EA' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 longblob null,
-b1 mediumblob null,
-b2 text 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 b0='0S' where id=1;
-update noar ti set b0='0S' where id=1;
-update noar tt set b1='Y8SP5F1GMZULHWT5' where id=1;
-update noar ti set b1='Y8SP5F1GMZULHWT5' where id=1;
-update noar tt set b2='YMWNAFC5PM7ZSZMTV' where id=1;
-update noar ti set b2='YMWNAFC5PM7ZSZMTV' where id=1;
-update noar tt set b0='GN102Z3FDV5KJ5F4RTSGNL08HN7O3' where id=2;
-update noar ti set b0='GN102Z3FDV5KJ5F4RTSGNL08HN7O3' where id=2;
-update noar tt set b1='HR1PNWRJGCBVZ5J9QN7' where id=2;
-update noar ti set b1='HR1PNWRJGCBVZ5J9QN7' where id=2;
-update noar tt set b2='URZ73ZIZO5F' where id=2;
-update noar ti set b2='URZ73ZIZO5F' where id=2;
-update noar tt set b0='NXPQ8ZCKPO96L' where id=3;
-update noar ti set b0='NXPQ8ZCKPO96L' where id=3;
-update noar tt set b1='72X8GEOOW9UULY7KVQ8EBBG' where id=3;
-update noar ti set b1='72X8GEOOW9UULY7KVQ8EBBG' where id=3;
-update noar tt set b2='42MODMQL9YNUQYX32P2HHROR1G5' where id=3;
-update noar ti set b2='42MODMQL9YNUQYX32P2HHROR1G5' where id=3;
-update noar tt set b0='DN3X7ZX2HT' where id=4;
-update noar ti set b0='DN3X7ZX2HT' where id=4;
-update noar tt set b1='3KYIR' where id=4;
-update noar ti set b1='3KYIR' where id=4;
-update noar tt set b2='BFEVJMPSSZK9FOUO' where id=4;
-update noar ti set b2='BFEVJMPSSZK9FOUO' where id=4;
-update noar tt set b0='TYBWSAX4R77B15BO' where id=5;
-update noar ti set b0='TYBWSAX4R77B15BO' where id=5;
-update noar tt set b1='6O8WFI6INKLBFTWPAJJNP26UXU' where id=5;
-update noar ti set b1='6O8WFI6INKLBFTWPAJJNP26UXU' where id=5;
-update noar tt set b2='SA97NF74WKQBKL1QU666AUUBDU3WAN' where id=5;
-update noar ti set b2='SA97NF74WKQBKL1QU666AUUBDU3WAN' where id=5;
-update noar tt set b0='JMXI7' where id=6;
-update noar ti set b0='JMXI7' where id=6;
-update noar tt set b1='5IKDW03TKYOG6RI84W6O' where id=6;
-update noar ti set b1='5IKDW03TKYOG6RI84W6O' where id=6;
-update noar tt set b2='AG' where id=6;
-update noar ti set b2='AG' where id=6;
-update noar tt set b0='4TQKM38CZJG1FXFV8FFB64IQGAT7P' where id=7;
-update noar ti set b0='4TQKM38CZJG1FXFV8FFB64IQGAT7P' where id=7;
-update noar tt set b1='OSEDUHZY6' where id=7;
-update noar ti set b1='OSEDUHZY6' where id=7;
-update noar tt set b2='9W64VN' where id=7;
-update noar ti set b2='9W64VN' where id=7;
-update noar tt set b0='MB3UDSMUYX25WW' where id=8;
-update noar ti set b0='MB3UDSMUYX25WW' where id=8;
-update noar tt set b1='TZIH9H9RV603LUG4TTF' where id=8;
-update noar ti set b1='TZIH9H9RV603LUG4TTF' where id=8;
-update noar tt set b2='1XIRUAKWKP63OY57X3HDDL5V' where id=8;
-update noar ti set b2='1XIRUAKWKP63OY57X3HDDL5V' where id=8;
-update noar tt set b0='KAL85OSD6' where id=9;
-update noar ti set b0='KAL85OSD6' where id=9;
-update noar tt set b1='3DIRBRFFUGO6SIP6JZ' where id=9;
-update noar ti set b1='3DIRBRFFUGO6SIP6JZ' where id=9;
-update noar tt set b2='T9YUML9EFXX96OTX' where id=9;
-update noar ti set b2='T9YUML9EFXX96OTX' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 longblob not null,
-b1 mediumblob not null,
-b2 text 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 b0='3Z1O' where id=1;
-update noar ti set b0='3Z1O' where id=1;
-update noar tt set b1='K3RZVY05DRXGKFIS' where id=1;
-update noar ti set b1='K3RZVY05DRXGKFIS' where id=1;
-update noar tt set b2='7' where id=1;
-update noar ti set b2='7' where id=1;
-update noar tt set b0='6' where id=2;
-update noar ti set b0='6' where id=2;
-update noar tt set b1='4W1UFA6SHFBSR6BEF' where id=2;
-update noar ti set b1='4W1UFA6SHFBSR6BEF' 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 b0='68E5ZSX9SXXBRAU2QNMX8WFU2OQV' where id=3;
-update noar ti set b0='68E5ZSX9SXXBRAU2QNMX8WFU2OQV' where id=3;
-update noar tt set b1='ZXLJKNPT7ZDT0N8WKS' where id=3;
-update noar ti set b1='ZXLJKNPT7ZDT0N8WKS' where id=3;
-update noar tt set b2='AN7CC6P6S259WQ18QINXNOVBAB' where id=3;
-update noar ti set b2='AN7CC6P6S259WQ18QINXNOVBAB' where id=3;
-update noar tt set b0='A19RJCOIBN2' where id=4;
-update noar ti set b0='A19RJCOIBN2' where id=4;
-update noar tt set b1='K7HU9SO' where id=4;
-update noar ti set b1='K7HU9SO' where id=4;
-update noar tt set b2='Y3F5F6UD0K7' where id=4;
-update noar ti set b2='Y3F5F6UD0K7' where id=4;
-update noar tt set b0='V3AFEWALPM' where id=5;
-update noar ti set b0='V3AFEWALPM' where id=5;
-update noar tt set b1='EGY18YN7VO7IMW56N4ZEZFZPPITX' where id=5;
-update noar ti set b1='EGY18YN7VO7IMW56N4ZEZFZPPITX' where id=5;
-update noar tt set b2='RH' where id=5;
-update noar ti set b2='RH' where id=5;
-update noar tt set b0='3I3BWXW00BN2' where id=6;
-update noar ti set b0='3I3BWXW00BN2' where id=6;
-update noar tt set b1='YK8H7G4GVLP2DJTK' where id=6;
-update noar ti set b1='YK8H7G4GVLP2DJTK' where id=6;
-update noar tt set b2='TKOLZBD33YYLZHOCH1ENWJ4WUDJG9VF' where id=6;
-update noar ti set b2='TKOLZBD33YYLZHOCH1ENWJ4WUDJG9VF' where id=6;
-update noar tt set b0='7XDDUD7K0QUC' where id=7;
-update noar ti set b0='7XDDUD7K0QUC' where id=7;
-update noar tt set b1='12Y5TLV5S9DFULS' where id=7;
-update noar ti set b1='12Y5TLV5S9DFULS' where id=7;
-update noar tt set b2='Y45B2N81B4L4B5H6JPD5DMK67' where id=7;
-update noar ti set b2='Y45B2N81B4L4B5H6JPD5DMK67' where id=7;
-update noar tt set b0='E0JHKNVFAR3KPTD637' where id=8;
-update noar ti set b0='E0JHKNVFAR3KPTD637' where id=8;
-update noar tt set b1='PYMF51R3FE94PYB4R' where id=8;
-update noar ti set b1='PYMF51R3FE94PYB4R' where id=8;
-update noar tt set b2='G02HEX4P7' where id=8;
-update noar ti set b2='G02HEX4P7' where id=8;
-update noar tt set b0='KECZD' where id=9;
-update noar ti set b0='KECZD' where id=9;
-update noar tt set b1='WGYB464SCYUGEW8JNFHIX24SRE8H8MF' where id=9;
-update noar ti set b1='WGYB464SCYUGEW8JNFHIX24SRE8H8MF' where id=9;
-update noar tt set b2='XJST2DY' where id=9;
-update noar ti set b2='XJST2DY' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='R0HJK7N43O5' where id=1;
-update noar ti set b0='R0HJK7N43O5' where id=1;
-update noar tt set b1='67YBE4PLEFK' where id=1;
-update noar ti set b1='67YBE4PLEFK' where id=1;
-update noar tt set b2='928WX319S0DVW1E5O' where id=1;
-update noar ti set b2='928WX319S0DVW1E5O' where id=1;
-update noar tt set b0='ZN7XB' where id=2;
-update noar ti set b0='ZN7XB' where id=2;
-update noar tt set b1='W05UKU6L8' where id=2;
-update noar ti set b1='W05UKU6L8' where id=2;
-update noar tt set b2='ZT9Y8WIK1NALC6WR6AEQT0V0' where id=2;
-update noar ti set b2='ZT9Y8WIK1NALC6WR6AEQT0V0' where id=2;
-update noar tt set b0='LJBJTTIK39YLBVONT5NF7MA' where id=3;
-update noar ti set b0='LJBJTTIK39YLBVONT5NF7MA' where id=3;
-update noar tt set b1='GU75XPE8' where id=3;
-update noar ti set b1='GU75XPE8' where id=3;
-update noar tt set b2='VYGB51BKSA0UQEASS8UPM0SHRCSJ99N' where id=3;
-update noar ti set b2='VYGB51BKSA0UQEASS8UPM0SHRCSJ99N' where id=3;
-update noar tt set b0='R5RXTZ0RP7QC598B6V3' where id=4;
-update noar ti set b0='R5RXTZ0RP7QC598B6V3' where id=4;
-update noar tt set b1='2WE2S4YIMM4IQ9U' where id=4;
-update noar ti set b1='2WE2S4YIMM4IQ9U' where id=4;
-update noar tt set b2='AN02UDUSCHR' where id=4;
-update noar ti set b2='AN02UDUSCHR' where id=4;
-update noar tt set b0='BELMINE0LSCPU6KYF68V2P4PNZ7' where id=5;
-update noar ti set b0='BELMINE0LSCPU6KYF68V2P4PNZ7' where id=5;
-update noar tt set b1='1UH7BBSEOY' where id=5;
-update noar ti set b1='1UH7BBSEOY' where id=5;
-update noar tt set b2='JOB7D3J6NS0O4YFZKN' where id=5;
-update noar ti set b2='JOB7D3J6NS0O4YFZKN' where id=5;
-update noar tt set b0='VD9K1CA15D7VVWMM' where id=6;
-update noar ti set b0='VD9K1CA15D7VVWMM' where id=6;
-update noar tt set b1='96M5MVE8IFCKR438W9PE2L' where id=6;
-update noar ti set b1='96M5MVE8IFCKR438W9PE2L' where id=6;
-update noar tt set b2='XHENFSNRZZ2CCXVP5O' where id=6;
-update noar ti set b2='XHENFSNRZZ2CCXVP5O' where id=6;
-update noar tt set b0='6JWEQLBSCFJSHH8' where id=7;
-update noar ti set b0='6JWEQLBSCFJSHH8' where id=7;
-update noar tt set b1='ZS87OOWG6JI0WKEEWD' where id=7;
-update noar ti set b1='ZS87OOWG6JI0WKEEWD' where id=7;
-update noar tt set b2='RB3CBJ5PHG7OWQV94DUI04PSLHB8' where id=7;
-update noar ti set b2='RB3CBJ5PHG7OWQV94DUI04PSLHB8' where id=7;
-update noar tt set b0='LOAVEIF79OAJNXETED48D6J6F' where id=8;
-update noar ti set b0='LOAVEIF79OAJNXETED48D6J6F' where id=8;
-update noar tt set b1='KUXTEM64U080052KJSLRDZOQGR5M9H' where id=8;
-update noar ti set b1='KUXTEM64U080052KJSLRDZOQGR5M9H' where id=8;
-update noar tt set b2='7P3IHE7N' where id=8;
-update noar ti set b2='7P3IHE7N' where id=8;
-update noar tt set b0='GJJPZ0U8XA6ML5O6D02KH0' where id=9;
-update noar ti set b0='GJJPZ0U8XA6ML5O6D02KH0' where id=9;
-update noar tt set b1='CBVU8V2TPJ97924S64YJND0Z4MBA9NG5' where id=9;
-update noar ti set b1='CBVU8V2TPJ97924S64YJND0Z4MBA9NG5' where id=9;
-update noar tt set b2='L0IIEXDAY4K3K5J95XYI2QHQB3ON0A' where id=9;
-update noar ti set b2='L0IIEXDAY4K3K5J95XYI2QHQB3ON0A' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='O8WKUP0OJPHVO' where id=1;
-update noar ti set b0='O8WKUP0OJPHVO' where id=1;
-update noar tt set b1='KK9WTL5IKLWMW' where id=1;
-update noar ti set b1='KK9WTL5IKLWMW' where id=1;
-update noar tt set b2='HVQUD0PE0XWBN1MWD' where id=1;
-update noar ti set b2='HVQUD0PE0XWBN1MWD' where id=1;
-update noar tt set b0='HM3G7ACS9SU0YAWOPG' where id=2;
-update noar ti set b0='HM3G7ACS9SU0YAWOPG' where id=2;
-update noar tt set b1='JLHCSX7S69K6B86LCDKBL' where id=2;
-update noar ti set b1='JLHCSX7S69K6B86LCDKBL' where id=2;
-update noar tt set b2='8A4V7OQHV57EV9LQ17CJQQ' where id=2;
-update noar ti set b2='8A4V7OQHV57EV9LQ17CJQQ' where id=2;
-update noar tt set b0='C3W9X9RDX3OCY1BNWGDJVL8BRZ7E7B' where id=3;
-update noar ti set b0='C3W9X9RDX3OCY1BNWGDJVL8BRZ7E7B' where id=3;
-update noar tt set b1='H7ZHP5YILHI' where id=3;
-update noar ti set b1='H7ZHP5YILHI' where id=3;
-update noar tt set b2='CJNLQD2EWZ0DD03PC' where id=3;
-update noar ti set b2='CJNLQD2EWZ0DD03PC' where id=3;
-update noar tt set b0='TNIHXTKU8YA8K2G1BUSGIPM98GHP6' where id=4;
-update noar ti set b0='TNIHXTKU8YA8K2G1BUSGIPM98GHP6' where id=4;
-update noar tt set b1='8' where id=4;
-update noar ti set b1='8' where id=4;
-update noar tt set b2='Y2RP22TQM8EZC6IK2XR' where id=4;
-update noar ti set b2='Y2RP22TQM8EZC6IK2XR' where id=4;
-update noar tt set b0='JWIMKLKO' where id=5;
-update noar ti set b0='JWIMKLKO' where id=5;
-update noar tt set b1='DIIDNP0' where id=5;
-update noar ti set b1='DIIDNP0' where id=5;
-update noar tt set b2='7GG5758KKWFWZZS8BI282Q3TY' where id=5;
-update noar ti set b2='7GG5758KKWFWZZS8BI282Q3TY' where id=5;
-update noar tt set b0='HRU8N95LXV2L4BEP6Z3ACGNGI0OAFW9H' where id=6;
-update noar ti set b0='HRU8N95LXV2L4BEP6Z3ACGNGI0OAFW9H' where id=6;
-update noar tt set b1='YRHIWZFD59A7MQDYM0M' where id=6;
-update noar ti set b1='YRHIWZFD59A7MQDYM0M' where id=6;
-update noar tt set b2='M7MIYJRVFCZ8S' where id=6;
-update noar ti set b2='M7MIYJRVFCZ8S' where id=6;
-update noar tt set b0='4LF6QFJ49V1FWXX3P' where id=7;
-update noar ti set b0='4LF6QFJ49V1FWXX3P' where id=7;
-update noar tt set b1='B' where id=7;
-update noar ti set b1='B' where id=7;
-update noar tt set b2='Z7VKCPZWJYUA51NNSZ4I57RMT' where id=7;
-update noar ti set b2='Z7VKCPZWJYUA51NNSZ4I57RMT' where id=7;
-update noar tt set b0='O' where id=8;
-update noar ti set b0='O' where id=8;
-update noar tt set b1='79JWR7V3O' where id=8;
-update noar ti set b1='79JWR7V3O' where id=8;
-update noar tt set b2='E6KLVRC66LD60AMTJFWRPGRCJM' where id=8;
-update noar ti set b2='E6KLVRC66LD60AMTJFWRPGRCJM' where id=8;
-update noar tt set b0='KCCDWV' where id=9;
-update noar ti set b0='KCCDWV' where id=9;
-update noar tt set b1='XWQK9QSHLF1TOX5ZM54JS6S7UTWU' where id=9;
-update noar ti set b1='XWQK9QSHLF1TOX5ZM54JS6S7UTWU' where id=9;
-update noar tt set b2='4B9XB25G1LF7N8535CUPD003IH51L' where id=9;
-update noar ti set b2='4B9XB25G1LF7N8535CUPD003IH51L' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='M6' where id=1;
-update noar ti set b0='M6' where id=1;
-update noar tt set b1='6WB5YDKXASEESOEIB0CGQ9FQB9BM0' where id=1;
-update noar ti set b1='6WB5YDKXASEESOEIB0CGQ9FQB9BM0' where id=1;
-update noar tt set b2='MWRV1ZC71KY' where id=1;
-update noar ti set b2='MWRV1ZC71KY' where id=1;
-update noar tt set b0='P' where id=2;
-update noar ti set b0='P' where id=2;
-update noar tt set b1='PBG23HPBYPJFWGGTTVQAVA1221A' where id=2;
-update noar ti set b1='PBG23HPBYPJFWGGTTVQAVA1221A' where id=2;
-update noar tt set b2='N5ODQH4CJNW3Y043G748CKFM55' where id=2;
-update noar ti set b2='N5ODQH4CJNW3Y043G748CKFM55' where id=2;
-update noar tt set b0='JFGNBFXQZY41RCK7EEZ3UMB5YS' where id=3;
-update noar ti set b0='JFGNBFXQZY41RCK7EEZ3UMB5YS' where id=3;
-update noar tt set b1='KYS6VKGUWE0O' where id=3;
-update noar ti set b1='KYS6VKGUWE0O' where id=3;
-update noar tt set b2='24KE6M2' where id=3;
-update noar ti set b2='24KE6M2' where id=3;
-update noar tt set b0='9PE715FW0LW8' where id=4;
-update noar ti set b0='9PE715FW0LW8' where id=4;
-update noar tt set b1='6S4QWFKRY7CQCHRTE8' where id=4;
-update noar ti set b1='6S4QWFKRY7CQCHRTE8' where id=4;
-update noar tt set b2='Z6HYGVQMIH8ZZRVIZCQH2517JVAM6WAF' where id=4;
-update noar ti set b2='Z6HYGVQMIH8ZZRVIZCQH2517JVAM6WAF' where id=4;
-update noar tt set b0='0' where id=5;
-update noar ti set b0='0' where id=5;
-update noar tt set b1='JM8G7EZOUK' where id=5;
-update noar ti set b1='JM8G7EZOUK' where id=5;
-update noar tt set b2='J2QLZXW1BS77WRCPFWDK0R7R40XWL5G' where id=5;
-update noar ti set b2='J2QLZXW1BS77WRCPFWDK0R7R40XWL5G' where id=5;
-update noar tt set b0='64WAV8VYYW4SJ9AXC7GAYXV66JT' where id=6;
-update noar ti set b0='64WAV8VYYW4SJ9AXC7GAYXV66JT' where id=6;
-update noar tt set b1='IRCO0S0B62VWHKKY4LQ' where id=6;
-update noar ti set b1='IRCO0S0B62VWHKKY4LQ' where id=6;
-update noar tt set b2='YE7TSIK8J3T6PPJYK5HXWORSGSH' where id=6;
-update noar ti set b2='YE7TSIK8J3T6PPJYK5HXWORSGSH' where id=6;
-update noar tt set b0='UQ2LESGHE' where id=7;
-update noar ti set b0='UQ2LESGHE' where id=7;
-update noar tt set b1='ZNQKKJGEPZX7KHW0QKJ5J3G62H' where id=7;
-update noar ti set b1='ZNQKKJGEPZX7KHW0QKJ5J3G62H' where id=7;
-update noar tt set b2='1U' where id=7;
-update noar ti set b2='1U' where id=7;
-update noar tt set b0='EGLLD3VTQG94' where id=8;
-update noar ti set b0='EGLLD3VTQG94' where id=8;
-update noar tt set b1='OFPKB092PQ' where id=8;
-update noar ti set b1='OFPKB092PQ' where id=8;
-update noar tt set b2='27FUKE1Q4N0K9VMYZNBNVN0TZ1' where id=8;
-update noar ti set b2='27FUKE1Q4N0K9VMYZNBNVN0TZ1' where id=8;
-update noar tt set b0='O46O' where id=9;
-update noar ti set b0='O46O' where id=9;
-update noar tt set b1='FCMBEMW0OFUVPO4HFG1' where id=9;
-update noar ti set b1='FCMBEMW0OFUVPO4HFG1' where id=9;
-update noar tt set b2='8HFH5IXT25D51NJ2' where id=9;
-update noar ti set b2='8HFH5IXT25D51NJ2' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='LOIGPTMH2X0PVMR' where id=1;
-update noar ti set b0='LOIGPTMH2X0PVMR' where id=1;
-update noar tt set b1='57RGHKZE8M3OXGE' where id=1;
-update noar ti set b1='57RGHKZE8M3OXGE' where id=1;
-update noar tt set b2='LJHDI' where id=1;
-update noar ti set b2='LJHDI' where id=1;
-update noar tt set b0='9Y08OP0C3TPM0I67GKS52J9IBDWESIQ5' where id=2;
-update noar ti set b0='9Y08OP0C3TPM0I67GKS52J9IBDWESIQ5' where id=2;
-update noar tt set b1='63JJSAJFUBT00N5A63FV4' where id=2;
-update noar ti set b1='63JJSAJFUBT00N5A63FV4' where id=2;
-update noar tt set b2='TMQ47D4PZ7BKVK' where id=2;
-update noar ti set b2='TMQ47D4PZ7BKVK' where id=2;
-update noar tt set b0='7AFUGYCRF7ITUP9UBU9RQV' where id=3;
-update noar ti set b0='7AFUGYCRF7ITUP9UBU9RQV' where id=3;
-update noar tt set b1='XUTWM' where id=3;
-update noar ti set b1='XUTWM' where id=3;
-update noar tt set b2='EMGLMKTYRPSOI2OOULQZ' where id=3;
-update noar ti set b2='EMGLMKTYRPSOI2OOULQZ' where id=3;
-update noar tt set b0='0JE8HS' where id=4;
-update noar ti set b0='0JE8HS' where id=4;
-update noar tt set b1='YH0VA0DYH3F0A266D0TH1X5DP1W3CAT9' where id=4;
-update noar ti set b1='YH0VA0DYH3F0A266D0TH1X5DP1W3CAT9' where id=4;
-update noar tt set b2='6N33REG8SD4FHOS' where id=4;
-update noar ti set b2='6N33REG8SD4FHOS' where id=4;
-update noar tt set b0='MD4KNI3O3YPL3RPZPRVKL03' where id=5;
-update noar ti set b0='MD4KNI3O3YPL3RPZPRVKL03' where id=5;
-update noar tt set b1='RORK4YSJCSVRT' where id=5;
-update noar ti set b1='RORK4YSJCSVRT' where id=5;
-update noar tt set b2='C8ID8J2N7' where id=5;
-update noar ti set b2='C8ID8J2N7' where id=5;
-update noar tt set b0='ZU8F3BTWZG3P4018BBZPC' where id=6;
-update noar ti set b0='ZU8F3BTWZG3P4018BBZPC' where id=6;
-update noar tt set b1='0Z1FIOWA' where id=6;
-update noar ti set b1='0Z1FIOWA' where id=6;
-update noar tt set b2='TSGTY6PRQP4AT1HSNAO5WFB00JIQ2' where id=6;
-update noar ti set b2='TSGTY6PRQP4AT1HSNAO5WFB00JIQ2' where id=6;
-update noar tt set b0='N07TZK' where id=7;
-update noar ti set b0='N07TZK' where id=7;
-update noar tt set b1='GQ9OF7L2C' where id=7;
-update noar ti set b1='GQ9OF7L2C' where id=7;
-update noar tt set b2='6DZ2EY' where id=7;
-update noar ti set b2='6DZ2EY' where id=7;
-update noar tt set b0='T2QJSVQC4C1C6' where id=8;
-update noar ti set b0='T2QJSVQC4C1C6' where id=8;
-update noar tt set b1='DAO' where id=8;
-update noar ti set b1='DAO' where id=8;
-update noar tt set b2='OGCR9' where id=8;
-update noar ti set b2='OGCR9' where id=8;
-update noar tt set b0='2M' where id=9;
-update noar ti set b0='2M' where id=9;
-update noar tt set b1='Y4UB9DLPJVU77PS0EOENBQ5KZ' where id=9;
-update noar ti set b1='Y4UB9DLPJVU77PS0EOENBQ5KZ' where id=9;
-update noar tt set b2='05TWF3FI3IU6GS0VCVY5E4R9VJHT' where id=9;
-update noar ti set b2='05TWF3FI3IU6GS0VCVY5E4R9VJHT' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='TCW6EBVP9UP9QGMUS51KORF' where id=1;
-update noar ti set b0='TCW6EBVP9UP9QGMUS51KORF' where id=1;
-update noar tt set b1='8C3LUI4LKPTXEZLKMN55GYB' where id=1;
-update noar ti set b1='8C3LUI4LKPTXEZLKMN55GYB' where id=1;
-update noar tt set b2='42B6N2JQJNSCLKPA4PS3NL' where id=1;
-update noar ti set b2='42B6N2JQJNSCLKPA4PS3NL' where id=1;
-update noar tt set b0='QVSDA9OP9GA1497N' where id=2;
-update noar ti set b0='QVSDA9OP9GA1497N' where id=2;
-update noar tt set b1='O7VYDWML6GQR47VSOGLOOXYGT7NV' where id=2;
-update noar ti set b1='O7VYDWML6GQR47VSOGLOOXYGT7NV' where id=2;
-update noar tt set b2='HOSWBF1OKMCPINYL8ZSPFZJ' where id=2;
-update noar ti set b2='HOSWBF1OKMCPINYL8ZSPFZJ' where id=2;
-update noar tt set b0='Q8LK2JFAMAA1Q7GHC9VUUIZ12D' where id=3;
-update noar ti set b0='Q8LK2JFAMAA1Q7GHC9VUUIZ12D' where id=3;
-update noar tt set b1='I4N6RHTNI4QZELU0O194UHQ29R4O' where id=3;
-update noar ti set b1='I4N6RHTNI4QZELU0O194UHQ29R4O' where id=3;
-update noar tt set b2='1TPSL' where id=3;
-update noar ti set b2='1TPSL' where id=3;
-update noar tt set b0='OZRGLMGJUUDWXHU1TK' where id=4;
-update noar ti set b0='OZRGLMGJUUDWXHU1TK' where id=4;
-update noar tt set b1='MJ60Q5R2WH0MNTO1ORB230HXDL84L' where id=4;
-update noar ti set b1='MJ60Q5R2WH0MNTO1ORB230HXDL84L' where id=4;
-update noar tt set b2='041ND2IUG5F4RMG58N5' where id=4;
-update noar ti set b2='041ND2IUG5F4RMG58N5' where id=4;
-update noar tt set b0='SNZE32A' where id=5;
-update noar ti set b0='SNZE32A' where id=5;
-update noar tt set b1='KE66HRYN6CR' where id=5;
-update noar ti set b1='KE66HRYN6CR' where id=5;
-update noar tt set b2='KEZMOKYAOMVCIST330EO2PWW7' where id=5;
-update noar ti set b2='KEZMOKYAOMVCIST330EO2PWW7' where id=5;
-update noar tt set b0='9P2XB5CPWOZWV3GYYFI0RW0U4B63NDI8' where id=6;
-update noar ti set b0='9P2XB5CPWOZWV3GYYFI0RW0U4B63NDI8' where id=6;
-update noar tt set b1='KH1XS0JT' where id=6;
-update noar ti set b1='KH1XS0JT' where id=6;
-update noar tt set b2='USXE69YTV7FHGNQ' where id=6;
-update noar ti set b2='USXE69YTV7FHGNQ' where id=6;
-update noar tt set b0='DRPVW0RCXA8MDIBI' where id=7;
-update noar ti set b0='DRPVW0RCXA8MDIBI' where id=7;
-update noar tt set b1='8HBE24DW4SMQAR684WBOG8AOW20ZW1' where id=7;
-update noar ti set b1='8HBE24DW4SMQAR684WBOG8AOW20ZW1' where id=7;
-update noar tt set b2='T5Q9A00' where id=7;
-update noar ti set b2='T5Q9A00' where id=7;
-update noar tt set b0='AEJTADFSQO58GJ8RUWL8QF77Y679G9' where id=8;
-update noar ti set b0='AEJTADFSQO58GJ8RUWL8QF77Y679G9' where id=8;
-update noar tt set b1='VYCQ17FLWVL' where id=8;
-update noar ti set b1='VYCQ17FLWVL' where id=8;
-update noar tt set b2='ZT8NI2P9IXQW7ABNZDBG3' where id=8;
-update noar ti set b2='ZT8NI2P9IXQW7ABNZDBG3' where id=8;
-update noar tt set b0='YN1W59WFGNGAXBYCTPZSB' where id=9;
-update noar ti set b0='YN1W59WFGNGAXBYCTPZSB' where id=9;
-update noar tt set b1='K1K4E0L52QD4Z2S2XT3P0PAW0D51P5' where id=9;
-update noar ti set b1='K1K4E0L52QD4Z2S2XT3P0PAW0D51P5' where id=9;
-update noar tt set b2='QX0U6J6ES7HECXBYHZG221SVAQC14' where id=9;
-update noar ti set b2='QX0U6J6ES7HECXBYHZG221SVAQC14' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='XHH8E0XSN2I4NSK8A5DVRCP' where id=1;
-update noar ti set b0='XHH8E0XSN2I4NSK8A5DVRCP' where id=1;
-update noar tt set b1='AZERK72OLM48' where id=1;
-update noar ti set b1='AZERK72OLM48' where id=1;
-update noar tt set b2='FKE252EO' where id=1;
-update noar ti set b2='FKE252EO' where id=1;
-update noar tt set b0='PP9EED' where id=2;
-update noar ti set b0='PP9EED' 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 b2='4I6XG7D5R37RG3LU00J80' where id=2;
-update noar ti set b2='4I6XG7D5R37RG3LU00J80' where id=2;
-update noar tt set b0='HY8A2JS8YGQ1X950WNQQV' where id=3;
-update noar ti set b0='HY8A2JS8YGQ1X950WNQQV' where id=3;
-update noar tt set b1='70MXOM7E5EFKICV4ZZ1VXRXYBXFBWV5' where id=3;
-update noar ti set b1='70MXOM7E5EFKICV4ZZ1VXRXYBXFBWV5' where id=3;
-update noar tt set b2='KH' where id=3;
-update noar ti set b2='KH' where id=3;
-update noar tt set b0='CLUWPWGVV0VQS70AZXP4L' where id=4;
-update noar ti set b0='CLUWPWGVV0VQS70AZXP4L' where id=4;
-update noar tt set b1='6IBA3QKDFC86' where id=4;
-update noar ti set b1='6IBA3QKDFC86' where id=4;
-update noar tt set b2='8RAKOD46SSM011UG402AE' where id=4;
-update noar ti set b2='8RAKOD46SSM011UG402AE' where id=4;
-update noar tt set b0='47OOAO3OY7F71LSYTSH8G2CD42IVVGLD' where id=5;
-update noar ti set b0='47OOAO3OY7F71LSYTSH8G2CD42IVVGLD' where id=5;
-update noar tt set b1='5DCEX' where id=5;
-update noar ti set b1='5DCEX' where id=5;
-update noar tt set b2='936' where id=5;
-update noar ti set b2='936' where id=5;
-update noar tt set b0='OKXI7BSNF8VFXV9071ENG9E8RPM3' where id=6;
-update noar ti set b0='OKXI7BSNF8VFXV9071ENG9E8RPM3' where id=6;
-update noar tt set b1='ZNVFE7YGFHV' where id=6;
-update noar ti set b1='ZNVFE7YGFHV' where id=6;
-update noar tt set b2='48SD6JZNU6ZCBARXSSAZ4XCAAP' where id=6;
-update noar ti set b2='48SD6JZNU6ZCBARXSSAZ4XCAAP' where id=6;
-update noar tt set b0='PO5Y4CKD9CEUJK3UKCSJJ' where id=7;
-update noar ti set b0='PO5Y4CKD9CEUJK3UKCSJJ' where id=7;
-update noar tt set b1='GTMT0N7G0SN49C86N6XE1Y5R3HBCN' where id=7;
-update noar ti set b1='GTMT0N7G0SN49C86N6XE1Y5R3HBCN' where id=7;
-update noar tt set b2='EXI9CZZ7HTL9YDLMJNEGUSJU6' where id=7;
-update noar ti set b2='EXI9CZZ7HTL9YDLMJNEGUSJU6' where id=7;
-update noar tt set b0='GT3GZU2LPMI4HKCEHZZUFGLEC0O' where id=8;
-update noar ti set b0='GT3GZU2LPMI4HKCEHZZUFGLEC0O' where id=8;
-update noar tt set b1='BFWH8096KEUJPQHYFIMTTYU8WEY' where id=8;
-update noar ti set b1='BFWH8096KEUJPQHYFIMTTYU8WEY' where id=8;
-update noar tt set b2='S' where id=8;
-update noar ti set b2='S' where id=8;
-update noar tt set b0='1K45W48ID7H1EDY' where id=9;
-update noar ti set b0='1K45W48ID7H1EDY' where id=9;
-update noar tt set b1='GYLG39VE0JBO1MB5QLWTY' where id=9;
-update noar ti set b1='GYLG39VE0JBO1MB5QLWTY' where id=9;
-update noar tt set b2='RC0IPBSC' where id=9;
-update noar ti set b2='RC0IPBSC' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='VH69R' where id=1;
-update noar ti set b0='VH69R' where id=1;
-update noar tt set b1='1' where id=1;
-update noar ti set b1='1' where id=1;
-update noar tt set b2='KU0KOINH1J33J' where id=1;
-update noar ti set b2='KU0KOINH1J33J' where id=1;
-update noar tt set b0='3J39WA7HOWMUDVO4TD5R5JAXAR' where id=2;
-update noar ti set b0='3J39WA7HOWMUDVO4TD5R5JAXAR' where id=2;
-update noar tt set b1='2GEGVMH7T3K' where id=2;
-update noar ti set b1='2GEGVMH7T3K' where id=2;
-update noar tt set b2='BHLG33DTOJTJ2I15' where id=2;
-update noar ti set b2='BHLG33DTOJTJ2I15' where id=2;
-update noar tt set b0='2QLPTOEITFGJJSVACZ2' where id=3;
-update noar ti set b0='2QLPTOEITFGJJSVACZ2' where id=3;
-update noar tt set b1='KXCDLQIKEI0YCWT' where id=3;
-update noar ti set b1='KXCDLQIKEI0YCWT' where id=3;
-update noar tt set b2='AOM956HPGAV178JJ4LBQJOTA' where id=3;
-update noar ti set b2='AOM956HPGAV178JJ4LBQJOTA' where id=3;
-update noar tt set b0='M1KU9H' where id=4;
-update noar ti set b0='M1KU9H' where id=4;
-update noar tt set b1='OICW0BW5CU2C' where id=4;
-update noar ti set b1='OICW0BW5CU2C' where id=4;
-update noar tt set b2='M' where id=4;
-update noar ti set b2='M' where id=4;
-update noar tt set b0='RAEZSIUWDXWC8' where id=5;
-update noar ti set b0='RAEZSIUWDXWC8' where id=5;
-update noar tt set b1='PKCRYIL7FQP8UOHPHCI7' where id=5;
-update noar ti set b1='PKCRYIL7FQP8UOHPHCI7' where id=5;
-update noar tt set b2='PM3S0ZZABNWW2SJSMJR7QRGZZW' where id=5;
-update noar ti set b2='PM3S0ZZABNWW2SJSMJR7QRGZZW' where id=5;
-update noar tt set b0='Q1VR6YF' where id=6;
-update noar ti set b0='Q1VR6YF' where id=6;
-update noar tt set b1='ZF8PIXB4QVUL' where id=6;
-update noar ti set b1='ZF8PIXB4QVUL' where id=6;
-update noar tt set b2='9PIY24FPU2NLO5DFR' where id=6;
-update noar ti set b2='9PIY24FPU2NLO5DFR' where id=6;
-update noar tt set b0='R8ELXK9S618HG1NC6KRDKRVYJCNL1I' where id=7;
-update noar ti set b0='R8ELXK9S618HG1NC6KRDKRVYJCNL1I' where id=7;
-update noar tt set b1='IQQRKI9KAR7FMSNYBP0T' where id=7;
-update noar ti set b1='IQQRKI9KAR7FMSNYBP0T' where id=7;
-update noar tt set b2='OXF525BKZ3CHRMS9HIOHY' where id=7;
-update noar ti set b2='OXF525BKZ3CHRMS9HIOHY' where id=7;
-update noar tt set b0='KSJGXCHACNFN7AM' where id=8;
-update noar ti set b0='KSJGXCHACNFN7AM' where id=8;
-update noar tt set b1='4QBJRH2QXN95JFQM4' where id=8;
-update noar ti set b1='4QBJRH2QXN95JFQM4' where id=8;
-update noar tt set b2='SLG1MNLMALG3T5' where id=8;
-update noar ti set b2='SLG1MNLMALG3T5' where id=8;
-update noar tt set b0='0SUC73T9V41OF0YYW8BKEYNGA3L' where id=9;
-update noar ti set b0='0SUC73T9V41OF0YYW8BKEYNGA3L' where id=9;
-update noar tt set b1='UMU77' where id=9;
-update noar ti set b1='UMU77' where id=9;
-update noar tt set b2='2VD77658L33TDFZ267T51S9OQ0A8' where id=9;
-update noar ti set b2='2VD77658L33TDFZ267T51S9OQ0A8' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-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 b0='RX' where id=1;
-update noar ti set b0='RX' where id=1;
-update noar tt set b1='7SFJKQ7NGLUF72G' where id=1;
-update noar ti set b1='7SFJKQ7NGLUF72G' where id=1;
-update noar tt set b2='0PS3ZQ82RIRXU3QZ2HXT7JT25' where id=1;
-update noar ti set b2='0PS3ZQ82RIRXU3QZ2HXT7JT25' where id=1;
-update noar tt set b0='P8IPKEVX6GG08UY4X1LR3XRPHOO1ODHH' where id=2;
-update noar ti set b0='P8IPKEVX6GG08UY4X1LR3XRPHOO1ODHH' where id=2;
-update noar tt set b1='XK6IA9WF7UVL7WSTM' where id=2;
-update noar ti set b1='XK6IA9WF7UVL7WSTM' where id=2;
-update noar tt set b2='VDIY64XOB7BLIJXFRI721NH' where id=2;
-update noar ti set b2='VDIY64XOB7BLIJXFRI721NH' where id=2;
-update noar tt set b0='J821WCG' where id=3;
-update noar ti set b0='J821WCG' where id=3;
-update noar tt set b1='80EX56MFC7IUZH92Y6JGYVH4U8' where id=3;
-update noar ti set b1='80EX56MFC7IUZH92Y6JGYVH4U8' where id=3;
-update noar tt set b2='XHS44SE0OG7VZ6AW6S431GUDH' where id=3;
-update noar ti set b2='XHS44SE0OG7VZ6AW6S431GUDH' where id=3;
-update noar tt set b0='EH3NET' where id=4;
-update noar ti set b0='EH3NET' where id=4;
-update noar tt set b1='TRR4VRBAHIKACQK9POT0H9SH0S1UEI4K' where id=4;
-update noar ti set b1='TRR4VRBAHIKACQK9POT0H9SH0S1UEI4K' where id=4;
-update noar tt set b2='PTOXLSHDOZVJ4LWT' where id=4;
-update noar ti set b2='PTOXLSHDOZVJ4LWT' where id=4;
-update noar tt set b0='GYZI' where id=5;
-update noar ti set b0='GYZI' where id=5;
-update noar tt set b1='YAEMFXIFLF4' where id=5;
-update noar ti set b1='YAEMFXIFLF4' where id=5;
-update noar tt set b2='ZVSIY6IF0' where id=5;
-update noar ti set b2='ZVSIY6IF0' where id=5;
-update noar tt set b0='IXOY98PLQ9OS9WUVBI397UQTN' where id=6;
-update noar ti set b0='IXOY98PLQ9OS9WUVBI397UQTN' where id=6;
-update noar tt set b1='XNSK1FW6XABO1HJGHYMRT' where id=6;
-update noar ti set b1='XNSK1FW6XABO1HJGHYMRT' where id=6;
-update noar tt set b2='B2HUPDHI42ICSX9KTZUD2EO4' where id=6;
-update noar ti set b2='B2HUPDHI42ICSX9KTZUD2EO4' where id=6;
-update noar tt set b0='1KV9NUL8DBR1699UPBH8FY8VZMKO' where id=7;
-update noar ti set b0='1KV9NUL8DBR1699UPBH8FY8VZMKO' where id=7;
-update noar tt set b1='7MAVLJXTDOQT5W5OW7FLCE4MC8558HGM' where id=7;
-update noar ti set b1='7MAVLJXTDOQT5W5OW7FLCE4MC8558HGM' where id=7;
-update noar tt set b2='7F99MF82OI64IFU37Q7DHASXMIRU' where id=7;
-update noar ti set b2='7F99MF82OI64IFU37Q7DHASXMIRU' where id=7;
-update noar tt set b0='OW0FE9S45ZTL5NBR7952SMGH0A5GYGNB' where id=8;
-update noar ti set b0='OW0FE9S45ZTL5NBR7952SMGH0A5GYGNB' where id=8;
-update noar tt set b1='KHZEVA47Y3G3EB4TTG47L890L8SVH' where id=8;
-update noar ti set b1='KHZEVA47Y3G3EB4TTG47L890L8SVH' where id=8;
-update noar tt set b2='3YYY52H1O9Z7TDJ63UT8' where id=8;
-update noar ti set b2='3YYY52H1O9Z7TDJ63UT8' where id=8;
-update noar tt set b0='KV5CBWGS2' where id=9;
-update noar ti set b0='KV5CBWGS2' where id=9;
-update noar tt set b1='K01P1ADJHBX9BCU2H579SUMF' where id=9;
-update noar ti set b1='K01P1ADJHBX9BCU2H579SUMF' where id=9;
-update noar tt set b2='ZTM617SXJQO962JQILLLJ51' where id=9;
-update noar ti set b2='ZTM617SXJQO962JQILLLJ51' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 longblob null,
-b1 longblob null,
-b2 text 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 b0='2WIKWBMMPT0BTDOSXDMBT0C' where id=1;
-update noar ti set b0='2WIKWBMMPT0BTDOSXDMBT0C' where id=1;
-update noar tt set b1='TGLJ1KJOGBEQKJP2LL' where id=1;
-update noar ti set b1='TGLJ1KJOGBEQKJP2LL' where id=1;
-update noar tt set b2='XKOKP4L285RBK8' where id=1;
-update noar ti set b2='XKOKP4L285RBK8' where id=1;
-update noar tt set b0='100MFWVG1L' where id=2;
-update noar ti set b0='100MFWVG1L' where id=2;
-update noar tt set b1='9XAKCPD3' where id=2;
-update noar ti set b1='9XAKCPD3' where id=2;
-update noar tt set b2='FUYFBZRR5TFCOHPC' where id=2;
-update noar ti set b2='FUYFBZRR5TFCOHPC' where id=2;
-update noar tt set b0='7I15R7YPIB8HO7OAJM5F0KL' where id=3;
-update noar ti set b0='7I15R7YPIB8HO7OAJM5F0KL' where id=3;
-update noar tt set b1='SU' where id=3;
-update noar ti set b1='SU' where id=3;
-update noar tt set b2='LP63XBPZ6R9SA6TFXL' where id=3;
-update noar ti set b2='LP63XBPZ6R9SA6TFXL' where id=3;
-update noar tt set b0='M70TWLABYGZ5HTH2DY4EZR' where id=4;
-update noar ti set b0='M70TWLABYGZ5HTH2DY4EZR' where id=4;
-update noar tt set b1='KX2I8N7TUCJRTF6E5T8TCEBY8XSE74CH' where id=4;
-update noar ti set b1='KX2I8N7TUCJRTF6E5T8TCEBY8XSE74CH' where id=4;
-update noar tt set b2='78Y7C6Q7IPA5X0VGSY4X5U70JSN9X8' where id=4;
-update noar ti set b2='78Y7C6Q7IPA5X0VGSY4X5U70JSN9X8' where id=4;
-update noar tt set b0='TRQ31J29CXMTFFQR1BRKZ4OLS3VNJ' where id=5;
-update noar ti set b0='TRQ31J29CXMTFFQR1BRKZ4OLS3VNJ' where id=5;
-update noar tt set b1='9KRQKLE71' where id=5;
-update noar ti set b1='9KRQKLE71' where id=5;
-update noar tt set b2='CW8BYP2AK41K43IGUP' where id=5;
-update noar ti set b2='CW8BYP2AK41K43IGUP' where id=5;
-update noar tt set b0='X3UO96CRHWBGZAY9H98S2' where id=6;
-update noar ti set b0='X3UO96CRHWBGZAY9H98S2' where id=6;
-update noar tt set b1='2MLWK3MDDBZ6' where id=6;
-update noar ti set b1='2MLWK3MDDBZ6' where id=6;
-update noar tt set b2='D7GGF1B6GJBUQK91TZZYFAWXN8ZJ' where id=6;
-update noar ti set b2='D7GGF1B6GJBUQK91TZZYFAWXN8ZJ' where id=6;
-update noar tt set b0='R9H5MTFZ3ZT80MCI' where id=7;
-update noar ti set b0='R9H5MTFZ3ZT80MCI' where id=7;
-update noar tt set b1='FXZSVI7TP' where id=7;
-update noar ti set b1='FXZSVI7TP' where id=7;
-update noar tt set b2='ON84ZS5BOJOYDICM' where id=7;
-update noar ti set b2='ON84ZS5BOJOYDICM' where id=7;
-update noar tt set b0='MDL5FYSRTB1HXSLSTW' where id=8;
-update noar ti set b0='MDL5FYSRTB1HXSLSTW' where id=8;
-update noar tt set b1='1HYNFP' where id=8;
-update noar ti set b1='1HYNFP' where id=8;
-update noar tt set b2='6FW32QWAD5QAUSHGFSAGBV3NW2Y4' where id=8;
-update noar ti set b2='6FW32QWAD5QAUSHGFSAGBV3NW2Y4' where id=8;
-update noar tt set b0='E9ZPTE6UYGOZN71HT7RKNRATSMG7T' where id=9;
-update noar ti set b0='E9ZPTE6UYGOZN71HT7RKNRATSMG7T' where id=9;
-update noar tt set b1='Z35NU7RZK9S0DIKZBDGRFH' where id=9;
-update noar ti set b1='Z35NU7RZK9S0DIKZBDGRFH' where id=9;
-update noar tt set b2='46GB' where id=9;
-update noar ti set b2='46GB' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 longblob not null,
-b1 longblob not null,
-b2 text 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 b0='BH' where id=1;
-update noar ti set b0='BH' where id=1;
-update noar tt set b1='XX7RVUO4SIWCIVA7DMFFN3V6U' where id=1;
-update noar ti set b1='XX7RVUO4SIWCIVA7DMFFN3V6U' where id=1;
-update noar tt set b2='3LKF5' where id=1;
-update noar ti set b2='3LKF5' where id=1;
-update noar tt set b0='C8IJZ8LM08' where id=2;
-update noar ti set b0='C8IJZ8LM08' where id=2;
-update noar tt set b1='XPW4AV1YV3V' where id=2;
-update noar ti set b1='XPW4AV1YV3V' where id=2;
-update noar tt set b2='R3M39UVD5VSPO1WHGFXC47HBJOLBE' where id=2;
-update noar ti set b2='R3M39UVD5VSPO1WHGFXC47HBJOLBE' where id=2;
-update noar tt set b0='MDYZ4UMN' where id=3;
-update noar ti set b0='MDYZ4UMN' where id=3;
-update noar tt set b1='8U4G9SL1ECWR7MQPUWVUKM64ZF' where id=3;
-update noar ti set b1='8U4G9SL1ECWR7MQPUWVUKM64ZF' where id=3;
-update noar tt set b2='5' where id=3;
-update noar ti set b2='5' where id=3;
-update noar tt set b0='1CKYP7OR7TV7WOE' where id=4;
-update noar ti set b0='1CKYP7OR7TV7WOE' where id=4;
-update noar tt set b1='N8S' where id=4;
-update noar ti set b1='N8S' where id=4;
-update noar tt set b2='Y9KNQYN1TIJ8R3MMY9' where id=4;
-update noar ti set b2='Y9KNQYN1TIJ8R3MMY9' where id=4;
-update noar tt set b0='2J34U29IYY78WEVDEM2MMOQJDSTA' where id=5;
-update noar ti set b0='2J34U29IYY78WEVDEM2MMOQJDSTA' where id=5;
-update noar tt set b1='4Y68T5KGB9AMO2RQJ4YTOZYI' where id=5;
-update noar ti set b1='4Y68T5KGB9AMO2RQJ4YTOZYI' where id=5;
-update noar tt set b2='QBLXNG' where id=5;
-update noar ti set b2='QBLXNG' where id=5;
-update noar tt set b0='OVKTJB6EMLIBSKX' where id=6;
-update noar ti set b0='OVKTJB6EMLIBSKX' where id=6;
-update noar tt set b1='1LU91IHNHXOIALCCKCPUTTRVB' where id=6;
-update noar ti set b1='1LU91IHNHXOIALCCKCPUTTRVB' where id=6;
-update noar tt set b2='1YHRCT7' where id=6;
-update noar ti set b2='1YHRCT7' where id=6;
-update noar tt set b0='LT2QECPJ8ZGPE23R9MDQCW9LPG51DYN' where id=7;
-update noar ti set b0='LT2QECPJ8ZGPE23R9MDQCW9LPG51DYN' where id=7;
-update noar tt set b1='2XH2JJL3' where id=7;
-update noar ti set b1='2XH2JJL3' where id=7;
-update noar tt set b2='FY6D293RBNTB3SXH5Z7KW' where id=7;
-update noar ti set b2='FY6D293RBNTB3SXH5Z7KW' where id=7;
-update noar tt set b0='C7QF' where id=8;
-update noar ti set b0='C7QF' where id=8;
-update noar tt set b1='XAW65IM9JAAZ6V86R0F223WOO' where id=8;
-update noar ti set b1='XAW65IM9JAAZ6V86R0F223WOO' where id=8;
-update noar tt set b2='KV5OJN4B' where id=8;
-update noar ti set b2='KV5OJN4B' where id=8;
-update noar tt set b0='JAHB8FQT2D36DV4UX' where id=9;
-update noar ti set b0='JAHB8FQT2D36DV4UX' where id=9;
-update noar tt set b1='4PPNZJ' where id=9;
-update noar ti set b1='4PPNZJ' where id=9;
-update noar tt set b2='PPGI736QC17GGCA' where id=9;
-update noar ti set b2='PPGI736QC17GGCA' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 longblob null,
-b1 text 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 b0='3YRR7GNBKJZOIQLADTO' where id=1;
-update noar ti set b0='3YRR7GNBKJZOIQLADTO' where id=1;
-update noar tt set b1='3E' where id=1;
-update noar ti set b1='3E' where id=1;
-update noar tt set b2='ELLO9IKPCOX11HV64LS5RVLQ40H8FG' where id=1;
-update noar ti set b2='ELLO9IKPCOX11HV64LS5RVLQ40H8FG' where id=1;
-update noar tt set b0='9W0E' where id=2;
-update noar ti set b0='9W0E' where id=2;
-update noar tt set b1='C07K9E2R61X7P' where id=2;
-update noar ti set b1='C07K9E2R61X7P' where id=2;
-update noar tt set b2='0IHZU2DFEP0ZK8DZMYXYN4H' where id=2;
-update noar ti set b2='0IHZU2DFEP0ZK8DZMYXYN4H' where id=2;
-update noar tt set b0='EVVN8BOWTNO4' where id=3;
-update noar ti set b0='EVVN8BOWTNO4' where id=3;
-update noar tt set b1='5UA3' where id=3;
-update noar ti set b1='5UA3' where id=3;
-update noar tt set b2='BQNR3PGGO' where id=3;
-update noar ti set b2='BQNR3PGGO' where id=3;
-update noar tt set b0='6WYQXCORSR8IDTF4M83P12073P' where id=4;
-update noar ti set b0='6WYQXCORSR8IDTF4M83P12073P' where id=4;
-update noar tt set b1='0F0F7E' where id=4;
-update noar ti set b1='0F0F7E' where id=4;
-update noar tt set b2='8MUPWP77CNI74YHCRTTBG0OQL7' where id=4;
-update noar ti set b2='8MUPWP77CNI74YHCRTTBG0OQL7' where id=4;
-update noar tt set b0='8J' where id=5;
-update noar ti set b0='8J' where id=5;
-update noar tt set b1='T1XJR0DQTPH' where id=5;
-update noar ti set b1='T1XJR0DQTPH' where id=5;
-update noar tt set b2='RTXMS51KBXM7TLOWDO34V7C3SYM' where id=5;
-update noar ti set b2='RTXMS51KBXM7TLOWDO34V7C3SYM' where id=5;
-update noar tt set b0='64ENRG818K' where id=6;
-update noar ti set b0='64ENRG818K' where id=6;
-update noar tt set b1='V359EERFLGTGF86GU' where id=6;
-update noar ti set b1='V359EERFLGTGF86GU' where id=6;
-update noar tt set b2='OKEWJ5HPG82BW9Q' where id=6;
-update noar ti set b2='OKEWJ5HPG82BW9Q' where id=6;
-update noar tt set b0='B2T0Z4F2MQ4' where id=7;
-update noar ti set b0='B2T0Z4F2MQ4' where id=7;
-update noar tt set b1='EE' where id=7;
-update noar ti set b1='EE' where id=7;
-update noar tt set b2='LHBI3' where id=7;
-update noar ti set b2='LHBI3' where id=7;
-update noar tt set b0='O3O' where id=8;
-update noar ti set b0='O3O' where id=8;
-update noar tt set b1='WRQMGL0UL1QC' where id=8;
-update noar ti set b1='WRQMGL0UL1QC' where id=8;
-update noar tt set b2='ITBDHX2' where id=8;
-update noar ti set b2='ITBDHX2' where id=8;
-update noar tt set b0='FJQD1PUN9UNRPTY4O6RBAF6' where id=9;
-update noar ti set b0='FJQD1PUN9UNRPTY4O6RBAF6' where id=9;
-update noar tt set b1='U72IE' where id=9;
-update noar ti set b1='U72IE' where id=9;
-update noar tt set b2='MHW3V5H4RX7BK1KHXD8FHR3C9SK4Y84' where id=9;
-update noar ti set b2='MHW3V5H4RX7BK1KHXD8FHR3C9SK4Y84' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 longblob not null,
-b1 text 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 b0='UGA5RP5GQVX6K5C3SK' where id=1;
-update noar ti set b0='UGA5RP5GQVX6K5C3SK' where id=1;
-update noar tt set b1='Q037HZVZMPDHWOD30D7JSKJ17KRIHWEG' where id=1;
-update noar ti set b1='Q037HZVZMPDHWOD30D7JSKJ17KRIHWEG' where id=1;
-update noar tt set b2='J' where id=1;
-update noar ti set b2='J' where id=1;
-update noar tt set b0='BH5Z6SC5AK87FK0' where id=2;
-update noar ti set b0='BH5Z6SC5AK87FK0' where id=2;
-update noar tt set b1='H7W3NNOGOSOXO' where id=2;
-update noar ti set b1='H7W3NNOGOSOXO' where id=2;
-update noar tt set b2='MPYY2' where id=2;
-update noar ti set b2='MPYY2' where id=2;
-update noar tt set b0='PYF0UJLUISPVI' where id=3;
-update noar ti set b0='PYF0UJLUISPVI' where id=3;
-update noar tt set b1='QTRQYD3JWZQGETKDFZE3MZIG9N0PH' where id=3;
-update noar ti set b1='QTRQYD3JWZQGETKDFZE3MZIG9N0PH' where id=3;
-update noar tt set b2='2NNT7DJT6R4KHXDXO6KY1723QATECD' where id=3;
-update noar ti set b2='2NNT7DJT6R4KHXDXO6KY1723QATECD' where id=3;
-update noar tt set b0='V3' where id=4;
-update noar ti set b0='V3' where id=4;
-update noar tt set b1='AHASUQ1OXD1GCV6X1Y915FT' where id=4;
-update noar ti set b1='AHASUQ1OXD1GCV6X1Y915FT' where id=4;
-update noar tt set b2='MGJMYRBTVQJ34CBBL9GJ8GEP07349' where id=4;
-update noar ti set b2='MGJMYRBTVQJ34CBBL9GJ8GEP07349' where id=4;
-update noar tt set b0='2Q5SVI4IRZAM2TISEABH0UG99O15' where id=5;
-update noar ti set b0='2Q5SVI4IRZAM2TISEABH0UG99O15' where id=5;
-update noar tt set b1='0RDD50BFQQRDJXD6R' where id=5;
-update noar ti set b1='0RDD50BFQQRDJXD6R' where id=5;
-update noar tt set b2='S13IBYF6UWKOOGF' where id=5;
-update noar ti set b2='S13IBYF6UWKOOGF' where id=5;
-update noar tt set b0='A73KY6' where id=6;
-update noar ti set b0='A73KY6' where id=6;
-update noar tt set b1='KQA5MY6GWPGUVBITQ0QOMNIJK' where id=6;
-update noar ti set b1='KQA5MY6GWPGUVBITQ0QOMNIJK' where id=6;
-update noar tt set b2='F8JSSGO75DT3FUP8CRBMB6U9SI7AF9' where id=6;
-update noar ti set b2='F8JSSGO75DT3FUP8CRBMB6U9SI7AF9' where id=6;
-update noar tt set b0='ODHO2TOU5E2' where id=7;
-update noar ti set b0='ODHO2TOU5E2' where id=7;
-update noar tt set b1='1C49DCZSASYUAFWVQHV0' where id=7;
-update noar ti set b1='1C49DCZSASYUAFWVQHV0' where id=7;
-update noar tt set b2='EKT76EMAVIM' where id=7;
-update noar ti set b2='EKT76EMAVIM' where id=7;
-update noar tt set b0='MV1I9WNI2RN3SU5J' where id=8;
-update noar ti set b0='MV1I9WNI2RN3SU5J' where id=8;
-update noar tt set b1='ZB0BIWVWKPY' where id=8;
-update noar ti set b1='ZB0BIWVWKPY' where id=8;
-update noar tt set b2='R2A7L5SCDKUBFRXVFZ078XI4F0Q' where id=8;
-update noar ti set b2='R2A7L5SCDKUBFRXVFZ078XI4F0Q' where id=8;
-update noar tt set b0='EDROEI5PKGT0' where id=9;
-update noar ti set b0='EDROEI5PKGT0' where id=9;
-update noar tt set b1='68Z9IRV04BRXGYK' where id=9;
-update noar ti set b1='68Z9IRV04BRXGYK' where id=9;
-update noar tt set b2='CUY50A2L5LSZUG3E4410X43Z62VQ' where id=9;
-update noar ti set b2='CUY50A2L5LSZUG3E4410X43Z62VQ' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 longblob null,
-b1 text 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 b0='J6FCD74UVB5' where id=1;
-update noar ti set b0='J6FCD74UVB5' where id=1;
-update noar tt set b1='H5WHS10JQM60O9' where id=1;
-update noar ti set b1='H5WHS10JQM60O9' where id=1;
-update noar tt set b2='9686UOK9UONR7398POIO4JL4J7FHVG0C' where id=1;
-update noar ti set b2='9686UOK9UONR7398POIO4JL4J7FHVG0C' where id=1;
-update noar tt set b0='ZUIYRD' where id=2;
-update noar ti set b0='ZUIYRD' where id=2;
-update noar tt set b1='L2SB3MFF01' where id=2;
-update noar ti set b1='L2SB3MFF01' where id=2;
-update noar tt set b2='7FT9HU6PL82VRXXO1YX5SVWEL3OWF7R' where id=2;
-update noar ti set b2='7FT9HU6PL82VRXXO1YX5SVWEL3OWF7R' where id=2;
-update noar tt set b0='EKT64H605JFTJEE' where id=3;
-update noar ti set b0='EKT64H605JFTJEE' where id=3;
-update noar tt set b1='FKY5TXTC5ZQ7JLRWFKOA862IV92HR' where id=3;
-update noar ti set b1='FKY5TXTC5ZQ7JLRWFKOA862IV92HR' where id=3;
-update noar tt set b2='1JUNHV1O1DHI56M' where id=3;
-update noar ti set b2='1JUNHV1O1DHI56M' where id=3;
-update noar tt set b0='E48CPX4JO' where id=4;
-update noar ti set b0='E48CPX4JO' where id=4;
-update noar tt set b1='1J264W' where id=4;
-update noar ti set b1='1J264W' where id=4;
-update noar tt set b2='SOP6F9TFH9371RJAL7XEQLWUHC' where id=4;
-update noar ti set b2='SOP6F9TFH9371RJAL7XEQLWUHC' where id=4;
-update noar tt set b0='DMDLFB85GFGXYO56FFFQQ' where id=5;
-update noar ti set b0='DMDLFB85GFGXYO56FFFQQ' where id=5;
-update noar tt set b1='PTQK6PEZ250WEAXPQR6M2O' where id=5;
-update noar ti set b1='PTQK6PEZ250WEAXPQR6M2O' where id=5;
-update noar tt set b2='QJ9J7' where id=5;
-update noar ti set b2='QJ9J7' where id=5;
-update noar tt set b0='1N' where id=6;
-update noar ti set b0='1N' where id=6;
-update noar tt set b1='ZRDECDH' where id=6;
-update noar ti set b1='ZRDECDH' where id=6;
-update noar tt set b2='FP0KL0ON9BM273YWP' where id=6;
-update noar ti set b2='FP0KL0ON9BM273YWP' where id=6;
-update noar tt set b0='LZP10T28A8R' where id=7;
-update noar ti set b0='LZP10T28A8R' where id=7;
-update noar tt set b1='XH3LBXFYZMBB' where id=7;
-update noar ti set b1='XH3LBXFYZMBB' where id=7;
-update noar tt set b2='KZB8' where id=7;
-update noar ti set b2='KZB8' where id=7;
-update noar tt set b0='SLO162JR7QM8P5VAPNZQY4M3IAXXXGS' where id=8;
-update noar ti set b0='SLO162JR7QM8P5VAPNZQY4M3IAXXXGS' where id=8;
-update noar tt set b1='7HKRTCHTFMHN' where id=8;
-update noar ti set b1='7HKRTCHTFMHN' where id=8;
-update noar tt set b2='LRWG6FPRCJJI0XYD' where id=8;
-update noar ti set b2='LRWG6FPRCJJI0XYD' where id=8;
-update noar tt set b0='TMC2R9T9J' where id=9;
-update noar ti set b0='TMC2R9T9J' where id=9;
-update noar tt set b1='CK38ZD95JWM' where id=9;
-update noar ti set b1='CK38ZD95JWM' where id=9;
-update noar tt set b2='8JCWBVUMYZDFA' where id=9;
-update noar ti set b2='8JCWBVUMYZDFA' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 longblob not null,
-b1 text 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 b0='W5H0A7QOV7Z4GRUSWPB4C4' where id=1;
-update noar ti set b0='W5H0A7QOV7Z4GRUSWPB4C4' where id=1;
-update noar tt set b1='QWM' where id=1;
-update noar ti set b1='QWM' where id=1;
-update noar tt set b2='LPJ' where id=1;
-update noar ti set b2='LPJ' where id=1;
-update noar tt set b0='51FZQGI1HE76MSJFSB67K9BR' where id=2;
-update noar ti set b0='51FZQGI1HE76MSJFSB67K9BR' where id=2;
-update noar tt set b1='WP7VCQL3K7FXY78ZX5JZ7FT8I36G' where id=2;
-update noar ti set b1='WP7VCQL3K7FXY78ZX5JZ7FT8I36G' where id=2;
-update noar tt set b2='P6GIVWFKV4GOJH01UIJK' where id=2;
-update noar ti set b2='P6GIVWFKV4GOJH01UIJK' where id=2;
-update noar tt set b0='NPZSZOA2CFE1MFMEO9UIFY4RKW21I3' where id=3;
-update noar ti set b0='NPZSZOA2CFE1MFMEO9UIFY4RKW21I3' where id=3;
-update noar tt set b1='2CHULP14F0' where id=3;
-update noar ti set b1='2CHULP14F0' where id=3;
-update noar tt set b2='2VN4' where id=3;
-update noar ti set b2='2VN4' where id=3;
-update noar tt set b0='B346T0F3GH7HUGVSXP8E2KWYY7PX48WH' where id=4;
-update noar ti set b0='B346T0F3GH7HUGVSXP8E2KWYY7PX48WH' where id=4;
-update noar tt set b1='QMH04RIB0L1B' where id=4;
-update noar ti set b1='QMH04RIB0L1B' where id=4;
-update noar tt set b2='JU9MQ' where id=4;
-update noar ti set b2='JU9MQ' where id=4;
-update noar tt set b0='KOY2CD' where id=5;
-update noar ti set b0='KOY2CD' where id=5;
-update noar tt set b1='NF' where id=5;
-update noar ti set b1='NF' where id=5;
-update noar tt set b2='FA0RSJUT1S9I04N7WR58BVUOW4B3Q' where id=5;
-update noar ti set b2='FA0RSJUT1S9I04N7WR58BVUOW4B3Q' where id=5;
-update noar tt set b0='QZVQ' where id=6;
-update noar ti set b0='QZVQ' where id=6;
-update noar tt set b1='QWCIK63XQRC9LUPBGGQ058BV10' where id=6;
-update noar ti set b1='QWCIK63XQRC9LUPBGGQ058BV10' where id=6;
-update noar tt set b2='5QD9IKRLULQ' where id=6;
-update noar ti set b2='5QD9IKRLULQ' where id=6;
-update noar tt set b0='IVVMK5K6GU1' where id=7;
-update noar ti set b0='IVVMK5K6GU1' where id=7;
-update noar tt set b1='OR8KI32IW987HBEH4YTP' where id=7;
-update noar ti set b1='OR8KI32IW987HBEH4YTP' where id=7;
-update noar tt set b2='LX10XK7NIIPZFM1MU9G3BSCTB61988P' where id=7;
-update noar ti set b2='LX10XK7NIIPZFM1MU9G3BSCTB61988P' where id=7;
-update noar tt set b0='QP83DRFFB1B9SPU68JC' where id=8;
-update noar ti set b0='QP83DRFFB1B9SPU68JC' where id=8;
-update noar tt set b1='C6VSDYJ7A3928BYS' where id=8;
-update noar ti set b1='C6VSDYJ7A3928BYS' where id=8;
-update noar tt set b2='Y6A4' where id=8;
-update noar ti set b2='Y6A4' where id=8;
-update noar tt set b0='R1IEXEDHKURI5PIGU1QI319S' where id=9;
-update noar ti set b0='R1IEXEDHKURI5PIGU1QI319S' where id=9;
-update noar tt set b1='DYOXZHN4WEJTGQY5Z0K56WX1UNN4O' where id=9;
-update noar ti set b1='DYOXZHN4WEJTGQY5Z0K56WX1UNN4O' where id=9;
-update noar tt set b2='9SIJVBSVNZ2DPPITJAOL7NZI' where id=9;
-update noar ti set b2='9SIJVBSVNZ2DPPITJAOL7NZI' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 longblob null,
-b1 text 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 b0='SD8LNOMFZJMJIN7A76Q6C2' where id=1;
-update noar ti set b0='SD8LNOMFZJMJIN7A76Q6C2' where id=1;
-update noar tt set b1='7CG' where id=1;
-update noar ti set b1='7CG' where id=1;
-update noar tt set b2='EJ1XQC1QEVLKCNWFAT4XY90HTW' where id=1;
-update noar ti set b2='EJ1XQC1QEVLKCNWFAT4XY90HTW' where id=1;
-update noar tt set b0='1R1TWOIZ48RSM6L1LX5XAGB4X' where id=2;
-update noar ti set b0='1R1TWOIZ48RSM6L1LX5XAGB4X' where id=2;
-update noar tt set b1='XVSF67DEFB3O2FA20USQTI6BEBSZI8' where id=2;
-update noar ti set b1='XVSF67DEFB3O2FA20USQTI6BEBSZI8' where id=2;
-update noar tt set b2='YZ9TSCBHD904R07GM' where id=2;
-update noar ti set b2='YZ9TSCBHD904R07GM' where id=2;
-update noar tt set b0='KSOIIEM36HWG4OC5VRNBWPV6PXHBIM5H' where id=3;
-update noar ti set b0='KSOIIEM36HWG4OC5VRNBWPV6PXHBIM5H' where id=3;
-update noar tt set b1='A8N01RR1WCSU1SS2I8VHNG3E7' where id=3;
-update noar ti set b1='A8N01RR1WCSU1SS2I8VHNG3E7' where id=3;
-update noar tt set b2='W8FZZ0N50CZ573683OC77B' where id=3;
-update noar ti set b2='W8FZZ0N50CZ573683OC77B' where id=3;
-update noar tt set b0='JIVJMP5E6SE9SQR8ABXH9AIHPJ3UBST4' where id=4;
-update noar ti set b0='JIVJMP5E6SE9SQR8ABXH9AIHPJ3UBST4' where id=4;
-update noar tt set b1='4TDI0M9YG3MTI51JYRL5A0Y43B30' where id=4;
-update noar ti set b1='4TDI0M9YG3MTI51JYRL5A0Y43B30' where id=4;
-update noar tt set b2='RTD' where id=4;
-update noar ti set b2='RTD' where id=4;
-update noar tt set b0='O' where id=5;
-update noar ti set b0='O' where id=5;
-update noar tt set b1='GZIHJPGN9B' where id=5;
-update noar ti set b1='GZIHJPGN9B' where id=5;
-update noar tt set b2='5MD2VBPM' where id=5;
-update noar ti set b2='5MD2VBPM' where id=5;
-update noar tt set b0='KKVFF6E27078NKO2MA4' where id=6;
-update noar ti set b0='KKVFF6E27078NKO2MA4' where id=6;
-update noar tt set b1='PMWX4ZHPF5GB4WNB1OPT5DROV' where id=6;
-update noar ti set b1='PMWX4ZHPF5GB4WNB1OPT5DROV' where id=6;
-update noar tt set b2='A' where id=6;
-update noar ti set b2='A' where id=6;
-update noar tt set b0='X' where id=7;
-update noar ti set b0='X' where id=7;
-update noar tt set b1='GG24EDPR' where id=7;
-update noar ti set b1='GG24EDPR' where id=7;
-update noar tt set b2='NN437ZTIVTN' where id=7;
-update noar ti set b2='NN437ZTIVTN' where id=7;
-update noar tt set b0='K876776IE07' where id=8;
-update noar ti set b0='K876776IE07' where id=8;
-update noar tt set b1='4TA2MKQ5CJIY6LB4A0U7DRWJK5T6' where id=8;
-update noar ti set b1='4TA2MKQ5CJIY6LB4A0U7DRWJK5T6' where id=8;
-update noar tt set b2='SUC7B4NVT36O96SX' where id=8;
-update noar ti set b2='SUC7B4NVT36O96SX' where id=8;
-update noar tt set b0='KVN53LB8RRYZUUR' where id=9;
-update noar ti set b0='KVN53LB8RRYZUUR' where id=9;
-update noar tt set b1='7QFOZ7' where id=9;
-update noar ti set b1='7QFOZ7' where id=9;
-update noar tt set b2='KIKSK89TRP93IRB7QBYUO4JP7X518Z' where id=9;
-update noar ti set b2='KIKSK89TRP93IRB7QBYUO4JP7X518Z' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 longblob not null,
-b1 text 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 b0='J836QLFGB91' where id=1;
-update noar ti set b0='J836QLFGB91' where id=1;
-update noar tt set b1='DVE18VX1C3YUYUHM4LHGZ9F57UHFT' where id=1;
-update noar ti set b1='DVE18VX1C3YUYUHM4LHGZ9F57UHFT' where id=1;
-update noar tt set b2='2HOCJ' where id=1;
-update noar ti set b2='2HOCJ' where id=1;
-update noar tt set b0='RWE7U2ZOVVLUUCH94BHPZQJC' where id=2;
-update noar ti set b0='RWE7U2ZOVVLUUCH94BHPZQJC' where id=2;
-update noar tt set b1='47FHIZ02XZXPDIJ25PQAJQ67QTT40K' where id=2;
-update noar ti set b1='47FHIZ02XZXPDIJ25PQAJQ67QTT40K' where id=2;
-update noar tt set b2='B0C4I' where id=2;
-update noar ti set b2='B0C4I' where id=2;
-update noar tt set b0='B04J7EPS19Y9JXYVZCBSB49L6SO6WTB6' where id=3;
-update noar ti set b0='B04J7EPS19Y9JXYVZCBSB49L6SO6WTB6' where id=3;
-update noar tt set b1='5ZBZ' where id=3;
-update noar ti set b1='5ZBZ' where id=3;
-update noar tt set b2='A8UH8AMVZFSYEILYY4NAOID14OUBBR' where id=3;
-update noar ti set b2='A8UH8AMVZFSYEILYY4NAOID14OUBBR' where id=3;
-update noar tt set b0='QF4N6K' where id=4;
-update noar ti set b0='QF4N6K' where id=4;
-update noar tt set b1='7JR0SLTGZY8JD2I' where id=4;
-update noar ti set b1='7JR0SLTGZY8JD2I' where id=4;
-update noar tt set b2='6AR' where id=4;
-update noar ti set b2='6AR' where id=4;
-update noar tt set b0='NL3RV98YUI46IJZMW33VCHA' where id=5;
-update noar ti set b0='NL3RV98YUI46IJZMW33VCHA' where id=5;
-update noar tt set b1='E9ZBPZ988HVR' where id=5;
-update noar ti set b1='E9ZBPZ988HVR' where id=5;
-update noar tt set b2='5JAIYR4H9R49JX3QU' where id=5;
-update noar ti set b2='5JAIYR4H9R49JX3QU' where id=5;
-update noar tt set b0='DX5XM' where id=6;
-update noar ti set b0='DX5XM' where id=6;
-update noar tt set b1='M430F56IMR' where id=6;
-update noar ti set b1='M430F56IMR' where id=6;
-update noar tt set b2='MTYQ51J8NKRRX2' where id=6;
-update noar ti set b2='MTYQ51J8NKRRX2' where id=6;
-update noar tt set b0='1VZ8NRAO3O72AL8EDUVFHROS94' where id=7;
-update noar ti set b0='1VZ8NRAO3O72AL8EDUVFHROS94' where id=7;
-update noar tt set b1='X5ORGUCXSLQTO' where id=7;
-update noar ti set b1='X5ORGUCXSLQTO' where id=7;
-update noar tt set b2='YIXNY' where id=7;
-update noar ti set b2='YIXNY' where id=7;
-update noar tt set b0='B1OGLBDU3BWA7DBFGMZ4OCB' where id=8;
-update noar ti set b0='B1OGLBDU3BWA7DBFGMZ4OCB' where id=8;
-update noar tt set b1='Q6DKOT844' where id=8;
-update noar ti set b1='Q6DKOT844' where id=8;
-update noar tt set b2='0ML0O877PF4D3H0PG1MIX6S' where id=8;
-update noar ti set b2='0ML0O877PF4D3H0PG1MIX6S' where id=8;
-update noar tt set b0='IW6GNF0DLNK5G5IUHLXJXD52OK' where id=9;
-update noar ti set b0='IW6GNF0DLNK5G5IUHLXJXD52OK' where id=9;
-update noar tt set b1='N8HRAHAHZX5SKMEVJI3TY6WKP78' where id=9;
-update noar ti set b1='N8HRAHAHZX5SKMEVJI3TY6WKP78' where id=9;
-update noar tt set b2='LDT2L5CSYWBJSK6' where id=9;
-update noar ti set b2='LDT2L5CSYWBJSK6' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 longblob null,
-b1 text 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 b0='VHUPQMV3EEHHVAFA3AFTTID59CUOERXJ' where id=1;
-update noar ti set b0='VHUPQMV3EEHHVAFA3AFTTID59CUOERXJ' where id=1;
-update noar tt set b1='K991DO78VPO7SZSCVCFY8P1CGSL' where id=1;
-update noar ti set b1='K991DO78VPO7SZSCVCFY8P1CGSL' where id=1;
-update noar tt set b2='W5' where id=1;
-update noar ti set b2='W5' where id=1;
-update noar tt set b0='97WVCGVLTCIGYR' where id=2;
-update noar ti set b0='97WVCGVLTCIGYR' where id=2;
-update noar tt set b1='S5G' where id=2;
-update noar ti set b1='S5G' where id=2;
-update noar tt set b2='K1ESXBK3S19ZC2' where id=2;
-update noar ti set b2='K1ESXBK3S19ZC2' where id=2;
-update noar tt set b0='8V5GOVFP0VMSTBZFIYL3JYPBIPFKUM4P' where id=3;
-update noar ti set b0='8V5GOVFP0VMSTBZFIYL3JYPBIPFKUM4P' where id=3;
-update noar tt set b1='5J6YE826HEGAJNBER86T6Y3LZDVWZ4Z' where id=3;
-update noar ti set b1='5J6YE826HEGAJNBER86T6Y3LZDVWZ4Z' where id=3;
-update noar tt set b2='5MNX2IZ' where id=3;
-update noar ti set b2='5MNX2IZ' where id=3;
-update noar tt set b0='PLZB7' where id=4;
-update noar ti set b0='PLZB7' where id=4;
-update noar tt set b1='GVP7YDHSWIKB3P81P54M5TCDY0Z' where id=4;
-update noar ti set b1='GVP7YDHSWIKB3P81P54M5TCDY0Z' where id=4;
-update noar tt set b2='MIFCZ5FSG29F6A92V' where id=4;
-update noar ti set b2='MIFCZ5FSG29F6A92V' where id=4;
-update noar tt set b0='T4Z6JRZ8A528NLII5I' where id=5;
-update noar ti set b0='T4Z6JRZ8A528NLII5I' where id=5;
-update noar tt set b1='XA71' where id=5;
-update noar ti set b1='XA71' where id=5;
-update noar tt set b2='5CO1SE0TV4F0SCVSD' where id=5;
-update noar ti set b2='5CO1SE0TV4F0SCVSD' where id=5;
-update noar tt set b0='YKTEE7GXJLN9PB' where id=6;
-update noar ti set b0='YKTEE7GXJLN9PB' where id=6;
-update noar tt set b1='BZPJSGBLX732JERF3UJ2Z2FN' where id=6;
-update noar ti set b1='BZPJSGBLX732JERF3UJ2Z2FN' where id=6;
-update noar tt set b2='CVCVEAA4' where id=6;
-update noar ti set b2='CVCVEAA4' where id=6;
-update noar tt set b0='TOJL6M1VYI1' where id=7;
-update noar ti set b0='TOJL6M1VYI1' where id=7;
-update noar tt set b1='HRW0SQCE4CQE7U' where id=7;
-update noar ti set b1='HRW0SQCE4CQE7U' where id=7;
-update noar tt set b2='8VW59GFHIVBILH29LNDQ28KMYFXQU193' where id=7;
-update noar ti set b2='8VW59GFHIVBILH29LNDQ28KMYFXQU193' where id=7;
-update noar tt set b0='TM93JZRXAAWWG7HZY' where id=8;
-update noar ti set b0='TM93JZRXAAWWG7HZY' where id=8;
-update noar tt set b1='A69J5XKEIFLLT33RW7P8' where id=8;
-update noar ti set b1='A69J5XKEIFLLT33RW7P8' where id=8;
-update noar tt set b2='LPJTU0ZY5SX70NSM3I26NQSWRS' where id=8;
-update noar ti set b2='LPJTU0ZY5SX70NSM3I26NQSWRS' where id=8;
-update noar tt set b0='W65TICZSD1YDI' where id=9;
-update noar ti set b0='W65TICZSD1YDI' where id=9;
-update noar tt set b1='QIXKROMIO9P' where id=9;
-update noar ti set b1='QIXKROMIO9P' where id=9;
-update noar tt set b2='Y2' where id=9;
-update noar ti set b2='Y2' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 longblob not null,
-b1 text 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 b0='IXLQ' where id=1;
-update noar ti set b0='IXLQ' where id=1;
-update noar tt set b1='0GV8ET59V74TSL6UAKVQK7IA' where id=1;
-update noar ti set b1='0GV8ET59V74TSL6UAKVQK7IA' where id=1;
-update noar tt set b2='J5LLXL9C0Z' where id=1;
-update noar ti set b2='J5LLXL9C0Z' where id=1;
-update noar tt set b0='GN1' where id=2;
-update noar ti set b0='GN1' where id=2;
-update noar tt set b1='GCEHA6AQ8BC7ZJVBSH5TN0YBB' where id=2;
-update noar ti set b1='GCEHA6AQ8BC7ZJVBSH5TN0YBB' where id=2;
-update noar tt set b2='RRUM0MZ3F6UIBCGYY1ZRB6' where id=2;
-update noar ti set b2='RRUM0MZ3F6UIBCGYY1ZRB6' where id=2;
-update noar tt set b0='CHTLDYNLKO070GRYHN5AO' where id=3;
-update noar ti set b0='CHTLDYNLKO070GRYHN5AO' where id=3;
-update noar tt set b1='T6R74' where id=3;
-update noar ti set b1='T6R74' where id=3;
-update noar tt set b2='02QEW3K4JAZBMDPI3U34ITG' where id=3;
-update noar ti set b2='02QEW3K4JAZBMDPI3U34ITG' where id=3;
-update noar tt set b0='F86MITJKWEBY571S4' where id=4;
-update noar ti set b0='F86MITJKWEBY571S4' where id=4;
-update noar tt set b1='WCMSVXB2KATELVUDFXNR4B1CLLOTV' where id=4;
-update noar ti set b1='WCMSVXB2KATELVUDFXNR4B1CLLOTV' where id=4;
-update noar tt set b2='PWC' where id=4;
-update noar ti set b2='PWC' where id=4;
-update noar tt set b0='WPIL3JE320Z' where id=5;
-update noar ti set b0='WPIL3JE320Z' where id=5;
-update noar tt set b1='DNNVGHQWIHL2VB' where id=5;
-update noar ti set b1='DNNVGHQWIHL2VB' where id=5;
-update noar tt set b2='1Y1Z' where id=5;
-update noar ti set b2='1Y1Z' where id=5;
-update noar tt set b0='8I14EXD02CS' where id=6;
-update noar ti set b0='8I14EXD02CS' where id=6;
-update noar tt set b1='OPCV6ODUMXJ4' where id=6;
-update noar ti set b1='OPCV6ODUMXJ4' where id=6;
-update noar tt set b2='HTG0EQPAKHZ13DXTGLTXU7OW601PES' where id=6;
-update noar ti set b2='HTG0EQPAKHZ13DXTGLTXU7OW601PES' where id=6;
-update noar tt set b0='DPBY7XPODUL' where id=7;
-update noar ti set b0='DPBY7XPODUL' where id=7;
-update noar tt set b1='Y' where id=7;
-update noar ti set b1='Y' where id=7;
-update noar tt set b2='LJWJWLS3BRN' where id=7;
-update noar ti set b2='LJWJWLS3BRN' where id=7;
-update noar tt set b0='YKRGG60SV7370054Z10FO' where id=8;
-update noar ti set b0='YKRGG60SV7370054Z10FO' where id=8;
-update noar tt set b1='TUCXJJOP1ZZXTC9S1IOT3H' where id=8;
-update noar ti set b1='TUCXJJOP1ZZXTC9S1IOT3H' where id=8;
-update noar tt set b2='UQ7N2WEJFIOS3FDP9' where id=8;
-update noar ti set b2='UQ7N2WEJFIOS3FDP9' where id=8;
-update noar tt set b0='E40AN7BDA3PITTUSCD9ZZMMMKD9K' where id=9;
-update noar ti set b0='E40AN7BDA3PITTUSCD9ZZMMMKD9K' where id=9;
-update noar tt set b1='I93Z1FXE2HHMHCP8524DH1LV' where id=9;
-update noar ti set b1='I93Z1FXE2HHMHCP8524DH1LV' where id=9;
-update noar tt set b2='F8GN2' where id=9;
-update noar ti set b2='F8GN2' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 longblob null,
-b1 text null,
-b2 text 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 b0='W725N51H71T565X5T9X1' where id=1;
-update noar ti set b0='W725N51H71T565X5T9X1' where id=1;
-update noar tt set b1='HUELY9ZD20MVBVDI' where id=1;
-update noar ti set b1='HUELY9ZD20MVBVDI' where id=1;
-update noar tt set b2='GRL5E7IA5W12INXDIK0ZQ2Z5V6J1' where id=1;
-update noar ti set b2='GRL5E7IA5W12INXDIK0ZQ2Z5V6J1' where id=1;
-update noar tt set b0='OW' where id=2;
-update noar ti set b0='OW' where id=2;
-update noar tt set b1='N3O0NU0EPNA60BYWWC1Y97TV' where id=2;
-update noar ti set b1='N3O0NU0EPNA60BYWWC1Y97TV' where id=2;
-update noar tt set b2='P' where id=2;
-update noar ti set b2='P' where id=2;
-update noar tt set b0='ZQPCWFYWD9W' where id=3;
-update noar ti set b0='ZQPCWFYWD9W' where id=3;
-update noar tt set b1='MFWBI8N0QN14D4B94UMMNT6RW4BWXA' where id=3;
-update noar ti set b1='MFWBI8N0QN14D4B94UMMNT6RW4BWXA' where id=3;
-update noar tt set b2='YBX3QB40G25OSXCJ1K4FD297Z0L' where id=3;
-update noar ti set b2='YBX3QB40G25OSXCJ1K4FD297Z0L' where id=3;
-update noar tt set b0='KMR7G47F42Y' where id=4;
-update noar ti set b0='KMR7G47F42Y' where id=4;
-update noar tt set b1='U291AF6KA' where id=4;
-update noar ti set b1='U291AF6KA' where id=4;
-update noar tt set b2='UZIA1WNZ7QT4' where id=4;
-update noar ti set b2='UZIA1WNZ7QT4' where id=4;
-update noar tt set b0='NQ6DWZO45XCVWZIU6KNJM' where id=5;
-update noar ti set b0='NQ6DWZO45XCVWZIU6KNJM' where id=5;
-update noar tt set b1='UW9F7U' where id=5;
-update noar ti set b1='UW9F7U' where id=5;
-update noar tt set b2='K1IIRFTCWD7MB4X7' where id=5;
-update noar ti set b2='K1IIRFTCWD7MB4X7' where id=5;
-update noar tt set b0='2MN2UKF6N5SZWRU7' where id=6;
-update noar ti set b0='2MN2UKF6N5SZWRU7' where id=6;
-update noar tt set b1='233OZPX30ZW3284HGVODFHT' where id=6;
-update noar ti set b1='233OZPX30ZW3284HGVODFHT' where id=6;
-update noar tt set b2='Q0R0SO9R8Z50FFZ1TNFBZ4T5' where id=6;
-update noar ti set b2='Q0R0SO9R8Z50FFZ1TNFBZ4T5' where id=6;
-update noar tt set b0='90TJKR5AUJIB740YG5' where id=7;
-update noar ti set b0='90TJKR5AUJIB740YG5' where id=7;
-update noar tt set b1='Q3G5HYWMM8ZT51OND73QG7RQF8MH5' where id=7;
-update noar ti set b1='Q3G5HYWMM8ZT51OND73QG7RQF8MH5' where id=7;
-update noar tt set b2='FC0Z6LO041XJBG5O1ALZYTM15TRK0ZGN' where id=7;
-update noar ti set b2='FC0Z6LO041XJBG5O1ALZYTM15TRK0ZGN' where id=7;
-update noar tt set b0='RPGEPQ5JE5EZGPHHHE1KPZELS5J' where id=8;
-update noar ti set b0='RPGEPQ5JE5EZGPHHHE1KPZELS5J' 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 b2='BM7SW4MQ8YTUU4X4WTH' where id=8;
-update noar ti set b2='BM7SW4MQ8YTUU4X4WTH' where id=8;
-update noar tt set b0='XHOI1Y3UOSLIFVORTA4X6Q8KWNZVH6L' where id=9;
-update noar ti set b0='XHOI1Y3UOSLIFVORTA4X6Q8KWNZVH6L' where id=9;
-update noar tt set b1='A8BPZX77AZQO' where id=9;
-update noar ti set b1='A8BPZX77AZQO' where id=9;
-update noar tt set b2='N' where id=9;
-update noar ti set b2='N' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 longblob not null,
-b1 text not null,
-b2 text 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 b0='S2FIIC4M2KV' where id=1;
-update noar ti set b0='S2FIIC4M2KV' where id=1;
-update noar tt set b1='YQSR' where id=1;
-update noar ti set b1='YQSR' where id=1;
-update noar tt set b2='FZC5TKJVBMB1WW7L' where id=1;
-update noar ti set b2='FZC5TKJVBMB1WW7L' where id=1;
-update noar tt set b0='7B1L17ADXH' where id=2;
-update noar ti set b0='7B1L17ADXH' where id=2;
-update noar tt set b1='NCRLGJ0HPRNA9FCM3' where id=2;
-update noar ti set b1='NCRLGJ0HPRNA9FCM3' where id=2;
-update noar tt set b2='HKBJCG1I2W4BLOV9' where id=2;
-update noar ti set b2='HKBJCG1I2W4BLOV9' where id=2;
-update noar tt set b0='NOPYPMB90PM7YHZK5AMVLP7NETD2' where id=3;
-update noar ti set b0='NOPYPMB90PM7YHZK5AMVLP7NETD2' where id=3;
-update noar tt set b1='RBU04MRNSEH4ZWJKJFIUS8G26KKDZ6N3' where id=3;
-update noar ti set b1='RBU04MRNSEH4ZWJKJFIUS8G26KKDZ6N3' where id=3;
-update noar tt set b2='DSPMVAY35RJLC8727' where id=3;
-update noar ti set b2='DSPMVAY35RJLC8727' where id=3;
-update noar tt set b0='X' where id=4;
-update noar ti set b0='X' where id=4;
-update noar tt set b1='M4YT2XF6B3' where id=4;
-update noar ti set b1='M4YT2XF6B3' where id=4;
-update noar tt set b2='LHB' where id=4;
-update noar ti set b2='LHB' where id=4;
-update noar tt set b0='6NUWYOVU7XBGL56IS' where id=5;
-update noar ti set b0='6NUWYOVU7XBGL56IS' where id=5;
-update noar tt set b1='WPU226NBPDPFHKPUZOASR4B' where id=5;
-update noar ti set b1='WPU226NBPDPFHKPUZOASR4B' where id=5;
-update noar tt set b2='F767Y2X1Z3U' where id=5;
-update noar ti set b2='F767Y2X1Z3U' where id=5;
-update noar tt set b0='LKIIMW3J090F6O3SMNQ3M' where id=6;
-update noar ti set b0='LKIIMW3J090F6O3SMNQ3M' 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 b2='6TZ6PIQ4VV2T' where id=6;
-update noar ti set b2='6TZ6PIQ4VV2T' where id=6;
-update noar tt set b0='X3V2F9U5OLX35QQG4ULCET0WIRK97' where id=7;
-update noar ti set b0='X3V2F9U5OLX35QQG4ULCET0WIRK97' where id=7;
-update noar tt set b1='7S54PCK5URKOHY6PVO5K' where id=7;
-update noar ti set b1='7S54PCK5URKOHY6PVO5K' where id=7;
-update noar tt set b2='NOYD7G7I' where id=7;
-update noar ti set b2='NOYD7G7I' where id=7;
-update noar tt set b0='IDE4A5' where id=8;
-update noar ti set b0='IDE4A5' where id=8;
-update noar tt set b1='0WZ0JADT8' where id=8;
-update noar ti set b1='0WZ0JADT8' where id=8;
-update noar tt set b2='DRJ85FAS8RN6BA2I0HWEA2Q' where id=8;
-update noar ti set b2='DRJ85FAS8RN6BA2I0HWEA2Q' where id=8;
-update noar tt set b0='BF39NXSJIP8OLCVGBN00' where id=9;
-update noar ti set b0='BF39NXSJIP8OLCVGBN00' where id=9;
-update noar tt set b1='PLLY62BC0UM8BLGJGGJ7LU15MG' where id=9;
-update noar ti set b1='PLLY62BC0UM8BLGJGGJ7LU15MG' where id=9;
-update noar tt set b2='0JBCQDQWFGODF' where id=9;
-update noar ti set b2='0JBCQDQWFGODF' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 text 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 b0='WS9RHW5CQ7AKYJKMRXL2RZLLR' where id=1;
-update noar ti set b0='WS9RHW5CQ7AKYJKMRXL2RZLLR' where id=1;
-update noar tt set b1='0B7HZ582I1M0U6KM7D' where id=1;
-update noar ti set b1='0B7HZ582I1M0U6KM7D' where id=1;
-update noar tt set b2='2308KMB641OE' where id=1;
-update noar ti set b2='2308KMB641OE' where id=1;
-update noar tt set b0='52PYZU3ZQ4H6NUDU1P3XH' where id=2;
-update noar ti set b0='52PYZU3ZQ4H6NUDU1P3XH' where id=2;
-update noar tt set b1='X4NJAT8JN8L4B0BB' where id=2;
-update noar ti set b1='X4NJAT8JN8L4B0BB' where id=2;
-update noar tt set b2='K' where id=2;
-update noar ti set b2='K' where id=2;
-update noar tt set b0='ZWCR50LDMJ0' where id=3;
-update noar ti set b0='ZWCR50LDMJ0' where id=3;
-update noar tt set b1='ERHQ1Z45GDSPN4NUGP5YO4V4CDGKK3V' where id=3;
-update noar ti set b1='ERHQ1Z45GDSPN4NUGP5YO4V4CDGKK3V' where id=3;
-update noar tt set b2='W' where id=3;
-update noar ti set b2='W' where id=3;
-update noar tt set b0='PPQMNYBOOH69' where id=4;
-update noar ti set b0='PPQMNYBOOH69' where id=4;
-update noar tt set b1='Z7ZZTK8473T0T76Y0TF27' where id=4;
-update noar ti set b1='Z7ZZTK8473T0T76Y0TF27' where id=4;
-update noar tt set b2='AO5UEGO9BDNB2WMYVJF4ZPLA' where id=4;
-update noar ti set b2='AO5UEGO9BDNB2WMYVJF4ZPLA' where id=4;
-update noar tt set b0='FMDR0GVWPQ6QYPK0K9AASP4KJJZO71C9' where id=5;
-update noar ti set b0='FMDR0GVWPQ6QYPK0K9AASP4KJJZO71C9' where id=5;
-update noar tt set b1='BXM5OQMOV2H3T31NMV02Y' where id=5;
-update noar ti set b1='BXM5OQMOV2H3T31NMV02Y' where id=5;
-update noar tt set b2='3AEF5NH2KER56WAGNAQ' where id=5;
-update noar ti set b2='3AEF5NH2KER56WAGNAQ' where id=5;
-update noar tt set b0='K2DGUVO2ITLS5JMV54I4OKH' where id=6;
-update noar ti set b0='K2DGUVO2ITLS5JMV54I4OKH' where id=6;
-update noar tt set b1='MRUR5S6ZXDBMA' where id=6;
-update noar ti set b1='MRUR5S6ZXDBMA' where id=6;
-update noar tt set b2='B4K8Q80ATJJFD9F29L8ZQS98H0FXX2K5' where id=6;
-update noar ti set b2='B4K8Q80ATJJFD9F29L8ZQS98H0FXX2K5' where id=6;
-update noar tt set b0='I5GYSX' where id=7;
-update noar ti set b0='I5GYSX' where id=7;
-update noar tt set b1='RL' where id=7;
-update noar ti set b1='RL' where id=7;
-update noar tt set b2='C9DV9LB2YGHVDDQBUIEF' where id=7;
-update noar ti set b2='C9DV9LB2YGHVDDQBUIEF' where id=7;
-update noar tt set b0='7Q' where id=8;
-update noar ti set b0='7Q' where id=8;
-update noar tt set b1='3U90HTAFIVXNAXU3J0RHFJ' where id=8;
-update noar ti set b1='3U90HTAFIVXNAXU3J0RHFJ' where id=8;
-update noar tt set b2='9FFX6765EPY7' where id=8;
-update noar ti set b2='9FFX6765EPY7' where id=8;
-update noar tt set b0='XCYOVGDHDNKKB0BGPYI102JR7EIXZET' where id=9;
-update noar ti set b0='XCYOVGDHDNKKB0BGPYI102JR7EIXZET' where id=9;
-update noar tt set b1='48NH5Z5OJ80HSJ8AH4OH1U3' where id=9;
-update noar ti set b1='48NH5Z5OJ80HSJ8AH4OH1U3' where id=9;
-update noar tt set b2='EE6K02P5AB' where id=9;
-update noar ti set b2='EE6K02P5AB' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 text 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 b0='W' where id=1;
-update noar ti set b0='W' where id=1;
-update noar tt set b1='LMTP0HBUV' where id=1;
-update noar ti set b1='LMTP0HBUV' where id=1;
-update noar tt set b2='HSVVBHU73SE6IWY621FX' where id=1;
-update noar ti set b2='HSVVBHU73SE6IWY621FX' where id=1;
-update noar tt set b0='N4CSLN' where id=2;
-update noar ti set b0='N4CSLN' where id=2;
-update noar tt set b1='UJABUUEUV18WB' where id=2;
-update noar ti set b1='UJABUUEUV18WB' where id=2;
-update noar tt set b2='V48QOLP0DP7QZDZSW4QCE' where id=2;
-update noar ti set b2='V48QOLP0DP7QZDZSW4QCE' where id=2;
-update noar tt set b0='9TZTJNYHJ3' where id=3;
-update noar ti set b0='9TZTJNYHJ3' where id=3;
-update noar tt set b1='6XH9OPDVC' where id=3;
-update noar ti set b1='6XH9OPDVC' where id=3;
-update noar tt set b2='HCOUDQ' where id=3;
-update noar ti set b2='HCOUDQ' where id=3;
-update noar tt set b0='99PQGD56BU7FHQGWOYJC' where id=4;
-update noar ti set b0='99PQGD56BU7FHQGWOYJC' where id=4;
-update noar tt set b1='LAHI6UJO6EKB7Z5WH5D334Q4UJM7LA' where id=4;
-update noar ti set b1='LAHI6UJO6EKB7Z5WH5D334Q4UJM7LA' where id=4;
-update noar tt set b2='J7RXGNDEBS3XZNRS7M3CUU1' where id=4;
-update noar ti set b2='J7RXGNDEBS3XZNRS7M3CUU1' where id=4;
-update noar tt set b0='V9EFS' where id=5;
-update noar ti set b0='V9EFS' where id=5;
-update noar tt set b1='BFJ3' where id=5;
-update noar ti set b1='BFJ3' where id=5;
-update noar tt set b2='OXPR9QS654' where id=5;
-update noar ti set b2='OXPR9QS654' where id=5;
-update noar tt set b0='806K' where id=6;
-update noar ti set b0='806K' where id=6;
-update noar tt set b1='7K94TPJ741TEI' where id=6;
-update noar ti set b1='7K94TPJ741TEI' where id=6;
-update noar tt set b2='3JN63UR0DNOXZPP683742HJ' where id=6;
-update noar ti set b2='3JN63UR0DNOXZPP683742HJ' where id=6;
-update noar tt set b0='Z4SMHSB06M5O59UM952HQS5608KH' where id=7;
-update noar ti set b0='Z4SMHSB06M5O59UM952HQS5608KH' where id=7;
-update noar tt set b1='DWG0ADX0ZJQORJL' where id=7;
-update noar ti set b1='DWG0ADX0ZJQORJL' where id=7;
-update noar tt set b2='CA4ITK2UZFGKJMM01FZ' where id=7;
-update noar ti set b2='CA4ITK2UZFGKJMM01FZ' where id=7;
-update noar tt set b0='30ARYOKSVNFNJNL' where id=8;
-update noar ti set b0='30ARYOKSVNFNJNL' where id=8;
-update noar tt set b1='7EF0MV6535YX1QYTOOVG4QK1' where id=8;
-update noar ti set b1='7EF0MV6535YX1QYTOOVG4QK1' where id=8;
-update noar tt set b2='I2INHN7R09XBX' where id=8;
-update noar ti set b2='I2INHN7R09XBX' where id=8;
-update noar tt set b0='VCOHKSB7V3I87ORQ2CN0N7LHNXA7HWF' where id=9;
-update noar ti set b0='VCOHKSB7V3I87ORQ2CN0N7LHNXA7HWF' where id=9;
-update noar tt set b1='LA5ILHAA31QU2ZFYL' where id=9;
-update noar ti set b1='LA5ILHAA31QU2ZFYL' where id=9;
-update noar tt set b2='SPZD17HVKKU' where id=9;
-update noar ti set b2='SPZD17HVKKU' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 text 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 b0='GCXZ895YBASD0IK1ELMFLN0UC' where id=1;
-update noar ti set b0='GCXZ895YBASD0IK1ELMFLN0UC' where id=1;
-update noar tt set b1='Y876W40Z5VYB2GDI9BV' where id=1;
-update noar ti set b1='Y876W40Z5VYB2GDI9BV' where id=1;
-update noar tt set b2='71C1KOZ3B8VEJP5Z2QYBMP78UGB1Y' where id=1;
-update noar ti set b2='71C1KOZ3B8VEJP5Z2QYBMP78UGB1Y' where id=1;
-update noar tt set b0='FI1Z0OS5D8U1D4SSCL' where id=2;
-update noar ti set b0='FI1Z0OS5D8U1D4SSCL' where id=2;
-update noar tt set b1='HXVYGU' where id=2;
-update noar ti set b1='HXVYGU' where id=2;
-update noar tt set b2='ZKCU' where id=2;
-update noar ti set b2='ZKCU' where id=2;
-update noar tt set b0='QUPNV94G' where id=3;
-update noar ti set b0='QUPNV94G' where id=3;
-update noar tt set b1='4SO1QP7AW08GCUPQ' where id=3;
-update noar ti set b1='4SO1QP7AW08GCUPQ' where id=3;
-update noar tt set b2='9I8MMI4DPDXFSK6U1TDXMVSSM' where id=3;
-update noar ti set b2='9I8MMI4DPDXFSK6U1TDXMVSSM' where id=3;
-update noar tt set b0='V9' where id=4;
-update noar ti set b0='V9' where id=4;
-update noar tt set b1='FAWA8YRHOX2I63H6EF93' where id=4;
-update noar ti set b1='FAWA8YRHOX2I63H6EF93' where id=4;
-update noar tt set b2='FAXSY62Q3LKKC68I3W991MACWTD37L' where id=4;
-update noar ti set b2='FAXSY62Q3LKKC68I3W991MACWTD37L' where id=4;
-update noar tt set b0='NYMONSDQ4MQ' where id=5;
-update noar ti set b0='NYMONSDQ4MQ' where id=5;
-update noar tt set b1='0HHYNS4VL7JFIW36PHZB88C7J' where id=5;
-update noar ti set b1='0HHYNS4VL7JFIW36PHZB88C7J' where id=5;
-update noar tt set b2='IZNWS78X9LDDVGLQDBRW2K83TDAM' where id=5;
-update noar ti set b2='IZNWS78X9LDDVGLQDBRW2K83TDAM' where id=5;
-update noar tt set b0='GGIQ4EY772KPSG501T9RQAEKDVQX' where id=6;
-update noar ti set b0='GGIQ4EY772KPSG501T9RQAEKDVQX' where id=6;
-update noar tt set b1='CF13HBZHJGB2ERMND9WZ4VOMV6QH' where id=6;
-update noar ti set b1='CF13HBZHJGB2ERMND9WZ4VOMV6QH' where id=6;
-update noar tt set b2='M9MN72C' where id=6;
-update noar ti set b2='M9MN72C' where id=6;
-update noar tt set b0='8H6G54PQQHAT196FPL4Y60DD9BMT' where id=7;
-update noar ti set b0='8H6G54PQQHAT196FPL4Y60DD9BMT' where id=7;
-update noar tt set b1='XFZ' where id=7;
-update noar ti set b1='XFZ' where id=7;
-update noar tt set b2='XH5' where id=7;
-update noar ti set b2='XH5' where id=7;
-update noar tt set b0='CBTBDHU5WNR9DPKSTLUNPIT0N7J7O77P' where id=8;
-update noar ti set b0='CBTBDHU5WNR9DPKSTLUNPIT0N7J7O77P' where id=8;
-update noar tt set b1='0V0W2UYBT' where id=8;
-update noar ti set b1='0V0W2UYBT' where id=8;
-update noar tt set b2='TAGL08D35XLRRKLUPITQBKR3DZUZ' where id=8;
-update noar ti set b2='TAGL08D35XLRRKLUPITQBKR3DZUZ' where id=8;
-update noar tt set b0='873B3' where id=9;
-update noar ti set b0='873B3' where id=9;
-update noar tt set b1='G2RCWFZX2UEOPX6FMS71PVXM' where id=9;
-update noar ti set b1='G2RCWFZX2UEOPX6FMS71PVXM' where id=9;
-update noar tt set b2='JI969NWTEN1RZ8BUTPZTK' where id=9;
-update noar ti set b2='JI969NWTEN1RZ8BUTPZTK' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 text 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 b0='W02CNZAIFE6IA3XPHR1HFZL4DEJKP1' where id=1;
-update noar ti set b0='W02CNZAIFE6IA3XPHR1HFZL4DEJKP1' where id=1;
-update noar tt set b1='2S0RGEC2NWEMOKIVLCNGA98NE5ZUADK' where id=1;
-update noar ti set b1='2S0RGEC2NWEMOKIVLCNGA98NE5ZUADK' where id=1;
-update noar tt set b2='6ALIGAHIG7OU6CYHHB46A0CO7FM7' where id=1;
-update noar ti set b2='6ALIGAHIG7OU6CYHHB46A0CO7FM7' where id=1;
-update noar tt set b0='7MI8UGUB6D9CM' where id=2;
-update noar ti set b0='7MI8UGUB6D9CM' where id=2;
-update noar tt set b1='9OZOGGDN05L0KC4YV17EG7ARPURZJ' where id=2;
-update noar ti set b1='9OZOGGDN05L0KC4YV17EG7ARPURZJ' where id=2;
-update noar tt set b2='KJWDCTGKH' where id=2;
-update noar ti set b2='KJWDCTGKH' where id=2;
-update noar tt set b0='SRLFGXFU' where id=3;
-update noar ti set b0='SRLFGXFU' where id=3;
-update noar tt set b1='NRAXYY33FI76750' where id=3;
-update noar ti set b1='NRAXYY33FI76750' where id=3;
-update noar tt set b2='HJOX9BI6KCST6M9VH2HBM0' where id=3;
-update noar ti set b2='HJOX9BI6KCST6M9VH2HBM0' where id=3;
-update noar tt set b0='1' where id=4;
-update noar ti set b0='1' where id=4;
-update noar tt set b1='7OPKY500TN6QA5LIVTE608C' where id=4;
-update noar ti set b1='7OPKY500TN6QA5LIVTE608C' where id=4;
-update noar tt set b2='N1TP86ODBIETCM4A6KH' where id=4;
-update noar ti set b2='N1TP86ODBIETCM4A6KH' where id=4;
-update noar tt set b0='91TQYZYM7GJLU99Q' where id=5;
-update noar ti set b0='91TQYZYM7GJLU99Q' where id=5;
-update noar tt set b1='HJIC7GF' where id=5;
-update noar ti set b1='HJIC7GF' where id=5;
-update noar tt set b2='DUT1H546UGUP0' where id=5;
-update noar ti set b2='DUT1H546UGUP0' where id=5;
-update noar tt set b0='I4KL0FJMFN7G88CM8A1YZRJFI' where id=6;
-update noar ti set b0='I4KL0FJMFN7G88CM8A1YZRJFI' where id=6;
-update noar tt set b1='Y5GX9NCQ2MH03' where id=6;
-update noar ti set b1='Y5GX9NCQ2MH03' where id=6;
-update noar tt set b2='3Y6G0GLO' where id=6;
-update noar ti set b2='3Y6G0GLO' where id=6;
-update noar tt set b0='COVBM' where id=7;
-update noar ti set b0='COVBM' where id=7;
-update noar tt set b1='VSRX00E6' where id=7;
-update noar ti set b1='VSRX00E6' where id=7;
-update noar tt set b2='IYNB6AJG90M6HI' where id=7;
-update noar ti set b2='IYNB6AJG90M6HI' where id=7;
-update noar tt set b0='UQK1HUF1EM04BEV4HA27' where id=8;
-update noar ti set b0='UQK1HUF1EM04BEV4HA27' where id=8;
-update noar tt set b1='UMPI' where id=8;
-update noar ti set b1='UMPI' where id=8;
-update noar tt set b2='BETVTQP5FSD6Q79XM' where id=8;
-update noar ti set b2='BETVTQP5FSD6Q79XM' where id=8;
-update noar tt set b0='6JZAY3R6UU5O3H' where id=9;
-update noar ti set b0='6JZAY3R6UU5O3H' where id=9;
-update noar tt set b1='EDXP5TEFI4OL0KLHVGJ5I2DB2SU' where id=9;
-update noar ti set b1='EDXP5TEFI4OL0KLHVGJ5I2DB2SU' where id=9;
-update noar tt set b2='W82SEP' where id=9;
-update noar ti set b2='W82SEP' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 text 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 b0='R2BWLS' where id=1;
-update noar ti set b0='R2BWLS' where id=1;
-update noar tt set b1='ZDF9RS0NKL2GN0WG03BX' where id=1;
-update noar ti set b1='ZDF9RS0NKL2GN0WG03BX' where id=1;
-update noar tt set b2='OAI' where id=1;
-update noar ti set b2='OAI' where id=1;
-update noar tt set b0='1646ESR6RAL2PLJQHBFPG' where id=2;
-update noar ti set b0='1646ESR6RAL2PLJQHBFPG' where id=2;
-update noar tt set b1='3AZX293T2' where id=2;
-update noar ti set b1='3AZX293T2' where id=2;
-update noar tt set b2='L3AIYOZLK5' where id=2;
-update noar ti set b2='L3AIYOZLK5' where id=2;
-update noar tt set b0='S' where id=3;
-update noar ti set b0='S' where id=3;
-update noar tt set b1='XLYS9DA8I2I3NB3K09RUDZP26X' where id=3;
-update noar ti set b1='XLYS9DA8I2I3NB3K09RUDZP26X' where id=3;
-update noar tt set b2='9E' where id=3;
-update noar ti set b2='9E' where id=3;
-update noar tt set b0='7CIX6DFZ4P' where id=4;
-update noar ti set b0='7CIX6DFZ4P' where id=4;
-update noar tt set b1='CBAGXJS52VC4CCE3294TPMW7JCW' where id=4;
-update noar ti set b1='CBAGXJS52VC4CCE3294TPMW7JCW' where id=4;
-update noar tt set b2='96RZW66O6YKB6S1F4Q4ROSOANN951KE3' where id=4;
-update noar ti set b2='96RZW66O6YKB6S1F4Q4ROSOANN951KE3' where id=4;
-update noar tt set b0='CN4IMBRA6VFRQCAHTYX0FKRPI6GLI1' where id=5;
-update noar ti set b0='CN4IMBRA6VFRQCAHTYX0FKRPI6GLI1' where id=5;
-update noar tt set b1='UI' where id=5;
-update noar ti set b1='UI' where id=5;
-update noar tt set b2='6HGTWM1WK873UOEHXJILP7UT' where id=5;
-update noar ti set b2='6HGTWM1WK873UOEHXJILP7UT' where id=5;
-update noar tt set b0='J' where id=6;
-update noar ti set b0='J' where id=6;
-update noar tt set b1='QO9F2ZTHGUQS7ZV' where id=6;
-update noar ti set b1='QO9F2ZTHGUQS7ZV' where id=6;
-update noar tt set b2='RW0T7PHY31X2ZLMK3FGK8OL' where id=6;
-update noar ti set b2='RW0T7PHY31X2ZLMK3FGK8OL' where id=6;
-update noar tt set b0='6L5M21FO7GRRK1BGWQ' where id=7;
-update noar ti set b0='6L5M21FO7GRRK1BGWQ' where id=7;
-update noar tt set b1='YHZKTIH6MSL4V0FMJSNPLA' where id=7;
-update noar ti set b1='YHZKTIH6MSL4V0FMJSNPLA' where id=7;
-update noar tt set b2='PLKQZJOBU75APK3UK5GUU' where id=7;
-update noar ti set b2='PLKQZJOBU75APK3UK5GUU' where id=7;
-update noar tt set b0='Q01INRM3YFONS4OMY8AT84' where id=8;
-update noar ti set b0='Q01INRM3YFONS4OMY8AT84' where id=8;
-update noar tt set b1='YDLY7AEMS' where id=8;
-update noar ti set b1='YDLY7AEMS' where id=8;
-update noar tt set b2='JDMIJAFT0' where id=8;
-update noar ti set b2='JDMIJAFT0' where id=8;
-update noar tt set b0='LYMGXEHWIPSU0' where id=9;
-update noar ti set b0='LYMGXEHWIPSU0' where id=9;
-update noar tt set b1='NSVKLSVLJNGDU' where id=9;
-update noar ti set b1='NSVKLSVLJNGDU' where id=9;
-update noar tt set b2='JCNMN0PNRDM4ZUD37AD0I4SCL34' where id=9;
-update noar ti set b2='JCNMN0PNRDM4ZUD37AD0I4SCL34' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 text 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 b0='KZLVWSLYP' where id=1;
-update noar ti set b0='KZLVWSLYP' where id=1;
-update noar tt set b1='PRIGWZX2' where id=1;
-update noar ti set b1='PRIGWZX2' where id=1;
-update noar tt set b2='ORQZVPP0JOJCXEOIBISVBO' where id=1;
-update noar ti set b2='ORQZVPP0JOJCXEOIBISVBO' where id=1;
-update noar tt set b0='BR2ZBJSWSOBQ' where id=2;
-update noar ti set b0='BR2ZBJSWSOBQ' where id=2;
-update noar tt set b1='LNQ85NN3W0' where id=2;
-update noar ti set b1='LNQ85NN3W0' where id=2;
-update noar tt set b2='E' where id=2;
-update noar ti set b2='E' where id=2;
-update noar tt set b0='3NHG5H' where id=3;
-update noar ti set b0='3NHG5H' where id=3;
-update noar tt set b1='T8GJE56GLP0MUOD0L700H25L7IYWZR' where id=3;
-update noar ti set b1='T8GJE56GLP0MUOD0L700H25L7IYWZR' where id=3;
-update noar tt set b2='OGMXEXZ6N4GZLC0FCGJYCM6DQ4F' where id=3;
-update noar ti set b2='OGMXEXZ6N4GZLC0FCGJYCM6DQ4F' where id=3;
-update noar tt set b0='AKFH' where id=4;
-update noar ti set b0='AKFH' where id=4;
-update noar tt set b1='MJ6KLHS7Z' where id=4;
-update noar ti set b1='MJ6KLHS7Z' where id=4;
-update noar tt set b2='JUBQVRKCG' where id=4;
-update noar ti set b2='JUBQVRKCG' where id=4;
-update noar tt set b0='FKMRKIMU' where id=5;
-update noar ti set b0='FKMRKIMU' where id=5;
-update noar tt set b1='U50ZE5FFO9W8E4K6AFP2EFYW08QOJUO' where id=5;
-update noar ti set b1='U50ZE5FFO9W8E4K6AFP2EFYW08QOJUO' where id=5;
-update noar tt set b2='CM1SWIRPXU5' where id=5;
-update noar ti set b2='CM1SWIRPXU5' where id=5;
-update noar tt set b0='M5PCMRB' where id=6;
-update noar ti set b0='M5PCMRB' where id=6;
-update noar tt set b1='FBURUI3K4GA0FVDWT' where id=6;
-update noar ti set b1='FBURUI3K4GA0FVDWT' where id=6;
-update noar tt set b2='C4O14LBKH942WDPOHTA7727RO5' where id=6;
-update noar ti set b2='C4O14LBKH942WDPOHTA7727RO5' where id=6;
-update noar tt set b0='8NW0SXJJVB6BIGXN86O7WFI' where id=7;
-update noar ti set b0='8NW0SXJJVB6BIGXN86O7WFI' where id=7;
-update noar tt set b1='HX7U13QFVN' where id=7;
-update noar ti set b1='HX7U13QFVN' where id=7;
-update noar tt set b2='3YLV3HUTQZ0HBDP83IMZKSWROKD' where id=7;
-update noar ti set b2='3YLV3HUTQZ0HBDP83IMZKSWROKD' where id=7;
-update noar tt set b0='861WKMVZYTDRCL218STCI5Q37TG' where id=8;
-update noar ti set b0='861WKMVZYTDRCL218STCI5Q37TG' 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 b2='28J7TPGOZY1L2H5NI4BXO' where id=8;
-update noar ti set b2='28J7TPGOZY1L2H5NI4BXO' where id=8;
-update noar tt set b0='9WU9K6AVXMHLHE' where id=9;
-update noar ti set b0='9WU9K6AVXMHLHE' where id=9;
-update noar tt set b1='V6W2F0RW2OI6' where id=9;
-update noar ti set b1='V6W2F0RW2OI6' where id=9;
-update noar tt set b2='TO6RY9SO8EUZG' where id=9;
-update noar ti set b2='TO6RY9SO8EUZG' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 text 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 b0='P026RGI7' where id=1;
-update noar ti set b0='P026RGI7' where id=1;
-update noar tt set b1='HMB9' where id=1;
-update noar ti set b1='HMB9' where id=1;
-update noar tt set b2='9WXAOR36R22G4KIOMF61CJOPPREE1FPV' where id=1;
-update noar ti set b2='9WXAOR36R22G4KIOMF61CJOPPREE1FPV' where id=1;
-update noar tt set b0='Z7SLVMLJI90YXKSME4U5JSWW1NDAGPOJ' where id=2;
-update noar ti set b0='Z7SLVMLJI90YXKSME4U5JSWW1NDAGPOJ' where id=2;
-update noar tt set b1='L6GG3W5SD1J9KNDX9N86EHFF4IJ0G' where id=2;
-update noar ti set b1='L6GG3W5SD1J9KNDX9N86EHFF4IJ0G' where id=2;
-update noar tt set b2='I2EJVK6KO9CLLBW1GBL2VDW1JZXV' where id=2;
-update noar ti set b2='I2EJVK6KO9CLLBW1GBL2VDW1JZXV' where id=2;
-update noar tt set b0='7WT8QY6JHLN4PL' where id=3;
-update noar ti set b0='7WT8QY6JHLN4PL' where id=3;
-update noar tt set b1='ESYH9FOXUA' where id=3;
-update noar ti set b1='ESYH9FOXUA' where id=3;
-update noar tt set b2='VKU89BAEF0SML8GWML1M2O8U05NAN5F0' where id=3;
-update noar ti set b2='VKU89BAEF0SML8GWML1M2O8U05NAN5F0' where id=3;
-update noar tt set b0='NBQI1ETMT9YQTOJEMRMSV' where id=4;
-update noar ti set b0='NBQI1ETMT9YQTOJEMRMSV' where id=4;
-update noar tt set b1='5NBGCT6QI8I' where id=4;
-update noar ti set b1='5NBGCT6QI8I' where id=4;
-update noar tt set b2='G99KPIG3B1R3AMCH69LH9BUNFXC2G' where id=4;
-update noar ti set b2='G99KPIG3B1R3AMCH69LH9BUNFXC2G' where id=4;
-update noar tt set b0='AX5IKUQ7814AJMG8VJTY' where id=5;
-update noar ti set b0='AX5IKUQ7814AJMG8VJTY' where id=5;
-update noar tt set b1='0HRT' where id=5;
-update noar ti set b1='0HRT' where id=5;
-update noar tt set b2='JI0LRN' where id=5;
-update noar ti set b2='JI0LRN' where id=5;
-update noar tt set b0='ZLLRV' where id=6;
-update noar ti set b0='ZLLRV' where id=6;
-update noar tt set b1='AZO0WPETD1IEU2W0E' where id=6;
-update noar ti set b1='AZO0WPETD1IEU2W0E' where id=6;
-update noar tt set b2='2QWQNWUT7LJEJ0OMLZVANPHYRH' where id=6;
-update noar ti set b2='2QWQNWUT7LJEJ0OMLZVANPHYRH' where id=6;
-update noar tt set b0='VYCG8MQ1NXT4UG431981BA1CELN9X8' where id=7;
-update noar ti set b0='VYCG8MQ1NXT4UG431981BA1CELN9X8' where id=7;
-update noar tt set b1='N6FO' where id=7;
-update noar ti set b1='N6FO' where id=7;
-update noar tt set b2='YLLY98BWGIO81FAP6' where id=7;
-update noar ti set b2='YLLY98BWGIO81FAP6' where id=7;
-update noar tt set b0='18AF2WKP4MMXGCOWAL4' where id=8;
-update noar ti set b0='18AF2WKP4MMXGCOWAL4' where id=8;
-update noar tt set b1='5KVYXVMIUE8KC05A4JJY' where id=8;
-update noar ti set b1='5KVYXVMIUE8KC05A4JJY' where id=8;
-update noar tt set b2='C6X19L' where id=8;
-update noar ti set b2='C6X19L' where id=8;
-update noar tt set b0='U9B' where id=9;
-update noar ti set b0='U9B' where id=9;
-update noar tt set b1='P03ERPU' where id=9;
-update noar ti set b1='P03ERPU' where id=9;
-update noar tt set b2='2K926FRYLL80CNFU7V' where id=9;
-update noar ti set b2='2K926FRYLL80CNFU7V' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 text 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 b0='LDZQ62' where id=1;
-update noar ti set b0='LDZQ62' where id=1;
-update noar tt set b1='TSHQCJAKBWKNSP' where id=1;
-update noar ti set b1='TSHQCJAKBWKNSP' where id=1;
-update noar tt set b2='V925Z2RR' where id=1;
-update noar ti set b2='V925Z2RR' where id=1;
-update noar tt set b0='8TA2EGNM082' where id=2;
-update noar ti set b0='8TA2EGNM082' where id=2;
-update noar tt set b1='ROPWSPB4JF7YPB4TM0PRPO' where id=2;
-update noar ti set b1='ROPWSPB4JF7YPB4TM0PRPO' where id=2;
-update noar tt set b2='NY0MFA6FH8UA' where id=2;
-update noar ti set b2='NY0MFA6FH8UA' where id=2;
-update noar tt set b0='9J0NTMDNSGDPJGRF' where id=3;
-update noar ti set b0='9J0NTMDNSGDPJGRF' where id=3;
-update noar tt set b1='GXXXJPHPV0JUJMP' where id=3;
-update noar ti set b1='GXXXJPHPV0JUJMP' where id=3;
-update noar tt set b2='01YM61LJ38X6' where id=3;
-update noar ti set b2='01YM61LJ38X6' where id=3;
-update noar tt set b0='N' where id=4;
-update noar ti set b0='N' where id=4;
-update noar tt set b1='G7UPQ9Y44OKF0TXUMZ2' where id=4;
-update noar ti set b1='G7UPQ9Y44OKF0TXUMZ2' where id=4;
-update noar tt set b2='TB5J' where id=4;
-update noar ti set b2='TB5J' where id=4;
-update noar tt set b0='A' where id=5;
-update noar ti set b0='A' where id=5;
-update noar tt set b1='6V70U56BSZGKY7NS5WVMQATXSXZ4' where id=5;
-update noar ti set b1='6V70U56BSZGKY7NS5WVMQATXSXZ4' where id=5;
-update noar tt set b2='WZIUE5OYFUQ4UA9CZVUBM1613ZP' where id=5;
-update noar ti set b2='WZIUE5OYFUQ4UA9CZVUBM1613ZP' where id=5;
-update noar tt set b0='ZTMC5C5Y67ZTOZHY' where id=6;
-update noar ti set b0='ZTMC5C5Y67ZTOZHY' where id=6;
-update noar tt set b1='147TP9MG12D7ATN5RB4HUHQRV' where id=6;
-update noar ti set b1='147TP9MG12D7ATN5RB4HUHQRV' where id=6;
-update noar tt set b2='VMHDCJ1J' where id=6;
-update noar ti set b2='VMHDCJ1J' where id=6;
-update noar tt set b0='UVK2JX29QW0W4DHOW2BQ4N' where id=7;
-update noar ti set b0='UVK2JX29QW0W4DHOW2BQ4N' where id=7;
-update noar tt set b1='A1EN6R7ABSBIK1JZY1CGSKWXBSGH' where id=7;
-update noar ti set b1='A1EN6R7ABSBIK1JZY1CGSKWXBSGH' where id=7;
-update noar tt set b2='EJ59VT5YXEEAM6BO86W6T' where id=7;
-update noar ti set b2='EJ59VT5YXEEAM6BO86W6T' where id=7;
-update noar tt set b0='U' where id=8;
-update noar ti set b0='U' where id=8;
-update noar tt set b1='78YUR0Q3D3K9U' where id=8;
-update noar ti set b1='78YUR0Q3D3K9U' where id=8;
-update noar tt set b2='IUM9GL98NMSU2ZY3BBN4SBLP3N' where id=8;
-update noar ti set b2='IUM9GL98NMSU2ZY3BBN4SBLP3N' where id=8;
-update noar tt set b0='FWVPAF0F0M3MKIUOVF4W1P' where id=9;
-update noar ti set b0='FWVPAF0F0M3MKIUOVF4W1P' where id=9;
-update noar tt set b1='WEXY9Y' where id=9;
-update noar ti set b1='WEXY9Y' where id=9;
-update noar tt set b2='J5RTQE5QAS' where id=9;
-update noar ti set b2='J5RTQE5QAS' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 text null,
-b1 tinyblob null,
-b2 text 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 b0='5C19WLU0CCGOFGGXQFW' where id=1;
-update noar ti set b0='5C19WLU0CCGOFGGXQFW' where id=1;
-update noar tt set b1='JZ11HN04EHQ61FA7QZFCT7TDJR' where id=1;
-update noar ti set b1='JZ11HN04EHQ61FA7QZFCT7TDJR' where id=1;
-update noar tt set b2='OFEOC45Q7USIYH5GLN6Q' where id=1;
-update noar ti set b2='OFEOC45Q7USIYH5GLN6Q' where id=1;
-update noar tt set b0='GL95P5IC6C8MDD7LWVLX9UEJO9IY5N1' where id=2;
-update noar ti set b0='GL95P5IC6C8MDD7LWVLX9UEJO9IY5N1' where id=2;
-update noar tt set b1='J4EJLSR2' where id=2;
-update noar ti set b1='J4EJLSR2' where id=2;
-update noar tt set b2='71153JRQONJ8DJZX37W6TLRLH' where id=2;
-update noar ti set b2='71153JRQONJ8DJZX37W6TLRLH' where id=2;
-update noar tt set b0='SGZVUKASDZQJTYFSL0XOE' where id=3;
-update noar ti set b0='SGZVUKASDZQJTYFSL0XOE' where id=3;
-update noar tt set b1='BFOB7FKIUVCB' where id=3;
-update noar ti set b1='BFOB7FKIUVCB' where id=3;
-update noar tt set b2='CTZDNML' where id=3;
-update noar ti set b2='CTZDNML' where id=3;
-update noar tt set b0='VFC8ZT5EFNA91HDN0ME2' where id=4;
-update noar ti set b0='VFC8ZT5EFNA91HDN0ME2' where id=4;
-update noar tt set b1='9HYIJD02YJC0TT5A' where id=4;
-update noar ti set b1='9HYIJD02YJC0TT5A' where id=4;
-update noar tt set b2='BGGBA3B6IK' where id=4;
-update noar ti set b2='BGGBA3B6IK' where id=4;
-update noar tt set b0='1ZAG871BYX00E0CHQ528B76JLWIYIGK' where id=5;
-update noar ti set b0='1ZAG871BYX00E0CHQ528B76JLWIYIGK' where id=5;
-update noar tt set b1='QR0QXSBRJDS5YDQ' where id=5;
-update noar ti set b1='QR0QXSBRJDS5YDQ' where id=5;
-update noar tt set b2='P1X' where id=5;
-update noar ti set b2='P1X' where id=5;
-update noar tt set b0='NMK41PD5HFO4A0L20JK46QB3FDN5AB' where id=6;
-update noar ti set b0='NMK41PD5HFO4A0L20JK46QB3FDN5AB' where id=6;
-update noar tt set b1='UQMAPQ3INLUX85L4RS2H' where id=6;
-update noar ti set b1='UQMAPQ3INLUX85L4RS2H' where id=6;
-update noar tt set b2='WG7KRKI3J51ZPWVE8NEE7OHW4GF' where id=6;
-update noar ti set b2='WG7KRKI3J51ZPWVE8NEE7OHW4GF' where id=6;
-update noar tt set b0='VYXOSHBDRNGO6P3HSYQ53GHWGODXG7KU' where id=7;
-update noar ti set b0='VYXOSHBDRNGO6P3HSYQ53GHWGODXG7KU' where id=7;
-update noar tt set b1='E9WE4QJ4' where id=7;
-update noar ti set b1='E9WE4QJ4' where id=7;
-update noar tt set b2='VM71160W2HBBWXQO735I' where id=7;
-update noar ti set b2='VM71160W2HBBWXQO735I' where id=7;
-update noar tt set b0='A11YB1TQEHRRY88A2F1YZB5U3' where id=8;
-update noar ti set b0='A11YB1TQEHRRY88A2F1YZB5U3' where id=8;
-update noar tt set b1='EKDSPE0BMY' where id=8;
-update noar ti set b1='EKDSPE0BMY' where id=8;
-update noar tt set b2='QOUAQXFP8GE8M8GESVCOIIV5C6V5' where id=8;
-update noar ti set b2='QOUAQXFP8GE8M8GESVCOIIV5C6V5' where id=8;
-update noar tt set b0='2JT6TY' where id=9;
-update noar ti set b0='2JT6TY' where id=9;
-update noar tt set b1='SZTYLSBW7VQ' where id=9;
-update noar ti set b1='SZTYLSBW7VQ' where id=9;
-update noar tt set b2='87' where id=9;
-update noar ti set b2='87' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 text not null,
-b1 tinyblob not null,
-b2 text 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 b0='IUUKUIZIUNFRBJA1' where id=1;
-update noar ti set b0='IUUKUIZIUNFRBJA1' where id=1;
-update noar tt set b1='I7VEUQV1I2I3SIK1D3R0' where id=1;
-update noar ti set b1='I7VEUQV1I2I3SIK1D3R0' where id=1;
-update noar tt set b2='RLD962Z' where id=1;
-update noar ti set b2='RLD962Z' where id=1;
-update noar tt set b0='GIDBPR6XSWNT2P54' where id=2;
-update noar ti set b0='GIDBPR6XSWNT2P54' where id=2;
-update noar tt set b1='WNZ4B1WM31A2H9N6F6WPMCHY1Q' where id=2;
-update noar ti set b1='WNZ4B1WM31A2H9N6F6WPMCHY1Q' where id=2;
-update noar tt set b2='1J9DP0GVU3FZY' where id=2;
-update noar ti set b2='1J9DP0GVU3FZY' where id=2;
-update noar tt set b0='VSXJHTPJKYEDGP4SLHG0JLS54X' where id=3;
-update noar ti set b0='VSXJHTPJKYEDGP4SLHG0JLS54X' where id=3;
-update noar tt set b1='M4L3E3C6MFGX5GDIS9OGPHQ7F1' where id=3;
-update noar ti set b1='M4L3E3C6MFGX5GDIS9OGPHQ7F1' where id=3;
-update noar tt set b2='MJNMPY1T' where id=3;
-update noar ti set b2='MJNMPY1T' where id=3;
-update noar tt set b0='95OKX9T8U40BF' where id=4;
-update noar ti set b0='95OKX9T8U40BF' where id=4;
-update noar tt set b1='MUU1NMS69K' where id=4;
-update noar ti set b1='MUU1NMS69K' where id=4;
-update noar tt set b2='VKO8L48K29YTD1GJWRF1ZKZVYJFHFIK' where id=4;
-update noar ti set b2='VKO8L48K29YTD1GJWRF1ZKZVYJFHFIK' where id=4;
-update noar tt set b0='ECAFMVP' where id=5;
-update noar ti set b0='ECAFMVP' where id=5;
-update noar tt set b1='NMVUYN6DF9NA1GYAK8L5N0PI4J5FXB' where id=5;
-update noar ti set b1='NMVUYN6DF9NA1GYAK8L5N0PI4J5FXB' where id=5;
-update noar tt set b2='76E5XR398OY1ZRR5M4O5' where id=5;
-update noar ti set b2='76E5XR398OY1ZRR5M4O5' where id=5;
-update noar tt set b0='5MACI4J4S8MISFHETAA8F' where id=6;
-update noar ti set b0='5MACI4J4S8MISFHETAA8F' where id=6;
-update noar tt set b1='YB136' where id=6;
-update noar ti set b1='YB136' where id=6;
-update noar tt set b2='46' where id=6;
-update noar ti set b2='46' where id=6;
-update noar tt set b0='RYJ2E9MU62OCUPE3Q15NXSOWPJ' where id=7;
-update noar ti set b0='RYJ2E9MU62OCUPE3Q15NXSOWPJ' where id=7;
-update noar tt set b1='ANJ4DJQDDA1URAHXU9LB79V8DFCTTL' where id=7;
-update noar ti set b1='ANJ4DJQDDA1URAHXU9LB79V8DFCTTL' where id=7;
-update noar tt set b2='Q3I5RKQOAJN' where id=7;
-update noar ti set b2='Q3I5RKQOAJN' where id=7;
-update noar tt set b0='JVD6Y3GRUG' where id=8;
-update noar ti set b0='JVD6Y3GRUG' where id=8;
-update noar tt set b1='1QJ4SAN6Q' where id=8;
-update noar ti set b1='1QJ4SAN6Q' where id=8;
-update noar tt set b2='1CAWYWTL2Y1DZ4ER5JH1QXZ6RZKM6Y' where id=8;
-update noar ti set b2='1CAWYWTL2Y1DZ4ER5JH1QXZ6RZKM6Y' where id=8;
-update noar tt set b0='XFPY1Y0USG87O18SAACSQ' where id=9;
-update noar ti set b0='XFPY1Y0USG87O18SAACSQ' where id=9;
-update noar tt set b1='YX2JU92LEPE0PAH0JRMCG4C0I9XEU' where id=9;
-update noar ti set b1='YX2JU92LEPE0PAH0JRMCG4C0I9XEU' where id=9;
-update noar tt set b2='IUELD0ATIF341LF0RT86YJXO4F2' where id=9;
-update noar ti set b2='IUELD0ATIF341LF0RT86YJXO4F2' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 text 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 b0='639LW3SSYAH9ZKNWZOOH9A5WRT8HDZ9' where id=1;
-update noar ti set b0='639LW3SSYAH9ZKNWZOOH9A5WRT8HDZ9' where id=1;
-update noar tt set b1='OO4NXLDGOLPR0JCAHG724X174EAH2EI6' where id=1;
-update noar ti set b1='OO4NXLDGOLPR0JCAHG724X174EAH2EI6' where id=1;
-update noar tt set b2='BWE' where id=1;
-update noar ti set b2='BWE' where id=1;
-update noar tt set b0='70RQS' where id=2;
-update noar ti set b0='70RQS' where id=2;
-update noar tt set b1='959F09ZP' where id=2;
-update noar ti set b1='959F09ZP' where id=2;
-update noar tt set b2='LUJ8FWF3JKHTX' where id=2;
-update noar ti set b2='LUJ8FWF3JKHTX' where id=2;
-update noar tt set b0='R501GHKFLRXMYI3EV6DAO6F6A5W90PF' where id=3;
-update noar ti set b0='R501GHKFLRXMYI3EV6DAO6F6A5W90PF' where id=3;
-update noar tt set b1='VHXCSQXP765CQE0X9W2D' where id=3;
-update noar ti set b1='VHXCSQXP765CQE0X9W2D' where id=3;
-update noar tt set b2='VV' where id=3;
-update noar ti set b2='VV' where id=3;
-update noar tt set b0='UMN6WVI' where id=4;
-update noar ti set b0='UMN6WVI' where id=4;
-update noar tt set b1='VSCSC' where id=4;
-update noar ti set b1='VSCSC' where id=4;
-update noar tt set b2='QQILSU15ZC13OFR' where id=4;
-update noar ti set b2='QQILSU15ZC13OFR' where id=4;
-update noar tt set b0='3TFOOURBK' where id=5;
-update noar ti set b0='3TFOOURBK' where id=5;
-update noar tt set b1='OJKB44779HHS85NU2QQPTMH8GACK' where id=5;
-update noar ti set b1='OJKB44779HHS85NU2QQPTMH8GACK' where id=5;
-update noar tt set b2='4QE0RQ' where id=5;
-update noar ti set b2='4QE0RQ' where id=5;
-update noar tt set b0='JWDMXPXGJZH5V6I6DG9N' where id=6;
-update noar ti set b0='JWDMXPXGJZH5V6I6DG9N' where id=6;
-update noar tt set b1='7P3JUWPHCRI8AYNVR6' where id=6;
-update noar ti set b1='7P3JUWPHCRI8AYNVR6' where id=6;
-update noar tt set b2='3NUA5984ZRUPB4GF' where id=6;
-update noar ti set b2='3NUA5984ZRUPB4GF' where id=6;
-update noar tt set b0='VQQFLPAJ735O8V1DLRVLX84D557O' where id=7;
-update noar ti set b0='VQQFLPAJ735O8V1DLRVLX84D557O' where id=7;
-update noar tt set b1='76IHAPI4OJVP' where id=7;
-update noar ti set b1='76IHAPI4OJVP' where id=7;
-update noar tt set b2='RV0GX0ET1ESQ9LD' where id=7;
-update noar ti set b2='RV0GX0ET1ESQ9LD' where id=7;
-update noar tt set b0='M725JA0F' where id=8;
-update noar ti set b0='M725JA0F' where id=8;
-update noar tt set b1='DGNJ34BNQV3ZRFVYQD' where id=8;
-update noar ti set b1='DGNJ34BNQV3ZRFVYQD' where id=8;
-update noar tt set b2='EXSXZ3T3' where id=8;
-update noar ti set b2='EXSXZ3T3' where id=8;
-update noar tt set b0='GLUJBG3CD6P9ASKO0IHK8NG' where id=9;
-update noar ti set b0='GLUJBG3CD6P9ASKO0IHK8NG' where id=9;
-update noar tt set b1='XF' where id=9;
-update noar ti set b1='XF' where id=9;
-update noar tt set b2='01GLNOYMINL2LWTP14XTMQP5ZCD82NQD' where id=9;
-update noar ti set b2='01GLNOYMINL2LWTP14XTMQP5ZCD82NQD' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 text 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 b0='CVK0WBAQCY9D0VNT' where id=1;
-update noar ti set b0='CVK0WBAQCY9D0VNT' where id=1;
-update noar tt set b1='1GNE' where id=1;
-update noar ti set b1='1GNE' where id=1;
-update noar tt set b2='GMW1G9UIPYXAHTB4DNFEFQK5DD' where id=1;
-update noar ti set b2='GMW1G9UIPYXAHTB4DNFEFQK5DD' where id=1;
-update noar tt set b0='N7C0NKZFYQTI4DVBAWDS' where id=2;
-update noar ti set b0='N7C0NKZFYQTI4DVBAWDS' where id=2;
-update noar tt set b1='V8M4JV7Z91G9FM' where id=2;
-update noar ti set b1='V8M4JV7Z91G9FM' where id=2;
-update noar tt set b2='OC1KN7W3GZTGU8H5O' where id=2;
-update noar ti set b2='OC1KN7W3GZTGU8H5O' where id=2;
-update noar tt set b0='RA4XEY38I' where id=3;
-update noar ti set b0='RA4XEY38I' where id=3;
-update noar tt set b1='4067UUNNJ2Z1OMDG902WZ' where id=3;
-update noar ti set b1='4067UUNNJ2Z1OMDG902WZ' where id=3;
-update noar tt set b2='Z8Q7X1864VLQLA44K1OLU7HR7P5C' where id=3;
-update noar ti set b2='Z8Q7X1864VLQLA44K1OLU7HR7P5C' where id=3;
-update noar tt set b0='MKXU68RGV2JFUBLAFKW' where id=4;
-update noar ti set b0='MKXU68RGV2JFUBLAFKW' where id=4;
-update noar tt set b1='WY' where id=4;
-update noar ti set b1='WY' where id=4;
-update noar tt set b2='94PLXX31OLV9ZNOKKNF4QQJCPZC1RZ64' where id=4;
-update noar ti set b2='94PLXX31OLV9ZNOKKNF4QQJCPZC1RZ64' where id=4;
-update noar tt set b0='EVSIMUTGQJ8H2BDE3W4NU0RB48WZEIF3' where id=5;
-update noar ti set b0='EVSIMUTGQJ8H2BDE3W4NU0RB48WZEIF3' where id=5;
-update noar tt set b1='KBFS7C9CW7VTA8FVGRC5GWT4TRCB0KQO' where id=5;
-update noar ti set b1='KBFS7C9CW7VTA8FVGRC5GWT4TRCB0KQO' where id=5;
-update noar tt set b2='9CE3ITZNPH4THWMAM69F' where id=5;
-update noar ti set b2='9CE3ITZNPH4THWMAM69F' where id=5;
-update noar tt set b0='2AJ1IT271KPC49SNXMPLWI8' where id=6;
-update noar ti set b0='2AJ1IT271KPC49SNXMPLWI8' where id=6;
-update noar tt set b1='H68KJGZZ82QT0' where id=6;
-update noar ti set b1='H68KJGZZ82QT0' where id=6;
-update noar tt set b2='DRF8L7I40BJ68OXRSMC2MQV' where id=6;
-update noar ti set b2='DRF8L7I40BJ68OXRSMC2MQV' where id=6;
-update noar tt set b0='8VDUN8L' where id=7;
-update noar ti set b0='8VDUN8L' where id=7;
-update noar tt set b1='DQYXN1SVB' where id=7;
-update noar ti set b1='DQYXN1SVB' where id=7;
-update noar tt set b2='DFZQS9F1N3XSRS9CTCR' where id=7;
-update noar ti set b2='DFZQS9F1N3XSRS9CTCR' where id=7;
-update noar tt set b0='YUDJ16IKZSM77ZYJMA3XEJAPG1' where id=8;
-update noar ti set b0='YUDJ16IKZSM77ZYJMA3XEJAPG1' where id=8;
-update noar tt set b1='PEDQ01X' where id=8;
-update noar ti set b1='PEDQ01X' where id=8;
-update noar tt set b2='OB6UCNX3OLZPPGREZT5XPJ4' where id=8;
-update noar ti set b2='OB6UCNX3OLZPPGREZT5XPJ4' where id=8;
-update noar tt set b0='JDG1OW' where id=9;
-update noar ti set b0='JDG1OW' where id=9;
-update noar tt set b1='P5UQAPXFURKWC2VAIEZBHBIIU8' where id=9;
-update noar ti set b1='P5UQAPXFURKWC2VAIEZBHBIIU8' where id=9;
-update noar tt set b2='27' where id=9;
-update noar ti set b2='27' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 text 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 b0='6604SEUPOJ1NH' where id=1;
-update noar ti set b0='6604SEUPOJ1NH' where id=1;
-update noar tt set b1='U9UKP73' where id=1;
-update noar ti set b1='U9UKP73' where id=1;
-update noar tt set b2='D20SE4B542DH5VQNU20KOSF6' where id=1;
-update noar ti set b2='D20SE4B542DH5VQNU20KOSF6' where id=1;
-update noar tt set b0='NF9XX' where id=2;
-update noar ti set b0='NF9XX' where id=2;
-update noar tt set b1='24ZM1CL7P' where id=2;
-update noar ti set b1='24ZM1CL7P' where id=2;
-update noar tt set b2='GIV9E0CEGWFO2APSS62LB2YDOU' where id=2;
-update noar ti set b2='GIV9E0CEGWFO2APSS62LB2YDOU' where id=2;
-update noar tt set b0='7FYNCVTSF75RXRBU94F3ILDL25GWMF' where id=3;
-update noar ti set b0='7FYNCVTSF75RXRBU94F3ILDL25GWMF' where id=3;
-update noar tt set b1='TM' where id=3;
-update noar ti set b1='TM' where id=3;
-update noar tt set b2='BZ0PGFK3NFMCWN5A57HD0QT777TO4' where id=3;
-update noar ti set b2='BZ0PGFK3NFMCWN5A57HD0QT777TO4' where id=3;
-update noar tt set b0='LMMPIO1Z3' where id=4;
-update noar ti set b0='LMMPIO1Z3' where id=4;
-update noar tt set b1='CPKDUI5UVT37Q2WF0UICR4T' where id=4;
-update noar ti set b1='CPKDUI5UVT37Q2WF0UICR4T' where id=4;
-update noar tt set b2='PXZRXSAO7R4LK5AG' where id=4;
-update noar ti set b2='PXZRXSAO7R4LK5AG' where id=4;
-update noar tt set b0='7SWE1SWALSTRY' where id=5;
-update noar ti set b0='7SWE1SWALSTRY' where id=5;
-update noar tt set b1='8IAPWSFR66EV4G' where id=5;
-update noar ti set b1='8IAPWSFR66EV4G' where id=5;
-update noar tt set b2='WLXCIO2HMZTHQ752H' where id=5;
-update noar ti set b2='WLXCIO2HMZTHQ752H' where id=5;
-update noar tt set b0='X1K5ULAKDCTH' where id=6;
-update noar ti set b0='X1K5ULAKDCTH' where id=6;
-update noar tt set b1='VU5GM75G7X5RBO8BSBYBUPEQ13V70R' where id=6;
-update noar ti set b1='VU5GM75G7X5RBO8BSBYBUPEQ13V70R' where id=6;
-update noar tt set b2='OSZE1IM69X' where id=6;
-update noar ti set b2='OSZE1IM69X' where id=6;
-update noar tt set b0='N4G6CRZX4K7YQ25ZEMGR674U9EFAPYKF' where id=7;
-update noar ti set b0='N4G6CRZX4K7YQ25ZEMGR674U9EFAPYKF' where id=7;
-update noar tt set b1='F8K1ETN3HQ62M' where id=7;
-update noar ti set b1='F8K1ETN3HQ62M' where id=7;
-update noar tt set b2='J8B5XCR' where id=7;
-update noar ti set b2='J8B5XCR' where id=7;
-update noar tt set b0='EGGSUMHTUZ2Z49D0P2NNMWPNU29' where id=8;
-update noar ti set b0='EGGSUMHTUZ2Z49D0P2NNMWPNU29' where id=8;
-update noar tt set b1='TSP0V0F7YFFP1KC' where id=8;
-update noar ti set b1='TSP0V0F7YFFP1KC' where id=8;
-update noar tt set b2='X6VM77DCFUFWE9OME' where id=8;
-update noar ti set b2='X6VM77DCFUFWE9OME' where id=8;
-update noar tt set b0='F695SRM8F6RMKMTDGEUWRWQIUSIBJZ' where id=9;
-update noar ti set b0='F695SRM8F6RMKMTDGEUWRWQIUSIBJZ' where id=9;
-update noar tt set b1='XP427W4M6C7JWKLNHC39VH6E2QQVXW23' where id=9;
-update noar ti set b1='XP427W4M6C7JWKLNHC39VH6E2QQVXW23' where id=9;
-update noar tt set b2='PL4S46' where id=9;
-update noar ti set b2='PL4S46' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 text 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 b0='ZPW4ZC0FLWL' where id=1;
-update noar ti set b0='ZPW4ZC0FLWL' where id=1;
-update noar tt set b1='HRCFD' where id=1;
-update noar ti set b1='HRCFD' where id=1;
-update noar tt set b2='XMYRIB8X7DBYPENWR0E4N90SN27517W7' where id=1;
-update noar ti set b2='XMYRIB8X7DBYPENWR0E4N90SN27517W7' where id=1;
-update noar tt set b0='ANWYLJ7F3OVWYZZ15V27SZV1C2' where id=2;
-update noar ti set b0='ANWYLJ7F3OVWYZZ15V27SZV1C2' where id=2;
-update noar tt set b1='PBBDLSO9N7' where id=2;
-update noar ti set b1='PBBDLSO9N7' where id=2;
-update noar tt set b2='B4PBXG3NFGWOYQ5G6R1CSB' where id=2;
-update noar ti set b2='B4PBXG3NFGWOYQ5G6R1CSB' where id=2;
-update noar tt set b0='PENOUEMLJ5B1RC9L' where id=3;
-update noar ti set b0='PENOUEMLJ5B1RC9L' where id=3;
-update noar tt set b1='W95CKPSD7LJZNZEOPYDT3U' where id=3;
-update noar ti set b1='W95CKPSD7LJZNZEOPYDT3U' where id=3;
-update noar tt set b2='AO2ZUAJ44T3J' where id=3;
-update noar ti set b2='AO2ZUAJ44T3J' where id=3;
-update noar tt set b0='639I9XEB8NUM31TDPVVXPNANX3RSWH' where id=4;
-update noar ti set b0='639I9XEB8NUM31TDPVVXPNANX3RSWH' where id=4;
-update noar tt set b1='FZTY6' where id=4;
-update noar ti set b1='FZTY6' where id=4;
-update noar tt set b2='SEUWCXV7KAP' where id=4;
-update noar ti set b2='SEUWCXV7KAP' where id=4;
-update noar tt set b0='7NJI84HPMG99STTH370A3VVPULZE' where id=5;
-update noar ti set b0='7NJI84HPMG99STTH370A3VVPULZE' where id=5;
-update noar tt set b1='DMS1X1CR52AS25OOABXADW' where id=5;
-update noar ti set b1='DMS1X1CR52AS25OOABXADW' where id=5;
-update noar tt set b2='IME633' where id=5;
-update noar ti set b2='IME633' where id=5;
-update noar tt set b0='ZACORRE3QOAL71KOB4D7AK2UXXESWF' where id=6;
-update noar ti set b0='ZACORRE3QOAL71KOB4D7AK2UXXESWF' where id=6;
-update noar tt set b1='8S7W28XKIMSS085OXY4VCMXD49AXN' where id=6;
-update noar ti set b1='8S7W28XKIMSS085OXY4VCMXD49AXN' where id=6;
-update noar tt set b2='L91NFDQTXW849L0TDVC8QKSD9SCR6' where id=6;
-update noar ti set b2='L91NFDQTXW849L0TDVC8QKSD9SCR6' where id=6;
-update noar tt set b0='9GZG8PCEQNFJU7EQLI9ARFGST' where id=7;
-update noar ti set b0='9GZG8PCEQNFJU7EQLI9ARFGST' where id=7;
-update noar tt set b1='IX16SA4' where id=7;
-update noar ti set b1='IX16SA4' where id=7;
-update noar tt set b2='VG4EI3Q1H' where id=7;
-update noar ti set b2='VG4EI3Q1H' where id=7;
-update noar tt set b0='MY8HU0U2WH38W' where id=8;
-update noar ti set b0='MY8HU0U2WH38W' where id=8;
-update noar tt set b1='V' where id=8;
-update noar ti set b1='V' where id=8;
-update noar tt set b2='U5YFNFL3RU9794DGIG2E6KZW85QPLM' where id=8;
-update noar ti set b2='U5YFNFL3RU9794DGIG2E6KZW85QPLM' where id=8;
-update noar tt set b0='JE94WZHA6G75VPEXZAVV' where id=9;
-update noar ti set b0='JE94WZHA6G75VPEXZAVV' where id=9;
-update noar tt set b1='3QT5' where id=9;
-update noar ti set b1='3QT5' where id=9;
-update noar tt set b2='8HUO9PI' where id=9;
-update noar ti set b2='8HUO9PI' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 text 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 b0='Z0YMM5JM2NXUZRYPR' where id=1;
-update noar ti set b0='Z0YMM5JM2NXUZRYPR' where id=1;
-update noar tt set b1='ZI4QU' where id=1;
-update noar ti set b1='ZI4QU' where id=1;
-update noar tt set b2='IWLYQGF4F9XR' where id=1;
-update noar ti set b2='IWLYQGF4F9XR' where id=1;
-update noar tt set b0='8DF7PDUAK1Q8JO08I' where id=2;
-update noar ti set b0='8DF7PDUAK1Q8JO08I' where id=2;
-update noar tt set b1='CZ53T' where id=2;
-update noar ti set b1='CZ53T' where id=2;
-update noar tt set b2='2C8CV37B302RT4BES' where id=2;
-update noar ti set b2='2C8CV37B302RT4BES' where id=2;
-update noar tt set b0='GHYTKCC1RU62343XDLQ' where id=3;
-update noar ti set b0='GHYTKCC1RU62343XDLQ' where id=3;
-update noar tt set b1='ZPIC05VC4073GRPEVDLU1YY097ZQ' where id=3;
-update noar ti set b1='ZPIC05VC4073GRPEVDLU1YY097ZQ' where id=3;
-update noar tt set b2='68Y8EOS4ATCPDD' where id=3;
-update noar ti set b2='68Y8EOS4ATCPDD' where id=3;
-update noar tt set b0='TVO3MA44RIQC7B57ZSBDHVBG49JQEYJ' where id=4;
-update noar ti set b0='TVO3MA44RIQC7B57ZSBDHVBG49JQEYJ' where id=4;
-update noar tt set b1='2MF3' where id=4;
-update noar ti set b1='2MF3' where id=4;
-update noar tt set b2='HKSV7BZFVNLUXJU6OGVPGYRN' where id=4;
-update noar ti set b2='HKSV7BZFVNLUXJU6OGVPGYRN' where id=4;
-update noar tt set b0='BDC859S7' where id=5;
-update noar ti set b0='BDC859S7' where id=5;
-update noar tt set b1='AL3TQ1FEOB29PY811DZDD7L' where id=5;
-update noar ti set b1='AL3TQ1FEOB29PY811DZDD7L' where id=5;
-update noar tt set b2='ISINVKF23GAJLFF8KEC2FCY0' where id=5;
-update noar ti set b2='ISINVKF23GAJLFF8KEC2FCY0' where id=5;
-update noar tt set b0='NLJX7SF5ILDY6SHUPBFJLU' where id=6;
-update noar ti set b0='NLJX7SF5ILDY6SHUPBFJLU' where id=6;
-update noar tt set b1='NYE6E34KK7MJFTIC6UC8ZHUQ0H' where id=6;
-update noar ti set b1='NYE6E34KK7MJFTIC6UC8ZHUQ0H' where id=6;
-update noar tt set b2='ZR' where id=6;
-update noar ti set b2='ZR' where id=6;
-update noar tt set b0='7U3BBQI5DH4H' where id=7;
-update noar ti set b0='7U3BBQI5DH4H' where id=7;
-update noar tt set b1='MPYYN6Y92SG6ADA6WOBB9DS1RBF1E2' where id=7;
-update noar ti set b1='MPYYN6Y92SG6ADA6WOBB9DS1RBF1E2' where id=7;
-update noar tt set b2='P911GC' where id=7;
-update noar ti set b2='P911GC' where id=7;
-update noar tt set b0='YXYGPU9KQUXG' where id=8;
-update noar ti set b0='YXYGPU9KQUXG' where id=8;
-update noar tt set b1='15W4' where id=8;
-update noar ti set b1='15W4' where id=8;
-update noar tt set b2='22MEOHC9T3BTK0VPSVOPH9LR' where id=8;
-update noar ti set b2='22MEOHC9T3BTK0VPSVOPH9LR' where id=8;
-update noar tt set b0='JILIU' where id=9;
-update noar ti set b0='JILIU' where id=9;
-update noar tt set b1='O2GGP60RF2R7W4Z3R' where id=9;
-update noar ti set b1='O2GGP60RF2R7W4Z3R' where id=9;
-update noar tt set b2='7' where id=9;
-update noar ti set b2='7' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 text 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 b0='OEWYKUULY0Q7E3Y1NU8LX1EF2P4R6PD' where id=1;
-update noar ti set b0='OEWYKUULY0Q7E3Y1NU8LX1EF2P4R6PD' where id=1;
-update noar tt set b1='DN' where id=1;
-update noar ti set b1='DN' where id=1;
-update noar tt set b2='P7QT77VLUR2BGCXW9M1' where id=1;
-update noar ti set b2='P7QT77VLUR2BGCXW9M1' where id=1;
-update noar tt set b0='FPV99KYKUFTOQU' where id=2;
-update noar ti set b0='FPV99KYKUFTOQU' where id=2;
-update noar tt set b1='AY25HWDKZFVHYI4KUFOOLBR' where id=2;
-update noar ti set b1='AY25HWDKZFVHYI4KUFOOLBR' where id=2;
-update noar tt set b2='KWWNEU9SU8N9JLPH6D0' where id=2;
-update noar ti set b2='KWWNEU9SU8N9JLPH6D0' where id=2;
-update noar tt set b0='V34O7O5F7TC89GWNXK14A5WS' where id=3;
-update noar ti set b0='V34O7O5F7TC89GWNXK14A5WS' where id=3;
-update noar tt set b1='JWASTWP6EIIOH609BA7LX7CQI' where id=3;
-update noar ti set b1='JWASTWP6EIIOH609BA7LX7CQI' where id=3;
-update noar tt set b2='YIY0HZBFA' where id=3;
-update noar ti set b2='YIY0HZBFA' where id=3;
-update noar tt set b0='8H7DXS102TU3IXV0CCIZJXK' where id=4;
-update noar ti set b0='8H7DXS102TU3IXV0CCIZJXK' where id=4;
-update noar tt set b1='W' where id=4;
-update noar ti set b1='W' where id=4;
-update noar tt set b2='6QPG4F8JY0XBI5ZUCY4' where id=4;
-update noar ti set b2='6QPG4F8JY0XBI5ZUCY4' where id=4;
-update noar tt set b0='AW2KK' where id=5;
-update noar ti set b0='AW2KK' where id=5;
-update noar tt set b1='TJ6S4ZFS4486CBCD6AXJFI' where id=5;
-update noar ti set b1='TJ6S4ZFS4486CBCD6AXJFI' where id=5;
-update noar tt set b2='IS5W52VX669CAB8PJSSJMJ6ZQQ741QH' where id=5;
-update noar ti set b2='IS5W52VX669CAB8PJSSJMJ6ZQQ741QH' where id=5;
-update noar tt set b0='7A6Z6VEZJRSM' where id=6;
-update noar ti set b0='7A6Z6VEZJRSM' where id=6;
-update noar tt set b1='G696QBIK2QTVEVIZOWG9E2S' where id=6;
-update noar ti set b1='G696QBIK2QTVEVIZOWG9E2S' where id=6;
-update noar tt set b2='IZ073IH8YIOA' where id=6;
-update noar ti set b2='IZ073IH8YIOA' where id=6;
-update noar tt set b0='22I7VKEJDLR8WR891QMXIK8B0ESL70L' where id=7;
-update noar ti set b0='22I7VKEJDLR8WR891QMXIK8B0ESL70L' where id=7;
-update noar tt set b1='KZ4P7UQ391WEFSY797W2M3Q8PU' where id=7;
-update noar ti set b1='KZ4P7UQ391WEFSY797W2M3Q8PU' where id=7;
-update noar tt set b2='UD4U6MQMX89' where id=7;
-update noar ti set b2='UD4U6MQMX89' where id=7;
-update noar tt set b0='N026JXH0BVWP' where id=8;
-update noar ti set b0='N026JXH0BVWP' where id=8;
-update noar tt set b1='FYTUD' where id=8;
-update noar ti set b1='FYTUD' where id=8;
-update noar tt set b2='54' where id=8;
-update noar ti set b2='54' where id=8;
-update noar tt set b0='C1BT' where id=9;
-update noar ti set b0='C1BT' where id=9;
-update noar tt set b1='V0' where id=9;
-update noar ti set b1='V0' where id=9;
-update noar tt set b2='S6MOT0M8JOH8JN3DPS7P3A' where id=9;
-update noar ti set b2='S6MOT0M8JOH8JN3DPS7P3A' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 text 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 b0='ZBRG79B9G5RZEND4O7GQ9L' where id=1;
-update noar ti set b0='ZBRG79B9G5RZEND4O7GQ9L' where id=1;
-update noar tt set b1='40M' where id=1;
-update noar ti set b1='40M' where id=1;
-update noar tt set b2='AGW99IRGKV36OHW186A9CDMF1W' where id=1;
-update noar ti set b2='AGW99IRGKV36OHW186A9CDMF1W' where id=1;
-update noar tt set b0='4RHC85920A6RF' where id=2;
-update noar ti set b0='4RHC85920A6RF' where id=2;
-update noar tt set b1='X613EFQG9X5G7B92Y8M5U3A' where id=2;
-update noar ti set b1='X613EFQG9X5G7B92Y8M5U3A' where id=2;
-update noar tt set b2='ZXAKH' where id=2;
-update noar ti set b2='ZXAKH' where id=2;
-update noar tt set b0='S1DWBV0EOJCSXTWZ2P8TX4B' where id=3;
-update noar ti set b0='S1DWBV0EOJCSXTWZ2P8TX4B' where id=3;
-update noar tt set b1='O0DDZ53H3OKX0KDO6MK4OR' where id=3;
-update noar ti set b1='O0DDZ53H3OKX0KDO6MK4OR' where id=3;
-update noar tt set b2='J18WK' where id=3;
-update noar ti set b2='J18WK' where id=3;
-update noar tt set b0='969OH' where id=4;
-update noar ti set b0='969OH' where id=4;
-update noar tt set b1='DWJCHH7TVC3CWTBCPO6R0WK' where id=4;
-update noar ti set b1='DWJCHH7TVC3CWTBCPO6R0WK' where id=4;
-update noar tt set b2='GTT15TVKP' where id=4;
-update noar ti set b2='GTT15TVKP' where id=4;
-update noar tt set b0='25IL7ZXWJN9YWSPEZ26P8CSUKW0E' where id=5;
-update noar ti set b0='25IL7ZXWJN9YWSPEZ26P8CSUKW0E' where id=5;
-update noar tt set b1='LLC89' where id=5;
-update noar ti set b1='LLC89' where id=5;
-update noar tt set b2='CRY8702G6LVMB' where id=5;
-update noar ti set b2='CRY8702G6LVMB' where id=5;
-update noar tt set b0='HFE' where id=6;
-update noar ti set b0='HFE' where id=6;
-update noar tt set b1='EBWZ' where id=6;
-update noar ti set b1='EBWZ' where id=6;
-update noar tt set b2='FD' where id=6;
-update noar ti set b2='FD' where id=6;
-update noar tt set b0='LP3QOJEELP' where id=7;
-update noar ti set b0='LP3QOJEELP' where id=7;
-update noar tt set b1='R2OPGOQETJP' where id=7;
-update noar ti set b1='R2OPGOQETJP' where id=7;
-update noar tt set b2='2C2VXCUH1B9XL3YFW3NNJ4QNMB09QF' where id=7;
-update noar ti set b2='2C2VXCUH1B9XL3YFW3NNJ4QNMB09QF' where id=7;
-update noar tt set b0='7WVMQOGLF632B99IG3UDBPWR5RUL58QM' where id=8;
-update noar ti set b0='7WVMQOGLF632B99IG3UDBPWR5RUL58QM' where id=8;
-update noar tt set b1='GJBCRUWTQXDBEL1G7JU9MYP5AV7L0D8' where id=8;
-update noar ti set b1='GJBCRUWTQXDBEL1G7JU9MYP5AV7L0D8' where id=8;
-update noar tt set b2='T2EAB1E9L3MD4BIK1' where id=8;
-update noar ti set b2='T2EAB1E9L3MD4BIK1' where id=8;
-update noar tt set b0='M40E8H6JM6' where id=9;
-update noar ti set b0='M40E8H6JM6' where id=9;
-update noar tt set b1='HTYWYY9D0BSZMO0XRAZG2LXZMWS' where id=9;
-update noar ti set b1='HTYWYY9D0BSZMO0XRAZG2LXZMWS' where id=9;
-update noar tt set b2='XUB8ZSSJNJDAJ45PVYXN4GR2O1GBQT9' where id=9;
-update noar ti set b2='XUB8ZSSJNJDAJ45PVYXN4GR2O1GBQT9' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 text 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 b0='ECB3EOOST' where id=1;
-update noar ti set b0='ECB3EOOST' where id=1;
-update noar tt set b1='3' where id=1;
-update noar ti set b1='3' where id=1;
-update noar tt set b2='DT7AZRXV235GNTCG' where id=1;
-update noar ti set b2='DT7AZRXV235GNTCG' where id=1;
-update noar tt set b0='AJ' where id=2;
-update noar ti set b0='AJ' where id=2;
-update noar tt set b1='ZKRBO8BSF1QTD1O2YH8S3EQ' where id=2;
-update noar ti set b1='ZKRBO8BSF1QTD1O2YH8S3EQ' where id=2;
-update noar tt set b2='SWW2Y9S1NJ9CEEPL4X798V9' where id=2;
-update noar ti set b2='SWW2Y9S1NJ9CEEPL4X798V9' where id=2;
-update noar tt set b0='6MNNRV73AF0VZ3Z' where id=3;
-update noar ti set b0='6MNNRV73AF0VZ3Z' where id=3;
-update noar tt set b1='WKI' where id=3;
-update noar ti set b1='WKI' where id=3;
-update noar tt set b2='LDO005JI41OV6K099DZJQ4IS85' where id=3;
-update noar ti set b2='LDO005JI41OV6K099DZJQ4IS85' where id=3;
-update noar tt set b0='FZRNQGH6GJAE4S1XGOKZFCOR0' where id=4;
-update noar ti set b0='FZRNQGH6GJAE4S1XGOKZFCOR0' where id=4;
-update noar tt set b1='Y9HQ8FFNO3E53VLIGW4Q' where id=4;
-update noar ti set b1='Y9HQ8FFNO3E53VLIGW4Q' where id=4;
-update noar tt set b2='51282NTOVOEY77F' where id=4;
-update noar ti set b2='51282NTOVOEY77F' where id=4;
-update noar tt set b0='AZN4K5RY2OK' where id=5;
-update noar ti set b0='AZN4K5RY2OK' where id=5;
-update noar tt set b1='ULQ1KDH8Q' where id=5;
-update noar ti set b1='ULQ1KDH8Q' where id=5;
-update noar tt set b2='B0O0E15KI' where id=5;
-update noar ti set b2='B0O0E15KI' where id=5;
-update noar tt set b0='D36PS8GP5A85BT4PWGACGLD' where id=6;
-update noar ti set b0='D36PS8GP5A85BT4PWGACGLD' where id=6;
-update noar tt set b1='HJA2EVLGSMIMW' where id=6;
-update noar ti set b1='HJA2EVLGSMIMW' where id=6;
-update noar tt set b2='4X' where id=6;
-update noar ti set b2='4X' where id=6;
-update noar tt set b0='TDSTY3C9AMSBLWX83U2CBPI46' where id=7;
-update noar ti set b0='TDSTY3C9AMSBLWX83U2CBPI46' where id=7;
-update noar tt set b1='QJQL6O7A4AH9YVGKD72IU9P' where id=7;
-update noar ti set b1='QJQL6O7A4AH9YVGKD72IU9P' where id=7;
-update noar tt set b2='DIP13EXSBZEEM0K8NR0W23631K1J' where id=7;
-update noar ti set b2='DIP13EXSBZEEM0K8NR0W23631K1J' where id=7;
-update noar tt set b0='UQK9W7AR0H3I4UFPNCF1' where id=8;
-update noar ti set b0='UQK9W7AR0H3I4UFPNCF1' where id=8;
-update noar tt set b1='HJAZ' where id=8;
-update noar ti set b1='HJAZ' where id=8;
-update noar tt set b2='A569YD19ZF23K67YWVY' where id=8;
-update noar ti set b2='A569YD19ZF23K67YWVY' where id=8;
-update noar tt set b0='8WQW4RKLPDM2NL9B484D1MBM6UGMB3B4' where id=9;
-update noar ti set b0='8WQW4RKLPDM2NL9B484D1MBM6UGMB3B4' where id=9;
-update noar tt set b1='BNKWZ' where id=9;
-update noar ti set b1='BNKWZ' where id=9;
-update noar tt set b2='AVV955VSW47QH1CI42D0JZPG5C' where id=9;
-update noar ti set b2='AVV955VSW47QH1CI42D0JZPG5C' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 text null,
-b1 blob null,
-b2 text 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 b0='NBT461F4JIGF6B3KY70D3HCE25HVJ' where id=1;
-update noar ti set b0='NBT461F4JIGF6B3KY70D3HCE25HVJ' where id=1;
-update noar tt set b1='L41VQCK6DMMFND1KRV45H4' where id=1;
-update noar ti set b1='L41VQCK6DMMFND1KRV45H4' where id=1;
-update noar tt set b2='761E2M' where id=1;
-update noar ti set b2='761E2M' where id=1;
-update noar tt set b0='823Y9MXU' where id=2;
-update noar ti set b0='823Y9MXU' where id=2;
-update noar tt set b1='W165L' where id=2;
-update noar ti set b1='W165L' where id=2;
-update noar tt set b2='EJ66JI8AEI31YA' where id=2;
-update noar ti set b2='EJ66JI8AEI31YA' where id=2;
-update noar tt set b0='P7TRKT' where id=3;
-update noar ti set b0='P7TRKT' where id=3;
-update noar tt set b1='7RXAVJO' where id=3;
-update noar ti set b1='7RXAVJO' where id=3;
-update noar tt set b2='N' where id=3;
-update noar ti set b2='N' where id=3;
-update noar tt set b0='C24JOPE1FAY8WG39A4A0VNN85MMQPCN' where id=4;
-update noar ti set b0='C24JOPE1FAY8WG39A4A0VNN85MMQPCN' where id=4;
-update noar tt set b1='L0BYK' where id=4;
-update noar ti set b1='L0BYK' where id=4;
-update noar tt set b2='R' where id=4;
-update noar ti set b2='R' where id=4;
-update noar tt set b0='ZNPL0YRH2DX97MFQZDF5VH' where id=5;
-update noar ti set b0='ZNPL0YRH2DX97MFQZDF5VH' where id=5;
-update noar tt set b1='U2PAATZ1CQER202LLVBGE6A4HFDNOTH' where id=5;
-update noar ti set b1='U2PAATZ1CQER202LLVBGE6A4HFDNOTH' where id=5;
-update noar tt set b2='QRFL' where id=5;
-update noar ti set b2='QRFL' where id=5;
-update noar tt set b0='4WF5ZDFTYJ5TTDBSLLQ' where id=6;
-update noar ti set b0='4WF5ZDFTYJ5TTDBSLLQ' where id=6;
-update noar tt set b1='MTSA8YVP7XR0FHYE1' where id=6;
-update noar ti set b1='MTSA8YVP7XR0FHYE1' where id=6;
-update noar tt set b2='8MCJOJTMW7R42ALI0LZPVKJLYDMVZ9' where id=6;
-update noar ti set b2='8MCJOJTMW7R42ALI0LZPVKJLYDMVZ9' where id=6;
-update noar tt set b0='5CZIS' where id=7;
-update noar ti set b0='5CZIS' where id=7;
-update noar tt set b1='867FEWDBMDXK81MP8DQNH5CU4HT986AN' where id=7;
-update noar ti set b1='867FEWDBMDXK81MP8DQNH5CU4HT986AN' where id=7;
-update noar tt set b2='G43YTE6FP1WXH9JBV' where id=7;
-update noar ti set b2='G43YTE6FP1WXH9JBV' where id=7;
-update noar tt set b0='65K8A6QLXGX6439IDJ433TOO5AA' where id=8;
-update noar ti set b0='65K8A6QLXGX6439IDJ433TOO5AA' where id=8;
-update noar tt set b1='9W76O63W7V4Y0Q31U1WEHQR7' where id=8;
-update noar ti set b1='9W76O63W7V4Y0Q31U1WEHQR7' where id=8;
-update noar tt set b2='NLBIYQ8G3FZXP' where id=8;
-update noar ti set b2='NLBIYQ8G3FZXP' where id=8;
-update noar tt set b0='8M9OLVIMC4IPQ9' where id=9;
-update noar ti set b0='8M9OLVIMC4IPQ9' where id=9;
-update noar tt set b1='IA2SK9O1XLB2NVLOWQDECFEZ6WN6' where id=9;
-update noar ti set b1='IA2SK9O1XLB2NVLOWQDECFEZ6WN6' where id=9;
-update noar tt set b2='Y6HM4KI0DIOAST57MU29OXNVP8' where id=9;
-update noar ti set b2='Y6HM4KI0DIOAST57MU29OXNVP8' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 text not null,
-b1 blob not null,
-b2 text 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 b0='9220T0A2HMH8PIR46F' where id=1;
-update noar ti set b0='9220T0A2HMH8PIR46F' where id=1;
-update noar tt set b1='QN7FF6OFKXBZC83EEVMF93YIHE' where id=1;
-update noar ti set b1='QN7FF6OFKXBZC83EEVMF93YIHE' where id=1;
-update noar tt set b2='DG71G8XOKJWL3PXPGWUIIXRQP4H' where id=1;
-update noar ti set b2='DG71G8XOKJWL3PXPGWUIIXRQP4H' where id=1;
-update noar tt set b0='C8IGFNSQMW7T5XSRPR3J99D22P' where id=2;
-update noar ti set b0='C8IGFNSQMW7T5XSRPR3J99D22P' where id=2;
-update noar tt set b1='PSB6Q2NC' where id=2;
-update noar ti set b1='PSB6Q2NC' where id=2;
-update noar tt set b2='RG0K57VG0HQUOUD0' where id=2;
-update noar ti set b2='RG0K57VG0HQUOUD0' where id=2;
-update noar tt set b0='VFXLJ1AM44AG1UHGDRYDU3GRG7KON4ZF' where id=3;
-update noar ti set b0='VFXLJ1AM44AG1UHGDRYDU3GRG7KON4ZF' where id=3;
-update noar tt set b1='ELHQO7Q7ZSIH7TB52VZZVY9' where id=3;
-update noar ti set b1='ELHQO7Q7ZSIH7TB52VZZVY9' where id=3;
-update noar tt set b2='72ST27NWEE6HBXYW051' where id=3;
-update noar ti set b2='72ST27NWEE6HBXYW051' where id=3;
-update noar tt set b0='XB' where id=4;
-update noar ti set b0='XB' where id=4;
-update noar tt set b1='59LZB2HU5IE2F5' where id=4;
-update noar ti set b1='59LZB2HU5IE2F5' where id=4;
-update noar tt set b2='M1VLCBAGLK6H1HXW' where id=4;
-update noar ti set b2='M1VLCBAGLK6H1HXW' where id=4;
-update noar tt set b0='VRJPWTGN' where id=5;
-update noar ti set b0='VRJPWTGN' where id=5;
-update noar tt set b1='QI8U81BF4LPXPIZYKK' where id=5;
-update noar ti set b1='QI8U81BF4LPXPIZYKK' where id=5;
-update noar tt set b2='82CDXLP59L5CKGP9BVO22B3J0GB0ZW' where id=5;
-update noar ti set b2='82CDXLP59L5CKGP9BVO22B3J0GB0ZW' where id=5;
-update noar tt set b0='02OYPKBNKR7E0Z1ZPBZDZ' where id=6;
-update noar ti set b0='02OYPKBNKR7E0Z1ZPBZDZ' where id=6;
-update noar tt set b1='9Z3WM5VSE' where id=6;
-update noar ti set b1='9Z3WM5VSE' where id=6;
-update noar tt set b2='63ZIB046VLTD4O5VPKX' where id=6;
-update noar ti set b2='63ZIB046VLTD4O5VPKX' where id=6;
-update noar tt set b0='MG5HS2' where id=7;
-update noar ti set b0='MG5HS2' where id=7;
-update noar tt set b1='5LIXBE4DGTF84UI7WRN8WB48LG94C' where id=7;
-update noar ti set b1='5LIXBE4DGTF84UI7WRN8WB48LG94C' where id=7;
-update noar tt set b2='X3HA80ZMJA6YR83XKMGGRIKIPG' where id=7;
-update noar ti set b2='X3HA80ZMJA6YR83XKMGGRIKIPG' where id=7;
-update noar tt set b0='KPWLLJG6B8L9VV' where id=8;
-update noar ti set b0='KPWLLJG6B8L9VV' where id=8;
-update noar tt set b1='0Z1AU57IVCBBFGX0ZBO' where id=8;
-update noar ti set b1='0Z1AU57IVCBBFGX0ZBO' where id=8;
-update noar tt set b2='YNCNTIX7KLQXD1' where id=8;
-update noar ti set b2='YNCNTIX7KLQXD1' where id=8;
-update noar tt set b0='U4QFAL1Y64SK2OJ0MH0NF' where id=9;
-update noar ti set b0='U4QFAL1Y64SK2OJ0MH0NF' where id=9;
-update noar tt set b1='IKS12Y0VM2' where id=9;
-update noar ti set b1='IKS12Y0VM2' where id=9;
-update noar tt set b2='1H6QA' where id=9;
-update noar ti set b2='1H6QA' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 text 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 b0='X0S5ABI3AUYI83844TSV30978RGAXM' where id=1;
-update noar ti set b0='X0S5ABI3AUYI83844TSV30978RGAXM' where id=1;
-update noar tt set b1='YE8F7WZ2YPR4PUL2Q32SL5IA8' where id=1;
-update noar ti set b1='YE8F7WZ2YPR4PUL2Q32SL5IA8' where id=1;
-update noar tt set b2='NMP3QFUB3LZKUFS' where id=1;
-update noar ti set b2='NMP3QFUB3LZKUFS' where id=1;
-update noar tt set b0='HM48YMB8GUD7MHTFPZTB' where id=2;
-update noar ti set b0='HM48YMB8GUD7MHTFPZTB' where id=2;
-update noar tt set b1='KWBDN6VO7TRXXSNUS05IWZA850FS' where id=2;
-update noar ti set b1='KWBDN6VO7TRXXSNUS05IWZA850FS' where id=2;
-update noar tt set b2='1KH9YBYVOOST1712HSE0C96D4RJ6JM' where id=2;
-update noar ti set b2='1KH9YBYVOOST1712HSE0C96D4RJ6JM' where id=2;
-update noar tt set b0='WMG2UWPRYDO' where id=3;
-update noar ti set b0='WMG2UWPRYDO' where id=3;
-update noar tt set b1='T1IW3XTE281R5IGAB22VV88A0QB28IFN' where id=3;
-update noar ti set b1='T1IW3XTE281R5IGAB22VV88A0QB28IFN' where id=3;
-update noar tt set b2='TL0X2V9P577U3' where id=3;
-update noar ti set b2='TL0X2V9P577U3' where id=3;
-update noar tt set b0='XQU3M65OYG41OLHKRS4L' where id=4;
-update noar ti set b0='XQU3M65OYG41OLHKRS4L' where id=4;
-update noar tt set b1='HQ6J3M0SGEYYKBKUP52G6D59' where id=4;
-update noar ti set b1='HQ6J3M0SGEYYKBKUP52G6D59' where id=4;
-update noar tt set b2='26P8LE1L36' where id=4;
-update noar ti set b2='26P8LE1L36' where id=4;
-update noar tt set b0='YM77UE0' where id=5;
-update noar ti set b0='YM77UE0' where id=5;
-update noar tt set b1='Q0ALCATADV3XED' where id=5;
-update noar ti set b1='Q0ALCATADV3XED' where id=5;
-update noar tt set b2='HA9S7Y8TJJQ95S' where id=5;
-update noar ti set b2='HA9S7Y8TJJQ95S' where id=5;
-update noar tt set b0='UUD' where id=6;
-update noar ti set b0='UUD' where id=6;
-update noar tt set b1='IO3FHBCQ4CGWW' where id=6;
-update noar ti set b1='IO3FHBCQ4CGWW' where id=6;
-update noar tt set b2='J8CK17GJ8FOJ' where id=6;
-update noar ti set b2='J8CK17GJ8FOJ' where id=6;
-update noar tt set b0='6JDL18UKAH7TXORDN40Q' where id=7;
-update noar ti set b0='6JDL18UKAH7TXORDN40Q' where id=7;
-update noar tt set b1='87FZAU27' where id=7;
-update noar ti set b1='87FZAU27' where id=7;
-update noar tt set b2='WWQ2OS784LL8OGJTLN2QSBKZXCVB3A' where id=7;
-update noar ti set b2='WWQ2OS784LL8OGJTLN2QSBKZXCVB3A' where id=7;
-update noar tt set b0='UQYXETVAH8CZVRIUI1S' where id=8;
-update noar ti set b0='UQYXETVAH8CZVRIUI1S' where id=8;
-update noar tt set b1='S88GEIRLHWWG0Q' where id=8;
-update noar ti set b1='S88GEIRLHWWG0Q' where id=8;
-update noar tt set b2='1PLMDYYZJ2' where id=8;
-update noar ti set b2='1PLMDYYZJ2' where id=8;
-update noar tt set b0='B50CSRX8IIUOF7PL65MVCULH0WTRJ60' where id=9;
-update noar ti set b0='B50CSRX8IIUOF7PL65MVCULH0WTRJ60' where id=9;
-update noar tt set b1='SJD3MPLDIGV6IQE8' where id=9;
-update noar ti set b1='SJD3MPLDIGV6IQE8' where id=9;
-update noar tt set b2='CI2V0IC6FY0I4' where id=9;
-update noar ti set b2='CI2V0IC6FY0I4' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 text 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 b0='CJTE' where id=1;
-update noar ti set b0='CJTE' where id=1;
-update noar tt set b1='PYQ0MDVWL9EEJWAX9HC82' where id=1;
-update noar ti set b1='PYQ0MDVWL9EEJWAX9HC82' where id=1;
-update noar tt set b2='PPZZLUOUNT8C3JP44' where id=1;
-update noar ti set b2='PPZZLUOUNT8C3JP44' where id=1;
-update noar tt set b0='A4ZF0SL49YRGNKR4B34836CHQUC6PD0' where id=2;
-update noar ti set b0='A4ZF0SL49YRGNKR4B34836CHQUC6PD0' where id=2;
-update noar tt set b1='TP5W92IJKPCMCJNI6CQLW' where id=2;
-update noar ti set b1='TP5W92IJKPCMCJNI6CQLW' where id=2;
-update noar tt set b2='CS5UF' where id=2;
-update noar ti set b2='CS5UF' where id=2;
-update noar tt set b0='JZGUSQTIA5Z15LO2NMYPJ' where id=3;
-update noar ti set b0='JZGUSQTIA5Z15LO2NMYPJ' where id=3;
-update noar tt set b1='M8T' where id=3;
-update noar ti set b1='M8T' where id=3;
-update noar tt set b2='B8E4NGYG9LXNKSUO6S' where id=3;
-update noar ti set b2='B8E4NGYG9LXNKSUO6S' where id=3;
-update noar tt set b0='9YON3RE0W896TOFMDSF4OFCR3QEH' where id=4;
-update noar ti set b0='9YON3RE0W896TOFMDSF4OFCR3QEH' where id=4;
-update noar tt set b1='QACCCZ91KH0U1G21I4TCYQ4Y5' where id=4;
-update noar ti set b1='QACCCZ91KH0U1G21I4TCYQ4Y5' where id=4;
-update noar tt set b2='YPQN1PD04GSNH' where id=4;
-update noar ti set b2='YPQN1PD04GSNH' where id=4;
-update noar tt set b0='HFOVI3S23LZMOQ84N3L3U4CEZNTJ' where id=5;
-update noar ti set b0='HFOVI3S23LZMOQ84N3L3U4CEZNTJ' where id=5;
-update noar tt set b1='QG5NI275LUGTJ10C6U' where id=5;
-update noar ti set b1='QG5NI275LUGTJ10C6U' where id=5;
-update noar tt set b2='IE5USMKZNBCMKQHBZ10EWQRFIZX2S1' where id=5;
-update noar ti set b2='IE5USMKZNBCMKQHBZ10EWQRFIZX2S1' where id=5;
-update noar tt set b0='I6EVI' where id=6;
-update noar ti set b0='I6EVI' where id=6;
-update noar tt set b1='YMSRQSIS9R6AIX9M0QV' where id=6;
-update noar ti set b1='YMSRQSIS9R6AIX9M0QV' where id=6;
-update noar tt set b2='OGF' where id=6;
-update noar ti set b2='OGF' where id=6;
-update noar tt set b0='KP5VR5MK2WKAFW6YM7OJRU' where id=7;
-update noar ti set b0='KP5VR5MK2WKAFW6YM7OJRU' where id=7;
-update noar tt set b1='AX49E3OSHZ1DXX8FBODUPEQ' where id=7;
-update noar ti set b1='AX49E3OSHZ1DXX8FBODUPEQ' where id=7;
-update noar tt set b2='KHXKNFBOQ8M3Y5HSZJ' where id=7;
-update noar ti set b2='KHXKNFBOQ8M3Y5HSZJ' where id=7;
-update noar tt set b0='6IDJH8EZVIOFDTTPNOTGH9H1YKP7SVW7' where id=8;
-update noar ti set b0='6IDJH8EZVIOFDTTPNOTGH9H1YKP7SVW7' where id=8;
-update noar tt set b1='870PQEAXH6XU' where id=8;
-update noar ti set b1='870PQEAXH6XU' where id=8;
-update noar tt set b2='K3N4W0JN' where id=8;
-update noar ti set b2='K3N4W0JN' where id=8;
-update noar tt set b0='UA4OBVP' where id=9;
-update noar ti set b0='UA4OBVP' where id=9;
-update noar tt set b1='JFOUKEJFILNPC' where id=9;
-update noar ti set b1='JFOUKEJFILNPC' where id=9;
-update noar tt set b2='3J7KDIVWZEI1LTDRLQZH' where id=9;
-update noar ti set b2='3J7KDIVWZEI1LTDRLQZH' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 text 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 b0='BF8FMI5OV3MNRME81W0TRC7XTQ7SBCBA' where id=1;
-update noar ti set b0='BF8FMI5OV3MNRME81W0TRC7XTQ7SBCBA' where id=1;
-update noar tt set b1='0S9BFER54JXZV' where id=1;
-update noar ti set b1='0S9BFER54JXZV' where id=1;
-update noar tt set b2='8H1M7N20Y8P3H80UMZ9M' where id=1;
-update noar ti set b2='8H1M7N20Y8P3H80UMZ9M' where id=1;
-update noar tt set b0='GHYTFR6FP6S0WJUNGE' where id=2;
-update noar ti set b0='GHYTFR6FP6S0WJUNGE' where id=2;
-update noar tt set b1='CCNSS' where id=2;
-update noar ti set b1='CCNSS' where id=2;
-update noar tt set b2='8O8TZ1RAZMM41CM' where id=2;
-update noar ti set b2='8O8TZ1RAZMM41CM' where id=2;
-update noar tt set b0='C2ESVEREHWQCQTOYGN6' where id=3;
-update noar ti set b0='C2ESVEREHWQCQTOYGN6' where id=3;
-update noar tt set b1='SANT9F' where id=3;
-update noar ti set b1='SANT9F' where id=3;
-update noar tt set b2='RGQYTEC8LSXXDHB3ABBP4U4C66ENGL1' where id=3;
-update noar ti set b2='RGQYTEC8LSXXDHB3ABBP4U4C66ENGL1' where id=3;
-update noar tt set b0='0VDZUGXVXAN4HW4A9ITEK2E209' where id=4;
-update noar ti set b0='0VDZUGXVXAN4HW4A9ITEK2E209' where id=4;
-update noar tt set b1='VEOSK9FXWFPW6U1KUF' where id=4;
-update noar ti set b1='VEOSK9FXWFPW6U1KUF' where id=4;
-update noar tt set b2='2JEOMXXOWTVU58XLY9NKA6VP' where id=4;
-update noar ti set b2='2JEOMXXOWTVU58XLY9NKA6VP' where id=4;
-update noar tt set b0='AAMQLFWQPZEC7XF77IC49B3YIFB' where id=5;
-update noar ti set b0='AAMQLFWQPZEC7XF77IC49B3YIFB' where id=5;
-update noar tt set b1='FIX' where id=5;
-update noar ti set b1='FIX' where id=5;
-update noar tt set b2='RAA95L9XGL7HY1SPB4PTQB97JD36N0' where id=5;
-update noar ti set b2='RAA95L9XGL7HY1SPB4PTQB97JD36N0' where id=5;
-update noar tt set b0='NIN0ME935VFQHL79UHMHVUMIX6OV4' where id=6;
-update noar ti set b0='NIN0ME935VFQHL79UHMHVUMIX6OV4' where id=6;
-update noar tt set b1='XFHGM' where id=6;
-update noar ti set b1='XFHGM' where id=6;
-update noar tt set b2='7NY2O3YR' where id=6;
-update noar ti set b2='7NY2O3YR' where id=6;
-update noar tt set b0='4TDJXIXKTGZTVP7FD9O6QWB' where id=7;
-update noar ti set b0='4TDJXIXKTGZTVP7FD9O6QWB' where id=7;
-update noar tt set b1='4JV4UC8Z2MMM0B4T9E7D6MC3NPYQXL8' where id=7;
-update noar ti set b1='4JV4UC8Z2MMM0B4T9E7D6MC3NPYQXL8' where id=7;
-update noar tt set b2='WEF5RKFXNTMBIQ06GJE5DQUV' where id=7;
-update noar ti set b2='WEF5RKFXNTMBIQ06GJE5DQUV' where id=7;
-update noar tt set b0='M8F9BRE7FG02AE2XMJKI4SGIMI65S' where id=8;
-update noar ti set b0='M8F9BRE7FG02AE2XMJKI4SGIMI65S' where id=8;
-update noar tt set b1='GK5WRIKSK4XUH2VRJVUFW' where id=8;
-update noar ti set b1='GK5WRIKSK4XUH2VRJVUFW' where id=8;
-update noar tt set b2='JTI37YQD0I2J' where id=8;
-update noar ti set b2='JTI37YQD0I2J' where id=8;
-update noar tt set b0='DQD9M7CWCBGS7NT1ZMEKF' where id=9;
-update noar ti set b0='DQD9M7CWCBGS7NT1ZMEKF' where id=9;
-update noar tt set b1='PBA1AEQJJCPGDV5E4' where id=9;
-update noar ti set b1='PBA1AEQJJCPGDV5E4' where id=9;
-update noar tt set b2='YZH1ZEZROAUD' where id=9;
-update noar ti set b2='YZH1ZEZROAUD' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 text 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 b0='2WI8IZ9' where id=1;
-update noar ti set b0='2WI8IZ9' where id=1;
-update noar tt set b1='VIVEZ0Y3JU9E8OH4C88TUS0LZIVR' where id=1;
-update noar ti set b1='VIVEZ0Y3JU9E8OH4C88TUS0LZIVR' where id=1;
-update noar tt set b2='8CFENFZ7FR5UOSZ7CNHTPX5UFJ1AC5I' where id=1;
-update noar ti set b2='8CFENFZ7FR5UOSZ7CNHTPX5UFJ1AC5I' where id=1;
-update noar tt set b0='X8LZ6OL0VQ6C' where id=2;
-update noar ti set b0='X8LZ6OL0VQ6C' where id=2;
-update noar tt set b1='XNIIY2XNSQTV8I8FBONZIAX' where id=2;
-update noar ti set b1='XNIIY2XNSQTV8I8FBONZIAX' where id=2;
-update noar tt set b2='S4J8EKR2SJXDT1K7VK4K2CAAB' where id=2;
-update noar ti set b2='S4J8EKR2SJXDT1K7VK4K2CAAB' where id=2;
-update noar tt set b0='W9PTO2QCQ8R' where id=3;
-update noar ti set b0='W9PTO2QCQ8R' where id=3;
-update noar tt set b1='AEDBOLJJ' where id=3;
-update noar ti set b1='AEDBOLJJ' where id=3;
-update noar tt set b2='8D8PFX89G0EW4R0R3XJG9CC1ASR' where id=3;
-update noar ti set b2='8D8PFX89G0EW4R0R3XJG9CC1ASR' where id=3;
-update noar tt set b0='LPRIH2I' where id=4;
-update noar ti set b0='LPRIH2I' where id=4;
-update noar tt set b1='IH12BTA0NKKFEQNQV4XMM' where id=4;
-update noar ti set b1='IH12BTA0NKKFEQNQV4XMM' where id=4;
-update noar tt set b2='YHOWHQSF' where id=4;
-update noar ti set b2='YHOWHQSF' where id=4;
-update noar tt set b0='HU2B02V9JZI7HR2TZKHD5ZVSCTKSQCL' where id=5;
-update noar ti set b0='HU2B02V9JZI7HR2TZKHD5ZVSCTKSQCL' where id=5;
-update noar tt set b1='V3T8UDWF95ZD3WSQZY6ZSZ5' where id=5;
-update noar ti set b1='V3T8UDWF95ZD3WSQZY6ZSZ5' where id=5;
-update noar tt set b2='F3HY8QP040TBJWRCCQQRTNVL' where id=5;
-update noar ti set b2='F3HY8QP040TBJWRCCQQRTNVL' where id=5;
-update noar tt set b0='6VK' where id=6;
-update noar ti set b0='6VK' where id=6;
-update noar tt set b1='DMYKRP3A31UU8LRZ5FE3RF8BFRX' where id=6;
-update noar ti set b1='DMYKRP3A31UU8LRZ5FE3RF8BFRX' where id=6;
-update noar tt set b2='RXZEP8UDXX4QAEHN0DHM6FUMMRUQN2' where id=6;
-update noar ti set b2='RXZEP8UDXX4QAEHN0DHM6FUMMRUQN2' where id=6;
-update noar tt set b0='MFEGY0' where id=7;
-update noar ti set b0='MFEGY0' where id=7;
-update noar tt set b1='AKOPUMQQDOC0V0T28NS5MY9YT5DRKSX0' where id=7;
-update noar ti set b1='AKOPUMQQDOC0V0T28NS5MY9YT5DRKSX0' where id=7;
-update noar tt set b2='2VYB4WHU77LZQ1P' where id=7;
-update noar ti set b2='2VYB4WHU77LZQ1P' where id=7;
-update noar tt set b0='H9SJQCBGJ6D7' where id=8;
-update noar ti set b0='H9SJQCBGJ6D7' where id=8;
-update noar tt set b1='1785LTCHMHA2Q' where id=8;
-update noar ti set b1='1785LTCHMHA2Q' where id=8;
-update noar tt set b2='JEJJ' where id=8;
-update noar ti set b2='JEJJ' where id=8;
-update noar tt set b0='QB7BP2WL' where id=9;
-update noar ti set b0='QB7BP2WL' where id=9;
-update noar tt set b1='JX' where id=9;
-update noar ti set b1='JX' where id=9;
-update noar tt set b2='XY87SOQ4NONQ3X7' where id=9;
-update noar ti set b2='XY87SOQ4NONQ3X7' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 text 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 b0='NS7MMJRW5IIECP3GD1J22IKZOB' where id=1;
-update noar ti set b0='NS7MMJRW5IIECP3GD1J22IKZOB' where id=1;
-update noar tt set b1='N4J1BJJR7X34JAL970LXJYFYHGR' where id=1;
-update noar ti set b1='N4J1BJJR7X34JAL970LXJYFYHGR' where id=1;
-update noar tt set b2='AAGYHPJ3E0FQTZO' where id=1;
-update noar ti set b2='AAGYHPJ3E0FQTZO' where id=1;
-update noar tt set b0='UX3O5GNNSPL6TWHX85' where id=2;
-update noar ti set b0='UX3O5GNNSPL6TWHX85' where id=2;
-update noar tt set b1='B8XLIKSYCBB9BLG8FYV20N1WKEG6HWN' where id=2;
-update noar ti set b1='B8XLIKSYCBB9BLG8FYV20N1WKEG6HWN' where id=2;
-update noar tt set b2='BX3WLY05L16NKO2YU3K8' where id=2;
-update noar ti set b2='BX3WLY05L16NKO2YU3K8' where id=2;
-update noar tt set b0='VSZIM8W2A1' where id=3;
-update noar ti set b0='VSZIM8W2A1' where id=3;
-update noar tt set b1='FK37F7FG9OHDZTDW' where id=3;
-update noar ti set b1='FK37F7FG9OHDZTDW' where id=3;
-update noar tt set b2='NW2XMFHPL4PX1LOKVQ00V5JZNOTU' where id=3;
-update noar ti set b2='NW2XMFHPL4PX1LOKVQ00V5JZNOTU' where id=3;
-update noar tt set b0='YYWG58MPQKES63' where id=4;
-update noar ti set b0='YYWG58MPQKES63' where id=4;
-update noar tt set b1='W4CQ9KMF' where id=4;
-update noar ti set b1='W4CQ9KMF' where id=4;
-update noar tt set b2='EQDCYJ7AJ15D9' where id=4;
-update noar ti set b2='EQDCYJ7AJ15D9' where id=4;
-update noar tt set b0='K' where id=5;
-update noar ti set b0='K' where id=5;
-update noar tt set b1='I3ITBINECVO' where id=5;
-update noar ti set b1='I3ITBINECVO' where id=5;
-update noar tt set b2='Y006C4KR03U9' where id=5;
-update noar ti set b2='Y006C4KR03U9' where id=5;
-update noar tt set b0='DAQI8IUSWQ' where id=6;
-update noar ti set b0='DAQI8IUSWQ' where id=6;
-update noar tt set b1='Q4ERIJ' where id=6;
-update noar ti set b1='Q4ERIJ' where id=6;
-update noar tt set b2='69ALED3PKX2Z2UWZBE0WFZ' where id=6;
-update noar ti set b2='69ALED3PKX2Z2UWZBE0WFZ' where id=6;
-update noar tt set b0='5UUYI36GIYQCQJT5A6FGD62R9OD71ASC' where id=7;
-update noar ti set b0='5UUYI36GIYQCQJT5A6FGD62R9OD71ASC' where id=7;
-update noar tt set b1='MLM1KTXNMJNQ4WORGUP3J0DL0' where id=7;
-update noar ti set b1='MLM1KTXNMJNQ4WORGUP3J0DL0' where id=7;
-update noar tt set b2='XBC8HFTAQ7LF5O2YP6E' where id=7;
-update noar ti set b2='XBC8HFTAQ7LF5O2YP6E' where id=7;
-update noar tt set b0='KBKZN58GN4Q' where id=8;
-update noar ti set b0='KBKZN58GN4Q' where id=8;
-update noar tt set b1='Z79TSD2SZ29DJ' where id=8;
-update noar ti set b1='Z79TSD2SZ29DJ' where id=8;
-update noar tt set b2='Q1IKFP' where id=8;
-update noar ti set b2='Q1IKFP' where id=8;
-update noar tt set b0='0A1YV' where id=9;
-update noar ti set b0='0A1YV' where id=9;
-update noar tt set b1='VA8N2UFZPHUOSXDY40W2TJ3S' where id=9;
-update noar ti set b1='VA8N2UFZPHUOSXDY40W2TJ3S' where id=9;
-update noar tt set b2='JUPWBP15V' where id=9;
-update noar ti set b2='JUPWBP15V' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 text 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 b0='B42YXTJ11558L3SS2A755' where id=1;
-update noar ti set b0='B42YXTJ11558L3SS2A755' where id=1;
-update noar tt set b1='6URJO63N2UCB8SV' where id=1;
-update noar ti set b1='6URJO63N2UCB8SV' where id=1;
-update noar tt set b2='7ZXAW9LETGZO323WWWL' where id=1;
-update noar ti set b2='7ZXAW9LETGZO323WWWL' where id=1;
-update noar tt set b0='9C61BPXPEER0VS2ZM51IRC4TVY83RJ8' where id=2;
-update noar ti set b0='9C61BPXPEER0VS2ZM51IRC4TVY83RJ8' where id=2;
-update noar tt set b1='DSZYS96XN' where id=2;
-update noar ti set b1='DSZYS96XN' where id=2;
-update noar tt set b2='5EO8S394DJRP' where id=2;
-update noar ti set b2='5EO8S394DJRP' where id=2;
-update noar tt set b0='12V4R9NGD682JLSLFY' where id=3;
-update noar ti set b0='12V4R9NGD682JLSLFY' where id=3;
-update noar tt set b1='IAO7RKWYU95SIF8C3' where id=3;
-update noar ti set b1='IAO7RKWYU95SIF8C3' where id=3;
-update noar tt set b2='SEBEDH6FAHGS6WIJTYAEUXSUQEPOR' where id=3;
-update noar ti set b2='SEBEDH6FAHGS6WIJTYAEUXSUQEPOR' where id=3;
-update noar tt set b0='6S04A0WC4P8TZN3T1EN9J4M' where id=4;
-update noar ti set b0='6S04A0WC4P8TZN3T1EN9J4M' where id=4;
-update noar tt set b1='EQ16VY3H89ZC4ADZFN6DSSB2FC9TK' where id=4;
-update noar ti set b1='EQ16VY3H89ZC4ADZFN6DSSB2FC9TK' where id=4;
-update noar tt set b2='3MSE9TBIVEXULDHAZZDBPYJM0QO' where id=4;
-update noar ti set b2='3MSE9TBIVEXULDHAZZDBPYJM0QO' where id=4;
-update noar tt set b0='1SDS1DXSA5' where id=5;
-update noar ti set b0='1SDS1DXSA5' where id=5;
-update noar tt set b1='DYU26KP9DJC0FMCOI3' where id=5;
-update noar ti set b1='DYU26KP9DJC0FMCOI3' where id=5;
-update noar tt set b2='U51619EWS8X5ARJSCQQZSOUZ377IR7L' where id=5;
-update noar ti set b2='U51619EWS8X5ARJSCQQZSOUZ377IR7L' where id=5;
-update noar tt set b0='FB6T8RZMCACBCEHI22X' where id=6;
-update noar ti set b0='FB6T8RZMCACBCEHI22X' where id=6;
-update noar tt set b1='ZI4' where id=6;
-update noar ti set b1='ZI4' where id=6;
-update noar tt set b2='6UMZPCXPEFLDM2RN5OFOQ' where id=6;
-update noar ti set b2='6UMZPCXPEFLDM2RN5OFOQ' where id=6;
-update noar tt set b0='2SOF3TELW33KHF63BL' where id=7;
-update noar ti set b0='2SOF3TELW33KHF63BL' where id=7;
-update noar tt set b1='7U' where id=7;
-update noar ti set b1='7U' where id=7;
-update noar tt set b2='1EYMATWT9BW6Z7X5WE3' where id=7;
-update noar ti set b2='1EYMATWT9BW6Z7X5WE3' where id=7;
-update noar tt set b0='7Z443FLV86ZH2501EOKGXXZ' where id=8;
-update noar ti set b0='7Z443FLV86ZH2501EOKGXXZ' where id=8;
-update noar tt set b1='PLV57' where id=8;
-update noar ti set b1='PLV57' where id=8;
-update noar tt set b2='KWB04L' where id=8;
-update noar ti set b2='KWB04L' where id=8;
-update noar tt set b0='EAFY9MI42W52M' where id=9;
-update noar ti set b0='EAFY9MI42W52M' where id=9;
-update noar tt set b1='1Y1C5C1U0MNW9XV3FKZ1Q23' where id=9;
-update noar ti set b1='1Y1C5C1U0MNW9XV3FKZ1Q23' where id=9;
-update noar tt set b2='2C8XFM53DUH' where id=9;
-update noar ti set b2='2C8XFM53DUH' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 text 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 b0='Q1ZTCN9' where id=1;
-update noar ti set b0='Q1ZTCN9' where id=1;
-update noar tt set b1='VUIEEFQRXCE8689D87D8SLJ5' where id=1;
-update noar ti set b1='VUIEEFQRXCE8689D87D8SLJ5' where id=1;
-update noar tt set b2='Q4MIDSUO6EY337N1B3O1' where id=1;
-update noar ti set b2='Q4MIDSUO6EY337N1B3O1' where id=1;
-update noar tt set b0='Y1CZXZIJJBSJ79X' where id=2;
-update noar ti set b0='Y1CZXZIJJBSJ79X' where id=2;
-update noar tt set b1='PYOBZ2F212PX6O0M2E' where id=2;
-update noar ti set b1='PYOBZ2F212PX6O0M2E' where id=2;
-update noar tt set b2='2AAZYS99XL83EYF9Z4' where id=2;
-update noar ti set b2='2AAZYS99XL83EYF9Z4' where id=2;
-update noar tt set b0='HMDFCWFA8DRTJRZC8MA3' where id=3;
-update noar ti set b0='HMDFCWFA8DRTJRZC8MA3' where id=3;
-update noar tt set b1='267XDLG5AHJQ6HFC0INFC0HYWU1A2CRU' where id=3;
-update noar ti set b1='267XDLG5AHJQ6HFC0INFC0HYWU1A2CRU' where id=3;
-update noar tt set b2='J3AE3V7TPOVCDG37T6NB' where id=3;
-update noar ti set b2='J3AE3V7TPOVCDG37T6NB' where id=3;
-update noar tt set b0='FO20IT04ORHJMM12COG088YT' where id=4;
-update noar ti set b0='FO20IT04ORHJMM12COG088YT' where id=4;
-update noar tt set b1='6SNE0H24TV2CTJDG' where id=4;
-update noar ti set b1='6SNE0H24TV2CTJDG' where id=4;
-update noar tt set b2='ZIS2ET5324LHUGQ3VDE8G' where id=4;
-update noar ti set b2='ZIS2ET5324LHUGQ3VDE8G' where id=4;
-update noar tt set b0='V5N6AZLRRE3TV' where id=5;
-update noar ti set b0='V5N6AZLRRE3TV' where id=5;
-update noar tt set b1='EELN' where id=5;
-update noar ti set b1='EELN' where id=5;
-update noar tt set b2='67HZJK73HWS6KSYZK96' where id=5;
-update noar ti set b2='67HZJK73HWS6KSYZK96' where id=5;
-update noar tt set b0='UX4ANK1BE69TVFB13H9F1AEZRX5' where id=6;
-update noar ti set b0='UX4ANK1BE69TVFB13H9F1AEZRX5' where id=6;
-update noar tt set b1='OH2I1R8CL4EG94SO2LKNJUDVTFY' where id=6;
-update noar ti set b1='OH2I1R8CL4EG94SO2LKNJUDVTFY' where id=6;
-update noar tt set b2='0Q2EGS9T9C6FZ973KPBN56GVZK' where id=6;
-update noar ti set b2='0Q2EGS9T9C6FZ973KPBN56GVZK' where id=6;
-update noar tt set b0='JB53U7R6' where id=7;
-update noar ti set b0='JB53U7R6' where id=7;
-update noar tt set b1='T77JK24HG6L5GHRJU' where id=7;
-update noar ti set b1='T77JK24HG6L5GHRJU' where id=7;
-update noar tt set b2='0YFM97NAKHEB22G4T13857O58WHOCI' where id=7;
-update noar ti set b2='0YFM97NAKHEB22G4T13857O58WHOCI' where id=7;
-update noar tt set b0='4SECL86MXMMEP7KA12TP7' where id=8;
-update noar ti set b0='4SECL86MXMMEP7KA12TP7' where id=8;
-update noar tt set b1='AY6CPI4POOCV2H399OCF6V' where id=8;
-update noar ti set b1='AY6CPI4POOCV2H399OCF6V' where id=8;
-update noar tt set b2='TR' where id=8;
-update noar ti set b2='TR' where id=8;
-update noar tt set b0='MCU578SYBED9RSWNCRO4264' where id=9;
-update noar ti set b0='MCU578SYBED9RSWNCRO4264' where id=9;
-update noar tt set b1='9V0QU7VILY7GVPVKQFYJ8J4144RV2D' where id=9;
-update noar ti set b1='9V0QU7VILY7GVPVKQFYJ8J4144RV2D' where id=9;
-update noar tt set b2='6E9Q9M8Q8WQAFR0W1KQZF9D4L8' where id=9;
-update noar ti set b2='6E9Q9M8Q8WQAFR0W1KQZF9D4L8' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 text 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 b0='PTLIFNY16MRL2495OL31JBA6EUFZQ' where id=1;
-update noar ti set b0='PTLIFNY16MRL2495OL31JBA6EUFZQ' where id=1;
-update noar tt set b1='3ICDB1LDOJMWSHUKC2J' where id=1;
-update noar ti set b1='3ICDB1LDOJMWSHUKC2J' where id=1;
-update noar tt set b2='FUTAZ' where id=1;
-update noar ti set b2='FUTAZ' where id=1;
-update noar tt set b0='RW4661J70687XJB7NU50WY56' where id=2;
-update noar ti set b0='RW4661J70687XJB7NU50WY56' where id=2;
-update noar tt set b1='KNAFYUXHDXJ750YHU1' where id=2;
-update noar ti set b1='KNAFYUXHDXJ750YHU1' where id=2;
-update noar tt set b2='HHXFF9P9JSZ3VO' where id=2;
-update noar ti set b2='HHXFF9P9JSZ3VO' where id=2;
-update noar tt set b0='LCW646' where id=3;
-update noar ti set b0='LCW646' where id=3;
-update noar tt set b1='4CDWTYITSHA9Z' where id=3;
-update noar ti set b1='4CDWTYITSHA9Z' where id=3;
-update noar tt set b2='237R8Y' where id=3;
-update noar ti set b2='237R8Y' where id=3;
-update noar tt set b0='QSYCQ' where id=4;
-update noar ti set b0='QSYCQ' where id=4;
-update noar tt set b1='H9E9KGGOBFVG' where id=4;
-update noar ti set b1='H9E9KGGOBFVG' where id=4;
-update noar tt set b2='AF01ZHN0GRUFD4CNNJ1431' where id=4;
-update noar ti set b2='AF01ZHN0GRUFD4CNNJ1431' where id=4;
-update noar tt set b0='5KI19YN7HZ32ZR259' where id=5;
-update noar ti set b0='5KI19YN7HZ32ZR259' where id=5;
-update noar tt set b1='ESYEW3U9G' where id=5;
-update noar ti set b1='ESYEW3U9G' where id=5;
-update noar tt set b2='41RLKV' where id=5;
-update noar ti set b2='41RLKV' where id=5;
-update noar tt set b0='B8EOH268AMN' where id=6;
-update noar ti set b0='B8EOH268AMN' where id=6;
-update noar tt set b1='QF2RQF8Q6704HRSEYNQJH441YFNF0' where id=6;
-update noar ti set b1='QF2RQF8Q6704HRSEYNQJH441YFNF0' where id=6;
-update noar tt set b2='CI8NO7V' where id=6;
-update noar ti set b2='CI8NO7V' where id=6;
-update noar tt set b0='8JUE0UOR0ECQ90J6ZTE097CJXPA' where id=7;
-update noar ti set b0='8JUE0UOR0ECQ90J6ZTE097CJXPA' where id=7;
-update noar tt set b1='FG6FFBVYM9A' where id=7;
-update noar ti set b1='FG6FFBVYM9A' where id=7;
-update noar tt set b2='V1ZZPJ73LZC0W76H9XF' where id=7;
-update noar ti set b2='V1ZZPJ73LZC0W76H9XF' where id=7;
-update noar tt set b0='G9CGK3PV9FABT7VG5NN1219LL' where id=8;
-update noar ti set b0='G9CGK3PV9FABT7VG5NN1219LL' where id=8;
-update noar tt set b1='Q3ZH5Q8J2ORJZ' where id=8;
-update noar ti set b1='Q3ZH5Q8J2ORJZ' where id=8;
-update noar tt set b2='FVQI3MYISE9ESOYSB' where id=8;
-update noar ti set b2='FVQI3MYISE9ESOYSB' where id=8;
-update noar tt set b0='4HHTTK' where id=9;
-update noar ti set b0='4HHTTK' where id=9;
-update noar tt set b1='5VT67S0S7YC5CHQ9VJRE' where id=9;
-update noar ti set b1='5VT67S0S7YC5CHQ9VJRE' where id=9;
-update noar tt set b2='5KWG061WWAGNL521A' where id=9;
-update noar ti set b2='5KWG061WWAGNL521A' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 text null,
-b1 mediumblob null,
-b2 text 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 b0='F1KPE' where id=1;
-update noar ti set b0='F1KPE' where id=1;
-update noar tt set b1='UZKD4TK45MYMKZPQ9F6I' where id=1;
-update noar ti set b1='UZKD4TK45MYMKZPQ9F6I' where id=1;
-update noar tt set b2='IQPWGKQME4SRRB4NQRI45ZTZJE' where id=1;
-update noar ti set b2='IQPWGKQME4SRRB4NQRI45ZTZJE' where id=1;
-update noar tt set b0='3YXNF7LEJ9ULZ2A' where id=2;
-update noar ti set b0='3YXNF7LEJ9ULZ2A' where id=2;
-update noar tt set b1='0O4I29IFUTX5GOEL' where id=2;
-update noar ti set b1='0O4I29IFUTX5GOEL' where id=2;
-update noar tt set b2='K60S8RLS8C86VU96Y9XAC05O55T' where id=2;
-update noar ti set b2='K60S8RLS8C86VU96Y9XAC05O55T' where id=2;
-update noar tt set b0='86TSE9D6M2' where id=3;
-update noar ti set b0='86TSE9D6M2' where id=3;
-update noar tt set b1='QY8XQICM17' where id=3;
-update noar ti set b1='QY8XQICM17' where id=3;
-update noar tt set b2='S3YIF43WK8LV617A7YY7LZ9J' where id=3;
-update noar ti set b2='S3YIF43WK8LV617A7YY7LZ9J' where id=3;
-update noar tt set b0='9VWXP37V' where id=4;
-update noar ti set b0='9VWXP37V' where id=4;
-update noar tt set b1='JX6384SVV3KLY9HMWVE8XQKX892ZZ' where id=4;
-update noar ti set b1='JX6384SVV3KLY9HMWVE8XQKX892ZZ' where id=4;
-update noar tt set b2='JR6JIHS7ZGPZTML4H9OPFYYW' where id=4;
-update noar ti set b2='JR6JIHS7ZGPZTML4H9OPFYYW' where id=4;
-update noar tt set b0='9PMJ81BFSRW07WT6UG0ICGWNV2Q1QX5' where id=5;
-update noar ti set b0='9PMJ81BFSRW07WT6UG0ICGWNV2Q1QX5' where id=5;
-update noar tt set b1='9ACHG9FTHCVYX0ICE4NHW1L' where id=5;
-update noar ti set b1='9ACHG9FTHCVYX0ICE4NHW1L' where id=5;
-update noar tt set b2='5' where id=5;
-update noar ti set b2='5' where id=5;
-update noar tt set b0='YF6GZE6QL4BXXXSOK9B1' where id=6;
-update noar ti set b0='YF6GZE6QL4BXXXSOK9B1' where id=6;
-update noar tt set b1='X8' where id=6;
-update noar ti set b1='X8' where id=6;
-update noar tt set b2='2I0NDLS8' where id=6;
-update noar ti set b2='2I0NDLS8' where id=6;
-update noar tt set b0='38CVZ57NIZOWZ7WK6' where id=7;
-update noar ti set b0='38CVZ57NIZOWZ7WK6' where id=7;
-update noar tt set b1='4AS06GZAUQJ0' where id=7;
-update noar ti set b1='4AS06GZAUQJ0' where id=7;
-update noar tt set b2='K3TME' where id=7;
-update noar ti set b2='K3TME' where id=7;
-update noar tt set b0='JP9O7DK2NP7ZEY' where id=8;
-update noar ti set b0='JP9O7DK2NP7ZEY' where id=8;
-update noar tt set b1='REZUKM5Z4X28OOLKJ2PKDIGGYC2D' where id=8;
-update noar ti set b1='REZUKM5Z4X28OOLKJ2PKDIGGYC2D' where id=8;
-update noar tt set b2='CNHLKRIFD2Q0M5FVTEOLC09IPDEH' where id=8;
-update noar ti set b2='CNHLKRIFD2Q0M5FVTEOLC09IPDEH' where id=8;
-update noar tt set b0='TENQM314ZB7PL5XIX' where id=9;
-update noar ti set b0='TENQM314ZB7PL5XIX' where id=9;
-update noar tt set b1='BKR3OVXX64UUIWWF' where id=9;
-update noar ti set b1='BKR3OVXX64UUIWWF' where id=9;
-update noar tt set b2='U' where id=9;
-update noar ti set b2='U' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 text not null,
-b1 mediumblob not null,
-b2 text 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 b0='FZLG1JJ6REQTI4C6FIFBIC8NVVSCG4' where id=1;
-update noar ti set b0='FZLG1JJ6REQTI4C6FIFBIC8NVVSCG4' where id=1;
-update noar tt set b1='E5EYERVZOMPYYHN5XOUBF' where id=1;
-update noar ti set b1='E5EYERVZOMPYYHN5XOUBF' where id=1;
-update noar tt set b2='QFGWX7ZONIZW17M7QF9KMKLTNAH' where id=1;
-update noar ti set b2='QFGWX7ZONIZW17M7QF9KMKLTNAH' where id=1;
-update noar tt set b0='QD4H9HIP95Y4' where id=2;
-update noar ti set b0='QD4H9HIP95Y4' where id=2;
-update noar tt set b1='4TPXNUPI517KMFAA7T8P03MHU' where id=2;
-update noar ti set b1='4TPXNUPI517KMFAA7T8P03MHU' where id=2;
-update noar tt set b2='9MCF0LPM66GFQU49DV4F' where id=2;
-update noar ti set b2='9MCF0LPM66GFQU49DV4F' where id=2;
-update noar tt set b0='ODT' where id=3;
-update noar ti set b0='ODT' where id=3;
-update noar tt set b1='C1D0P0076RHFD9CDVQ9II0L1OF3LL' where id=3;
-update noar ti set b1='C1D0P0076RHFD9CDVQ9II0L1OF3LL' where id=3;
-update noar tt set b2='JMYFWQWMNCDZYEP4ZNW50F895OW' where id=3;
-update noar ti set b2='JMYFWQWMNCDZYEP4ZNW50F895OW' where id=3;
-update noar tt set b0='PAIPB3NQN' where id=4;
-update noar ti set b0='PAIPB3NQN' where id=4;
-update noar tt set b1='EC0NJU5USYIWDBXYZFPQQGKIR8' where id=4;
-update noar ti set b1='EC0NJU5USYIWDBXYZFPQQGKIR8' where id=4;
-update noar tt set b2='ZAPDPQR0GWVPQ7JOZBYF' where id=4;
-update noar ti set b2='ZAPDPQR0GWVPQ7JOZBYF' where id=4;
-update noar tt set b0='ZVG0E2G4YSFWXXI48FIOYYQ1JBBSWK' where id=5;
-update noar ti set b0='ZVG0E2G4YSFWXXI48FIOYYQ1JBBSWK' where id=5;
-update noar tt set b1='E1SM6MHM04' where id=5;
-update noar ti set b1='E1SM6MHM04' where id=5;
-update noar tt set b2='Q0YZ1WU25RVIF0SHOR8P2OXIN' where id=5;
-update noar ti set b2='Q0YZ1WU25RVIF0SHOR8P2OXIN' where id=5;
-update noar tt set b0='WFYU' where id=6;
-update noar ti set b0='WFYU' where id=6;
-update noar tt set b1='WNV76YAIUJN0ICYEXVQUQKXN7U6D' where id=6;
-update noar ti set b1='WNV76YAIUJN0ICYEXVQUQKXN7U6D' where id=6;
-update noar tt set b2='0R3B34FEFCZ4UN' where id=6;
-update noar ti set b2='0R3B34FEFCZ4UN' where id=6;
-update noar tt set b0='J2ZGLJJG8IUP7UHK4219VRVB9MM' where id=7;
-update noar ti set b0='J2ZGLJJG8IUP7UHK4219VRVB9MM' where id=7;
-update noar tt set b1='T623353FCRJGLPU676D8WALK6Z23VVQL' where id=7;
-update noar ti set b1='T623353FCRJGLPU676D8WALK6Z23VVQL' where id=7;
-update noar tt set b2='DZ' where id=7;
-update noar ti set b2='DZ' where id=7;
-update noar tt set b0='BY5HHOCT3093NKT' where id=8;
-update noar ti set b0='BY5HHOCT3093NKT' where id=8;
-update noar tt set b1='XBSIJGQJWZK7E0X1Z7' where id=8;
-update noar ti set b1='XBSIJGQJWZK7E0X1Z7' where id=8;
-update noar tt set b2='IQWMK3YBNTHPCOC9SE3LKQCOFZH' where id=8;
-update noar ti set b2='IQWMK3YBNTHPCOC9SE3LKQCOFZH' where id=8;
-update noar tt set b0='1YNRS1GX9Y2DHX0XB5BP29IULIYXH87Z' where id=9;
-update noar ti set b0='1YNRS1GX9Y2DHX0XB5BP29IULIYXH87Z' where id=9;
-update noar tt set b1='FA8PCZAUHHN847DPVD20V' where id=9;
-update noar ti set b1='FA8PCZAUHHN847DPVD20V' where id=9;
-update noar tt set b2='7HPTYCMEJDA8ACGI4AUYXD89XAESI' where id=9;
-update noar ti set b2='7HPTYCMEJDA8ACGI4AUYXD89XAESI' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 text 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 b0='UUGMOZ1P3' where id=1;
-update noar ti set b0='UUGMOZ1P3' where id=1;
-update noar tt set b1='PBWC9AMOAT0NJTZRFDHAYJI9YNBYOPXW' where id=1;
-update noar ti set b1='PBWC9AMOAT0NJTZRFDHAYJI9YNBYOPXW' where id=1;
-update noar tt set b2='8F6X32CU7TLEJYCKSUWR' where id=1;
-update noar ti set b2='8F6X32CU7TLEJYCKSUWR' where id=1;
-update noar tt set b0='SNC6LN383ACJ4K0Y1NJ' where id=2;
-update noar ti set b0='SNC6LN383ACJ4K0Y1NJ' where id=2;
-update noar tt set b1='0HJPYQPGGOO40O26ZQK438L1LB0' where id=2;
-update noar ti set b1='0HJPYQPGGOO40O26ZQK438L1LB0' where id=2;
-update noar tt set b2='EAYEUB079Q6ULB' where id=2;
-update noar ti set b2='EAYEUB079Q6ULB' where id=2;
-update noar tt set b0='FBK0CKXVMY0NCQM7' where id=3;
-update noar ti set b0='FBK0CKXVMY0NCQM7' where id=3;
-update noar tt set b1='TM' where id=3;
-update noar ti set b1='TM' where id=3;
-update noar tt set b2='YL22GZAQSVO2JASQCI3FZX8HPSI' where id=3;
-update noar ti set b2='YL22GZAQSVO2JASQCI3FZX8HPSI' where id=3;
-update noar tt set b0='9QR2QL9QQR6BF' where id=4;
-update noar ti set b0='9QR2QL9QQR6BF' where id=4;
-update noar tt set b1='2F4LIFNIHGDSUSTINS0WUQMIV' where id=4;
-update noar ti set b1='2F4LIFNIHGDSUSTINS0WUQMIV' where id=4;
-update noar tt set b2='K4' where id=4;
-update noar ti set b2='K4' where id=4;
-update noar tt set b0='GDCE31TWJT' where id=5;
-update noar ti set b0='GDCE31TWJT' where id=5;
-update noar tt set b1='71Z3FE5XK6L9' where id=5;
-update noar ti set b1='71Z3FE5XK6L9' where id=5;
-update noar tt set b2='DBX91DP6TO' where id=5;
-update noar ti set b2='DBX91DP6TO' where id=5;
-update noar tt set b0='WO06OFL' where id=6;
-update noar ti set b0='WO06OFL' where id=6;
-update noar tt set b1='34' where id=6;
-update noar ti set b1='34' where id=6;
-update noar tt set b2='JNH9' where id=6;
-update noar ti set b2='JNH9' where id=6;
-update noar tt set b0='Y1Q2QPCMLDXGVVKEL026QTVCZMEE' where id=7;
-update noar ti set b0='Y1Q2QPCMLDXGVVKEL026QTVCZMEE' where id=7;
-update noar tt set b1='RI1RYZG3L2GFW18Z03HOYC5' where id=7;
-update noar ti set b1='RI1RYZG3L2GFW18Z03HOYC5' where id=7;
-update noar tt set b2='10OCM08ETI7GHGB3FA' where id=7;
-update noar ti set b2='10OCM08ETI7GHGB3FA' where id=7;
-update noar tt set b0='LU6L0URZ9S3OQFK24YINC1' where id=8;
-update noar ti set b0='LU6L0URZ9S3OQFK24YINC1' where id=8;
-update noar tt set b1='QX7RVVV' where id=8;
-update noar ti set b1='QX7RVVV' where id=8;
-update noar tt set b2='KX0MPDVWDG3MX7NLVTI5SQ4' where id=8;
-update noar ti set b2='KX0MPDVWDG3MX7NLVTI5SQ4' where id=8;
-update noar tt set b0='036' where id=9;
-update noar ti set b0='036' where id=9;
-update noar tt set b1='0W0UZUP2HSA22U0IAS5' where id=9;
-update noar ti set b1='0W0UZUP2HSA22U0IAS5' where id=9;
-update noar tt set b2='OZ0F' where id=9;
-update noar ti set b2='OZ0F' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 text 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 b0='FG5GFLPIXT02' where id=1;
-update noar ti set b0='FG5GFLPIXT02' where id=1;
-update noar tt set b1='KYGJ4KO2M5K9699II6AGHI5T' where id=1;
-update noar ti set b1='KYGJ4KO2M5K9699II6AGHI5T' where id=1;
-update noar tt set b2='TJS03JSU2' where id=1;
-update noar ti set b2='TJS03JSU2' where id=1;
-update noar tt set b0='GSB' where id=2;
-update noar ti set b0='GSB' where id=2;
-update noar tt set b1='YO' where id=2;
-update noar ti set b1='YO' where id=2;
-update noar tt set b2='P99PYJZHXZFHQBDUQX' where id=2;
-update noar ti set b2='P99PYJZHXZFHQBDUQX' where id=2;
-update noar tt set b0='QQTGTYCEZHO7DS5Z0BT0HI' where id=3;
-update noar ti set b0='QQTGTYCEZHO7DS5Z0BT0HI' where id=3;
-update noar tt set b1='O42TZUJVKA7YEHVGYZ9' where id=3;
-update noar ti set b1='O42TZUJVKA7YEHVGYZ9' where id=3;
-update noar tt set b2='COKYO8BHKV5UBBOFBD3G7' where id=3;
-update noar ti set b2='COKYO8BHKV5UBBOFBD3G7' where id=3;
-update noar tt set b0='YTS9FYDEO87B599JY7V5JMXE' where id=4;
-update noar ti set b0='YTS9FYDEO87B599JY7V5JMXE' where id=4;
-update noar tt set b1='H14MBK1' where id=4;
-update noar ti set b1='H14MBK1' where id=4;
-update noar tt set b2='J1UUIK1W5JIETHQZ4HDRZWA' where id=4;
-update noar ti set b2='J1UUIK1W5JIETHQZ4HDRZWA' where id=4;
-update noar tt set b0='WW6S001TL1QV' where id=5;
-update noar ti set b0='WW6S001TL1QV' where id=5;
-update noar tt set b1='3SL' where id=5;
-update noar ti set b1='3SL' where id=5;
-update noar tt set b2='2350D0PGAD' where id=5;
-update noar ti set b2='2350D0PGAD' where id=5;
-update noar tt set b0='PY7KV6DLP' where id=6;
-update noar ti set b0='PY7KV6DLP' where id=6;
-update noar tt set b1='CJ5W6JZF203YL2E1JMBZKA483VH3JRI' where id=6;
-update noar ti set b1='CJ5W6JZF203YL2E1JMBZKA483VH3JRI' where id=6;
-update noar tt set b2='QGXI0Q8YJ' where id=6;
-update noar ti set b2='QGXI0Q8YJ' where id=6;
-update noar tt set b0='BU6WFNRGHPBWILUDPHBSIHRDI2ZGU6I' where id=7;
-update noar ti set b0='BU6WFNRGHPBWILUDPHBSIHRDI2ZGU6I' where id=7;
-update noar tt set b1='IVKCI5SIWEMS6Z677N0B1DME8JJ25L2I' where id=7;
-update noar ti set b1='IVKCI5SIWEMS6Z677N0B1DME8JJ25L2I' where id=7;
-update noar tt set b2='U8' where id=7;
-update noar ti set b2='U8' where id=7;
-update noar tt set b0='92PT815NVI59ES' where id=8;
-update noar ti set b0='92PT815NVI59ES' where id=8;
-update noar tt set b1='U3E9DZ4H37O8KYNPI' where id=8;
-update noar ti set b1='U3E9DZ4H37O8KYNPI' where id=8;
-update noar tt set b2='M1P1AL8RI5GT28OMG38PVPAKGJM8OY' where id=8;
-update noar ti set b2='M1P1AL8RI5GT28OMG38PVPAKGJM8OY' where id=8;
-update noar tt set b0='NJ97NFK6QUZ' where id=9;
-update noar ti set b0='NJ97NFK6QUZ' where id=9;
-update noar tt set b1='9N1MYO' where id=9;
-update noar ti set b1='9N1MYO' where id=9;
-update noar tt set b2='BDMG7MDSYCCHVJY2TEI7' where id=9;
-update noar ti set b2='BDMG7MDSYCCHVJY2TEI7' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 text 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 b0='EDIY6' where id=1;
-update noar ti set b0='EDIY6' where id=1;
-update noar tt set b1='58TPY5G' where id=1;
-update noar ti set b1='58TPY5G' where id=1;
-update noar tt set b2='8' where id=1;
-update noar ti set b2='8' where id=1;
-update noar tt set b0='TED6CUCZ2YTLEWABEODOHKPY' where id=2;
-update noar ti set b0='TED6CUCZ2YTLEWABEODOHKPY' where id=2;
-update noar tt set b1='MFNK' where id=2;
-update noar ti set b1='MFNK' where id=2;
-update noar tt set b2='CP2P45YB5RDFB2EKL4836' where id=2;
-update noar ti set b2='CP2P45YB5RDFB2EKL4836' where id=2;
-update noar tt set b0='TBQ9QWAZE2E26H3185DTTU2FCX' where id=3;
-update noar ti set b0='TBQ9QWAZE2E26H3185DTTU2FCX' where id=3;
-update noar tt set b1='8X44NE7RGRDRF4BCBZE3HPZZGLG9ZP9' where id=3;
-update noar ti set b1='8X44NE7RGRDRF4BCBZE3HPZZGLG9ZP9' where id=3;
-update noar tt set b2='4B9HKB4FOT05OTXEUVYTKD2YXQK' where id=3;
-update noar ti set b2='4B9HKB4FOT05OTXEUVYTKD2YXQK' where id=3;
-update noar tt set b0='P1EGDBQWU8Y98WCZ74W' where id=4;
-update noar ti set b0='P1EGDBQWU8Y98WCZ74W' where id=4;
-update noar tt set b1='X' where id=4;
-update noar ti set b1='X' where id=4;
-update noar tt set b2='K33PV3VRODEC3AWYU4LX3' where id=4;
-update noar ti set b2='K33PV3VRODEC3AWYU4LX3' where id=4;
-update noar tt set b0='AAD3SCXGXZ7KHLELVA' where id=5;
-update noar ti set b0='AAD3SCXGXZ7KHLELVA' where id=5;
-update noar tt set b1='NFB49OZR7JWU0ONDOJT6H' where id=5;
-update noar ti set b1='NFB49OZR7JWU0ONDOJT6H' where id=5;
-update noar tt set b2='97FWTMW3O2BQDFJCPAHA7ORR917EI' where id=5;
-update noar ti set b2='97FWTMW3O2BQDFJCPAHA7ORR917EI' where id=5;
-update noar tt set b0='1MEIX05A06L1KHZB767GB2Y' where id=6;
-update noar ti set b0='1MEIX05A06L1KHZB767GB2Y' where id=6;
-update noar tt set b1='KYUPVOMHNKWTEBF1' where id=6;
-update noar ti set b1='KYUPVOMHNKWTEBF1' where id=6;
-update noar tt set b2='GOL' where id=6;
-update noar ti set b2='GOL' where id=6;
-update noar tt set b0='S991AE337P7VLMOQ' where id=7;
-update noar ti set b0='S991AE337P7VLMOQ' where id=7;
-update noar tt set b1='26EB8QJTV5KOTXZJDH2N' where id=7;
-update noar ti set b1='26EB8QJTV5KOTXZJDH2N' where id=7;
-update noar tt set b2='6W8J8R68' where id=7;
-update noar ti set b2='6W8J8R68' where id=7;
-update noar tt set b0='BO3TGF' where id=8;
-update noar ti set b0='BO3TGF' where id=8;
-update noar tt set b1='ZUFG02URD9W4WJSFZ6XVR8V1PH1VXONT' where id=8;
-update noar ti set b1='ZUFG02URD9W4WJSFZ6XVR8V1PH1VXONT' where id=8;
-update noar tt set b2='WCNKT1RP4CZ035P2KRDTQF2A' where id=8;
-update noar ti set b2='WCNKT1RP4CZ035P2KRDTQF2A' where id=8;
-update noar tt set b0='3RV4SVJNFH5807' where id=9;
-update noar ti set b0='3RV4SVJNFH5807' where id=9;
-update noar tt set b1='HH0E8QCB9INLB' where id=9;
-update noar ti set b1='HH0E8QCB9INLB' where id=9;
-update noar tt set b2='9' where id=9;
-update noar ti set b2='9' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 text 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 b0='S1BZX1GMU2YND3ET9RJBOP7Q2S' where id=1;
-update noar ti set b0='S1BZX1GMU2YND3ET9RJBOP7Q2S' where id=1;
-update noar tt set b1='V0K31OUURZTPZO' where id=1;
-update noar ti set b1='V0K31OUURZTPZO' where id=1;
-update noar tt set b2='4ZZWYX4XPJHEYA88GMBDB5E' where id=1;
-update noar ti set b2='4ZZWYX4XPJHEYA88GMBDB5E' where id=1;
-update noar tt set b0='UNS8VQ6BTRS7LQRZH0Y' where id=2;
-update noar ti set b0='UNS8VQ6BTRS7LQRZH0Y' where id=2;
-update noar tt set b1='98H7FEP5HT' where id=2;
-update noar ti set b1='98H7FEP5HT' where id=2;
-update noar tt set b2='QTPIF0' where id=2;
-update noar ti set b2='QTPIF0' where id=2;
-update noar tt set b0='I6VATVQRU1VXHUIGYTBKE5' where id=3;
-update noar ti set b0='I6VATVQRU1VXHUIGYTBKE5' where id=3;
-update noar tt set b1='PYCER' where id=3;
-update noar ti set b1='PYCER' where id=3;
-update noar tt set b2='7CDT8FFD9OS19F1T2XIYJ' where id=3;
-update noar ti set b2='7CDT8FFD9OS19F1T2XIYJ' where id=3;
-update noar tt set b0='N0B501K95GPMN51NW' where id=4;
-update noar ti set b0='N0B501K95GPMN51NW' where id=4;
-update noar tt set b1='YD87UKN4S0' where id=4;
-update noar ti set b1='YD87UKN4S0' where id=4;
-update noar tt set b2='CZ7L9BHYOTL45P3P5HVCI77PV45R' where id=4;
-update noar ti set b2='CZ7L9BHYOTL45P3P5HVCI77PV45R' where id=4;
-update noar tt set b0='292MSMHCG9J7W8JV24Q' where id=5;
-update noar ti set b0='292MSMHCG9J7W8JV24Q' where id=5;
-update noar tt set b1='MWCPOCMY' where id=5;
-update noar ti set b1='MWCPOCMY' where id=5;
-update noar tt set b2='PG' where id=5;
-update noar ti set b2='PG' where id=5;
-update noar tt set b0='YBKSVEI6S76HXMT7J' where id=6;
-update noar ti set b0='YBKSVEI6S76HXMT7J' where id=6;
-update noar tt set b1='ASIL8EPIEP' where id=6;
-update noar ti set b1='ASIL8EPIEP' where id=6;
-update noar tt set b2='XEFHH7CNNMOYS0FQ4JGIRPZ' where id=6;
-update noar ti set b2='XEFHH7CNNMOYS0FQ4JGIRPZ' where id=6;
-update noar tt set b0='SVK3OKVD592V3DLJGZWI' where id=7;
-update noar ti set b0='SVK3OKVD592V3DLJGZWI' where id=7;
-update noar tt set b1='ZDN6T0H31T6U6SPT319GJS8AO6' where id=7;
-update noar ti set b1='ZDN6T0H31T6U6SPT319GJS8AO6' where id=7;
-update noar tt set b2='PTZED93DMLC9MH25D2H0' where id=7;
-update noar ti set b2='PTZED93DMLC9MH25D2H0' where id=7;
-update noar tt set b0='Z2257C73FE768H3OGQYRQYJ' where id=8;
-update noar ti set b0='Z2257C73FE768H3OGQYRQYJ' where id=8;
-update noar tt set b1='JFE2BNXQ6F6QO4F36PV' where id=8;
-update noar ti set b1='JFE2BNXQ6F6QO4F36PV' where id=8;
-update noar tt set b2='YNYCFK4IEVWDEK2I2NPGYPMDF' where id=8;
-update noar ti set b2='YNYCFK4IEVWDEK2I2NPGYPMDF' where id=8;
-update noar tt set b0='P7TEHC1E7H' where id=9;
-update noar ti set b0='P7TEHC1E7H' where id=9;
-update noar tt set b1='GAMS' where id=9;
-update noar ti set b1='GAMS' where id=9;
-update noar tt set b2='ISQVEH5DWMZA9CFO6TX' where id=9;
-update noar ti set b2='ISQVEH5DWMZA9CFO6TX' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 text 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 b0='VEV9WU59A5QRVQHC' where id=1;
-update noar ti set b0='VEV9WU59A5QRVQHC' where id=1;
-update noar tt set b1='WV6Q5JD1392NNJMAKJ5' where id=1;
-update noar ti set b1='WV6Q5JD1392NNJMAKJ5' where id=1;
-update noar tt set b2='WN52ORPN75BUDPO8E1T29' where id=1;
-update noar ti set b2='WN52ORPN75BUDPO8E1T29' where id=1;
-update noar tt set b0='LNFEZR474NVFI' where id=2;
-update noar ti set b0='LNFEZR474NVFI' where id=2;
-update noar tt set b1='I4J85LC7Y5C6UAFAYW86GG8M7O0OUTN' where id=2;
-update noar ti set b1='I4J85LC7Y5C6UAFAYW86GG8M7O0OUTN' where id=2;
-update noar tt set b2='3DZU6' where id=2;
-update noar ti set b2='3DZU6' where id=2;
-update noar tt set b0='P6XMKGEREU7AA7ROKVRWVTAAN' where id=3;
-update noar ti set b0='P6XMKGEREU7AA7ROKVRWVTAAN' where id=3;
-update noar tt set b1='U32B4Y8PRCDZV5I3M29ITBE1' where id=3;
-update noar ti set b1='U32B4Y8PRCDZV5I3M29ITBE1' where id=3;
-update noar tt set b2='K9U3T4I6J3CG' where id=3;
-update noar ti set b2='K9U3T4I6J3CG' where id=3;
-update noar tt set b0='CR' where id=4;
-update noar ti set b0='CR' where id=4;
-update noar tt set b1='B38BF9K2P' where id=4;
-update noar ti set b1='B38BF9K2P' where id=4;
-update noar tt set b2='1IFYUVT2064YST' where id=4;
-update noar ti set b2='1IFYUVT2064YST' where id=4;
-update noar tt set b0='NT' where id=5;
-update noar ti set b0='NT' where id=5;
-update noar tt set b1='W9X11NURLXPNWPXN30' where id=5;
-update noar ti set b1='W9X11NURLXPNWPXN30' where id=5;
-update noar tt set b2='ZWI9O' where id=5;
-update noar ti set b2='ZWI9O' where id=5;
-update noar tt set b0='RN600UL03M' where id=6;
-update noar ti set b0='RN600UL03M' where id=6;
-update noar tt set b1='6FQDTUI' where id=6;
-update noar ti set b1='6FQDTUI' where id=6;
-update noar tt set b2='ITYTZVLJTMG9QY5TG00JVHIZTH' where id=6;
-update noar ti set b2='ITYTZVLJTMG9QY5TG00JVHIZTH' where id=6;
-update noar tt set b0='H8EKMVY2SZ7JW4YXVRO7Q' where id=7;
-update noar ti set b0='H8EKMVY2SZ7JW4YXVRO7Q' where id=7;
-update noar tt set b1='R18EEVGLUATFI1JRR2VJE16NVJO' where id=7;
-update noar ti set b1='R18EEVGLUATFI1JRR2VJE16NVJO' where id=7;
-update noar tt set b2='FG4G' where id=7;
-update noar ti set b2='FG4G' where id=7;
-update noar tt set b0='5NM000UZDLIF' where id=8;
-update noar ti set b0='5NM000UZDLIF' where id=8;
-update noar tt set b1='HYXNAJ8QYF' where id=8;
-update noar ti set b1='HYXNAJ8QYF' where id=8;
-update noar tt set b2='URU0KZ4NK2U' where id=8;
-update noar ti set b2='URU0KZ4NK2U' where id=8;
-update noar tt set b0='LRQK35RR' where id=9;
-update noar ti set b0='LRQK35RR' where id=9;
-update noar tt set b1='QACJ71GE6K5Z' where id=9;
-update noar ti set b1='QACJ71GE6K5Z' where id=9;
-update noar tt set b2='MSTWYPU' where id=9;
-update noar ti set b2='MSTWYPU' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 text 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 b0='QDV1DW52NO1MN4WBTEHIA3' where id=1;
-update noar ti set b0='QDV1DW52NO1MN4WBTEHIA3' where id=1;
-update noar tt set b1='8Y23EXK4M9OJUBIEX1040CN7O0KIHVY' where id=1;
-update noar ti set b1='8Y23EXK4M9OJUBIEX1040CN7O0KIHVY' where id=1;
-update noar tt set b2='G1ZFVE1R9JMUG' where id=1;
-update noar ti set b2='G1ZFVE1R9JMUG' where id=1;
-update noar tt set b0='G1VTP8VER9X5XF76IHM' where id=2;
-update noar ti set b0='G1VTP8VER9X5XF76IHM' where id=2;
-update noar tt set b1='SA73SUE0VCNOE7BFNMD51ECOCHLO' where id=2;
-update noar ti set b1='SA73SUE0VCNOE7BFNMD51ECOCHLO' where id=2;
-update noar tt set b2='HPKDPWSVCQV' where id=2;
-update noar ti set b2='HPKDPWSVCQV' where id=2;
-update noar tt set b0='1FYN8LDJ6DNLJ34' where id=3;
-update noar ti set b0='1FYN8LDJ6DNLJ34' where id=3;
-update noar tt set b1='Z1SZ9WQ7VX' where id=3;
-update noar ti set b1='Z1SZ9WQ7VX' where id=3;
-update noar tt set b2='C4II1NMNM6JKNDQ5C80TZXKYZT' where id=3;
-update noar ti set b2='C4II1NMNM6JKNDQ5C80TZXKYZT' where id=3;
-update noar tt set b0='4XFAFZ8EF4QFK6XHLWC6BGH' where id=4;
-update noar ti set b0='4XFAFZ8EF4QFK6XHLWC6BGH' where id=4;
-update noar tt set b1='EMH5CJKDFI387I7LFB3A9HUQOCWQSJ' where id=4;
-update noar ti set b1='EMH5CJKDFI387I7LFB3A9HUQOCWQSJ' where id=4;
-update noar tt set b2='0JHKEL816XK' where id=4;
-update noar ti set b2='0JHKEL816XK' where id=4;
-update noar tt set b0='LPZCG1NJLEJ93YM9YWZ8C' where id=5;
-update noar ti set b0='LPZCG1NJLEJ93YM9YWZ8C' where id=5;
-update noar tt set b1='4I26Y2BZUYJDWBB5R9OZIBN9E' where id=5;
-update noar ti set b1='4I26Y2BZUYJDWBB5R9OZIBN9E' where id=5;
-update noar tt set b2='PPJJ82O7WFYXZK4D6LF44EZ' where id=5;
-update noar ti set b2='PPJJ82O7WFYXZK4D6LF44EZ' where id=5;
-update noar tt set b0='DE3306BZ9H185S' where id=6;
-update noar ti set b0='DE3306BZ9H185S' where id=6;
-update noar tt set b1='DC6RPIWT22VB9MRF5EL5V' where id=6;
-update noar ti set b1='DC6RPIWT22VB9MRF5EL5V' where id=6;
-update noar tt set b2='F5VQ' where id=6;
-update noar ti set b2='F5VQ' where id=6;
-update noar tt set b0='I3ZX4DBGGUQA39FDULDSD' where id=7;
-update noar ti set b0='I3ZX4DBGGUQA39FDULDSD' where id=7;
-update noar tt set b1='T4F' where id=7;
-update noar ti set b1='T4F' where id=7;
-update noar tt set b2='D1VR6GGTXT8Z4F' where id=7;
-update noar ti set b2='D1VR6GGTXT8Z4F' where id=7;
-update noar tt set b0='VSC6LZCV2ZE416NVFT764' where id=8;
-update noar ti set b0='VSC6LZCV2ZE416NVFT764' where id=8;
-update noar tt set b1='AUYFPW84B73M6HJ1OAT7F4L2940KLE' where id=8;
-update noar ti set b1='AUYFPW84B73M6HJ1OAT7F4L2940KLE' where id=8;
-update noar tt set b2='KX63IC4RB0PVY5D3FNGUJLEK2DMFY9' where id=8;
-update noar ti set b2='KX63IC4RB0PVY5D3FNGUJLEK2DMFY9' where id=8;
-update noar tt set b0='CY4P7S18Q9XA28M5XXG1N9CO8' where id=9;
-update noar ti set b0='CY4P7S18Q9XA28M5XXG1N9CO8' where id=9;
-update noar tt set b1='YFHB0JI3ZYNUZ404MZ4AAF' where id=9;
-update noar ti set b1='YFHB0JI3ZYNUZ404MZ4AAF' where id=9;
-update noar tt set b2='D9GAS0S5ROW' where id=9;
-update noar ti set b2='D9GAS0S5ROW' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 text 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 b0='2NGUMPZUZX0TL260L' where id=1;
-update noar ti set b0='2NGUMPZUZX0TL260L' where id=1;
-update noar tt set b1='DW8W78O1G5OQ2EF0V3ID8DSH48O' where id=1;
-update noar ti set b1='DW8W78O1G5OQ2EF0V3ID8DSH48O' where id=1;
-update noar tt set b2='2JSMC5IUQBXOL1MX16TGXAJH' where id=1;
-update noar ti set b2='2JSMC5IUQBXOL1MX16TGXAJH' where id=1;
-update noar tt set b0='HIAH3SCF1YAVTQ3E1DZNGNVW' where id=2;
-update noar ti set b0='HIAH3SCF1YAVTQ3E1DZNGNVW' where id=2;
-update noar tt set b1='5EKU2AC' where id=2;
-update noar ti set b1='5EKU2AC' where id=2;
-update noar tt set b2='PGZ4HGDFR5MG9RFQPSW1J48E' where id=2;
-update noar ti set b2='PGZ4HGDFR5MG9RFQPSW1J48E' where id=2;
-update noar tt set b0='ZTTHM7B3BXVE' where id=3;
-update noar ti set b0='ZTTHM7B3BXVE' where id=3;
-update noar tt set b1='ZSNFZI9EUVQNEJNS26723HR' where id=3;
-update noar ti set b1='ZSNFZI9EUVQNEJNS26723HR' where id=3;
-update noar tt set b2='DKATUL9WLR81U5AO9H7FI' where id=3;
-update noar ti set b2='DKATUL9WLR81U5AO9H7FI' where id=3;
-update noar tt set b0='9R' where id=4;
-update noar ti set b0='9R' where id=4;
-update noar tt set b1='BZXBHWT' where id=4;
-update noar ti set b1='BZXBHWT' where id=4;
-update noar tt set b2='VC663OJ8UT9EW5P07LZ7B38JS2' where id=4;
-update noar ti set b2='VC663OJ8UT9EW5P07LZ7B38JS2' where id=4;
-update noar tt set b0='M2T' where id=5;
-update noar ti set b0='M2T' where id=5;
-update noar tt set b1='H6CXFZ725MF1PPCSZF' where id=5;
-update noar ti set b1='H6CXFZ725MF1PPCSZF' where id=5;
-update noar tt set b2='0VVHL1FA457G06IJETDPD45C0V5EUU' where id=5;
-update noar ti set b2='0VVHL1FA457G06IJETDPD45C0V5EUU' where id=5;
-update noar tt set b0='VJW3KOMHUQL4RW' where id=6;
-update noar ti set b0='VJW3KOMHUQL4RW' where id=6;
-update noar tt set b1='2B28D758GWHYYCXM4X' where id=6;
-update noar ti set b1='2B28D758GWHYYCXM4X' where id=6;
-update noar tt set b2='Y3J29IF87PC' where id=6;
-update noar ti set b2='Y3J29IF87PC' where id=6;
-update noar tt set b0='1' where id=7;
-update noar ti set b0='1' where id=7;
-update noar tt set b1='TQHPLGW8PLJQB9A' where id=7;
-update noar ti set b1='TQHPLGW8PLJQB9A' where id=7;
-update noar tt set b2='I89R20VLFWTEJ6WPY6VPW' where id=7;
-update noar ti set b2='I89R20VLFWTEJ6WPY6VPW' where id=7;
-update noar tt set b0='EQVFQ13R5L66IC7P9SNQ90GXFJ2VMV' where id=8;
-update noar ti set b0='EQVFQ13R5L66IC7P9SNQ90GXFJ2VMV' where id=8;
-update noar tt set b1='HXUSMNLI22HYEONA2GA6' where id=8;
-update noar ti set b1='HXUSMNLI22HYEONA2GA6' where id=8;
-update noar tt set b2='5DH9JOODED0Q7FM82I7ZKGYWWTG1' where id=8;
-update noar ti set b2='5DH9JOODED0Q7FM82I7ZKGYWWTG1' where id=8;
-update noar tt set b0='JSRU0RMHB3DZDIW13R3Q7BC3SAA' where id=9;
-update noar ti set b0='JSRU0RMHB3DZDIW13R3Q7BC3SAA' where id=9;
-update noar tt set b1='Z2JW8XTSL51UPV7B9OS3D' where id=9;
-update noar ti set b1='Z2JW8XTSL51UPV7B9OS3D' where id=9;
-update noar tt set b2='ZMU' where id=9;
-update noar ti set b2='ZMU' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 text 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 b0='LJKN0KJFQ' where id=1;
-update noar ti set b0='LJKN0KJFQ' where id=1;
-update noar tt set b1='J8PFJQGICL' where id=1;
-update noar ti set b1='J8PFJQGICL' where id=1;
-update noar tt set b2='4AA3XU1LOHABMVAHPBZ631ALUFCZO9V' where id=1;
-update noar ti set b2='4AA3XU1LOHABMVAHPBZ631ALUFCZO9V' where id=1;
-update noar tt set b0='7O6' where id=2;
-update noar ti set b0='7O6' where id=2;
-update noar tt set b1='M6D2N2N4W5VYB06EKI' where id=2;
-update noar ti set b1='M6D2N2N4W5VYB06EKI' where id=2;
-update noar tt set b2='8E0TC8I31M6L572PHIXMRA' where id=2;
-update noar ti set b2='8E0TC8I31M6L572PHIXMRA' where id=2;
-update noar tt set b0='22BVZD36B74GL8467REMX1O4' where id=3;
-update noar ti set b0='22BVZD36B74GL8467REMX1O4' where id=3;
-update noar tt set b1='H17E70BNU9039OJG89UF3K3TI' where id=3;
-update noar ti set b1='H17E70BNU9039OJG89UF3K3TI' where id=3;
-update noar tt set b2='26M8B15CDHG5YEK' where id=3;
-update noar ti set b2='26M8B15CDHG5YEK' where id=3;
-update noar tt set b0='QTA5LHL4PILPW7NPQQ90PITP012M' where id=4;
-update noar ti set b0='QTA5LHL4PILPW7NPQQ90PITP012M' where id=4;
-update noar tt set b1='O68YTNV7MS2D' where id=4;
-update noar ti set b1='O68YTNV7MS2D' where id=4;
-update noar tt set b2='LOVI692I2W67ICLBID' where id=4;
-update noar ti set b2='LOVI692I2W67ICLBID' where id=4;
-update noar tt set b0='GKH3D' where id=5;
-update noar ti set b0='GKH3D' where id=5;
-update noar tt set b1='X0CMCGJM773FR99DV4BIAB' where id=5;
-update noar ti set b1='X0CMCGJM773FR99DV4BIAB' where id=5;
-update noar tt set b2='DRRUR4GR9BSW' where id=5;
-update noar ti set b2='DRRUR4GR9BSW' where id=5;
-update noar tt set b0='QDZR' where id=6;
-update noar ti set b0='QDZR' where id=6;
-update noar tt set b1='8OW73WTSBTU6LAXIK79J516X' where id=6;
-update noar ti set b1='8OW73WTSBTU6LAXIK79J516X' where id=6;
-update noar tt set b2='NLHR487IVFOBOF9OQ69SQ8R8WJP6X' where id=6;
-update noar ti set b2='NLHR487IVFOBOF9OQ69SQ8R8WJP6X' where id=6;
-update noar tt set b0='U2U1O0SBSAG' where id=7;
-update noar ti set b0='U2U1O0SBSAG' where id=7;
-update noar tt set b1='5GE0IWAZ1M6M126RGXLE' where id=7;
-update noar ti set b1='5GE0IWAZ1M6M126RGXLE' where id=7;
-update noar tt set b2='N279NXUJ2SWUAYUOXEPLYEUO' where id=7;
-update noar ti set b2='N279NXUJ2SWUAYUOXEPLYEUO' where id=7;
-update noar tt set b0='2C18JJE3CF6Q92UMJ9' where id=8;
-update noar ti set b0='2C18JJE3CF6Q92UMJ9' where id=8;
-update noar tt set b1='XIIXQGXKOT7G2P5JANVOS8X' where id=8;
-update noar ti set b1='XIIXQGXKOT7G2P5JANVOS8X' where id=8;
-update noar tt set b2='AC6CJR5Z8J81S4RK31F8M' where id=8;
-update noar ti set b2='AC6CJR5Z8J81S4RK31F8M' where id=8;
-update noar tt set b0='T595' where id=9;
-update noar ti set b0='T595' where id=9;
-update noar tt set b1='6HUCK6POCSAFHSZLNRVPLMGO8B' where id=9;
-update noar ti set b1='6HUCK6POCSAFHSZLNRVPLMGO8B' where id=9;
-update noar tt set b2='GQ89J3PPUW17294K0H7A9Z8J8XEP0M' where id=9;
-update noar ti set b2='GQ89J3PPUW17294K0H7A9Z8J8XEP0M' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 text null,
-b1 longblob null,
-b2 text 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 b0='HL0FNP7CE9H9B3G9BDLETK' where id=1;
-update noar ti set b0='HL0FNP7CE9H9B3G9BDLETK' where id=1;
-update noar tt set b1='PVO' where id=1;
-update noar ti set b1='PVO' where id=1;
-update noar tt set b2='S8YNFEYYWLMVIYGUMBDT8WQG5L6QKU5' where id=1;
-update noar ti set b2='S8YNFEYYWLMVIYGUMBDT8WQG5L6QKU5' where id=1;
-update noar tt set b0='GM184QL0VV6TSWV' where id=2;
-update noar ti set b0='GM184QL0VV6TSWV' where id=2;
-update noar tt set b1='SJZW15OHPP3MCWYRES9NMM7VEIE4' where id=2;
-update noar ti set b1='SJZW15OHPP3MCWYRES9NMM7VEIE4' where id=2;
-update noar tt set b2='DVHRUQ1BPVBB8PIC51F3RCYUE7T6ZOHT' where id=2;
-update noar ti set b2='DVHRUQ1BPVBB8PIC51F3RCYUE7T6ZOHT' where id=2;
-update noar tt set b0='T3SUCNTHSHUW9S5VRBV97SC' where id=3;
-update noar ti set b0='T3SUCNTHSHUW9S5VRBV97SC' where id=3;
-update noar tt set b1='OP8VT8F4AH9J9D9' where id=3;
-update noar ti set b1='OP8VT8F4AH9J9D9' where id=3;
-update noar tt set b2='5IW2MK4C7Q5Z3Q3W9M1JEOCNGIB4R' where id=3;
-update noar ti set b2='5IW2MK4C7Q5Z3Q3W9M1JEOCNGIB4R' where id=3;
-update noar tt set b0='01JNLPY3FC07Q7MR7SEUOG4' where id=4;
-update noar ti set b0='01JNLPY3FC07Q7MR7SEUOG4' where id=4;
-update noar tt set b1='BIMVQMYKY778883059GDKSWIPX47S' where id=4;
-update noar ti set b1='BIMVQMYKY778883059GDKSWIPX47S' where id=4;
-update noar tt set b2='00YU0I95PUABBNAMI1GCKCABOVUS' where id=4;
-update noar ti set b2='00YU0I95PUABBNAMI1GCKCABOVUS' where id=4;
-update noar tt set b0='3U6BE' where id=5;
-update noar ti set b0='3U6BE' where id=5;
-update noar tt set b1='FG334ISBNVVT2ROXCSJ' where id=5;
-update noar ti set b1='FG334ISBNVVT2ROXCSJ' where id=5;
-update noar tt set b2='T53RHR1265QK2VRI1W36QP77MAK7X' where id=5;
-update noar ti set b2='T53RHR1265QK2VRI1W36QP77MAK7X' where id=5;
-update noar tt set b0='H8JW' where id=6;
-update noar ti set b0='H8JW' where id=6;
-update noar tt set b1='GAKIJANPJVG1W3HJZG22SF1K2VPM7HT' where id=6;
-update noar ti set b1='GAKIJANPJVG1W3HJZG22SF1K2VPM7HT' where id=6;
-update noar tt set b2='WD94AI6BDICDEZ6IG8J9IZPJQC' where id=6;
-update noar ti set b2='WD94AI6BDICDEZ6IG8J9IZPJQC' where id=6;
-update noar tt set b0='YABRBGGTPYX522I3V' where id=7;
-update noar ti set b0='YABRBGGTPYX522I3V' where id=7;
-update noar tt set b1='G7E7PGPLOW4958282' where id=7;
-update noar ti set b1='G7E7PGPLOW4958282' where id=7;
-update noar tt set b2='MCB9TKDZBXHLW' where id=7;
-update noar ti set b2='MCB9TKDZBXHLW' where id=7;
-update noar tt set b0='ADN8PPM' where id=8;
-update noar ti set b0='ADN8PPM' where id=8;
-update noar tt set b1='42XRCNNAUE1F6KOEL2GQNX' where id=8;
-update noar ti set b1='42XRCNNAUE1F6KOEL2GQNX' where id=8;
-update noar tt set b2='S30726STKNXAZUAG6MKT8P5Y65PK0M' where id=8;
-update noar ti set b2='S30726STKNXAZUAG6MKT8P5Y65PK0M' where id=8;
-update noar tt set b0='F7C1E0GW6YKTZMNMLB8WKJKKEIKY' where id=9;
-update noar ti set b0='F7C1E0GW6YKTZMNMLB8WKJKKEIKY' where id=9;
-update noar tt set b1='KE5E8S9LXN2GZCCH' where id=9;
-update noar ti set b1='KE5E8S9LXN2GZCCH' where id=9;
-update noar tt set b2='QL3' where id=9;
-update noar ti set b2='QL3' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 text not null,
-b1 longblob not null,
-b2 text 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 b0='X6LMVB76NTAXAGOR8DN5PL3X3TTUXCB' where id=1;
-update noar ti set b0='X6LMVB76NTAXAGOR8DN5PL3X3TTUXCB' where id=1;
-update noar tt set b1='LS566VGAAI6RQ7JP1J10OGE' where id=1;
-update noar ti set b1='LS566VGAAI6RQ7JP1J10OGE' where id=1;
-update noar tt set b2='7MH' where id=1;
-update noar ti set b2='7MH' where id=1;
-update noar tt set b0='4K4OMGG0PIO2ZSAGP' where id=2;
-update noar ti set b0='4K4OMGG0PIO2ZSAGP' where id=2;
-update noar tt set b1='U2L8X89150GACC6BIDKI0XSV5P094' where id=2;
-update noar ti set b1='U2L8X89150GACC6BIDKI0XSV5P094' where id=2;
-update noar tt set b2='G2T1I8Q8S9IBYQECZ86RZ4TTIACVZ' where id=2;
-update noar ti set b2='G2T1I8Q8S9IBYQECZ86RZ4TTIACVZ' where id=2;
-update noar tt set b0='3OHI6SLJZIA3OVB' where id=3;
-update noar ti set b0='3OHI6SLJZIA3OVB' where id=3;
-update noar tt set b1='MILHDQXXBYL0RA82IGQDO' where id=3;
-update noar ti set b1='MILHDQXXBYL0RA82IGQDO' where id=3;
-update noar tt set b2='0LX36X4AO' where id=3;
-update noar ti set b2='0LX36X4AO' where id=3;
-update noar tt set b0='KY3MG5742LGRZBC232TXTE1BH60SV' where id=4;
-update noar ti set b0='KY3MG5742LGRZBC232TXTE1BH60SV' where id=4;
-update noar tt set b1='P' where id=4;
-update noar ti set b1='P' where id=4;
-update noar tt set b2='927QY4ZJXANNGEHQM8JTGGE1B' where id=4;
-update noar ti set b2='927QY4ZJXANNGEHQM8JTGGE1B' where id=4;
-update noar tt set b0='R9JQPMS4KQFWF4ABBF6' where id=5;
-update noar ti set b0='R9JQPMS4KQFWF4ABBF6' where id=5;
-update noar tt set b1='J' where id=5;
-update noar ti set b1='J' where id=5;
-update noar tt set b2='SPF2VKZTAAR' where id=5;
-update noar ti set b2='SPF2VKZTAAR' where id=5;
-update noar tt set b0='EJ5YBRPHR' where id=6;
-update noar ti set b0='EJ5YBRPHR' where id=6;
-update noar tt set b1='GV2' where id=6;
-update noar ti set b1='GV2' where id=6;
-update noar tt set b2='HI90YAE5DF2WA7OIV2DDJHZKNM8EADH' where id=6;
-update noar ti set b2='HI90YAE5DF2WA7OIV2DDJHZKNM8EADH' where id=6;
-update noar tt set b0='R' where id=7;
-update noar ti set b0='R' where id=7;
-update noar tt set b1='5R2ZMNI8U4OSCN1RSXHA79OC66ACH' where id=7;
-update noar ti set b1='5R2ZMNI8U4OSCN1RSXHA79OC66ACH' where id=7;
-update noar tt set b2='9YFCAX' where id=7;
-update noar ti set b2='9YFCAX' where id=7;
-update noar tt set b0='Y1RN6IF8X31Y3DKNZ5GGPB3I2Z3DOA' where id=8;
-update noar ti set b0='Y1RN6IF8X31Y3DKNZ5GGPB3I2Z3DOA' where id=8;
-update noar tt set b1='B45L2BGXIR6AGB18MIL4IJ1YIE' where id=8;
-update noar ti set b1='B45L2BGXIR6AGB18MIL4IJ1YIE' where id=8;
-update noar tt set b2='3H02CTVAJ1UYT2BS8SJX5JB4V4JXXFA' where id=8;
-update noar ti set b2='3H02CTVAJ1UYT2BS8SJX5JB4V4JXXFA' where id=8;
-update noar tt set b0='954IT78G5DN4D' where id=9;
-update noar ti set b0='954IT78G5DN4D' where id=9;
-update noar tt set b1='S0ONUXIFI67G7T' where id=9;
-update noar ti set b1='S0ONUXIFI67G7T' where id=9;
-update noar tt set b2='K41RZTCZ61FMR' where id=9;
-update noar ti set b2='K41RZTCZ61FMR' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 text null,
-b1 text 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 b0='9PDRR' where id=1;
-update noar ti set b0='9PDRR' where id=1;
-update noar tt set b1='YJWT6F3FJF6O69D4L2' where id=1;
-update noar ti set b1='YJWT6F3FJF6O69D4L2' where id=1;
-update noar tt set b2='N4QR' where id=1;
-update noar ti set b2='N4QR' where id=1;
-update noar tt set b0='B5R9FO1' where id=2;
-update noar ti set b0='B5R9FO1' where id=2;
-update noar tt set b1='0Q39EW' where id=2;
-update noar ti set b1='0Q39EW' where id=2;
-update noar tt set b2='96LO1MFORWSRU0JKFVNDX2KX1XGNINJ' where id=2;
-update noar ti set b2='96LO1MFORWSRU0JKFVNDX2KX1XGNINJ' where id=2;
-update noar tt set b0='Y4YX8921BJM4DW3Z7Z0W' where id=3;
-update noar ti set b0='Y4YX8921BJM4DW3Z7Z0W' where id=3;
-update noar tt set b1='ITM8GR2EDW8L7QA7QTD1JRFCC7NR6AZD' where id=3;
-update noar ti set b1='ITM8GR2EDW8L7QA7QTD1JRFCC7NR6AZD' where id=3;
-update noar tt set b2='9WWY7BGR7JMDIIZCF4A7FQPZN64N' where id=3;
-update noar ti set b2='9WWY7BGR7JMDIIZCF4A7FQPZN64N' where id=3;
-update noar tt set b0='Z6L250O1S' where id=4;
-update noar ti set b0='Z6L250O1S' where id=4;
-update noar tt set b1='YQL6L44N9XX39G6L23CZC5QOKY' where id=4;
-update noar ti set b1='YQL6L44N9XX39G6L23CZC5QOKY' where id=4;
-update noar tt set b2='2J0V08Z6RZD5WBKCXTEZW1FZLRDW7Y' where id=4;
-update noar ti set b2='2J0V08Z6RZD5WBKCXTEZW1FZLRDW7Y' where id=4;
-update noar tt set b0='IW5Q65CI0THXPBGQ3NAXXDNI06' where id=5;
-update noar ti set b0='IW5Q65CI0THXPBGQ3NAXXDNI06' where id=5;
-update noar tt set b1='U3B9K0CFSOOJ0RLKZW0MKUHEPYQ' where id=5;
-update noar ti set b1='U3B9K0CFSOOJ0RLKZW0MKUHEPYQ' where id=5;
-update noar tt set b2='PCPIC5BCS23NVUGXK4' where id=5;
-update noar ti set b2='PCPIC5BCS23NVUGXK4' where id=5;
-update noar tt set b0='29YI53POYKDJXB6DOKPEYBZSB9C' where id=6;
-update noar ti set b0='29YI53POYKDJXB6DOKPEYBZSB9C' where id=6;
-update noar tt set b1='UU4WGE7FUQVIFXD98O' where id=6;
-update noar ti set b1='UU4WGE7FUQVIFXD98O' where id=6;
-update noar tt set b2='MX3WNZ' where id=6;
-update noar ti set b2='MX3WNZ' where id=6;
-update noar tt set b0='3KV07CY5WSTUUUSD67DBEG6B' where id=7;
-update noar ti set b0='3KV07CY5WSTUUUSD67DBEG6B' where id=7;
-update noar tt set b1='9H8LBF7IPVSJVEWCEDDFKWOS' where id=7;
-update noar ti set b1='9H8LBF7IPVSJVEWCEDDFKWOS' where id=7;
-update noar tt set b2='8AN159KCL5KERUVC' where id=7;
-update noar ti set b2='8AN159KCL5KERUVC' where id=7;
-update noar tt set b0='7MMD31CWOVRTHTGM6CDAX35W7' where id=8;
-update noar ti set b0='7MMD31CWOVRTHTGM6CDAX35W7' where id=8;
-update noar tt set b1='XHM8L9CUJURAT' where id=8;
-update noar ti set b1='XHM8L9CUJURAT' where id=8;
-update noar tt set b2='CB3VD5FFE9T9WW3GGDZW09DWAQO' where id=8;
-update noar ti set b2='CB3VD5FFE9T9WW3GGDZW09DWAQO' where id=8;
-update noar tt set b0='767TM4RMFEBRS4NSYVSI6U8MKB8C' where id=9;
-update noar ti set b0='767TM4RMFEBRS4NSYVSI6U8MKB8C' where id=9;
-update noar tt set b1='D7X2NO5F6V6S01APM6O30EG5BHKM' where id=9;
-update noar ti set b1='D7X2NO5F6V6S01APM6O30EG5BHKM' where id=9;
-update noar tt set b2='6SDB8NYHYVZWXZEFTYC50X8YN' where id=9;
-update noar ti set b2='6SDB8NYHYVZWXZEFTYC50X8YN' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 text not null,
-b1 text 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 b0='9YTTXBH3O0JP8JHED' where id=1;
-update noar ti set b0='9YTTXBH3O0JP8JHED' where id=1;
-update noar tt set b1='BDSIF9GRHQ4SE0FO0PTW9GK' where id=1;
-update noar ti set b1='BDSIF9GRHQ4SE0FO0PTW9GK' where id=1;
-update noar tt set b2='9X3XHHY7BETNSR30NA44GUDFLCZRMFZ' where id=1;
-update noar ti set b2='9X3XHHY7BETNSR30NA44GUDFLCZRMFZ' where id=1;
-update noar tt set b0='NV3MVBDLV7FNH6PB8J5O06IVRV' where id=2;
-update noar ti set b0='NV3MVBDLV7FNH6PB8J5O06IVRV' where id=2;
-update noar tt set b1='LKXSN4SGRH2S8CRG' where id=2;
-update noar ti set b1='LKXSN4SGRH2S8CRG' where id=2;
-update noar tt set b2='U4Z0FNP2LK3PG' where id=2;
-update noar ti set b2='U4Z0FNP2LK3PG' where id=2;
-update noar tt set b0='50ZUMS' where id=3;
-update noar ti set b0='50ZUMS' where id=3;
-update noar tt set b1='60TXDK826A8NIVQ0ITO79H7S0VBQY93' where id=3;
-update noar ti set b1='60TXDK826A8NIVQ0ITO79H7S0VBQY93' where id=3;
-update noar tt set b2='HVJIGK1ZZ1C' where id=3;
-update noar ti set b2='HVJIGK1ZZ1C' where id=3;
-update noar tt set b0='K0MB' where id=4;
-update noar ti set b0='K0MB' where id=4;
-update noar tt set b1='XXGFNIO' where id=4;
-update noar ti set b1='XXGFNIO' where id=4;
-update noar tt set b2='AVHY40W9J7Z' where id=4;
-update noar ti set b2='AVHY40W9J7Z' where id=4;
-update noar tt set b0='Q' where id=5;
-update noar ti set b0='Q' where id=5;
-update noar tt set b1='5BLHLE' where id=5;
-update noar ti set b1='5BLHLE' where id=5;
-update noar tt set b2='TT6I' where id=5;
-update noar ti set b2='TT6I' where id=5;
-update noar tt set b0='TR6TBKNST5US9OF6J19AFF34K8KZH' where id=6;
-update noar ti set b0='TR6TBKNST5US9OF6J19AFF34K8KZH' where id=6;
-update noar tt set b1='08VYPDAD' where id=6;
-update noar ti set b1='08VYPDAD' where id=6;
-update noar tt set b2='SC2IP6C' where id=6;
-update noar ti set b2='SC2IP6C' where id=6;
-update noar tt set b0='WQYRGW4BHD17YJC8U1KMXUWE2WH' where id=7;
-update noar ti set b0='WQYRGW4BHD17YJC8U1KMXUWE2WH' where id=7;
-update noar tt set b1='0I1VKWQ5YCC9RQCFXXDQ0OGIE0EYSEM1' where id=7;
-update noar ti set b1='0I1VKWQ5YCC9RQCFXXDQ0OGIE0EYSEM1' where id=7;
-update noar tt set b2='TAIIGOZ1IVKIZCQJ0VPB1Y59Y' where id=7;
-update noar ti set b2='TAIIGOZ1IVKIZCQJ0VPB1Y59Y' where id=7;
-update noar tt set b0='MYPFFRUD9U9JQUCIE2VB1' where id=8;
-update noar ti set b0='MYPFFRUD9U9JQUCIE2VB1' where id=8;
-update noar tt set b1='AJXFU5274YAHNGLY64KL4QVWY14DQI' where id=8;
-update noar ti set b1='AJXFU5274YAHNGLY64KL4QVWY14DQI' where id=8;
-update noar tt set b2='XMKA9NAK0CUECYB0QLBCUZZKZ8M0IO7' where id=8;
-update noar ti set b2='XMKA9NAK0CUECYB0QLBCUZZKZ8M0IO7' where id=8;
-update noar tt set b0='ZAQ' where id=9;
-update noar ti set b0='ZAQ' where id=9;
-update noar tt set b1='UKJZ1K865PGML0CR' where id=9;
-update noar ti set b1='UKJZ1K865PGML0CR' where id=9;
-update noar tt set b2='3JZNQ6KYFI5CVIPW2' where id=9;
-update noar ti set b2='3JZNQ6KYFI5CVIPW2' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 text null,
-b1 text 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 b0='TKPI1SH2U0AA0QK5AAFPL3Z6DJIG4C' where id=1;
-update noar ti set b0='TKPI1SH2U0AA0QK5AAFPL3Z6DJIG4C' where id=1;
-update noar tt set b1='5VTYJ7IAH' where id=1;
-update noar ti set b1='5VTYJ7IAH' where id=1;
-update noar tt set b2='IWIH3TXEVUEOUB57FW6YO3O0XU2WXXWL' where id=1;
-update noar ti set b2='IWIH3TXEVUEOUB57FW6YO3O0XU2WXXWL' where id=1;
-update noar tt set b0='6PAXYU1552ZPFC8LHU3EB9V65NX262JA' where id=2;
-update noar ti set b0='6PAXYU1552ZPFC8LHU3EB9V65NX262JA' where id=2;
-update noar tt set b1='53UX1QOKRL7X8TXY85EZ' where id=2;
-update noar ti set b1='53UX1QOKRL7X8TXY85EZ' where id=2;
-update noar tt set b2='IHKV66Q2MTXPGWJJ' where id=2;
-update noar ti set b2='IHKV66Q2MTXPGWJJ' where id=2;
-update noar tt set b0='I0BGQKWU5L5JOKJWDLGXUKJDIP' where id=3;
-update noar ti set b0='I0BGQKWU5L5JOKJWDLGXUKJDIP' where id=3;
-update noar tt set b1='I18ATAJ20NKWC798E8EPIKQ4PYRH1EIZ' where id=3;
-update noar ti set b1='I18ATAJ20NKWC798E8EPIKQ4PYRH1EIZ' where id=3;
-update noar tt set b2='5' where id=3;
-update noar ti set b2='5' where id=3;
-update noar tt set b0='XSLQBWR13ENOHEY2W' where id=4;
-update noar ti set b0='XSLQBWR13ENOHEY2W' where id=4;
-update noar tt set b1='Z' where id=4;
-update noar ti set b1='Z' where id=4;
-update noar tt set b2='J54QREWMG121FEVNRC0SOAPBWB00YML8' where id=4;
-update noar ti set b2='J54QREWMG121FEVNRC0SOAPBWB00YML8' where id=4;
-update noar tt set b0='COAA589ST1CR0KT9I8RV0YU' where id=5;
-update noar ti set b0='COAA589ST1CR0KT9I8RV0YU' where id=5;
-update noar tt set b1='ZE72TSPZOVD50KLOKOP' where id=5;
-update noar ti set b1='ZE72TSPZOVD50KLOKOP' where id=5;
-update noar tt set b2='JH9ILCHR9WOVD55OOY34ZKVNU6' where id=5;
-update noar ti set b2='JH9ILCHR9WOVD55OOY34ZKVNU6' where id=5;
-update noar tt set b0='BVLQB5IZ7FYRS7YHET0PWZ' where id=6;
-update noar ti set b0='BVLQB5IZ7FYRS7YHET0PWZ' where id=6;
-update noar tt set b1='ORKV' where id=6;
-update noar ti set b1='ORKV' where id=6;
-update noar tt set b2='ZAPAO0VY74V2GNBM204HIE9NEO3OL1S' where id=6;
-update noar ti set b2='ZAPAO0VY74V2GNBM204HIE9NEO3OL1S' where id=6;
-update noar tt set b0='CP06CLD2RARFYGE8' where id=7;
-update noar ti set b0='CP06CLD2RARFYGE8' where id=7;
-update noar tt set b1='GTKGXWTKS14QVAHPND5' where id=7;
-update noar ti set b1='GTKGXWTKS14QVAHPND5' where id=7;
-update noar tt set b2='CM' where id=7;
-update noar ti set b2='CM' where id=7;
-update noar tt set b0='A3SJHCG64MY3SDDGP1H4TMFRJ9309D1S' where id=8;
-update noar ti set b0='A3SJHCG64MY3SDDGP1H4TMFRJ9309D1S' where id=8;
-update noar tt set b1='QR6J3GUTI8PHITP' where id=8;
-update noar ti set b1='QR6J3GUTI8PHITP' where id=8;
-update noar tt set b2='INP2JHVS1KGJ8F2X7AHYX8WMEVMOI87V' where id=8;
-update noar ti set b2='INP2JHVS1KGJ8F2X7AHYX8WMEVMOI87V' where id=8;
-update noar tt set b0='4OOENX85VMTHK0YOO4VASHQJ6FW4JTG' where id=9;
-update noar ti set b0='4OOENX85VMTHK0YOO4VASHQJ6FW4JTG' where id=9;
-update noar tt set b1='QY1D23A7XH3X' where id=9;
-update noar ti set b1='QY1D23A7XH3X' where id=9;
-update noar tt set b2='IZJJRU7DRVI3F2' where id=9;
-update noar ti set b2='IZJJRU7DRVI3F2' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 text not null,
-b1 text 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 b0='ZOJ9SW49HXQQAZFK' where id=1;
-update noar ti set b0='ZOJ9SW49HXQQAZFK' where id=1;
-update noar tt set b1='6YP47XZYE1MVTK65OERJKIL2YET80BK' where id=1;
-update noar ti set b1='6YP47XZYE1MVTK65OERJKIL2YET80BK' where id=1;
-update noar tt set b2='K6B2HO6PT' where id=1;
-update noar ti set b2='K6B2HO6PT' where id=1;
-update noar tt set b0='G7UWUB4' where id=2;
-update noar ti set b0='G7UWUB4' where id=2;
-update noar tt set b1='H5NY6M6N96BLF9ICD2M8Y66VE' where id=2;
-update noar ti set b1='H5NY6M6N96BLF9ICD2M8Y66VE' where id=2;
-update noar tt set b2='DH0SBB0MMP09FDKGYRXGVNU1G92P44' where id=2;
-update noar ti set b2='DH0SBB0MMP09FDKGYRXGVNU1G92P44' where id=2;
-update noar tt set b0='GPHWBK8' where id=3;
-update noar ti set b0='GPHWBK8' where id=3;
-update noar tt set b1='TQ2JG9D0WP48GOR04L3GTDRBHG' where id=3;
-update noar ti set b1='TQ2JG9D0WP48GOR04L3GTDRBHG' where id=3;
-update noar tt set b2='AT1V1LM2K3G' where id=3;
-update noar ti set b2='AT1V1LM2K3G' where id=3;
-update noar tt set b0='QI4AM1Q8W5L4ENGSCR6KPQZOL9S6IF' where id=4;
-update noar ti set b0='QI4AM1Q8W5L4ENGSCR6KPQZOL9S6IF' where id=4;
-update noar tt set b1='PA2IBLRSF2USL6W32J7DSNLUVPUONY7H' where id=4;
-update noar ti set b1='PA2IBLRSF2USL6W32J7DSNLUVPUONY7H' where id=4;
-update noar tt set b2='735WPLOM' where id=4;
-update noar ti set b2='735WPLOM' where id=4;
-update noar tt set b0='U8MXOUAJU8Q0HLQZ8U5SLN9' where id=5;
-update noar ti set b0='U8MXOUAJU8Q0HLQZ8U5SLN9' where id=5;
-update noar tt set b1='G15702GA2MAUTTE9L87GY' where id=5;
-update noar ti set b1='G15702GA2MAUTTE9L87GY' where id=5;
-update noar tt set b2='NCWJ661R' where id=5;
-update noar ti set b2='NCWJ661R' where id=5;
-update noar tt set b0='939WN2' where id=6;
-update noar ti set b0='939WN2' where id=6;
-update noar tt set b1='01RSWCKNG7KR6GRAV7FLB901IYQV' where id=6;
-update noar ti set b1='01RSWCKNG7KR6GRAV7FLB901IYQV' where id=6;
-update noar tt set b2='B' where id=6;
-update noar ti set b2='B' where id=6;
-update noar tt set b0='1RNSOBU73X' where id=7;
-update noar ti set b0='1RNSOBU73X' where id=7;
-update noar tt set b1='3W606F9XRYI89205LMZNG1BS19XNU' where id=7;
-update noar ti set b1='3W606F9XRYI89205LMZNG1BS19XNU' where id=7;
-update noar tt set b2='JH4HDYDVZT9ITR' where id=7;
-update noar ti set b2='JH4HDYDVZT9ITR' where id=7;
-update noar tt set b0='PHJU3GC28F97RFABA2V69GGB0BUT235' where id=8;
-update noar ti set b0='PHJU3GC28F97RFABA2V69GGB0BUT235' where id=8;
-update noar tt set b1='53XB8R8PWE1NNNB7' where id=8;
-update noar ti set b1='53XB8R8PWE1NNNB7' where id=8;
-update noar tt set b2='UFPD2BL4SIOGE4VBF7O2O6L68VT' where id=8;
-update noar ti set b2='UFPD2BL4SIOGE4VBF7O2O6L68VT' where id=8;
-update noar tt set b0='V4F3D791' where id=9;
-update noar ti set b0='V4F3D791' where id=9;
-update noar tt set b1='9H4PC2PS3YEKU' where id=9;
-update noar ti set b1='9H4PC2PS3YEKU' where id=9;
-update noar tt set b2='6YVZOJIQCVDTPSX6N6GRG' where id=9;
-update noar ti set b2='6YVZOJIQCVDTPSX6N6GRG' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 text null,
-b1 text 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 b0='8PFJXWHPTLME3MS7VAJ9ONHHQQ' where id=1;
-update noar ti set b0='8PFJXWHPTLME3MS7VAJ9ONHHQQ' where id=1;
-update noar tt set b1='C6RF5LRN62Q7TTG' where id=1;
-update noar ti set b1='C6RF5LRN62Q7TTG' where id=1;
-update noar tt set b2='X' where id=1;
-update noar ti set b2='X' where id=1;
-update noar tt set b0='YR4KE' where id=2;
-update noar ti set b0='YR4KE' where id=2;
-update noar tt set b1='R1WEIKTVQNOODULE' where id=2;
-update noar ti set b1='R1WEIKTVQNOODULE' where id=2;
-update noar tt set b2='0E2RPX0CRPKS5XXAAA9YDC5HL' where id=2;
-update noar ti set b2='0E2RPX0CRPKS5XXAAA9YDC5HL' where id=2;
-update noar tt set b0='ZQ80K8E8KJSMFXX' where id=3;
-update noar ti set b0='ZQ80K8E8KJSMFXX' where id=3;
-update noar tt set b1='13' where id=3;
-update noar ti set b1='13' where id=3;
-update noar tt set b2='2P1LXI' where id=3;
-update noar ti set b2='2P1LXI' where id=3;
-update noar tt set b0='YJMVH7FHL83P7DAR6BE396792V5FTXXE' where id=4;
-update noar ti set b0='YJMVH7FHL83P7DAR6BE396792V5FTXXE' where id=4;
-update noar tt set b1='1O32R1Q57Y6VBUG49PIIQ' where id=4;
-update noar ti set b1='1O32R1Q57Y6VBUG49PIIQ' where id=4;
-update noar tt set b2='J2Q' where id=4;
-update noar ti set b2='J2Q' where id=4;
-update noar tt set b0='JHZ60NXWD1Z1AU1' where id=5;
-update noar ti set b0='JHZ60NXWD1Z1AU1' where id=5;
-update noar tt set b1='KWRSEAMTEJR2FA7' where id=5;
-update noar ti set b1='KWRSEAMTEJR2FA7' where id=5;
-update noar tt set b2='IPIYGP01EUO' where id=5;
-update noar ti set b2='IPIYGP01EUO' where id=5;
-update noar tt set b0='S1P0MAEVOEQKFWAMRFHQA99ZB' where id=6;
-update noar ti set b0='S1P0MAEVOEQKFWAMRFHQA99ZB' where id=6;
-update noar tt set b1='DQOJ2V96R8H' where id=6;
-update noar ti set b1='DQOJ2V96R8H' where id=6;
-update noar tt set b2='70T9DR7KCA7WS5RLA40IPSJP' where id=6;
-update noar ti set b2='70T9DR7KCA7WS5RLA40IPSJP' where id=6;
-update noar tt set b0='TRMSFWV66PF' where id=7;
-update noar ti set b0='TRMSFWV66PF' where id=7;
-update noar tt set b1='8WSO2LT0VUHP1RMIM' where id=7;
-update noar ti set b1='8WSO2LT0VUHP1RMIM' where id=7;
-update noar tt set b2='DHKM3N3IJVJC' where id=7;
-update noar ti set b2='DHKM3N3IJVJC' where id=7;
-update noar tt set b0='T9GZ47NM' where id=8;
-update noar ti set b0='T9GZ47NM' where id=8;
-update noar tt set b1='68I4PDRVJE2' where id=8;
-update noar ti set b1='68I4PDRVJE2' where id=8;
-update noar tt set b2='ALPRPCMWH4I9OCHFRJ5WSRP4KORZFO7A' where id=8;
-update noar ti set b2='ALPRPCMWH4I9OCHFRJ5WSRP4KORZFO7A' where id=8;
-update noar tt set b0='2PH7G3W' where id=9;
-update noar ti set b0='2PH7G3W' where id=9;
-update noar tt set b1='VF4MQFQB9V6XA64VZV73Q6V1B037E9VO' where id=9;
-update noar ti set b1='VF4MQFQB9V6XA64VZV73Q6V1B037E9VO' where id=9;
-update noar tt set b2='S' where id=9;
-update noar ti set b2='S' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 text not null,
-b1 text 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 b0='QUJ9LBDNAXIHUFMR991SEHLDPJM' where id=1;
-update noar ti set b0='QUJ9LBDNAXIHUFMR991SEHLDPJM' where id=1;
-update noar tt set b1='UWA642K8WUJN78WE2R0A3AC1Z' where id=1;
-update noar ti set b1='UWA642K8WUJN78WE2R0A3AC1Z' where id=1;
-update noar tt set b2='RDZ9US' where id=1;
-update noar ti set b2='RDZ9US' where id=1;
-update noar tt set b0='4EW1J0I8' where id=2;
-update noar ti set b0='4EW1J0I8' where id=2;
-update noar tt set b1='P0IRCH8UR9KU52478' where id=2;
-update noar ti set b1='P0IRCH8UR9KU52478' where id=2;
-update noar tt set b2='HJOZI2OW98D7' where id=2;
-update noar ti set b2='HJOZI2OW98D7' where id=2;
-update noar tt set b0='9RJ9D9369596' where id=3;
-update noar ti set b0='9RJ9D9369596' where id=3;
-update noar tt set b1='TVXNJ5BU691U8Z01S' where id=3;
-update noar ti set b1='TVXNJ5BU691U8Z01S' where id=3;
-update noar tt set b2='C9LZXIVO2R1F3BDLA1HDR7' where id=3;
-update noar ti set b2='C9LZXIVO2R1F3BDLA1HDR7' where id=3;
-update noar tt set b0='IML54WVA5PRYNRPE0R7VAVD7DGL' where id=4;
-update noar ti set b0='IML54WVA5PRYNRPE0R7VAVD7DGL' where id=4;
-update noar tt set b1='FUOSDQBJ203P' where id=4;
-update noar ti set b1='FUOSDQBJ203P' where id=4;
-update noar tt set b2='QC11' where id=4;
-update noar ti set b2='QC11' where id=4;
-update noar tt set b0='OL2UZNX6J19SWR90S5ECPB2HC' where id=5;
-update noar ti set b0='OL2UZNX6J19SWR90S5ECPB2HC' 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 b2='68N06E5CUAV792AO' where id=5;
-update noar ti set b2='68N06E5CUAV792AO' where id=5;
-update noar tt set b0='H4U5K' where id=6;
-update noar ti set b0='H4U5K' where id=6;
-update noar tt set b1='6CTY54R1CV7MP8IRSITGY2E' where id=6;
-update noar ti set b1='6CTY54R1CV7MP8IRSITGY2E' where id=6;
-update noar tt set b2='Y50MFVAV039SF9YQUXIXIQP' where id=6;
-update noar ti set b2='Y50MFVAV039SF9YQUXIXIQP' where id=6;
-update noar tt set b0='VJ934C6XP73X7IHALF2008YX1RXCHKLL' where id=7;
-update noar ti set b0='VJ934C6XP73X7IHALF2008YX1RXCHKLL' where id=7;
-update noar tt set b1='F1FBJUSLMKORRUK0F2PF5JQWAV' where id=7;
-update noar ti set b1='F1FBJUSLMKORRUK0F2PF5JQWAV' where id=7;
-update noar tt set b2='8I1VRK' where id=7;
-update noar ti set b2='8I1VRK' where id=7;
-update noar tt set b0='1IFCV5OWSCDA0H69FP2L' where id=8;
-update noar ti set b0='1IFCV5OWSCDA0H69FP2L' where id=8;
-update noar tt set b1='U6ZE3HIWNQPFS0VMSV' where id=8;
-update noar ti set b1='U6ZE3HIWNQPFS0VMSV' where id=8;
-update noar tt set b2='OPO075JAZXT62TEHK' where id=8;
-update noar ti set b2='OPO075JAZXT62TEHK' where id=8;
-update noar tt set b0='UDXBKR5BT' where id=9;
-update noar ti set b0='UDXBKR5BT' where id=9;
-update noar tt set b1='M5M687DEUEBDZJ0OMCR71DGGDN84YG0' where id=9;
-update noar ti set b1='M5M687DEUEBDZJ0OMCR71DGGDN84YG0' where id=9;
-update noar tt set b2='3YV1IT' where id=9;
-update noar ti set b2='3YV1IT' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 text null,
-b1 text 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 b0='P4AD2RGQ5Z8FCJFHPY1XPBFQ' where id=1;
-update noar ti set b0='P4AD2RGQ5Z8FCJFHPY1XPBFQ' where id=1;
-update noar tt set b1='00MV75PG3' where id=1;
-update noar ti set b1='00MV75PG3' where id=1;
-update noar tt set b2='RYVYLRSWKBTDMYEC1L1JT9D5ZMFX' where id=1;
-update noar ti set b2='RYVYLRSWKBTDMYEC1L1JT9D5ZMFX' where id=1;
-update noar tt set b0='U2TANQAGA77NH1K58V2R3' where id=2;
-update noar ti set b0='U2TANQAGA77NH1K58V2R3' where id=2;
-update noar tt set b1='63VLXO1C3D54A2' where id=2;
-update noar ti set b1='63VLXO1C3D54A2' where id=2;
-update noar tt set b2='JK2HLGFR8KK9F3KM3THI8' where id=2;
-update noar ti set b2='JK2HLGFR8KK9F3KM3THI8' where id=2;
-update noar tt set b0='BFIDS55EUYYHFCPQ7RVFZTZY35SDFP' where id=3;
-update noar ti set b0='BFIDS55EUYYHFCPQ7RVFZTZY35SDFP' where id=3;
-update noar tt set b1='UU6H2SZWJTX7MT8CH' where id=3;
-update noar ti set b1='UU6H2SZWJTX7MT8CH' where id=3;
-update noar tt set b2='JISET1GTB2PXR' where id=3;
-update noar ti set b2='JISET1GTB2PXR' where id=3;
-update noar tt set b0='E8PGHJ00E0EV8D9PJG44XKMWC1ZFPECH' where id=4;
-update noar ti set b0='E8PGHJ00E0EV8D9PJG44XKMWC1ZFPECH' where id=4;
-update noar tt set b1='XCO5EK1BCRPXK' where id=4;
-update noar ti set b1='XCO5EK1BCRPXK' where id=4;
-update noar tt set b2='N4DKM' where id=4;
-update noar ti set b2='N4DKM' where id=4;
-update noar tt set b0='4LGHUC2' where id=5;
-update noar ti set b0='4LGHUC2' where id=5;
-update noar tt set b1='SQG1PEBF3X44D0P4QI6936S93' where id=5;
-update noar ti set b1='SQG1PEBF3X44D0P4QI6936S93' where id=5;
-update noar tt set b2='V1SNEVI1QR31ZKJ5ZP4' where id=5;
-update noar ti set b2='V1SNEVI1QR31ZKJ5ZP4' where id=5;
-update noar tt set b0='8' where id=6;
-update noar ti set b0='8' where id=6;
-update noar tt set b1='LI9M938N2DY6O63RYS3' where id=6;
-update noar ti set b1='LI9M938N2DY6O63RYS3' where id=6;
-update noar tt set b2='I91ME1ZUAD6H2XO86WJK5BHEQS' where id=6;
-update noar ti set b2='I91ME1ZUAD6H2XO86WJK5BHEQS' where id=6;
-update noar tt set b0='ZDH6QOA6V42TN' where id=7;
-update noar ti set b0='ZDH6QOA6V42TN' where id=7;
-update noar tt set b1='OCIJD' where id=7;
-update noar ti set b1='OCIJD' where id=7;
-update noar tt set b2='NA9621YEEDZGASGE0' where id=7;
-update noar ti set b2='NA9621YEEDZGASGE0' where id=7;
-update noar tt set b0='7FGZFLEPTGIZZKZMRSMY9' where id=8;
-update noar ti set b0='7FGZFLEPTGIZZKZMRSMY9' where id=8;
-update noar tt set b1='61U3PWW00LL731GIOCZG' where id=8;
-update noar ti set b1='61U3PWW00LL731GIOCZG' where id=8;
-update noar tt set b2='4573VI901F86GDSDO4NL9661B' where id=8;
-update noar ti set b2='4573VI901F86GDSDO4NL9661B' where id=8;
-update noar tt set b0='BB1T3VLBBTF3J1JQIIM3' where id=9;
-update noar ti set b0='BB1T3VLBBTF3J1JQIIM3' where id=9;
-update noar tt set b1='YODBR' where id=9;
-update noar ti set b1='YODBR' where id=9;
-update noar tt set b2='PB6SXV8USIP4U0UQLUSONBQ0' where id=9;
-update noar ti set b2='PB6SXV8USIP4U0UQLUSONBQ0' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 text not null,
-b1 text 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 b0='31PKJM51YE4' where id=1;
-update noar ti set b0='31PKJM51YE4' where id=1;
-update noar tt set b1='WXXEI' where id=1;
-update noar ti set b1='WXXEI' where id=1;
-update noar tt set b2='YLN3FHUROB2FO2BR3DFS6' where id=1;
-update noar ti set b2='YLN3FHUROB2FO2BR3DFS6' where id=1;
-update noar tt set b0='HF4HBXQ6IS' where id=2;
-update noar ti set b0='HF4HBXQ6IS' where id=2;
-update noar tt set b1='Q8PDD' where id=2;
-update noar ti set b1='Q8PDD' where id=2;
-update noar tt set b2='O3X1SR3BJI2ZV9' where id=2;
-update noar ti set b2='O3X1SR3BJI2ZV9' where id=2;
-update noar tt set b0='UKDG5PRMIO4I' where id=3;
-update noar ti set b0='UKDG5PRMIO4I' where id=3;
-update noar tt set b1='JNO5J8O4NFBJEUN5QC8YH3VTBS4Y4' where id=3;
-update noar ti set b1='JNO5J8O4NFBJEUN5QC8YH3VTBS4Y4' where id=3;
-update noar tt set b2='MAEOTNCLB30YK2AP8N' where id=3;
-update noar ti set b2='MAEOTNCLB30YK2AP8N' where id=3;
-update noar tt set b0='NUBEYHPAOZOXHSY1TOLMN6F3JHXJ0Y72' where id=4;
-update noar ti set b0='NUBEYHPAOZOXHSY1TOLMN6F3JHXJ0Y72' where id=4;
-update noar tt set b1='RBR0JR6F6B8GWHK1W40BW4' where id=4;
-update noar ti set b1='RBR0JR6F6B8GWHK1W40BW4' where id=4;
-update noar tt set b2='X7WECAGSM9P5' where id=4;
-update noar ti set b2='X7WECAGSM9P5' where id=4;
-update noar tt set b0='DRVXBSP42P' where id=5;
-update noar ti set b0='DRVXBSP42P' where id=5;
-update noar tt set b1='MEO5' where id=5;
-update noar ti set b1='MEO5' where id=5;
-update noar tt set b2='NWR7410JBM0QX101I' where id=5;
-update noar ti set b2='NWR7410JBM0QX101I' where id=5;
-update noar tt set b0='U4LM8OY6H744' where id=6;
-update noar ti set b0='U4LM8OY6H744' where id=6;
-update noar tt set b1='JZLIYZVWLOSH7RQ6' where id=6;
-update noar ti set b1='JZLIYZVWLOSH7RQ6' where id=6;
-update noar tt set b2='AK7ERXV9UDLOAUFC6ZD8Z' where id=6;
-update noar ti set b2='AK7ERXV9UDLOAUFC6ZD8Z' where id=6;
-update noar tt set b0='EI13RVZEBO' where id=7;
-update noar ti set b0='EI13RVZEBO' where id=7;
-update noar tt set b1='MOKVMZ9NOFBE5MZ1R3' where id=7;
-update noar ti set b1='MOKVMZ9NOFBE5MZ1R3' where id=7;
-update noar tt set b2='IS1909KHX46Y52T75' where id=7;
-update noar ti set b2='IS1909KHX46Y52T75' where id=7;
-update noar tt set b0='7IAF' where id=8;
-update noar ti set b0='7IAF' where id=8;
-update noar tt set b1='V53X6XCV3KSPPXJV' where id=8;
-update noar ti set b1='V53X6XCV3KSPPXJV' where id=8;
-update noar tt set b2='F15HUXD0D2Z' where id=8;
-update noar ti set b2='F15HUXD0D2Z' where id=8;
-update noar tt set b0='7SA2WI9HJ16JCG92O78I0' where id=9;
-update noar ti set b0='7SA2WI9HJ16JCG92O78I0' where id=9;
-update noar tt set b1='QYVUDKJ' where id=9;
-update noar ti set b1='QYVUDKJ' where id=9;
-update noar tt set b2='75EKSBDTZEY6ZMUSR9RG99LKG3I' where id=9;
-update noar ti set b2='75EKSBDTZEY6ZMUSR9RG99LKG3I' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 text null,
-b1 text null,
-b2 text 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 b0='KGT2OUVZ4RW75Z720HTRXUEUT0C9L' where id=1;
-update noar ti set b0='KGT2OUVZ4RW75Z720HTRXUEUT0C9L' where id=1;
-update noar tt set b1='7VVLWMQ5RZI49LQ3CYGTBW37VRV1C08Y' where id=1;
-update noar ti set b1='7VVLWMQ5RZI49LQ3CYGTBW37VRV1C08Y' where id=1;
-update noar tt set b2='UHM3PVVOFK' where id=1;
-update noar ti set b2='UHM3PVVOFK' where id=1;
-update noar tt set b0='3WLFBVTSTFOAR1H6LZJII57' where id=2;
-update noar ti set b0='3WLFBVTSTFOAR1H6LZJII57' where id=2;
-update noar tt set b1='3RV5I3S44HLJ5C22YE1V1LZHV4XU5O7' where id=2;
-update noar ti set b1='3RV5I3S44HLJ5C22YE1V1LZHV4XU5O7' where id=2;
-update noar tt set b2='EH' where id=2;
-update noar ti set b2='EH' where id=2;
-update noar tt set b0='04K67BHVGEVC2IIE' where id=3;
-update noar ti set b0='04K67BHVGEVC2IIE' where id=3;
-update noar tt set b1='VQRJQFRDPSN2EO88GU84C' where id=3;
-update noar ti set b1='VQRJQFRDPSN2EO88GU84C' where id=3;
-update noar tt set b2='0E' where id=3;
-update noar ti set b2='0E' where id=3;
-update noar tt set b0='Z4KC4F123J711' where id=4;
-update noar ti set b0='Z4KC4F123J711' where id=4;
-update noar tt set b1='K07' where id=4;
-update noar ti set b1='K07' where id=4;
-update noar tt set b2='3CEN03R' where id=4;
-update noar ti set b2='3CEN03R' where id=4;
-update noar tt set b0='LZXPD2UT' where id=5;
-update noar ti set b0='LZXPD2UT' where id=5;
-update noar tt set b1='E386' where id=5;
-update noar ti set b1='E386' where id=5;
-update noar tt set b2='N6V64UW' where id=5;
-update noar ti set b2='N6V64UW' where id=5;
-update noar tt set b0='MZE3EVZ0GTQ847GEAHQ' where id=6;
-update noar ti set b0='MZE3EVZ0GTQ847GEAHQ' where id=6;
-update noar tt set b1='4J0F9WUCWY06C5IV9QBLUXXE1' where id=6;
-update noar ti set b1='4J0F9WUCWY06C5IV9QBLUXXE1' where id=6;
-update noar tt set b2='FRCJF1683XAKVEE' where id=6;
-update noar ti set b2='FRCJF1683XAKVEE' where id=6;
-update noar tt set b0='DR8V3B9VRB8UWPKDYNWN9VN14B' where id=7;
-update noar ti set b0='DR8V3B9VRB8UWPKDYNWN9VN14B' where id=7;
-update noar tt set b1='OTNQCJDJRKVUXXPU' where id=7;
-update noar ti set b1='OTNQCJDJRKVUXXPU' where id=7;
-update noar tt set b2='BIIJLOMAME661KQ7A2' where id=7;
-update noar ti set b2='BIIJLOMAME661KQ7A2' where id=7;
-update noar tt set b0='IS17X2UTDBJQBKOHQ997MQAFM7XK' where id=8;
-update noar ti set b0='IS17X2UTDBJQBKOHQ997MQAFM7XK' where id=8;
-update noar tt set b1='4103QO4O9HPIZ7Z970RORJ85J99QU2J2' where id=8;
-update noar ti set b1='4103QO4O9HPIZ7Z970RORJ85J99QU2J2' where id=8;
-update noar tt set b2='AWCPPC74S89S7GBV9ZZMJJN2CZX' where id=8;
-update noar ti set b2='AWCPPC74S89S7GBV9ZZMJJN2CZX' where id=8;
-update noar tt set b0='7373' where id=9;
-update noar ti set b0='7373' where id=9;
-update noar tt set b1='42O9AXDJDCC6GCTD7FI7' where id=9;
-update noar ti set b1='42O9AXDJDCC6GCTD7FI7' where id=9;
-update noar tt set b2='GO6MZKMUBB318SARJ' where id=9;
-update noar ti set b2='GO6MZKMUBB318SARJ' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
-create table tt (id bigint unsigned primary key,
-b0 text not null,
-b1 text not null,
-b2 text 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 b0='BN5I0IAG1H81K6N61ZL5DLGEEMR' where id=1;
-update noar ti set b0='BN5I0IAG1H81K6N61ZL5DLGEEMR' where id=1;
-update noar tt set b1='VI48T0MVLTMP21BJS607BACKW8' where id=1;
-update noar ti set b1='VI48T0MVLTMP21BJS607BACKW8' where id=1;
-update noar tt set b2='LR' where id=1;
-update noar ti set b2='LR' where id=1;
-update noar tt set b0='AOJ79MI3DOM7BB6IVCV4CN8' where id=2;
-update noar ti set b0='AOJ79MI3DOM7BB6IVCV4CN8' where id=2;
-update noar tt set b1='WSXB92NDOIWDCLCQGD2LM4CZX' where id=2;
-update noar ti set b1='WSXB92NDOIWDCLCQGD2LM4CZX' where id=2;
-update noar tt set b2='KNHK' where id=2;
-update noar ti set b2='KNHK' where id=2;
-update noar tt set b0='2G9N7R6EFQA7JE13ATMA3AH357VDS' where id=3;
-update noar ti set b0='2G9N7R6EFQA7JE13ATMA3AH357VDS' where id=3;
-update noar tt set b1='WJYP9XQVJ8RKEPQAGV' where id=3;
-update noar ti set b1='WJYP9XQVJ8RKEPQAGV' where id=3;
-update noar tt set b2='BFXR1STWUZY9RM' where id=3;
-update noar ti set b2='BFXR1STWUZY9RM' where id=3;
-update noar tt set b0='K0F3W234B0LZY6' where id=4;
-update noar ti set b0='K0F3W234B0LZY6' where id=4;
-update noar tt set b1='O5T9Y10C8OED2OC92ZJ8AB5WBCXCOB9S' where id=4;
-update noar ti set b1='O5T9Y10C8OED2OC92ZJ8AB5WBCXCOB9S' where id=4;
-update noar tt set b2='GBUS6Y9ECF' where id=4;
-update noar ti set b2='GBUS6Y9ECF' where id=4;
-update noar tt set b0='ZHC' where id=5;
-update noar ti set b0='ZHC' where id=5;
-update noar tt set b1='DQR9P5VSSBA01WQ' where id=5;
-update noar ti set b1='DQR9P5VSSBA01WQ' where id=5;
-update noar tt set b2='5' where id=5;
-update noar ti set b2='5' where id=5;
-update noar tt set b0='6T62BGHYI4JSUP45AT2ANX5' where id=6;
-update noar ti set b0='6T62BGHYI4JSUP45AT2ANX5' where id=6;
-update noar tt set b1='2XP9KMPQM56VQAPFI9H4CMMM4BW' where id=6;
-update noar ti set b1='2XP9KMPQM56VQAPFI9H4CMMM4BW' where id=6;
-update noar tt set b2='0QZ5R40' where id=6;
-update noar ti set b2='0QZ5R40' where id=6;
-update noar tt set b0='CXCL4RYSR57W7V3G1QK3M5W0ZH7' where id=7;
-update noar ti set b0='CXCL4RYSR57W7V3G1QK3M5W0ZH7' where id=7;
-update noar tt set b1='0HJLH1JK' where id=7;
-update noar ti set b1='0HJLH1JK' where id=7;
-update noar tt set b2='R09YIQW78' where id=7;
-update noar ti set b2='R09YIQW78' where id=7;
-update noar tt set b0='QLDCVCMHCISPBS8H9I' where id=8;
-update noar ti set b0='QLDCVCMHCISPBS8H9I' where id=8;
-update noar tt set b1='9Z1MCQY6GN5CVGWTE266LIE' where id=8;
-update noar ti set b1='9Z1MCQY6GN5CVGWTE266LIE' where id=8;
-update noar tt set b2='2IQ4JF3X0RK181I7DKZY' where id=8;
-update noar ti set b2='2IQ4JF3X0RK181I7DKZY' where id=8;
-update noar tt set b0='UDWIQTSM59BA8DBSPNLYS0EEJDFCFG' where id=9;
-update noar ti set b0='UDWIQTSM59BA8DBSPNLYS0EEJDFCFG' 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 b2='OQ22J6SMTSA0KSHTMU' where id=9;
-update noar ti set b2='OQ22J6SMTSA0KSHTMU' where id=9;
-include/diff_tables.inc [test.tt, test.ti]
-drop table tt, ti;
+This test does not produce any output on success