1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-19 22:42:44 +03:00
Files
mariadb/mysql-test/suite/tokudb.fast_update/t/tokudb_update_blobs.test
Rich Prohaska d14d085aaa refs #5886 test blob updates
git-svn-id: file:///svn/mysql/tests/mysql-test@52089 c7de825b-a66e-492c-adef-691d508d4ae1
2013-01-14 20:25:10 +00:00

9480 lines
439 KiB
Plaintext

# generated by tokudb_fast_update_blobs.py
source include/have_tokudb.inc;
source include/have_innodb.inc;
set default_storage_engine='tokudb';
disable_warnings;
drop table if exists t;
enable_warnings;
create table tt (id bigint unsigned primary key,
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='6GVCPHACL68D036OUY5Z7IJV5JXOGM5I' where id=1;
update noar ti set b0='6GVCPHACL68D036OUY5Z7IJV5JXOGM5I' where id=1;
update noar tt set b1='U3Z28Y05OUHRGG0T44YRUCK' where id=1;
update noar ti set b1='U3Z28Y05OUHRGG0T44YRUCK' where id=1;
update noar tt set b2='61KN1DZYK8HF21P7L9GAC7Y' where id=1;
update noar ti set b2='61KN1DZYK8HF21P7L9GAC7Y' where id=1;
update noar tt set b0='Q4RRS78KO' where id=2;
update noar ti set b0='Q4RRS78KO' where id=2;
update noar tt set b1='LF1S' where id=2;
update noar ti set b1='LF1S' where id=2;
update noar tt set b2='RF8YG' where id=2;
update noar ti set b2='RF8YG' where id=2;
update noar tt set b0='SNBNA631D8HUJ1O8WUVJ' where id=3;
update noar ti set b0='SNBNA631D8HUJ1O8WUVJ' where id=3;
update noar tt set b1='MVYE68T2HKAWAQW3ULZMXBB3M' where id=3;
update noar ti set b1='MVYE68T2HKAWAQW3ULZMXBB3M' where id=3;
update noar tt set b2='OKZ7LMVTLZMQ9HOPGODR1' where id=3;
update noar ti set b2='OKZ7LMVTLZMQ9HOPGODR1' where id=3;
update noar tt set b0='EHNT7JDTS0AU3ZHHH9' where id=4;
update noar ti set b0='EHNT7JDTS0AU3ZHHH9' where id=4;
update noar tt set b1='D5IU6I93PL9NJXCKHWL06NB' where id=4;
update noar ti set b1='D5IU6I93PL9NJXCKHWL06NB' where id=4;
update noar tt set b2='9CIPRNRM1KSG0AP6U' where id=4;
update noar ti set b2='9CIPRNRM1KSG0AP6U' where id=4;
update noar tt set b0='Z7JQVSQSA17VGPOX51B4M7H076DH' where id=5;
update noar ti set b0='Z7JQVSQSA17VGPOX51B4M7H076DH' where id=5;
update noar tt set b1='Q46CBZL11IDJ' where id=5;
update noar ti set b1='Q46CBZL11IDJ' where id=5;
update noar tt set b2='ILUFKAHULJAQXE' where id=5;
update noar ti set b2='ILUFKAHULJAQXE' where id=5;
update noar tt set b0='XJOGOHKQJJA1HSG08QVE7AASMRWSE09' where id=6;
update noar ti set b0='XJOGOHKQJJA1HSG08QVE7AASMRWSE09' where id=6;
update noar tt set b1='QVH' where id=6;
update noar ti set b1='QVH' where id=6;
update noar tt set b2='NJPNWL7IBZU7RFLD9' where id=6;
update noar ti set b2='NJPNWL7IBZU7RFLD9' where id=6;
update noar tt set b0='YFB009E6PLMMI' where id=7;
update noar ti set b0='YFB009E6PLMMI' where id=7;
update noar tt set b1='JBU5B' where id=7;
update noar ti set b1='JBU5B' where id=7;
update noar tt set b2='EDPAVVZBEWU2Q39N2BRE8I7FF' where id=7;
update noar ti set b2='EDPAVVZBEWU2Q39N2BRE8I7FF' where id=7;
update noar tt set b0='ADR4C718PF8MJS2PC5' where id=8;
update noar ti set b0='ADR4C718PF8MJS2PC5' where id=8;
update noar tt set b1='96R50VD' where id=8;
update noar ti set b1='96R50VD' where id=8;
update noar tt set b2='X96NGTE9I17SAVHC89VLVX8I' where id=8;
update noar ti set b2='X96NGTE9I17SAVHC89VLVX8I' where id=8;
update noar tt set b0='HAFG9L3BI29SRS7SWVKN92X' where id=9;
update noar ti set b0='HAFG9L3BI29SRS7SWVKN92X' where id=9;
update noar tt set b1='79WV6V8DC2LWL9QA8F0MC2PAEEX8' where id=9;
update noar ti set b1='79WV6V8DC2LWL9QA8F0MC2PAEEX8' where id=9;
update noar tt set b2='WQTTV54E554NV' where id=9;
update noar ti set b2='WQTTV54E554NV' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='OAERGLI9WSNPHY1BOJTH9' where id=1;
update noar ti set b0='OAERGLI9WSNPHY1BOJTH9' where id=1;
update noar tt set b1='9MX6HFLC0M2I3IWDT853UE60XEC' where id=1;
update noar ti set b1='9MX6HFLC0M2I3IWDT853UE60XEC' where id=1;
update noar tt set b2='U8M6UDAJV9JE7TPNPKULJOZWBJP' where id=1;
update noar ti set b2='U8M6UDAJV9JE7TPNPKULJOZWBJP' where id=1;
update noar tt set b0='IVOA7HG2ZDVS8TE6D45G9YC1G6F27' where id=2;
update noar ti set b0='IVOA7HG2ZDVS8TE6D45G9YC1G6F27' where id=2;
update noar tt set b1='FN25LKCX' where id=2;
update noar ti set b1='FN25LKCX' where id=2;
update noar tt set b2='F29XH8DWXJI2A2BW76LV0U8890WNGK' where id=2;
update noar ti set b2='F29XH8DWXJI2A2BW76LV0U8890WNGK' where id=2;
update noar tt set b0='GTHEFPNNL4O78EUERAC0KMF9EER4HBZ' where id=3;
update noar ti set b0='GTHEFPNNL4O78EUERAC0KMF9EER4HBZ' where id=3;
update noar tt set b1='B7ELC3QKFXQOB0FEX2X0G1' where id=3;
update noar ti set b1='B7ELC3QKFXQOB0FEX2X0G1' where id=3;
update noar tt set b2='KJWA6ZI7LMHUOL5A5PVRGU9' where id=3;
update noar ti set b2='KJWA6ZI7LMHUOL5A5PVRGU9' where id=3;
update noar tt set b0='MUVN22FQT8LAU96YD3EIDNBK2P631L9R' where id=4;
update noar ti set b0='MUVN22FQT8LAU96YD3EIDNBK2P631L9R' where id=4;
update noar tt set b1='17MPG3Y3JYRXEGB45U1G3CHQR0S1' where id=4;
update noar ti set b1='17MPG3Y3JYRXEGB45U1G3CHQR0S1' where id=4;
update noar tt set b2='60ZD9YZY8PSMYE22PW67GIXH1KYCE' where id=4;
update noar ti set b2='60ZD9YZY8PSMYE22PW67GIXH1KYCE' where id=4;
update noar tt set b0='XF0T4J6VIVZ4X5U8E5IQNB3V4D7WFUH' where id=5;
update noar ti set b0='XF0T4J6VIVZ4X5U8E5IQNB3V4D7WFUH' where id=5;
update noar tt set b1='Z7U2Y24LRLJW3' where id=5;
update noar ti set b1='Z7U2Y24LRLJW3' where id=5;
update noar tt set b2='43VF9079E6I2ZVIADHHB05Q6W' where id=5;
update noar ti set b2='43VF9079E6I2ZVIADHHB05Q6W' where id=5;
update noar tt set b0='K4ESNZAX8JM635RIJ8KQRVCOK6' where id=6;
update noar ti set b0='K4ESNZAX8JM635RIJ8KQRVCOK6' where id=6;
update noar tt set b1='NIM9R6R6YB1NVI6TG6WY3HPYIIIP4B78' where id=6;
update noar ti set b1='NIM9R6R6YB1NVI6TG6WY3HPYIIIP4B78' where id=6;
update noar tt set b2='03WIX3BASK84IGMMY3PPS6F7' where id=6;
update noar ti set b2='03WIX3BASK84IGMMY3PPS6F7' where id=6;
update noar tt set b0='EZ34QE1UMNQDLLLMBXUZ1T98K' where id=7;
update noar ti set b0='EZ34QE1UMNQDLLLMBXUZ1T98K' where id=7;
update noar tt set b1='G2ZV5MM' where id=7;
update noar ti set b1='G2ZV5MM' where id=7;
update noar tt set b2='84WL1DM3K6LZQEMF4HC8UFD' where id=7;
update noar ti set b2='84WL1DM3K6LZQEMF4HC8UFD' where id=7;
update noar tt set b0='96EYLJX8RROAC114GGBF651H4P' where id=8;
update noar ti set b0='96EYLJX8RROAC114GGBF651H4P' where id=8;
update noar tt set b1='TXPUIB5EXK6T3688FU5W' where id=8;
update noar ti set b1='TXPUIB5EXK6T3688FU5W' where id=8;
update noar tt set b2='94IAFRFVWRJJMYA3X8S7YGCT8S9L' where id=8;
update noar ti set b2='94IAFRFVWRJJMYA3X8S7YGCT8S9L' where id=8;
update noar tt set b0='62G7' where id=9;
update noar ti set b0='62G7' where id=9;
update noar tt set b1='IIUES3DX7U4A81I' where id=9;
update noar ti set b1='IIUES3DX7U4A81I' where id=9;
update noar tt set b2='GQV61TWCHG49Q1VBMO9' where id=9;
update noar ti set b2='GQV61TWCHG49Q1VBMO9' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='HJCCIMPS0HOJ0S' where id=1;
update noar ti set b0='HJCCIMPS0HOJ0S' where id=1;
update noar tt set b1='K9OZRDSODPXRZJE9145ZY03RT8PXC4' where id=1;
update noar ti set b1='K9OZRDSODPXRZJE9145ZY03RT8PXC4' where id=1;
update noar tt set b2='S81U7OU1IOD3THHJP4ZATDIY0GREEJR' where id=1;
update noar ti set b2='S81U7OU1IOD3THHJP4ZATDIY0GREEJR' where id=1;
update noar tt set b0='KQKYGCRD7LLE9YB' where id=2;
update noar ti set b0='KQKYGCRD7LLE9YB' where id=2;
update noar tt set b1='MGAWGUTE9ZFDTQ6E' where id=2;
update noar ti set b1='MGAWGUTE9ZFDTQ6E' where id=2;
update noar tt set b2='8ML' where id=2;
update noar ti set b2='8ML' where id=2;
update noar tt set b0='GLXBHSM6' where id=3;
update noar ti set b0='GLXBHSM6' where id=3;
update noar tt set b1='PZT' where id=3;
update noar ti set b1='PZT' where id=3;
update noar tt set b2='1N7VOGYWSZGO6TRH1W6DCP' where id=3;
update noar ti set b2='1N7VOGYWSZGO6TRH1W6DCP' where id=3;
update noar tt set b0='6KE0BIBDLD1C6G6G' where id=4;
update noar ti set b0='6KE0BIBDLD1C6G6G' where id=4;
update noar tt set b1='RDBEEO0G' where id=4;
update noar ti set b1='RDBEEO0G' where id=4;
update noar tt set b2='JLUHK30S20VQE84OHL4WRQXLMKK' where id=4;
update noar ti set b2='JLUHK30S20VQE84OHL4WRQXLMKK' where id=4;
update noar tt set b0='UHZ8MJSNBULWCUOH' where id=5;
update noar ti set b0='UHZ8MJSNBULWCUOH' where id=5;
update noar tt set b1='ST4IFYOSQP' where id=5;
update noar ti set b1='ST4IFYOSQP' 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='SHVGBKDNP150MR17S' where id=6;
update noar ti set b0='SHVGBKDNP150MR17S' where id=6;
update noar tt set b1='T5YZP0IME0IMK7ND' where id=6;
update noar ti set b1='T5YZP0IME0IMK7ND' where id=6;
update noar tt set b2='NH5' where id=6;
update noar ti set b2='NH5' where id=6;
update noar tt set b0='40SQKB8G2R5JAPXCXP0' where id=7;
update noar ti set b0='40SQKB8G2R5JAPXCXP0' where id=7;
update noar tt set b1='8RQZE734Q8WSAGHN7' where id=7;
update noar ti set b1='8RQZE734Q8WSAGHN7' where id=7;
update noar tt set b2='5SO57PLK' where id=7;
update noar ti set b2='5SO57PLK' where id=7;
update noar tt set b0='34X' where id=8;
update noar ti set b0='34X' where id=8;
update noar tt set b1='5HX74EOFJL1Q7WGK441J' where id=8;
update noar ti set b1='5HX74EOFJL1Q7WGK441J' where id=8;
update noar tt set b2='HIMVGG27VO0DTQCI36U90C2PN1N5R' where id=8;
update noar ti set b2='HIMVGG27VO0DTQCI36U90C2PN1N5R' where id=8;
update noar tt set b0='HKRX49O1JZKT0VRODOSSV' where id=9;
update noar ti set b0='HKRX49O1JZKT0VRODOSSV' where id=9;
update noar tt set b1='0HT1UZEJQARAW' where id=9;
update noar ti set b1='0HT1UZEJQARAW' where id=9;
update noar tt set b2='VVZSVJNF4N5GWRR00I1Q2G' where id=9;
update noar ti set b2='VVZSVJNF4N5GWRR00I1Q2G' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='3EOTX2UN4LVDAW9XL' where id=1;
update noar ti set b0='3EOTX2UN4LVDAW9XL' where id=1;
update noar tt set b1='4MV0W6XCQFRKWEKY1R4RM4UC09AJ5F' where id=1;
update noar ti set b1='4MV0W6XCQFRKWEKY1R4RM4UC09AJ5F' where id=1;
update noar tt set b2='Z3HBRM' where id=1;
update noar ti set b2='Z3HBRM' where id=1;
update noar tt set b0='LR9PPH8KS6V4CECXSQA85SUD311Q1' where id=2;
update noar ti set b0='LR9PPH8KS6V4CECXSQA85SUD311Q1' where id=2;
update noar tt set b1='62MQ8DQ9' where id=2;
update noar ti set b1='62MQ8DQ9' where id=2;
update noar tt set b2='8AQJ1CBYGLX6ALGNXGSRY8JR' where id=2;
update noar ti set b2='8AQJ1CBYGLX6ALGNXGSRY8JR' where id=2;
update noar tt set b0='Q8XPQPRDVP5300849KVHHNFRF' where id=3;
update noar ti set b0='Q8XPQPRDVP5300849KVHHNFRF' where id=3;
update noar tt set b1='74VXLO8ZAMCAMW1' where id=3;
update noar ti set b1='74VXLO8ZAMCAMW1' where id=3;
update noar tt set b2='OA6WHCSK' where id=3;
update noar ti set b2='OA6WHCSK' where id=3;
update noar tt set b0='UGOS1FYKOS2C04AOIZV30' where id=4;
update noar ti set b0='UGOS1FYKOS2C04AOIZV30' where id=4;
update noar tt set b1='EO5F9OMP75ZQM8FX4SAKJS34' where id=4;
update noar ti set b1='EO5F9OMP75ZQM8FX4SAKJS34' where id=4;
update noar tt set b2='G31GSVGEU' where id=4;
update noar ti set b2='G31GSVGEU' where id=4;
update noar tt set b0='XKIHO0DY81BL3D' where id=5;
update noar ti set b0='XKIHO0DY81BL3D' where id=5;
update noar tt set b1='TIX2F20N0TJIZQW1' where id=5;
update noar ti set b1='TIX2F20N0TJIZQW1' where id=5;
update noar tt set b2='KWJT7P7VJSDJA9BI' where id=5;
update noar ti set b2='KWJT7P7VJSDJA9BI' where id=5;
update noar tt set b0='6GD9PGZEOT' where id=6;
update noar ti set b0='6GD9PGZEOT' where id=6;
update noar tt set b1='LO9QGHK' where id=6;
update noar ti set b1='LO9QGHK' where id=6;
update noar tt set b2='GIJNUIXKCFWCU' where id=6;
update noar ti set b2='GIJNUIXKCFWCU' where id=6;
update noar tt set b0='X1XT7KUYX' where id=7;
update noar ti set b0='X1XT7KUYX' where id=7;
update noar tt set b1='012OIW3JPI9VIXGY3H' where id=7;
update noar ti set b1='012OIW3JPI9VIXGY3H' where id=7;
update noar tt set b2='66PTHV9QAQ5U89A3L78K' where id=7;
update noar ti set b2='66PTHV9QAQ5U89A3L78K' where id=7;
update noar tt set b0='7' where id=8;
update noar ti set b0='7' where id=8;
update noar tt set b1='W36D3OEWOU7MUX' where id=8;
update noar ti set b1='W36D3OEWOU7MUX' where id=8;
update noar tt set b2='BOM3EMLY31GAD80MIYPBD' where id=8;
update noar ti set b2='BOM3EMLY31GAD80MIYPBD' where id=8;
update noar tt set b0='DY81EXTNV01WL2AKM0PB8KK6Y' where id=9;
update noar ti set b0='DY81EXTNV01WL2AKM0PB8KK6Y' where id=9;
update noar tt set b1='YKN7KJJ2OPK3EVC570VA35GC71' where id=9;
update noar ti set b1='YKN7KJJ2OPK3EVC570VA35GC71' where id=9;
update noar tt set b2='L61DTLC41ATP' where id=9;
update noar ti set b2='L61DTLC41ATP' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='RV1RSXFLQJW6MFAT1HBSPL98TJJR' where id=1;
update noar ti set b0='RV1RSXFLQJW6MFAT1HBSPL98TJJR' where id=1;
update noar tt set b1='UPO6Z' where id=1;
update noar ti set b1='UPO6Z' where id=1;
update noar tt set b2='CMWNLQS' where id=1;
update noar ti set b2='CMWNLQS' where id=1;
update noar tt set b0='X5SDGAUJ7EKJKXXWJKW' where id=2;
update noar ti set b0='X5SDGAUJ7EKJKXXWJKW' where id=2;
update noar tt set b1='YFD' where id=2;
update noar ti set b1='YFD' where id=2;
update noar tt set b2='EVHGMK8VI0SP2J5JAMC' where id=2;
update noar ti set b2='EVHGMK8VI0SP2J5JAMC' where id=2;
update noar tt set b0='8RXARC1V6K0VREXK5DWBSUIU5' where id=3;
update noar ti set b0='8RXARC1V6K0VREXK5DWBSUIU5' where id=3;
update noar tt set b1='U22' where id=3;
update noar ti set b1='U22' where id=3;
update noar tt set b2='5PTMX' where id=3;
update noar ti set b2='5PTMX' where id=3;
update noar tt set b0='4AFF58S8OSDS3S3J8621XT06TO' where id=4;
update noar ti set b0='4AFF58S8OSDS3S3J8621XT06TO' where id=4;
update noar tt set b1='GEB2ZH5UFCMC3XNBSR2YI6W7' where id=4;
update noar ti set b1='GEB2ZH5UFCMC3XNBSR2YI6W7' where id=4;
update noar tt set b2='8FBQD' where id=4;
update noar ti set b2='8FBQD' where id=4;
update noar tt set b0='7AZQPNPHY749P0CE5EH0DJDWUM6L' where id=5;
update noar ti set b0='7AZQPNPHY749P0CE5EH0DJDWUM6L' where id=5;
update noar tt set b1='PT9ESE62QKWSOO44D3BELE7K0ZTLKT0' where id=5;
update noar ti set b1='PT9ESE62QKWSOO44D3BELE7K0ZTLKT0' where id=5;
update noar tt set b2='M6OMG' where id=5;
update noar ti set b2='M6OMG' where id=5;
update noar tt set b0='8MTCXPZ' where id=6;
update noar ti set b0='8MTCXPZ' where id=6;
update noar tt set b1='3GQ' where id=6;
update noar ti set b1='3GQ' where id=6;
update noar tt set b2='5XIS577D' where id=6;
update noar ti set b2='5XIS577D' where id=6;
update noar tt set b0='YONRGJB0GV5LIQ36NL' where id=7;
update noar ti set b0='YONRGJB0GV5LIQ36NL' where id=7;
update noar tt set b1='0LIDPSMLAC6RL036QIHG' where id=7;
update noar ti set b1='0LIDPSMLAC6RL036QIHG' where id=7;
update noar tt set b2='6XJ3GBNYSHSHJS' where id=7;
update noar ti set b2='6XJ3GBNYSHSHJS' where id=7;
update noar tt set b0='HK1UCQ' where id=8;
update noar ti set b0='HK1UCQ' where id=8;
update noar tt set b1='6JR3974RMF26FAJGQWRI' where id=8;
update noar ti set b1='6JR3974RMF26FAJGQWRI' where id=8;
update noar tt set b2='5T02HYM3QVMJ1NARH0SXRAH' where id=8;
update noar ti set b2='5T02HYM3QVMJ1NARH0SXRAH' where id=8;
update noar tt set b0='LH0Y0GO1T741AML2CPE08UJZAZ' where id=9;
update noar ti set b0='LH0Y0GO1T741AML2CPE08UJZAZ' where id=9;
update noar tt set b1='F' where id=9;
update noar ti set b1='F' where id=9;
update noar tt set b2='O09FR73OR94GP1QVMPE' where id=9;
update noar ti set b2='O09FR73OR94GP1QVMPE' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='1' where id=1;
update noar ti set b0='1' where id=1;
update noar tt set b1='4NB8FIQIO4ZAN4E' where id=1;
update noar ti set b1='4NB8FIQIO4ZAN4E' where id=1;
update noar tt set b2='L04' where id=1;
update noar ti set b2='L04' where id=1;
update noar tt set b0='P8DFKJEU8AE5W70158BMDR' where id=2;
update noar ti set b0='P8DFKJEU8AE5W70158BMDR' where id=2;
update noar tt set b1='HHIYOAF45BRJUAH7W' where id=2;
update noar ti set b1='HHIYOAF45BRJUAH7W' where id=2;
update noar tt set b2='WYRQ' where id=2;
update noar ti set b2='WYRQ' where id=2;
update noar tt set b0='SME65' where id=3;
update noar ti set b0='SME65' where id=3;
update noar tt set b1='RVMXO7V049G' where id=3;
update noar ti set b1='RVMXO7V049G' where id=3;
update noar tt set b2='L6YBU1NIZFKA4BY1V8SFA8G3RJ0' where id=3;
update noar ti set b2='L6YBU1NIZFKA4BY1V8SFA8G3RJ0' where id=3;
update noar tt set b0='DCYUOZMR1F4QBQHBS' where id=4;
update noar ti set b0='DCYUOZMR1F4QBQHBS' where id=4;
update noar tt set b1='U4XUO3X895T1AAU6R58A' where id=4;
update noar ti set b1='U4XUO3X895T1AAU6R58A' where id=4;
update noar tt set b2='6DUFRJ8ZRDJX4EMQN7SC5KP' where id=4;
update noar ti set b2='6DUFRJ8ZRDJX4EMQN7SC5KP' 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='SYWIDET155FTJW' where id=5;
update noar ti set b1='SYWIDET155FTJW' where id=5;
update noar tt set b2='E5DPVXFKP1U6VKTOK434J8613' where id=5;
update noar ti set b2='E5DPVXFKP1U6VKTOK434J8613' where id=5;
update noar tt set b0='4KY2GF6SPMFQ6N9AUE00K9E' where id=6;
update noar ti set b0='4KY2GF6SPMFQ6N9AUE00K9E' where id=6;
update noar tt set b1='L371' where id=6;
update noar ti set b1='L371' where id=6;
update noar tt set b2='NMJ5GC3WTLB7' where id=6;
update noar ti set b2='NMJ5GC3WTLB7' where id=6;
update noar tt set b0='XJORI70HN7XU' where id=7;
update noar ti set b0='XJORI70HN7XU' where id=7;
update noar tt set b1='C031' where id=7;
update noar ti set b1='C031' where id=7;
update noar tt set b2='X8DFYEYDMLZV8GI' where id=7;
update noar ti set b2='X8DFYEYDMLZV8GI' where id=7;
update noar tt set b0='64L5VGEOLVXGZHW47' where id=8;
update noar ti set b0='64L5VGEOLVXGZHW47' where id=8;
update noar tt set b1='TQ31QTS77H5ZQIH3GMMMDKSY' where id=8;
update noar ti set b1='TQ31QTS77H5ZQIH3GMMMDKSY' where id=8;
update noar tt set b2='4VDM8UO4TE64VBFOSB' where id=8;
update noar ti set b2='4VDM8UO4TE64VBFOSB' 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='3Q1HPFD9WKUKUT3' where id=9;
update noar ti set b1='3Q1HPFD9WKUKUT3' where id=9;
update noar tt set b2='5K7BD81DDKOHGBVA43ENNV3IZ' where id=9;
update noar ti set b2='5K7BD81DDKOHGBVA43ENNV3IZ' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='4MJ934' where id=1;
update noar ti set b0='4MJ934' where id=1;
update noar tt set b1='39Y2ID32RXHBQU6WM' where id=1;
update noar ti set b1='39Y2ID32RXHBQU6WM' where id=1;
update noar tt set b2='3L37QA' where id=1;
update noar ti set b2='3L37QA' where id=1;
update noar tt set b0='2PBPX5U24ZLO' where id=2;
update noar ti set b0='2PBPX5U24ZLO' where id=2;
update noar tt set b1='I8GQDMPAR162W7GH2R981JAZPNFUR4I' where id=2;
update noar ti set b1='I8GQDMPAR162W7GH2R981JAZPNFUR4I' where id=2;
update noar tt set b2='0QHEHE9Z51MQ2FG4' where id=2;
update noar ti set b2='0QHEHE9Z51MQ2FG4' where id=2;
update noar tt set b0='Z5OME' where id=3;
update noar ti set b0='Z5OME' where id=3;
update noar tt set b1='JBR3QAPRKJM' where id=3;
update noar ti set b1='JBR3QAPRKJM' where id=3;
update noar tt set b2='ET8' where id=3;
update noar ti set b2='ET8' where id=3;
update noar tt set b0='D9625PV339' where id=4;
update noar ti set b0='D9625PV339' where id=4;
update noar tt set b1='MC0XC2TKX4PYRBFEPSVP7IQQCIJEC9Y' where id=4;
update noar ti set b1='MC0XC2TKX4PYRBFEPSVP7IQQCIJEC9Y' where id=4;
update noar tt set b2='XHYCNG4Z9EL2' where id=4;
update noar ti set b2='XHYCNG4Z9EL2' where id=4;
update noar tt set b0='CF4O' where id=5;
update noar ti set b0='CF4O' where id=5;
update noar tt set b1='4XPSOZGAVWVO4HTNLTR' where id=5;
update noar ti set b1='4XPSOZGAVWVO4HTNLTR' where id=5;
update noar tt set b2='84HFNO5' where id=5;
update noar ti set b2='84HFNO5' where id=5;
update noar tt set b0='N7SNCJF2NN' where id=6;
update noar ti set b0='N7SNCJF2NN' where id=6;
update noar tt set b1='AC' where id=6;
update noar ti set b1='AC' where id=6;
update noar tt set b2='8FAVNSM4GI4SJ758OEHJX9IESYHXY9' where id=6;
update noar ti set b2='8FAVNSM4GI4SJ758OEHJX9IESYHXY9' where id=6;
update noar tt set b0='7NHUR1R9MVKBTKF8OY3' where id=7;
update noar ti set b0='7NHUR1R9MVKBTKF8OY3' where id=7;
update noar tt set b1='XBC0PU7FRQFY' where id=7;
update noar ti set b1='XBC0PU7FRQFY' where id=7;
update noar tt set b2='KRWSYGFD25JD630HQK0R4LZPWHDZA' where id=7;
update noar ti set b2='KRWSYGFD25JD630HQK0R4LZPWHDZA' where id=7;
update noar tt set b0='XR5AT' where id=8;
update noar ti set b0='XR5AT' where id=8;
update noar tt set b1='VW4LDX51N21XILLXKAY' where id=8;
update noar ti set b1='VW4LDX51N21XILLXKAY' where id=8;
update noar tt set b2='B6P1088' where id=8;
update noar ti set b2='B6P1088' where id=8;
update noar tt set b0='7RDNFWI882TOPALARU66QHF' where id=9;
update noar ti set b0='7RDNFWI882TOPALARU66QHF' where id=9;
update noar tt set b1='SFOL7EYEC' where id=9;
update noar ti set b1='SFOL7EYEC' where id=9;
update noar tt set b2='CMHZYRYKURWPFZWBF' where id=9;
update noar ti set b2='CMHZYRYKURWPFZWBF' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='HXD07R0DR' where id=1;
update noar ti set b0='HXD07R0DR' where id=1;
update noar tt set b1='8SUQIWYP7P1T' where id=1;
update noar ti set b1='8SUQIWYP7P1T' where id=1;
update noar tt set b2='K' where id=1;
update noar ti set b2='K' where id=1;
update noar tt set b0='67WXS42KCZV73ECYBT0' where id=2;
update noar ti set b0='67WXS42KCZV73ECYBT0' where id=2;
update noar tt set b1='DENPJ14NS6XV1Z81C' where id=2;
update noar ti set b1='DENPJ14NS6XV1Z81C' where id=2;
update noar tt set b2='VFAY6IP30NXV8XQUM5JSY39U3FO' where id=2;
update noar ti set b2='VFAY6IP30NXV8XQUM5JSY39U3FO' where id=2;
update noar tt set b0='QSTCNXABNV47J9N52L1LCTCK' where id=3;
update noar ti set b0='QSTCNXABNV47J9N52L1LCTCK' where id=3;
update noar tt set b1='NDN8YR' where id=3;
update noar ti set b1='NDN8YR' where id=3;
update noar tt set b2='XUW86' where id=3;
update noar ti set b2='XUW86' where id=3;
update noar tt set b0='98FICSN24OCL' where id=4;
update noar ti set b0='98FICSN24OCL' where id=4;
update noar tt set b1='LL601JGUVZSL2F56A' where id=4;
update noar ti set b1='LL601JGUVZSL2F56A' where id=4;
update noar tt set b2='TRSM3Y82FB0N7VEKWQPX9GBVP' where id=4;
update noar ti set b2='TRSM3Y82FB0N7VEKWQPX9GBVP' where id=4;
update noar tt set b0='SDO65I8JW79TVQZO5X3HD0ADLW1GD' where id=5;
update noar ti set b0='SDO65I8JW79TVQZO5X3HD0ADLW1GD' where id=5;
update noar tt set b1='VX12XM5YQ9RYUSIT2WIF4HGI86S' where id=5;
update noar ti set b1='VX12XM5YQ9RYUSIT2WIF4HGI86S' where id=5;
update noar tt set b2='PE82FN' where id=5;
update noar ti set b2='PE82FN' where id=5;
update noar tt set b0='U4V95T49L' where id=6;
update noar ti set b0='U4V95T49L' where id=6;
update noar tt set b1='SCR0XRRBKZYD9EA94NRLEY9M5SB' where id=6;
update noar ti set b1='SCR0XRRBKZYD9EA94NRLEY9M5SB' where id=6;
update noar tt set b2='IHUBLG5OR5IAU24FP' where id=6;
update noar ti set b2='IHUBLG5OR5IAU24FP' where id=6;
update noar tt set b0='DDGXF1E0FUYJF40UQQF0T36M' where id=7;
update noar ti set b0='DDGXF1E0FUYJF40UQQF0T36M' where id=7;
update noar tt set b1='7QAXNVC92ZBP5MTU' where id=7;
update noar ti set b1='7QAXNVC92ZBP5MTU' where id=7;
update noar tt set b2='KO0VAI6SKTQ4NC1A3P8ORJS2' where id=7;
update noar ti set b2='KO0VAI6SKTQ4NC1A3P8ORJS2' where id=7;
update noar tt set b0='5FZ32DNLE34EET45XXGN5' where id=8;
update noar ti set b0='5FZ32DNLE34EET45XXGN5' where id=8;
update noar tt set b1='YOCGATJ21' where id=8;
update noar ti set b1='YOCGATJ21' where id=8;
update noar tt set b2='N' where id=8;
update noar ti set b2='N' where id=8;
update noar tt set b0='RONC' where id=9;
update noar ti set b0='RONC' where id=9;
update noar tt set b1='N5WGIHQGI8OXYPZZ4XVZBW9BHE4CKUQ' where id=9;
update noar ti set b1='N5WGIHQGI8OXYPZZ4XVZBW9BHE4CKUQ' where id=9;
update noar tt set b2='M27HC20FNGCB17UZL9TQO' where id=9;
update noar ti set b2='M27HC20FNGCB17UZL9TQO' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='7R5ZD4LRGH9DKWCD014TV3KW9I' where id=1;
update noar ti set b0='7R5ZD4LRGH9DKWCD014TV3KW9I' where id=1;
update noar tt set b1='JQP92T39YRLNX0ZGPO' where id=1;
update noar ti set b1='JQP92T39YRLNX0ZGPO' where id=1;
update noar tt set b2='HJDS7J1F34XZM0W06D7NMMNVMW' where id=1;
update noar ti set b2='HJDS7J1F34XZM0W06D7NMMNVMW' where id=1;
update noar tt set b0='7NTNCABEH4P8YTAD5DF9BOR0GN' where id=2;
update noar ti set b0='7NTNCABEH4P8YTAD5DF9BOR0GN' where id=2;
update noar tt set b1='GJ1' where id=2;
update noar ti set b1='GJ1' where id=2;
update noar tt set b2='XRNN7G4ZZVWCUS7H' where id=2;
update noar ti set b2='XRNN7G4ZZVWCUS7H' where id=2;
update noar tt set b0='ZB00U3BYXS8VHGZARTETE1NRZ' where id=3;
update noar ti set b0='ZB00U3BYXS8VHGZARTETE1NRZ' where id=3;
update noar tt set b1='YI0G5C6V5AKM8OAKHRG' where id=3;
update noar ti set b1='YI0G5C6V5AKM8OAKHRG' where id=3;
update noar tt set b2='E0V3B' where id=3;
update noar ti set b2='E0V3B' where id=3;
update noar tt set b0='GTI16VP7R' where id=4;
update noar ti set b0='GTI16VP7R' where id=4;
update noar tt set b1='IF3OIB592GRBO49T5S4IIDT3ZG7ENDZ' where id=4;
update noar ti set b1='IF3OIB592GRBO49T5S4IIDT3ZG7ENDZ' where id=4;
update noar tt set b2='76RLC70SBUMVX8DQU' where id=4;
update noar ti set b2='76RLC70SBUMVX8DQU' where id=4;
update noar tt set b0='HRH5RQQVIF72SR' where id=5;
update noar ti set b0='HRH5RQQVIF72SR' where id=5;
update noar tt set b1='6QI0BG7J0XZ32I0VAMB064CUV0' where id=5;
update noar ti set b1='6QI0BG7J0XZ32I0VAMB064CUV0' where id=5;
update noar tt set b2='ZG68HN9P9WW73XAIC547XU' where id=5;
update noar ti set b2='ZG68HN9P9WW73XAIC547XU' where id=5;
update noar tt set b0='3OR1FMQXI9JMSHT46YAQI4A9BMB0T62' where id=6;
update noar ti set b0='3OR1FMQXI9JMSHT46YAQI4A9BMB0T62' where id=6;
update noar tt set b1='HF71A38Y72SHOIOMU0YAPQ8BN0IV7LDM' where id=6;
update noar ti set b1='HF71A38Y72SHOIOMU0YAPQ8BN0IV7LDM' where id=6;
update noar tt set b2='2SKVNQP' where id=6;
update noar ti set b2='2SKVNQP' where id=6;
update noar tt set b0='E2G2Z' where id=7;
update noar ti set b0='E2G2Z' where id=7;
update noar tt set b1='1N' where id=7;
update noar ti set b1='1N' where id=7;
update noar tt set b2='93MT7G4I80W3' where id=7;
update noar ti set b2='93MT7G4I80W3' where id=7;
update noar tt set b0='OCM9DAFS1QBA1EW8SWB4ZSI5G5E' where id=8;
update noar ti set b0='OCM9DAFS1QBA1EW8SWB4ZSI5G5E' where id=8;
update noar tt set b1='32LM3ZC46X8G2UWZ1' where id=8;
update noar ti set b1='32LM3ZC46X8G2UWZ1' where id=8;
update noar tt set b2='NWM9TDHGLJZBAJBLHH6P48KQS' where id=8;
update noar ti set b2='NWM9TDHGLJZBAJBLHH6P48KQS' where id=8;
update noar tt set b0='MKHTO14QR0R5VEUX8HBQZON7FNO9GO' where id=9;
update noar ti set b0='MKHTO14QR0R5VEUX8HBQZON7FNO9GO' where id=9;
update noar tt set b1='9RH' where id=9;
update noar ti set b1='9RH' where id=9;
update noar tt set b2='BMNFU1KU3Y' where id=9;
update noar ti set b2='BMNFU1KU3Y' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='WCXD0M33KVJQ6YR' where id=1;
update noar ti set b0='WCXD0M33KVJQ6YR' where id=1;
update noar tt set b1='3AS0GEMMQMSJUT2' where id=1;
update noar ti set b1='3AS0GEMMQMSJUT2' where id=1;
update noar tt set b2='MS72TFM2L7CLOG4ZIVN8HM9' where id=1;
update noar ti set b2='MS72TFM2L7CLOG4ZIVN8HM9' where id=1;
update noar tt set b0='U6SEDG535BZ7CVKS7TA' where id=2;
update noar ti set b0='U6SEDG535BZ7CVKS7TA' where id=2;
update noar tt set b1='Y4AAA3JJGPE4L' where id=2;
update noar ti set b1='Y4AAA3JJGPE4L' where id=2;
update noar tt set b2='R1T' where id=2;
update noar ti set b2='R1T' where id=2;
update noar tt set b0='6WFJ72UKAJ6LZ7T8' where id=3;
update noar ti set b0='6WFJ72UKAJ6LZ7T8' where id=3;
update noar tt set b1='3APMHXAUHP10OEXE5ZJPTCF5SF74R' where id=3;
update noar ti set b1='3APMHXAUHP10OEXE5ZJPTCF5SF74R' where id=3;
update noar tt set b2='QYMV6KQ2BXG7CXKS5' where id=3;
update noar ti set b2='QYMV6KQ2BXG7CXKS5' where id=3;
update noar tt set b0='AMS22K7BPR7WZ1IG' where id=4;
update noar ti set b0='AMS22K7BPR7WZ1IG' where id=4;
update noar tt set b1='8CYAR4TP4H5OAS34OCSVFXOZF' where id=4;
update noar ti set b1='8CYAR4TP4H5OAS34OCSVFXOZF' where id=4;
update noar tt set b2='JC6MM8T' where id=4;
update noar ti set b2='JC6MM8T' where id=4;
update noar tt set b0='AAH1XF2I2H0SVNT9VNC06Q4CPIE2YT' where id=5;
update noar ti set b0='AAH1XF2I2H0SVNT9VNC06Q4CPIE2YT' where id=5;
update noar tt set b1='05AB6A1SC59J4XP4YT0ORFX81IWEHBE2' where id=5;
update noar ti set b1='05AB6A1SC59J4XP4YT0ORFX81IWEHBE2' where id=5;
update noar tt set b2='SALN23B41K5ZZV5A4LUXTLSBE' where id=5;
update noar ti set b2='SALN23B41K5ZZV5A4LUXTLSBE' where id=5;
update noar tt set b0='IATTK1W5F445' where id=6;
update noar ti set b0='IATTK1W5F445' where id=6;
update noar tt set b1='9ZBWEA6XB7O7Q8TR4L2' where id=6;
update noar ti set b1='9ZBWEA6XB7O7Q8TR4L2' where id=6;
update noar tt set b2='SC1T49S3TNB272KXW9SBM' where id=6;
update noar ti set b2='SC1T49S3TNB272KXW9SBM' where id=6;
update noar tt set b0='XM8EXHCUP' where id=7;
update noar ti set b0='XM8EXHCUP' where id=7;
update noar tt set b1='OED98' where id=7;
update noar ti set b1='OED98' where id=7;
update noar tt set b2='ZLMDKCNMOAN7SMXC' where id=7;
update noar ti set b2='ZLMDKCNMOAN7SMXC' where id=7;
update noar tt set b0='TRJQ1K' where id=8;
update noar ti set b0='TRJQ1K' where id=8;
update noar tt set b1='Z9IV2K0' where id=8;
update noar ti set b1='Z9IV2K0' where id=8;
update noar tt set b2='JCGX6Y' where id=8;
update noar ti set b2='JCGX6Y' where id=8;
update noar tt set b0='DHH3JT5FS0RXYYRETFDSK' where id=9;
update noar ti set b0='DHH3JT5FS0RXYYRETFDSK' where id=9;
update noar tt set b1='Y87' where id=9;
update noar ti set b1='Y87' where id=9;
update noar tt set b2='0LPJ0NLBFK' where id=9;
update noar ti set b2='0LPJ0NLBFK' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='BGMPRJL' where id=1;
update noar ti set b0='BGMPRJL' where id=1;
update noar tt set b1='CPY' where id=1;
update noar ti set b1='CPY' where id=1;
update noar tt set b2='IELRAG5N7WCOQ1R2D7YWJYYZJS88VIJ' where id=1;
update noar ti set b2='IELRAG5N7WCOQ1R2D7YWJYYZJS88VIJ' where id=1;
update noar tt set b0='0AFLSVBKKIEZLO' where id=2;
update noar ti set b0='0AFLSVBKKIEZLO' where id=2;
update noar tt set b1='5CCB8LSO6RL4PNMS1HC7' where id=2;
update noar ti set b1='5CCB8LSO6RL4PNMS1HC7' where id=2;
update noar tt set b2='KWFU7XO5QHL' where id=2;
update noar ti set b2='KWFU7XO5QHL' where id=2;
update noar tt set b0='HXXBY50ELFRCG11' where id=3;
update noar ti set b0='HXXBY50ELFRCG11' where id=3;
update noar tt set b1='S43YCZ8MUTIIHA7GQMFD' where id=3;
update noar ti set b1='S43YCZ8MUTIIHA7GQMFD' where id=3;
update noar tt set b2='866Y25A6K' where id=3;
update noar ti set b2='866Y25A6K' where id=3;
update noar tt set b0='1CBQ' where id=4;
update noar ti set b0='1CBQ' where id=4;
update noar tt set b1='SQ' where id=4;
update noar ti set b1='SQ' where id=4;
update noar tt set b2='01MVZW2JXH4VI6GW9LFTEKO6E3Q0H' where id=4;
update noar ti set b2='01MVZW2JXH4VI6GW9LFTEKO6E3Q0H' where id=4;
update noar tt set b0='O4NLN' where id=5;
update noar ti set b0='O4NLN' where id=5;
update noar tt set b1='TK3T69B4OYDZVLLUZKS9EG8DIHE' where id=5;
update noar ti set b1='TK3T69B4OYDZVLLUZKS9EG8DIHE' where id=5;
update noar tt set b2='Y1I2DAZK3PWC8WR' where id=5;
update noar ti set b2='Y1I2DAZK3PWC8WR' where id=5;
update noar tt set b0='O082RLN176PGARX6ONUUNTTBKD' where id=6;
update noar ti set b0='O082RLN176PGARX6ONUUNTTBKD' where id=6;
update noar tt set b1='NMPI1HQ9YAHR46SZY0BUUEEE1' where id=6;
update noar ti set b1='NMPI1HQ9YAHR46SZY0BUUEEE1' where id=6;
update noar tt set b2='OKDIW42ZBZ33X9HNRXUIMMPCTN7QLH' where id=6;
update noar ti set b2='OKDIW42ZBZ33X9HNRXUIMMPCTN7QLH' where id=6;
update noar tt set b0='M5' where id=7;
update noar ti set b0='M5' where id=7;
update noar tt set b1='KTT5P1DXR5UR5MAX1J3WBKI7555' where id=7;
update noar ti set b1='KTT5P1DXR5UR5MAX1J3WBKI7555' where id=7;
update noar tt set b2='ZSSBCP6JDY06P' where id=7;
update noar ti set b2='ZSSBCP6JDY06P' where id=7;
update noar tt set b0='77' where id=8;
update noar ti set b0='77' where id=8;
update noar tt set b1='NE1X6JLBP2MDD59VBY9DDERH1PN3TD' where id=8;
update noar ti set b1='NE1X6JLBP2MDD59VBY9DDERH1PN3TD' where id=8;
update noar tt set b2='0TJ097O' where id=8;
update noar ti set b2='0TJ097O' where id=8;
update noar tt set b0='1K42X7X5QFR6F9XESJKKHXHV6K8HX1' where id=9;
update noar ti set b0='1K42X7X5QFR6F9XESJKKHXHV6K8HX1' where id=9;
update noar tt set b1='YQQATB' where id=9;
update noar ti set b1='YQQATB' where id=9;
update noar tt set b2='T3W56BPQ256E60U7H3' where id=9;
update noar ti set b2='T3W56BPQ256E60U7H3' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='W99LA6I0ULP3XYEGENGL5' where id=1;
update noar ti set b0='W99LA6I0ULP3XYEGENGL5' where id=1;
update noar tt set b1='9HMIF2A2SO' where id=1;
update noar ti set b1='9HMIF2A2SO' where id=1;
update noar tt set b2='5L609ITL37HO6XP' where id=1;
update noar ti set b2='5L609ITL37HO6XP' where id=1;
update noar tt set b0='K0IUEGD1XZVF6FPNGG' where id=2;
update noar ti set b0='K0IUEGD1XZVF6FPNGG' where id=2;
update noar tt set b1='IU23J' where id=2;
update noar ti set b1='IU23J' where id=2;
update noar tt set b2='MG7CRA4WRKDTX0WWP4D0UCM' where id=2;
update noar ti set b2='MG7CRA4WRKDTX0WWP4D0UCM' where id=2;
update noar tt set b0='5KK9Z9VIW8Y7J10WC3C' where id=3;
update noar ti set b0='5KK9Z9VIW8Y7J10WC3C' where id=3;
update noar tt set b1='5OQBOGG56HOREPASF3O6O1SUSY' where id=3;
update noar ti set b1='5OQBOGG56HOREPASF3O6O1SUSY' where id=3;
update noar tt set b2='7YWSTIAJN4CKTUGEV8O2VFFS7S5G5HDI' where id=3;
update noar ti set b2='7YWSTIAJN4CKTUGEV8O2VFFS7S5G5HDI' where id=3;
update noar tt set b0='BF2J8EQI3DH9I' where id=4;
update noar ti set b0='BF2J8EQI3DH9I' where id=4;
update noar tt set b1='DLX' where id=4;
update noar ti set b1='DLX' where id=4;
update noar tt set b2='DUJGC4LT' where id=4;
update noar ti set b2='DUJGC4LT' where id=4;
update noar tt set b0='J2EJL0DK94LQUMZXN5TE5KD145D3' where id=5;
update noar ti set b0='J2EJL0DK94LQUMZXN5TE5KD145D3' where id=5;
update noar tt set b1='6B3JHNAXVYMQ2ID82L9PNCHGCBS' where id=5;
update noar ti set b1='6B3JHNAXVYMQ2ID82L9PNCHGCBS' where id=5;
update noar tt set b2='T7QVP9210BVR7K54L3I07CEX5WFI7NPW' where id=5;
update noar ti set b2='T7QVP9210BVR7K54L3I07CEX5WFI7NPW' where id=5;
update noar tt set b0='HDLE' where id=6;
update noar ti set b0='HDLE' where id=6;
update noar tt set b1='Y2KU7D0WLLKV02HXZ524M0CQ' where id=6;
update noar ti set b1='Y2KU7D0WLLKV02HXZ524M0CQ' where id=6;
update noar tt set b2='E9GA6OKYRWF82PRDL6219F' where id=6;
update noar ti set b2='E9GA6OKYRWF82PRDL6219F' where id=6;
update noar tt set b0='CVH1R24AX' where id=7;
update noar ti set b0='CVH1R24AX' where id=7;
update noar tt set b1='7ZOZ9LSBUOBT2XWWLTW6I94V4D7' where id=7;
update noar ti set b1='7ZOZ9LSBUOBT2XWWLTW6I94V4D7' where id=7;
update noar tt set b2='6ZZUY8NNKKXBFSBQ65T05IDKX59I' where id=7;
update noar ti set b2='6ZZUY8NNKKXBFSBQ65T05IDKX59I' where id=7;
update noar tt set b0='DS0WSFGCHP1G5F0GEV0' where id=8;
update noar ti set b0='DS0WSFGCHP1G5F0GEV0' where id=8;
update noar tt set b1='89PT8IZ7OYL15O3VQ7HTRXV' where id=8;
update noar ti set b1='89PT8IZ7OYL15O3VQ7HTRXV' where id=8;
update noar tt set b2='A0K6AKINKJZNNB5' where id=8;
update noar ti set b2='A0K6AKINKJZNNB5' where id=8;
update noar tt set b0='UMYINKHSZT87UHOWIUAT' where id=9;
update noar ti set b0='UMYINKHSZT87UHOWIUAT' where id=9;
update noar tt set b1='7KPMB3YHDAPOF138MW' where id=9;
update noar ti set b1='7KPMB3YHDAPOF138MW' where id=9;
update noar tt set b2='R9VLHA957J3P2ASME9RQIJDIBA5Y' where id=9;
update noar ti set b2='R9VLHA957J3P2ASME9RQIJDIBA5Y' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='M11L' where id=1;
update noar ti set b0='M11L' where id=1;
update noar tt set b1='UDHK3HK0RP8HH2VVD' where id=1;
update noar ti set b1='UDHK3HK0RP8HH2VVD' where id=1;
update noar tt set b2='DGONI27RKZ553ND9H7BMI' where id=1;
update noar ti set b2='DGONI27RKZ553ND9H7BMI' where id=1;
update noar tt set b0='TX9BV3' where id=2;
update noar ti set b0='TX9BV3' where id=2;
update noar tt set b1='ADEE55R98CSMCOV7DBONJ4NKQ8I' where id=2;
update noar ti set b1='ADEE55R98CSMCOV7DBONJ4NKQ8I' where id=2;
update noar tt set b2='9N6SZ1MSLU8N' where id=2;
update noar ti set b2='9N6SZ1MSLU8N' where id=2;
update noar tt set b0='4KNMLILCDFD' where id=3;
update noar ti set b0='4KNMLILCDFD' where id=3;
update noar tt set b1='L16YU06D7F67MS1U2OSND' where id=3;
update noar ti set b1='L16YU06D7F67MS1U2OSND' where id=3;
update noar tt set b2='VLKIFAA12NICAC7AHZBWHS6' where id=3;
update noar ti set b2='VLKIFAA12NICAC7AHZBWHS6' where id=3;
update noar tt set b0='2VQSY04O6BPX81594612S9W0YP3QY7ID' where id=4;
update noar ti set b0='2VQSY04O6BPX81594612S9W0YP3QY7ID' where id=4;
update noar tt set b1='HS1SIROVR86ZG4MDPZ0WZ2CVC2' where id=4;
update noar ti set b1='HS1SIROVR86ZG4MDPZ0WZ2CVC2' where id=4;
update noar tt set b2='PE3P' where id=4;
update noar ti set b2='PE3P' where id=4;
update noar tt set b0='J11NW0KU30D3WGKL' where id=5;
update noar ti set b0='J11NW0KU30D3WGKL' where id=5;
update noar tt set b1='K0LTK' where id=5;
update noar ti set b1='K0LTK' where id=5;
update noar tt set b2='24JI7PHESE4SOBDCZCGM715EB' where id=5;
update noar ti set b2='24JI7PHESE4SOBDCZCGM715EB' where id=5;
update noar tt set b0='OE' where id=6;
update noar ti set b0='OE' where id=6;
update noar tt set b1='ZG60OJPKA64W4W7' where id=6;
update noar ti set b1='ZG60OJPKA64W4W7' where id=6;
update noar tt set b2='4MX9P' where id=6;
update noar ti set b2='4MX9P' where id=6;
update noar tt set b0='CXDK1P4WOE3OODI' where id=7;
update noar ti set b0='CXDK1P4WOE3OODI' where id=7;
update noar tt set b1='H1JC9U60U682CSD2EHR6' where id=7;
update noar ti set b1='H1JC9U60U682CSD2EHR6' where id=7;
update noar tt set b2='IW0' where id=7;
update noar ti set b2='IW0' where id=7;
update noar tt set b0='54BH3PGMZVT77BY1JA08SQUE6UL98' where id=8;
update noar ti set b0='54BH3PGMZVT77BY1JA08SQUE6UL98' 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='54II6QUTY1B7OLP6' where id=8;
update noar ti set b2='54II6QUTY1B7OLP6' where id=8;
update noar tt set b0='LCWRBOFBXE3861662UDM53JWJBQ' where id=9;
update noar ti set b0='LCWRBOFBXE3861662UDM53JWJBQ' where id=9;
update noar tt set b1='GNI3OA' where id=9;
update noar ti set b1='GNI3OA' where id=9;
update noar tt set b2='ZVTRDECUI9T6U17USDIW' where id=9;
update noar ti set b2='ZVTRDECUI9T6U17USDIW' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='A7LUSFEDYVKLLKMLGB' where id=1;
update noar ti set b0='A7LUSFEDYVKLLKMLGB' where id=1;
update noar tt set b1='DJCW' where id=1;
update noar ti set b1='DJCW' where id=1;
update noar tt set b2='GRUGCNHIEP9RQEIVFZIPXX5IFQ7' where id=1;
update noar ti set b2='GRUGCNHIEP9RQEIVFZIPXX5IFQ7' where id=1;
update noar tt set b0='AH7VNKERWH74E1BRCBQZT0' where id=2;
update noar ti set b0='AH7VNKERWH74E1BRCBQZT0' where id=2;
update noar tt set b1='7QN27S41BKAXOCXTN7HTNWWL5YZ7' where id=2;
update noar ti set b1='7QN27S41BKAXOCXTN7HTNWWL5YZ7' where id=2;
update noar tt set b2='942B7CAU13ZXAO0YT9WY3FH1J4I' where id=2;
update noar ti set b2='942B7CAU13ZXAO0YT9WY3FH1J4I' where id=2;
update noar tt set b0='21' where id=3;
update noar ti set b0='21' where id=3;
update noar tt set b1='AP2BSS15L8QHP88' where id=3;
update noar ti set b1='AP2BSS15L8QHP88' where id=3;
update noar tt set b2='3HRLF8DSI8BF7TOQYP1PDH01SXJAES' where id=3;
update noar ti set b2='3HRLF8DSI8BF7TOQYP1PDH01SXJAES' where id=3;
update noar tt set b0='1NS84QT' where id=4;
update noar ti set b0='1NS84QT' where id=4;
update noar tt set b1='OPWYU76VT5GMNK' where id=4;
update noar ti set b1='OPWYU76VT5GMNK' where id=4;
update noar tt set b2='5UKTO4W' where id=4;
update noar ti set b2='5UKTO4W' where id=4;
update noar tt set b0='7593KAITUT9MLBUUQ4MI' where id=5;
update noar ti set b0='7593KAITUT9MLBUUQ4MI' where id=5;
update noar tt set b1='FBPNYFAMP13V7V6E57MK6Y5PP29X9V' where id=5;
update noar ti set b1='FBPNYFAMP13V7V6E57MK6Y5PP29X9V' where id=5;
update noar tt set b2='XAY5W1' where id=5;
update noar ti set b2='XAY5W1' where id=5;
update noar tt set b0='386YKEGHMVDOD3XLLK3LUB38O' where id=6;
update noar ti set b0='386YKEGHMVDOD3XLLK3LUB38O' where id=6;
update noar tt set b1='8DXBJ4BFQMAYPY1LYL6YM5AMRM5G5' where id=6;
update noar ti set b1='8DXBJ4BFQMAYPY1LYL6YM5AMRM5G5' where id=6;
update noar tt set b2='FC' where id=6;
update noar ti set b2='FC' where id=6;
update noar tt set b0='Z6M3F2L9A0CPPRRMX4DVAZFPNG' where id=7;
update noar ti set b0='Z6M3F2L9A0CPPRRMX4DVAZFPNG' where id=7;
update noar tt set b1='YWXKIY51YAGJ' where id=7;
update noar ti set b1='YWXKIY51YAGJ' where id=7;
update noar tt set b2='FGH8O0' where id=7;
update noar ti set b2='FGH8O0' where id=7;
update noar tt set b0='Y4Q2TLLJI8YNQZN' where id=8;
update noar ti set b0='Y4Q2TLLJI8YNQZN' where id=8;
update noar tt set b1='FZPMNQYKK6GJMTQORET17F82V' where id=8;
update noar ti set b1='FZPMNQYKK6GJMTQORET17F82V' where id=8;
update noar tt set b2='P4S4BRUMH' where id=8;
update noar ti set b2='P4S4BRUMH' where id=8;
update noar tt set b0='YKL28AWF2XHJ46BCCIB3RUGQON8' where id=9;
update noar ti set b0='YKL28AWF2XHJ46BCCIB3RUGQON8' where id=9;
update noar tt set b1='0' where id=9;
update noar ti set b1='0' where id=9;
update noar tt set b2='XEGFN9XOTMDY5T4U4J21IARXVZ9APAH' where id=9;
update noar ti set b2='XEGFN9XOTMDY5T4U4J21IARXVZ9APAH' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='93OWPTQ2C5NS4R' where id=1;
update noar ti set b0='93OWPTQ2C5NS4R' where id=1;
update noar tt set b1='QMMBQ63Q4R2V' where id=1;
update noar ti set b1='QMMBQ63Q4R2V' where id=1;
update noar tt set b2='0LKHINX' where id=1;
update noar ti set b2='0LKHINX' where id=1;
update noar tt set b0='BNC19XHDVU52SLQM44TZ0U7AX' where id=2;
update noar ti set b0='BNC19XHDVU52SLQM44TZ0U7AX' where id=2;
update noar tt set b1='E6PHMM5TAETSZ5EC033YY75KN' where id=2;
update noar ti set b1='E6PHMM5TAETSZ5EC033YY75KN' where id=2;
update noar tt set b2='KNZCEIFMU89VJCJM7GM75' where id=2;
update noar ti set b2='KNZCEIFMU89VJCJM7GM75' where id=2;
update noar tt set b0='03UXP' where id=3;
update noar ti set b0='03UXP' where id=3;
update noar tt set b1='FQ62D9WQ' where id=3;
update noar ti set b1='FQ62D9WQ' where id=3;
update noar tt set b2='8X29IGAH3KU0KRUQSK' where id=3;
update noar ti set b2='8X29IGAH3KU0KRUQSK' where id=3;
update noar tt set b0='H6VSSSYJPR5KSTR8MYN0474WVEX4IC4M' where id=4;
update noar ti set b0='H6VSSSYJPR5KSTR8MYN0474WVEX4IC4M' where id=4;
update noar tt set b1='2N0Z6KI6G88ZTJTZH' where id=4;
update noar ti set b1='2N0Z6KI6G88ZTJTZH' where id=4;
update noar tt set b2='ICSA1P0VMH6EUFD6ZLXEHNX9F45C' where id=4;
update noar ti set b2='ICSA1P0VMH6EUFD6ZLXEHNX9F45C' where id=4;
update noar tt set b0='EK4VSXYEDA' where id=5;
update noar ti set b0='EK4VSXYEDA' where id=5;
update noar tt set b1='LKX0WSEI9XYD28EAQ6C722Q0' where id=5;
update noar ti set b1='LKX0WSEI9XYD28EAQ6C722Q0' where id=5;
update noar tt set b2='LR0IB6BHTY6F' where id=5;
update noar ti set b2='LR0IB6BHTY6F' where id=5;
update noar tt set b0='WWHNJFT5JB' where id=6;
update noar ti set b0='WWHNJFT5JB' where id=6;
update noar tt set b1='OU1' where id=6;
update noar ti set b1='OU1' where id=6;
update noar tt set b2='FMWKJLORVK60R3P9JUNWEVPPJ1' where id=6;
update noar ti set b2='FMWKJLORVK60R3P9JUNWEVPPJ1' where id=6;
update noar tt set b0='X7OXX6AOI6JMXQ8UXZMXOVINRWAZ5Q' where id=7;
update noar ti set b0='X7OXX6AOI6JMXQ8UXZMXOVINRWAZ5Q' where id=7;
update noar tt set b1='0RDUBIRHBMFHXXKFA' where id=7;
update noar ti set b1='0RDUBIRHBMFHXXKFA' where id=7;
update noar tt set b2='8' where id=7;
update noar ti set b2='8' where id=7;
update noar tt set b0='CSNWVS3IDL' where id=8;
update noar ti set b0='CSNWVS3IDL' where id=8;
update noar tt set b1='0VYC0MTYDWOR3K6SARQBFDB23HL2' where id=8;
update noar ti set b1='0VYC0MTYDWOR3K6SARQBFDB23HL2' where id=8;
update noar tt set b2='3G9G4SDU' where id=8;
update noar ti set b2='3G9G4SDU' where id=8;
update noar tt set b0='ZIZKPD' where id=9;
update noar ti set b0='ZIZKPD' where id=9;
update noar tt set b1='GG1RFNHG39VPRHOZW0LRF4OSY' where id=9;
update noar ti set b1='GG1RFNHG39VPRHOZW0LRF4OSY' where id=9;
update noar tt set b2='M' where id=9;
update noar ti set b2='M' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='VK' where id=1;
update noar ti set b0='VK' where id=1;
update noar tt set b1='27B17CKJTWK20' where id=1;
update noar ti set b1='27B17CKJTWK20' where id=1;
update noar tt set b2='8GTUMTFG51O8GSUM4Y' where id=1;
update noar ti set b2='8GTUMTFG51O8GSUM4Y' where id=1;
update noar tt set b0='QJPIFHNUARVMOKI413LYLXT' where id=2;
update noar ti set b0='QJPIFHNUARVMOKI413LYLXT' where id=2;
update noar tt set b1='CU2A3QHFQSQ' where id=2;
update noar ti set b1='CU2A3QHFQSQ' where id=2;
update noar tt set b2='T33' where id=2;
update noar ti set b2='T33' where id=2;
update noar tt set b0='21QYT2YK21JR1BSQJ4E4D5Y38KC2I933' where id=3;
update noar ti set b0='21QYT2YK21JR1BSQJ4E4D5Y38KC2I933' where id=3;
update noar tt set b1='1EXSCVZFZG3BTTMFS' where id=3;
update noar ti set b1='1EXSCVZFZG3BTTMFS' where id=3;
update noar tt set b2='IJZ7FI9TTT0Q' where id=3;
update noar ti set b2='IJZ7FI9TTT0Q' where id=3;
update noar tt set b0='G840BN3W7QLMC6' where id=4;
update noar ti set b0='G840BN3W7QLMC6' where id=4;
update noar tt set b1='OMC' where id=4;
update noar ti set b1='OMC' where id=4;
update noar tt set b2='JBO2KCUJDN1IL6MA8HHBZWA9' where id=4;
update noar ti set b2='JBO2KCUJDN1IL6MA8HHBZWA9' where id=4;
update noar tt set b0='62E37YYEQB14SRZJBKNNTF3ZWA' where id=5;
update noar ti set b0='62E37YYEQB14SRZJBKNNTF3ZWA' where id=5;
update noar tt set b1='5DYXKYHIE78PFSK01L' where id=5;
update noar ti set b1='5DYXKYHIE78PFSK01L' where id=5;
update noar tt set b2='2QWRNCML6RCXOZSGA31EEXO3UIP' where id=5;
update noar ti set b2='2QWRNCML6RCXOZSGA31EEXO3UIP' where id=5;
update noar tt set b0='6I6TOPBTHBYELVE' where id=6;
update noar ti set b0='6I6TOPBTHBYELVE' where id=6;
update noar tt set b1='B9W' where id=6;
update noar ti set b1='B9W' where id=6;
update noar tt set b2='9' where id=6;
update noar ti set b2='9' where id=6;
update noar tt set b0='KU8MM' where id=7;
update noar ti set b0='KU8MM' where id=7;
update noar tt set b1='80YZF' where id=7;
update noar ti set b1='80YZF' where id=7;
update noar tt set b2='X6TVUUPRWBA32OJ3FH2' where id=7;
update noar ti set b2='X6TVUUPRWBA32OJ3FH2' where id=7;
update noar tt set b0='C1N877AJ0' where id=8;
update noar ti set b0='C1N877AJ0' where id=8;
update noar tt set b1='7FWQJDE6HB' where id=8;
update noar ti set b1='7FWQJDE6HB' where id=8;
update noar tt set b2='GWFPNGG8HUQLNH539XJA2MTATH' where id=8;
update noar ti set b2='GWFPNGG8HUQLNH539XJA2MTATH' where id=8;
update noar tt set b0='92ZCMIAL02X7VA7' where id=9;
update noar ti set b0='92ZCMIAL02X7VA7' where id=9;
update noar tt set b1='XVQKXY' where id=9;
update noar ti set b1='XVQKXY' where id=9;
update noar tt set b2='FZMDOTBLC3IMM' where id=9;
update noar ti set b2='FZMDOTBLC3IMM' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='YLX98EQF' where id=1;
update noar ti set b0='YLX98EQF' where id=1;
update noar tt set b1='H4D4VI1FR3Q3528VVB' where id=1;
update noar ti set b1='H4D4VI1FR3Q3528VVB' where id=1;
update noar tt set b2='7ZC7CXB83H' where id=1;
update noar ti set b2='7ZC7CXB83H' where id=1;
update noar tt set b0='AYH64STGZCSUEVZXE4EBI' where id=2;
update noar ti set b0='AYH64STGZCSUEVZXE4EBI' where id=2;
update noar tt set b1='Q40PGVXIOWLCY5DQR' where id=2;
update noar ti set b1='Q40PGVXIOWLCY5DQR' where id=2;
update noar tt set b2='GP9QP9HKQ3TIYYWXJBR36VFHWASMC' where id=2;
update noar ti set b2='GP9QP9HKQ3TIYYWXJBR36VFHWASMC' where id=2;
update noar tt set b0='CQWOTXI7YFFIUP7M' where id=3;
update noar ti set b0='CQWOTXI7YFFIUP7M' where id=3;
update noar tt set b1='RO3SPMMUYWC2' where id=3;
update noar ti set b1='RO3SPMMUYWC2' where id=3;
update noar tt set b2='AYCMC9JH5ZSBXTKP2F2M3VHKISVK' where id=3;
update noar ti set b2='AYCMC9JH5ZSBXTKP2F2M3VHKISVK' where id=3;
update noar tt set b0='OQ6IIDR3ZRI6D2FV' where id=4;
update noar ti set b0='OQ6IIDR3ZRI6D2FV' where id=4;
update noar tt set b1='KMGRAK3DZM2DYS5YV' where id=4;
update noar ti set b1='KMGRAK3DZM2DYS5YV' where id=4;
update noar tt set b2='XS4VSPNVOR180QXU' where id=4;
update noar ti set b2='XS4VSPNVOR180QXU' where id=4;
update noar tt set b0='FEPIA5ZOP79SZ5E963W7RULFZUKG' where id=5;
update noar ti set b0='FEPIA5ZOP79SZ5E963W7RULFZUKG' where id=5;
update noar tt set b1='8FAM642830C5HAY4IZ4' where id=5;
update noar ti set b1='8FAM642830C5HAY4IZ4' where id=5;
update noar tt set b2='CZRFZKXE0AIATOCQB77EPO9V' where id=5;
update noar ti set b2='CZRFZKXE0AIATOCQB77EPO9V' where id=5;
update noar tt set b0='HWNMAU6T6TA' where id=6;
update noar ti set b0='HWNMAU6T6TA' where id=6;
update noar tt set b1='UECO4V8YB2WV2XHIIACAPVIM8N6Z' where id=6;
update noar ti set b1='UECO4V8YB2WV2XHIIACAPVIM8N6Z' where id=6;
update noar tt set b2='KARDD9SFVV9Q' where id=6;
update noar ti set b2='KARDD9SFVV9Q' where id=6;
update noar tt set b0='DZKG' where id=7;
update noar ti set b0='DZKG' where id=7;
update noar tt set b1='NCDBI2ENQCD4NQ3UH028RV2QW7V' where id=7;
update noar ti set b1='NCDBI2ENQCD4NQ3UH028RV2QW7V' where id=7;
update noar tt set b2='0GNHHWSSH8PBQWBZD' where id=7;
update noar ti set b2='0GNHHWSSH8PBQWBZD' where id=7;
update noar tt set b0='ZK0RSIZT7' where id=8;
update noar ti set b0='ZK0RSIZT7' where id=8;
update noar tt set b1='1M0VAEFBXEUWSUPDEYAI' where id=8;
update noar ti set b1='1M0VAEFBXEUWSUPDEYAI' where id=8;
update noar tt set b2='XZXKJKIOKI' where id=8;
update noar ti set b2='XZXKJKIOKI' where id=8;
update noar tt set b0='50812FYRAPBGQ027MT9093J' where id=9;
update noar ti set b0='50812FYRAPBGQ027MT9093J' where id=9;
update noar tt set b1='QGWHX4OWVP6CKO61FLCA8UX' where id=9;
update noar ti set b1='QGWHX4OWVP6CKO61FLCA8UX' where id=9;
update noar tt set b2='72SEWOLYZB3S2L6O9PPJY0CL91R' where id=9;
update noar ti set b2='72SEWOLYZB3S2L6O9PPJY0CL91R' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='AOR1LZEFEO' where id=1;
update noar ti set b0='AOR1LZEFEO' where id=1;
update noar tt set b1='00' where id=1;
update noar ti set b1='00' where id=1;
update noar tt set b2='57UA4L8SQJVJ' where id=1;
update noar ti set b2='57UA4L8SQJVJ' where id=1;
update noar tt set b0='6LJS3ZS0SO2XF7M8JLNIQXUF' where id=2;
update noar ti set b0='6LJS3ZS0SO2XF7M8JLNIQXUF' where id=2;
update noar tt set b1='0UHU6C6P' where id=2;
update noar ti set b1='0UHU6C6P' where id=2;
update noar tt set b2='NK8OU8R7' where id=2;
update noar ti set b2='NK8OU8R7' where id=2;
update noar tt set b0='J53VP7XFA5KR69CELO' where id=3;
update noar ti set b0='J53VP7XFA5KR69CELO' where id=3;
update noar tt set b1='GUNK29X29YOIUJSR' where id=3;
update noar ti set b1='GUNK29X29YOIUJSR' where id=3;
update noar tt set b2='904VYXFFMFJ5P28M5JRP' where id=3;
update noar ti set b2='904VYXFFMFJ5P28M5JRP' where id=3;
update noar tt set b0='2I0GKT7ADWWXA6UZH4PXBWGN3SC' where id=4;
update noar ti set b0='2I0GKT7ADWWXA6UZH4PXBWGN3SC' where id=4;
update noar tt set b1='CS48PQGHZBVDLT42721N51014' where id=4;
update noar ti set b1='CS48PQGHZBVDLT42721N51014' where id=4;
update noar tt set b2='FA896P8YWK7I7CGI8O' where id=4;
update noar ti set b2='FA896P8YWK7I7CGI8O' where id=4;
update noar tt set b0='UOCKNP4B86RR56P0VMKTAVGGBKJLX5TZ' where id=5;
update noar ti set b0='UOCKNP4B86RR56P0VMKTAVGGBKJLX5TZ' where id=5;
update noar tt set b1='X5XM' where id=5;
update noar ti set b1='X5XM' where id=5;
update noar tt set b2='RFYMW6K8Y540TKZZ29CTWN4TCOBX' where id=5;
update noar ti set b2='RFYMW6K8Y540TKZZ29CTWN4TCOBX' 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='BABHRSDNJ6164QKXR' where id=6;
update noar ti set b1='BABHRSDNJ6164QKXR' where id=6;
update noar tt set b2='TEJPJRXPT38Y503EKYW56F40ATBO' where id=6;
update noar ti set b2='TEJPJRXPT38Y503EKYW56F40ATBO' where id=6;
update noar tt set b0='O4NU65QEKPEG32' where id=7;
update noar ti set b0='O4NU65QEKPEG32' where id=7;
update noar tt set b1='6QOB3LM9S0E8A51H' where id=7;
update noar ti set b1='6QOB3LM9S0E8A51H' where id=7;
update noar tt set b2='VXTTXOR' where id=7;
update noar ti set b2='VXTTXOR' where id=7;
update noar tt set b0='3LFVOA5NVMNWBGW3BGRANT' where id=8;
update noar ti set b0='3LFVOA5NVMNWBGW3BGRANT' where id=8;
update noar tt set b1='JX7F0V0F0KB' where id=8;
update noar ti set b1='JX7F0V0F0KB' where id=8;
update noar tt set b2='SFDDKUKEK3RPH' where id=8;
update noar ti set b2='SFDDKUKEK3RPH' where id=8;
update noar tt set b0='9DRS5SQVBXCJMESC1US' where id=9;
update noar ti set b0='9DRS5SQVBXCJMESC1US' where id=9;
update noar tt set b1='X4OWBHT18U7AYR1ZWN' where id=9;
update noar ti set b1='X4OWBHT18U7AYR1ZWN' where id=9;
update noar tt set b2='RA3FXMUJM' where id=9;
update noar ti set b2='RA3FXMUJM' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='5K' where id=1;
update noar ti set b0='5K' where id=1;
update noar tt set b1='HYLN5KTHK321C3' where id=1;
update noar ti set b1='HYLN5KTHK321C3' where id=1;
update noar tt set b2='5PSZ2SZQZH' where id=1;
update noar ti set b2='5PSZ2SZQZH' where id=1;
update noar tt set b0='AHFY9QYUHI5K7A71SZ4APSJCMK4FXP' where id=2;
update noar ti set b0='AHFY9QYUHI5K7A71SZ4APSJCMK4FXP' where id=2;
update noar tt set b1='XDZO0AWPV7P6D88OP' where id=2;
update noar ti set b1='XDZO0AWPV7P6D88OP' where id=2;
update noar tt set b2='F1GKE2O2VHRUV95YMG38KONRI3IX6F' where id=2;
update noar ti set b2='F1GKE2O2VHRUV95YMG38KONRI3IX6F' where id=2;
update noar tt set b0='4056LTSRLYMPAYGITLTNMT7PM15YKS' where id=3;
update noar ti set b0='4056LTSRLYMPAYGITLTNMT7PM15YKS' where id=3;
update noar tt set b1='P54NC24' where id=3;
update noar ti set b1='P54NC24' where id=3;
update noar tt set b2='BX49OP5G01NTCW1UBJF6C' where id=3;
update noar ti set b2='BX49OP5G01NTCW1UBJF6C' where id=3;
update noar tt set b0='ODJ6YW6ZCPZ722IBLGZI' where id=4;
update noar ti set b0='ODJ6YW6ZCPZ722IBLGZI' where id=4;
update noar tt set b1='9LH9TU' where id=4;
update noar ti set b1='9LH9TU' where id=4;
update noar tt set b2='37QAKQFOY' where id=4;
update noar ti set b2='37QAKQFOY' where id=4;
update noar tt set b0='XDUZLHDG' where id=5;
update noar ti set b0='XDUZLHDG' where id=5;
update noar tt set b1='VRO' where id=5;
update noar ti set b1='VRO' where id=5;
update noar tt set b2='LZH32VNGEND7A11U7W69U0C9I243AIHB' where id=5;
update noar ti set b2='LZH32VNGEND7A11U7W69U0C9I243AIHB' where id=5;
update noar tt set b0='6HU3MQDS0P1F20T76UXIEJ7Q' where id=6;
update noar ti set b0='6HU3MQDS0P1F20T76UXIEJ7Q' where id=6;
update noar tt set b1='AR7IX8FW5RFGZZJIM0H' where id=6;
update noar ti set b1='AR7IX8FW5RFGZZJIM0H' where id=6;
update noar tt set b2='ZQQIO2AECFWDNS9' where id=6;
update noar ti set b2='ZQQIO2AECFWDNS9' where id=6;
update noar tt set b0='HOZLAF58NGE527GPII' where id=7;
update noar ti set b0='HOZLAF58NGE527GPII' where id=7;
update noar tt set b1='ROTTBLXUGEPDSJI456VAJQ6I0YI2' where id=7;
update noar ti set b1='ROTTBLXUGEPDSJI456VAJQ6I0YI2' where id=7;
update noar tt set b2='U5S669YYEIKJ9JGH8OHSKDW6TMO' where id=7;
update noar ti set b2='U5S669YYEIKJ9JGH8OHSKDW6TMO' where id=7;
update noar tt set b0='LD' where id=8;
update noar ti set b0='LD' where id=8;
update noar tt set b1='HVQOFHI06DHWA4CQ7P6DLFN' where id=8;
update noar ti set b1='HVQOFHI06DHWA4CQ7P6DLFN' where id=8;
update noar tt set b2='4G8BNYNHFUC6LVQL5Q2ECYVKXEA6BE9' where id=8;
update noar ti set b2='4G8BNYNHFUC6LVQL5Q2ECYVKXEA6BE9' where id=8;
update noar tt set b0='FVZBP4DAL2PCCKT8UFKGEJ4TD4JE' where id=9;
update noar ti set b0='FVZBP4DAL2PCCKT8UFKGEJ4TD4JE' where id=9;
update noar tt set b1='DQ6S7R0BD8P48Y9FFN' where id=9;
update noar ti set b1='DQ6S7R0BD8P48Y9FFN' where id=9;
update noar tt set b2='LIJ8FAF6C8B' where id=9;
update noar ti set b2='LIJ8FAF6C8B' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='Q7LWWCZ184Q88DS5QDQVEGRAH' where id=1;
update noar ti set b0='Q7LWWCZ184Q88DS5QDQVEGRAH' where id=1;
update noar tt set b1='N7ZKXG9OUPKTEHIRFCJC6X' where id=1;
update noar ti set b1='N7ZKXG9OUPKTEHIRFCJC6X' where id=1;
update noar tt set b2='WSTDEON' where id=1;
update noar ti set b2='WSTDEON' where id=1;
update noar tt set b0='YIK7HZPLTAY' where id=2;
update noar ti set b0='YIK7HZPLTAY' where id=2;
update noar tt set b1='4RZTX' where id=2;
update noar ti set b1='4RZTX' where id=2;
update noar tt set b2='LX2GLT6AOOH5F70CAPWOLCOI7AL' where id=2;
update noar ti set b2='LX2GLT6AOOH5F70CAPWOLCOI7AL' where id=2;
update noar tt set b0='5MBFX' where id=3;
update noar ti set b0='5MBFX' where id=3;
update noar tt set b1='0O13M8UZKF' where id=3;
update noar ti set b1='0O13M8UZKF' where id=3;
update noar tt set b2='46' where id=3;
update noar ti set b2='46' where id=3;
update noar tt set b0='THYAAYH92TCTHI' where id=4;
update noar ti set b0='THYAAYH92TCTHI' where id=4;
update noar tt set b1='ERZSAH6UDALXLUO' where id=4;
update noar ti set b1='ERZSAH6UDALXLUO' where id=4;
update noar tt set b2='XK922PLBAXT08X8LJTBPSOPX6VA1Q7R' where id=4;
update noar ti set b2='XK922PLBAXT08X8LJTBPSOPX6VA1Q7R' where id=4;
update noar tt set b0='1A0P' where id=5;
update noar ti set b0='1A0P' where id=5;
update noar tt set b1='6RP6GHWXLBNEWNDMT3G36M' where id=5;
update noar ti set b1='6RP6GHWXLBNEWNDMT3G36M' where id=5;
update noar tt set b2='U7LID46ZQYTDF79XP' where id=5;
update noar ti set b2='U7LID46ZQYTDF79XP' where id=5;
update noar tt set b0='14QCW7NENCOSLVAUINS' where id=6;
update noar ti set b0='14QCW7NENCOSLVAUINS' where id=6;
update noar tt set b1='JUAZJ7R8DBUD49UGCLZMAJMV1SG3' where id=6;
update noar ti set b1='JUAZJ7R8DBUD49UGCLZMAJMV1SG3' where id=6;
update noar tt set b2='CC03TOJRS' where id=6;
update noar ti set b2='CC03TOJRS' where id=6;
update noar tt set b0='SK8VSSI9KGM4VHDQNEV' where id=7;
update noar ti set b0='SK8VSSI9KGM4VHDQNEV' where id=7;
update noar tt set b1='MNNJDDL4JCH1UBGF4PF93789CHMIE' where id=7;
update noar ti set b1='MNNJDDL4JCH1UBGF4PF93789CHMIE' where id=7;
update noar tt set b2='4H8XWXQXV1W' where id=7;
update noar ti set b2='4H8XWXQXV1W' where id=7;
update noar tt set b0='C68OBL5Y' where id=8;
update noar ti set b0='C68OBL5Y' where id=8;
update noar tt set b1='MW8ZE8M830203XJ7DBZ1C7Q0FWO59JSL' where id=8;
update noar ti set b1='MW8ZE8M830203XJ7DBZ1C7Q0FWO59JSL' where id=8;
update noar tt set b2='KT' where id=8;
update noar ti set b2='KT' where id=8;
update noar tt set b0='TS35LR48BHVTXO7A' where id=9;
update noar ti set b0='TS35LR48BHVTXO7A' where id=9;
update noar tt set b1='OJPJDTWPKZVWO0UFZH0' where id=9;
update noar ti set b1='OJPJDTWPKZVWO0UFZH0' where id=9;
update noar tt set b2='PV9MC5UXAK9UUBHBULQT3CF99I0EPDCF' where id=9;
update noar ti set b2='PV9MC5UXAK9UUBHBULQT3CF99I0EPDCF' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='PBEH9CA72S84CGMBVM' where id=1;
update noar ti set b0='PBEH9CA72S84CGMBVM' where id=1;
update noar tt set b1='81K3XHVH30FIMKVDYAJCB8' where id=1;
update noar ti set b1='81K3XHVH30FIMKVDYAJCB8' where id=1;
update noar tt set b2='Q' where id=1;
update noar ti set b2='Q' where id=1;
update noar tt set b0='KNRWXA3EM1U3XUNLM2I7S980J8ZE96TZ' where id=2;
update noar ti set b0='KNRWXA3EM1U3XUNLM2I7S980J8ZE96TZ' where id=2;
update noar tt set b1='AC' where id=2;
update noar ti set b1='AC' where id=2;
update noar tt set b2='WRJNQFQWKS9M98Y0B7VS' where id=2;
update noar ti set b2='WRJNQFQWKS9M98Y0B7VS' where id=2;
update noar tt set b0='PFRL8MR1L818Q4RTE55PWWS03YUN2N' where id=3;
update noar ti set b0='PFRL8MR1L818Q4RTE55PWWS03YUN2N' where id=3;
update noar tt set b1='1ZM0QEQVSI419DQMS0MFHA2' where id=3;
update noar ti set b1='1ZM0QEQVSI419DQMS0MFHA2' where id=3;
update noar tt set b2='PIOZTH0R8BLK5BKRZ3IZM4H2LSZ4E40' where id=3;
update noar ti set b2='PIOZTH0R8BLK5BKRZ3IZM4H2LSZ4E40' where id=3;
update noar tt set b0='869FAON2J2IPH6A8Q6I' where id=4;
update noar ti set b0='869FAON2J2IPH6A8Q6I' where id=4;
update noar tt set b1='2THYVFF8N' where id=4;
update noar ti set b1='2THYVFF8N' where id=4;
update noar tt set b2='N9GS5OXEWM60ZLDFF6ZA' where id=4;
update noar ti set b2='N9GS5OXEWM60ZLDFF6ZA' where id=4;
update noar tt set b0='A96Z674BFUF' where id=5;
update noar ti set b0='A96Z674BFUF' where id=5;
update noar tt set b1='EBJM2MMZL1LZPX21FM' where id=5;
update noar ti set b1='EBJM2MMZL1LZPX21FM' where id=5;
update noar tt set b2='GZB30XNP8Z' where id=5;
update noar ti set b2='GZB30XNP8Z' where id=5;
update noar tt set b0='ZLX' where id=6;
update noar ti set b0='ZLX' where id=6;
update noar tt set b1='17AYFM2UZ393OQBDIRU86IJ' where id=6;
update noar ti set b1='17AYFM2UZ393OQBDIRU86IJ' where id=6;
update noar tt set b2='529D' where id=6;
update noar ti set b2='529D' where id=6;
update noar tt set b0='DZZ8PD5XR1MQUFCOQK469' where id=7;
update noar ti set b0='DZZ8PD5XR1MQUFCOQK469' where id=7;
update noar tt set b1='AECY6H9' where id=7;
update noar ti set b1='AECY6H9' where id=7;
update noar tt set b2='7DDXQ26JMTPZKH5PXURA7N' where id=7;
update noar ti set b2='7DDXQ26JMTPZKH5PXURA7N' where id=7;
update noar tt set b0='3K0FFVF8F1CO6DXCTJ2FRD9CWRXSGHYL' where id=8;
update noar ti set b0='3K0FFVF8F1CO6DXCTJ2FRD9CWRXSGHYL' where id=8;
update noar tt set b1='IVFQ7VHUPICRMCGDETJUEAMF41O' where id=8;
update noar ti set b1='IVFQ7VHUPICRMCGDETJUEAMF41O' where id=8;
update noar tt set b2='UGSQ2VP93B1ZOOX' where id=8;
update noar ti set b2='UGSQ2VP93B1ZOOX' where id=8;
update noar tt set b0='XS2YU8MTL7W74' where id=9;
update noar ti set b0='XS2YU8MTL7W74' where id=9;
update noar tt set b1='QYN11M6898S7A8LG5S' where id=9;
update noar ti set b1='QYN11M6898S7A8LG5S' where id=9;
update noar tt set b2='MDZQQNF90W32OP4W8M2VA' where id=9;
update noar ti set b2='MDZQQNF90W32OP4W8M2VA' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='X2ENV2VAR' where id=1;
update noar ti set b0='X2ENV2VAR' where id=1;
update noar tt set b1='O9656E' where id=1;
update noar ti set b1='O9656E' where id=1;
update noar tt set b2='QN76BIH6Y12YL04CFN8UC' where id=1;
update noar ti set b2='QN76BIH6Y12YL04CFN8UC' where id=1;
update noar tt set b0='E3D8VNYB2HKZWZ057I' where id=2;
update noar ti set b0='E3D8VNYB2HKZWZ057I' where id=2;
update noar tt set b1='OJ05TO3LQOLR3Y' where id=2;
update noar ti set b1='OJ05TO3LQOLR3Y' where id=2;
update noar tt set b2='LW0VSKTCQBWW' where id=2;
update noar ti set b2='LW0VSKTCQBWW' where id=2;
update noar tt set b0='7YYUFUQ4FSQQMRSVDU58WMB2XS7VD3' where id=3;
update noar ti set b0='7YYUFUQ4FSQQMRSVDU58WMB2XS7VD3' where id=3;
update noar tt set b1='VJEG79NOQEJ9XDVTCW9AU7WI2J49QZ' where id=3;
update noar ti set b1='VJEG79NOQEJ9XDVTCW9AU7WI2J49QZ' where id=3;
update noar tt set b2='1Y1ZBX8C9PHI96158Z12RVIPNT8G4O6' where id=3;
update noar ti set b2='1Y1ZBX8C9PHI96158Z12RVIPNT8G4O6' 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='7CWLJ4S' where id=4;
update noar ti set b1='7CWLJ4S' where id=4;
update noar tt set b2='17X1QBDZ9UT0TKC5JJGJCQAY' where id=4;
update noar ti set b2='17X1QBDZ9UT0TKC5JJGJCQAY' where id=4;
update noar tt set b0='2X8D5X7ZNZBZCBT2M' where id=5;
update noar ti set b0='2X8D5X7ZNZBZCBT2M' where id=5;
update noar tt set b1='11AIWMADWGVUZPU7L9TDHBK5' where id=5;
update noar ti set b1='11AIWMADWGVUZPU7L9TDHBK5' where id=5;
update noar tt set b2='VVNOAFEQFTPJW73G2948RBBF7CNQS99' where id=5;
update noar ti set b2='VVNOAFEQFTPJW73G2948RBBF7CNQS99' where id=5;
update noar tt set b0='AWBEMESCCFDWFO5MMQQ5FF9PBSKG' where id=6;
update noar ti set b0='AWBEMESCCFDWFO5MMQQ5FF9PBSKG' where id=6;
update noar tt set b1='XM1PEJ96TNQKQV6S6WMDR9WF2J3XG' where id=6;
update noar ti set b1='XM1PEJ96TNQKQV6S6WMDR9WF2J3XG' where id=6;
update noar tt set b2='4EKXZ8VVWI4VWGWSEHBZSQQ8DEHNV' where id=6;
update noar ti set b2='4EKXZ8VVWI4VWGWSEHBZSQQ8DEHNV' where id=6;
update noar tt set b0='NI4SIGAK1G0QYIWD7R99L9ZXYKUW' where id=7;
update noar ti set b0='NI4SIGAK1G0QYIWD7R99L9ZXYKUW' where id=7;
update noar tt set b1='Q5XP1ZA7O2W9N4' where id=7;
update noar ti set b1='Q5XP1ZA7O2W9N4' where id=7;
update noar tt set b2='RYPO4OM70EQ3INUZESM9IWJX8W4KWJJQ' where id=7;
update noar ti set b2='RYPO4OM70EQ3INUZESM9IWJX8W4KWJJQ' where id=7;
update noar tt set b0='MB5RTDWSZV2IDKLNM2RXQB6EF1UZRO' where id=8;
update noar ti set b0='MB5RTDWSZV2IDKLNM2RXQB6EF1UZRO' where id=8;
update noar tt set b1='BIF7OR1DL4N7LDL2EQAF3NMSFI4NZXT' where id=8;
update noar ti set b1='BIF7OR1DL4N7LDL2EQAF3NMSFI4NZXT' where id=8;
update noar tt set b2='RZ34QV3UOK3' where id=8;
update noar ti set b2='RZ34QV3UOK3' where id=8;
update noar tt set b0='6Z1X2T87UJQYX1YD821' where id=9;
update noar ti set b0='6Z1X2T87UJQYX1YD821' where id=9;
update noar tt set b1='QJZ45PDX1IYZ2Z4' where id=9;
update noar ti set b1='QJZ45PDX1IYZ2Z4' where id=9;
update noar tt set b2='BI9' where id=9;
update noar ti set b2='BI9' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='ZT3BYJF00' where id=1;
update noar ti set b0='ZT3BYJF00' where id=1;
update noar tt set b1='8SUHGIAMW5FSMKK8471NPBUDW' where id=1;
update noar ti set b1='8SUHGIAMW5FSMKK8471NPBUDW' where id=1;
update noar tt set b2='NC195RF' where id=1;
update noar ti set b2='NC195RF' where id=1;
update noar tt set b0='VAKRF9G' where id=2;
update noar ti set b0='VAKRF9G' where id=2;
update noar tt set b1='K77S2DTO3W6DCR9LH2' where id=2;
update noar ti set b1='K77S2DTO3W6DCR9LH2' where id=2;
update noar tt set b2='FP8SIHQB9VNAUWE7XV6HI4' where id=2;
update noar ti set b2='FP8SIHQB9VNAUWE7XV6HI4' where id=2;
update noar tt set b0='SS7AUYADA9EXJDXGRUNG' where id=3;
update noar ti set b0='SS7AUYADA9EXJDXGRUNG' where id=3;
update noar tt set b1='KK0MOQDR2HUWUEEEYL2ZCZA8FOH' where id=3;
update noar ti set b1='KK0MOQDR2HUWUEEEYL2ZCZA8FOH' where id=3;
update noar tt set b2='3DQQQN776AGGWBPLULKLTDXSL054OT' where id=3;
update noar ti set b2='3DQQQN776AGGWBPLULKLTDXSL054OT' where id=3;
update noar tt set b0='U9CRWY5MBQ0U' where id=4;
update noar ti set b0='U9CRWY5MBQ0U' where id=4;
update noar tt set b1='6MVUTCZ5JTBY72VBQJQT' where id=4;
update noar ti set b1='6MVUTCZ5JTBY72VBQJQT' where id=4;
update noar tt set b2='ILNVMF2JPJ6' where id=4;
update noar ti set b2='ILNVMF2JPJ6' where id=4;
update noar tt set b0='ZK258' where id=5;
update noar ti set b0='ZK258' where id=5;
update noar tt set b1='1BLQRHDMHWRODGG7RIEZUNT' where id=5;
update noar ti set b1='1BLQRHDMHWRODGG7RIEZUNT' where id=5;
update noar tt set b2='6V8LCELECZID4ZNX8K0' where id=5;
update noar ti set b2='6V8LCELECZID4ZNX8K0' where id=5;
update noar tt set b0='7BO' where id=6;
update noar ti set b0='7BO' where id=6;
update noar tt set b1='U1N9KJIGE6WWYBV3SPA6Y5D' where id=6;
update noar ti set b1='U1N9KJIGE6WWYBV3SPA6Y5D' where id=6;
update noar tt set b2='71YHC6FCY' where id=6;
update noar ti set b2='71YHC6FCY' where id=6;
update noar tt set b0='Y7MHW27PXW9MBGRXWJTK1KDYJ' where id=7;
update noar ti set b0='Y7MHW27PXW9MBGRXWJTK1KDYJ' where id=7;
update noar tt set b1='48B5' where id=7;
update noar ti set b1='48B5' where id=7;
update noar tt set b2='BSDMYBZXHBLS91Q5YP' where id=7;
update noar ti set b2='BSDMYBZXHBLS91Q5YP' where id=7;
update noar tt set b0='IBRV0YLD7PO22' where id=8;
update noar ti set b0='IBRV0YLD7PO22' where id=8;
update noar tt set b1='X0Q5ZN8EFI6RCB0EY7VU' where id=8;
update noar ti set b1='X0Q5ZN8EFI6RCB0EY7VU' where id=8;
update noar tt set b2='REPDJ4EVYIZKX4BJ0I7TURIFHDZ2D' where id=8;
update noar ti set b2='REPDJ4EVYIZKX4BJ0I7TURIFHDZ2D' where id=8;
update noar tt set b0='E2X1RUWNL1KQ' where id=9;
update noar ti set b0='E2X1RUWNL1KQ' where id=9;
update noar tt set b1='7582GQUC05OPQOBUZ28KC4KZ1XZ1G' where id=9;
update noar ti set b1='7582GQUC05OPQOBUZ28KC4KZ1XZ1G' where id=9;
update noar tt set b2='JJUHD58N535VMCN2D500LF' where id=9;
update noar ti set b2='JJUHD58N535VMCN2D500LF' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='UHMC' where id=1;
update noar ti set b0='UHMC' where id=1;
update noar tt set b1='FIK4VNU58Z3XVM' where id=1;
update noar ti set b1='FIK4VNU58Z3XVM' where id=1;
update noar tt set b2='RHC' where id=1;
update noar ti set b2='RHC' where id=1;
update noar tt set b0='JXT2ESDRNWSCZ' where id=2;
update noar ti set b0='JXT2ESDRNWSCZ' where id=2;
update noar tt set b1='SY0R5TV6O73UT7CNODU53WO' where id=2;
update noar ti set b1='SY0R5TV6O73UT7CNODU53WO' where id=2;
update noar tt set b2='487U4B1' where id=2;
update noar ti set b2='487U4B1' where id=2;
update noar tt set b0='00QND90B8O7GW8J7RVA' where id=3;
update noar ti set b0='00QND90B8O7GW8J7RVA' where id=3;
update noar tt set b1='LGKTZT4XNU5O4' where id=3;
update noar ti set b1='LGKTZT4XNU5O4' where id=3;
update noar tt set b2='9TP' where id=3;
update noar ti set b2='9TP' where id=3;
update noar tt set b0='XD04QCSS5YFDHKGN6WBHE' where id=4;
update noar ti set b0='XD04QCSS5YFDHKGN6WBHE' where id=4;
update noar tt set b1='JJIO61P4Z33RZEYBJBZ60WSZET' where id=4;
update noar ti set b1='JJIO61P4Z33RZEYBJBZ60WSZET' where id=4;
update noar tt set b2='UUSLRBX0T' where id=4;
update noar ti set b2='UUSLRBX0T' where id=4;
update noar tt set b0='KKHIM10DIRVAK7MV2' where id=5;
update noar ti set b0='KKHIM10DIRVAK7MV2' where id=5;
update noar tt set b1='B7NA1GT3WBWC' where id=5;
update noar ti set b1='B7NA1GT3WBWC' where id=5;
update noar tt set b2='C4DXS3CG' where id=5;
update noar ti set b2='C4DXS3CG' where id=5;
update noar tt set b0='QCX8YAQ1NG8UTFJDDEHA' where id=6;
update noar ti set b0='QCX8YAQ1NG8UTFJDDEHA' where id=6;
update noar tt set b1='1FH9C4I1W98R0M62B5M9B9DAD6VH0CX' where id=6;
update noar ti set b1='1FH9C4I1W98R0M62B5M9B9DAD6VH0CX' where id=6;
update noar tt set b2='RJXX5924LU9KT4T80EPRUBJ93HJT2HA2' where id=6;
update noar ti set b2='RJXX5924LU9KT4T80EPRUBJ93HJT2HA2' where id=6;
update noar tt set b0='HPUMGN0LZ7AYAO4LTZE9K6QD' where id=7;
update noar ti set b0='HPUMGN0LZ7AYAO4LTZE9K6QD' where id=7;
update noar tt set b1='91JJP07AZ4TFVLJPBYZDXUHBLGS' where id=7;
update noar ti set b1='91JJP07AZ4TFVLJPBYZDXUHBLGS' where id=7;
update noar tt set b2='QOHYRVSBRM510QVQ3S13DH3METNC' where id=7;
update noar ti set b2='QOHYRVSBRM510QVQ3S13DH3METNC' where id=7;
update noar tt set b0='NB9TA' where id=8;
update noar ti set b0='NB9TA' where id=8;
update noar tt set b1='KE7M90WS' where id=8;
update noar ti set b1='KE7M90WS' where id=8;
update noar tt set b2='2DBZ' where id=8;
update noar ti set b2='2DBZ' where id=8;
update noar tt set b0='ENKTCWDJVDYY3EMPCP3VDVR8QV' where id=9;
update noar ti set b0='ENKTCWDJVDYY3EMPCP3VDVR8QV' where id=9;
update noar tt set b1='MKJXOBSXKF85' where id=9;
update noar ti set b1='MKJXOBSXKF85' where id=9;
update noar tt set b2='ZXXJJBBAVO' where id=9;
update noar ti set b2='ZXXJJBBAVO' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='1A9BFCDJPO' where id=1;
update noar ti set b0='1A9BFCDJPO' where id=1;
update noar tt set b1='EWP4GLHHKYI2' where id=1;
update noar ti set b1='EWP4GLHHKYI2' where id=1;
update noar tt set b2='PWD0FGZ9I4UHZFZ1' where id=1;
update noar ti set b2='PWD0FGZ9I4UHZFZ1' where id=1;
update noar tt set b0='PY4ZKB5PTZL27OGB9G6B0D' where id=2;
update noar ti set b0='PY4ZKB5PTZL27OGB9G6B0D' where id=2;
update noar tt set b1='YT' where id=2;
update noar ti set b1='YT' where id=2;
update noar tt set b2='IUTH1TQ' where id=2;
update noar ti set b2='IUTH1TQ' where id=2;
update noar tt set b0='Q3FF7I4PFHWNGGTRSMQSJD5FWN7E4' where id=3;
update noar ti set b0='Q3FF7I4PFHWNGGTRSMQSJD5FWN7E4' where id=3;
update noar tt set b1='MT3UMXHH5DFFKRPS9T2GEY7INTNZUNLY' where id=3;
update noar ti set b1='MT3UMXHH5DFFKRPS9T2GEY7INTNZUNLY' where id=3;
update noar tt set b2='A87W40W78XFXDQDIX' where id=3;
update noar ti set b2='A87W40W78XFXDQDIX' where id=3;
update noar tt set b0='II4MXWW5YROR68PJ2Z9BNPEZOB' where id=4;
update noar ti set b0='II4MXWW5YROR68PJ2Z9BNPEZOB' where id=4;
update noar tt set b1='Z250ARAHPGKR0TX73G6EKWGDNBOE0UQ' where id=4;
update noar ti set b1='Z250ARAHPGKR0TX73G6EKWGDNBOE0UQ' where id=4;
update noar tt set b2='VA0JIH74YVZCBC9OZKD958VU' where id=4;
update noar ti set b2='VA0JIH74YVZCBC9OZKD958VU' where id=4;
update noar tt set b0='ON0CQI0' where id=5;
update noar ti set b0='ON0CQI0' where id=5;
update noar tt set b1='SG1' where id=5;
update noar ti set b1='SG1' where id=5;
update noar tt set b2='14UV2PJ' where id=5;
update noar ti set b2='14UV2PJ' where id=5;
update noar tt set b0='5QKY3' where id=6;
update noar ti set b0='5QKY3' where id=6;
update noar tt set b1='EH36O77' where id=6;
update noar ti set b1='EH36O77' where id=6;
update noar tt set b2='D9F1UM2R5X14N2UL81' where id=6;
update noar ti set b2='D9F1UM2R5X14N2UL81' where id=6;
update noar tt set b0='DLIXIWGPMDU1A8XB1' where id=7;
update noar ti set b0='DLIXIWGPMDU1A8XB1' where id=7;
update noar tt set b1='2JUGZYJX7YY4GJBQ7' where id=7;
update noar ti set b1='2JUGZYJX7YY4GJBQ7' where id=7;
update noar tt set b2='OPLE8FCQK6JKYFEVZKA6ZKECR' where id=7;
update noar ti set b2='OPLE8FCQK6JKYFEVZKA6ZKECR' where id=7;
update noar tt set b0='M82Y33K' where id=8;
update noar ti set b0='M82Y33K' where id=8;
update noar tt set b1='1QCKD7BFEI2IH8' where id=8;
update noar ti set b1='1QCKD7BFEI2IH8' where id=8;
update noar tt set b2='HFUFZUKDNUF9VH5WIH20XPFH805' where id=8;
update noar ti set b2='HFUFZUKDNUF9VH5WIH20XPFH805' where id=8;
update noar tt set b0='BH8ONESFM9WZ' where id=9;
update noar ti set b0='BH8ONESFM9WZ' where id=9;
update noar tt set b1='CE5Y1Y' where id=9;
update noar ti set b1='CE5Y1Y' where id=9;
update noar tt set b2='DDPJ9KGGGAWQC9U4QNAFDXYCO1YM6' where id=9;
update noar ti set b2='DDPJ9KGGGAWQC9U4QNAFDXYCO1YM6' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='F44794WI' where id=1;
update noar ti set b0='F44794WI' where id=1;
update noar tt set b1='TRUBH6BXFPRPM5PXN491TV5LP' where id=1;
update noar ti set b1='TRUBH6BXFPRPM5PXN491TV5LP' where id=1;
update noar tt set b2='51CJPT182ME5Z325YW1VB7MQ5O' where id=1;
update noar ti set b2='51CJPT182ME5Z325YW1VB7MQ5O' where id=1;
update noar tt set b0='482DG7' where id=2;
update noar ti set b0='482DG7' where id=2;
update noar tt set b1='2N6BTGIO3KR8V' where id=2;
update noar ti set b1='2N6BTGIO3KR8V' where id=2;
update noar tt set b2='THNUK62BGFVFXBBV6EAQ' where id=2;
update noar ti set b2='THNUK62BGFVFXBBV6EAQ' where id=2;
update noar tt set b0='1J' where id=3;
update noar ti set b0='1J' where id=3;
update noar tt set b1='HV8Z8S55Y3' where id=3;
update noar ti set b1='HV8Z8S55Y3' where id=3;
update noar tt set b2='RDEFRYF5ZTR3B5EJX04S3W4N4HLHOQ' where id=3;
update noar ti set b2='RDEFRYF5ZTR3B5EJX04S3W4N4HLHOQ' where id=3;
update noar tt set b0='EIW7ASTS8FRQWTSOIEBM3Y' where id=4;
update noar ti set b0='EIW7ASTS8FRQWTSOIEBM3Y' where id=4;
update noar tt set b1='DCR6N' where id=4;
update noar ti set b1='DCR6N' where id=4;
update noar tt set b2='VK2QYNAG4HPPO68JPG6J' where id=4;
update noar ti set b2='VK2QYNAG4HPPO68JPG6J' where id=4;
update noar tt set b0='FRH76EAK39' where id=5;
update noar ti set b0='FRH76EAK39' where id=5;
update noar tt set b1='9UX41EYRKZO8MYF5M68P3143VFG' where id=5;
update noar ti set b1='9UX41EYRKZO8MYF5M68P3143VFG' where id=5;
update noar tt set b2='XO0Z417MTZH1OWDL' where id=5;
update noar ti set b2='XO0Z417MTZH1OWDL' where id=5;
update noar tt set b0='MOW2VET08M' where id=6;
update noar ti set b0='MOW2VET08M' where id=6;
update noar tt set b1='8OU80R1RFNAL94DXSAPQA7316PXHM1' where id=6;
update noar ti set b1='8OU80R1RFNAL94DXSAPQA7316PXHM1' where id=6;
update noar tt set b2='IUGTZJCTHJEYV1A' where id=6;
update noar ti set b2='IUGTZJCTHJEYV1A' where id=6;
update noar tt set b0='X6EF38M3WMN' where id=7;
update noar ti set b0='X6EF38M3WMN' where id=7;
update noar tt set b1='CAM2EVBYJ7N' where id=7;
update noar ti set b1='CAM2EVBYJ7N' where id=7;
update noar tt set b2='LJQPHTL6YC7XQT5N12C7SYKC2SQOA2' where id=7;
update noar ti set b2='LJQPHTL6YC7XQT5N12C7SYKC2SQOA2' where id=7;
update noar tt set b0='DL7TTF91H7QN5T6N0F1ZVXRNWA' where id=8;
update noar ti set b0='DL7TTF91H7QN5T6N0F1ZVXRNWA' where id=8;
update noar tt set b1='6V0LPGUYDHZ4PGDY' where id=8;
update noar ti set b1='6V0LPGUYDHZ4PGDY' where id=8;
update noar tt set b2='2FLIBV7KJOT3S' where id=8;
update noar ti set b2='2FLIBV7KJOT3S' where id=8;
update noar tt set b0='ET2WRRDEUXAOKZOFGFIFHXFA5YOYVX12' where id=9;
update noar ti set b0='ET2WRRDEUXAOKZOFGFIFHXFA5YOYVX12' where id=9;
update noar tt set b1='JNOE1S05I1' where id=9;
update noar ti set b1='JNOE1S05I1' where id=9;
update noar tt set b2='EK10HHEGCO94XC8FDY85VBK' where id=9;
update noar ti set b2='EK10HHEGCO94XC8FDY85VBK' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='NXKKSSJRS9XBJV' where id=1;
update noar ti set b0='NXKKSSJRS9XBJV' where id=1;
update noar tt set b1='S5OARDKIKL32KXEUD9' where id=1;
update noar ti set b1='S5OARDKIKL32KXEUD9' where id=1;
update noar tt set b2='812PLDNY1AOIUV24TFV2SVK9YBVP' where id=1;
update noar ti set b2='812PLDNY1AOIUV24TFV2SVK9YBVP' where id=1;
update noar tt set b0='827E2DNUBH8SQWPZL8E3OW2CKQ2' where id=2;
update noar ti set b0='827E2DNUBH8SQWPZL8E3OW2CKQ2' where id=2;
update noar tt set b1='5OVHGXPW6YFU7RKRE2VPS8' where id=2;
update noar ti set b1='5OVHGXPW6YFU7RKRE2VPS8' where id=2;
update noar tt set b2='G79S' where id=2;
update noar ti set b2='G79S' where id=2;
update noar tt set b0='7YKXGQU3NGWW028ZERW9BR3U' where id=3;
update noar ti set b0='7YKXGQU3NGWW028ZERW9BR3U' where id=3;
update noar tt set b1='UQMRTI063V6' where id=3;
update noar ti set b1='UQMRTI063V6' where id=3;
update noar tt set b2='VBGBKPHWZKYS3NWZM59' where id=3;
update noar ti set b2='VBGBKPHWZKYS3NWZM59' where id=3;
update noar tt set b0='96TMFQPTZ5TZ' where id=4;
update noar ti set b0='96TMFQPTZ5TZ' where id=4;
update noar tt set b1='QSDM' where id=4;
update noar ti set b1='QSDM' where id=4;
update noar tt set b2='MX3IN4' where id=4;
update noar ti set b2='MX3IN4' where id=4;
update noar tt set b0='Y91WZV5Y' where id=5;
update noar ti set b0='Y91WZV5Y' where id=5;
update noar tt set b1='PIVVU06GMH30I0I8RA' where id=5;
update noar ti set b1='PIVVU06GMH30I0I8RA' where id=5;
update noar tt set b2='OTAZPETRA0U' where id=5;
update noar ti set b2='OTAZPETRA0U' where id=5;
update noar tt set b0='V' where id=6;
update noar ti set b0='V' where id=6;
update noar tt set b1='OQCD13LSXRG' where id=6;
update noar ti set b1='OQCD13LSXRG' where id=6;
update noar tt set b2='PR8Z0FPO9NYGVZI6Q' where id=6;
update noar ti set b2='PR8Z0FPO9NYGVZI6Q' where id=6;
update noar tt set b0='54YTNZUWIL3A' where id=7;
update noar ti set b0='54YTNZUWIL3A' where id=7;
update noar tt set b1='BEWDLQR62P7V1U' where id=7;
update noar ti set b1='BEWDLQR62P7V1U' where id=7;
update noar tt set b2='OCZA6DPV8D0JNUTAZCQJUW5P2MJEPC' where id=7;
update noar ti set b2='OCZA6DPV8D0JNUTAZCQJUW5P2MJEPC' where id=7;
update noar tt set b0='M2PYXY2PF61KY8X5UN73I3DR4A92R' where id=8;
update noar ti set b0='M2PYXY2PF61KY8X5UN73I3DR4A92R' where id=8;
update noar tt set b1='7AWNMFCA0YNVYL9F3S2OTK69OZ03' where id=8;
update noar ti set b1='7AWNMFCA0YNVYL9F3S2OTK69OZ03' where id=8;
update noar tt set b2='8TJHA7NNG16ZHI' where id=8;
update noar ti set b2='8TJHA7NNG16ZHI' where id=8;
update noar tt set b0='RNJOUTD60ABN9ZIMTEYBVVHTF710Q3' where id=9;
update noar ti set b0='RNJOUTD60ABN9ZIMTEYBVVHTF710Q3' where id=9;
update noar tt set b1='J' where id=9;
update noar ti set b1='J' where id=9;
update noar tt set b2='P5' where id=9;
update noar ti set b2='P5' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='TXUEJ1E7ZBAZHN' where id=1;
update noar ti set b0='TXUEJ1E7ZBAZHN' where id=1;
update noar tt set b1='UK4WBT5' where id=1;
update noar ti set b1='UK4WBT5' where id=1;
update noar tt set b2='LTT61DZPOY7' where id=1;
update noar ti set b2='LTT61DZPOY7' where id=1;
update noar tt set b0='CN' where id=2;
update noar ti set b0='CN' where id=2;
update noar tt set b1='W2TY3SJK6C0K9F' where id=2;
update noar ti set b1='W2TY3SJK6C0K9F' where id=2;
update noar tt set b2='NH7XPCNSU5M5DQO' where id=2;
update noar ti set b2='NH7XPCNSU5M5DQO' where id=2;
update noar tt set b0='HMK3PTDKF9' where id=3;
update noar ti set b0='HMK3PTDKF9' where id=3;
update noar tt set b1='IP' where id=3;
update noar ti set b1='IP' where id=3;
update noar tt set b2='H479DFX88DN85HPTF0K771M2' where id=3;
update noar ti set b2='H479DFX88DN85HPTF0K771M2' 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='ECHKPKI2W' where id=4;
update noar ti set b1='ECHKPKI2W' where id=4;
update noar tt set b2='7ZWW7H4V336W' where id=4;
update noar ti set b2='7ZWW7H4V336W' where id=4;
update noar tt set b0='IWTC38EFI' where id=5;
update noar ti set b0='IWTC38EFI' where id=5;
update noar tt set b1='CXFU3T5SPC7' where id=5;
update noar ti set b1='CXFU3T5SPC7' where id=5;
update noar tt set b2='JOGO04NTWVO77GNDWDOFHN' where id=5;
update noar ti set b2='JOGO04NTWVO77GNDWDOFHN' where id=5;
update noar tt set b0='GVPTKT8' where id=6;
update noar ti set b0='GVPTKT8' where id=6;
update noar tt set b1='1H5EBG7QB8LRBGNQRCALRP' where id=6;
update noar ti set b1='1H5EBG7QB8LRBGNQRCALRP' where id=6;
update noar tt set b2='WQBXCFQPZBKMM3TTQ2RYJLUH5ZKJ41' where id=6;
update noar ti set b2='WQBXCFQPZBKMM3TTQ2RYJLUH5ZKJ41' where id=6;
update noar tt set b0='L4ULL1M6QTM4BMV91WXFYGXHWKK' where id=7;
update noar ti set b0='L4ULL1M6QTM4BMV91WXFYGXHWKK' where id=7;
update noar tt set b1='71GRB6OZ9XPR3E5C25PJJ1' where id=7;
update noar ti set b1='71GRB6OZ9XPR3E5C25PJJ1' where id=7;
update noar tt set b2='SI0E3N3ONKWE0DCFY' where id=7;
update noar ti set b2='SI0E3N3ONKWE0DCFY' where id=7;
update noar tt set b0='JHYTYOW43PY9RATNP2VDSLH' where id=8;
update noar ti set b0='JHYTYOW43PY9RATNP2VDSLH' where id=8;
update noar tt set b1='GOLLZ0QGU2Q233YJ' where id=8;
update noar ti set b1='GOLLZ0QGU2Q233YJ' where id=8;
update noar tt set b2='GJ0YX6YMI90P' where id=8;
update noar ti set b2='GJ0YX6YMI90P' where id=8;
update noar tt set b0='KHEESCXK' where id=9;
update noar ti set b0='KHEESCXK' where id=9;
update noar tt set b1='JYPMMEPIXFWT91KMYR15P8OBF' where id=9;
update noar ti set b1='JYPMMEPIXFWT91KMYR15P8OBF' where id=9;
update noar tt set b2='CDLXH9EBJ38LHR3P6Y25VI' where id=9;
update noar ti set b2='CDLXH9EBJ38LHR3P6Y25VI' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='EIB' where id=1;
update noar ti set b0='EIB' where id=1;
update noar tt set b1='OAA4K0IPV3AKTUA9ZE66' where id=1;
update noar ti set b1='OAA4K0IPV3AKTUA9ZE66' where id=1;
update noar tt set b2='056LB9D9BCKPXCKZYKOE8QO8AL7' where id=1;
update noar ti set b2='056LB9D9BCKPXCKZYKOE8QO8AL7' where id=1;
update noar tt set b0='6BJ3QUU4L0CEN254USU' where id=2;
update noar ti set b0='6BJ3QUU4L0CEN254USU' where id=2;
update noar tt set b1='QP9KQGBTGYJRQ89' where id=2;
update noar ti set b1='QP9KQGBTGYJRQ89' where id=2;
update noar tt set b2='0N8SNHIHVQF6MT82NFN' where id=2;
update noar ti set b2='0N8SNHIHVQF6MT82NFN' where id=2;
update noar tt set b0='2RS2VVARGM6SU1FP53L6JX' where id=3;
update noar ti set b0='2RS2VVARGM6SU1FP53L6JX' where id=3;
update noar tt set b1='5O5Y3QVM5T2BGR' where id=3;
update noar ti set b1='5O5Y3QVM5T2BGR' where id=3;
update noar tt set b2='IXA1WG6WJT0SARO0QH4' where id=3;
update noar ti set b2='IXA1WG6WJT0SARO0QH4' where id=3;
update noar tt set b0='5M4U8ZY2PL8' where id=4;
update noar ti set b0='5M4U8ZY2PL8' where id=4;
update noar tt set b1='JCJJ5TNP20' where id=4;
update noar ti set b1='JCJJ5TNP20' where id=4;
update noar tt set b2='RYFKCBFCOVR383Y0VEIASTCTP5K0N' where id=4;
update noar ti set b2='RYFKCBFCOVR383Y0VEIASTCTP5K0N' where id=4;
update noar tt set b0='M9' where id=5;
update noar ti set b0='M9' where id=5;
update noar tt set b1='Q3Z6' where id=5;
update noar ti set b1='Q3Z6' where id=5;
update noar tt set b2='B7UZAKY6XFG3P7BXM6DS' where id=5;
update noar ti set b2='B7UZAKY6XFG3P7BXM6DS' where id=5;
update noar tt set b0='V4JESV8A6ZCID4YNOX4W1IR4OTNTF9' where id=6;
update noar ti set b0='V4JESV8A6ZCID4YNOX4W1IR4OTNTF9' where id=6;
update noar tt set b1='FOQYBY35I8YMCSLICKXTQFZUEA7KM8' where id=6;
update noar ti set b1='FOQYBY35I8YMCSLICKXTQFZUEA7KM8' where id=6;
update noar tt set b2='QJBGPYR2N' where id=6;
update noar ti set b2='QJBGPYR2N' where id=6;
update noar tt set b0='4XFG80QK150EDGZ' where id=7;
update noar ti set b0='4XFG80QK150EDGZ' where id=7;
update noar tt set b1='L8XX60JV3KY9XRXUW' where id=7;
update noar ti set b1='L8XX60JV3KY9XRXUW' where id=7;
update noar tt set b2='3' where id=7;
update noar ti set b2='3' where id=7;
update noar tt set b0='E5A41YQXH0AA' where id=8;
update noar ti set b0='E5A41YQXH0AA' where id=8;
update noar tt set b1='Q' where id=8;
update noar ti set b1='Q' where id=8;
update noar tt set b2='YE7N3UXLV1BU9NI86HSHAIWE2H8J' where id=8;
update noar ti set b2='YE7N3UXLV1BU9NI86HSHAIWE2H8J' where id=8;
update noar tt set b0='5AMGCKRYKMG0A6S4BQ1RWB0ZRS8C' where id=9;
update noar ti set b0='5AMGCKRYKMG0A6S4BQ1RWB0ZRS8C' where id=9;
update noar tt set b1='12CYBHN5Q8BQ5E2J9HK5I2I0' where id=9;
update noar ti set b1='12CYBHN5Q8BQ5E2J9HK5I2I0' where id=9;
update noar tt set b2='6MRP7N8KGMDB2HQC5BU1BK22SG5' where id=9;
update noar ti set b2='6MRP7N8KGMDB2HQC5BU1BK22SG5' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='RIBH2CO03UGSK' where id=1;
update noar ti set b0='RIBH2CO03UGSK' where id=1;
update noar tt set b1='UCIR7UXP4' where id=1;
update noar ti set b1='UCIR7UXP4' where id=1;
update noar tt set b2='C0ZUMKWCV' where id=1;
update noar ti set b2='C0ZUMKWCV' where id=1;
update noar tt set b0='5K0YV1BKT9A' where id=2;
update noar ti set b0='5K0YV1BKT9A' where id=2;
update noar tt set b1='Q21JWT6SB4BF4FBY7YS1LX' where id=2;
update noar ti set b1='Q21JWT6SB4BF4FBY7YS1LX' where id=2;
update noar tt set b2='XQ44LHA06VLGXG061A2S7R367ES' where id=2;
update noar ti set b2='XQ44LHA06VLGXG061A2S7R367ES' where id=2;
update noar tt set b0='IE0VV' where id=3;
update noar ti set b0='IE0VV' where id=3;
update noar tt set b1='LT2GVGLSMRJMO493EX' where id=3;
update noar ti set b1='LT2GVGLSMRJMO493EX' where id=3;
update noar tt set b2='6VJ' where id=3;
update noar ti set b2='6VJ' where id=3;
update noar tt set b0='OO' where id=4;
update noar ti set b0='OO' where id=4;
update noar tt set b1='EZNIBWO1J5YC15D9YOV' where id=4;
update noar ti set b1='EZNIBWO1J5YC15D9YOV' where id=4;
update noar tt set b2='NGZU6' where id=4;
update noar ti set b2='NGZU6' where id=4;
update noar tt set b0='YI3' where id=5;
update noar ti set b0='YI3' where id=5;
update noar tt set b1='YSZYNG' where id=5;
update noar ti set b1='YSZYNG' where id=5;
update noar tt set b2='ODKYAWGU2HH' where id=5;
update noar ti set b2='ODKYAWGU2HH' where id=5;
update noar tt set b0='X958HRVO80H6U' where id=6;
update noar ti set b0='X958HRVO80H6U' where id=6;
update noar tt set b1='HSLA01ZII8G4TINHBJ7VM' where id=6;
update noar ti set b1='HSLA01ZII8G4TINHBJ7VM' where id=6;
update noar tt set b2='R1FXLM9Z9OPD9RFYL0' where id=6;
update noar ti set b2='R1FXLM9Z9OPD9RFYL0' where id=6;
update noar tt set b0='XHL' where id=7;
update noar ti set b0='XHL' where id=7;
update noar tt set b1='UWVEJUXTIM42HS0S3I3ROUNDL6' where id=7;
update noar ti set b1='UWVEJUXTIM42HS0S3I3ROUNDL6' where id=7;
update noar tt set b2='ATA6973PWO' where id=7;
update noar ti set b2='ATA6973PWO' where id=7;
update noar tt set b0='1M60UTP2E0C999X7GLHH' where id=8;
update noar ti set b0='1M60UTP2E0C999X7GLHH' where id=8;
update noar tt set b1='YQFITUF2C94' where id=8;
update noar ti set b1='YQFITUF2C94' where id=8;
update noar tt set b2='HJIN1' where id=8;
update noar ti set b2='HJIN1' where id=8;
update noar tt set b0='6PGZYTGRPNR0B8CL15D05J5UL7CI' where id=9;
update noar ti set b0='6PGZYTGRPNR0B8CL15D05J5UL7CI' where id=9;
update noar tt set b1='B4BD7IT9NBMVGSHNO2' where id=9;
update noar ti set b1='B4BD7IT9NBMVGSHNO2' where id=9;
update noar tt set b2='GG9A9ZMMQELHFFO1EAT1R' where id=9;
update noar ti set b2='GG9A9ZMMQELHFFO1EAT1R' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='ON41JV3P28NBGLJURC16' where id=1;
update noar ti set b0='ON41JV3P28NBGLJURC16' where id=1;
update noar tt set b1='X138ZYRQEU00' where id=1;
update noar ti set b1='X138ZYRQEU00' where id=1;
update noar tt set b2='8AK8IZIN1Z9LMS' where id=1;
update noar ti set b2='8AK8IZIN1Z9LMS' where id=1;
update noar tt set b0='SEZ6C' where id=2;
update noar ti set b0='SEZ6C' where id=2;
update noar tt set b1='BXDCSDFX71IYVOXF8UFPR' where id=2;
update noar ti set b1='BXDCSDFX71IYVOXF8UFPR' where id=2;
update noar tt set b2='7IMBWNJ44J0NIEENPC8QO6MOUTHQ2W' where id=2;
update noar ti set b2='7IMBWNJ44J0NIEENPC8QO6MOUTHQ2W' where id=2;
update noar tt set b0='IV0KU70AIIWN' where id=3;
update noar ti set b0='IV0KU70AIIWN' where id=3;
update noar tt set b1='GURAJA0KK14BV9TI1UHSM3D1QVSN5P' where id=3;
update noar ti set b1='GURAJA0KK14BV9TI1UHSM3D1QVSN5P' where id=3;
update noar tt set b2='48' where id=3;
update noar ti set b2='48' where id=3;
update noar tt set b0='5X020KNVJLAHDR20XITTBSFD' where id=4;
update noar ti set b0='5X020KNVJLAHDR20XITTBSFD' where id=4;
update noar tt set b1='589YCAL51XT1I' where id=4;
update noar ti set b1='589YCAL51XT1I' where id=4;
update noar tt set b2='BWOY' where id=4;
update noar ti set b2='BWOY' where id=4;
update noar tt set b0='9K' where id=5;
update noar ti set b0='9K' where id=5;
update noar tt set b1='ARJH3B2T2OTQQY7' where id=5;
update noar ti set b1='ARJH3B2T2OTQQY7' where id=5;
update noar tt set b2='ERNCDZ5L8ZJR759CRV00DVGP0Q' where id=5;
update noar ti set b2='ERNCDZ5L8ZJR759CRV00DVGP0Q' where id=5;
update noar tt set b0='7AHH9BW6OANCGZ5E6887SD2YFIV' where id=6;
update noar ti set b0='7AHH9BW6OANCGZ5E6887SD2YFIV' where id=6;
update noar tt set b1='69YZEMYIDC18LG6IWO97E1USXNRMHQZ' where id=6;
update noar ti set b1='69YZEMYIDC18LG6IWO97E1USXNRMHQZ' where id=6;
update noar tt set b2='LVSF1B7CWOK77E7WB31BGT' where id=6;
update noar ti set b2='LVSF1B7CWOK77E7WB31BGT' where id=6;
update noar tt set b0='0LI14U3JT6KW7NQ47R1IRV356L6' where id=7;
update noar ti set b0='0LI14U3JT6KW7NQ47R1IRV356L6' where id=7;
update noar tt set b1='QZ2IZKR0QHBYWZ' where id=7;
update noar ti set b1='QZ2IZKR0QHBYWZ' where id=7;
update noar tt set b2='U0KMUJTBD7SBU9OG6WXF5R3HAQULDF8' where id=7;
update noar ti set b2='U0KMUJTBD7SBU9OG6WXF5R3HAQULDF8' where id=7;
update noar tt set b0='YHOPEY' where id=8;
update noar ti set b0='YHOPEY' where id=8;
update noar tt set b1='NK29OZS36OO5FY89XQ0HWGNOUZUYQ4' where id=8;
update noar ti set b1='NK29OZS36OO5FY89XQ0HWGNOUZUYQ4' where id=8;
update noar tt set b2='S94XNM' where id=8;
update noar ti set b2='S94XNM' where id=8;
update noar tt set b0='RQC34TX' where id=9;
update noar ti set b0='RQC34TX' where id=9;
update noar tt set b1='7YCOYKPAXVZLM5OE3SRZZLTLH9N4KP' where id=9;
update noar ti set b1='7YCOYKPAXVZLM5OE3SRZZLTLH9N4KP' where id=9;
update noar tt set b2='ECJKPBIJKRKSE' where id=9;
update noar ti set b2='ECJKPBIJKRKSE' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='PP9902A5BHKI9B' where id=1;
update noar ti set b0='PP9902A5BHKI9B' where id=1;
update noar tt set b1='UCB3CAGERFB3HXYEE9WQD2BPT' where id=1;
update noar ti set b1='UCB3CAGERFB3HXYEE9WQD2BPT' where id=1;
update noar tt set b2='PG9J5A3NQ06EA9VY60WU2WEBZ12BQB7B' where id=1;
update noar ti set b2='PG9J5A3NQ06EA9VY60WU2WEBZ12BQB7B' where id=1;
update noar tt set b0='JQR' where id=2;
update noar ti set b0='JQR' where id=2;
update noar tt set b1='AXEFTT' where id=2;
update noar ti set b1='AXEFTT' where id=2;
update noar tt set b2='HC2SPM059D3' where id=2;
update noar ti set b2='HC2SPM059D3' where id=2;
update noar tt set b0='ZMDKIUN4QGUA6R4QORDJR3Y8Z4RPBDU' where id=3;
update noar ti set b0='ZMDKIUN4QGUA6R4QORDJR3Y8Z4RPBDU' where id=3;
update noar tt set b1='1Y2XRC' where id=3;
update noar ti set b1='1Y2XRC' where id=3;
update noar tt set b2='S6K54OK' where id=3;
update noar ti set b2='S6K54OK' where id=3;
update noar tt set b0='6PHL4LYPDI7WMWZTRA5Q3VYYB908' where id=4;
update noar ti set b0='6PHL4LYPDI7WMWZTRA5Q3VYYB908' where id=4;
update noar tt set b1='JDTUEI' where id=4;
update noar ti set b1='JDTUEI' where id=4;
update noar tt set b2='K' where id=4;
update noar ti set b2='K' where id=4;
update noar tt set b0='9LJXLF' where id=5;
update noar ti set b0='9LJXLF' where id=5;
update noar tt set b1='AD9D6T9Y2HJSLYTPA7VJIYZPGQ4295' where id=5;
update noar ti set b1='AD9D6T9Y2HJSLYTPA7VJIYZPGQ4295' where id=5;
update noar tt set b2='EEN792YPZN8KR1HOQXJILLLRY2' where id=5;
update noar ti set b2='EEN792YPZN8KR1HOQXJILLLRY2' where id=5;
update noar tt set b0='NT4GNXHI' where id=6;
update noar ti set b0='NT4GNXHI' where id=6;
update noar tt set b1='291Y9BP47R38GTBN83XO' where id=6;
update noar ti set b1='291Y9BP47R38GTBN83XO' where id=6;
update noar tt set b2='UVKQCVJGJDHTGUUV6TJYPTZ7Q' where id=6;
update noar ti set b2='UVKQCVJGJDHTGUUV6TJYPTZ7Q' where id=6;
update noar tt set b0='CSGG5VBMCDCX6H6H' where id=7;
update noar ti set b0='CSGG5VBMCDCX6H6H' where id=7;
update noar tt set b1='EKJHZ8Y9U' where id=7;
update noar ti set b1='EKJHZ8Y9U' where id=7;
update noar tt set b2='TXRWDAJ9653ZI7A5E88FDJLY8AULIZST' where id=7;
update noar ti set b2='TXRWDAJ9653ZI7A5E88FDJLY8AULIZST' where id=7;
update noar tt set b0='GK4TEAHE0DCJZE8JMJU1GFVN4W' where id=8;
update noar ti set b0='GK4TEAHE0DCJZE8JMJU1GFVN4W' where id=8;
update noar tt set b1='XGW049XR6HIYH7DHEX6D17MZ665IW7' where id=8;
update noar ti set b1='XGW049XR6HIYH7DHEX6D17MZ665IW7' where id=8;
update noar tt set b2='MM8VC8K3Y5SSYE8HE' where id=8;
update noar ti set b2='MM8VC8K3Y5SSYE8HE' where id=8;
update noar tt set b0='L6H97SC9N3' where id=9;
update noar ti set b0='L6H97SC9N3' where id=9;
update noar tt set b1='ZXMYOGAXATMNBBYHDVX04T01WL0M6QM' where id=9;
update noar ti set b1='ZXMYOGAXATMNBBYHDVX04T01WL0M6QM' where id=9;
update noar tt set b2='R49O5RRPRWWLXWXYYM0NNS1M1UYZJ' where id=9;
update noar ti set b2='R49O5RRPRWWLXWXYYM0NNS1M1UYZJ' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='I9SJNMXPMGM' where id=1;
update noar ti set b0='I9SJNMXPMGM' where id=1;
update noar tt set b1='IDK41L7UDM41TOHGHN7CDZ99D' where id=1;
update noar ti set b1='IDK41L7UDM41TOHGHN7CDZ99D' where id=1;
update noar tt set b2='SYNZ1K4GFV0JP0N6BL1UDT4' where id=1;
update noar ti set b2='SYNZ1K4GFV0JP0N6BL1UDT4' where id=1;
update noar tt set b0='DS1E7II9TECPYN6FECFO3SDTJN59L' where id=2;
update noar ti set b0='DS1E7II9TECPYN6FECFO3SDTJN59L' where id=2;
update noar tt set b1='QRS0' where id=2;
update noar ti set b1='QRS0' where id=2;
update noar tt set b2='FP9R76UPJP5SJBM5Q8298U2JWPBV52' where id=2;
update noar ti set b2='FP9R76UPJP5SJBM5Q8298U2JWPBV52' where id=2;
update noar tt set b0='S5OOYF230FZL4I6RP' where id=3;
update noar ti set b0='S5OOYF230FZL4I6RP' where id=3;
update noar tt set b1='B4AXYKRCQ0QIAIYYIQMBTMKE68DMA86C' where id=3;
update noar ti set b1='B4AXYKRCQ0QIAIYYIQMBTMKE68DMA86C' where id=3;
update noar tt set b2='ORDEUN' where id=3;
update noar ti set b2='ORDEUN' where id=3;
update noar tt set b0='DFYVLC34IR8' where id=4;
update noar ti set b0='DFYVLC34IR8' where id=4;
update noar tt set b1='4QHQJ60RI77N77J40' where id=4;
update noar ti set b1='4QHQJ60RI77N77J40' where id=4;
update noar tt set b2='H6OJS0QUTZH2HHRJO5DZ44OG' where id=4;
update noar ti set b2='H6OJS0QUTZH2HHRJO5DZ44OG' where id=4;
update noar tt set b0='7RCDUPDUS' where id=5;
update noar ti set b0='7RCDUPDUS' where id=5;
update noar tt set b1='5GX1C8B8' where id=5;
update noar ti set b1='5GX1C8B8' where id=5;
update noar tt set b2='3WV3IE9WEHLT' where id=5;
update noar ti set b2='3WV3IE9WEHLT' where id=5;
update noar tt set b0='X7' where id=6;
update noar ti set b0='X7' where id=6;
update noar tt set b1='ZOXJW10GBQ35QOJ' where id=6;
update noar ti set b1='ZOXJW10GBQ35QOJ' where id=6;
update noar tt set b2='ISE9L5QMT65CZD5FYF9Q' where id=6;
update noar ti set b2='ISE9L5QMT65CZD5FYF9Q' where id=6;
update noar tt set b0='0H90OCRLYWNR858RM9A96UR48VNH2B2' where id=7;
update noar ti set b0='0H90OCRLYWNR858RM9A96UR48VNH2B2' where id=7;
update noar tt set b1='JKNE8' where id=7;
update noar ti set b1='JKNE8' where id=7;
update noar tt set b2='K66O9IYLU8PZA' where id=7;
update noar ti set b2='K66O9IYLU8PZA' where id=7;
update noar tt set b0='1WCFIO6AUKMI2HJ87F0NSADO' where id=8;
update noar ti set b0='1WCFIO6AUKMI2HJ87F0NSADO' where id=8;
update noar tt set b1='QW' where id=8;
update noar ti set b1='QW' where id=8;
update noar tt set b2='FY6' where id=8;
update noar ti set b2='FY6' where id=8;
update noar tt set b0='XWQ1HSTGA6IM4UCQNM8BGBYF0CSR0' where id=9;
update noar ti set b0='XWQ1HSTGA6IM4UCQNM8BGBYF0CSR0' where id=9;
update noar tt set b1='JFG2' where id=9;
update noar ti set b1='JFG2' where id=9;
update noar tt set b2='RLX99' where id=9;
update noar ti set b2='RLX99' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='07TD8LMYT2PUEG105G' where id=1;
update noar ti set b0='07TD8LMYT2PUEG105G' where id=1;
update noar tt set b1='15LTNE0IIRHBHZI96C0A2R75BYEJ' where id=1;
update noar ti set b1='15LTNE0IIRHBHZI96C0A2R75BYEJ' where id=1;
update noar tt set b2='73ZCJMR7QHTXCLTAM9DLUESI8KZ' where id=1;
update noar ti set b2='73ZCJMR7QHTXCLTAM9DLUESI8KZ' where id=1;
update noar tt set b0='M3QVFY5ZNM' where id=2;
update noar ti set b0='M3QVFY5ZNM' where id=2;
update noar tt set b1='XFSO5U99D83RQ0SOV4P1' where id=2;
update noar ti set b1='XFSO5U99D83RQ0SOV4P1' where id=2;
update noar tt set b2='BO0EX' where id=2;
update noar ti set b2='BO0EX' where id=2;
update noar tt set b0='B6EIFQCJQU2V84C7IOIJ5C8NZSM' where id=3;
update noar ti set b0='B6EIFQCJQU2V84C7IOIJ5C8NZSM' where id=3;
update noar tt set b1='SSALBBOCHMSQ' where id=3;
update noar ti set b1='SSALBBOCHMSQ' where id=3;
update noar tt set b2='Z77O9W' where id=3;
update noar ti set b2='Z77O9W' where id=3;
update noar tt set b0='HFY682' where id=4;
update noar ti set b0='HFY682' where id=4;
update noar tt set b1='TUA42IXYVTCK2025RP' where id=4;
update noar ti set b1='TUA42IXYVTCK2025RP' where id=4;
update noar tt set b2='FRX3OK1RVDEO0CNRT90C6ZUHYGO' where id=4;
update noar ti set b2='FRX3OK1RVDEO0CNRT90C6ZUHYGO' where id=4;
update noar tt set b0='O5KLMCOJHXW' where id=5;
update noar ti set b0='O5KLMCOJHXW' where id=5;
update noar tt set b1='ASSGGZ4VDZPAXFD5KTB1WW9S08IG' where id=5;
update noar ti set b1='ASSGGZ4VDZPAXFD5KTB1WW9S08IG' where id=5;
update noar tt set b2='7UBDFCIUHDCM5Q0SPLY56H9MBL' where id=5;
update noar ti set b2='7UBDFCIUHDCM5Q0SPLY56H9MBL' where id=5;
update noar tt set b0='CMW83NOKL963SY9C85CW' where id=6;
update noar ti set b0='CMW83NOKL963SY9C85CW' where id=6;
update noar tt set b1='FE2KY0' where id=6;
update noar ti set b1='FE2KY0' where id=6;
update noar tt set b2='B2KBQYO60U' where id=6;
update noar ti set b2='B2KBQYO60U' where id=6;
update noar tt set b0='Y6J5TY1C0O0N95EVZ9QZ1LTJENPZX' where id=7;
update noar ti set b0='Y6J5TY1C0O0N95EVZ9QZ1LTJENPZX' where id=7;
update noar tt set b1='8P7MS9CA1JPIIUZY5EGV1' where id=7;
update noar ti set b1='8P7MS9CA1JPIIUZY5EGV1' where id=7;
update noar tt set b2='TYKTSYYX1CORGH7STYF378SQ' where id=7;
update noar ti set b2='TYKTSYYX1CORGH7STYF378SQ' where id=7;
update noar tt set b0='F7ARITJ7HRAK' where id=8;
update noar ti set b0='F7ARITJ7HRAK' where id=8;
update noar tt set b1='HMDHHA7B9IS7RO8351LM89SU5C' where id=8;
update noar ti set b1='HMDHHA7B9IS7RO8351LM89SU5C' where id=8;
update noar tt set b2='KMR01C0C1X95AYEHBPNJ1MSH1' where id=8;
update noar ti set b2='KMR01C0C1X95AYEHBPNJ1MSH1' where id=8;
update noar tt set b0='WH6541YZ9OSVF8FKJMS5UYTXAVJ9I1E' where id=9;
update noar ti set b0='WH6541YZ9OSVF8FKJMS5UYTXAVJ9I1E' where id=9;
update noar tt set b1='FU3II' where id=9;
update noar ti set b1='FU3II' where id=9;
update noar tt set b2='LJGOBO0TPTIMEYOJJDJNALU2M' where id=9;
update noar ti set b2='LJGOBO0TPTIMEYOJJDJNALU2M' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='2U3IFV51MJS9WE' where id=1;
update noar ti set b0='2U3IFV51MJS9WE' where id=1;
update noar tt set b1='3GDQJ5LZZX6ZOKFWMRPDH2QNHZ' where id=1;
update noar ti set b1='3GDQJ5LZZX6ZOKFWMRPDH2QNHZ' where id=1;
update noar tt set b2='Z9K70FY510' where id=1;
update noar ti set b2='Z9K70FY510' where id=1;
update noar tt set b0='4PCGT2AKR65FRMHG85HROF' where id=2;
update noar ti set b0='4PCGT2AKR65FRMHG85HROF' where id=2;
update noar tt set b1='O7PR9ENWLAISQ' where id=2;
update noar ti set b1='O7PR9ENWLAISQ' where id=2;
update noar tt set b2='8VV7JOKV4U51BN3EK3WGY5' where id=2;
update noar ti set b2='8VV7JOKV4U51BN3EK3WGY5' where id=2;
update noar tt set b0='C2' where id=3;
update noar ti set b0='C2' where id=3;
update noar tt set b1='VD5T6WH596WVMSGGQKG5PYDDTWQLSCJ' where id=3;
update noar ti set b1='VD5T6WH596WVMSGGQKG5PYDDTWQLSCJ' where id=3;
update noar tt set b2='16EP427C62TPNQ5QMXZZWIQKFIQD' where id=3;
update noar ti set b2='16EP427C62TPNQ5QMXZZWIQKFIQD' where id=3;
update noar tt set b0='JY0' where id=4;
update noar ti set b0='JY0' where id=4;
update noar tt set b1='MZKPY19' where id=4;
update noar ti set b1='MZKPY19' where id=4;
update noar tt set b2='1' where id=4;
update noar ti set b2='1' where id=4;
update noar tt set b0='7S1XAMJ18967MH' where id=5;
update noar ti set b0='7S1XAMJ18967MH' where id=5;
update noar tt set b1='TXK7TV2I2EC' where id=5;
update noar ti set b1='TXK7TV2I2EC' where id=5;
update noar tt set b2='BAO3ARQ7O4H6NF1CM45' where id=5;
update noar ti set b2='BAO3ARQ7O4H6NF1CM45' where id=5;
update noar tt set b0='1LTIRYIK8HGCZIB5JLNP20Z1C' where id=6;
update noar ti set b0='1LTIRYIK8HGCZIB5JLNP20Z1C' where id=6;
update noar tt set b1='JO7K02EJPRCRDKB3ZHNYYY633D2' where id=6;
update noar ti set b1='JO7K02EJPRCRDKB3ZHNYYY633D2' where id=6;
update noar tt set b2='RKILHIQNZLUI4VDD0VDGOJ78V' where id=6;
update noar ti set b2='RKILHIQNZLUI4VDD0VDGOJ78V' where id=6;
update noar tt set b0='VSOV538ZRI1GOQT1SYI' where id=7;
update noar ti set b0='VSOV538ZRI1GOQT1SYI' where id=7;
update noar tt set b1='65NKCHRLR2KXASE23BUJ0DBOA' where id=7;
update noar ti set b1='65NKCHRLR2KXASE23BUJ0DBOA' where id=7;
update noar tt set b2='HO5Z4FACHER1' where id=7;
update noar ti set b2='HO5Z4FACHER1' where id=7;
update noar tt set b0='AXXI6Z1VEB3OTQLY1NSCJQ' where id=8;
update noar ti set b0='AXXI6Z1VEB3OTQLY1NSCJQ' where id=8;
update noar tt set b1='RSPOMQ39' where id=8;
update noar ti set b1='RSPOMQ39' where id=8;
update noar tt set b2='7WP4NN4WJJ432O6ER56T8TI' where id=8;
update noar ti set b2='7WP4NN4WJJ432O6ER56T8TI' where id=8;
update noar tt set b0='FUOBX7XRV8VTF6WLRMQCT3' where id=9;
update noar ti set b0='FUOBX7XRV8VTF6WLRMQCT3' where id=9;
update noar tt set b1='JY6S2OPO9ID7Y' where id=9;
update noar ti set b1='JY6S2OPO9ID7Y' where id=9;
update noar tt set b2='3OJLM4D3N8L9FJ5JJWTEWTOKWEN5ST' where id=9;
update noar ti set b2='3OJLM4D3N8L9FJ5JJWTEWTOKWEN5ST' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='N2AWP7HO0FR62FY' where id=1;
update noar ti set b0='N2AWP7HO0FR62FY' where id=1;
update noar tt set b1='Y8P8KSAR20' where id=1;
update noar ti set b1='Y8P8KSAR20' where id=1;
update noar tt set b2='NAMO70UTOIFKB2ZXQ' where id=1;
update noar ti set b2='NAMO70UTOIFKB2ZXQ' where id=1;
update noar tt set b0='316Z8XYH92XK23D6' where id=2;
update noar ti set b0='316Z8XYH92XK23D6' where id=2;
update noar tt set b1='8VBZW2IRED6LTS0A' where id=2;
update noar ti set b1='8VBZW2IRED6LTS0A' where id=2;
update noar tt set b2='AN' where id=2;
update noar ti set b2='AN' where id=2;
update noar tt set b0='IBSPTJNRG4YPH9E2GTR1' where id=3;
update noar ti set b0='IBSPTJNRG4YPH9E2GTR1' where id=3;
update noar tt set b1='CAN4D1HFA68ESZ3' where id=3;
update noar ti set b1='CAN4D1HFA68ESZ3' where id=3;
update noar tt set b2='6H9P4VUYY21C1Y07KJ9PUPLZI9X321' where id=3;
update noar ti set b2='6H9P4VUYY21C1Y07KJ9PUPLZI9X321' where id=3;
update noar tt set b0='BSAECQXPO3LOOKVI54FNPDQ8WGM40C' where id=4;
update noar ti set b0='BSAECQXPO3LOOKVI54FNPDQ8WGM40C' where id=4;
update noar tt set b1='Z40FG8P' where id=4;
update noar ti set b1='Z40FG8P' where id=4;
update noar tt set b2='QIBXZS218XDV1EFFCE5V604VTN2' where id=4;
update noar ti set b2='QIBXZS218XDV1EFFCE5V604VTN2' where id=4;
update noar tt set b0='L7FAOUL2Y' where id=5;
update noar ti set b0='L7FAOUL2Y' where id=5;
update noar tt set b1='GRBNVHIF' where id=5;
update noar ti set b1='GRBNVHIF' where id=5;
update noar tt set b2='BZ48O3W2D59CP6KG67J4OD410H2PJSFW' where id=5;
update noar ti set b2='BZ48O3W2D59CP6KG67J4OD410H2PJSFW' where id=5;
update noar tt set b0='4' where id=6;
update noar ti set b0='4' where id=6;
update noar tt set b1='XBKHF90TCYD489H1H3KG0B' where id=6;
update noar ti set b1='XBKHF90TCYD489H1H3KG0B' where id=6;
update noar tt set b2='JNQNI3U8P0C8YH' where id=6;
update noar ti set b2='JNQNI3U8P0C8YH' where id=6;
update noar tt set b0='H64073PV' where id=7;
update noar ti set b0='H64073PV' where id=7;
update noar tt set b1='YG2NBVJYOD8W8S4JV583' where id=7;
update noar ti set b1='YG2NBVJYOD8W8S4JV583' where id=7;
update noar tt set b2='7Z6GC5APVT60ESU56' where id=7;
update noar ti set b2='7Z6GC5APVT60ESU56' where id=7;
update noar tt set b0='308A7NIFJHTZIQS6KFEPNFUOI' where id=8;
update noar ti set b0='308A7NIFJHTZIQS6KFEPNFUOI' where id=8;
update noar tt set b1='EXE0A7NBOCE' where id=8;
update noar ti set b1='EXE0A7NBOCE' where id=8;
update noar tt set b2='6E6E1DIT9P2QP29M23B6T' where id=8;
update noar ti set b2='6E6E1DIT9P2QP29M23B6T' where id=8;
update noar tt set b0='KEBHLVYWEH8MQRFERYB' where id=9;
update noar ti set b0='KEBHLVYWEH8MQRFERYB' where id=9;
update noar tt set b1='1TNEDR7Z6C1WWJPXT5E6' where id=9;
update noar ti set b1='1TNEDR7Z6C1WWJPXT5E6' where id=9;
update noar tt set b2='5ZQEJDSA' where id=9;
update noar ti set b2='5ZQEJDSA' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='RNTDMLUEFP8312KDX27UZ' where id=1;
update noar ti set b0='RNTDMLUEFP8312KDX27UZ' where id=1;
update noar tt set b1='FU2' where id=1;
update noar ti set b1='FU2' where id=1;
update noar tt set b2='8MM2XK' where id=1;
update noar ti set b2='8MM2XK' where id=1;
update noar tt set b0='DWAJS109W1WEDU' where id=2;
update noar ti set b0='DWAJS109W1WEDU' where id=2;
update noar tt set b1='9O8FXXKLZM8' where id=2;
update noar ti set b1='9O8FXXKLZM8' where id=2;
update noar tt set b2='G0ULJDQCG48R66UX605R' where id=2;
update noar ti set b2='G0ULJDQCG48R66UX605R' where id=2;
update noar tt set b0='M' where id=3;
update noar ti set b0='M' where id=3;
update noar tt set b1='CJXVDOQ5GGFB1Z83FIQXM7S09YGBFYA0' where id=3;
update noar ti set b1='CJXVDOQ5GGFB1Z83FIQXM7S09YGBFYA0' where id=3;
update noar tt set b2='W52FT' where id=3;
update noar ti set b2='W52FT' where id=3;
update noar tt set b0='XDA1B1QFORL0UA6ACYA' where id=4;
update noar ti set b0='XDA1B1QFORL0UA6ACYA' where id=4;
update noar tt set b1='V7EO9LBHY9K89ELH' where id=4;
update noar ti set b1='V7EO9LBHY9K89ELH' where id=4;
update noar tt set b2='CGR2QND8D7RESCJQ8W' where id=4;
update noar ti set b2='CGR2QND8D7RESCJQ8W' where id=4;
update noar tt set b0='E0UFDF44D9R' where id=5;
update noar ti set b0='E0UFDF44D9R' where id=5;
update noar tt set b1='VZCWO3GE5IRGJJWEF6UCQJPKGJUVG0' where id=5;
update noar ti set b1='VZCWO3GE5IRGJJWEF6UCQJPKGJUVG0' where id=5;
update noar tt set b2='YTMNIA2CTDM5UO040EUAJ' where id=5;
update noar ti set b2='YTMNIA2CTDM5UO040EUAJ' where id=5;
update noar tt set b0='NXE39BQGWW7W44R9G6DKD4SGG' where id=6;
update noar ti set b0='NXE39BQGWW7W44R9G6DKD4SGG' where id=6;
update noar tt set b1='KIRTG6DMGKJKNRVO' where id=6;
update noar ti set b1='KIRTG6DMGKJKNRVO' where id=6;
update noar tt set b2='XHRXB7V' where id=6;
update noar ti set b2='XHRXB7V' where id=6;
update noar tt set b0='FS1R8KX7U1ZI3VSX83N4' where id=7;
update noar ti set b0='FS1R8KX7U1ZI3VSX83N4' where id=7;
update noar tt set b1='EQK2TSFIDIEIOQ1TT6Z3E3X6G86' where id=7;
update noar ti set b1='EQK2TSFIDIEIOQ1TT6Z3E3X6G86' where id=7;
update noar tt set b2='29ACL6LA2CHD2KL9D78748WOGJI0QJE' where id=7;
update noar ti set b2='29ACL6LA2CHD2KL9D78748WOGJI0QJE' where id=7;
update noar tt set b0='H9ADDKA97Q0GN8BYQKM4LNEHP817ID' where id=8;
update noar ti set b0='H9ADDKA97Q0GN8BYQKM4LNEHP817ID' where id=8;
update noar tt set b1='432IM2JP6OZJSVHXFM00J73HNDK' where id=8;
update noar ti set b1='432IM2JP6OZJSVHXFM00J73HNDK' where id=8;
update noar tt set b2='KRFXEGPKAJTPKQGO47N7PG3SMKBB' where id=8;
update noar ti set b2='KRFXEGPKAJTPKQGO47N7PG3SMKBB' where id=8;
update noar tt set b0='Y5CS4WBG5CNMVW5GOP' where id=9;
update noar ti set b0='Y5CS4WBG5CNMVW5GOP' where id=9;
update noar tt set b1='6YF4C' where id=9;
update noar ti set b1='6YF4C' where id=9;
update noar tt set b2='QQANDQ4YGXE' where id=9;
update noar ti set b2='QQANDQ4YGXE' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='PNPGSSBCLHJQI2N3' where id=1;
update noar ti set b0='PNPGSSBCLHJQI2N3' where id=1;
update noar tt set b1='A2' where id=1;
update noar ti set b1='A2' where id=1;
update noar tt set b2='7L1ROG09NS' where id=1;
update noar ti set b2='7L1ROG09NS' where id=1;
update noar tt set b0='36DSBA41EPC7JW' where id=2;
update noar ti set b0='36DSBA41EPC7JW' where id=2;
update noar tt set b1='JTP' where id=2;
update noar ti set b1='JTP' where id=2;
update noar tt set b2='I4SCHPN2' where id=2;
update noar ti set b2='I4SCHPN2' where id=2;
update noar tt set b0='U7J6BBX' where id=3;
update noar ti set b0='U7J6BBX' where id=3;
update noar tt set b1='F' where id=3;
update noar ti set b1='F' where id=3;
update noar tt set b2='ZCHCCR06O6Z05CZ34XG1U68ZNGR6' where id=3;
update noar ti set b2='ZCHCCR06O6Z05CZ34XG1U68ZNGR6' where id=3;
update noar tt set b0='IY8A5BWJCZ9BD8W6O3XCRF' where id=4;
update noar ti set b0='IY8A5BWJCZ9BD8W6O3XCRF' where id=4;
update noar tt set b1='S5IO15DBU4IGJK6NNNBJYI' where id=4;
update noar ti set b1='S5IO15DBU4IGJK6NNNBJYI' where id=4;
update noar tt set b2='DV6Q1I6ZG9GWYFRXR2QN' where id=4;
update noar ti set b2='DV6Q1I6ZG9GWYFRXR2QN' where id=4;
update noar tt set b0='6AD7UQ8KLZY4QZPCZZ4JWA9HQQH4K' where id=5;
update noar ti set b0='6AD7UQ8KLZY4QZPCZZ4JWA9HQQH4K' where id=5;
update noar tt set b1='JAX5F22YUQUTE51G23F6U2ZMUIU2' where id=5;
update noar ti set b1='JAX5F22YUQUTE51G23F6U2ZMUIU2' where id=5;
update noar tt set b2='Z3HG2Y6VBQUT1MDMB8WDCX1D0SJYNNO' where id=5;
update noar ti set b2='Z3HG2Y6VBQUT1MDMB8WDCX1D0SJYNNO' where id=5;
update noar tt set b0='I' where id=6;
update noar ti set b0='I' where id=6;
update noar tt set b1='DU1DF9UV5GA' where id=6;
update noar ti set b1='DU1DF9UV5GA' where id=6;
update noar tt set b2='XW4' where id=6;
update noar ti set b2='XW4' where id=6;
update noar tt set b0='68GPVZRYR8QWA6XLJGBRIT8QVQ36MM' where id=7;
update noar ti set b0='68GPVZRYR8QWA6XLJGBRIT8QVQ36MM' where id=7;
update noar tt set b1='J41HOHC30G2KEGBA5VV324LP' where id=7;
update noar ti set b1='J41HOHC30G2KEGBA5VV324LP' where id=7;
update noar tt set b2='ZWUQ2MP' where id=7;
update noar ti set b2='ZWUQ2MP' where id=7;
update noar tt set b0='MF4FSIZ035VHHRG8VHKW5ZYTP0PCM' where id=8;
update noar ti set b0='MF4FSIZ035VHHRG8VHKW5ZYTP0PCM' where id=8;
update noar tt set b1='ZN4JAFM9MFXL1JJL' where id=8;
update noar ti set b1='ZN4JAFM9MFXL1JJL' where id=8;
update noar tt set b2='FXS1DYT0OXYB78VW72R1MNDYN9AX' where id=8;
update noar ti set b2='FXS1DYT0OXYB78VW72R1MNDYN9AX' where id=8;
update noar tt set b0='3NX6FOEKDMBO3L9MK9UE5' where id=9;
update noar ti set b0='3NX6FOEKDMBO3L9MK9UE5' where id=9;
update noar tt set b1='UH' where id=9;
update noar ti set b1='UH' where id=9;
update noar tt set b2='QYX5BRC1I9PQ8HQSRHB' where id=9;
update noar ti set b2='QYX5BRC1I9PQ8HQSRHB' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='DM4TSC412QPHDXG7HWZIL' where id=1;
update noar ti set b0='DM4TSC412QPHDXG7HWZIL' where id=1;
update noar tt set b1='ZIEKPUF8LCIBQMLSAJI6TOALJ55X0' where id=1;
update noar ti set b1='ZIEKPUF8LCIBQMLSAJI6TOALJ55X0' where id=1;
update noar tt set b2='3NJ' where id=1;
update noar ti set b2='3NJ' where id=1;
update noar tt set b0='ONN4VS6L7AWO7' where id=2;
update noar ti set b0='ONN4VS6L7AWO7' where id=2;
update noar tt set b1='60J2DZXJ7IDSAFBYR6B' where id=2;
update noar ti set b1='60J2DZXJ7IDSAFBYR6B' where id=2;
update noar tt set b2='WH8LTZKWY21V7DXQ' where id=2;
update noar ti set b2='WH8LTZKWY21V7DXQ' where id=2;
update noar tt set b0='BUR' where id=3;
update noar ti set b0='BUR' where id=3;
update noar tt set b1='VSG2VG40UZ18CRFTKFHFKJD1I8TYD7F0' where id=3;
update noar ti set b1='VSG2VG40UZ18CRFTKFHFKJD1I8TYD7F0' where id=3;
update noar tt set b2='KQVBKO' where id=3;
update noar ti set b2='KQVBKO' where id=3;
update noar tt set b0='16FOY5K701U' where id=4;
update noar ti set b0='16FOY5K701U' where id=4;
update noar tt set b1='J8Z2C7FTI' where id=4;
update noar ti set b1='J8Z2C7FTI' where id=4;
update noar tt set b2='BPPNXC80WBOPT3DREODL2QWKGOYH01E3' where id=4;
update noar ti set b2='BPPNXC80WBOPT3DREODL2QWKGOYH01E3' where id=4;
update noar tt set b0='W9V4' where id=5;
update noar ti set b0='W9V4' where id=5;
update noar tt set b1='06IVDZL67X13UGZVZ4FP0V' where id=5;
update noar ti set b1='06IVDZL67X13UGZVZ4FP0V' where id=5;
update noar tt set b2='5QG4FW22D6YU' where id=5;
update noar ti set b2='5QG4FW22D6YU' where id=5;
update noar tt set b0='RYE1FHGXW5TNTYCBOGMGD76T2J' where id=6;
update noar ti set b0='RYE1FHGXW5TNTYCBOGMGD76T2J' where id=6;
update noar tt set b1='L4BQSIXYDWXZWU63AWRUIRFWD4' where id=6;
update noar ti set b1='L4BQSIXYDWXZWU63AWRUIRFWD4' where id=6;
update noar tt set b2='BZEDS3WBQH1FZ8BGKCSHQZJUQXSQSI8' where id=6;
update noar ti set b2='BZEDS3WBQH1FZ8BGKCSHQZJUQXSQSI8' where id=6;
update noar tt set b0='9IB4' where id=7;
update noar ti set b0='9IB4' where id=7;
update noar tt set b1='UEIYX1SWE8U0ABT1WBW4ICHIZMN1' where id=7;
update noar ti set b1='UEIYX1SWE8U0ABT1WBW4ICHIZMN1' where id=7;
update noar tt set b2='M0RJNLW9B7M46T' where id=7;
update noar ti set b2='M0RJNLW9B7M46T' where id=7;
update noar tt set b0='ZMRE0IHHTXOR' where id=8;
update noar ti set b0='ZMRE0IHHTXOR' where id=8;
update noar tt set b1='2H10QF2RULJE916XTQ386JYUIGUAJX' where id=8;
update noar ti set b1='2H10QF2RULJE916XTQ386JYUIGUAJX' where id=8;
update noar tt set b2='G89KZ4MKB3RW0AW2EVPLRLZ0D' where id=8;
update noar ti set b2='G89KZ4MKB3RW0AW2EVPLRLZ0D' where id=8;
update noar tt set b0='74LUJC0KFORVX02T6EW51AY' where id=9;
update noar ti set b0='74LUJC0KFORVX02T6EW51AY' where id=9;
update noar tt set b1='TNVN4T25AM1VL59HRSH1C89H' where id=9;
update noar ti set b1='TNVN4T25AM1VL59HRSH1C89H' where id=9;
update noar tt set b2='J1IQBMKK6BB7M4X17LAMIJ9XAWQWPGS' where id=9;
update noar ti set b2='J1IQBMKK6BB7M4X17LAMIJ9XAWQWPGS' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='J7O83E' where id=1;
update noar ti set b0='J7O83E' where id=1;
update noar tt set b1='V' where id=1;
update noar ti set b1='V' where id=1;
update noar tt set b2='GO4UW2YR2EXTQTOYLV57EO5A' where id=1;
update noar ti set b2='GO4UW2YR2EXTQTOYLV57EO5A' where id=1;
update noar tt set b0='DRGONEQRV2IN7VJDEK4OB8HKU' where id=2;
update noar ti set b0='DRGONEQRV2IN7VJDEK4OB8HKU' where id=2;
update noar tt set b1='B7WFAHFBMNOVOHZW9E31FSJKFCH' where id=2;
update noar ti set b1='B7WFAHFBMNOVOHZW9E31FSJKFCH' where id=2;
update noar tt set b2='2N03Y9CJOAMVUKHVEI0MO' where id=2;
update noar ti set b2='2N03Y9CJOAMVUKHVEI0MO' where id=2;
update noar tt set b0='3' where id=3;
update noar ti set b0='3' where id=3;
update noar tt set b1='UQOY35C505XSDR' where id=3;
update noar ti set b1='UQOY35C505XSDR' where id=3;
update noar tt set b2='ITVA5VJ0UW0T3EQTCU4' where id=3;
update noar ti set b2='ITVA5VJ0UW0T3EQTCU4' where id=3;
update noar tt set b0='77A' where id=4;
update noar ti set b0='77A' where id=4;
update noar tt set b1='CHL7IWWLM9CE5O' where id=4;
update noar ti set b1='CHL7IWWLM9CE5O' where id=4;
update noar tt set b2='DOS3B2CFW' where id=4;
update noar ti set b2='DOS3B2CFW' where id=4;
update noar tt set b0='CGY5DWMG9R69I7VB310XGAB92' where id=5;
update noar ti set b0='CGY5DWMG9R69I7VB310XGAB92' where id=5;
update noar tt set b1='J3PDZ9GJKLAILY3TLF3SAIG1TUGZO' where id=5;
update noar ti set b1='J3PDZ9GJKLAILY3TLF3SAIG1TUGZO' where id=5;
update noar tt set b2='KIPRMMDG350UQ0' where id=5;
update noar ti set b2='KIPRMMDG350UQ0' where id=5;
update noar tt set b0='1426I8S' where id=6;
update noar ti set b0='1426I8S' where id=6;
update noar tt set b1='NTFLPOSWSAGDY06I8IV0JVIA8M' where id=6;
update noar ti set b1='NTFLPOSWSAGDY06I8IV0JVIA8M' where id=6;
update noar tt set b2='PVNMKO' where id=6;
update noar ti set b2='PVNMKO' where id=6;
update noar tt set b0='ETX2IBPWXN6BLBBMDBW' where id=7;
update noar ti set b0='ETX2IBPWXN6BLBBMDBW' where id=7;
update noar tt set b1='EZMP5KPLOAVJQ9E1' where id=7;
update noar ti set b1='EZMP5KPLOAVJQ9E1' where id=7;
update noar tt set b2='IQ' where id=7;
update noar ti set b2='IQ' where id=7;
update noar tt set b0='6L' where id=8;
update noar ti set b0='6L' where id=8;
update noar tt set b1='NPN86Z5OH3MT7BOIE213XOPEF3' where id=8;
update noar ti set b1='NPN86Z5OH3MT7BOIE213XOPEF3' where id=8;
update noar tt set b2='0KW3SCHDFU' where id=8;
update noar ti set b2='0KW3SCHDFU' where id=8;
update noar tt set b0='RCUDWSLHINDF1' where id=9;
update noar ti set b0='RCUDWSLHINDF1' where id=9;
update noar tt set b1='NQOO' where id=9;
update noar ti set b1='NQOO' where id=9;
update noar tt set b2='CKPCI0MIIEKKO' where id=9;
update noar ti set b2='CKPCI0MIIEKKO' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='WFHRVHOGN8N2S2GG3BS3LO64N007YO' where id=1;
update noar ti set b0='WFHRVHOGN8N2S2GG3BS3LO64N007YO' where id=1;
update noar tt set b1='F8QFVHU0GDDW' where id=1;
update noar ti set b1='F8QFVHU0GDDW' where id=1;
update noar tt set b2='LHTRA5ED3KYIPFV0IMQIFSW3GKNK' where id=1;
update noar ti set b2='LHTRA5ED3KYIPFV0IMQIFSW3GKNK' where id=1;
update noar tt set b0='YNP7M4WHSXOPKP6VQY6Z4V56N' where id=2;
update noar ti set b0='YNP7M4WHSXOPKP6VQY6Z4V56N' where id=2;
update noar tt set b1='HNR23F17XRJFNW0QKKO' where id=2;
update noar ti set b1='HNR23F17XRJFNW0QKKO' where id=2;
update noar tt set b2='LOM5CBKE6FZ2YNNTLXVS3RE26LFR' where id=2;
update noar ti set b2='LOM5CBKE6FZ2YNNTLXVS3RE26LFR' where id=2;
update noar tt set b0='04' where id=3;
update noar ti set b0='04' where id=3;
update noar tt set b1='41AJNYCP0CUDHRS1IA5GIP3FNT0Y' where id=3;
update noar ti set b1='41AJNYCP0CUDHRS1IA5GIP3FNT0Y' where id=3;
update noar tt set b2='C9S4B633BDHETGG' where id=3;
update noar ti set b2='C9S4B633BDHETGG' where id=3;
update noar tt set b0='QU4LSZXL6T1JE3CZRVJMMP' where id=4;
update noar ti set b0='QU4LSZXL6T1JE3CZRVJMMP' where id=4;
update noar tt set b1='46' where id=4;
update noar ti set b1='46' where id=4;
update noar tt set b2='5DIZ8BI2DFI7CBSGK8CQ56X7' where id=4;
update noar ti set b2='5DIZ8BI2DFI7CBSGK8CQ56X7' where id=4;
update noar tt set b0='NCJ' where id=5;
update noar ti set b0='NCJ' where id=5;
update noar tt set b1='FTN' where id=5;
update noar ti set b1='FTN' where id=5;
update noar tt set b2='ANMGOU' where id=5;
update noar ti set b2='ANMGOU' where id=5;
update noar tt set b0='WXE8F4XQR5PZ9YJIFQN' where id=6;
update noar ti set b0='WXE8F4XQR5PZ9YJIFQN' where id=6;
update noar tt set b1='XZVQ1SU13WLG8TIC9FP0W07JQU' where id=6;
update noar ti set b1='XZVQ1SU13WLG8TIC9FP0W07JQU' where id=6;
update noar tt set b2='IEGPSH0ENYZJQXTD1981YLHTLBF92YW' where id=6;
update noar ti set b2='IEGPSH0ENYZJQXTD1981YLHTLBF92YW' where id=6;
update noar tt set b0='EZZOV1YI' where id=7;
update noar ti set b0='EZZOV1YI' where id=7;
update noar tt set b1='T16G2MAJ5TTOM0GH1RBLFLNUTYTD368G' where id=7;
update noar ti set b1='T16G2MAJ5TTOM0GH1RBLFLNUTYTD368G' where id=7;
update noar tt set b2='46U6AVBR' where id=7;
update noar ti set b2='46U6AVBR' where id=7;
update noar tt set b0='FKKBV348U9K5ZVPHTKL1J' where id=8;
update noar ti set b0='FKKBV348U9K5ZVPHTKL1J' where id=8;
update noar tt set b1='UJ' where id=8;
update noar ti set b1='UJ' where id=8;
update noar tt set b2='ZF7X0Z5R1BJYXM5YIVXPG' where id=8;
update noar ti set b2='ZF7X0Z5R1BJYXM5YIVXPG' where id=8;
update noar tt set b0='OLO8EGVXN5TT' where id=9;
update noar ti set b0='OLO8EGVXN5TT' where id=9;
update noar tt set b1='DUX8U8' where id=9;
update noar ti set b1='DUX8U8' where id=9;
update noar tt set b2='LQ180Y' where id=9;
update noar ti set b2='LQ180Y' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='B2OOE9MH' where id=1;
update noar ti set b0='B2OOE9MH' where id=1;
update noar tt set b1='SY' where id=1;
update noar ti set b1='SY' where id=1;
update noar tt set b2='WQU' where id=1;
update noar ti set b2='WQU' where id=1;
update noar tt set b0='RCR623DM0KV' where id=2;
update noar ti set b0='RCR623DM0KV' 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='FAPGRRF1U7S' where id=2;
update noar ti set b2='FAPGRRF1U7S' where id=2;
update noar tt set b0='C9UCQJ' where id=3;
update noar ti set b0='C9UCQJ' where id=3;
update noar tt set b1='5GO7UOFR5R40KTNFM1ANTW3QM' where id=3;
update noar ti set b1='5GO7UOFR5R40KTNFM1ANTW3QM' where id=3;
update noar tt set b2='9E6XPSSQDGDBH52X7HWWUPMZU9Y8E71' where id=3;
update noar ti set b2='9E6XPSSQDGDBH52X7HWWUPMZU9Y8E71' where id=3;
update noar tt set b0='XE' where id=4;
update noar ti set b0='XE' where id=4;
update noar tt set b1='HA' where id=4;
update noar ti set b1='HA' where id=4;
update noar tt set b2='23YBZQ49IANM0ALC9H' where id=4;
update noar ti set b2='23YBZQ49IANM0ALC9H' where id=4;
update noar tt set b0='ETF' where id=5;
update noar ti set b0='ETF' where id=5;
update noar tt set b1='UY9XUF70' where id=5;
update noar ti set b1='UY9XUF70' where id=5;
update noar tt set b2='AJ7E84FBZB8BBLMI2XL9RY2GL' where id=5;
update noar ti set b2='AJ7E84FBZB8BBLMI2XL9RY2GL' where id=5;
update noar tt set b0='GZURN' where id=6;
update noar ti set b0='GZURN' where id=6;
update noar tt set b1='CBU6GRJHU2EO43U3S9G80LEYJHI' where id=6;
update noar ti set b1='CBU6GRJHU2EO43U3S9G80LEYJHI' where id=6;
update noar tt set b2='YX1' where id=6;
update noar ti set b2='YX1' where id=6;
update noar tt set b0='4I08Z6KB' where id=7;
update noar ti set b0='4I08Z6KB' where id=7;
update noar tt set b1='E48V9IPKHLVMJ4HQ8VUH7OLB' where id=7;
update noar ti set b1='E48V9IPKHLVMJ4HQ8VUH7OLB' where id=7;
update noar tt set b2='INQFACS2LQYUIP6T5NY2N0TKBJX' where id=7;
update noar ti set b2='INQFACS2LQYUIP6T5NY2N0TKBJX' where id=7;
update noar tt set b0='GO76QHLR5SRYGFM7RZS6S' where id=8;
update noar ti set b0='GO76QHLR5SRYGFM7RZS6S' where id=8;
update noar tt set b1='DV2L5YYDN5IZRR7S1YWFKEM85TX' where id=8;
update noar ti set b1='DV2L5YYDN5IZRR7S1YWFKEM85TX' where id=8;
update noar tt set b2='CZVICMW5YFCBJCVLJ' where id=8;
update noar ti set b2='CZVICMW5YFCBJCVLJ' where id=8;
update noar tt set b0='7F9D55Z4YZH3A7ZBGLK4JQ37' where id=9;
update noar ti set b0='7F9D55Z4YZH3A7ZBGLK4JQ37' where id=9;
update noar tt set b1='FBUZAOCNT8XK4SADCM0VKTNT3N0VI1J0' where id=9;
update noar ti set b1='FBUZAOCNT8XK4SADCM0VKTNT3N0VI1J0' where id=9;
update noar tt set b2='M3GA52S9' where id=9;
update noar ti set b2='M3GA52S9' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='VOZ54K79T96TRTQ' where id=1;
update noar ti set b0='VOZ54K79T96TRTQ' where id=1;
update noar tt set b1='FMYDD57HICRJ' where id=1;
update noar ti set b1='FMYDD57HICRJ' where id=1;
update noar tt set b2='TVR2' where id=1;
update noar ti set b2='TVR2' where id=1;
update noar tt set b0='1' where id=2;
update noar ti set b0='1' where id=2;
update noar tt set b1='7NVB0IT4GN8VWXT3A4XDGCBU9SZK' where id=2;
update noar ti set b1='7NVB0IT4GN8VWXT3A4XDGCBU9SZK' where id=2;
update noar tt set b2='OSTYWBXUUY9NXYI9AFT8XUR' where id=2;
update noar ti set b2='OSTYWBXUUY9NXYI9AFT8XUR' where id=2;
update noar tt set b0='X53312P8M3TUYV2F7O1VDLH' where id=3;
update noar ti set b0='X53312P8M3TUYV2F7O1VDLH' where id=3;
update noar tt set b1='IDNQAX6L1R2KH4U3M' where id=3;
update noar ti set b1='IDNQAX6L1R2KH4U3M' where id=3;
update noar tt set b2='9EZ' where id=3;
update noar ti set b2='9EZ' 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='QWYPNNQQ83KC5' where id=4;
update noar ti set b1='QWYPNNQQ83KC5' where id=4;
update noar tt set b2='CZKHIP6Z6P5XK' where id=4;
update noar ti set b2='CZKHIP6Z6P5XK' where id=4;
update noar tt set b0='F8G3A' where id=5;
update noar ti set b0='F8G3A' where id=5;
update noar tt set b1='E63BSF8YN7KF5T22JTJA2WG' where id=5;
update noar ti set b1='E63BSF8YN7KF5T22JTJA2WG' where id=5;
update noar tt set b2='I2OW36L0NKORDY797KT9JJ' where id=5;
update noar ti set b2='I2OW36L0NKORDY797KT9JJ' where id=5;
update noar tt set b0='RE0LIKI72V2' where id=6;
update noar ti set b0='RE0LIKI72V2' where id=6;
update noar tt set b1='2IB' where id=6;
update noar ti set b1='2IB' where id=6;
update noar tt set b2='YBHPVW4YGWZY8NP9H71A2LKUNBSZR' where id=6;
update noar ti set b2='YBHPVW4YGWZY8NP9H71A2LKUNBSZR' where id=6;
update noar tt set b0='OQNMX932K8WIQZIQXZ67NV06' where id=7;
update noar ti set b0='OQNMX932K8WIQZIQXZ67NV06' where id=7;
update noar tt set b1='KJBNGNVI4TI8J4GI4OD9V' where id=7;
update noar ti set b1='KJBNGNVI4TI8J4GI4OD9V' where id=7;
update noar tt set b2='9FFH15OJRAAORGKDRB6OBYKBU5D' where id=7;
update noar ti set b2='9FFH15OJRAAORGKDRB6OBYKBU5D' where id=7;
update noar tt set b0='1T8H2V8DJLACUJGW8JXIY98YG' where id=8;
update noar ti set b0='1T8H2V8DJLACUJGW8JXIY98YG' where id=8;
update noar tt set b1='AAUS1YL0PBY3KHN' where id=8;
update noar ti set b1='AAUS1YL0PBY3KHN' where id=8;
update noar tt set b2='PQNS1X5CW1Z93JPJP8J3R3' where id=8;
update noar ti set b2='PQNS1X5CW1Z93JPJP8J3R3' where id=8;
update noar tt set b0='46O3Q29SATWWM8L1XTKH' where id=9;
update noar ti set b0='46O3Q29SATWWM8L1XTKH' where id=9;
update noar tt set b1='9RCJF7M128MS9C67XUWT' where id=9;
update noar ti set b1='9RCJF7M128MS9C67XUWT' where id=9;
update noar tt set b2='VUIHD6' where id=9;
update noar ti set b2='VUIHD6' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='BXY8BXJ' where id=1;
update noar ti set b0='BXY8BXJ' where id=1;
update noar tt set b1='7JVZ6NLKTRRY6YT' where id=1;
update noar ti set b1='7JVZ6NLKTRRY6YT' where id=1;
update noar tt set b2='CKAIB1CR8OCK56SBBUHYJK9SW13I13' where id=1;
update noar ti set b2='CKAIB1CR8OCK56SBBUHYJK9SW13I13' where id=1;
update noar tt set b0='JPLLEVC8IAGCNEGXY0O11NVT' where id=2;
update noar ti set b0='JPLLEVC8IAGCNEGXY0O11NVT' where id=2;
update noar tt set b1='76HBAO2KP8EU4PG' where id=2;
update noar ti set b1='76HBAO2KP8EU4PG' where id=2;
update noar tt set b2='YD9R0TJTDR1J' where id=2;
update noar ti set b2='YD9R0TJTDR1J' where id=2;
update noar tt set b0='5CG321CSLDN9JJ28CLP0XF9WGNIV5AM' where id=3;
update noar ti set b0='5CG321CSLDN9JJ28CLP0XF9WGNIV5AM' where id=3;
update noar tt set b1='VYFU99AB9KQH3GMAOSP3VPAMFFOAVF9O' where id=3;
update noar ti set b1='VYFU99AB9KQH3GMAOSP3VPAMFFOAVF9O' where id=3;
update noar tt set b2='IHWH6T5RX1QJND1' where id=3;
update noar ti set b2='IHWH6T5RX1QJND1' where id=3;
update noar tt set b0='EF3BODWD7FNMWK' where id=4;
update noar ti set b0='EF3BODWD7FNMWK' where id=4;
update noar tt set b1='Q57O6Q2ZEQR52L7N1L3TFVOMYPM7AHU' where id=4;
update noar ti set b1='Q57O6Q2ZEQR52L7N1L3TFVOMYPM7AHU' where id=4;
update noar tt set b2='47SV1GZJNOW8Z0BLW0WMM1SOLFBG' where id=4;
update noar ti set b2='47SV1GZJNOW8Z0BLW0WMM1SOLFBG' where id=4;
update noar tt set b0='PKHOC' where id=5;
update noar ti set b0='PKHOC' where id=5;
update noar tt set b1='TCZNPWT3C4UBYGTC0K' where id=5;
update noar ti set b1='TCZNPWT3C4UBYGTC0K' where id=5;
update noar tt set b2='SZBLLX39YS33R6GBMB' where id=5;
update noar ti set b2='SZBLLX39YS33R6GBMB' where id=5;
update noar tt set b0='V' where id=6;
update noar ti set b0='V' where id=6;
update noar tt set b1='5MJ7CEW9EA7SE' where id=6;
update noar ti set b1='5MJ7CEW9EA7SE' where id=6;
update noar tt set b2='M0PJ8BPM9SZN925VVUQK' where id=6;
update noar ti set b2='M0PJ8BPM9SZN925VVUQK' where id=6;
update noar tt set b0='YVY1CLS9ALOE4CGKX7V' where id=7;
update noar ti set b0='YVY1CLS9ALOE4CGKX7V' where id=7;
update noar tt set b1='IVXJP0TLXEE' where id=7;
update noar ti set b1='IVXJP0TLXEE' where id=7;
update noar tt set b2='MUP7R77T9KDODKDXG' where id=7;
update noar ti set b2='MUP7R77T9KDODKDXG' where id=7;
update noar tt set b0='CN7M' where id=8;
update noar ti set b0='CN7M' where id=8;
update noar tt set b1='H3JWAS' where id=8;
update noar ti set b1='H3JWAS' where id=8;
update noar tt set b2='DKTTMK65MB8CZCFUH' where id=8;
update noar ti set b2='DKTTMK65MB8CZCFUH' where id=8;
update noar tt set b0='UNYPREOD0EKJG6E8STDB8VAA40JDN' where id=9;
update noar ti set b0='UNYPREOD0EKJG6E8STDB8VAA40JDN' where id=9;
update noar tt set b1='Z7' where id=9;
update noar ti set b1='Z7' where id=9;
update noar tt set b2='Q' where id=9;
update noar ti set b2='Q' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='G2PUTTTWAP9AG1PMPFNED54KAX5FB' where id=1;
update noar ti set b0='G2PUTTTWAP9AG1PMPFNED54KAX5FB' where id=1;
update noar tt set b1='R7E1DB' where id=1;
update noar ti set b1='R7E1DB' where id=1;
update noar tt set b2='XI4JYBPJGIH' where id=1;
update noar ti set b2='XI4JYBPJGIH' where id=1;
update noar tt set b0='A0LGCM' where id=2;
update noar ti set b0='A0LGCM' where id=2;
update noar tt set b1='3SPPIP5IW5F9PH' where id=2;
update noar ti set b1='3SPPIP5IW5F9PH' where id=2;
update noar tt set b2='I476N6ASVZV8B2ACF' where id=2;
update noar ti set b2='I476N6ASVZV8B2ACF' where id=2;
update noar tt set b0='TB' where id=3;
update noar ti set b0='TB' where id=3;
update noar tt set b1='9UUNSHIDJEMY7A' where id=3;
update noar ti set b1='9UUNSHIDJEMY7A' where id=3;
update noar tt set b2='H92RJHDILTW0QXF' where id=3;
update noar ti set b2='H92RJHDILTW0QXF' where id=3;
update noar tt set b0='OTTB1Y2BIIRUA9619A7G2D9QNQGG0' where id=4;
update noar ti set b0='OTTB1Y2BIIRUA9619A7G2D9QNQGG0' where id=4;
update noar tt set b1='K2Y33EMV7XXEL4AF6F20' where id=4;
update noar ti set b1='K2Y33EMV7XXEL4AF6F20' where id=4;
update noar tt set b2='7IOLLDUQN0RILY4COSTPYEZ5GZ' where id=4;
update noar ti set b2='7IOLLDUQN0RILY4COSTPYEZ5GZ' where id=4;
update noar tt set b0='O3TUL4UB78W7N7T6VL6JWYNLGHHOA' where id=5;
update noar ti set b0='O3TUL4UB78W7N7T6VL6JWYNLGHHOA' where id=5;
update noar tt set b1='RRU48IX7JZS06ZDZI263QAF' where id=5;
update noar ti set b1='RRU48IX7JZS06ZDZI263QAF' where id=5;
update noar tt set b2='9ANGWCIQZONC85S' where id=5;
update noar ti set b2='9ANGWCIQZONC85S' where id=5;
update noar tt set b0='D9ZP' where id=6;
update noar ti set b0='D9ZP' where id=6;
update noar tt set b1='GOWHLLNYS' where id=6;
update noar ti set b1='GOWHLLNYS' where id=6;
update noar tt set b2='9W73PPOIK1NDXRB1UULY' where id=6;
update noar ti set b2='9W73PPOIK1NDXRB1UULY' where id=6;
update noar tt set b0='A' where id=7;
update noar ti set b0='A' where id=7;
update noar tt set b1='9P9FL' where id=7;
update noar ti set b1='9P9FL' where id=7;
update noar tt set b2='MP82HZE6CCYNNBL68G' where id=7;
update noar ti set b2='MP82HZE6CCYNNBL68G' where id=7;
update noar tt set b0='CXBA1XOXWKS7T7O2' where id=8;
update noar ti set b0='CXBA1XOXWKS7T7O2' where id=8;
update noar tt set b1='EH1KP7NFW3QUUMA0ZORLUPO8CMYEJ1UB' where id=8;
update noar ti set b1='EH1KP7NFW3QUUMA0ZORLUPO8CMYEJ1UB' where id=8;
update noar tt set b2='KJ6M40469OCHK5SAM2P2ZAOEB3UC0' where id=8;
update noar ti set b2='KJ6M40469OCHK5SAM2P2ZAOEB3UC0' where id=8;
update noar tt set b0='6R5E9YS6YN76S1MJWLDGY' where id=9;
update noar ti set b0='6R5E9YS6YN76S1MJWLDGY' where id=9;
update noar tt set b1='BCX1IA082S27M1VI4M2L70Y8F77' where id=9;
update noar ti set b1='BCX1IA082S27M1VI4M2L70Y8F77' where id=9;
update noar tt set b2='8AY2G5' where id=9;
update noar ti set b2='8AY2G5' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='ILZ4S3IE7' where id=1;
update noar ti set b0='ILZ4S3IE7' where id=1;
update noar tt set b1='LFF21ADVIV8Z82A8RBRBBV53J13B' where id=1;
update noar ti set b1='LFF21ADVIV8Z82A8RBRBBV53J13B' where id=1;
update noar tt set b2='GW' where id=1;
update noar ti set b2='GW' where id=1;
update noar tt set b0='8BOWV61' where id=2;
update noar ti set b0='8BOWV61' where id=2;
update noar tt set b1='YQ53' where id=2;
update noar ti set b1='YQ53' where id=2;
update noar tt set b2='FU28LWCYURX' where id=2;
update noar ti set b2='FU28LWCYURX' where id=2;
update noar tt set b0='TYM4YALS238EX6QHDY' where id=3;
update noar ti set b0='TYM4YALS238EX6QHDY' where id=3;
update noar tt set b1='ZEEDBYUX4C' where id=3;
update noar ti set b1='ZEEDBYUX4C' where id=3;
update noar tt set b2='61Y84DG0NJO6Z3RJVL' where id=3;
update noar ti set b2='61Y84DG0NJO6Z3RJVL' where id=3;
update noar tt set b0='IPM65X2' where id=4;
update noar ti set b0='IPM65X2' where id=4;
update noar tt set b1='D7A0B8XE5DXQCDAYP3T' where id=4;
update noar ti set b1='D7A0B8XE5DXQCDAYP3T' where id=4;
update noar tt set b2='6ZCTGC2SPEMD1GSY4UW3065EQDD' where id=4;
update noar ti set b2='6ZCTGC2SPEMD1GSY4UW3065EQDD' where id=4;
update noar tt set b0='H0T8KL0XH7YWI5AEAKT' where id=5;
update noar ti set b0='H0T8KL0XH7YWI5AEAKT' where id=5;
update noar tt set b1='4MYQ18OQ22LDPVBEFGR6OWO3YYPW27S' where id=5;
update noar ti set b1='4MYQ18OQ22LDPVBEFGR6OWO3YYPW27S' where id=5;
update noar tt set b2='YPV4JF5PBD2WH5CVOEV68BM59HM' where id=5;
update noar ti set b2='YPV4JF5PBD2WH5CVOEV68BM59HM' where id=5;
update noar tt set b0='1FW9SH2BBN08F0FP1O6DMJR4AHM2W1R' where id=6;
update noar ti set b0='1FW9SH2BBN08F0FP1O6DMJR4AHM2W1R' where id=6;
update noar tt set b1='HCLM0975' where id=6;
update noar ti set b1='HCLM0975' where id=6;
update noar tt set b2='JO9NZKVV' where id=6;
update noar ti set b2='JO9NZKVV' where id=6;
update noar tt set b0='VX8NQ6QRB9BGNFV9HA5FJZ' where id=7;
update noar ti set b0='VX8NQ6QRB9BGNFV9HA5FJZ' where id=7;
update noar tt set b1='Y3I2TLMN' where id=7;
update noar ti set b1='Y3I2TLMN' where id=7;
update noar tt set b2='I' where id=7;
update noar ti set b2='I' where id=7;
update noar tt set b0='BVSTG4NUKZQARC6XZA' where id=8;
update noar ti set b0='BVSTG4NUKZQARC6XZA' where id=8;
update noar tt set b1='PE5QCK1ITBFJDEOMK5IUEB831713' where id=8;
update noar ti set b1='PE5QCK1ITBFJDEOMK5IUEB831713' where id=8;
update noar tt set b2='BIDA0LCVYAAF' where id=8;
update noar ti set b2='BIDA0LCVYAAF' where id=8;
update noar tt set b0='CYQ1KF1DB6OVHUE5D5' where id=9;
update noar ti set b0='CYQ1KF1DB6OVHUE5D5' where id=9;
update noar tt set b1='72U0' where id=9;
update noar ti set b1='72U0' where id=9;
update noar tt set b2='3GDACC18RZBBUZX' where id=9;
update noar ti set b2='3GDACC18RZBBUZX' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='M1S3CBDJKA' where id=1;
update noar ti set b0='M1S3CBDJKA' where id=1;
update noar tt set b1='07M' where id=1;
update noar ti set b1='07M' where id=1;
update noar tt set b2='ZHRI641T9YRDSKG' where id=1;
update noar ti set b2='ZHRI641T9YRDSKG' where id=1;
update noar tt set b0='HR5ITVNN5DGHELWBOZ' where id=2;
update noar ti set b0='HR5ITVNN5DGHELWBOZ' where id=2;
update noar tt set b1='UWE9C20' where id=2;
update noar ti set b1='UWE9C20' where id=2;
update noar tt set b2='N1TT57HIWCJSV7ARKWSI8F6QGFOT49' where id=2;
update noar ti set b2='N1TT57HIWCJSV7ARKWSI8F6QGFOT49' where id=2;
update noar tt set b0='YJRTJ' where id=3;
update noar ti set b0='YJRTJ' where id=3;
update noar tt set b1='9H8SYQK0A76M640ZEA5' where id=3;
update noar ti set b1='9H8SYQK0A76M640ZEA5' where id=3;
update noar tt set b2='05CKMO1ZU47MKW' where id=3;
update noar ti set b2='05CKMO1ZU47MKW' where id=3;
update noar tt set b0='5R' where id=4;
update noar ti set b0='5R' where id=4;
update noar tt set b1='A3Z24Z1GMJC2ETFXJF9E0F0' where id=4;
update noar ti set b1='A3Z24Z1GMJC2ETFXJF9E0F0' where id=4;
update noar tt set b2='XQU7K2QV' where id=4;
update noar ti set b2='XQU7K2QV' where id=4;
update noar tt set b0='Y02XQB5FB0' where id=5;
update noar ti set b0='Y02XQB5FB0' where id=5;
update noar tt set b1='GKMGWQTLG3USXDN8C8R60P8JAFUC' where id=5;
update noar ti set b1='GKMGWQTLG3USXDN8C8R60P8JAFUC' where id=5;
update noar tt set b2='P7EOSPG8NF4IX8WR37R' where id=5;
update noar ti set b2='P7EOSPG8NF4IX8WR37R' where id=5;
update noar tt set b0='7F6RRL32G' where id=6;
update noar ti set b0='7F6RRL32G' where id=6;
update noar tt set b1='3B7UAHPA0FRTAX9D1' where id=6;
update noar ti set b1='3B7UAHPA0FRTAX9D1' where id=6;
update noar tt set b2='UJGOXNU57JOOAZN6A06YW' where id=6;
update noar ti set b2='UJGOXNU57JOOAZN6A06YW' where id=6;
update noar tt set b0='YYIINXG9LLS8QKHD2JOLM54' where id=7;
update noar ti set b0='YYIINXG9LLS8QKHD2JOLM54' where id=7;
update noar tt set b1='MCSUAS14LUAIS3Q097TQ' where id=7;
update noar ti set b1='MCSUAS14LUAIS3Q097TQ' where id=7;
update noar tt set b2='7TNRPYO8I8OO0G5CHXLTQT84217' where id=7;
update noar ti set b2='7TNRPYO8I8OO0G5CHXLTQT84217' where id=7;
update noar tt set b0='EUN1BS5BCOCK64WZ' where id=8;
update noar ti set b0='EUN1BS5BCOCK64WZ' where id=8;
update noar tt set b1='Q71HHYZ7RNAI' where id=8;
update noar ti set b1='Q71HHYZ7RNAI' where id=8;
update noar tt set b2='SGFN' where id=8;
update noar ti set b2='SGFN' where id=8;
update noar tt set b0='6K20FI9GX' where id=9;
update noar ti set b0='6K20FI9GX' where id=9;
update noar tt set b1='WWC7046I9FG1KL9XFZM54CURJ1ILDK9' where id=9;
update noar ti set b1='WWC7046I9FG1KL9XFZM54CURJ1ILDK9' where id=9;
update noar tt set b2='RDGAG0ZY9S16F5WX' where id=9;
update noar ti set b2='RDGAG0ZY9S16F5WX' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='2LT7AUXB90ZAOEI686KN1WQA6HT214' where id=1;
update noar ti set b0='2LT7AUXB90ZAOEI686KN1WQA6HT214' where id=1;
update noar tt set b1='03NHQQUWOQT3IXVMJ' where id=1;
update noar ti set b1='03NHQQUWOQT3IXVMJ' where id=1;
update noar tt set b2='W2IW0L1MJIZ' where id=1;
update noar ti set b2='W2IW0L1MJIZ' where id=1;
update noar tt set b0='JPDNZFM6G31GXI9WCH9BJTOZLUS' where id=2;
update noar ti set b0='JPDNZFM6G31GXI9WCH9BJTOZLUS' where id=2;
update noar tt set b1='5' where id=2;
update noar ti set b1='5' where id=2;
update noar tt set b2='CM228II7HX94Q3DRZ758EA41YW63LY' where id=2;
update noar ti set b2='CM228II7HX94Q3DRZ758EA41YW63LY' where id=2;
update noar tt set b0='0QI' where id=3;
update noar ti set b0='0QI' 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='F8O92CUR' where id=3;
update noar ti set b2='F8O92CUR' where id=3;
update noar tt set b0='VWF2CRXPDW6QBKQZ2TQNHZWXWV7K' where id=4;
update noar ti set b0='VWF2CRXPDW6QBKQZ2TQNHZWXWV7K' where id=4;
update noar tt set b1='8ZSH1M18VOCKOZEH5IB8' where id=4;
update noar ti set b1='8ZSH1M18VOCKOZEH5IB8' where id=4;
update noar tt set b2='IUAB0OHR5QVSLCPPC66MQFFN9U' where id=4;
update noar ti set b2='IUAB0OHR5QVSLCPPC66MQFFN9U' where id=4;
update noar tt set b0='OGYV' where id=5;
update noar ti set b0='OGYV' where id=5;
update noar tt set b1='KX188VHPSEBWHA' where id=5;
update noar ti set b1='KX188VHPSEBWHA' where id=5;
update noar tt set b2='UM7TH' where id=5;
update noar ti set b2='UM7TH' 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='83NSNAVPDTDY' where id=6;
update noar ti set b1='83NSNAVPDTDY' where id=6;
update noar tt set b2='AP87VM0HIJMPKHQYW1ZH2EZH33YDKO' where id=6;
update noar ti set b2='AP87VM0HIJMPKHQYW1ZH2EZH33YDKO' where id=6;
update noar tt set b0='QKXUEW187JRMO' where id=7;
update noar ti set b0='QKXUEW187JRMO' where id=7;
update noar tt set b1='PBAPDSF2SZ2T' where id=7;
update noar ti set b1='PBAPDSF2SZ2T' where id=7;
update noar tt set b2='8LD87BA4' where id=7;
update noar ti set b2='8LD87BA4' where id=7;
update noar tt set b0='VPONV13XIP' where id=8;
update noar ti set b0='VPONV13XIP' where id=8;
update noar tt set b1='XSXSHOAFGAP6VV1N6IQKLOV3T' where id=8;
update noar ti set b1='XSXSHOAFGAP6VV1N6IQKLOV3T' where id=8;
update noar tt set b2='3YZFJR137BCLY851L' where id=8;
update noar ti set b2='3YZFJR137BCLY851L' where id=8;
update noar tt set b0='HXLAMO5' where id=9;
update noar ti set b0='HXLAMO5' where id=9;
update noar tt set b1='7DQ' where id=9;
update noar ti set b1='7DQ' where id=9;
update noar tt set b2='1ZC4U73THBO84KUND8NRJT3' where id=9;
update noar ti set b2='1ZC4U73THBO84KUND8NRJT3' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='GBUUCPQSQMIEM5STEV4G4P88' where id=1;
update noar ti set b0='GBUUCPQSQMIEM5STEV4G4P88' where id=1;
update noar tt set b1='LL872MW8U0WZVYM9O4V8' where id=1;
update noar ti set b1='LL872MW8U0WZVYM9O4V8' where id=1;
update noar tt set b2='10Z5' where id=1;
update noar ti set b2='10Z5' where id=1;
update noar tt set b0='FO3BK' where id=2;
update noar ti set b0='FO3BK' where id=2;
update noar tt set b1='A1VQ0CSS9KF55WU5P3CSS9' where id=2;
update noar ti set b1='A1VQ0CSS9KF55WU5P3CSS9' where id=2;
update noar tt set b2='981GLZDAB941H' where id=2;
update noar ti set b2='981GLZDAB941H' where id=2;
update noar tt set b0='C0UFQZAZXRF5N8KCIFE0' where id=3;
update noar ti set b0='C0UFQZAZXRF5N8KCIFE0' where id=3;
update noar tt set b1='GTSAA4XF9X01QBQXN8' where id=3;
update noar ti set b1='GTSAA4XF9X01QBQXN8' where id=3;
update noar tt set b2='13G43GUHD1WPO20' where id=3;
update noar ti set b2='13G43GUHD1WPO20' where id=3;
update noar tt set b0='C5HUF753V7TGY6SDB29Q1D9OYJ6CKO1' where id=4;
update noar ti set b0='C5HUF753V7TGY6SDB29Q1D9OYJ6CKO1' where id=4;
update noar tt set b1='DS6ZGA' where id=4;
update noar ti set b1='DS6ZGA' where id=4;
update noar tt set b2='NL44EKDP5K' where id=4;
update noar ti set b2='NL44EKDP5K' where id=4;
update noar tt set b0='DFV3399Y6GXVCM4' where id=5;
update noar ti set b0='DFV3399Y6GXVCM4' where id=5;
update noar tt set b1='8MRQ5S' where id=5;
update noar ti set b1='8MRQ5S' where id=5;
update noar tt set b2='GGB5CUAJCOEDDYNKMZW1BPM6DVBN908' where id=5;
update noar ti set b2='GGB5CUAJCOEDDYNKMZW1BPM6DVBN908' where id=5;
update noar tt set b0='08IC37Q9Y28YE183Z2O1WEX4GQG' where id=6;
update noar ti set b0='08IC37Q9Y28YE183Z2O1WEX4GQG' where id=6;
update noar tt set b1='HRKKB' where id=6;
update noar ti set b1='HRKKB' where id=6;
update noar tt set b2='APRSVOU4EX' where id=6;
update noar ti set b2='APRSVOU4EX' where id=6;
update noar tt set b0='84' where id=7;
update noar ti set b0='84' where id=7;
update noar tt set b1='UZB6MH929ZEO0NFL78UG1W85D' where id=7;
update noar ti set b1='UZB6MH929ZEO0NFL78UG1W85D' where id=7;
update noar tt set b2='J985KSLT3V' where id=7;
update noar ti set b2='J985KSLT3V' where id=7;
update noar tt set b0='QP2QP42QX26OEG582L2' where id=8;
update noar ti set b0='QP2QP42QX26OEG582L2' where id=8;
update noar tt set b1='OQTGZU1K49AHU5B4H' where id=8;
update noar ti set b1='OQTGZU1K49AHU5B4H' where id=8;
update noar tt set b2='WJFV2JFHB26T1HHM3V7DF9Y1JAE' where id=8;
update noar ti set b2='WJFV2JFHB26T1HHM3V7DF9Y1JAE' where id=8;
update noar tt set b0='DZZ4RP6QLPO97B35ORWU' where id=9;
update noar ti set b0='DZZ4RP6QLPO97B35ORWU' where id=9;
update noar tt set b1='HZN6DFZMJ825N' where id=9;
update noar ti set b1='HZN6DFZMJ825N' where id=9;
update noar tt set b2='HHV5PHJZVC1OD' where id=9;
update noar ti set b2='HHV5PHJZVC1OD' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='DKF4N' where id=1;
update noar ti set b0='DKF4N' where id=1;
update noar tt set b1='1FXS22NY4ZYVQZRLUU0TIHSC2UL9I' where id=1;
update noar ti set b1='1FXS22NY4ZYVQZRLUU0TIHSC2UL9I' where id=1;
update noar tt set b2='23EAB9FOKPZ2M8MJIJSTD596Q' where id=1;
update noar ti set b2='23EAB9FOKPZ2M8MJIJSTD596Q' where id=1;
update noar tt set b0='5TRX2UK6OF865ZYK5D2SS' where id=2;
update noar ti set b0='5TRX2UK6OF865ZYK5D2SS' where id=2;
update noar tt set b1='Q65R3' where id=2;
update noar ti set b1='Q65R3' where id=2;
update noar tt set b2='DP0LZM8A3B3QQUZOC8CBDNFQ2XZHB' where id=2;
update noar ti set b2='DP0LZM8A3B3QQUZOC8CBDNFQ2XZHB' where id=2;
update noar tt set b0='KUHZMP67FSI49C40K' where id=3;
update noar ti set b0='KUHZMP67FSI49C40K' where id=3;
update noar tt set b1='QBTZAZN0YE' where id=3;
update noar ti set b1='QBTZAZN0YE' where id=3;
update noar tt set b2='SNUM5R6KKWP1JB5A83Y' where id=3;
update noar ti set b2='SNUM5R6KKWP1JB5A83Y' where id=3;
update noar tt set b0='G8FWTK8MJ0U' where id=4;
update noar ti set b0='G8FWTK8MJ0U' where id=4;
update noar tt set b1='4R4NPVM9IWVZUD3D7714BSWZ6SFB1' where id=4;
update noar ti set b1='4R4NPVM9IWVZUD3D7714BSWZ6SFB1' where id=4;
update noar tt set b2='G5H3MAMI96SASD88CIR871C9PK7' where id=4;
update noar ti set b2='G5H3MAMI96SASD88CIR871C9PK7' where id=4;
update noar tt set b0='DKQWEBVSUQMTZRIOG' where id=5;
update noar ti set b0='DKQWEBVSUQMTZRIOG' where id=5;
update noar tt set b1='E' where id=5;
update noar ti set b1='E' where id=5;
update noar tt set b2='SWTVG3I30792LWLBUM5VY7I2' where id=5;
update noar ti set b2='SWTVG3I30792LWLBUM5VY7I2' where id=5;
update noar tt set b0='DI4SHAQ6MM61RSAMD3D4WHOG2FANGN' where id=6;
update noar ti set b0='DI4SHAQ6MM61RSAMD3D4WHOG2FANGN' where id=6;
update noar tt set b1='D66B0' where id=6;
update noar ti set b1='D66B0' where id=6;
update noar tt set b2='79AX11YBGQRDG68O40SV4' where id=6;
update noar ti set b2='79AX11YBGQRDG68O40SV4' where id=6;
update noar tt set b0='1L2W1' where id=7;
update noar ti set b0='1L2W1' where id=7;
update noar tt set b1='1J20AURRWWADSYJRWDUQPX6' where id=7;
update noar ti set b1='1J20AURRWWADSYJRWDUQPX6' where id=7;
update noar tt set b2='5GAWGZFP3FGN10' where id=7;
update noar ti set b2='5GAWGZFP3FGN10' where id=7;
update noar tt set b0='XP7O5D6X0IYLIJI69S' where id=8;
update noar ti set b0='XP7O5D6X0IYLIJI69S' where id=8;
update noar tt set b1='XOYQMDEBT2YE9RCFUGPBE3DB' where id=8;
update noar ti set b1='XOYQMDEBT2YE9RCFUGPBE3DB' where id=8;
update noar tt set b2='2CT25NW' where id=8;
update noar ti set b2='2CT25NW' where id=8;
update noar tt set b0='5STPBITTRMC07UBTLHP12YPG0M' where id=9;
update noar ti set b0='5STPBITTRMC07UBTLHP12YPG0M' where id=9;
update noar tt set b1='3O2XJ8HF3SR1LSQ63DAX3ZFCI62' where id=9;
update noar ti set b1='3O2XJ8HF3SR1LSQ63DAX3ZFCI62' where id=9;
update noar tt set b2='GA3Z0ERF35TQZEPWP06FO13TMB3KCD82' where id=9;
update noar ti set b2='GA3Z0ERF35TQZEPWP06FO13TMB3KCD82' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='ZSUIARBOCU16K' where id=1;
update noar ti set b0='ZSUIARBOCU16K' where id=1;
update noar tt set b1='UMZD5NATJ4' where id=1;
update noar ti set b1='UMZD5NATJ4' where id=1;
update noar tt set b2='WZBK' where id=1;
update noar ti set b2='WZBK' where id=1;
update noar tt set b0='P33SKHMVVECY9BGAKC7YT7HHY' where id=2;
update noar ti set b0='P33SKHMVVECY9BGAKC7YT7HHY' where id=2;
update noar tt set b1='00IJPL0' where id=2;
update noar ti set b1='00IJPL0' where id=2;
update noar tt set b2='FVQKNFYKEL' where id=2;
update noar ti set b2='FVQKNFYKEL' where id=2;
update noar tt set b0='GDSY6NIN05MXBHAWVBFNA8CM93ZKHFM' where id=3;
update noar ti set b0='GDSY6NIN05MXBHAWVBFNA8CM93ZKHFM' where id=3;
update noar tt set b1='68294K8UE6NHX6CRAQ8B1EF6T1EXJK' where id=3;
update noar ti set b1='68294K8UE6NHX6CRAQ8B1EF6T1EXJK' where id=3;
update noar tt set b2='ZDFZVXIROWGTZMERO3BEX7CP2Z9YARHJ' where id=3;
update noar ti set b2='ZDFZVXIROWGTZMERO3BEX7CP2Z9YARHJ' where id=3;
update noar tt set b0='2BDN8IKM8PMCUZE23V' where id=4;
update noar ti set b0='2BDN8IKM8PMCUZE23V' where id=4;
update noar tt set b1='PRSC147QILDB2AGBLVEP4' where id=4;
update noar ti set b1='PRSC147QILDB2AGBLVEP4' where id=4;
update noar tt set b2='8SFAE5H38Z' where id=4;
update noar ti set b2='8SFAE5H38Z' where id=4;
update noar tt set b0='S2YG3' where id=5;
update noar ti set b0='S2YG3' where id=5;
update noar tt set b1='ZXAQLS2RLFH6ZZORZPMLBGW42OL6F76M' where id=5;
update noar ti set b1='ZXAQLS2RLFH6ZZORZPMLBGW42OL6F76M' where id=5;
update noar tt set b2='0' where id=5;
update noar ti set b2='0' where id=5;
update noar tt set b0='BNII1' where id=6;
update noar ti set b0='BNII1' where id=6;
update noar tt set b1='6PITN1D68Z5MFR' where id=6;
update noar ti set b1='6PITN1D68Z5MFR' where id=6;
update noar tt set b2='7ON' where id=6;
update noar ti set b2='7ON' where id=6;
update noar tt set b0='F46PZNOCBQJ' where id=7;
update noar ti set b0='F46PZNOCBQJ' where id=7;
update noar tt set b1='EQ7K79GVR' where id=7;
update noar ti set b1='EQ7K79GVR' where id=7;
update noar tt set b2='BK3Z7BV0RDTDIIB15F5PDUYCTXH0LDM7' where id=7;
update noar ti set b2='BK3Z7BV0RDTDIIB15F5PDUYCTXH0LDM7' where id=7;
update noar tt set b0='8AQJU4MAVM3EAW86TE3HJZ5O' where id=8;
update noar ti set b0='8AQJU4MAVM3EAW86TE3HJZ5O' where id=8;
update noar tt set b1='HNCVBDPIENYLYEPMZUATW2' where id=8;
update noar ti set b1='HNCVBDPIENYLYEPMZUATW2' where id=8;
update noar tt set b2='M9APANM6VK12AYT5X7ISWHL' where id=8;
update noar ti set b2='M9APANM6VK12AYT5X7ISWHL' where id=8;
update noar tt set b0='4PIN2PLQYS2XDG' where id=9;
update noar ti set b0='4PIN2PLQYS2XDG' where id=9;
update noar tt set b1='FOE1AR2NHHBOQFBRTTWT6' where id=9;
update noar ti set b1='FOE1AR2NHHBOQFBRTTWT6' where id=9;
update noar tt set b2='4C547XPJH7P32QS9WTMUUDR9MKL2TD0' where id=9;
update noar ti set b2='4C547XPJH7P32QS9WTMUUDR9MKL2TD0' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='AEXNKGZJA3MZRQ0' where id=1;
update noar ti set b0='AEXNKGZJA3MZRQ0' where id=1;
update noar tt set b1='R8O6BN6DV8PF19GOP2NZOJ' where id=1;
update noar ti set b1='R8O6BN6DV8PF19GOP2NZOJ' where id=1;
update noar tt set b2='T5835VLFLG6TLN2I74K0REV3' where id=1;
update noar ti set b2='T5835VLFLG6TLN2I74K0REV3' where id=1;
update noar tt set b0='83TXMZM3US7KD0YHTP' where id=2;
update noar ti set b0='83TXMZM3US7KD0YHTP' where id=2;
update noar tt set b1='S1I0O6' where id=2;
update noar ti set b1='S1I0O6' where id=2;
update noar tt set b2='QQNQNKIEXQKEP8VFE3529OT' where id=2;
update noar ti set b2='QQNQNKIEXQKEP8VFE3529OT' where id=2;
update noar tt set b0='DWPQO7OQ22' where id=3;
update noar ti set b0='DWPQO7OQ22' where id=3;
update noar tt set b1='MEGVA6VK34OYKEEVICNWH1W49UFFLZ' where id=3;
update noar ti set b1='MEGVA6VK34OYKEEVICNWH1W49UFFLZ' where id=3;
update noar tt set b2='V23KL96HOQO6ZMX8Y5XMHZVR647V' where id=3;
update noar ti set b2='V23KL96HOQO6ZMX8Y5XMHZVR647V' where id=3;
update noar tt set b0='7WU4Z4937ZYNXCZ76ZGJKQJ' where id=4;
update noar ti set b0='7WU4Z4937ZYNXCZ76ZGJKQJ' where id=4;
update noar tt set b1='U337MAJIE3' where id=4;
update noar ti set b1='U337MAJIE3' where id=4;
update noar tt set b2='MYEKPYYN' where id=4;
update noar ti set b2='MYEKPYYN' where id=4;
update noar tt set b0='J1PP4UC0PL3' where id=5;
update noar ti set b0='J1PP4UC0PL3' where id=5;
update noar tt set b1='2JR45VXVLV7TU3G' where id=5;
update noar ti set b1='2JR45VXVLV7TU3G' where id=5;
update noar tt set b2='FJAGHBIJM' where id=5;
update noar ti set b2='FJAGHBIJM' where id=5;
update noar tt set b0='HO8F0VR3XQ3TA6TRNSYAILTO' where id=6;
update noar ti set b0='HO8F0VR3XQ3TA6TRNSYAILTO' where id=6;
update noar tt set b1='3M1VYPR8A1MQRXXY4YS7CP242I60' where id=6;
update noar ti set b1='3M1VYPR8A1MQRXXY4YS7CP242I60' where id=6;
update noar tt set b2='QUUKLUNB8EQ847OR8OQGK86QMQO46M' where id=6;
update noar ti set b2='QUUKLUNB8EQ847OR8OQGK86QMQO46M' where id=6;
update noar tt set b0='P2J2S' where id=7;
update noar ti set b0='P2J2S' where id=7;
update noar tt set b1='T3POLM0SYMK1BWS6E7MXE4CB5' where id=7;
update noar ti set b1='T3POLM0SYMK1BWS6E7MXE4CB5' where id=7;
update noar tt set b2='JYWSKVQFNUVVJ0SUSJ52T1OR' where id=7;
update noar ti set b2='JYWSKVQFNUVVJ0SUSJ52T1OR' where id=7;
update noar tt set b0='ZHK8J2Y4B' where id=8;
update noar ti set b0='ZHK8J2Y4B' where id=8;
update noar tt set b1='Q9XYG0MG3430PAB2UYZ5I088' where id=8;
update noar ti set b1='Q9XYG0MG3430PAB2UYZ5I088' where id=8;
update noar tt set b2='V0RFGZCTKO8KFW' where id=8;
update noar ti set b2='V0RFGZCTKO8KFW' where id=8;
update noar tt set b0='8T0M' where id=9;
update noar ti set b0='8T0M' where id=9;
update noar tt set b1='4939DNO4FXDRPPN8CSXNH0GV2O7' where id=9;
update noar ti set b1='4939DNO4FXDRPPN8CSXNH0GV2O7' where id=9;
update noar tt set b2='YECG64LA1DGZKG2T6SSRWVX5' where id=9;
update noar ti set b2='YECG64LA1DGZKG2T6SSRWVX5' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='L' where id=1;
update noar ti set b0='L' where id=1;
update noar tt set b1='433DOBR7MNLC8JQ2JE6OFTSSXG71' where id=1;
update noar ti set b1='433DOBR7MNLC8JQ2JE6OFTSSXG71' where id=1;
update noar tt set b2='9O5XAPX0OK' where id=1;
update noar ti set b2='9O5XAPX0OK' where id=1;
update noar tt set b0='ZZHQ0JAKLJJEPAMU8VXUSRA87' where id=2;
update noar ti set b0='ZZHQ0JAKLJJEPAMU8VXUSRA87' where id=2;
update noar tt set b1='OP85GB7YMQ8A0GCXVSB7RTG6HSYAA9GG' where id=2;
update noar ti set b1='OP85GB7YMQ8A0GCXVSB7RTG6HSYAA9GG' where id=2;
update noar tt set b2='XKYR2EUVNOX4K8SEZT8IPFO' where id=2;
update noar ti set b2='XKYR2EUVNOX4K8SEZT8IPFO' where id=2;
update noar tt set b0='BBDIA97YIHMVQ' where id=3;
update noar ti set b0='BBDIA97YIHMVQ' where id=3;
update noar tt set b1='TOY' where id=3;
update noar ti set b1='TOY' where id=3;
update noar tt set b2='TROYI5U5HMSVPSZVPWVWO7FC5HMGMRHK' where id=3;
update noar ti set b2='TROYI5U5HMSVPSZVPWVWO7FC5HMGMRHK' where id=3;
update noar tt set b0='688FA6TXR6AD9UFDBMQ' where id=4;
update noar ti set b0='688FA6TXR6AD9UFDBMQ' where id=4;
update noar tt set b1='L2J08SXZKHSHXGD0' where id=4;
update noar ti set b1='L2J08SXZKHSHXGD0' where id=4;
update noar tt set b2='19ZJ6315K5FWE3MCV5308' where id=4;
update noar ti set b2='19ZJ6315K5FWE3MCV5308' where id=4;
update noar tt set b0='L35I9JV1DFK2HY9EJDSPCSTU4FHHH3' where id=5;
update noar ti set b0='L35I9JV1DFK2HY9EJDSPCSTU4FHHH3' where id=5;
update noar tt set b1='EQZZQGXS9WXL' where id=5;
update noar ti set b1='EQZZQGXS9WXL' where id=5;
update noar tt set b2='8TUQVG6WZ068KYDLZPGMPCH6O' where id=5;
update noar ti set b2='8TUQVG6WZ068KYDLZPGMPCH6O' where id=5;
update noar tt set b0='PP01NDCE6YJ08G45YN67LA5E2B2' where id=6;
update noar ti set b0='PP01NDCE6YJ08G45YN67LA5E2B2' where id=6;
update noar tt set b1='MNQ77CKV8U7Y1' where id=6;
update noar ti set b1='MNQ77CKV8U7Y1' where id=6;
update noar tt set b2='PC2BSTB788' where id=6;
update noar ti set b2='PC2BSTB788' where id=6;
update noar tt set b0='4PH8DIC1CHFL31N3V65EDBRSAXX7' where id=7;
update noar ti set b0='4PH8DIC1CHFL31N3V65EDBRSAXX7' where id=7;
update noar tt set b1='6' where id=7;
update noar ti set b1='6' where id=7;
update noar tt set b2='LG8E3CL0FGC' where id=7;
update noar ti set b2='LG8E3CL0FGC' where id=7;
update noar tt set b0='7HRB7MQDFJGQGS' where id=8;
update noar ti set b0='7HRB7MQDFJGQGS' where id=8;
update noar tt set b1='3LLEB14THYZYL4DI9O' where id=8;
update noar ti set b1='3LLEB14THYZYL4DI9O' where id=8;
update noar tt set b2='I8PZQ60XUXCRCXPZ3' where id=8;
update noar ti set b2='I8PZQ60XUXCRCXPZ3' where id=8;
update noar tt set b0='75A75SQ9ATEPL0' where id=9;
update noar ti set b0='75A75SQ9ATEPL0' where id=9;
update noar tt set b1='AB31UHRF9CLJNREJO' where id=9;
update noar ti set b1='AB31UHRF9CLJNREJO' where id=9;
update noar tt set b2='4' where id=9;
update noar ti set b2='4' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='451DQWHBQWB8NJFADYSXDYZ2LP4Y' where id=1;
update noar ti set b0='451DQWHBQWB8NJFADYSXDYZ2LP4Y' where id=1;
update noar tt set b1='OIR3DTQVSIKYJJ3DVZ' where id=1;
update noar ti set b1='OIR3DTQVSIKYJJ3DVZ' where id=1;
update noar tt set b2='1YDYFV4WZGUGUDJWXEGSKQD73EXOV' where id=1;
update noar ti set b2='1YDYFV4WZGUGUDJWXEGSKQD73EXOV' where id=1;
update noar tt set b0='8NYOXETYQ7OQAZTV' where id=2;
update noar ti set b0='8NYOXETYQ7OQAZTV' where id=2;
update noar tt set b1='88VP7F5E9711J8P8OZW5TZ6JMTL' where id=2;
update noar ti set b1='88VP7F5E9711J8P8OZW5TZ6JMTL' where id=2;
update noar tt set b2='MSNZY966Y' where id=2;
update noar ti set b2='MSNZY966Y' where id=2;
update noar tt set b0='7S856CK8CV8JR8A3RBEU9MPPWTA' where id=3;
update noar ti set b0='7S856CK8CV8JR8A3RBEU9MPPWTA' where id=3;
update noar tt set b1='8UB353BL7UG' where id=3;
update noar ti set b1='8UB353BL7UG' where id=3;
update noar tt set b2='MKDSMO2BBJD6HX7MYLAF6UGLL' where id=3;
update noar ti set b2='MKDSMO2BBJD6HX7MYLAF6UGLL' where id=3;
update noar tt set b0='R' where id=4;
update noar ti set b0='R' where id=4;
update noar tt set b1='PQK9QO1YUQAJC8' where id=4;
update noar ti set b1='PQK9QO1YUQAJC8' where id=4;
update noar tt set b2='3D4WD7XOE1I26MX7F26112A6J4034' where id=4;
update noar ti set b2='3D4WD7XOE1I26MX7F26112A6J4034' where id=4;
update noar tt set b0='VLNJHVWYB93D9IXFGFRDV' where id=5;
update noar ti set b0='VLNJHVWYB93D9IXFGFRDV' where id=5;
update noar tt set b1='ZFJZST7ZOM1PS0PQG22LYASY3LUOJDM' where id=5;
update noar ti set b1='ZFJZST7ZOM1PS0PQG22LYASY3LUOJDM' where id=5;
update noar tt set b2='46ZO' where id=5;
update noar ti set b2='46ZO' where id=5;
update noar tt set b0='4XKH7' where id=6;
update noar ti set b0='4XKH7' where id=6;
update noar tt set b1='Y6BC4KFTBB2NXI55PV' where id=6;
update noar ti set b1='Y6BC4KFTBB2NXI55PV' where id=6;
update noar tt set b2='UYSHP' where id=6;
update noar ti set b2='UYSHP' where id=6;
update noar tt set b0='DQ2M5RNPB5SU7UXF0L516EZ' where id=7;
update noar ti set b0='DQ2M5RNPB5SU7UXF0L516EZ' where id=7;
update noar tt set b1='D92V8ETIWU5' where id=7;
update noar ti set b1='D92V8ETIWU5' where id=7;
update noar tt set b2='HJDESOPV1YBTJ3J2' where id=7;
update noar ti set b2='HJDESOPV1YBTJ3J2' where id=7;
update noar tt set b0='L91N36D5TFC0KZ91' where id=8;
update noar ti set b0='L91N36D5TFC0KZ91' where id=8;
update noar tt set b1='8YLGXNU1X4PHHQL8Q' where id=8;
update noar ti set b1='8YLGXNU1X4PHHQL8Q' where id=8;
update noar tt set b2='GVO6QDLKF0LNM4XSC1JHV' where id=8;
update noar ti set b2='GVO6QDLKF0LNM4XSC1JHV' where id=8;
update noar tt set b0='EKJ5P5NS317WZHC8' where id=9;
update noar ti set b0='EKJ5P5NS317WZHC8' where id=9;
update noar tt set b1='QZGE4DW6WVPR35IBAUW1I' where id=9;
update noar ti set b1='QZGE4DW6WVPR35IBAUW1I' where id=9;
update noar tt set b2='MLBZ3QRHS60B' where id=9;
update noar ti set b2='MLBZ3QRHS60B' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='9J0UPJWEUCTVHJEXC67SQMX' where id=1;
update noar ti set b0='9J0UPJWEUCTVHJEXC67SQMX' where id=1;
update noar tt set b1='T9PUELY6NE' where id=1;
update noar ti set b1='T9PUELY6NE' where id=1;
update noar tt set b2='9KVSQXSU02681PUUX0N9MBBF4SLHZN9B' where id=1;
update noar ti set b2='9KVSQXSU02681PUUX0N9MBBF4SLHZN9B' where id=1;
update noar tt set b0='1RB13FA91I2ODJ1OVZVXUQOC' where id=2;
update noar ti set b0='1RB13FA91I2ODJ1OVZVXUQOC' where id=2;
update noar tt set b1='9DPAD6IZ97BOJD00UVMH8KK53XJ4AJH' where id=2;
update noar ti set b1='9DPAD6IZ97BOJD00UVMH8KK53XJ4AJH' where id=2;
update noar tt set b2='GNZHDBCTT519R5JUJEC6KUBWQ4C1235' where id=2;
update noar ti set b2='GNZHDBCTT519R5JUJEC6KUBWQ4C1235' where id=2;
update noar tt set b0='HTPVUZ7ZVBBFPEQXD2Z3WQQR6' where id=3;
update noar ti set b0='HTPVUZ7ZVBBFPEQXD2Z3WQQR6' where id=3;
update noar tt set b1='7ITTSOH6IVGF2ZYOJEE76O' where id=3;
update noar ti set b1='7ITTSOH6IVGF2ZYOJEE76O' where id=3;
update noar tt set b2='ACO1M49CV2O1M6QGBL8M' where id=3;
update noar ti set b2='ACO1M49CV2O1M6QGBL8M' where id=3;
update noar tt set b0='CTLQV36MER8HJ46RMQB3F7NIN2CA' where id=4;
update noar ti set b0='CTLQV36MER8HJ46RMQB3F7NIN2CA' where id=4;
update noar tt set b1='AE25DN3QSXJYKEG06D42X4XCH8IFPK' where id=4;
update noar ti set b1='AE25DN3QSXJYKEG06D42X4XCH8IFPK' where id=4;
update noar tt set b2='FWT9UFV3E41K' where id=4;
update noar ti set b2='FWT9UFV3E41K' where id=4;
update noar tt set b0='UCMZ6WR1JKWMWL8CLY0GJUEE62QM01R' where id=5;
update noar ti set b0='UCMZ6WR1JKWMWL8CLY0GJUEE62QM01R' where id=5;
update noar tt set b1='JL0V4XKMXYHKKBTJ' where id=5;
update noar ti set b1='JL0V4XKMXYHKKBTJ' where id=5;
update noar tt set b2='PA35D' where id=5;
update noar ti set b2='PA35D' where id=5;
update noar tt set b0='0LQ9UT90VAIF7MF' where id=6;
update noar ti set b0='0LQ9UT90VAIF7MF' where id=6;
update noar tt set b1='B' where id=6;
update noar ti set b1='B' where id=6;
update noar tt set b2='EZSX5P3' where id=6;
update noar ti set b2='EZSX5P3' where id=6;
update noar tt set b0='Y1HR5LNX748BZ21K5' where id=7;
update noar ti set b0='Y1HR5LNX748BZ21K5' where id=7;
update noar tt set b1='DN6YIQ5ER0T1E' where id=7;
update noar ti set b1='DN6YIQ5ER0T1E' where id=7;
update noar tt set b2='O4CLS6XLSI7EENNJ' where id=7;
update noar ti set b2='O4CLS6XLSI7EENNJ' where id=7;
update noar tt set b0='BOK1BOKI8W3GGLNICHV948ETDSUE1VO' where id=8;
update noar ti set b0='BOK1BOKI8W3GGLNICHV948ETDSUE1VO' where id=8;
update noar tt set b1='7FX0XS1H1V9U' where id=8;
update noar ti set b1='7FX0XS1H1V9U' where id=8;
update noar tt set b2='PAF4W2ZX1FGDYJMAB' where id=8;
update noar ti set b2='PAF4W2ZX1FGDYJMAB' where id=8;
update noar tt set b0='2HP44YY6IKUDTMTANR7T82Q' where id=9;
update noar ti set b0='2HP44YY6IKUDTMTANR7T82Q' where id=9;
update noar tt set b1='9JVZYB0KFGCRW4' where id=9;
update noar ti set b1='9JVZYB0KFGCRW4' where id=9;
update noar tt set b2='I1M0UXHC0P933FJSZO9S2DQWQT' where id=9;
update noar ti set b2='I1M0UXHC0P933FJSZO9S2DQWQT' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='VG' where id=1;
update noar ti set b0='VG' where id=1;
update noar tt set b1='DDQ' where id=1;
update noar ti set b1='DDQ' where id=1;
update noar tt set b2='QA' where id=1;
update noar ti set b2='QA' where id=1;
update noar tt set b0='8IXDCSU7YGYD3BW' where id=2;
update noar ti set b0='8IXDCSU7YGYD3BW' where id=2;
update noar tt set b1='N89LHA3GL3NSNV7C9CUYZ4UNUUBZE' where id=2;
update noar ti set b1='N89LHA3GL3NSNV7C9CUYZ4UNUUBZE' where id=2;
update noar tt set b2='A6OSEAAAE' where id=2;
update noar ti set b2='A6OSEAAAE' where id=2;
update noar tt set b0='YQQ2VA7BZN3WLBBK5CO69B' where id=3;
update noar ti set b0='YQQ2VA7BZN3WLBBK5CO69B' where id=3;
update noar tt set b1='WGO6YHES5TWV1HAB8FQV7FJ4DJ' where id=3;
update noar ti set b1='WGO6YHES5TWV1HAB8FQV7FJ4DJ' where id=3;
update noar tt set b2='ATRU79S651MB4MUX16H4QK4BE5Q4BW68' where id=3;
update noar ti set b2='ATRU79S651MB4MUX16H4QK4BE5Q4BW68' where id=3;
update noar tt set b0='G81KL117RNRO22GQV' where id=4;
update noar ti set b0='G81KL117RNRO22GQV' where id=4;
update noar tt set b1='R83RHR1' where id=4;
update noar ti set b1='R83RHR1' where id=4;
update noar tt set b2='0BN3CD8LX9EHXQP5AFJT' where id=4;
update noar ti set b2='0BN3CD8LX9EHXQP5AFJT' where id=4;
update noar tt set b0='UMCI3033I17IA9' where id=5;
update noar ti set b0='UMCI3033I17IA9' where id=5;
update noar tt set b1='OV9TD3V8CYA78P5DNA' where id=5;
update noar ti set b1='OV9TD3V8CYA78P5DNA' where id=5;
update noar tt set b2='BOFF7826H89B23JJDO8A' where id=5;
update noar ti set b2='BOFF7826H89B23JJDO8A' where id=5;
update noar tt set b0='O9M9E4UZ4LE50PTXMI' where id=6;
update noar ti set b0='O9M9E4UZ4LE50PTXMI' where id=6;
update noar tt set b1='R2E5FD5' where id=6;
update noar ti set b1='R2E5FD5' where id=6;
update noar tt set b2='IQP92IH7Y06K9AY8YDHJXPPVHZZ9' where id=6;
update noar ti set b2='IQP92IH7Y06K9AY8YDHJXPPVHZZ9' where id=6;
update noar tt set b0='IUX5V8FM20S8J0X8U' where id=7;
update noar ti set b0='IUX5V8FM20S8J0X8U' where id=7;
update noar tt set b1='0' where id=7;
update noar ti set b1='0' where id=7;
update noar tt set b2='88WIB2LUID5ZCV3ORCI1IQDNGV1TLG' where id=7;
update noar ti set b2='88WIB2LUID5ZCV3ORCI1IQDNGV1TLG' where id=7;
update noar tt set b0='VTNO4EJDWU4PP20' where id=8;
update noar ti set b0='VTNO4EJDWU4PP20' where id=8;
update noar tt set b1='DPD1CD4N70HMALHXVMQVBQTLDXA' where id=8;
update noar ti set b1='DPD1CD4N70HMALHXVMQVBQTLDXA' where id=8;
update noar tt set b2='02NR3AE9E1291JAQM' where id=8;
update noar ti set b2='02NR3AE9E1291JAQM' where id=8;
update noar tt set b0='7MFK9EF7LD7L' where id=9;
update noar ti set b0='7MFK9EF7LD7L' where id=9;
update noar tt set b1='97OLTUGDTO2M1DD5U6Q' where id=9;
update noar ti set b1='97OLTUGDTO2M1DD5U6Q' where id=9;
update noar tt set b2='4B' where id=9;
update noar ti set b2='4B' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='0OHR1TGEP' where id=1;
update noar ti set b0='0OHR1TGEP' where id=1;
update noar tt set b1='4DTGK' where id=1;
update noar ti set b1='4DTGK' where id=1;
update noar tt set b2='OS8UXL7M5BFZJ7RFU3I4I8HW' where id=1;
update noar ti set b2='OS8UXL7M5BFZJ7RFU3I4I8HW' where id=1;
update noar tt set b0='WS7' where id=2;
update noar ti set b0='WS7' where id=2;
update noar tt set b1='ABJ4RMZ34QI0P0LT3I' where id=2;
update noar ti set b1='ABJ4RMZ34QI0P0LT3I' where id=2;
update noar tt set b2='BSEFB1BS4' where id=2;
update noar ti set b2='BSEFB1BS4' where id=2;
update noar tt set b0='OQKIWU9T69GU9PLDGP223H1' where id=3;
update noar ti set b0='OQKIWU9T69GU9PLDGP223H1' where id=3;
update noar tt set b1='AD7KFML' where id=3;
update noar ti set b1='AD7KFML' where id=3;
update noar tt set b2='FRM7AQOL5YU01' where id=3;
update noar ti set b2='FRM7AQOL5YU01' where id=3;
update noar tt set b0='M3PPVOKTRAP4PG965DKBPPNFFYYJ' where id=4;
update noar ti set b0='M3PPVOKTRAP4PG965DKBPPNFFYYJ' where id=4;
update noar tt set b1='S8KMZFOAS6QFSLUI1D' where id=4;
update noar ti set b1='S8KMZFOAS6QFSLUI1D' where id=4;
update noar tt set b2='F3XNMZW0221PWO7GZ0AFDEEN2X5OYL' where id=4;
update noar ti set b2='F3XNMZW0221PWO7GZ0AFDEEN2X5OYL' where id=4;
update noar tt set b0='UGSAPV0XQEXT0UE' where id=5;
update noar ti set b0='UGSAPV0XQEXT0UE' where id=5;
update noar tt set b1='C54N7UCSMZVBBJD2FDUDQ' where id=5;
update noar ti set b1='C54N7UCSMZVBBJD2FDUDQ' where id=5;
update noar tt set b2='G' where id=5;
update noar ti set b2='G' where id=5;
update noar tt set b0='X0' where id=6;
update noar ti set b0='X0' where id=6;
update noar tt set b1='WAO5172A4NML87U03HSFCQCGGDUK' where id=6;
update noar ti set b1='WAO5172A4NML87U03HSFCQCGGDUK' where id=6;
update noar tt set b2='H' where id=6;
update noar ti set b2='H' where id=6;
update noar tt set b0='TFDPZVM' where id=7;
update noar ti set b0='TFDPZVM' where id=7;
update noar tt set b1='GHSNX6YO0TQIBV8U324FH' where id=7;
update noar ti set b1='GHSNX6YO0TQIBV8U324FH' where id=7;
update noar tt set b2='D9DWU919P0TNU8HNQ13GDB4GJWAPS' where id=7;
update noar ti set b2='D9DWU919P0TNU8HNQ13GDB4GJWAPS' where id=7;
update noar tt set b0='1914XM3W2UKA3D9GMFZMSHYPU3NG41A0' where id=8;
update noar ti set b0='1914XM3W2UKA3D9GMFZMSHYPU3NG41A0' where id=8;
update noar tt set b1='FETCRJB3WARUMZO4V2IAXD3' where id=8;
update noar ti set b1='FETCRJB3WARUMZO4V2IAXD3' where id=8;
update noar tt set b2='CF68TNKB1D2Q5GXR7' where id=8;
update noar ti set b2='CF68TNKB1D2Q5GXR7' where id=8;
update noar tt set b0='C7YQW4HJIPVJ' where id=9;
update noar ti set b0='C7YQW4HJIPVJ' where id=9;
update noar tt set b1='YRTFYJN7' where id=9;
update noar ti set b1='YRTFYJN7' where id=9;
update noar tt set b2='1F6ALK4J6JJWYIZL7BQW' where id=9;
update noar ti set b2='1F6ALK4J6JJWYIZL7BQW' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='5VY4BBSC' where id=1;
update noar ti set b0='5VY4BBSC' where id=1;
update noar tt set b1='ZGE' where id=1;
update noar ti set b1='ZGE' where id=1;
update noar tt set b2='FV7B7W2S32SH311OUMOZ8SSHIUD' where id=1;
update noar ti set b2='FV7B7W2S32SH311OUMOZ8SSHIUD' where id=1;
update noar tt set b0='H2FNDSV60BYRS25GX711E' where id=2;
update noar ti set b0='H2FNDSV60BYRS25GX711E' where id=2;
update noar tt set b1='TDW235T' where id=2;
update noar ti set b1='TDW235T' where id=2;
update noar tt set b2='CW1Y7KSNOI9J23I' where id=2;
update noar ti set b2='CW1Y7KSNOI9J23I' where id=2;
update noar tt set b0='1LY0WZT85Z90VRGI6GIF62' where id=3;
update noar ti set b0='1LY0WZT85Z90VRGI6GIF62' where id=3;
update noar tt set b1='JJQ9JJG5NQMHVJ9P2JXESZLF4GVX8CA' where id=3;
update noar ti set b1='JJQ9JJG5NQMHVJ9P2JXESZLF4GVX8CA' where id=3;
update noar tt set b2='1ZKUCWGS1QS93JM' where id=3;
update noar ti set b2='1ZKUCWGS1QS93JM' where id=3;
update noar tt set b0='AFSVP3' where id=4;
update noar ti set b0='AFSVP3' where id=4;
update noar tt set b1='UL7HXJJRHKMJ' where id=4;
update noar ti set b1='UL7HXJJRHKMJ' where id=4;
update noar tt set b2='LXP1Q1OMXFLNAD9YWGQX' where id=4;
update noar ti set b2='LXP1Q1OMXFLNAD9YWGQX' where id=4;
update noar tt set b0='PI8MQPHJWGVJZLF51AVL1A7DXK539' where id=5;
update noar ti set b0='PI8MQPHJWGVJZLF51AVL1A7DXK539' where id=5;
update noar tt set b1='22RTQOO49PA9LGNB2' where id=5;
update noar ti set b1='22RTQOO49PA9LGNB2' where id=5;
update noar tt set b2='5CZPARC2POZ85Z7N4' where id=5;
update noar ti set b2='5CZPARC2POZ85Z7N4' where id=5;
update noar tt set b0='RK7WSG7NWL35CN3C' where id=6;
update noar ti set b0='RK7WSG7NWL35CN3C' where id=6;
update noar tt set b1='987KTG' where id=6;
update noar ti set b1='987KTG' where id=6;
update noar tt set b2='FO7PKVP549H0L2806CQCF50' where id=6;
update noar ti set b2='FO7PKVP549H0L2806CQCF50' where id=6;
update noar tt set b0='O2QJ3GIKQNA2LS2W7RPAY5XWK1X' where id=7;
update noar ti set b0='O2QJ3GIKQNA2LS2W7RPAY5XWK1X' where id=7;
update noar tt set b1='FIP6KFSBM4JRJMXZE2ZYZIGQF6AA' where id=7;
update noar ti set b1='FIP6KFSBM4JRJMXZE2ZYZIGQF6AA' where id=7;
update noar tt set b2='CCWAH0XPG9P7511MOR0Z3Z' where id=7;
update noar ti set b2='CCWAH0XPG9P7511MOR0Z3Z' where id=7;
update noar tt set b0='HJKGIZ9T' where id=8;
update noar ti set b0='HJKGIZ9T' where id=8;
update noar tt set b1='YG0DD3XYUJSZJVXG4' where id=8;
update noar ti set b1='YG0DD3XYUJSZJVXG4' where id=8;
update noar tt set b2='FLGMN190MFWIUK585BJ2N8Y4HKY' where id=8;
update noar ti set b2='FLGMN190MFWIUK585BJ2N8Y4HKY' where id=8;
update noar tt set b0='Q65HA5EOX4YE49758E1P9' where id=9;
update noar ti set b0='Q65HA5EOX4YE49758E1P9' where id=9;
update noar tt set b1='2TNUAILB' where id=9;
update noar ti set b1='2TNUAILB' where id=9;
update noar tt set b2='V68V6YL' where id=9;
update noar ti set b2='V68V6YL' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='IY6THB0' where id=1;
update noar ti set b0='IY6THB0' where id=1;
update noar tt set b1='G' where id=1;
update noar ti set b1='G' where id=1;
update noar tt set b2='1A6SZWC192HUYHJJIQPD' where id=1;
update noar ti set b2='1A6SZWC192HUYHJJIQPD' where id=1;
update noar tt set b0='W33880L5DFV6KI28' where id=2;
update noar ti set b0='W33880L5DFV6KI28' where id=2;
update noar tt set b1='9ZQK30S7NPKXJWY2DAX' where id=2;
update noar ti set b1='9ZQK30S7NPKXJWY2DAX' where id=2;
update noar tt set b2='JVSRJQ' where id=2;
update noar ti set b2='JVSRJQ' where id=2;
update noar tt set b0='BGRXWRP87G' where id=3;
update noar ti set b0='BGRXWRP87G' where id=3;
update noar tt set b1='60N4AU' where id=3;
update noar ti set b1='60N4AU' where id=3;
update noar tt set b2='Y3CVWGXAK87M3U6DOPD59JUPEBI4C' where id=3;
update noar ti set b2='Y3CVWGXAK87M3U6DOPD59JUPEBI4C' where id=3;
update noar tt set b0='QZZKPA1B954XGX14' where id=4;
update noar ti set b0='QZZKPA1B954XGX14' where id=4;
update noar tt set b1='9BAIFBT' where id=4;
update noar ti set b1='9BAIFBT' where id=4;
update noar tt set b2='GJL' where id=4;
update noar ti set b2='GJL' where id=4;
update noar tt set b0='LC6' where id=5;
update noar ti set b0='LC6' where id=5;
update noar tt set b1='JL7' where id=5;
update noar ti set b1='JL7' where id=5;
update noar tt set b2='MYVHGXRNHK5DRXCIM77T44Q' where id=5;
update noar ti set b2='MYVHGXRNHK5DRXCIM77T44Q' where id=5;
update noar tt set b0='OC1B246K6BAT' where id=6;
update noar ti set b0='OC1B246K6BAT' where id=6;
update noar tt set b1='Q4VJR6GL0TXNIF2AVPWGPC56CVG02Q' where id=6;
update noar ti set b1='Q4VJR6GL0TXNIF2AVPWGPC56CVG02Q' where id=6;
update noar tt set b2='MQDW6OI7QADFL8JQGOZH1' where id=6;
update noar ti set b2='MQDW6OI7QADFL8JQGOZH1' where id=6;
update noar tt set b0='8JJT6' where id=7;
update noar ti set b0='8JJT6' where id=7;
update noar tt set b1='PB5J5UHPB4M' where id=7;
update noar ti set b1='PB5J5UHPB4M' where id=7;
update noar tt set b2='Y24SHJ' where id=7;
update noar ti set b2='Y24SHJ' where id=7;
update noar tt set b0='3KP34290SAWOU' where id=8;
update noar ti set b0='3KP34290SAWOU' where id=8;
update noar tt set b1='SJHAL83MCRUJ7S3TKDHS' where id=8;
update noar ti set b1='SJHAL83MCRUJ7S3TKDHS' where id=8;
update noar tt set b2='1NJM102BLWZ9CMLJJ7SZRND4K' where id=8;
update noar ti set b2='1NJM102BLWZ9CMLJJ7SZRND4K' where id=8;
update noar tt set b0='U8SAYAS8R' where id=9;
update noar ti set b0='U8SAYAS8R' where id=9;
update noar tt set b1='EIPYFMRSPSUHD1OEB9T01XZEI1D0' where id=9;
update noar ti set b1='EIPYFMRSPSUHD1OEB9T01XZEI1D0' where id=9;
update noar tt set b2='4J24RZPOOM774SCA6G' where id=9;
update noar ti set b2='4J24RZPOOM774SCA6G' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='2U5P' where id=1;
update noar ti set b0='2U5P' where id=1;
update noar tt set b1='SHXEVJ' where id=1;
update noar ti set b1='SHXEVJ' where id=1;
update noar tt set b2='L523NU36N4ELRJMLFUR0UX375DLZ2YCP' where id=1;
update noar ti set b2='L523NU36N4ELRJMLFUR0UX375DLZ2YCP' where id=1;
update noar tt set b0='MMJ' where id=2;
update noar ti set b0='MMJ' where id=2;
update noar tt set b1='KFHTKFJUXQS0' where id=2;
update noar ti set b1='KFHTKFJUXQS0' where id=2;
update noar tt set b2='EXF7D4T' where id=2;
update noar ti set b2='EXF7D4T' where id=2;
update noar tt set b0='6UH1ZHMRF34HGKU01O1J5BUHCV' where id=3;
update noar ti set b0='6UH1ZHMRF34HGKU01O1J5BUHCV' where id=3;
update noar tt set b1='YFAFSWHF8YZGI8R' where id=3;
update noar ti set b1='YFAFSWHF8YZGI8R' where id=3;
update noar tt set b2='BZ5F4OXOZ' where id=3;
update noar ti set b2='BZ5F4OXOZ' 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='0WB4TURBKCENAE1M' where id=4;
update noar ti set b1='0WB4TURBKCENAE1M' where id=4;
update noar tt set b2='EPTA8' where id=4;
update noar ti set b2='EPTA8' where id=4;
update noar tt set b0='P3R4AMS7MO4BXER58SPONFEJ' where id=5;
update noar ti set b0='P3R4AMS7MO4BXER58SPONFEJ' where id=5;
update noar tt set b1='UPIV4M9TEBN3TS4U9U8CS1G' where id=5;
update noar ti set b1='UPIV4M9TEBN3TS4U9U8CS1G' where id=5;
update noar tt set b2='GA' where id=5;
update noar ti set b2='GA' where id=5;
update noar tt set b0='D2DU5ZPFKF1R9R' where id=6;
update noar ti set b0='D2DU5ZPFKF1R9R' where id=6;
update noar tt set b1='FQ32' where id=6;
update noar ti set b1='FQ32' where id=6;
update noar tt set b2='PKKIA15K3XBHHJXZUOQ0CK6QEZ850AK' where id=6;
update noar ti set b2='PKKIA15K3XBHHJXZUOQ0CK6QEZ850AK' where id=6;
update noar tt set b0='Z0HRZBPH' where id=7;
update noar ti set b0='Z0HRZBPH' where id=7;
update noar tt set b1='AC344O23ZLXUMIIOQSDQDPR6NS5596' where id=7;
update noar ti set b1='AC344O23ZLXUMIIOQSDQDPR6NS5596' where id=7;
update noar tt set b2='8N5GBX9D9B3KBIX74D5HLW59FN6' where id=7;
update noar ti set b2='8N5GBX9D9B3KBIX74D5HLW59FN6' where id=7;
update noar tt set b0='30DSQ1NQQ73GZUC6FHOWTC1XQ' where id=8;
update noar ti set b0='30DSQ1NQQ73GZUC6FHOWTC1XQ' where id=8;
update noar tt set b1='MFVGO69XHVC5UQMAVC2OAIW3TOA' where id=8;
update noar ti set b1='MFVGO69XHVC5UQMAVC2OAIW3TOA' where id=8;
update noar tt set b2='G1ZQDZY8YQ25CWUSNAAT6' where id=8;
update noar ti set b2='G1ZQDZY8YQ25CWUSNAAT6' where id=8;
update noar tt set b0='UP20KT3XW9IFGAFDSAVRNJT6GP' where id=9;
update noar ti set b0='UP20KT3XW9IFGAFDSAVRNJT6GP' where id=9;
update noar tt set b1='KE9J3720F' where id=9;
update noar ti set b1='KE9J3720F' where id=9;
update noar tt set b2='4AW891E8CAEIYJUIQJPWO' where id=9;
update noar ti set b2='4AW891E8CAEIYJUIQJPWO' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='HMDYU24T3R0' where id=1;
update noar ti set b0='HMDYU24T3R0' where id=1;
update noar tt set b1='QSX3PQ7VWFH9G6614U' where id=1;
update noar ti set b1='QSX3PQ7VWFH9G6614U' where id=1;
update noar tt set b2='HUCG98ZD9IBCTLYCBU4Q' where id=1;
update noar ti set b2='HUCG98ZD9IBCTLYCBU4Q' where id=1;
update noar tt set b0='L6N68B3FPE67M16WE2BMH4JYPLN' where id=2;
update noar ti set b0='L6N68B3FPE67M16WE2BMH4JYPLN' where id=2;
update noar tt set b1='7TY5L64YAOMDS18CFMHUK75162' where id=2;
update noar ti set b1='7TY5L64YAOMDS18CFMHUK75162' where id=2;
update noar tt set b2='N3MNNKDFB7' where id=2;
update noar ti set b2='N3MNNKDFB7' where id=2;
update noar tt set b0='I0BSX0M6NWGM1WBW15Z386SBOV' where id=3;
update noar ti set b0='I0BSX0M6NWGM1WBW15Z386SBOV' where id=3;
update noar tt set b1='I9R4E4IJ0EXEDQA' where id=3;
update noar ti set b1='I9R4E4IJ0EXEDQA' where id=3;
update noar tt set b2='92ZOVPUT91RW0SGO7Y' where id=3;
update noar ti set b2='92ZOVPUT91RW0SGO7Y' where id=3;
update noar tt set b0='CCDJ7KD28HX7G37BYER6YQV' where id=4;
update noar ti set b0='CCDJ7KD28HX7G37BYER6YQV' where id=4;
update noar tt set b1='49DMTS00OH6PJUF25' where id=4;
update noar ti set b1='49DMTS00OH6PJUF25' where id=4;
update noar tt set b2='MMI97TBL' where id=4;
update noar ti set b2='MMI97TBL' where id=4;
update noar tt set b0='VPU95NXWHYU39IEGCZ8Q' where id=5;
update noar ti set b0='VPU95NXWHYU39IEGCZ8Q' where id=5;
update noar tt set b1='GOLZ9C' where id=5;
update noar ti set b1='GOLZ9C' where id=5;
update noar tt set b2='V0GLU53' where id=5;
update noar ti set b2='V0GLU53' where id=5;
update noar tt set b0='OAMEYT5079NFRHVLITS7ZCI6X' where id=6;
update noar ti set b0='OAMEYT5079NFRHVLITS7ZCI6X' where id=6;
update noar tt set b1='XUGJ1Q' where id=6;
update noar ti set b1='XUGJ1Q' where id=6;
update noar tt set b2='QUAOFZHCFP17A4J1BDC22R' where id=6;
update noar ti set b2='QUAOFZHCFP17A4J1BDC22R' where id=6;
update noar tt set b0='Q3JPOVRMXXVC6Z0OB8SKN64V7AA2JC9F' where id=7;
update noar ti set b0='Q3JPOVRMXXVC6Z0OB8SKN64V7AA2JC9F' where id=7;
update noar tt set b1='4Z733FDKLBTXPEGPU' where id=7;
update noar ti set b1='4Z733FDKLBTXPEGPU' where id=7;
update noar tt set b2='YPU5OIZ0FLG7AGX' where id=7;
update noar ti set b2='YPU5OIZ0FLG7AGX' where id=7;
update noar tt set b0='IXX7VNSMRO' where id=8;
update noar ti set b0='IXX7VNSMRO' where id=8;
update noar tt set b1='9R0IAZHD45SZH0' where id=8;
update noar ti set b1='9R0IAZHD45SZH0' where id=8;
update noar tt set b2='N2KZBI' where id=8;
update noar ti set b2='N2KZBI' where id=8;
update noar tt set b0='W' where id=9;
update noar ti set b0='W' where id=9;
update noar tt set b1='72R1OWY96VSLVF9XBUZ703WX72BXFGJG' where id=9;
update noar ti set b1='72R1OWY96VSLVF9XBUZ703WX72BXFGJG' where id=9;
update noar tt set b2='TYINTHYRNV16' where id=9;
update noar ti set b2='TYINTHYRNV16' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='JTA3VSFBH' where id=1;
update noar ti set b0='JTA3VSFBH' where id=1;
update noar tt set b1='EA3F1NFH1YO0NRJ' where id=1;
update noar ti set b1='EA3F1NFH1YO0NRJ' where id=1;
update noar tt set b2='XTWPVXI' where id=1;
update noar ti set b2='XTWPVXI' where id=1;
update noar tt set b0='Z8P2SHZ4STN6UUOQNPM5S7FBCJ8Z59HX' where id=2;
update noar ti set b0='Z8P2SHZ4STN6UUOQNPM5S7FBCJ8Z59HX' where id=2;
update noar tt set b1='QLIPOFO2X' where id=2;
update noar ti set b1='QLIPOFO2X' where id=2;
update noar tt set b2='V7X' where id=2;
update noar ti set b2='V7X' where id=2;
update noar tt set b0='9G5CNWYSXVX' where id=3;
update noar ti set b0='9G5CNWYSXVX' where id=3;
update noar tt set b1='UF6M4FEDZDDZWJGVP' where id=3;
update noar ti set b1='UF6M4FEDZDDZWJGVP' where id=3;
update noar tt set b2='PO12VBBOE0RZ0ZRXS7' where id=3;
update noar ti set b2='PO12VBBOE0RZ0ZRXS7' where id=3;
update noar tt set b0='XICBWMVO' where id=4;
update noar ti set b0='XICBWMVO' where id=4;
update noar tt set b1='HJWG992KPVG3MSSE1F09F50' where id=4;
update noar ti set b1='HJWG992KPVG3MSSE1F09F50' where id=4;
update noar tt set b2='NPPCHX5MYBWXG' where id=4;
update noar ti set b2='NPPCHX5MYBWXG' where id=4;
update noar tt set b0='EICJ3P' where id=5;
update noar ti set b0='EICJ3P' where id=5;
update noar tt set b1='I2V77S76J0Z5E7NLJEGOQ' where id=5;
update noar ti set b1='I2V77S76J0Z5E7NLJEGOQ' where id=5;
update noar tt set b2='3TCTIDDG' where id=5;
update noar ti set b2='3TCTIDDG' where id=5;
update noar tt set b0='CXB796BA7S1SDI0P0TZVW7' where id=6;
update noar ti set b0='CXB796BA7S1SDI0P0TZVW7' where id=6;
update noar tt set b1='MC32RAK83KLRFHNC66D9' where id=6;
update noar ti set b1='MC32RAK83KLRFHNC66D9' where id=6;
update noar tt set b2='7TGKCLDHG' where id=6;
update noar ti set b2='7TGKCLDHG' where id=6;
update noar tt set b0='EK3' where id=7;
update noar ti set b0='EK3' where id=7;
update noar tt set b1='S0VX61V' where id=7;
update noar ti set b1='S0VX61V' where id=7;
update noar tt set b2='9W90I8DHSIHM5G95NCIZBAS77YFV' where id=7;
update noar ti set b2='9W90I8DHSIHM5G95NCIZBAS77YFV' where id=7;
update noar tt set b0='E64KH5PGOQ3CV' where id=8;
update noar ti set b0='E64KH5PGOQ3CV' where id=8;
update noar tt set b1='ZWHNZY' where id=8;
update noar ti set b1='ZWHNZY' where id=8;
update noar tt set b2='905CU5BSC7416T68FPIDO1LUI3' where id=8;
update noar ti set b2='905CU5BSC7416T68FPIDO1LUI3' where id=8;
update noar tt set b0='MFTX40OCNWYFPVLN' where id=9;
update noar ti set b0='MFTX40OCNWYFPVLN' where id=9;
update noar tt set b1='VOG' where id=9;
update noar ti set b1='VOG' where id=9;
update noar tt set b2='OOIWI6ZZTOJQ' where id=9;
update noar ti set b2='OOIWI6ZZTOJQ' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='1TOANX11' where id=1;
update noar ti set b0='1TOANX11' where id=1;
update noar tt set b1='D00QLCP9VH' where id=1;
update noar ti set b1='D00QLCP9VH' where id=1;
update noar tt set b2='SYMHQL4FE2CXPX79BKN7' where id=1;
update noar ti set b2='SYMHQL4FE2CXPX79BKN7' where id=1;
update noar tt set b0='9CPIE2ML0TB0KW8FCTKZYL27X0QBBG9' where id=2;
update noar ti set b0='9CPIE2ML0TB0KW8FCTKZYL27X0QBBG9' where id=2;
update noar tt set b1='H7T3T9BC9XDOYK9MQFOOC8DSUM' where id=2;
update noar ti set b1='H7T3T9BC9XDOYK9MQFOOC8DSUM' where id=2;
update noar tt set b2='XT2IHUX' where id=2;
update noar ti set b2='XT2IHUX' where id=2;
update noar tt set b0='IG5SZIWQKOPT2TBZS0' where id=3;
update noar ti set b0='IG5SZIWQKOPT2TBZS0' where id=3;
update noar tt set b1='EKFEF8CDNNLZZUY4EMIQT9OIWJ' where id=3;
update noar ti set b1='EKFEF8CDNNLZZUY4EMIQT9OIWJ' where id=3;
update noar tt set b2='D6BNAC26FUOTGC006OH90' where id=3;
update noar ti set b2='D6BNAC26FUOTGC006OH90' where id=3;
update noar tt set b0='1SLU9EPK299L3GH98C' where id=4;
update noar ti set b0='1SLU9EPK299L3GH98C' where id=4;
update noar tt set b1='E38JK5W' where id=4;
update noar ti set b1='E38JK5W' where id=4;
update noar tt set b2='PER70BF3GD6FEYLIKNXYSJT8UGEEZ' where id=4;
update noar ti set b2='PER70BF3GD6FEYLIKNXYSJT8UGEEZ' where id=4;
update noar tt set b0='VA19HK12FG71T1Z0XYVDL3OY02T0MEV6' where id=5;
update noar ti set b0='VA19HK12FG71T1Z0XYVDL3OY02T0MEV6' where id=5;
update noar tt set b1='I296CJOSXGOBUZ1' where id=5;
update noar ti set b1='I296CJOSXGOBUZ1' where id=5;
update noar tt set b2='ED6FR0Z' where id=5;
update noar ti set b2='ED6FR0Z' where id=5;
update noar tt set b0='QQNEBJQLU97K0Z798T1QJYP70TI5SFO' where id=6;
update noar ti set b0='QQNEBJQLU97K0Z798T1QJYP70TI5SFO' where id=6;
update noar tt set b1='2PKSI6JLADXZUWQEOKP0WFVM' where id=6;
update noar ti set b1='2PKSI6JLADXZUWQEOKP0WFVM' where id=6;
update noar tt set b2='632L66LPZKA1JK32SS' where id=6;
update noar ti set b2='632L66LPZKA1JK32SS' where id=6;
update noar tt set b0='S3YSKJ9KSYZ30J84HK7V2IGG9' where id=7;
update noar ti set b0='S3YSKJ9KSYZ30J84HK7V2IGG9' where id=7;
update noar tt set b1='XU9D2AVSO10JF31IRHCNBJ9IDODI' where id=7;
update noar ti set b1='XU9D2AVSO10JF31IRHCNBJ9IDODI' where id=7;
update noar tt set b2='AVJVWV9GZ' where id=7;
update noar ti set b2='AVJVWV9GZ' where id=7;
update noar tt set b0='48O24PEOERTPHDR' where id=8;
update noar ti set b0='48O24PEOERTPHDR' where id=8;
update noar tt set b1='MLRRQHX5LVKS3RQZF6Y543OD' where id=8;
update noar ti set b1='MLRRQHX5LVKS3RQZF6Y543OD' where id=8;
update noar tt set b2='HZ4U8DK7UPHZ6' where id=8;
update noar ti set b2='HZ4U8DK7UPHZ6' where id=8;
update noar tt set b0='KYF1MLNY33VQZQMXBQ5F8R3FPFH' where id=9;
update noar ti set b0='KYF1MLNY33VQZQMXBQ5F8R3FPFH' where id=9;
update noar tt set b1='UATOL4IICUWJAVYHDHH3' where id=9;
update noar ti set b1='UATOL4IICUWJAVYHDHH3' where id=9;
update noar tt set b2='VOPBKZQ0LEVC7COONC' where id=9;
update noar ti set b2='VOPBKZQ0LEVC7COONC' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='05' where id=1;
update noar ti set b0='05' where id=1;
update noar tt set b1='O4IHFFVNRZZZK54X0AZTSCZO3PAZZ' where id=1;
update noar ti set b1='O4IHFFVNRZZZK54X0AZTSCZO3PAZZ' where id=1;
update noar tt set b2='M4N24PFGJQ0' where id=1;
update noar ti set b2='M4N24PFGJQ0' where id=1;
update noar tt set b0='SJ6JRPT89I' where id=2;
update noar ti set b0='SJ6JRPT89I' where id=2;
update noar tt set b1='ZJ0JFBGS6VU9A4M8ZR21RAHKJNMPX' where id=2;
update noar ti set b1='ZJ0JFBGS6VU9A4M8ZR21RAHKJNMPX' where id=2;
update noar tt set b2='RJ4PVH' where id=2;
update noar ti set b2='RJ4PVH' where id=2;
update noar tt set b0='6OU58P9XA8N50GVTOV2DBEZ5' where id=3;
update noar ti set b0='6OU58P9XA8N50GVTOV2DBEZ5' where id=3;
update noar tt set b1='43UAVMC0YSDOCFW345Q' where id=3;
update noar ti set b1='43UAVMC0YSDOCFW345Q' where id=3;
update noar tt set b2='4VZWF0B5FJZ9GETZUI3FLX851' where id=3;
update noar ti set b2='4VZWF0B5FJZ9GETZUI3FLX851' where id=3;
update noar tt set b0='3SBDESFQJP5PSLARI' where id=4;
update noar ti set b0='3SBDESFQJP5PSLARI' where id=4;
update noar tt set b1='ZAE559D94BJO' where id=4;
update noar ti set b1='ZAE559D94BJO' where id=4;
update noar tt set b2='4BN4UVBKCYPN7V65KBEND43' where id=4;
update noar ti set b2='4BN4UVBKCYPN7V65KBEND43' where id=4;
update noar tt set b0='W6B8VJ' where id=5;
update noar ti set b0='W6B8VJ' where id=5;
update noar tt set b1='IXD' where id=5;
update noar ti set b1='IXD' where id=5;
update noar tt set b2='YXGHFA684YFTFHLY12' where id=5;
update noar ti set b2='YXGHFA684YFTFHLY12' where id=5;
update noar tt set b0='U3UPWR6P4UNHWJNAJ8R00' where id=6;
update noar ti set b0='U3UPWR6P4UNHWJNAJ8R00' where id=6;
update noar tt set b1='7HPC' where id=6;
update noar ti set b1='7HPC' where id=6;
update noar tt set b2='2NI415X5T2EQ254ZEL2IIVOIJTB6' where id=6;
update noar ti set b2='2NI415X5T2EQ254ZEL2IIVOIJTB6' where id=6;
update noar tt set b0='O6HO4ANMR13NNPMPG22R' where id=7;
update noar ti set b0='O6HO4ANMR13NNPMPG22R' where id=7;
update noar tt set b1='6QHHRTLOCSKS' where id=7;
update noar ti set b1='6QHHRTLOCSKS' where id=7;
update noar tt set b2='K7M3ATHMDDJ5FR754M8' where id=7;
update noar ti set b2='K7M3ATHMDDJ5FR754M8' where id=7;
update noar tt set b0='AHFZFYD' where id=8;
update noar ti set b0='AHFZFYD' where id=8;
update noar tt set b1='FJJEPK7T8QOUKRH0P4UQ' where id=8;
update noar ti set b1='FJJEPK7T8QOUKRH0P4UQ' where id=8;
update noar tt set b2='T241HEKMVFQA1' where id=8;
update noar ti set b2='T241HEKMVFQA1' where id=8;
update noar tt set b0='EGXA459GSEMGW1EJMRZC4TL217DU9' where id=9;
update noar ti set b0='EGXA459GSEMGW1EJMRZC4TL217DU9' where id=9;
update noar tt set b1='J7LF2LORHBNJPM3XECQLORW' where id=9;
update noar ti set b1='J7LF2LORHBNJPM3XECQLORW' where id=9;
update noar tt set b2='GGZH64I3MG905YE' where id=9;
update noar ti set b2='GGZH64I3MG905YE' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='X034FSFNVKZJI1ZOEOLNVZD' where id=1;
update noar ti set b0='X034FSFNVKZJI1ZOEOLNVZD' where id=1;
update noar tt set b1='6NBTYLL' where id=1;
update noar ti set b1='6NBTYLL' where id=1;
update noar tt set b2='2GKE8TQPPEOF9W3003U4JL' where id=1;
update noar ti set b2='2GKE8TQPPEOF9W3003U4JL' where id=1;
update noar tt set b0='3' where id=2;
update noar ti set b0='3' where id=2;
update noar tt set b1='0E7F892I' where id=2;
update noar ti set b1='0E7F892I' where id=2;
update noar tt set b2='KK75PGS7WL3M4M418D9UBVOKKV' where id=2;
update noar ti set b2='KK75PGS7WL3M4M418D9UBVOKKV' where id=2;
update noar tt set b0='NVNT' where id=3;
update noar ti set b0='NVNT' where id=3;
update noar tt set b1='NVGAN5QVTF' where id=3;
update noar ti set b1='NVGAN5QVTF' where id=3;
update noar tt set b2='PN7MSMBA2WH9S2X57HIZM5ABXN' where id=3;
update noar ti set b2='PN7MSMBA2WH9S2X57HIZM5ABXN' 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='O5DPVIPYXOESGB0871Z1L5MNYY' where id=4;
update noar ti set b1='O5DPVIPYXOESGB0871Z1L5MNYY' where id=4;
update noar tt set b2='BHUHCIQVDPN61' where id=4;
update noar ti set b2='BHUHCIQVDPN61' where id=4;
update noar tt set b0='64M0DI0I66OIBDFVB' where id=5;
update noar ti set b0='64M0DI0I66OIBDFVB' where id=5;
update noar tt set b1='WQ3YUSQ1CUBZ6O' where id=5;
update noar ti set b1='WQ3YUSQ1CUBZ6O' where id=5;
update noar tt set b2='IOAA7GJV2MUMX79U47WHNIVRJ' where id=5;
update noar ti set b2='IOAA7GJV2MUMX79U47WHNIVRJ' where id=5;
update noar tt set b0='U25YX' where id=6;
update noar ti set b0='U25YX' where id=6;
update noar tt set b1='REKULHRA2B1N93QN7QHC2X' where id=6;
update noar ti set b1='REKULHRA2B1N93QN7QHC2X' where id=6;
update noar tt set b2='CT' where id=6;
update noar ti set b2='CT' where id=6;
update noar tt set b0='Z897GW3IF8HZ4R663HNJB33HFEVDV' where id=7;
update noar ti set b0='Z897GW3IF8HZ4R663HNJB33HFEVDV' where id=7;
update noar tt set b1='Q6FXCUVVV00VRUSTZ7AUBKQRRMHAFW' where id=7;
update noar ti set b1='Q6FXCUVVV00VRUSTZ7AUBKQRRMHAFW' where id=7;
update noar tt set b2='NOJNQ9DNIP7REFA' where id=7;
update noar ti set b2='NOJNQ9DNIP7REFA' where id=7;
update noar tt set b0='MNFLO0SJFNGJ7ND2JM8VG' where id=8;
update noar ti set b0='MNFLO0SJFNGJ7ND2JM8VG' where id=8;
update noar tt set b1='3S' where id=8;
update noar ti set b1='3S' where id=8;
update noar tt set b2='36W286V' where id=8;
update noar ti set b2='36W286V' where id=8;
update noar tt set b0='YFIZIDM1PZ051VTVFUR5' where id=9;
update noar ti set b0='YFIZIDM1PZ051VTVFUR5' where id=9;
update noar tt set b1='ODB7M65QLE1JPSCVUYWGM7NKVF7' where id=9;
update noar ti set b1='ODB7M65QLE1JPSCVUYWGM7NKVF7' where id=9;
update noar tt set b2='1HZRRX7FBZZYPJFAM6USOPXCY4E' where id=9;
update noar ti set b2='1HZRRX7FBZZYPJFAM6USOPXCY4E' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='A4RISCWDGBJLX' where id=1;
update noar ti set b0='A4RISCWDGBJLX' where id=1;
update noar tt set b1='XTP' where id=1;
update noar ti set b1='XTP' where id=1;
update noar tt set b2='Q0H8ZJ5GWKO4BVKLDFJXO' where id=1;
update noar ti set b2='Q0H8ZJ5GWKO4BVKLDFJXO' where id=1;
update noar tt set b0='TAJU86GD9Y3V0I7011JVHSCPF7S' where id=2;
update noar ti set b0='TAJU86GD9Y3V0I7011JVHSCPF7S' where id=2;
update noar tt set b1='0T5OG9F5P72ARSKYVL7HKKXGM03' where id=2;
update noar ti set b1='0T5OG9F5P72ARSKYVL7HKKXGM03' where id=2;
update noar tt set b2='CZTHRQ' where id=2;
update noar ti set b2='CZTHRQ' where id=2;
update noar tt set b0='K0IM5CQ' where id=3;
update noar ti set b0='K0IM5CQ' where id=3;
update noar tt set b1='EI9RL9NE03REX' where id=3;
update noar ti set b1='EI9RL9NE03REX' where id=3;
update noar tt set b2='JF' where id=3;
update noar ti set b2='JF' where id=3;
update noar tt set b0='M43XHP3GQQ6303PQL5CP61HA0PD' where id=4;
update noar ti set b0='M43XHP3GQQ6303PQL5CP61HA0PD' where id=4;
update noar tt set b1='JY2B0604AK4TWJT' where id=4;
update noar ti set b1='JY2B0604AK4TWJT' where id=4;
update noar tt set b2='XCIPE4MXIOOT5GQ8BHYZD7V8RP7DSD8K' where id=4;
update noar ti set b2='XCIPE4MXIOOT5GQ8BHYZD7V8RP7DSD8K' where id=4;
update noar tt set b0='I5D8KFN39VEEOIYW08Z238VU027MK1' where id=5;
update noar ti set b0='I5D8KFN39VEEOIYW08Z238VU027MK1' where id=5;
update noar tt set b1='CI0U2VF81M' where id=5;
update noar ti set b1='CI0U2VF81M' where id=5;
update noar tt set b2='2FAOR0P5Z067W3L5Z4LM' where id=5;
update noar ti set b2='2FAOR0P5Z067W3L5Z4LM' where id=5;
update noar tt set b0='ZRO115BXSJSCHXPGJ0W37' where id=6;
update noar ti set b0='ZRO115BXSJSCHXPGJ0W37' where id=6;
update noar tt set b1='TXSB9TF8LQGJ4NQ' where id=6;
update noar ti set b1='TXSB9TF8LQGJ4NQ' where id=6;
update noar tt set b2='65M079S' where id=6;
update noar ti set b2='65M079S' where id=6;
update noar tt set b0='N0ELZH2V32919AIOVOF20' where id=7;
update noar ti set b0='N0ELZH2V32919AIOVOF20' where id=7;
update noar tt set b1='Q9DHWGM60LW0G2QLT37DV' where id=7;
update noar ti set b1='Q9DHWGM60LW0G2QLT37DV' where id=7;
update noar tt set b2='PQB6P32JFRNPVP' where id=7;
update noar ti set b2='PQB6P32JFRNPVP' where id=7;
update noar tt set b0='WB4MF4MNFTK1XZUVQ6EXK9JU6Y4' where id=8;
update noar ti set b0='WB4MF4MNFTK1XZUVQ6EXK9JU6Y4' where id=8;
update noar tt set b1='H1YUC7' where id=8;
update noar ti set b1='H1YUC7' where id=8;
update noar tt set b2='CWL5QAWZUNOY1231SJAZLAOD' where id=8;
update noar ti set b2='CWL5QAWZUNOY1231SJAZLAOD' where id=8;
update noar tt set b0='HW9EESVD' where id=9;
update noar ti set b0='HW9EESVD' where id=9;
update noar tt set b1='DW3NH21CIKKAG04QLAG7V674DJ1VSK' where id=9;
update noar ti set b1='DW3NH21CIKKAG04QLAG7V674DJ1VSK' where id=9;
update noar tt set b2='3X3V' where id=9;
update noar ti set b2='3X3V' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='3NTZ924' where id=1;
update noar ti set b0='3NTZ924' where id=1;
update noar tt set b1='G8B' where id=1;
update noar ti set b1='G8B' where id=1;
update noar tt set b2='75CJI3N075JUC8U' where id=1;
update noar ti set b2='75CJI3N075JUC8U' where id=1;
update noar tt set b0='0FPQXR01JL' where id=2;
update noar ti set b0='0FPQXR01JL' where id=2;
update noar tt set b1='27RQBABNVG102Q7YZYGA5' where id=2;
update noar ti set b1='27RQBABNVG102Q7YZYGA5' where id=2;
update noar tt set b2='JRYLJIR8' where id=2;
update noar ti set b2='JRYLJIR8' where id=2;
update noar tt set b0='N' where id=3;
update noar ti set b0='N' where id=3;
update noar tt set b1='3D3DSTAGP0D0HRBYKJOOCT' where id=3;
update noar ti set b1='3D3DSTAGP0D0HRBYKJOOCT' where id=3;
update noar tt set b2='9SK35YDRA9IWZO7ZIR3BXFH2GQD' where id=3;
update noar ti set b2='9SK35YDRA9IWZO7ZIR3BXFH2GQD' where id=3;
update noar tt set b0='DBI8XKD6YC7RBO36LS4T0D2F4BVFDE6' where id=4;
update noar ti set b0='DBI8XKD6YC7RBO36LS4T0D2F4BVFDE6' where id=4;
update noar tt set b1='0NS8YPMD' where id=4;
update noar ti set b1='0NS8YPMD' where id=4;
update noar tt set b2='8INS3RFU8B90S' where id=4;
update noar ti set b2='8INS3RFU8B90S' where id=4;
update noar tt set b0='LVTAGV5SNR0L1UDI7Z84F4' where id=5;
update noar ti set b0='LVTAGV5SNR0L1UDI7Z84F4' where id=5;
update noar tt set b1='X5H7O0NYEZSIOHAI1L6I8' where id=5;
update noar ti set b1='X5H7O0NYEZSIOHAI1L6I8' where id=5;
update noar tt set b2='6L09DZUIJ4AHB17MTV88DJA2VJ2Z' where id=5;
update noar ti set b2='6L09DZUIJ4AHB17MTV88DJA2VJ2Z' where id=5;
update noar tt set b0='9P63H9ER' where id=6;
update noar ti set b0='9P63H9ER' where id=6;
update noar tt set b1='5CBRD4GKNDZFYI4LERYX615XUDE' where id=6;
update noar ti set b1='5CBRD4GKNDZFYI4LERYX615XUDE' where id=6;
update noar tt set b2='6E6Q6P6I0PXHPW76VXFUPO63SF81' where id=6;
update noar ti set b2='6E6Q6P6I0PXHPW76VXFUPO63SF81' where id=6;
update noar tt set b0='G5N1I9M3MTDFO' where id=7;
update noar ti set b0='G5N1I9M3MTDFO' where id=7;
update noar tt set b1='GR59LIPCGR2TP72T' where id=7;
update noar ti set b1='GR59LIPCGR2TP72T' where id=7;
update noar tt set b2='9XRBHJSIG4U6O4VHB4QGGZWZP5APQ26J' where id=7;
update noar ti set b2='9XRBHJSIG4U6O4VHB4QGGZWZP5APQ26J' where id=7;
update noar tt set b0='HF7XIHDE8EFFE3VR' where id=8;
update noar ti set b0='HF7XIHDE8EFFE3VR' where id=8;
update noar tt set b1='58EI6HSQDDMN3EQ6YONLXKIUZ8DL51F5' where id=8;
update noar ti set b1='58EI6HSQDDMN3EQ6YONLXKIUZ8DL51F5' where id=8;
update noar tt set b2='MJXEWISOJJ3W9T44' where id=8;
update noar ti set b2='MJXEWISOJJ3W9T44' where id=8;
update noar tt set b0='MPLY5KR3ZCI9IMMC' where id=9;
update noar ti set b0='MPLY5KR3ZCI9IMMC' where id=9;
update noar tt set b1='V3M94H6K6KE804E50PE7AI' where id=9;
update noar ti set b1='V3M94H6K6KE804E50PE7AI' where id=9;
update noar tt set b2='B1ABAWX63M22RK3MCJRKN' where id=9;
update noar ti set b2='B1ABAWX63M22RK3MCJRKN' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='J4HNRD' where id=1;
update noar ti set b0='J4HNRD' where id=1;
update noar tt set b1='62E0V9D5WAMWH8YYXNHL4JLTDDE39' where id=1;
update noar ti set b1='62E0V9D5WAMWH8YYXNHL4JLTDDE39' where id=1;
update noar tt set b2='MLTIH' where id=1;
update noar ti set b2='MLTIH' where id=1;
update noar tt set b0='CDHDTQ7YB565VD88RZDK6B' where id=2;
update noar ti set b0='CDHDTQ7YB565VD88RZDK6B' where id=2;
update noar tt set b1='0RCRDV77LMOLSC7XD7NX50DS38V' where id=2;
update noar ti set b1='0RCRDV77LMOLSC7XD7NX50DS38V' where id=2;
update noar tt set b2='TW' where id=2;
update noar ti set b2='TW' where id=2;
update noar tt set b0='IGBO97QYAJZCNHN' where id=3;
update noar ti set b0='IGBO97QYAJZCNHN' where id=3;
update noar tt set b1='BY4PIPEFD1' where id=3;
update noar ti set b1='BY4PIPEFD1' where id=3;
update noar tt set b2='V07N6UEU0GO9IW7OGGJ9FJ4WW' where id=3;
update noar ti set b2='V07N6UEU0GO9IW7OGGJ9FJ4WW' where id=3;
update noar tt set b0='5K28HAIOJML' where id=4;
update noar ti set b0='5K28HAIOJML' where id=4;
update noar tt set b1='LRQPMIFF83WMF39CZCKRLDIA3W6NS' where id=4;
update noar ti set b1='LRQPMIFF83WMF39CZCKRLDIA3W6NS' where id=4;
update noar tt set b2='YZQIP659DOTYTRFOOKZLE' where id=4;
update noar ti set b2='YZQIP659DOTYTRFOOKZLE' where id=4;
update noar tt set b0='KPD' where id=5;
update noar ti set b0='KPD' where id=5;
update noar tt set b1='3OUMGDUS8WV1X94BK2LK' where id=5;
update noar ti set b1='3OUMGDUS8WV1X94BK2LK' where id=5;
update noar tt set b2='YTSW4I' where id=5;
update noar ti set b2='YTSW4I' where id=5;
update noar tt set b0='7UM9YX4BI6VJXVCGXZLT7' where id=6;
update noar ti set b0='7UM9YX4BI6VJXVCGXZLT7' where id=6;
update noar tt set b1='RHFYTIMZ2OMF0AYYLXRJZ6KTV' where id=6;
update noar ti set b1='RHFYTIMZ2OMF0AYYLXRJZ6KTV' where id=6;
update noar tt set b2='KSP9TQGTCA41CI0USAH' where id=6;
update noar ti set b2='KSP9TQGTCA41CI0USAH' where id=6;
update noar tt set b0='47SENG2D28RCKMKC3JJUE05DZA7QJM' where id=7;
update noar ti set b0='47SENG2D28RCKMKC3JJUE05DZA7QJM' where id=7;
update noar tt set b1='HW' where id=7;
update noar ti set b1='HW' where id=7;
update noar tt set b2='EVVM' where id=7;
update noar ti set b2='EVVM' where id=7;
update noar tt set b0='IZ9XQ8V0NI9DU' where id=8;
update noar ti set b0='IZ9XQ8V0NI9DU' where id=8;
update noar tt set b1='W6PZDWZN0HG4MU2VU8ZPLBB1' where id=8;
update noar ti set b1='W6PZDWZN0HG4MU2VU8ZPLBB1' where id=8;
update noar tt set b2='NQMEC6FXY01KGQ6M12LYFDF8WOM4X227' where id=8;
update noar ti set b2='NQMEC6FXY01KGQ6M12LYFDF8WOM4X227' where id=8;
update noar tt set b0='ML09XXU5AVT1306RZET28VNEMB1' where id=9;
update noar ti set b0='ML09XXU5AVT1306RZET28VNEMB1' where id=9;
update noar tt set b1='S3EFQNUT4IGF' where id=9;
update noar ti set b1='S3EFQNUT4IGF' where id=9;
update noar tt set b2='CI8TID8PEEZV0Q1TN0VMRPER' where id=9;
update noar ti set b2='CI8TID8PEEZV0Q1TN0VMRPER' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='279Q5MEEYP' where id=1;
update noar ti set b0='279Q5MEEYP' where id=1;
update noar tt set b1='CVR208QNZK4VNWS5T3XRBLCG3EQZJR' where id=1;
update noar ti set b1='CVR208QNZK4VNWS5T3XRBLCG3EQZJR' where id=1;
update noar tt set b2='IMFO9NINA9AXK98M0KJV579STV8FLC' where id=1;
update noar ti set b2='IMFO9NINA9AXK98M0KJV579STV8FLC' where id=1;
update noar tt set b0='QUUJLP0H0OGXS0' where id=2;
update noar ti set b0='QUUJLP0H0OGXS0' where id=2;
update noar tt set b1='QEIW3SEHD74GEW' where id=2;
update noar ti set b1='QEIW3SEHD74GEW' where id=2;
update noar tt set b2='CWZ65EDCG52MR1NSU1AXCLWLNY83L' where id=2;
update noar ti set b2='CWZ65EDCG52MR1NSU1AXCLWLNY83L' where id=2;
update noar tt set b0='RR59JAFJRN0TZ3I1S2TUR0MXQB2595M' where id=3;
update noar ti set b0='RR59JAFJRN0TZ3I1S2TUR0MXQB2595M' where id=3;
update noar tt set b1='ZH4NNU4ACZN2VOO9V053X0' where id=3;
update noar ti set b1='ZH4NNU4ACZN2VOO9V053X0' where id=3;
update noar tt set b2='O5I4PBU0M' where id=3;
update noar ti set b2='O5I4PBU0M' where id=3;
update noar tt set b0='DESXW511J4KEDV9' where id=4;
update noar ti set b0='DESXW511J4KEDV9' where id=4;
update noar tt set b1='TPW8MQVRIR89T2W6ZN19SWYNRL9' where id=4;
update noar ti set b1='TPW8MQVRIR89T2W6ZN19SWYNRL9' where id=4;
update noar tt set b2='AGCGY60GGLWCICS84PQUMA5AUIP' where id=4;
update noar ti set b2='AGCGY60GGLWCICS84PQUMA5AUIP' where id=4;
update noar tt set b0='78H3CXH2I4' where id=5;
update noar ti set b0='78H3CXH2I4' where id=5;
update noar tt set b1='RPL2YIVUA0M8CA02MXNUOTLARAIV' where id=5;
update noar ti set b1='RPL2YIVUA0M8CA02MXNUOTLARAIV' where id=5;
update noar tt set b2='2V9QBE76A1' where id=5;
update noar ti set b2='2V9QBE76A1' where id=5;
update noar tt set b0='2DZC1LZ1BSE' where id=6;
update noar ti set b0='2DZC1LZ1BSE' where id=6;
update noar tt set b1='Y9U38V29F36TXEIL5KW4PFO54DAKOMGW' where id=6;
update noar ti set b1='Y9U38V29F36TXEIL5KW4PFO54DAKOMGW' where id=6;
update noar tt set b2='9B1GEPUJSL04P11HKZ8QZX3' where id=6;
update noar ti set b2='9B1GEPUJSL04P11HKZ8QZX3' where id=6;
update noar tt set b0='AIZ7A10464FBM7WAI45Y89UXR' where id=7;
update noar ti set b0='AIZ7A10464FBM7WAI45Y89UXR' where id=7;
update noar tt set b1='43ZFNNJMOZOIIO273L' where id=7;
update noar ti set b1='43ZFNNJMOZOIIO273L' where id=7;
update noar tt set b2='H1G4AM871E3FF2' where id=7;
update noar ti set b2='H1G4AM871E3FF2' where id=7;
update noar tt set b0='CGROTA1RBLO6C' where id=8;
update noar ti set b0='CGROTA1RBLO6C' where id=8;
update noar tt set b1='88VV47N3T0HXER2UPHQOVVUE' where id=8;
update noar ti set b1='88VV47N3T0HXER2UPHQOVVUE' where id=8;
update noar tt set b2='K42129YV' where id=8;
update noar ti set b2='K42129YV' where id=8;
update noar tt set b0='0DBFSJMMYLMCWX7CS8QQ4UMCMP4PAGM0' where id=9;
update noar ti set b0='0DBFSJMMYLMCWX7CS8QQ4UMCMP4PAGM0' where id=9;
update noar tt set b1='K22T' where id=9;
update noar ti set b1='K22T' where id=9;
update noar tt set b2='AZW3P' where id=9;
update noar ti set b2='AZW3P' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='4X1E' where id=1;
update noar ti set b0='4X1E' where id=1;
update noar tt set b1='19B0K1SO5O33ZKIHJ0ZZATKNZ5EW23' where id=1;
update noar ti set b1='19B0K1SO5O33ZKIHJ0ZZATKNZ5EW23' where id=1;
update noar tt set b2='SOWR4UL9GMD6WICUX4029FNB5T' where id=1;
update noar ti set b2='SOWR4UL9GMD6WICUX4029FNB5T' where id=1;
update noar tt set b0='6HSSR' where id=2;
update noar ti set b0='6HSSR' where id=2;
update noar tt set b1='TJXYMN4XWZH01CHYOMXYZKESRQYP1QA' where id=2;
update noar ti set b1='TJXYMN4XWZH01CHYOMXYZKESRQYP1QA' where id=2;
update noar tt set b2='XMMIUOOJCHQ8K' where id=2;
update noar ti set b2='XMMIUOOJCHQ8K' where id=2;
update noar tt set b0='FCG9DW25F5L2M' where id=3;
update noar ti set b0='FCG9DW25F5L2M' where id=3;
update noar tt set b1='9PD' where id=3;
update noar ti set b1='9PD' where id=3;
update noar tt set b2='TQHATTHC32TVT91TR685XKI7ZJ' where id=3;
update noar ti set b2='TQHATTHC32TVT91TR685XKI7ZJ' where id=3;
update noar tt set b0='M1BOAJGTSMAB9CH5' where id=4;
update noar ti set b0='M1BOAJGTSMAB9CH5' where id=4;
update noar tt set b1='225UTDTH1OFM09SBE7FYEGWQWX5E9J' where id=4;
update noar ti set b1='225UTDTH1OFM09SBE7FYEGWQWX5E9J' where id=4;
update noar tt set b2='PSN1PBCN1V7UNG7HUOVWMGJQG95YN' where id=4;
update noar ti set b2='PSN1PBCN1V7UNG7HUOVWMGJQG95YN' where id=4;
update noar tt set b0='JUS4ESQA9RL664WHJK1I3' where id=5;
update noar ti set b0='JUS4ESQA9RL664WHJK1I3' where id=5;
update noar tt set b1='K67' where id=5;
update noar ti set b1='K67' where id=5;
update noar tt set b2='H7R64RWGXVE' where id=5;
update noar ti set b2='H7R64RWGXVE' where id=5;
update noar tt set b0='E923EL9HP524USSBDA2' where id=6;
update noar ti set b0='E923EL9HP524USSBDA2' where id=6;
update noar tt set b1='S1UZDMI14TUP0R2X5HUJ6DJEE' where id=6;
update noar ti set b1='S1UZDMI14TUP0R2X5HUJ6DJEE' where id=6;
update noar tt set b2='K4KFSA8SIYZTGJEVPFK1GITA' where id=6;
update noar ti set b2='K4KFSA8SIYZTGJEVPFK1GITA' where id=6;
update noar tt set b0='9WONU0BYWJY1TTYIRQ84EBEAB' where id=7;
update noar ti set b0='9WONU0BYWJY1TTYIRQ84EBEAB' where id=7;
update noar tt set b1='GY1Q1ZEK1PJN680LLFW5N3M8S0PB' where id=7;
update noar ti set b1='GY1Q1ZEK1PJN680LLFW5N3M8S0PB' where id=7;
update noar tt set b2='0NNUN2TAEZFVOKG4Q' where id=7;
update noar ti set b2='0NNUN2TAEZFVOKG4Q' where id=7;
update noar tt set b0='H5Q1QV49AO5B6' where id=8;
update noar ti set b0='H5Q1QV49AO5B6' where id=8;
update noar tt set b1='AJ4XRM0PBYQGBFVV' where id=8;
update noar ti set b1='AJ4XRM0PBYQGBFVV' where id=8;
update noar tt set b2='UCX1K5ALWV4AR7LOTH' where id=8;
update noar ti set b2='UCX1K5ALWV4AR7LOTH' where id=8;
update noar tt set b0='VY' where id=9;
update noar ti set b0='VY' where id=9;
update noar tt set b1='Q' where id=9;
update noar ti set b1='Q' where id=9;
update noar tt set b2='M9OHI2' where id=9;
update noar ti set b2='M9OHI2' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='OCIREO7EULTGK82PLBWCPG' where id=1;
update noar ti set b0='OCIREO7EULTGK82PLBWCPG' where id=1;
update noar tt set b1='SLI6OJ' where id=1;
update noar ti set b1='SLI6OJ' where id=1;
update noar tt set b2='K3CZQQNH6PPDF51FR8HYGNQ2G' where id=1;
update noar ti set b2='K3CZQQNH6PPDF51FR8HYGNQ2G' where id=1;
update noar tt set b0='O4KX72MZWC2TNJH6PUU6KAX1' where id=2;
update noar ti set b0='O4KX72MZWC2TNJH6PUU6KAX1' where id=2;
update noar tt set b1='Q49HY858PEV5HHYPK31RAKML' where id=2;
update noar ti set b1='Q49HY858PEV5HHYPK31RAKML' where id=2;
update noar tt set b2='6L1PUQH5O5' where id=2;
update noar ti set b2='6L1PUQH5O5' where id=2;
update noar tt set b0='3FZD6UYKBB17JZXNFV89VHX' where id=3;
update noar ti set b0='3FZD6UYKBB17JZXNFV89VHX' where id=3;
update noar tt set b1='IFUAOPIVGN6G5HGMVC38QDUBCURA5X4' where id=3;
update noar ti set b1='IFUAOPIVGN6G5HGMVC38QDUBCURA5X4' where id=3;
update noar tt set b2='5Z83MJXM' where id=3;
update noar ti set b2='5Z83MJXM' where id=3;
update noar tt set b0='98PWEN4M2SRWHZ7DN3LTK8OFYWXOA9P' where id=4;
update noar ti set b0='98PWEN4M2SRWHZ7DN3LTK8OFYWXOA9P' where id=4;
update noar tt set b1='VD2TJMRJB' where id=4;
update noar ti set b1='VD2TJMRJB' where id=4;
update noar tt set b2='Z6VMLFTYJJ7RB9EJ0MOGAZVL3YH' where id=4;
update noar ti set b2='Z6VMLFTYJJ7RB9EJ0MOGAZVL3YH' where id=4;
update noar tt set b0='0U3RRAE7LA7FBQBN' where id=5;
update noar ti set b0='0U3RRAE7LA7FBQBN' where id=5;
update noar tt set b1='YDEX8ZZ8CFNT' where id=5;
update noar ti set b1='YDEX8ZZ8CFNT' where id=5;
update noar tt set b2='O0V4G311CX2AE1R362E2GGLEH0Z5QL' where id=5;
update noar ti set b2='O0V4G311CX2AE1R362E2GGLEH0Z5QL' where id=5;
update noar tt set b0='NL6E2PCAOTH11U' where id=6;
update noar ti set b0='NL6E2PCAOTH11U' where id=6;
update noar tt set b1='JCT3JVQSA983TZBT57U' where id=6;
update noar ti set b1='JCT3JVQSA983TZBT57U' where id=6;
update noar tt set b2='LHCVOWICCDV7FCJPT' where id=6;
update noar ti set b2='LHCVOWICCDV7FCJPT' where id=6;
update noar tt set b0='A19MZS2NV5Y0OH210TT' where id=7;
update noar ti set b0='A19MZS2NV5Y0OH210TT' where id=7;
update noar tt set b1='RZY17B' where id=7;
update noar ti set b1='RZY17B' where id=7;
update noar tt set b2='0JFA3H8N' where id=7;
update noar ti set b2='0JFA3H8N' where id=7;
update noar tt set b0='E4HGH' where id=8;
update noar ti set b0='E4HGH' where id=8;
update noar tt set b1='2FXHM87C' where id=8;
update noar ti set b1='2FXHM87C' where id=8;
update noar tt set b2='9JXNOXK20EU7QTJS5NOQ089CUE2S5Y0R' where id=8;
update noar ti set b2='9JXNOXK20EU7QTJS5NOQ089CUE2S5Y0R' where id=8;
update noar tt set b0='S51RSSQQ3BHVY85B' where id=9;
update noar ti set b0='S51RSSQQ3BHVY85B' where id=9;
update noar tt set b1='AS2N0Y45AOPV20QI7XZ2TS5IEPN76' where id=9;
update noar ti set b1='AS2N0Y45AOPV20QI7XZ2TS5IEPN76' where id=9;
update noar tt set b2='4NA1NIGWK2Q4Y26G4QSHAMU1LZ3FLGA' where id=9;
update noar ti set b2='4NA1NIGWK2Q4Y26G4QSHAMU1LZ3FLGA' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='Y9ISTH3HDUILN1A' where id=1;
update noar ti set b0='Y9ISTH3HDUILN1A' where id=1;
update noar tt set b1='L' where id=1;
update noar ti set b1='L' where id=1;
update noar tt set b2='ESK33IKD7QW14APJFWPF6BG0448ZP0XO' where id=1;
update noar ti set b2='ESK33IKD7QW14APJFWPF6BG0448ZP0XO' where id=1;
update noar tt set b0='7K29FFU0XE' where id=2;
update noar ti set b0='7K29FFU0XE' where id=2;
update noar tt set b1='OBEMHE91SGYVCPCXM26V' where id=2;
update noar ti set b1='OBEMHE91SGYVCPCXM26V' where id=2;
update noar tt set b2='OUAEPLZU7X7EI2MUQBNJCFO6Z1J8XQQ' where id=2;
update noar ti set b2='OUAEPLZU7X7EI2MUQBNJCFO6Z1J8XQQ' 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='2XDCK' where id=3;
update noar ti set b1='2XDCK' where id=3;
update noar tt set b2='S69R0TNODIHJDLX68ZQ2TOM3C' where id=3;
update noar ti set b2='S69R0TNODIHJDLX68ZQ2TOM3C' where id=3;
update noar tt set b0='PQ71R' where id=4;
update noar ti set b0='PQ71R' where id=4;
update noar tt set b1='H7K8Q0P82P4' where id=4;
update noar ti set b1='H7K8Q0P82P4' where id=4;
update noar tt set b2='T2KAPNPPST7EC0OPDLWHXDYMRSY' where id=4;
update noar ti set b2='T2KAPNPPST7EC0OPDLWHXDYMRSY' where id=4;
update noar tt set b0='STB1PN' where id=5;
update noar ti set b0='STB1PN' where id=5;
update noar tt set b1='9PUU025EIHQ89H23XN' where id=5;
update noar ti set b1='9PUU025EIHQ89H23XN' where id=5;
update noar tt set b2='47YI2Z3WHTORUAU8ADY2UK' where id=5;
update noar ti set b2='47YI2Z3WHTORUAU8ADY2UK' where id=5;
update noar tt set b0='L3ZWNA5459YR9NMQ6GH' where id=6;
update noar ti set b0='L3ZWNA5459YR9NMQ6GH' where id=6;
update noar tt set b1='IFTNT1WBOVSMZE69RTLU5K5ANLYHB' where id=6;
update noar ti set b1='IFTNT1WBOVSMZE69RTLU5K5ANLYHB' where id=6;
update noar tt set b2='G3VSBBDUH0ZE4E1FW08TTPR' where id=6;
update noar ti set b2='G3VSBBDUH0ZE4E1FW08TTPR' where id=6;
update noar tt set b0='0GRP3I8IJ2N5ILCMKUMYG7' where id=7;
update noar ti set b0='0GRP3I8IJ2N5ILCMKUMYG7' where id=7;
update noar tt set b1='0' where id=7;
update noar ti set b1='0' where id=7;
update noar tt set b2='041SSIN24GU5CL8WDKC36AJ8' where id=7;
update noar ti set b2='041SSIN24GU5CL8WDKC36AJ8' where id=7;
update noar tt set b0='G6QR5SX3B4PGG43B9MYENT17J8V8E' where id=8;
update noar ti set b0='G6QR5SX3B4PGG43B9MYENT17J8V8E' where id=8;
update noar tt set b1='9UYZ6E5TL64RU' where id=8;
update noar ti set b1='9UYZ6E5TL64RU' where id=8;
update noar tt set b2='E7J0V' where id=8;
update noar ti set b2='E7J0V' where id=8;
update noar tt set b0='6B' where id=9;
update noar ti set b0='6B' where id=9;
update noar tt set b1='S2JPR67LQ1FDO0QOWPYHUSPYNKIZCI' where id=9;
update noar ti set b1='S2JPR67LQ1FDO0QOWPYHUSPYNKIZCI' where id=9;
update noar tt set b2='OS9FX4AEF9LUBJQ7Z9SNAP77' where id=9;
update noar ti set b2='OS9FX4AEF9LUBJQ7Z9SNAP77' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='IOL36NKO7O42JY4ILE9ENC00O101' where id=1;
update noar ti set b0='IOL36NKO7O42JY4ILE9ENC00O101' where id=1;
update noar tt set b1='61APSHYW25OWS' where id=1;
update noar ti set b1='61APSHYW25OWS' where id=1;
update noar tt set b2='QA3ST6S7P3QGD3DNE56OLQU5NMPL9' where id=1;
update noar ti set b2='QA3ST6S7P3QGD3DNE56OLQU5NMPL9' where id=1;
update noar tt set b0='6RQJTA61SAOA2WEFEFVCP30P3O' where id=2;
update noar ti set b0='6RQJTA61SAOA2WEFEFVCP30P3O' where id=2;
update noar tt set b1='6' where id=2;
update noar ti set b1='6' where id=2;
update noar tt set b2='3IK9I5T' where id=2;
update noar ti set b2='3IK9I5T' where id=2;
update noar tt set b0='F1E3UIB' where id=3;
update noar ti set b0='F1E3UIB' where id=3;
update noar tt set b1='X' where id=3;
update noar ti set b1='X' where id=3;
update noar tt set b2='40S5BG3Z3KP4IHEO9B3' where id=3;
update noar ti set b2='40S5BG3Z3KP4IHEO9B3' where id=3;
update noar tt set b0='UI5HJPADGQ8RYH7B7B' where id=4;
update noar ti set b0='UI5HJPADGQ8RYH7B7B' where id=4;
update noar tt set b1='ZTEHKK' where id=4;
update noar ti set b1='ZTEHKK' where id=4;
update noar tt set b2='0K4043AMS79X2PAT12E3ZUOEX4NY' where id=4;
update noar ti set b2='0K4043AMS79X2PAT12E3ZUOEX4NY' where id=4;
update noar tt set b0='BUQU3ZQTLSZ3YKAHPBCZJDQ7' where id=5;
update noar ti set b0='BUQU3ZQTLSZ3YKAHPBCZJDQ7' where id=5;
update noar tt set b1='BSC9AJLB3G' where id=5;
update noar ti set b1='BSC9AJLB3G' where id=5;
update noar tt set b2='O1TWR20L3G1UKPSJTXA7NZ2Z0G' where id=5;
update noar ti set b2='O1TWR20L3G1UKPSJTXA7NZ2Z0G' where id=5;
update noar tt set b0='0D0TVTMQ0R' where id=6;
update noar ti set b0='0D0TVTMQ0R' where id=6;
update noar tt set b1='PA29EYMAKX4HQC2P398IYX2ACW80U4LZ' where id=6;
update noar ti set b1='PA29EYMAKX4HQC2P398IYX2ACW80U4LZ' where id=6;
update noar tt set b2='1DZHCEU' where id=6;
update noar ti set b2='1DZHCEU' where id=6;
update noar tt set b0='MWGW' where id=7;
update noar ti set b0='MWGW' where id=7;
update noar tt set b1='IEXUC3RWFUYVO3C92M2VC6Q7OQE4MD' where id=7;
update noar ti set b1='IEXUC3RWFUYVO3C92M2VC6Q7OQE4MD' where id=7;
update noar tt set b2='RDA8UROB0W9DHSW00TX64YE18R7HQOM' where id=7;
update noar ti set b2='RDA8UROB0W9DHSW00TX64YE18R7HQOM' where id=7;
update noar tt set b0='Q9Y372' where id=8;
update noar ti set b0='Q9Y372' where id=8;
update noar tt set b1='B9C0' where id=8;
update noar ti set b1='B9C0' where id=8;
update noar tt set b2='3K6KVYMHG2OTKS39SFY' where id=8;
update noar ti set b2='3K6KVYMHG2OTKS39SFY' where id=8;
update noar tt set b0='HD616AGTFUYWH28HZ68RM79ZYXMBK' where id=9;
update noar ti set b0='HD616AGTFUYWH28HZ68RM79ZYXMBK' where id=9;
update noar tt set b1='M3VH38MVAL' where id=9;
update noar ti set b1='M3VH38MVAL' where id=9;
update noar tt set b2='4ET5I5X' where id=9;
update noar ti set b2='4ET5I5X' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='T380C' where id=1;
update noar ti set b0='T380C' where id=1;
update noar tt set b1='3NF' where id=1;
update noar ti set b1='3NF' where id=1;
update noar tt set b2='0WZKW6IIWKSBMNQ3690VG0TBJTDK9OHE' where id=1;
update noar ti set b2='0WZKW6IIWKSBMNQ3690VG0TBJTDK9OHE' where id=1;
update noar tt set b0='Z5' where id=2;
update noar ti set b0='Z5' where id=2;
update noar tt set b1='7O94L09QIGA415UT4T' where id=2;
update noar ti set b1='7O94L09QIGA415UT4T' where id=2;
update noar tt set b2='ESKQ1CR1' where id=2;
update noar ti set b2='ESKQ1CR1' where id=2;
update noar tt set b0='WSSAFTVW8B3XN92G' where id=3;
update noar ti set b0='WSSAFTVW8B3XN92G' where id=3;
update noar tt set b1='77P7ML7LFLM' where id=3;
update noar ti set b1='77P7ML7LFLM' where id=3;
update noar tt set b2='H1BVR2GMYMOFJY3AC' where id=3;
update noar ti set b2='H1BVR2GMYMOFJY3AC' where id=3;
update noar tt set b0='KN0H0XU5CO4OW67ABZU0' where id=4;
update noar ti set b0='KN0H0XU5CO4OW67ABZU0' where id=4;
update noar tt set b1='HLAD08TJ39PP858PLXP8OZ' where id=4;
update noar ti set b1='HLAD08TJ39PP858PLXP8OZ' where id=4;
update noar tt set b2='OTOVRANLOJUZKLC' where id=4;
update noar ti set b2='OTOVRANLOJUZKLC' where id=4;
update noar tt set b0='0DBOJRNOIB2W4PN8HT' where id=5;
update noar ti set b0='0DBOJRNOIB2W4PN8HT' where id=5;
update noar tt set b1='E9GP9WIYTT' where id=5;
update noar ti set b1='E9GP9WIYTT' where id=5;
update noar tt set b2='NA00D4KB7V0FAZ4Z8Y0' where id=5;
update noar ti set b2='NA00D4KB7V0FAZ4Z8Y0' where id=5;
update noar tt set b0='MA5IP0UR0BLXZAEB3PL9' where id=6;
update noar ti set b0='MA5IP0UR0BLXZAEB3PL9' where id=6;
update noar tt set b1='QSTZIU7AP3HP1T' where id=6;
update noar ti set b1='QSTZIU7AP3HP1T' where id=6;
update noar tt set b2='HZI1V5U6I2UYO7K' where id=6;
update noar ti set b2='HZI1V5U6I2UYO7K' where id=6;
update noar tt set b0='CEDC272P0QVBTEQJB7K0FMKYV7R90Z' where id=7;
update noar ti set b0='CEDC272P0QVBTEQJB7K0FMKYV7R90Z' where id=7;
update noar tt set b1='THBLBVG3CKQJJ7ZEU6397PE0UBRXJK' where id=7;
update noar ti set b1='THBLBVG3CKQJJ7ZEU6397PE0UBRXJK' where id=7;
update noar tt set b2='Z7WBW06' where id=7;
update noar ti set b2='Z7WBW06' where id=7;
update noar tt set b0='H7URDPV83KP9PX0A' where id=8;
update noar ti set b0='H7URDPV83KP9PX0A' where id=8;
update noar tt set b1='3QBWMF55F0SF872JXHK' where id=8;
update noar ti set b1='3QBWMF55F0SF872JXHK' where id=8;
update noar tt set b2='54LCUIR8AH7KW55D' where id=8;
update noar ti set b2='54LCUIR8AH7KW55D' where id=8;
update noar tt set b0='K' where id=9;
update noar ti set b0='K' where id=9;
update noar tt set b1='JR2VKN5K2HBI' where id=9;
update noar ti set b1='JR2VKN5K2HBI' where id=9;
update noar tt set b2='SHXUBWU8UBEAGTGDRR8SP1H3G5M' where id=9;
update noar ti set b2='SHXUBWU8UBEAGTGDRR8SP1H3G5M' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='WLNJWME6H2OBVRZ0LTN' where id=1;
update noar ti set b0='WLNJWME6H2OBVRZ0LTN' where id=1;
update noar tt set b1='C8XC354JI1EOC2' where id=1;
update noar ti set b1='C8XC354JI1EOC2' where id=1;
update noar tt set b2='SI9TDPWVRMH53XCRWVUV5R79OQ7IW' where id=1;
update noar ti set b2='SI9TDPWVRMH53XCRWVUV5R79OQ7IW' where id=1;
update noar tt set b0='MWBUNHA5O5M7145KV' where id=2;
update noar ti set b0='MWBUNHA5O5M7145KV' where id=2;
update noar tt set b1='F2T2L9MZ' where id=2;
update noar ti set b1='F2T2L9MZ' where id=2;
update noar tt set b2='EMTANYHZ6GMOJHMPS641' where id=2;
update noar ti set b2='EMTANYHZ6GMOJHMPS641' where id=2;
update noar tt set b0='SLF1S6SPJ3XR9SP' where id=3;
update noar ti set b0='SLF1S6SPJ3XR9SP' where id=3;
update noar tt set b1='L1Z' where id=3;
update noar ti set b1='L1Z' where id=3;
update noar tt set b2='6JU0V7KMEJZQSGNO30KYB294Z2L' where id=3;
update noar ti set b2='6JU0V7KMEJZQSGNO30KYB294Z2L' where id=3;
update noar tt set b0='7QKSYQ5DZIHCR1B4ZOGAECQ9UQ' where id=4;
update noar ti set b0='7QKSYQ5DZIHCR1B4ZOGAECQ9UQ' where id=4;
update noar tt set b1='9AWDYM8FFW2YIMZSD' where id=4;
update noar ti set b1='9AWDYM8FFW2YIMZSD' where id=4;
update noar tt set b2='YBEDSXPAZ09FD' where id=4;
update noar ti set b2='YBEDSXPAZ09FD' where id=4;
update noar tt set b0='9VE13N7F4VHGJ5QW88UCROEFJ' where id=5;
update noar ti set b0='9VE13N7F4VHGJ5QW88UCROEFJ' where id=5;
update noar tt set b1='HF' where id=5;
update noar ti set b1='HF' where id=5;
update noar tt set b2='X2YCZR5R92MJ8KUE' where id=5;
update noar ti set b2='X2YCZR5R92MJ8KUE' where id=5;
update noar tt set b0='FNID37BZ4DDEJ' where id=6;
update noar ti set b0='FNID37BZ4DDEJ' where id=6;
update noar tt set b1='849EMPH4B2FZCPNAKB' where id=6;
update noar ti set b1='849EMPH4B2FZCPNAKB' where id=6;
update noar tt set b2='32XXJNX28C3GD88RTP64ZQY0IR' where id=6;
update noar ti set b2='32XXJNX28C3GD88RTP64ZQY0IR' where id=6;
update noar tt set b0='082S63SFAG5JXNF9' where id=7;
update noar ti set b0='082S63SFAG5JXNF9' where id=7;
update noar tt set b1='G8PLVMNMCV' where id=7;
update noar ti set b1='G8PLVMNMCV' where id=7;
update noar tt set b2='WB1AX04I18TSGV8P6BG7M5HF' where id=7;
update noar ti set b2='WB1AX04I18TSGV8P6BG7M5HF' where id=7;
update noar tt set b0='K0CYKV7S6' where id=8;
update noar ti set b0='K0CYKV7S6' where id=8;
update noar tt set b1='U06ZKSJA48RZNMPLNUQNONQQ5A9A2' where id=8;
update noar ti set b1='U06ZKSJA48RZNMPLNUQNONQQ5A9A2' where id=8;
update noar tt set b2='23XFMLZ2W' where id=8;
update noar ti set b2='23XFMLZ2W' where id=8;
update noar tt set b0='SQFUYPJLLQD1MOQKB7' where id=9;
update noar ti set b0='SQFUYPJLLQD1MOQKB7' where id=9;
update noar tt set b1='JTA2SZZ6' where id=9;
update noar ti set b1='JTA2SZZ6' where id=9;
update noar tt set b2='QJSWPK' where id=9;
update noar ti set b2='QJSWPK' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='VRL' where id=1;
update noar ti set b0='VRL' where id=1;
update noar tt set b1='VTI8CNA9JAM4421USWYDQCN5D' where id=1;
update noar ti set b1='VTI8CNA9JAM4421USWYDQCN5D' where id=1;
update noar tt set b2='RDUPPH0UL1C' where id=1;
update noar ti set b2='RDUPPH0UL1C' where id=1;
update noar tt set b0='GIJ2FXVOXP' where id=2;
update noar ti set b0='GIJ2FXVOXP' where id=2;
update noar tt set b1='4XKLRR9XEHVD2NUQYDV' where id=2;
update noar ti set b1='4XKLRR9XEHVD2NUQYDV' where id=2;
update noar tt set b2='WONXBWAIPT9HX3XD' where id=2;
update noar ti set b2='WONXBWAIPT9HX3XD' where id=2;
update noar tt set b0='WAU7Z8CVU5ABIFNDJH58I6NXT4' where id=3;
update noar ti set b0='WAU7Z8CVU5ABIFNDJH58I6NXT4' where id=3;
update noar tt set b1='RQ61FPPBVT52PBA4L67' where id=3;
update noar ti set b1='RQ61FPPBVT52PBA4L67' where id=3;
update noar tt set b2='EV35B3HC9KDP9JUUME55Y9HM' where id=3;
update noar ti set b2='EV35B3HC9KDP9JUUME55Y9HM' where id=3;
update noar tt set b0='9FH24T2NX' where id=4;
update noar ti set b0='9FH24T2NX' where id=4;
update noar tt set b1='3W' where id=4;
update noar ti set b1='3W' where id=4;
update noar tt set b2='8VV9I6F' where id=4;
update noar ti set b2='8VV9I6F' where id=4;
update noar tt set b0='9ES0GV77GPY23X' where id=5;
update noar ti set b0='9ES0GV77GPY23X' where id=5;
update noar tt set b1='SX6PU6IZWWHJNSYCHUKYMV57Q2V' where id=5;
update noar ti set b1='SX6PU6IZWWHJNSYCHUKYMV57Q2V' where id=5;
update noar tt set b2='7JDO336A4423EF' where id=5;
update noar ti set b2='7JDO336A4423EF' where id=5;
update noar tt set b0='L8IXT3Y0O35VZ8PQFC' where id=6;
update noar ti set b0='L8IXT3Y0O35VZ8PQFC' where id=6;
update noar tt set b1='MBO42KTLPO81F1LFO' where id=6;
update noar ti set b1='MBO42KTLPO81F1LFO' where id=6;
update noar tt set b2='10XYLEW8UHPJ8PYIJ' where id=6;
update noar ti set b2='10XYLEW8UHPJ8PYIJ' where id=6;
update noar tt set b0='8DSJ' where id=7;
update noar ti set b0='8DSJ' where id=7;
update noar tt set b1='X7NNSC9OW5V6LPLHCYQXR9RGNRC' where id=7;
update noar ti set b1='X7NNSC9OW5V6LPLHCYQXR9RGNRC' where id=7;
update noar tt set b2='8ET5G248UR66EA3DEJFRYTSJ' where id=7;
update noar ti set b2='8ET5G248UR66EA3DEJFRYTSJ' where id=7;
update noar tt set b0='WHB0U6I1CZEHN' where id=8;
update noar ti set b0='WHB0U6I1CZEHN' where id=8;
update noar tt set b1='G1Y62CY8ICNUUIAVTPY9OTB5BB4' where id=8;
update noar ti set b1='G1Y62CY8ICNUUIAVTPY9OTB5BB4' where id=8;
update noar tt set b2='QXGF8LE5F06Y4WKT' where id=8;
update noar ti set b2='QXGF8LE5F06Y4WKT' where id=8;
update noar tt set b0='TFYV02P' where id=9;
update noar ti set b0='TFYV02P' where id=9;
update noar tt set b1='DX1B3ML0QJ108' where id=9;
update noar ti set b1='DX1B3ML0QJ108' where id=9;
update noar tt set b2='5UR' where id=9;
update noar ti set b2='5UR' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='RP5GASBE4YDUS233ZZVP' where id=1;
update noar ti set b0='RP5GASBE4YDUS233ZZVP' where id=1;
update noar tt set b1='Z' where id=1;
update noar ti set b1='Z' where id=1;
update noar tt set b2='WGS857557KE4ZYU0EZ' where id=1;
update noar ti set b2='WGS857557KE4ZYU0EZ' 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='WHWISUI11YVBIINN7V20RBFSW5Q' where id=2;
update noar ti set b1='WHWISUI11YVBIINN7V20RBFSW5Q' where id=2;
update noar tt set b2='N2YO2PJHM2XKZJ' where id=2;
update noar ti set b2='N2YO2PJHM2XKZJ' where id=2;
update noar tt set b0='0PI6NVM39TYBPE' where id=3;
update noar ti set b0='0PI6NVM39TYBPE' where id=3;
update noar tt set b1='DGELM5XW1PV3ALNRI8ZKBSW9ZDL9' where id=3;
update noar ti set b1='DGELM5XW1PV3ALNRI8ZKBSW9ZDL9' where id=3;
update noar tt set b2='FFF1D499' where id=3;
update noar ti set b2='FFF1D499' where id=3;
update noar tt set b0='5EAEY' where id=4;
update noar ti set b0='5EAEY' where id=4;
update noar tt set b1='G0TV0' where id=4;
update noar ti set b1='G0TV0' where id=4;
update noar tt set b2='FPV2ZAJ59B5239UXD' where id=4;
update noar ti set b2='FPV2ZAJ59B5239UXD' where id=4;
update noar tt set b0='FM9PQMJ412RNG' where id=5;
update noar ti set b0='FM9PQMJ412RNG' where id=5;
update noar tt set b1='2041AUI' where id=5;
update noar ti set b1='2041AUI' where id=5;
update noar tt set b2='CLRS69XE42JJEB5TY8Z6QUXWUJ6DXD' where id=5;
update noar ti set b2='CLRS69XE42JJEB5TY8Z6QUXWUJ6DXD' where id=5;
update noar tt set b0='DJ3TPIOKZ836OW4B9FO16KDJWF' where id=6;
update noar ti set b0='DJ3TPIOKZ836OW4B9FO16KDJWF' where id=6;
update noar tt set b1='9S1SEP4RW4YU1I' where id=6;
update noar ti set b1='9S1SEP4RW4YU1I' where id=6;
update noar tt set b2='O1' where id=6;
update noar ti set b2='O1' where id=6;
update noar tt set b0='FKEX1I' where id=7;
update noar ti set b0='FKEX1I' where id=7;
update noar tt set b1='HLIIY5BHLXYI8QHCTFLYATWQVCH' where id=7;
update noar ti set b1='HLIIY5BHLXYI8QHCTFLYATWQVCH' where id=7;
update noar tt set b2='ANDWFO3V9MU8074' where id=7;
update noar ti set b2='ANDWFO3V9MU8074' where id=7;
update noar tt set b0='ZO5RZL7YXCF' where id=8;
update noar ti set b0='ZO5RZL7YXCF' where id=8;
update noar tt set b1='YPL4VN13N31' where id=8;
update noar ti set b1='YPL4VN13N31' where id=8;
update noar tt set b2='2FL7C1IB5Z3QF81G4VQM01NEFBN65N2' where id=8;
update noar ti set b2='2FL7C1IB5Z3QF81G4VQM01NEFBN65N2' where id=8;
update noar tt set b0='9XZQ172W36TIGV0VB2YK' where id=9;
update noar ti set b0='9XZQ172W36TIGV0VB2YK' where id=9;
update noar tt set b1='PQA4XTJGR8FTJ7S3D' where id=9;
update noar ti set b1='PQA4XTJGR8FTJ7S3D' where id=9;
update noar tt set b2='1IUDI7XCY25C6WI9R3G48FASEBPYROE4' where id=9;
update noar ti set b2='1IUDI7XCY25C6WI9R3G48FASEBPYROE4' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='4OFW6WYAO' where id=1;
update noar ti set b0='4OFW6WYAO' where id=1;
update noar tt set b1='2UEJCC' where id=1;
update noar ti set b1='2UEJCC' where id=1;
update noar tt set b2='TJ3M3OMUWEH8HIR' where id=1;
update noar ti set b2='TJ3M3OMUWEH8HIR' where id=1;
update noar tt set b0='BT8ODN18K20IC5VH6VGVI2EWE' where id=2;
update noar ti set b0='BT8ODN18K20IC5VH6VGVI2EWE' where id=2;
update noar tt set b1='QTCS' where id=2;
update noar ti set b1='QTCS' where id=2;
update noar tt set b2='J8HNGL9AJ6TYPOADOEUH2V2BWEHULL' where id=2;
update noar ti set b2='J8HNGL9AJ6TYPOADOEUH2V2BWEHULL' where id=2;
update noar tt set b0='COX3KL1I84FGB2FWFYFQB2SPHV1' where id=3;
update noar ti set b0='COX3KL1I84FGB2FWFYFQB2SPHV1' where id=3;
update noar tt set b1='T8MNBN1IN0BOGX1P' where id=3;
update noar ti set b1='T8MNBN1IN0BOGX1P' where id=3;
update noar tt set b2='S298CDBWCQORAHJ77KJFHC8J7VSWR' where id=3;
update noar ti set b2='S298CDBWCQORAHJ77KJFHC8J7VSWR' where id=3;
update noar tt set b0='O' where id=4;
update noar ti set b0='O' where id=4;
update noar tt set b1='LP9YMS6CASK581' where id=4;
update noar ti set b1='LP9YMS6CASK581' where id=4;
update noar tt set b2='ILRPWZGD5D' where id=4;
update noar ti set b2='ILRPWZGD5D' where id=4;
update noar tt set b0='I6BQZE4GGT8XXSAK0MD32T1NY2MIFU' where id=5;
update noar ti set b0='I6BQZE4GGT8XXSAK0MD32T1NY2MIFU' where id=5;
update noar tt set b1='SH3LWT35UPQTA' where id=5;
update noar ti set b1='SH3LWT35UPQTA' where id=5;
update noar tt set b2='TSDKBZPQUSMY89LGYRJJKBT8I' where id=5;
update noar ti set b2='TSDKBZPQUSMY89LGYRJJKBT8I' where id=5;
update noar tt set b0='RQ800FFQKV2W7EA2Y' where id=6;
update noar ti set b0='RQ800FFQKV2W7EA2Y' where id=6;
update noar tt set b1='18VDPEML6F2F' where id=6;
update noar ti set b1='18VDPEML6F2F' where id=6;
update noar tt set b2='LDYLOICU8NQ' where id=6;
update noar ti set b2='LDYLOICU8NQ' where id=6;
update noar tt set b0='K7BB449L0FX4' where id=7;
update noar ti set b0='K7BB449L0FX4' where id=7;
update noar tt set b1='QP5UABVPAED8CH1W60W05P3GXNL6' where id=7;
update noar ti set b1='QP5UABVPAED8CH1W60W05P3GXNL6' where id=7;
update noar tt set b2='S4NNS3W6TAT3H295COGMTQV7SQNFG' where id=7;
update noar ti set b2='S4NNS3W6TAT3H295COGMTQV7SQNFG' where id=7;
update noar tt set b0='LZWC8JJB5' where id=8;
update noar ti set b0='LZWC8JJB5' where id=8;
update noar tt set b1='18BA2176HXT7DD7PJZEY' where id=8;
update noar ti set b1='18BA2176HXT7DD7PJZEY' where id=8;
update noar tt set b2='BFJE08M0Y7EKCJ2GOEI2PAW56SSTK' where id=8;
update noar ti set b2='BFJE08M0Y7EKCJ2GOEI2PAW56SSTK' where id=8;
update noar tt set b0='AG5Q2W2X' where id=9;
update noar ti set b0='AG5Q2W2X' where id=9;
update noar tt set b1='WZGPDRI7L7OQ1G7W' where id=9;
update noar ti set b1='WZGPDRI7L7OQ1G7W' where id=9;
update noar tt set b2='PLGXNGXBC2UR0U2N4HW1DRT' where id=9;
update noar ti set b2='PLGXNGXBC2UR0U2N4HW1DRT' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='80ZB3B0K0TAJQFQTR5K5WH1V80YC5A2I' where id=1;
update noar ti set b0='80ZB3B0K0TAJQFQTR5K5WH1V80YC5A2I' where id=1;
update noar tt set b1='EM' where id=1;
update noar ti set b1='EM' where id=1;
update noar tt set b2='CB6XZQ4' where id=1;
update noar ti set b2='CB6XZQ4' where id=1;
update noar tt set b0='F92JCSY3F0IVED' where id=2;
update noar ti set b0='F92JCSY3F0IVED' where id=2;
update noar tt set b1='9U7JA19EQRDS' where id=2;
update noar ti set b1='9U7JA19EQRDS' where id=2;
update noar tt set b2='MCLR26TWMOQIREYARYP68VX4AFO1' where id=2;
update noar ti set b2='MCLR26TWMOQIREYARYP68VX4AFO1' where id=2;
update noar tt set b0='85L44GBOAF9AUFGGJ50X0T' where id=3;
update noar ti set b0='85L44GBOAF9AUFGGJ50X0T' where id=3;
update noar tt set b1='1F27E7T7BMDR9VJBNSZGATASWY9O' where id=3;
update noar ti set b1='1F27E7T7BMDR9VJBNSZGATASWY9O' where id=3;
update noar tt set b2='DFCY9ZF42' where id=3;
update noar ti set b2='DFCY9ZF42' where id=3;
update noar tt set b0='RCIZUE7P3I3HP7YXAQE8XZ1X96WEJTA' where id=4;
update noar ti set b0='RCIZUE7P3I3HP7YXAQE8XZ1X96WEJTA' where id=4;
update noar tt set b1='PMTGO' where id=4;
update noar ti set b1='PMTGO' where id=4;
update noar tt set b2='U532KR5' where id=4;
update noar ti set b2='U532KR5' where id=4;
update noar tt set b0='IB072P8ROKC2G25AVDY' where id=5;
update noar ti set b0='IB072P8ROKC2G25AVDY' where id=5;
update noar tt set b1='NB01HV0DT4VR' where id=5;
update noar ti set b1='NB01HV0DT4VR' where id=5;
update noar tt set b2='SWELG1UXADBIFNUQL35NBXOX5Z9XK7' where id=5;
update noar ti set b2='SWELG1UXADBIFNUQL35NBXOX5Z9XK7' where id=5;
update noar tt set b0='2FEJRPQT81IT0JS0BMGY' where id=6;
update noar ti set b0='2FEJRPQT81IT0JS0BMGY' where id=6;
update noar tt set b1='7NYQYMGG3BOQ3JPKZ4M3MTMTGJ6GEQP' where id=6;
update noar ti set b1='7NYQYMGG3BOQ3JPKZ4M3MTMTGJ6GEQP' where id=6;
update noar tt set b2='YLJX8' where id=6;
update noar ti set b2='YLJX8' where id=6;
update noar tt set b0='7K2SB20HEJ8YHUTZ5ACM9Z76BY4NIHR9' where id=7;
update noar ti set b0='7K2SB20HEJ8YHUTZ5ACM9Z76BY4NIHR9' where id=7;
update noar tt set b1='HB1MUB603MX9L8C1REBKEULZFQF' where id=7;
update noar ti set b1='HB1MUB603MX9L8C1REBKEULZFQF' where id=7;
update noar tt set b2='30SSTZNLY13AQL74ZDSEJXE' where id=7;
update noar ti set b2='30SSTZNLY13AQL74ZDSEJXE' where id=7;
update noar tt set b0='2KP9926Q2Z67HM4LM0U0RTQDZ' where id=8;
update noar ti set b0='2KP9926Q2Z67HM4LM0U0RTQDZ' where id=8;
update noar tt set b1='3EIHJ7U4SYZHTW0SK9X' where id=8;
update noar ti set b1='3EIHJ7U4SYZHTW0SK9X' where id=8;
update noar tt set b2='BZOX7CAW' where id=8;
update noar ti set b2='BZOX7CAW' where id=8;
update noar tt set b0='0750KDQ7ED4SZWBDIF1' where id=9;
update noar ti set b0='0750KDQ7ED4SZWBDIF1' where id=9;
update noar tt set b1='20A2K' where id=9;
update noar ti set b1='20A2K' where id=9;
update noar tt set b2='VMO2C2L4Z29KSI7D' where id=9;
update noar ti set b2='VMO2C2L4Z29KSI7D' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='JB' where id=1;
update noar ti set b0='JB' where id=1;
update noar tt set b1='8GU3UY0YNNTXG' where id=1;
update noar ti set b1='8GU3UY0YNNTXG' where id=1;
update noar tt set b2='XUAK6I7Z6VSXQDRROOJA2FV0CWU' where id=1;
update noar ti set b2='XUAK6I7Z6VSXQDRROOJA2FV0CWU' where id=1;
update noar tt set b0='CL3EBCOSGC14TXMIBJS' where id=2;
update noar ti set b0='CL3EBCOSGC14TXMIBJS' where id=2;
update noar tt set b1='D' where id=2;
update noar ti set b1='D' where id=2;
update noar tt set b2='3EWXWHG9Q9V0VGWR4' where id=2;
update noar ti set b2='3EWXWHG9Q9V0VGWR4' where id=2;
update noar tt set b0='QZK7KPA7F0HDFAT' where id=3;
update noar ti set b0='QZK7KPA7F0HDFAT' where id=3;
update noar tt set b1='XSWOJSOLDSWYPSOBUB4X395O7XR' where id=3;
update noar ti set b1='XSWOJSOLDSWYPSOBUB4X395O7XR' where id=3;
update noar tt set b2='4FSLN07TXCZ8IJVLG0VA9OZQIXAK9' where id=3;
update noar ti set b2='4FSLN07TXCZ8IJVLG0VA9OZQIXAK9' where id=3;
update noar tt set b0='709RZF0UEDNV' where id=4;
update noar ti set b0='709RZF0UEDNV' where id=4;
update noar tt set b1='EXG3ZW72YGAXV0MZMUS' where id=4;
update noar ti set b1='EXG3ZW72YGAXV0MZMUS' where id=4;
update noar tt set b2='21VR5FAK9TSTKVY8ZN29LGYDRR28CGC6' where id=4;
update noar ti set b2='21VR5FAK9TSTKVY8ZN29LGYDRR28CGC6' where id=4;
update noar tt set b0='JHJ' where id=5;
update noar ti set b0='JHJ' where id=5;
update noar tt set b1='J14V19NHHH3B40HR8U9T' where id=5;
update noar ti set b1='J14V19NHHH3B40HR8U9T' where id=5;
update noar tt set b2='HB21Y7O2TKUKWEKXHFOZ8X9Z107AI' where id=5;
update noar ti set b2='HB21Y7O2TKUKWEKXHFOZ8X9Z107AI' where id=5;
update noar tt set b0='6JB0QH6HJUTMFFL8E6AXCAF2F759' where id=6;
update noar ti set b0='6JB0QH6HJUTMFFL8E6AXCAF2F759' where id=6;
update noar tt set b1='H022ZKOTZS87R7DEDVODYW' where id=6;
update noar ti set b1='H022ZKOTZS87R7DEDVODYW' where id=6;
update noar tt set b2='P' where id=6;
update noar ti set b2='P' where id=6;
update noar tt set b0='G7HIT54RJ9PX3QAILGQO82V' where id=7;
update noar ti set b0='G7HIT54RJ9PX3QAILGQO82V' where id=7;
update noar tt set b1='KJCOH32TECX5KU65WA22HG17AG' where id=7;
update noar ti set b1='KJCOH32TECX5KU65WA22HG17AG' where id=7;
update noar tt set b2='IC2' where id=7;
update noar ti set b2='IC2' where id=7;
update noar tt set b0='21X5' where id=8;
update noar ti set b0='21X5' where id=8;
update noar tt set b1='QCX3DCU09GNXBH5P5JC' where id=8;
update noar ti set b1='QCX3DCU09GNXBH5P5JC' where id=8;
update noar tt set b2='JP1E0QJ1TP8' where id=8;
update noar ti set b2='JP1E0QJ1TP8' where id=8;
update noar tt set b0='2488HFVBEDW6YVYOUVXW8' where id=9;
update noar ti set b0='2488HFVBEDW6YVYOUVXW8' where id=9;
update noar tt set b1='JIEK36RBSFZ7QWZ651MC' where id=9;
update noar ti set b1='JIEK36RBSFZ7QWZ651MC' where id=9;
update noar tt set b2='ELCUHOHR0VUBLOKOSBPP1K2DJ3V3C4' where id=9;
update noar ti set b2='ELCUHOHR0VUBLOKOSBPP1K2DJ3V3C4' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='BRIY882UV3STBKAD6KWEDFKC' where id=1;
update noar ti set b0='BRIY882UV3STBKAD6KWEDFKC' where id=1;
update noar tt set b1='2ENSJHCBW372AR3ZK96QKBI4574YZKF0' where id=1;
update noar ti set b1='2ENSJHCBW372AR3ZK96QKBI4574YZKF0' where id=1;
update noar tt set b2='FJTUIV9WVBHWK4JUSFN' where id=1;
update noar ti set b2='FJTUIV9WVBHWK4JUSFN' where id=1;
update noar tt set b0='X391MZ0AK9NCZMTE3' where id=2;
update noar ti set b0='X391MZ0AK9NCZMTE3' where id=2;
update noar tt set b1='M9H' where id=2;
update noar ti set b1='M9H' where id=2;
update noar tt set b2='85FCPRPI67Q0' where id=2;
update noar ti set b2='85FCPRPI67Q0' where id=2;
update noar tt set b0='J9J58QMJD63076I3TD5Y4VKCIX8' where id=3;
update noar ti set b0='J9J58QMJD63076I3TD5Y4VKCIX8' where id=3;
update noar tt set b1='ID4JT73PAS796HJ0Y3YI4FUTNB8G1D' where id=3;
update noar ti set b1='ID4JT73PAS796HJ0Y3YI4FUTNB8G1D' where id=3;
update noar tt set b2='9RMKZ5O4UO88' where id=3;
update noar ti set b2='9RMKZ5O4UO88' where id=3;
update noar tt set b0='81H2AA84897373QHN0CIDVX6PV' where id=4;
update noar ti set b0='81H2AA84897373QHN0CIDVX6PV' where id=4;
update noar tt set b1='I9E8Q7RMVVY5037DPLT7DCY7UFC95VD' where id=4;
update noar ti set b1='I9E8Q7RMVVY5037DPLT7DCY7UFC95VD' where id=4;
update noar tt set b2='LYVP8' where id=4;
update noar ti set b2='LYVP8' 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='D4GTS8VUB7WLX5PURHMRHBDFM' where id=5;
update noar ti set b1='D4GTS8VUB7WLX5PURHMRHBDFM' where id=5;
update noar tt set b2='LHBT6N2ZNP098LGFF855XF4AN' where id=5;
update noar ti set b2='LHBT6N2ZNP098LGFF855XF4AN' where id=5;
update noar tt set b0='VKIDFEZSV8KT1KBAJDYQQB73Q23B1O' where id=6;
update noar ti set b0='VKIDFEZSV8KT1KBAJDYQQB73Q23B1O' where id=6;
update noar tt set b1='BQ6HHFTT5OMVSVA9' where id=6;
update noar ti set b1='BQ6HHFTT5OMVSVA9' where id=6;
update noar tt set b2='ME8N' where id=6;
update noar ti set b2='ME8N' where id=6;
update noar tt set b0='K19NKNDNMVS7CCPDQAMK9WHCIXC1R' where id=7;
update noar ti set b0='K19NKNDNMVS7CCPDQAMK9WHCIXC1R' where id=7;
update noar tt set b1='HKOI2D4IINSZQBSBE8' where id=7;
update noar ti set b1='HKOI2D4IINSZQBSBE8' where id=7;
update noar tt set b2='WU55NPMT4OFIK67' where id=7;
update noar ti set b2='WU55NPMT4OFIK67' where id=7;
update noar tt set b0='AISU399UMFA2' where id=8;
update noar ti set b0='AISU399UMFA2' where id=8;
update noar tt set b1='BDMC8PD8Y9ZCWPCP5KTAV' where id=8;
update noar ti set b1='BDMC8PD8Y9ZCWPCP5KTAV' where id=8;
update noar tt set b2='1A2SK7561BON3NBOQQSEEIOC05' where id=8;
update noar ti set b2='1A2SK7561BON3NBOQQSEEIOC05' where id=8;
update noar tt set b0='ZTHC0KYELAUFOLONA9G9' where id=9;
update noar ti set b0='ZTHC0KYELAUFOLONA9G9' where id=9;
update noar tt set b1='ESDCNTJ15A8E' where id=9;
update noar ti set b1='ESDCNTJ15A8E' where id=9;
update noar tt set b2='A' where id=9;
update noar ti set b2='A' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='PMU' where id=1;
update noar ti set b0='PMU' where id=1;
update noar tt set b1='6LCW7810I2PJUQ0RSASTHL9' where id=1;
update noar ti set b1='6LCW7810I2PJUQ0RSASTHL9' where id=1;
update noar tt set b2='5G51NBKCITTHW9WXK9UCLN3WLTR1DR' where id=1;
update noar ti set b2='5G51NBKCITTHW9WXK9UCLN3WLTR1DR' where id=1;
update noar tt set b0='GEQJHSAKN17TQFQXH' where id=2;
update noar ti set b0='GEQJHSAKN17TQFQXH' where id=2;
update noar tt set b1='YINQXIYY905JL4ZPTNL49EUN2Y9' where id=2;
update noar ti set b1='YINQXIYY905JL4ZPTNL49EUN2Y9' where id=2;
update noar tt set b2='CSY9NPK0DOCZMSBW' where id=2;
update noar ti set b2='CSY9NPK0DOCZMSBW' where id=2;
update noar tt set b0='BFY2O9H1IF1JN6HLS6P7COUONPREBCQ0' where id=3;
update noar ti set b0='BFY2O9H1IF1JN6HLS6P7COUONPREBCQ0' where id=3;
update noar tt set b1='DE0PNBECV' where id=3;
update noar ti set b1='DE0PNBECV' where id=3;
update noar tt set b2='HONOHUZ0J84RRDQROS63NZ' where id=3;
update noar ti set b2='HONOHUZ0J84RRDQROS63NZ' where id=3;
update noar tt set b0='NMYHIV0D' where id=4;
update noar ti set b0='NMYHIV0D' where id=4;
update noar tt set b1='6FE4CG0QH9G6H534W1XETKNFL' where id=4;
update noar ti set b1='6FE4CG0QH9G6H534W1XETKNFL' where id=4;
update noar tt set b2='8ZSNST5DCDVJ' where id=4;
update noar ti set b2='8ZSNST5DCDVJ' where id=4;
update noar tt set b0='4285L90ODUTYE8BKETW9ELYOSN' where id=5;
update noar ti set b0='4285L90ODUTYE8BKETW9ELYOSN' where id=5;
update noar tt set b1='FHZ4LIYU' where id=5;
update noar ti set b1='FHZ4LIYU' where id=5;
update noar tt set b2='ZHIYJOT5DRMP2TVJKS1G0W3YS1' where id=5;
update noar ti set b2='ZHIYJOT5DRMP2TVJKS1G0W3YS1' where id=5;
update noar tt set b0='7PG358Z72PHK4QP10CLUXEYW80F' where id=6;
update noar ti set b0='7PG358Z72PHK4QP10CLUXEYW80F' where id=6;
update noar tt set b1='9LYJCPH0YJ44HIMZ4Y5Z2BBIR' where id=6;
update noar ti set b1='9LYJCPH0YJ44HIMZ4Y5Z2BBIR' where id=6;
update noar tt set b2='T312RSXEEV80P44DS98QA2WJHV7JQW' where id=6;
update noar ti set b2='T312RSXEEV80P44DS98QA2WJHV7JQW' where id=6;
update noar tt set b0='9CA87NLNYAFUADB' where id=7;
update noar ti set b0='9CA87NLNYAFUADB' where id=7;
update noar tt set b1='L82C' where id=7;
update noar ti set b1='L82C' where id=7;
update noar tt set b2='XW452S12197CB4KDM47U53DXCVKKIKW' where id=7;
update noar ti set b2='XW452S12197CB4KDM47U53DXCVKKIKW' where id=7;
update noar tt set b0='OMMJAKBYLOO5AF69HM4H8G3J99H' where id=8;
update noar ti set b0='OMMJAKBYLOO5AF69HM4H8G3J99H' where id=8;
update noar tt set b1='VKA5ZZ1RVCV3DMJIHXTGI4W05Y7O04KH' where id=8;
update noar ti set b1='VKA5ZZ1RVCV3DMJIHXTGI4W05Y7O04KH' where id=8;
update noar tt set b2='L8FH9FIJ9N41T6A3P' where id=8;
update noar ti set b2='L8FH9FIJ9N41T6A3P' where id=8;
update noar tt set b0='3' where id=9;
update noar ti set b0='3' where id=9;
update noar tt set b1='FJP3FQCKGDEI1M0SO9STNJQSTK' where id=9;
update noar ti set b1='FJP3FQCKGDEI1M0SO9STNJQSTK' where id=9;
update noar tt set b2='22Y74VJ9OA7NCF2DY' where id=9;
update noar ti set b2='22Y74VJ9OA7NCF2DY' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='K' where id=1;
update noar ti set b0='K' where id=1;
update noar tt set b1='5KAEBU1PWC6VIMS6A35TJ25VN1BM' where id=1;
update noar ti set b1='5KAEBU1PWC6VIMS6A35TJ25VN1BM' where id=1;
update noar tt set b2='99YKYJ1VLUSO4216LA5Q71P20MY98' where id=1;
update noar ti set b2='99YKYJ1VLUSO4216LA5Q71P20MY98' where id=1;
update noar tt set b0='567M34LPY599W1ZZTEXP2M3' where id=2;
update noar ti set b0='567M34LPY599W1ZZTEXP2M3' where id=2;
update noar tt set b1='B263VAXROHMUTZVOU0O7L9YJ6W' where id=2;
update noar ti set b1='B263VAXROHMUTZVOU0O7L9YJ6W' where id=2;
update noar tt set b2='12LM' where id=2;
update noar ti set b2='12LM' where id=2;
update noar tt set b0='1ELWZL3GD8KJGDZC' where id=3;
update noar ti set b0='1ELWZL3GD8KJGDZC' where id=3;
update noar tt set b1='U9L7N3PD91W26222XSHSKNO' where id=3;
update noar ti set b1='U9L7N3PD91W26222XSHSKNO' where id=3;
update noar tt set b2='GVXZ2' where id=3;
update noar ti set b2='GVXZ2' where id=3;
update noar tt set b0='CUC4PSD1DQ61GB1X5Z3NKWM' where id=4;
update noar ti set b0='CUC4PSD1DQ61GB1X5Z3NKWM' where id=4;
update noar tt set b1='ZUOQZ4ARNMLSHRCHOKJOO04ZD0KQQ' where id=4;
update noar ti set b1='ZUOQZ4ARNMLSHRCHOKJOO04ZD0KQQ' where id=4;
update noar tt set b2='HKMFG2FMR' where id=4;
update noar ti set b2='HKMFG2FMR' where id=4;
update noar tt set b0='BP258QB998JX3Q2XSSGP35XO8611TA9V' where id=5;
update noar ti set b0='BP258QB998JX3Q2XSSGP35XO8611TA9V' where id=5;
update noar tt set b1='62Y' where id=5;
update noar ti set b1='62Y' where id=5;
update noar tt set b2='HM5KX2PBPRKEBOZWCVL4B0ZYCEMWNH0D' where id=5;
update noar ti set b2='HM5KX2PBPRKEBOZWCVL4B0ZYCEMWNH0D' where id=5;
update noar tt set b0='UV50ILX6SI4' where id=6;
update noar ti set b0='UV50ILX6SI4' where id=6;
update noar tt set b1='LT081U0BILA4' where id=6;
update noar ti set b1='LT081U0BILA4' where id=6;
update noar tt set b2='GYMOBYAZX' where id=6;
update noar ti set b2='GYMOBYAZX' where id=6;
update noar tt set b0='VV2' where id=7;
update noar ti set b0='VV2' where id=7;
update noar tt set b1='X68VDU' where id=7;
update noar ti set b1='X68VDU' where id=7;
update noar tt set b2='J6D2NHFIDOQ22TCR4V1QDDGN' where id=7;
update noar ti set b2='J6D2NHFIDOQ22TCR4V1QDDGN' where id=7;
update noar tt set b0='IQYRO7SBC8X3JX868SLV5NE' where id=8;
update noar ti set b0='IQYRO7SBC8X3JX868SLV5NE' where id=8;
update noar tt set b1='91M4QJGQIR5QZQC63M413J856E8D4S9R' where id=8;
update noar ti set b1='91M4QJGQIR5QZQC63M413J856E8D4S9R' where id=8;
update noar tt set b2='VKZRI1FN5XFOVVB68Q9PEZDXX' where id=8;
update noar ti set b2='VKZRI1FN5XFOVVB68Q9PEZDXX' where id=8;
update noar tt set b0='EYWIRP4OEIWJCIRBD' where id=9;
update noar ti set b0='EYWIRP4OEIWJCIRBD' where id=9;
update noar tt set b1='MUQD7PHIJVKB93GWOUR' where id=9;
update noar ti set b1='MUQD7PHIJVKB93GWOUR' where id=9;
update noar tt set b2='7X9LZ4AYNBKBJ1' where id=9;
update noar ti set b2='7X9LZ4AYNBKBJ1' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='QI76UQZKXK02S628J5' where id=1;
update noar ti set b0='QI76UQZKXK02S628J5' where id=1;
update noar tt set b1='L4DEXV4RQA' where id=1;
update noar ti set b1='L4DEXV4RQA' where id=1;
update noar tt set b2='1M1CN5BDDC3191DSCMJ' where id=1;
update noar ti set b2='1M1CN5BDDC3191DSCMJ' where id=1;
update noar tt set b0='Y18NTI5PYCD9FMMGQGB9POXX5PA' where id=2;
update noar ti set b0='Y18NTI5PYCD9FMMGQGB9POXX5PA' where id=2;
update noar tt set b1='NMLOP7S0N' where id=2;
update noar ti set b1='NMLOP7S0N' where id=2;
update noar tt set b2='E3T2YJJPF50H02WTOQX8SK5791G0AR' where id=2;
update noar ti set b2='E3T2YJJPF50H02WTOQX8SK5791G0AR' where id=2;
update noar tt set b0='VWE8DVLWI0HIA' where id=3;
update noar ti set b0='VWE8DVLWI0HIA' where id=3;
update noar tt set b1='IT5CH3KWGAQN24VMRAFT' where id=3;
update noar ti set b1='IT5CH3KWGAQN24VMRAFT' where id=3;
update noar tt set b2='EITXJLZMXA28YR6ZHTW9B8H7AYTQK' where id=3;
update noar ti set b2='EITXJLZMXA28YR6ZHTW9B8H7AYTQK' where id=3;
update noar tt set b0='0V5Y76HPPBOEO4DK8I9U' where id=4;
update noar ti set b0='0V5Y76HPPBOEO4DK8I9U' where id=4;
update noar tt set b1='OVECG8Q6N7GYVH7AL302' where id=4;
update noar ti set b1='OVECG8Q6N7GYVH7AL302' where id=4;
update noar tt set b2='ZLMTF0KN184YVJRC' where id=4;
update noar ti set b2='ZLMTF0KN184YVJRC' where id=4;
update noar tt set b0='KAPUW7BOL6TCWI1EV7EALLN2I' where id=5;
update noar ti set b0='KAPUW7BOL6TCWI1EV7EALLN2I' where id=5;
update noar tt set b1='7IZYJBXJNIX1A8GVF9RJ933AZ' where id=5;
update noar ti set b1='7IZYJBXJNIX1A8GVF9RJ933AZ' where id=5;
update noar tt set b2='MLSXJI3FQDK4OJFECNKDQ0BPC17V' where id=5;
update noar ti set b2='MLSXJI3FQDK4OJFECNKDQ0BPC17V' where id=5;
update noar tt set b0='UNMEB9' where id=6;
update noar ti set b0='UNMEB9' where id=6;
update noar tt set b1='V9W44OG1TN1X1XWQQHU0WUPU5A8J7VV' where id=6;
update noar ti set b1='V9W44OG1TN1X1XWQQHU0WUPU5A8J7VV' where id=6;
update noar tt set b2='T9' where id=6;
update noar ti set b2='T9' where id=6;
update noar tt set b0='NWGUZR593UXGONAMJBPX' where id=7;
update noar ti set b0='NWGUZR593UXGONAMJBPX' where id=7;
update noar tt set b1='BMTBVWD2YUUCBEET90Q7OBT' where id=7;
update noar ti set b1='BMTBVWD2YUUCBEET90Q7OBT' where id=7;
update noar tt set b2='K7XCCR9JI9W3TTOCBHSMDWVQ2IWG' where id=7;
update noar ti set b2='K7XCCR9JI9W3TTOCBHSMDWVQ2IWG' where id=7;
update noar tt set b0='LWJWJS7A6RBUIA' where id=8;
update noar ti set b0='LWJWJS7A6RBUIA' where id=8;
update noar tt set b1='0RSLBRHTO' where id=8;
update noar ti set b1='0RSLBRHTO' where id=8;
update noar tt set b2='4L1ADDZ5TD9ZSYQ' where id=8;
update noar ti set b2='4L1ADDZ5TD9ZSYQ' where id=8;
update noar tt set b0='PKBMGIRU8' where id=9;
update noar ti set b0='PKBMGIRU8' where id=9;
update noar tt set b1='XBQPD1HMGU208FC8LZZ' where id=9;
update noar ti set b1='XBQPD1HMGU208FC8LZZ' where id=9;
update noar tt set b2='62MB9WN21V9GJE4M' where id=9;
update noar ti set b2='62MB9WN21V9GJE4M' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='GYEA30X7701249' where id=1;
update noar ti set b0='GYEA30X7701249' where id=1;
update noar tt set b1='BYNLG4OGBD8M' where id=1;
update noar ti set b1='BYNLG4OGBD8M' where id=1;
update noar tt set b2='RB5U4QZYEI9X8' where id=1;
update noar ti set b2='RB5U4QZYEI9X8' where id=1;
update noar tt set b0='KSK6HE9WF3' where id=2;
update noar ti set b0='KSK6HE9WF3' where id=2;
update noar tt set b1='KXGFMFCZXTKE4KOB' where id=2;
update noar ti set b1='KXGFMFCZXTKE4KOB' where id=2;
update noar tt set b2='UL15Q' where id=2;
update noar ti set b2='UL15Q' where id=2;
update noar tt set b0='E6BEHOY' where id=3;
update noar ti set b0='E6BEHOY' where id=3;
update noar tt set b1='WENOV44JAFMG4GRU60DMY' where id=3;
update noar ti set b1='WENOV44JAFMG4GRU60DMY' where id=3;
update noar tt set b2='2VD01R5BNLT6VMQMGLRMIX4CYXYN5V' where id=3;
update noar ti set b2='2VD01R5BNLT6VMQMGLRMIX4CYXYN5V' where id=3;
update noar tt set b0='B51C8CB0BBAWJXEBUXD031K903PSNZ' where id=4;
update noar ti set b0='B51C8CB0BBAWJXEBUXD031K903PSNZ' where id=4;
update noar tt set b1='7ODHFWZVQBMFKC9DNEW2E5IPGLJSHR' where id=4;
update noar ti set b1='7ODHFWZVQBMFKC9DNEW2E5IPGLJSHR' where id=4;
update noar tt set b2='LJUQH6QTV1R2D' where id=4;
update noar ti set b2='LJUQH6QTV1R2D' where id=4;
update noar tt set b0='009EKMCW' where id=5;
update noar ti set b0='009EKMCW' where id=5;
update noar tt set b1='MS89SFLBEGHJK5K9WJGMIVGJNA596C' where id=5;
update noar ti set b1='MS89SFLBEGHJK5K9WJGMIVGJNA596C' where id=5;
update noar tt set b2='1ZQZ473CHAUV07Q0WX3ECOFYQ4' where id=5;
update noar ti set b2='1ZQZ473CHAUV07Q0WX3ECOFYQ4' where id=5;
update noar tt set b0='5AHLRQ' where id=6;
update noar ti set b0='5AHLRQ' where id=6;
update noar tt set b1='QZ6QCAFANX9OF' where id=6;
update noar ti set b1='QZ6QCAFANX9OF' where id=6;
update noar tt set b2='M3XWIAYVPT9BRF73JICZOVWBXAL' where id=6;
update noar ti set b2='M3XWIAYVPT9BRF73JICZOVWBXAL' where id=6;
update noar tt set b0='A19O7TF' where id=7;
update noar ti set b0='A19O7TF' where id=7;
update noar tt set b1='QOQQNIG8YS7JJ' where id=7;
update noar ti set b1='QOQQNIG8YS7JJ' where id=7;
update noar tt set b2='F4SU31O0PCH50D8A' where id=7;
update noar ti set b2='F4SU31O0PCH50D8A' where id=7;
update noar tt set b0='0LGB1WVHQUE' where id=8;
update noar ti set b0='0LGB1WVHQUE' where id=8;
update noar tt set b1='AV' where id=8;
update noar ti set b1='AV' where id=8;
update noar tt set b2='78FVB0L6O62I2YJ8O1RM1PYP' where id=8;
update noar ti set b2='78FVB0L6O62I2YJ8O1RM1PYP' where id=8;
update noar tt set b0='G2CHRX7DN49V5TG9HQN25L0H6QOAGO7Z' where id=9;
update noar ti set b0='G2CHRX7DN49V5TG9HQN25L0H6QOAGO7Z' where id=9;
update noar tt set b1='G1DIL29X3HKOAUA' where id=9;
update noar ti set b1='G1DIL29X3HKOAUA' where id=9;
update noar tt set b2='56L8ZMESK2D4XQ' where id=9;
update noar ti set b2='56L8ZMESK2D4XQ' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='0591KXWXKH7OKDF' where id=1;
update noar ti set b0='0591KXWXKH7OKDF' where id=1;
update noar tt set b1='O47VZXZH7IOX9G7GZRZ' where id=1;
update noar ti set b1='O47VZXZH7IOX9G7GZRZ' where id=1;
update noar tt set b2='NA5PEHO1F6TATOO' where id=1;
update noar ti set b2='NA5PEHO1F6TATOO' where id=1;
update noar tt set b0='PRZQWAIUM5NI3OEH299UJLISVAP7RJ8Y' where id=2;
update noar ti set b0='PRZQWAIUM5NI3OEH299UJLISVAP7RJ8Y' where id=2;
update noar tt set b1='65LLYHGY97ZZGD5I' where id=2;
update noar ti set b1='65LLYHGY97ZZGD5I' where id=2;
update noar tt set b2='7OWSS9AZTI' where id=2;
update noar ti set b2='7OWSS9AZTI' where id=2;
update noar tt set b0='7WNYM8OT1VQY4TLQ5YKO1IG097TVKVV' where id=3;
update noar ti set b0='7WNYM8OT1VQY4TLQ5YKO1IG097TVKVV' where id=3;
update noar tt set b1='WM9M5V6RQBGIJB6QXBQ9XNEZ3' where id=3;
update noar ti set b1='WM9M5V6RQBGIJB6QXBQ9XNEZ3' where id=3;
update noar tt set b2='OPAV6NVIAMG0CM3QCI4303DA24M' where id=3;
update noar ti set b2='OPAV6NVIAMG0CM3QCI4303DA24M' where id=3;
update noar tt set b0='X04LTUM9ZX9WS2XW73KPM4F9KMKP' where id=4;
update noar ti set b0='X04LTUM9ZX9WS2XW73KPM4F9KMKP' where id=4;
update noar tt set b1='IVF3S' where id=4;
update noar ti set b1='IVF3S' where id=4;
update noar tt set b2='ABPN467XO1NFY29WHI' where id=4;
update noar ti set b2='ABPN467XO1NFY29WHI' 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='IPBJI7ST6OHGD0FARGXFTE29S49' where id=5;
update noar ti set b1='IPBJI7ST6OHGD0FARGXFTE29S49' where id=5;
update noar tt set b2='R1A56TKZ' where id=5;
update noar ti set b2='R1A56TKZ' where id=5;
update noar tt set b0='WVYXOSBITUGEOO44HGY' where id=6;
update noar ti set b0='WVYXOSBITUGEOO44HGY' where id=6;
update noar tt set b1='5ADUNQCEOGUSMK1VSW19' where id=6;
update noar ti set b1='5ADUNQCEOGUSMK1VSW19' where id=6;
update noar tt set b2='T1EPMWOMM6YX7VHFJ3V7QFIMET6A4' where id=6;
update noar ti set b2='T1EPMWOMM6YX7VHFJ3V7QFIMET6A4' where id=6;
update noar tt set b0='C7R4YDAHM2F0K166T3SSL6MEAQQG' where id=7;
update noar ti set b0='C7R4YDAHM2F0K166T3SSL6MEAQQG' where id=7;
update noar tt set b1='NO' where id=7;
update noar ti set b1='NO' where id=7;
update noar tt set b2='K3462EZO' where id=7;
update noar ti set b2='K3462EZO' where id=7;
update noar tt set b0='9IHWHE8QWLDR75YF53VJAX32QJ' where id=8;
update noar ti set b0='9IHWHE8QWLDR75YF53VJAX32QJ' where id=8;
update noar tt set b1='92VA5A6AUE' where id=8;
update noar ti set b1='92VA5A6AUE' where id=8;
update noar tt set b2='6P4LP2CES1Z9NA3VJW5W' where id=8;
update noar ti set b2='6P4LP2CES1Z9NA3VJW5W' where id=8;
update noar tt set b0='34IX71677WP2I9' where id=9;
update noar ti set b0='34IX71677WP2I9' where id=9;
update noar tt set b1='LPQ' where id=9;
update noar ti set b1='LPQ' where id=9;
update noar tt set b2='BMXO3P5' where id=9;
update noar ti set b2='BMXO3P5' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='WTWTB0X3WQRNG9Q87LBM8DPLW' where id=1;
update noar ti set b0='WTWTB0X3WQRNG9Q87LBM8DPLW' where id=1;
update noar tt set b1='2YPY9SGWA0Q1U0J3HBGX7RJR4W7' where id=1;
update noar ti set b1='2YPY9SGWA0Q1U0J3HBGX7RJR4W7' where id=1;
update noar tt set b2='7FYDOZKBVO1NGD5SHE4RU8YF85YANV' where id=1;
update noar ti set b2='7FYDOZKBVO1NGD5SHE4RU8YF85YANV' where id=1;
update noar tt set b0='A' where id=2;
update noar ti set b0='A' where id=2;
update noar tt set b1='NG3ZPZK0I' where id=2;
update noar ti set b1='NG3ZPZK0I' where id=2;
update noar tt set b2='4DS9SH3SYN3A8297P4A26U41KRL0I1W' where id=2;
update noar ti set b2='4DS9SH3SYN3A8297P4A26U41KRL0I1W' where id=2;
update noar tt set b0='BOLSZKEOGN6AA674XHQR6' where id=3;
update noar ti set b0='BOLSZKEOGN6AA674XHQR6' where id=3;
update noar tt set b1='8BFBO0A1Q3DWZ897' where id=3;
update noar ti set b1='8BFBO0A1Q3DWZ897' where id=3;
update noar tt set b2='OA5CSD' where id=3;
update noar ti set b2='OA5CSD' where id=3;
update noar tt set b0='FVR4XMO57C7E' where id=4;
update noar ti set b0='FVR4XMO57C7E' where id=4;
update noar tt set b1='B54' where id=4;
update noar ti set b1='B54' where id=4;
update noar tt set b2='LCCAD0W846VLH8JQSS2OMNJ6KN06' where id=4;
update noar ti set b2='LCCAD0W846VLH8JQSS2OMNJ6KN06' where id=4;
update noar tt set b0='I7NA9PJ' where id=5;
update noar ti set b0='I7NA9PJ' where id=5;
update noar tt set b1='ZW9M' where id=5;
update noar ti set b1='ZW9M' where id=5;
update noar tt set b2='OPAN53H6' where id=5;
update noar ti set b2='OPAN53H6' where id=5;
update noar tt set b0='516TXEU5Y1W8HZ' where id=6;
update noar ti set b0='516TXEU5Y1W8HZ' where id=6;
update noar tt set b1='53V6DZNMET1D0AHZ7Q' where id=6;
update noar ti set b1='53V6DZNMET1D0AHZ7Q' where id=6;
update noar tt set b2='71CW' where id=6;
update noar ti set b2='71CW' where id=6;
update noar tt set b0='75HJBQYZJR66GFU22CCR4XCE82CQWNZ' where id=7;
update noar ti set b0='75HJBQYZJR66GFU22CCR4XCE82CQWNZ' where id=7;
update noar tt set b1='94ESW93AD' where id=7;
update noar ti set b1='94ESW93AD' where id=7;
update noar tt set b2='Z8QT' where id=7;
update noar ti set b2='Z8QT' where id=7;
update noar tt set b0='1JFTJ' where id=8;
update noar ti set b0='1JFTJ' where id=8;
update noar tt set b1='DXH05BB8PJ3OIQCRWCB' where id=8;
update noar ti set b1='DXH05BB8PJ3OIQCRWCB' where id=8;
update noar tt set b2='HW0SDQNNI8RUVENZS8M4JK4ABQ' where id=8;
update noar ti set b2='HW0SDQNNI8RUVENZS8M4JK4ABQ' where id=8;
update noar tt set b0='Q6YGAA1095F4VH31ZZMXJY' where id=9;
update noar ti set b0='Q6YGAA1095F4VH31ZZMXJY' where id=9;
update noar tt set b1='N6Z' where id=9;
update noar ti set b1='N6Z' where id=9;
update noar tt set b2='RV3OP0KAY2A2C0ESY5365RSNKAWAH9V' where id=9;
update noar ti set b2='RV3OP0KAY2A2C0ESY5365RSNKAWAH9V' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='EVRYLNTAPOFBR1RNKP3GFCWGIDMRI' where id=1;
update noar ti set b0='EVRYLNTAPOFBR1RNKP3GFCWGIDMRI' where id=1;
update noar tt set b1='C318MQNET' where id=1;
update noar ti set b1='C318MQNET' where id=1;
update noar tt set b2='ZM' where id=1;
update noar ti set b2='ZM' where id=1;
update noar tt set b0='JQ1QXAKUIY7D' where id=2;
update noar ti set b0='JQ1QXAKUIY7D' where id=2;
update noar tt set b1='X2DT' where id=2;
update noar ti set b1='X2DT' where id=2;
update noar tt set b2='9W84HGO0EQ' where id=2;
update noar ti set b2='9W84HGO0EQ' where id=2;
update noar tt set b0='VSR72M64WHUB3OM6GHJH5KDFID' where id=3;
update noar ti set b0='VSR72M64WHUB3OM6GHJH5KDFID' where id=3;
update noar tt set b1='ZSKR019FZ0YAFH0K7XJLSU84L71R67N6' where id=3;
update noar ti set b1='ZSKR019FZ0YAFH0K7XJLSU84L71R67N6' where id=3;
update noar tt set b2='5M132JYZLP2FRLZ3LR4QJSBR' where id=3;
update noar ti set b2='5M132JYZLP2FRLZ3LR4QJSBR' where id=3;
update noar tt set b0='KND9H' where id=4;
update noar ti set b0='KND9H' where id=4;
update noar tt set b1='I2' where id=4;
update noar ti set b1='I2' where id=4;
update noar tt set b2='FAU7E7UA364CSM91XDGTLZC5' where id=4;
update noar ti set b2='FAU7E7UA364CSM91XDGTLZC5' where id=4;
update noar tt set b0='PE' where id=5;
update noar ti set b0='PE' where id=5;
update noar tt set b1='P2SBBE9GC5Q86SM62EMN1MGO' where id=5;
update noar ti set b1='P2SBBE9GC5Q86SM62EMN1MGO' where id=5;
update noar tt set b2='LAG7X47Y7YAZO08ZX29ZV6L7G9DC0ZVK' where id=5;
update noar ti set b2='LAG7X47Y7YAZO08ZX29ZV6L7G9DC0ZVK' where id=5;
update noar tt set b0='QPYKYHSZ5TNM4G5NOH4RV' where id=6;
update noar ti set b0='QPYKYHSZ5TNM4G5NOH4RV' where id=6;
update noar tt set b1='FR' where id=6;
update noar ti set b1='FR' where id=6;
update noar tt set b2='638N8F1XYF2F4YPTZDDSTEMVL' where id=6;
update noar ti set b2='638N8F1XYF2F4YPTZDDSTEMVL' where id=6;
update noar tt set b0='22ZVBI66N' where id=7;
update noar ti set b0='22ZVBI66N' where id=7;
update noar tt set b1='WZ8VA' where id=7;
update noar ti set b1='WZ8VA' where id=7;
update noar tt set b2='KGXRIBRJ9DK0F80H2N7BZ' where id=7;
update noar ti set b2='KGXRIBRJ9DK0F80H2N7BZ' where id=7;
update noar tt set b0='3EEYE0QIALSIG9IB' where id=8;
update noar ti set b0='3EEYE0QIALSIG9IB' where id=8;
update noar tt set b1='CQZG8JRBC5FYX7DR8DXUT' where id=8;
update noar ti set b1='CQZG8JRBC5FYX7DR8DXUT' where id=8;
update noar tt set b2='N5KIANGTWWW7APU5D5MONVAVJ9FJ6' where id=8;
update noar ti set b2='N5KIANGTWWW7APU5D5MONVAVJ9FJ6' where id=8;
update noar tt set b0='I5SYZRALWRIHUT' where id=9;
update noar ti set b0='I5SYZRALWRIHUT' where id=9;
update noar tt set b1='QMKL0HKNXY08QNZFSB1M5EI3G9L40' where id=9;
update noar ti set b1='QMKL0HKNXY08QNZFSB1M5EI3G9L40' where id=9;
update noar tt set b2='QWF04SSS91F8T695A2M53ODD2' where id=9;
update noar ti set b2='QWF04SSS91F8T695A2M53ODD2' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='MTV8F43OESJNN0HI7R80ZYOCN0YQXDI' where id=1;
update noar ti set b0='MTV8F43OESJNN0HI7R80ZYOCN0YQXDI' where id=1;
update noar tt set b1='9XAJZSI0RB' where id=1;
update noar ti set b1='9XAJZSI0RB' where id=1;
update noar tt set b2='YO9KY1V41E456F' where id=1;
update noar ti set b2='YO9KY1V41E456F' where id=1;
update noar tt set b0='RY2LDBKTBHXS9' where id=2;
update noar ti set b0='RY2LDBKTBHXS9' where id=2;
update noar tt set b1='ZEMG730H33YUFMK6PQ92YS15N' where id=2;
update noar ti set b1='ZEMG730H33YUFMK6PQ92YS15N' where id=2;
update noar tt set b2='7SYUOC894DFV' where id=2;
update noar ti set b2='7SYUOC894DFV' where id=2;
update noar tt set b0='E6CPQT9PBME6G3J4H8HU0CO2P6BH' where id=3;
update noar ti set b0='E6CPQT9PBME6G3J4H8HU0CO2P6BH' where id=3;
update noar tt set b1='5VI6UD20A1T1X2N3U3' where id=3;
update noar ti set b1='5VI6UD20A1T1X2N3U3' where id=3;
update noar tt set b2='69U27ST8YTJAUX6MM4JZ9E' where id=3;
update noar ti set b2='69U27ST8YTJAUX6MM4JZ9E' where id=3;
update noar tt set b0='07S80MM411D62AL3G3RKBDRT' where id=4;
update noar ti set b0='07S80MM411D62AL3G3RKBDRT' where id=4;
update noar tt set b1='7SAB19KSLLZPO932' where id=4;
update noar ti set b1='7SAB19KSLLZPO932' where id=4;
update noar tt set b2='8PAJEZN2VDH5MIZNNAM4X' where id=4;
update noar ti set b2='8PAJEZN2VDH5MIZNNAM4X' 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='K3JAONRWQGB544MGV8IMMW5Q1TI7B7' where id=5;
update noar ti set b1='K3JAONRWQGB544MGV8IMMW5Q1TI7B7' where id=5;
update noar tt set b2='9P7PGG3Z8BE8LHY' where id=5;
update noar ti set b2='9P7PGG3Z8BE8LHY' where id=5;
update noar tt set b0='J9S2WNCGA1' where id=6;
update noar ti set b0='J9S2WNCGA1' where id=6;
update noar tt set b1='0R0' where id=6;
update noar ti set b1='0R0' where id=6;
update noar tt set b2='45J' where id=6;
update noar ti set b2='45J' where id=6;
update noar tt set b0='YKFQ0B6Z9RHWJL' where id=7;
update noar ti set b0='YKFQ0B6Z9RHWJL' where id=7;
update noar tt set b1='DAY5XIF0M' where id=7;
update noar ti set b1='DAY5XIF0M' where id=7;
update noar tt set b2='OWZJHSDRW4W8R' where id=7;
update noar ti set b2='OWZJHSDRW4W8R' where id=7;
update noar tt set b0='8VMEHCU2SZHE4TIJJ7M2ZM3NX1TIS08' where id=8;
update noar ti set b0='8VMEHCU2SZHE4TIJJ7M2ZM3NX1TIS08' where id=8;
update noar tt set b1='OU7KHAGEYZ' where id=8;
update noar ti set b1='OU7KHAGEYZ' where id=8;
update noar tt set b2='B7OUMWW2' where id=8;
update noar ti set b2='B7OUMWW2' where id=8;
update noar tt set b0='F553PHLM61N9FVCEHYG4G' where id=9;
update noar ti set b0='F553PHLM61N9FVCEHYG4G' where id=9;
update noar tt set b1='RRF9HKF3LJ9MP38N9FKWETHE' where id=9;
update noar ti set b1='RRF9HKF3LJ9MP38N9FKWETHE' where id=9;
update noar tt set b2='MK0UTSB' where id=9;
update noar ti set b2='MK0UTSB' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='FKX2OCTVS2A' where id=1;
update noar ti set b0='FKX2OCTVS2A' where id=1;
update noar tt set b1='ZG55BVWCN0GIID00JB3FUCEM0ULL' where id=1;
update noar ti set b1='ZG55BVWCN0GIID00JB3FUCEM0ULL' where id=1;
update noar tt set b2='MYR4BI0DIWOM83' where id=1;
update noar ti set b2='MYR4BI0DIWOM83' where id=1;
update noar tt set b0='0VMQIE36' where id=2;
update noar ti set b0='0VMQIE36' where id=2;
update noar tt set b1='ZLVMJUP0WEBBL0K02N6UWSWU2WUQCH4G' where id=2;
update noar ti set b1='ZLVMJUP0WEBBL0K02N6UWSWU2WUQCH4G' where id=2;
update noar tt set b2='2128C0MOH3VXTKWCALA3AJSB8L4KCZ' where id=2;
update noar ti set b2='2128C0MOH3VXTKWCALA3AJSB8L4KCZ' where id=2;
update noar tt set b0='IDHKILR85WXEUBFO99K31PE' where id=3;
update noar ti set b0='IDHKILR85WXEUBFO99K31PE' where id=3;
update noar tt set b1='CMK' where id=3;
update noar ti set b1='CMK' where id=3;
update noar tt set b2='FT5Z8K14TV0755E' where id=3;
update noar ti set b2='FT5Z8K14TV0755E' where id=3;
update noar tt set b0='TRY' where id=4;
update noar ti set b0='TRY' where id=4;
update noar tt set b1='5F3990CXFX7V334SMWU7256GK8RX' where id=4;
update noar ti set b1='5F3990CXFX7V334SMWU7256GK8RX' where id=4;
update noar tt set b2='BPJ6' where id=4;
update noar ti set b2='BPJ6' where id=4;
update noar tt set b0='AGIGJA5UV0J42UA8WZHFF' where id=5;
update noar ti set b0='AGIGJA5UV0J42UA8WZHFF' 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='6BJKENWVMYFNNJ5574P1K9TDVG74' where id=5;
update noar ti set b2='6BJKENWVMYFNNJ5574P1K9TDVG74' where id=5;
update noar tt set b0='ECF14XH8HSQF999ELR2ZHPRE01P' where id=6;
update noar ti set b0='ECF14XH8HSQF999ELR2ZHPRE01P' where id=6;
update noar tt set b1='A5O8JQSFVJJD5LPG1LL7Q83A9OPGQYA' where id=6;
update noar ti set b1='A5O8JQSFVJJD5LPG1LL7Q83A9OPGQYA' where id=6;
update noar tt set b2='RBIKBQCTDRPNPD0KTIZQP' where id=6;
update noar ti set b2='RBIKBQCTDRPNPD0KTIZQP' where id=6;
update noar tt set b0='K1KA48WF0UEESGD1HTRRFVYUKDAKH67' where id=7;
update noar ti set b0='K1KA48WF0UEESGD1HTRRFVYUKDAKH67' where id=7;
update noar tt set b1='9LTSY0P9YPMKA8H' where id=7;
update noar ti set b1='9LTSY0P9YPMKA8H' where id=7;
update noar tt set b2='4VY' where id=7;
update noar ti set b2='4VY' where id=7;
update noar tt set b0='Z3M6RAXWKY' where id=8;
update noar ti set b0='Z3M6RAXWKY' where id=8;
update noar tt set b1='SXZYH8XQYIALFTZJ48OUAR' where id=8;
update noar ti set b1='SXZYH8XQYIALFTZJ48OUAR' where id=8;
update noar tt set b2='K9SSMLUQLIW39Q5ZGEIQGGCGMHNZ' where id=8;
update noar ti set b2='K9SSMLUQLIW39Q5ZGEIQGGCGMHNZ' where id=8;
update noar tt set b0='PETFG11IZNAV6VCGJRTKZ' where id=9;
update noar ti set b0='PETFG11IZNAV6VCGJRTKZ' where id=9;
update noar tt set b1='RL41U3Z9MS59R26N02OIR' where id=9;
update noar ti set b1='RL41U3Z9MS59R26N02OIR' where id=9;
update noar tt set b2='NY8HFNNQALV26B72V' where id=9;
update noar ti set b2='NY8HFNNQALV26B72V' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='V0XM4GPNDAZI7S57PYRP43L0YF' where id=1;
update noar ti set b0='V0XM4GPNDAZI7S57PYRP43L0YF' where id=1;
update noar tt set b1='8L6YQVXVNBU754I48BV98WQAM' where id=1;
update noar ti set b1='8L6YQVXVNBU754I48BV98WQAM' where id=1;
update noar tt set b2='U' where id=1;
update noar ti set b2='U' where id=1;
update noar tt set b0='UNQGLD8FKZW' where id=2;
update noar ti set b0='UNQGLD8FKZW' where id=2;
update noar tt set b1='LZAX9Q' where id=2;
update noar ti set b1='LZAX9Q' where id=2;
update noar tt set b2='28NSCVTDXYBN29QD9FJ9YDLCWQG' where id=2;
update noar ti set b2='28NSCVTDXYBN29QD9FJ9YDLCWQG' 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='93ZHYDK8H55YRMV0' where id=3;
update noar ti set b1='93ZHYDK8H55YRMV0' where id=3;
update noar tt set b2='AS4TCWJ5' where id=3;
update noar ti set b2='AS4TCWJ5' where id=3;
update noar tt set b0='32XS5QXGV' where id=4;
update noar ti set b0='32XS5QXGV' where id=4;
update noar tt set b1='4AB' where id=4;
update noar ti set b1='4AB' where id=4;
update noar tt set b2='R8HCV85T00FAIWS1GIK0D' where id=4;
update noar ti set b2='R8HCV85T00FAIWS1GIK0D' where id=4;
update noar tt set b0='D0' where id=5;
update noar ti set b0='D0' where id=5;
update noar tt set b1='XDBO38SQTYM8LML1DGFAP4SHDPOM' where id=5;
update noar ti set b1='XDBO38SQTYM8LML1DGFAP4SHDPOM' where id=5;
update noar tt set b2='Z1' where id=5;
update noar ti set b2='Z1' where id=5;
update noar tt set b0='VG3Y3PQLLLIBWTFX' where id=6;
update noar ti set b0='VG3Y3PQLLLIBWTFX' where id=6;
update noar tt set b1='URFF1J5E90E' where id=6;
update noar ti set b1='URFF1J5E90E' where id=6;
update noar tt set b2='6E0ANCJE' where id=6;
update noar ti set b2='6E0ANCJE' where id=6;
update noar tt set b0='2PFEM5' where id=7;
update noar ti set b0='2PFEM5' where id=7;
update noar tt set b1='0A2U7PUB6IDJX46NQ7KZQ10X9TU4MI' where id=7;
update noar ti set b1='0A2U7PUB6IDJX46NQ7KZQ10X9TU4MI' where id=7;
update noar tt set b2='BU4JPRXZR4J2K68B74WP5G0RHGBV' where id=7;
update noar ti set b2='BU4JPRXZR4J2K68B74WP5G0RHGBV' where id=7;
update noar tt set b0='KK4FHRT3I' where id=8;
update noar ti set b0='KK4FHRT3I' where id=8;
update noar tt set b1='JSFRSM' where id=8;
update noar ti set b1='JSFRSM' where id=8;
update noar tt set b2='GY17S5B' where id=8;
update noar ti set b2='GY17S5B' where id=8;
update noar tt set b0='2MEHWE7SKY03Q' where id=9;
update noar ti set b0='2MEHWE7SKY03Q' where id=9;
update noar tt set b1='8VI8NR4ETZNXZCO' where id=9;
update noar ti set b1='8VI8NR4ETZNXZCO' where id=9;
update noar tt set b2='4Q5K6E6O4ZQDGNX62JXZVZ657' where id=9;
update noar ti set b2='4Q5K6E6O4ZQDGNX62JXZVZ657' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='M287C9H4R3EIG' where id=1;
update noar ti set b0='M287C9H4R3EIG' where id=1;
update noar tt set b1='4ILENJPNTT9EZFXYV0WP8C' where id=1;
update noar ti set b1='4ILENJPNTT9EZFXYV0WP8C' where id=1;
update noar tt set b2='2VESGU2O3Y' where id=1;
update noar ti set b2='2VESGU2O3Y' where id=1;
update noar tt set b0='2TYGVFF2WCC1066B4O8ARL20040VVMJ' where id=2;
update noar ti set b0='2TYGVFF2WCC1066B4O8ARL20040VVMJ' where id=2;
update noar tt set b1='PVWXG55FDZAJ1MJFB198T3HZA6BQ5SF' where id=2;
update noar ti set b1='PVWXG55FDZAJ1MJFB198T3HZA6BQ5SF' where id=2;
update noar tt set b2='IL1N5Q4XQ' where id=2;
update noar ti set b2='IL1N5Q4XQ' where id=2;
update noar tt set b0='DS685GT90K1ORVPQCYQAJN7E1VOZ' where id=3;
update noar ti set b0='DS685GT90K1ORVPQCYQAJN7E1VOZ' where id=3;
update noar tt set b1='H5FEW8MP6KXCNCH1MJB6FV5RCF2C3KCA' where id=3;
update noar ti set b1='H5FEW8MP6KXCNCH1MJB6FV5RCF2C3KCA' where id=3;
update noar tt set b2='RB5ZP752ASYIYVY3S3V80CK4CZI5JO' where id=3;
update noar ti set b2='RB5ZP752ASYIYVY3S3V80CK4CZI5JO' where id=3;
update noar tt set b0='XUSB25OFFX4BI1SVYE' where id=4;
update noar ti set b0='XUSB25OFFX4BI1SVYE' where id=4;
update noar tt set b1='B0JE' where id=4;
update noar ti set b1='B0JE' where id=4;
update noar tt set b2='J32LFFF032OMBJ03VWHSE58TB9' where id=4;
update noar ti set b2='J32LFFF032OMBJ03VWHSE58TB9' where id=4;
update noar tt set b0='KEXD9O4KCUGOZUG7NBXXS2BF' where id=5;
update noar ti set b0='KEXD9O4KCUGOZUG7NBXXS2BF' where id=5;
update noar tt set b1='804U54ZQOQ6' where id=5;
update noar ti set b1='804U54ZQOQ6' where id=5;
update noar tt set b2='VS0T1' where id=5;
update noar ti set b2='VS0T1' where id=5;
update noar tt set b0='JNX0AVWY14Q0ARXJGE4L6XXI5XR7F0ME' where id=6;
update noar ti set b0='JNX0AVWY14Q0ARXJGE4L6XXI5XR7F0ME' where id=6;
update noar tt set b1='RPQ7GIUJRM34DWHYZQKKIDUL' where id=6;
update noar ti set b1='RPQ7GIUJRM34DWHYZQKKIDUL' where id=6;
update noar tt set b2='BB9HWI1D9Y4SASMSEQEU' where id=6;
update noar ti set b2='BB9HWI1D9Y4SASMSEQEU' where id=6;
update noar tt set b0='1NDWRF2R' where id=7;
update noar ti set b0='1NDWRF2R' where id=7;
update noar tt set b1='ZH3WIH1QB' where id=7;
update noar ti set b1='ZH3WIH1QB' where id=7;
update noar tt set b2='4JN10' where id=7;
update noar ti set b2='4JN10' where id=7;
update noar tt set b0='X3KEMTTCSCUV1QN3EP7V3U2Z' where id=8;
update noar ti set b0='X3KEMTTCSCUV1QN3EP7V3U2Z' where id=8;
update noar tt set b1='D6VM0Y' where id=8;
update noar ti set b1='D6VM0Y' where id=8;
update noar tt set b2='OCKDQ' where id=8;
update noar ti set b2='OCKDQ' where id=8;
update noar tt set b0='LJNEVD9C5PEEZ' where id=9;
update noar ti set b0='LJNEVD9C5PEEZ' where id=9;
update noar tt set b1='ULXKZOSMPYF3ACZHD49YULLE' where id=9;
update noar ti set b1='ULXKZOSMPYF3ACZHD49YULLE' where id=9;
update noar tt set b2='OODMUMG72LNXP1A9' where id=9;
update noar ti set b2='OODMUMG72LNXP1A9' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='SWF7Q8VKRX3OXC04Q' where id=1;
update noar ti set b0='SWF7Q8VKRX3OXC04Q' where id=1;
update noar tt set b1='SAR0J5KETHB0WFBWZ94' where id=1;
update noar ti set b1='SAR0J5KETHB0WFBWZ94' where id=1;
update noar tt set b2='S' where id=1;
update noar ti set b2='S' where id=1;
update noar tt set b0='V2SRGZ' where id=2;
update noar ti set b0='V2SRGZ' where id=2;
update noar tt set b1='0HF9H1P5MH0TQ7LXXIDBLB' where id=2;
update noar ti set b1='0HF9H1P5MH0TQ7LXXIDBLB' where id=2;
update noar tt set b2='EV3M39R812HK3HE42GXGS19O41' where id=2;
update noar ti set b2='EV3M39R812HK3HE42GXGS19O41' where id=2;
update noar tt set b0='MNBIM18BYS987LV8J' where id=3;
update noar ti set b0='MNBIM18BYS987LV8J' where id=3;
update noar tt set b1='DMW9K7LBHGRIU5MTZ' where id=3;
update noar ti set b1='DMW9K7LBHGRIU5MTZ' where id=3;
update noar tt set b2='UKTH9V5O5R606I66NFETV2TUWO3QFU5' where id=3;
update noar ti set b2='UKTH9V5O5R606I66NFETV2TUWO3QFU5' where id=3;
update noar tt set b0='WM474SZ' where id=4;
update noar ti set b0='WM474SZ' where id=4;
update noar tt set b1='KXM85M5KDAOTE5OTB2XJ0ARC15Y5C' where id=4;
update noar ti set b1='KXM85M5KDAOTE5OTB2XJ0ARC15Y5C' where id=4;
update noar tt set b2='UDLLP4MIJAHFTO1BTWGDG6' where id=4;
update noar ti set b2='UDLLP4MIJAHFTO1BTWGDG6' where id=4;
update noar tt set b0='TE1PSC' where id=5;
update noar ti set b0='TE1PSC' where id=5;
update noar tt set b1='QGE2' where id=5;
update noar ti set b1='QGE2' where id=5;
update noar tt set b2='PG3JCVGU9WVQ0TNSM97U0ZB67' where id=5;
update noar ti set b2='PG3JCVGU9WVQ0TNSM97U0ZB67' where id=5;
update noar tt set b0='XR2VO4JU0KUS' where id=6;
update noar ti set b0='XR2VO4JU0KUS' where id=6;
update noar tt set b1='SI7SX4QKS' where id=6;
update noar ti set b1='SI7SX4QKS' where id=6;
update noar tt set b2='WJBPHZ3A72PR7' where id=6;
update noar ti set b2='WJBPHZ3A72PR7' where id=6;
update noar tt set b0='4NI7JQTM6RCTSJTO' where id=7;
update noar ti set b0='4NI7JQTM6RCTSJTO' where id=7;
update noar tt set b1='7TVZCXAARATP96VRWH9GEIVUMFU2G' where id=7;
update noar ti set b1='7TVZCXAARATP96VRWH9GEIVUMFU2G' where id=7;
update noar tt set b2='3OGIUU4LLIQSFF36A5Z' where id=7;
update noar ti set b2='3OGIUU4LLIQSFF36A5Z' where id=7;
update noar tt set b0='M0Z1YRZ82OW754' where id=8;
update noar ti set b0='M0Z1YRZ82OW754' where id=8;
update noar tt set b1='R3K6WZF45IR' where id=8;
update noar ti set b1='R3K6WZF45IR' where id=8;
update noar tt set b2='70CG' where id=8;
update noar ti set b2='70CG' where id=8;
update noar tt set b0='6XBNISLMDJLA6BWFZEW7P88NV34' where id=9;
update noar ti set b0='6XBNISLMDJLA6BWFZEW7P88NV34' where id=9;
update noar tt set b1='W8' where id=9;
update noar ti set b1='W8' where id=9;
update noar tt set b2='XDDRGBLT0W4NHABBZD' where id=9;
update noar ti set b2='XDDRGBLT0W4NHABBZD' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='TY5RIKFU10O' where id=1;
update noar ti set b0='TY5RIKFU10O' where id=1;
update noar tt set b1='JQYDDQDRYDQHXC5PRSVQ9C0LS2R' where id=1;
update noar ti set b1='JQYDDQDRYDQHXC5PRSVQ9C0LS2R' where id=1;
update noar tt set b2='MCL8UT1AYC6SS0IET6WF9EVL' where id=1;
update noar ti set b2='MCL8UT1AYC6SS0IET6WF9EVL' where id=1;
update noar tt set b0='RI9D7D827WXQE17KM0WGQFONAFG' where id=2;
update noar ti set b0='RI9D7D827WXQE17KM0WGQFONAFG' where id=2;
update noar tt set b1='A3378Q' where id=2;
update noar ti set b1='A3378Q' where id=2;
update noar tt set b2='C' where id=2;
update noar ti set b2='C' where id=2;
update noar tt set b0='BBLO7R5R9AP3B3ANOLQX2H' where id=3;
update noar ti set b0='BBLO7R5R9AP3B3ANOLQX2H' where id=3;
update noar tt set b1='L4WJFX91G81Z0CIKPMJ3DKGQK8K' where id=3;
update noar ti set b1='L4WJFX91G81Z0CIKPMJ3DKGQK8K' where id=3;
update noar tt set b2='EGVVDKV1M8726OCF2' where id=3;
update noar ti set b2='EGVVDKV1M8726OCF2' where id=3;
update noar tt set b0='9YY7J' where id=4;
update noar ti set b0='9YY7J' where id=4;
update noar tt set b1='08L32B28RWFQR5' where id=4;
update noar ti set b1='08L32B28RWFQR5' where id=4;
update noar tt set b2='ZU6QOZAR0IQP84H51S3S' where id=4;
update noar ti set b2='ZU6QOZAR0IQP84H51S3S' where id=4;
update noar tt set b0='NS2TODU9ZG3LCAJJMQOWY96EI8L17' where id=5;
update noar ti set b0='NS2TODU9ZG3LCAJJMQOWY96EI8L17' where id=5;
update noar tt set b1='IFPZIPDMV0Q8NOR1FCHF7' where id=5;
update noar ti set b1='IFPZIPDMV0Q8NOR1FCHF7' where id=5;
update noar tt set b2='480R' where id=5;
update noar ti set b2='480R' where id=5;
update noar tt set b0='NSPTXFPI97EMQ9DZGNQ7N1EKGMS6XHYG' where id=6;
update noar ti set b0='NSPTXFPI97EMQ9DZGNQ7N1EKGMS6XHYG' where id=6;
update noar tt set b1='I9P6' where id=6;
update noar ti set b1='I9P6' where id=6;
update noar tt set b2='M0MGXI9BFKOCM4P9VFYUQ2ARUODX7' where id=6;
update noar ti set b2='M0MGXI9BFKOCM4P9VFYUQ2ARUODX7' where id=6;
update noar tt set b0='CXPA9MUZ2N5V5ERDX2XI2' where id=7;
update noar ti set b0='CXPA9MUZ2N5V5ERDX2XI2' where id=7;
update noar tt set b1='HKAZRFP5A8FVBHYHWSJR59O0VXRF' where id=7;
update noar ti set b1='HKAZRFP5A8FVBHYHWSJR59O0VXRF' where id=7;
update noar tt set b2='3X0UEOW4AZULRYUDTYTIOMEZS' where id=7;
update noar ti set b2='3X0UEOW4AZULRYUDTYTIOMEZS' where id=7;
update noar tt set b0='Y941NPGW0KXICXDTE0T0DUE80' where id=8;
update noar ti set b0='Y941NPGW0KXICXDTE0T0DUE80' where id=8;
update noar tt set b1='HB86WDHW' where id=8;
update noar ti set b1='HB86WDHW' where id=8;
update noar tt set b2='SF41NLHTK3P8GQYT0HY' where id=8;
update noar ti set b2='SF41NLHTK3P8GQYT0HY' where id=8;
update noar tt set b0='EPSK98YMVO3UW2B1IY5TTNW6YV4T134' where id=9;
update noar ti set b0='EPSK98YMVO3UW2B1IY5TTNW6YV4T134' where id=9;
update noar tt set b1='NRL1MRSWW3FLA' where id=9;
update noar ti set b1='NRL1MRSWW3FLA' where id=9;
update noar tt set b2='1Z6FTZ39RZO' where id=9;
update noar ti set b2='1Z6FTZ39RZO' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='04JC47V4CY7XWAEETS9DE14Z7HB' where id=1;
update noar ti set b0='04JC47V4CY7XWAEETS9DE14Z7HB' where id=1;
update noar tt set b1='A7BPJX1SD0AM5K0A5J303U5' where id=1;
update noar ti set b1='A7BPJX1SD0AM5K0A5J303U5' where id=1;
update noar tt set b2='ON3VBPPGVK6T' where id=1;
update noar ti set b2='ON3VBPPGVK6T' where id=1;
update noar tt set b0='Z' where id=2;
update noar ti set b0='Z' where id=2;
update noar tt set b1='IUOW8FIQDQ08PEBEH4R6PC7WBXJ7IN7' where id=2;
update noar ti set b1='IUOW8FIQDQ08PEBEH4R6PC7WBXJ7IN7' where id=2;
update noar tt set b2='HDJGPWI59GFMN' where id=2;
update noar ti set b2='HDJGPWI59GFMN' where id=2;
update noar tt set b0='N1972AL6R4MRJES140T' where id=3;
update noar ti set b0='N1972AL6R4MRJES140T' where id=3;
update noar tt set b1='FJVQSUR6ZWXS43Q7MDF' where id=3;
update noar ti set b1='FJVQSUR6ZWXS43Q7MDF' where id=3;
update noar tt set b2='OZWLABJ8I7KUIZYSHEJ1' where id=3;
update noar ti set b2='OZWLABJ8I7KUIZYSHEJ1' where id=3;
update noar tt set b0='3TWXDAJY3' where id=4;
update noar ti set b0='3TWXDAJY3' where id=4;
update noar tt set b1='M' where id=4;
update noar ti set b1='M' where id=4;
update noar tt set b2='N869M5I9YBAR4H' where id=4;
update noar ti set b2='N869M5I9YBAR4H' where id=4;
update noar tt set b0='X69GW' where id=5;
update noar ti set b0='X69GW' where id=5;
update noar tt set b1='E21CFVCI7MXQ7ZET9BK7R79T' where id=5;
update noar ti set b1='E21CFVCI7MXQ7ZET9BK7R79T' where id=5;
update noar tt set b2='JLRCDVI' where id=5;
update noar ti set b2='JLRCDVI' where id=5;
update noar tt set b0='QBKQWIUDDW1BK8QO3NTV9T' where id=6;
update noar ti set b0='QBKQWIUDDW1BK8QO3NTV9T' where id=6;
update noar tt set b1='C4GZ6SHL4Y7MD7XWSPH6XME0EAHJFH' where id=6;
update noar ti set b1='C4GZ6SHL4Y7MD7XWSPH6XME0EAHJFH' where id=6;
update noar tt set b2='W83VK2IV0Y6YRVFS' where id=6;
update noar ti set b2='W83VK2IV0Y6YRVFS' where id=6;
update noar tt set b0='UHFSFOAM9TR6BNDSQ3' where id=7;
update noar ti set b0='UHFSFOAM9TR6BNDSQ3' where id=7;
update noar tt set b1='FDVCO04TGO3L2Q' where id=7;
update noar ti set b1='FDVCO04TGO3L2Q' where id=7;
update noar tt set b2='ADHJDFL5QO96ZVZ1Y7VMBUEKQEKL' where id=7;
update noar ti set b2='ADHJDFL5QO96ZVZ1Y7VMBUEKQEKL' where id=7;
update noar tt set b0='4AKQKZZ4Y1WYF7GABMX' where id=8;
update noar ti set b0='4AKQKZZ4Y1WYF7GABMX' where id=8;
update noar tt set b1='KIGIFZORX62LE25ULIHO72E' where id=8;
update noar ti set b1='KIGIFZORX62LE25ULIHO72E' where id=8;
update noar tt set b2='LYNAJDEWHJAGMJIHJTE1YLTCUBO4' where id=8;
update noar ti set b2='LYNAJDEWHJAGMJIHJTE1YLTCUBO4' where id=8;
update noar tt set b0='CKG7YFLWW4ZJQEDN59C5LH' where id=9;
update noar ti set b0='CKG7YFLWW4ZJQEDN59C5LH' where id=9;
update noar tt set b1='K107T57QENNPI43SB7OE' where id=9;
update noar ti set b1='K107T57QENNPI43SB7OE' where id=9;
update noar tt set b2='KWY5R48NY3RME4' where id=9;
update noar ti set b2='KWY5R48NY3RME4' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='4BD62195G1IJW8ANJOT' where id=1;
update noar ti set b0='4BD62195G1IJW8ANJOT' where id=1;
update noar tt set b1='A1XXR6KV8YFT' where id=1;
update noar ti set b1='A1XXR6KV8YFT' where id=1;
update noar tt set b2='TWCUVSGILGHUNE059' where id=1;
update noar ti set b2='TWCUVSGILGHUNE059' where id=1;
update noar tt set b0='BWE5NTO783PA' where id=2;
update noar ti set b0='BWE5NTO783PA' where id=2;
update noar tt set b1='OMKWO' where id=2;
update noar ti set b1='OMKWO' where id=2;
update noar tt set b2='TRA' where id=2;
update noar ti set b2='TRA' where id=2;
update noar tt set b0='OLK8K2JH' where id=3;
update noar ti set b0='OLK8K2JH' where id=3;
update noar tt set b1='69MPVHGE4HOKZGLD197N1PFWV4U5RR5' where id=3;
update noar ti set b1='69MPVHGE4HOKZGLD197N1PFWV4U5RR5' where id=3;
update noar tt set b2='033Y6ALPDF' where id=3;
update noar ti set b2='033Y6ALPDF' where id=3;
update noar tt set b0='I08RX5GWK4OE27F' where id=4;
update noar ti set b0='I08RX5GWK4OE27F' where id=4;
update noar tt set b1='PTVAJEUH7HZYQA5LXX0' where id=4;
update noar ti set b1='PTVAJEUH7HZYQA5LXX0' where id=4;
update noar tt set b2='01937A3P7V62MTH71WSI70RIRXK' where id=4;
update noar ti set b2='01937A3P7V62MTH71WSI70RIRXK' where id=4;
update noar tt set b0='KW9PQKFZ5QXIPF' where id=5;
update noar ti set b0='KW9PQKFZ5QXIPF' where id=5;
update noar tt set b1='43YGR89Q4H06VR' where id=5;
update noar ti set b1='43YGR89Q4H06VR' where id=5;
update noar tt set b2='1UV51YC3VOP9MT4B4M6' where id=5;
update noar ti set b2='1UV51YC3VOP9MT4B4M6' where id=5;
update noar tt set b0='A72K9DEOHHI3AUD3DFRB' where id=6;
update noar ti set b0='A72K9DEOHHI3AUD3DFRB' where id=6;
update noar tt set b1='QIXSCV7M4OP7BAM7KEG' where id=6;
update noar ti set b1='QIXSCV7M4OP7BAM7KEG' where id=6;
update noar tt set b2='X69FXFB4C0VSQ6Z8SZ246' where id=6;
update noar ti set b2='X69FXFB4C0VSQ6Z8SZ246' where id=6;
update noar tt set b0='O5J7WCR6FPD5YJU' where id=7;
update noar ti set b0='O5J7WCR6FPD5YJU' where id=7;
update noar tt set b1='UMVJAPIYZ867HCCDR7EFZDCVDXKU' where id=7;
update noar ti set b1='UMVJAPIYZ867HCCDR7EFZDCVDXKU' where id=7;
update noar tt set b2='DVD6NLXW2JUQWN7NAN4YJNZ' where id=7;
update noar ti set b2='DVD6NLXW2JUQWN7NAN4YJNZ' where id=7;
update noar tt set b0='ZE2P5VVFPHYYEIKMW0V6E0OJB' where id=8;
update noar ti set b0='ZE2P5VVFPHYYEIKMW0V6E0OJB' where id=8;
update noar tt set b1='KJE239AHMK0T5LMUKX' where id=8;
update noar ti set b1='KJE239AHMK0T5LMUKX' where id=8;
update noar tt set b2='LVKF' where id=8;
update noar ti set b2='LVKF' where id=8;
update noar tt set b0='35YXN0W76OX44P' where id=9;
update noar ti set b0='35YXN0W76OX44P' where id=9;
update noar tt set b1='NTMJ4MT3V4PLKFT96HNRPD7MXYEFJ2' where id=9;
update noar ti set b1='NTMJ4MT3V4PLKFT96HNRPD7MXYEFJ2' where id=9;
update noar tt set b2='DPE0PMMDDVMDL415Q8GABX9U' where id=9;
update noar ti set b2='DPE0PMMDDVMDL415Q8GABX9U' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='0ZYW' where id=1;
update noar ti set b0='0ZYW' where id=1;
update noar tt set b1='6YE75I8RBKZEP' where id=1;
update noar ti set b1='6YE75I8RBKZEP' where id=1;
update noar tt set b2='LMX9SYQ0HY4' where id=1;
update noar ti set b2='LMX9SYQ0HY4' where id=1;
update noar tt set b0='7NCFKYNS8H08146S7B9G2IE1XUJT7OF1' where id=2;
update noar ti set b0='7NCFKYNS8H08146S7B9G2IE1XUJT7OF1' where id=2;
update noar tt set b1='ZT05YHIRZ4PDE12' where id=2;
update noar ti set b1='ZT05YHIRZ4PDE12' where id=2;
update noar tt set b2='3QA70PIO' where id=2;
update noar ti set b2='3QA70PIO' where id=2;
update noar tt set b0='ID89D8G0' where id=3;
update noar ti set b0='ID89D8G0' where id=3;
update noar tt set b1='4AOYQQXFS1QZD7AMGXBGQ' where id=3;
update noar ti set b1='4AOYQQXFS1QZD7AMGXBGQ' where id=3;
update noar tt set b2='XG2SSB8ZK1WH' where id=3;
update noar ti set b2='XG2SSB8ZK1WH' where id=3;
update noar tt set b0='2TTZSGXC70BXUSG7I7X1ANLFIRY' where id=4;
update noar ti set b0='2TTZSGXC70BXUSG7I7X1ANLFIRY' where id=4;
update noar tt set b1='CLC2BKPCT3212PO1' where id=4;
update noar ti set b1='CLC2BKPCT3212PO1' where id=4;
update noar tt set b2='LBD31LS2L45WFPHY0Y' where id=4;
update noar ti set b2='LBD31LS2L45WFPHY0Y' where id=4;
update noar tt set b0='ZS5ZA0UGEH74VTZ2GPNYV7KVURA' where id=5;
update noar ti set b0='ZS5ZA0UGEH74VTZ2GPNYV7KVURA' where id=5;
update noar tt set b1='BS18NCXAHSZQE6KUTX7' where id=5;
update noar ti set b1='BS18NCXAHSZQE6KUTX7' where id=5;
update noar tt set b2='P6C2G2DDAP' where id=5;
update noar ti set b2='P6C2G2DDAP' where id=5;
update noar tt set b0='ORE5SGFRGA2I6AJM649J' where id=6;
update noar ti set b0='ORE5SGFRGA2I6AJM649J' where id=6;
update noar tt set b1='94SYW5S840L9B6XHNY8' where id=6;
update noar ti set b1='94SYW5S840L9B6XHNY8' where id=6;
update noar tt set b2='03Y71BF0TOLPV7Z5RB5YTKAZSY7I7A' where id=6;
update noar ti set b2='03Y71BF0TOLPV7Z5RB5YTKAZSY7I7A' where id=6;
update noar tt set b0='24VD06NH7VU91AF2GT6L3H020HZ1VVCG' where id=7;
update noar ti set b0='24VD06NH7VU91AF2GT6L3H020HZ1VVCG' where id=7;
update noar tt set b1='0W2MZTYXTRU5FKW8K' where id=7;
update noar ti set b1='0W2MZTYXTRU5FKW8K' where id=7;
update noar tt set b2='TO0YVZIG1Q' where id=7;
update noar ti set b2='TO0YVZIG1Q' where id=7;
update noar tt set b0='NEWCN0' where id=8;
update noar ti set b0='NEWCN0' where id=8;
update noar tt set b1='8B4EVW2R6YELH105G' where id=8;
update noar ti set b1='8B4EVW2R6YELH105G' where id=8;
update noar tt set b2='PQIVUJF4H6PRJHLOGH' where id=8;
update noar ti set b2='PQIVUJF4H6PRJHLOGH' where id=8;
update noar tt set b0='WKVO7WNXNRMFR7PWUD' where id=9;
update noar ti set b0='WKVO7WNXNRMFR7PWUD' where id=9;
update noar tt set b1='X6NZQ0F2BY2U1C2YFVCYA8V' where id=9;
update noar ti set b1='X6NZQ0F2BY2U1C2YFVCYA8V' where id=9;
update noar tt set b2='Y2G2G4BY7NN975ITX35NYFJW4L' where id=9;
update noar ti set b2='Y2G2G4BY7NN975ITX35NYFJW4L' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='KCX89VFOT21' where id=1;
update noar ti set b0='KCX89VFOT21' where id=1;
update noar tt set b1='XF61S' where id=1;
update noar ti set b1='XF61S' where id=1;
update noar tt set b2='ZKP6IRKLOFRK' where id=1;
update noar ti set b2='ZKP6IRKLOFRK' where id=1;
update noar tt set b0='OWI5YL8EZ88OV9' where id=2;
update noar ti set b0='OWI5YL8EZ88OV9' where id=2;
update noar tt set b1='K92QWE' where id=2;
update noar ti set b1='K92QWE' where id=2;
update noar tt set b2='37AKI7DU89GEYW9RDHU' where id=2;
update noar ti set b2='37AKI7DU89GEYW9RDHU' where id=2;
update noar tt set b0='QFE' where id=3;
update noar ti set b0='QFE' where id=3;
update noar tt set b1='AODW5RL723HUWO1AQR361ICVBBYTNHUE' where id=3;
update noar ti set b1='AODW5RL723HUWO1AQR361ICVBBYTNHUE' where id=3;
update noar tt set b2='FJ4B6C9AXJIRICOVCECJ36RGXUH92' where id=3;
update noar ti set b2='FJ4B6C9AXJIRICOVCECJ36RGXUH92' where id=3;
update noar tt set b0='RP6IZM5UUJ4PMACC1WU3EXVVWI3' where id=4;
update noar ti set b0='RP6IZM5UUJ4PMACC1WU3EXVVWI3' where id=4;
update noar tt set b1='BL' where id=4;
update noar ti set b1='BL' where id=4;
update noar tt set b2='QVDLZJ' where id=4;
update noar ti set b2='QVDLZJ' where id=4;
update noar tt set b0='THT8ZUSP4PW0VYN1H8QA0D8WVKR' where id=5;
update noar ti set b0='THT8ZUSP4PW0VYN1H8QA0D8WVKR' where id=5;
update noar tt set b1='GNT100HM6H3' where id=5;
update noar ti set b1='GNT100HM6H3' where id=5;
update noar tt set b2='7BXOWRZ' where id=5;
update noar ti set b2='7BXOWRZ' where id=5;
update noar tt set b0='ZSACIU7' where id=6;
update noar ti set b0='ZSACIU7' where id=6;
update noar tt set b1='YEH3LJY53UAOC3E80NVZ3FUU9PPDD' where id=6;
update noar ti set b1='YEH3LJY53UAOC3E80NVZ3FUU9PPDD' where id=6;
update noar tt set b2='1MNL58' where id=6;
update noar ti set b2='1MNL58' where id=6;
update noar tt set b0='7PO7B09E4V8NM6SA6IFPGMWMJW59FBO' where id=7;
update noar ti set b0='7PO7B09E4V8NM6SA6IFPGMWMJW59FBO' where id=7;
update noar tt set b1='N2KKHGY4QI3D2QK8WSE7Q9JEPUY6Z461' where id=7;
update noar ti set b1='N2KKHGY4QI3D2QK8WSE7Q9JEPUY6Z461' where id=7;
update noar tt set b2='IDG3QX8NO54H1AHHG33MGWD01O0P' where id=7;
update noar ti set b2='IDG3QX8NO54H1AHHG33MGWD01O0P' where id=7;
update noar tt set b0='0RHH856SNN1CTORERRX5RG' where id=8;
update noar ti set b0='0RHH856SNN1CTORERRX5RG' where id=8;
update noar tt set b1='VQ30GJVSBD657BW01Z1HP7C20EB9' where id=8;
update noar ti set b1='VQ30GJVSBD657BW01Z1HP7C20EB9' where id=8;
update noar tt set b2='D951KQ0O245354GN333ENZ8V6A' where id=8;
update noar ti set b2='D951KQ0O245354GN333ENZ8V6A' where id=8;
update noar tt set b0='TS289INETO6JA86WZ2B2DIBOB7B' where id=9;
update noar ti set b0='TS289INETO6JA86WZ2B2DIBOB7B' where id=9;
update noar tt set b1='JGOFDM' where id=9;
update noar ti set b1='JGOFDM' where id=9;
update noar tt set b2='TV8XNTLLC706F65OL7PYEUPZBW' where id=9;
update noar ti set b2='TV8XNTLLC706F65OL7PYEUPZBW' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='RT017WU8' where id=1;
update noar ti set b0='RT017WU8' where id=1;
update noar tt set b1='CJWGSWGH6' where id=1;
update noar ti set b1='CJWGSWGH6' where id=1;
update noar tt set b2='P666ILL53KV74R93TA2KYP9AXN8R1Z6K' where id=1;
update noar ti set b2='P666ILL53KV74R93TA2KYP9AXN8R1Z6K' where id=1;
update noar tt set b0='5RORR0NB19IS5QQ8ED' where id=2;
update noar ti set b0='5RORR0NB19IS5QQ8ED' where id=2;
update noar tt set b1='YVMEVIM2NIPQPNKU26C46I7AI56IUC' where id=2;
update noar ti set b1='YVMEVIM2NIPQPNKU26C46I7AI56IUC' where id=2;
update noar tt set b2='OD0FTD7CFLJL5E30WME3TLK0REX5' where id=2;
update noar ti set b2='OD0FTD7CFLJL5E30WME3TLK0REX5' where id=2;
update noar tt set b0='T2KDVTEAIXH6RKVE' where id=3;
update noar ti set b0='T2KDVTEAIXH6RKVE' where id=3;
update noar tt set b1='XPGGRFU6HQY8UBGZ0K946EXI' where id=3;
update noar ti set b1='XPGGRFU6HQY8UBGZ0K946EXI' where id=3;
update noar tt set b2='NTWBDAA5AB98GW9' where id=3;
update noar ti set b2='NTWBDAA5AB98GW9' where id=3;
update noar tt set b0='AFKTTLT8ZNRN' where id=4;
update noar ti set b0='AFKTTLT8ZNRN' where id=4;
update noar tt set b1='KOQX9DP0KEGIBEKXLPXTT511' where id=4;
update noar ti set b1='KOQX9DP0KEGIBEKXLPXTT511' where id=4;
update noar tt set b2='VDE337ME' where id=4;
update noar ti set b2='VDE337ME' where id=4;
update noar tt set b0='E9MSGXPHEM4J7907FPKLAFXM64L8IL' where id=5;
update noar ti set b0='E9MSGXPHEM4J7907FPKLAFXM64L8IL' where id=5;
update noar tt set b1='XH19P319ZHRJJ8RUYA' where id=5;
update noar ti set b1='XH19P319ZHRJJ8RUYA' where id=5;
update noar tt set b2='75O' where id=5;
update noar ti set b2='75O' where id=5;
update noar tt set b0='A3TTKW3SLBW7NK55G8IZOS' where id=6;
update noar ti set b0='A3TTKW3SLBW7NK55G8IZOS' where id=6;
update noar tt set b1='UJVBADN7FOT32VLY' where id=6;
update noar ti set b1='UJVBADN7FOT32VLY' where id=6;
update noar tt set b2='MRITCEQAOG3QXM6OJG8K' where id=6;
update noar ti set b2='MRITCEQAOG3QXM6OJG8K' where id=6;
update noar tt set b0='GIE02YT423OLCNJCAPGOJUY' where id=7;
update noar ti set b0='GIE02YT423OLCNJCAPGOJUY' where id=7;
update noar tt set b1='XFFWQC0K6B886' where id=7;
update noar ti set b1='XFFWQC0K6B886' where id=7;
update noar tt set b2='5ZGAW4FH71XWJ1M5M73M' where id=7;
update noar ti set b2='5ZGAW4FH71XWJ1M5M73M' where id=7;
update noar tt set b0='SDUHTC97S5M' where id=8;
update noar ti set b0='SDUHTC97S5M' where id=8;
update noar tt set b1='CR1CA7PSCLJJ2BXAQYFA5RE8SFQ' where id=8;
update noar ti set b1='CR1CA7PSCLJJ2BXAQYFA5RE8SFQ' where id=8;
update noar tt set b2='DJPUOV95YW0R1592MAD9074Z6AJ8' where id=8;
update noar ti set b2='DJPUOV95YW0R1592MAD9074Z6AJ8' where id=8;
update noar tt set b0='PD' where id=9;
update noar ti set b0='PD' where id=9;
update noar tt set b1='4U4MB9GJB11' where id=9;
update noar ti set b1='4U4MB9GJB11' where id=9;
update noar tt set b2='U14L' where id=9;
update noar ti set b2='U14L' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='8SKA' where id=1;
update noar ti set b0='8SKA' where id=1;
update noar tt set b1='RI' where id=1;
update noar ti set b1='RI' where id=1;
update noar tt set b2='MJCI' where id=1;
update noar ti set b2='MJCI' where id=1;
update noar tt set b0='2K07W6EL8ZDK8KONH' where id=2;
update noar ti set b0='2K07W6EL8ZDK8KONH' where id=2;
update noar tt set b1='226B81J39EG0X' where id=2;
update noar ti set b1='226B81J39EG0X' where id=2;
update noar tt set b2='HT0EBASV6C52PL02V558GLQ06' where id=2;
update noar ti set b2='HT0EBASV6C52PL02V558GLQ06' where id=2;
update noar tt set b0='YAWP0OE2ZV' where id=3;
update noar ti set b0='YAWP0OE2ZV' where id=3;
update noar tt set b1='SIX960Q7IVM4MRY3J1IR4GYZVWSR' where id=3;
update noar ti set b1='SIX960Q7IVM4MRY3J1IR4GYZVWSR' where id=3;
update noar tt set b2='JQN6921NYAUD4EH' where id=3;
update noar ti set b2='JQN6921NYAUD4EH' where id=3;
update noar tt set b0='TQD2W9274UYJJDD7BWPHTL4EUB' where id=4;
update noar ti set b0='TQD2W9274UYJJDD7BWPHTL4EUB' where id=4;
update noar tt set b1='V2Y699NCN0V22JG09XVV602XGXE0' where id=4;
update noar ti set b1='V2Y699NCN0V22JG09XVV602XGXE0' where id=4;
update noar tt set b2='7A' where id=4;
update noar ti set b2='7A' where id=4;
update noar tt set b0='9AW5YY8O06LZY3C85P85' where id=5;
update noar ti set b0='9AW5YY8O06LZY3C85P85' where id=5;
update noar tt set b1='AE2JJ9RWTRIWLRIFD2DWFSA1K4KFS' where id=5;
update noar ti set b1='AE2JJ9RWTRIWLRIFD2DWFSA1K4KFS' where id=5;
update noar tt set b2='ZPKNXUNET7LWHK2KM19KWK4P47WQ' where id=5;
update noar ti set b2='ZPKNXUNET7LWHK2KM19KWK4P47WQ' where id=5;
update noar tt set b0='ND9JDEAIDR3P9HVYM9' where id=6;
update noar ti set b0='ND9JDEAIDR3P9HVYM9' where id=6;
update noar tt set b1='62' where id=6;
update noar ti set b1='62' where id=6;
update noar tt set b2='8HI876OH6E6UWLJ8PB9DK' where id=6;
update noar ti set b2='8HI876OH6E6UWLJ8PB9DK' where id=6;
update noar tt set b0='F110' where id=7;
update noar ti set b0='F110' where id=7;
update noar tt set b1='4N8SSDF12' where id=7;
update noar ti set b1='4N8SSDF12' where id=7;
update noar tt set b2='1LXW' where id=7;
update noar ti set b2='1LXW' where id=7;
update noar tt set b0='2PKTS055GEQMW7Q71XG2H5GJWO1SQ9' where id=8;
update noar ti set b0='2PKTS055GEQMW7Q71XG2H5GJWO1SQ9' where id=8;
update noar tt set b1='QRUW8OM2TRWP8QE8U1PS3VHC1' where id=8;
update noar ti set b1='QRUW8OM2TRWP8QE8U1PS3VHC1' where id=8;
update noar tt set b2='7VWM6VDKKURCA25V1WEMJX5RR' where id=8;
update noar ti set b2='7VWM6VDKKURCA25V1WEMJX5RR' where id=8;
update noar tt set b0='F8UOPVJB7SUBIF5J2' where id=9;
update noar ti set b0='F8UOPVJB7SUBIF5J2' where id=9;
update noar tt set b1='N5BT6Y2N6BDWG917F2Q1TP' where id=9;
update noar ti set b1='N5BT6Y2N6BDWG917F2Q1TP' where id=9;
update noar tt set b2='A5BUXCK' where id=9;
update noar ti set b2='A5BUXCK' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='Z9UECTNOEOS' where id=1;
update noar ti set b0='Z9UECTNOEOS' where id=1;
update noar tt set b1='HY80ALLQRCY' where id=1;
update noar ti set b1='HY80ALLQRCY' where id=1;
update noar tt set b2='JIOE01G8H0V' where id=1;
update noar ti set b2='JIOE01G8H0V' where id=1;
update noar tt set b0='X812CPG3Y' where id=2;
update noar ti set b0='X812CPG3Y' where id=2;
update noar tt set b1='NPT10HXKUPKOM2OL4M' where id=2;
update noar ti set b1='NPT10HXKUPKOM2OL4M' where id=2;
update noar tt set b2='U9PWC3E7VOBB1KBEVWZ95A6HTA' where id=2;
update noar ti set b2='U9PWC3E7VOBB1KBEVWZ95A6HTA' where id=2;
update noar tt set b0='14CBT4B7220V5WJRCXX8UQ1Q4' where id=3;
update noar ti set b0='14CBT4B7220V5WJRCXX8UQ1Q4' where id=3;
update noar tt set b1='ZJ7LV37Z' where id=3;
update noar ti set b1='ZJ7LV37Z' where id=3;
update noar tt set b2='ZQ0GLBSBSXI2RK7QGLHOL4JS6K' where id=3;
update noar ti set b2='ZQ0GLBSBSXI2RK7QGLHOL4JS6K' where id=3;
update noar tt set b0='KYBI' where id=4;
update noar ti set b0='KYBI' where id=4;
update noar tt set b1='TZ' where id=4;
update noar ti set b1='TZ' where id=4;
update noar tt set b2='ZV7UU8U9S3S0UTT58JJA7F' where id=4;
update noar ti set b2='ZV7UU8U9S3S0UTT58JJA7F' where id=4;
update noar tt set b0='BYZ3PCOIYPJ90RRJSTUN2MDZ1CK4LXS' where id=5;
update noar ti set b0='BYZ3PCOIYPJ90RRJSTUN2MDZ1CK4LXS' where id=5;
update noar tt set b1='P4IVG4R34KPSH3SM6MN7TEFPG' where id=5;
update noar ti set b1='P4IVG4R34KPSH3SM6MN7TEFPG' where id=5;
update noar tt set b2='YM1BJIC2IP4SIAQO2UNH9' where id=5;
update noar ti set b2='YM1BJIC2IP4SIAQO2UNH9' where id=5;
update noar tt set b0='D5ZU1HI' where id=6;
update noar ti set b0='D5ZU1HI' where id=6;
update noar tt set b1='4A0P6C6G1' where id=6;
update noar ti set b1='4A0P6C6G1' where id=6;
update noar tt set b2='OW9EEI1CUHUTS8K1W' where id=6;
update noar ti set b2='OW9EEI1CUHUTS8K1W' where id=6;
update noar tt set b0='E0BFY07ZR' where id=7;
update noar ti set b0='E0BFY07ZR' where id=7;
update noar tt set b1='HO6Y' where id=7;
update noar ti set b1='HO6Y' where id=7;
update noar tt set b2='OQ6Z7V' where id=7;
update noar ti set b2='OQ6Z7V' where id=7;
update noar tt set b0='CSA0HDKK8' where id=8;
update noar ti set b0='CSA0HDKK8' where id=8;
update noar tt set b1='OW50QA' where id=8;
update noar ti set b1='OW50QA' where id=8;
update noar tt set b2='GOKMZCRJY7BMJSSFGI9QTMTAEBQU6HQ' where id=8;
update noar ti set b2='GOKMZCRJY7BMJSSFGI9QTMTAEBQU6HQ' where id=8;
update noar tt set b0='1VM9OJ76ELG' where id=9;
update noar ti set b0='1VM9OJ76ELG' where id=9;
update noar tt set b1='DB0GCW6O9J4GFJN' where id=9;
update noar ti set b1='DB0GCW6O9J4GFJN' where id=9;
update noar tt set b2='ALQB' where id=9;
update noar ti set b2='ALQB' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='6BU5VLG2UX4GV' where id=1;
update noar ti set b0='6BU5VLG2UX4GV' where id=1;
update noar tt set b1='F62MGV' where id=1;
update noar ti set b1='F62MGV' where id=1;
update noar tt set b2='VYEAP243PQ' where id=1;
update noar ti set b2='VYEAP243PQ' where id=1;
update noar tt set b0='RBZJ6DKI1FGABC8OMW1TC5W' where id=2;
update noar ti set b0='RBZJ6DKI1FGABC8OMW1TC5W' where id=2;
update noar tt set b1='BMKXGK9V9T9982O0SUE8M5OB5QSLFZN' where id=2;
update noar ti set b1='BMKXGK9V9T9982O0SUE8M5OB5QSLFZN' where id=2;
update noar tt set b2='8CZYZXYQFTX58MQQZV7UK9FF6VQF4P8' where id=2;
update noar ti set b2='8CZYZXYQFTX58MQQZV7UK9FF6VQF4P8' where id=2;
update noar tt set b0='Z1' where id=3;
update noar ti set b0='Z1' where id=3;
update noar tt set b1='D62256GP673YVHFN0WVN2DYYTBQ4QG0U' where id=3;
update noar ti set b1='D62256GP673YVHFN0WVN2DYYTBQ4QG0U' where id=3;
update noar tt set b2='EFC20CMELIKNL0SISF9RJ3B0C0A' where id=3;
update noar ti set b2='EFC20CMELIKNL0SISF9RJ3B0C0A' where id=3;
update noar tt set b0='G0N9LHIJZ6ZC6WXM0956XW' where id=4;
update noar ti set b0='G0N9LHIJZ6ZC6WXM0956XW' where id=4;
update noar tt set b1='QSLATU7ES6WH4SH5YJJE' where id=4;
update noar ti set b1='QSLATU7ES6WH4SH5YJJE' where id=4;
update noar tt set b2='IX5R8N1Q0XTWFY06DR95MMHIHZW' where id=4;
update noar ti set b2='IX5R8N1Q0XTWFY06DR95MMHIHZW' where id=4;
update noar tt set b0='GF' where id=5;
update noar ti set b0='GF' where id=5;
update noar tt set b1='GT' where id=5;
update noar ti set b1='GT' where id=5;
update noar tt set b2='QYBX0E9' where id=5;
update noar ti set b2='QYBX0E9' where id=5;
update noar tt set b0='W8YOJJW9OTK9A4' where id=6;
update noar ti set b0='W8YOJJW9OTK9A4' where id=6;
update noar tt set b1='ENKE65CO' where id=6;
update noar ti set b1='ENKE65CO' where id=6;
update noar tt set b2='8X06XYR4ZSGV9CWH1YH1' where id=6;
update noar ti set b2='8X06XYR4ZSGV9CWH1YH1' where id=6;
update noar tt set b0='QEQB8YKSRUWDHQMT' where id=7;
update noar ti set b0='QEQB8YKSRUWDHQMT' where id=7;
update noar tt set b1='U0LXNUEOP4Y' where id=7;
update noar ti set b1='U0LXNUEOP4Y' where id=7;
update noar tt set b2='V5ZPIGGLYKXVW801VXLCMVJ5' where id=7;
update noar ti set b2='V5ZPIGGLYKXVW801VXLCMVJ5' where id=7;
update noar tt set b0='CE56A5M7TIVJGR7RAJS3JSWIUUALK7O' where id=8;
update noar ti set b0='CE56A5M7TIVJGR7RAJS3JSWIUUALK7O' where id=8;
update noar tt set b1='NK5KCW4IVEW4HNRTY9X05PUZTWUX6' where id=8;
update noar ti set b1='NK5KCW4IVEW4HNRTY9X05PUZTWUX6' where id=8;
update noar tt set b2='S1X16C5LTPM6G510NR3PUTW8U73GYB' where id=8;
update noar ti set b2='S1X16C5LTPM6G510NR3PUTW8U73GYB' where id=8;
update noar tt set b0='W' where id=9;
update noar ti set b0='W' where id=9;
update noar tt set b1='CNC' where id=9;
update noar ti set b1='CNC' where id=9;
update noar tt set b2='MZQLE19GAFG9UV01CZJEL9HL55AT2D9' where id=9;
update noar ti set b2='MZQLE19GAFG9UV01CZJEL9HL55AT2D9' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='ME1CJSDGIJHBH3HPTLH4SICXQVXDAV' where id=1;
update noar ti set b0='ME1CJSDGIJHBH3HPTLH4SICXQVXDAV' where id=1;
update noar tt set b1='0N7P6KXFVW8GMXCYALG' where id=1;
update noar ti set b1='0N7P6KXFVW8GMXCYALG' where id=1;
update noar tt set b2='0ES9RDUKSYDP8RIM1A0NGR8' where id=1;
update noar ti set b2='0ES9RDUKSYDP8RIM1A0NGR8' where id=1;
update noar tt set b0='Y9UT' where id=2;
update noar ti set b0='Y9UT' where id=2;
update noar tt set b1='B0AKI678Q2' where id=2;
update noar ti set b1='B0AKI678Q2' where id=2;
update noar tt set b2='85350WHCNVYHRNMUWA39O5L2U694' where id=2;
update noar ti set b2='85350WHCNVYHRNMUWA39O5L2U694' where id=2;
update noar tt set b0='LKW6DO2L8E30FRRY57' where id=3;
update noar ti set b0='LKW6DO2L8E30FRRY57' where id=3;
update noar tt set b1='4ZEM5ADKL35EBO8L8U3B4W' where id=3;
update noar ti set b1='4ZEM5ADKL35EBO8L8U3B4W' where id=3;
update noar tt set b2='JX043L3LHFRBFXKWXU0H' where id=3;
update noar ti set b2='JX043L3LHFRBFXKWXU0H' where id=3;
update noar tt set b0='GI6QBKW801PNKENJIQWJCP5LTVA' where id=4;
update noar ti set b0='GI6QBKW801PNKENJIQWJCP5LTVA' where id=4;
update noar tt set b1='EM0AFJY' where id=4;
update noar ti set b1='EM0AFJY' where id=4;
update noar tt set b2='4OV82CL' where id=4;
update noar ti set b2='4OV82CL' where id=4;
update noar tt set b0='PUGCAC' where id=5;
update noar ti set b0='PUGCAC' where id=5;
update noar tt set b1='BFV1AWU77HDJILX9O5OGN' where id=5;
update noar ti set b1='BFV1AWU77HDJILX9O5OGN' where id=5;
update noar tt set b2='557RIJJ3BD5LM15UOW' where id=5;
update noar ti set b2='557RIJJ3BD5LM15UOW' where id=5;
update noar tt set b0='C' where id=6;
update noar ti set b0='C' where id=6;
update noar tt set b1='MQB' where id=6;
update noar ti set b1='MQB' where id=6;
update noar tt set b2='6HDJMHP455J7M9W4H93TQB' where id=6;
update noar ti set b2='6HDJMHP455J7M9W4H93TQB' where id=6;
update noar tt set b0='72SX69MHRQ9MJZ' where id=7;
update noar ti set b0='72SX69MHRQ9MJZ' where id=7;
update noar tt set b1='974LVJ52FDPDP' where id=7;
update noar ti set b1='974LVJ52FDPDP' where id=7;
update noar tt set b2='Z7PKPIY78CSWO1' where id=7;
update noar ti set b2='Z7PKPIY78CSWO1' where id=7;
update noar tt set b0='ZCD8NI3GM7CJTXF6369Z6C6U3WDPO' where id=8;
update noar ti set b0='ZCD8NI3GM7CJTXF6369Z6C6U3WDPO' where id=8;
update noar tt set b1='GUOLX3FTU86W79X8MA1' where id=8;
update noar ti set b1='GUOLX3FTU86W79X8MA1' where id=8;
update noar tt set b2='9ICB2F0ARX7YXYTPU2HHDO9K7' where id=8;
update noar ti set b2='9ICB2F0ARX7YXYTPU2HHDO9K7' where id=8;
update noar tt set b0='QOH3GB1O23VVBS6' where id=9;
update noar ti set b0='QOH3GB1O23VVBS6' where id=9;
update noar tt set b1='WJ7I0VE5VRFTTED0QV' where id=9;
update noar ti set b1='WJ7I0VE5VRFTTED0QV' where id=9;
update noar tt set b2='WXSHNRVVKU3D0NX3SG' where id=9;
update noar ti set b2='WXSHNRVVKU3D0NX3SG' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='4VTLTXBQ0S8N7LI78KQCFBPQO' where id=1;
update noar ti set b0='4VTLTXBQ0S8N7LI78KQCFBPQO' where id=1;
update noar tt set b1='XAPOUEQQXV2WKEX' where id=1;
update noar ti set b1='XAPOUEQQXV2WKEX' where id=1;
update noar tt set b2='O4GYLCIL8UI81D4TA' where id=1;
update noar ti set b2='O4GYLCIL8UI81D4TA' where id=1;
update noar tt set b0='SW3V2QOBRCNMTIE4078KY0J6CC5U' where id=2;
update noar ti set b0='SW3V2QOBRCNMTIE4078KY0J6CC5U' where id=2;
update noar tt set b1='SIGVA1EQHUG1XZCK2D' where id=2;
update noar ti set b1='SIGVA1EQHUG1XZCK2D' where id=2;
update noar tt set b2='2RRUDRUDXWMPVFYIMNVNJNFP' where id=2;
update noar ti set b2='2RRUDRUDXWMPVFYIMNVNJNFP' where id=2;
update noar tt set b0='D4' where id=3;
update noar ti set b0='D4' where id=3;
update noar tt set b1='H1' where id=3;
update noar ti set b1='H1' where id=3;
update noar tt set b2='O82HF9K1V3CM2' where id=3;
update noar ti set b2='O82HF9K1V3CM2' where id=3;
update noar tt set b0='BNZ' where id=4;
update noar ti set b0='BNZ' where id=4;
update noar tt set b1='BO4BFU317UT6E2TPOG' where id=4;
update noar ti set b1='BO4BFU317UT6E2TPOG' where id=4;
update noar tt set b2='SKVPP21ZWQIGG3D8Q' where id=4;
update noar ti set b2='SKVPP21ZWQIGG3D8Q' where id=4;
update noar tt set b0='AKIFHAYWAG70FDX8QVSXO1W6' where id=5;
update noar ti set b0='AKIFHAYWAG70FDX8QVSXO1W6' where id=5;
update noar tt set b1='Y34IGY1EGQJ8' where id=5;
update noar ti set b1='Y34IGY1EGQJ8' where id=5;
update noar tt set b2='ATWR258W' where id=5;
update noar ti set b2='ATWR258W' where id=5;
update noar tt set b0='U7BRHBQ3NZTEBC5FYWEG' where id=6;
update noar ti set b0='U7BRHBQ3NZTEBC5FYWEG' where id=6;
update noar tt set b1='Y4E' where id=6;
update noar ti set b1='Y4E' where id=6;
update noar tt set b2='7TESZH8W5GOM' where id=6;
update noar ti set b2='7TESZH8W5GOM' where id=6;
update noar tt set b0='LUZ2EFUIFN9WBOYPB3X' where id=7;
update noar ti set b0='LUZ2EFUIFN9WBOYPB3X' where id=7;
update noar tt set b1='FCMQ8VIFKOYCND2YCTB2J77' where id=7;
update noar ti set b1='FCMQ8VIFKOYCND2YCTB2J77' where id=7;
update noar tt set b2='OINZYD9LH6Q73L1H1WG8FVMBGYW' where id=7;
update noar ti set b2='OINZYD9LH6Q73L1H1WG8FVMBGYW' where id=7;
update noar tt set b0='YEGHBW9OSY21TL3IC3HB7S4QG2XTYQE' where id=8;
update noar ti set b0='YEGHBW9OSY21TL3IC3HB7S4QG2XTYQE' where id=8;
update noar tt set b1='OX' where id=8;
update noar ti set b1='OX' where id=8;
update noar tt set b2='ZBXZVW42' where id=8;
update noar ti set b2='ZBXZVW42' where id=8;
update noar tt set b0='R9XBNE83F4G0GGHCNA60T5S47807BI' where id=9;
update noar ti set b0='R9XBNE83F4G0GGHCNA60T5S47807BI' where id=9;
update noar tt set b1='DF8BF' where id=9;
update noar ti set b1='DF8BF' where id=9;
update noar tt set b2='3N2FWWNPOEMVQ9GLXP0FP5' where id=9;
update noar ti set b2='3N2FWWNPOEMVQ9GLXP0FP5' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='AHT24KM5FUYSLG9FS5BABHDVT2QZ' where id=1;
update noar ti set b0='AHT24KM5FUYSLG9FS5BABHDVT2QZ' where id=1;
update noar tt set b1='AP' where id=1;
update noar ti set b1='AP' where id=1;
update noar tt set b2='PC8LONELKK4L0976SEUHWY' where id=1;
update noar ti set b2='PC8LONELKK4L0976SEUHWY' where id=1;
update noar tt set b0='E7UD8TPNCV8J4IZGU' where id=2;
update noar ti set b0='E7UD8TPNCV8J4IZGU' where id=2;
update noar tt set b1='KKLCAS5IUEDW2' where id=2;
update noar ti set b1='KKLCAS5IUEDW2' where id=2;
update noar tt set b2='OMRDL5YUQVNVYD3B8AC' where id=2;
update noar ti set b2='OMRDL5YUQVNVYD3B8AC' where id=2;
update noar tt set b0='3M91IIJ0IIWA2VR3Y7HSCCBLUOXB' where id=3;
update noar ti set b0='3M91IIJ0IIWA2VR3Y7HSCCBLUOXB' where id=3;
update noar tt set b1='TFKZ8GRDC' where id=3;
update noar ti set b1='TFKZ8GRDC' where id=3;
update noar tt set b2='H8' where id=3;
update noar ti set b2='H8' where id=3;
update noar tt set b0='OVYOURHS' where id=4;
update noar ti set b0='OVYOURHS' where id=4;
update noar tt set b1='QX672U7F3K03R4TJHKINJZ' where id=4;
update noar ti set b1='QX672U7F3K03R4TJHKINJZ' where id=4;
update noar tt set b2='UTB' where id=4;
update noar ti set b2='UTB' where id=4;
update noar tt set b0='IWX6KOGCMVQXXJVXTU8ZU74NZ84F00OZ' where id=5;
update noar ti set b0='IWX6KOGCMVQXXJVXTU8ZU74NZ84F00OZ' where id=5;
update noar tt set b1='US3NA1Y' where id=5;
update noar ti set b1='US3NA1Y' where id=5;
update noar tt set b2='ANSH303COK' where id=5;
update noar ti set b2='ANSH303COK' where id=5;
update noar tt set b0='OYSCDK7N64SM31I8X855YX' where id=6;
update noar ti set b0='OYSCDK7N64SM31I8X855YX' where id=6;
update noar tt set b1='ZK9BJ65D530OKETH5937OKN' where id=6;
update noar ti set b1='ZK9BJ65D530OKETH5937OKN' where id=6;
update noar tt set b2='Q1VAPJVZQMFTTK2N' where id=6;
update noar ti set b2='Q1VAPJVZQMFTTK2N' where id=6;
update noar tt set b0='3U5K2G' where id=7;
update noar ti set b0='3U5K2G' where id=7;
update noar tt set b1='KPJT92FY2LGH6PLF8AS13NL6DEMZ' where id=7;
update noar ti set b1='KPJT92FY2LGH6PLF8AS13NL6DEMZ' where id=7;
update noar tt set b2='E3' where id=7;
update noar ti set b2='E3' where id=7;
update noar tt set b0='FMZPYBKQQQCYU' where id=8;
update noar ti set b0='FMZPYBKQQQCYU' 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='9GYMF3' where id=8;
update noar ti set b2='9GYMF3' where id=8;
update noar tt set b0='HVFP7' where id=9;
update noar ti set b0='HVFP7' where id=9;
update noar tt set b1='BVWS82B8D96MG77S' where id=9;
update noar ti set b1='BVWS82B8D96MG77S' where id=9;
update noar tt set b2='FBC50HVOFTF3IMG' where id=9;
update noar ti set b2='FBC50HVOFTF3IMG' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='B5FAS71D8AYL0P' where id=1;
update noar ti set b0='B5FAS71D8AYL0P' where id=1;
update noar tt set b1='H4PM' where id=1;
update noar ti set b1='H4PM' where id=1;
update noar tt set b2='N6CYP5Z' where id=1;
update noar ti set b2='N6CYP5Z' where id=1;
update noar tt set b0='AO4IK2DW932DBTIH' where id=2;
update noar ti set b0='AO4IK2DW932DBTIH' where id=2;
update noar tt set b1='17LL1FPUXA2VL51KH9BYVV7RRWKK9' where id=2;
update noar ti set b1='17LL1FPUXA2VL51KH9BYVV7RRWKK9' where id=2;
update noar tt set b2='3KLY' where id=2;
update noar ti set b2='3KLY' where id=2;
update noar tt set b0='QYNXRV3ZQ397TIE0KKA4ORVAO8GD' where id=3;
update noar ti set b0='QYNXRV3ZQ397TIE0KKA4ORVAO8GD' where id=3;
update noar tt set b1='OG2N09EWZ36H98G' where id=3;
update noar ti set b1='OG2N09EWZ36H98G' where id=3;
update noar tt set b2='9O8U02VO' where id=3;
update noar ti set b2='9O8U02VO' where id=3;
update noar tt set b0='N0BP21LEXSFSPCJ7SEQ24PHQF' where id=4;
update noar ti set b0='N0BP21LEXSFSPCJ7SEQ24PHQF' where id=4;
update noar tt set b1='YQZFWHO1P7JD4RQR4FJP637QXOJWKKB' where id=4;
update noar ti set b1='YQZFWHO1P7JD4RQR4FJP637QXOJWKKB' where id=4;
update noar tt set b2='X0LSWRAX4PETE9' where id=4;
update noar ti set b2='X0LSWRAX4PETE9' where id=4;
update noar tt set b0='KKICAAMX' where id=5;
update noar ti set b0='KKICAAMX' where id=5;
update noar tt set b1='GLUWXIIK97XD26O5CMCI9ORJZH2NE6AR' where id=5;
update noar ti set b1='GLUWXIIK97XD26O5CMCI9ORJZH2NE6AR' where id=5;
update noar tt set b2='QG9AB1DU5MZMT32WE1LG55GU3WNP' where id=5;
update noar ti set b2='QG9AB1DU5MZMT32WE1LG55GU3WNP' where id=5;
update noar tt set b0='DIW1PN7B3GT' where id=6;
update noar ti set b0='DIW1PN7B3GT' where id=6;
update noar tt set b1='VN7JXHVC' where id=6;
update noar ti set b1='VN7JXHVC' where id=6;
update noar tt set b2='QFC2SK635G16DX3H8QD6HQMTGJ79' where id=6;
update noar ti set b2='QFC2SK635G16DX3H8QD6HQMTGJ79' where id=6;
update noar tt set b0='MR247UFKESFNYW490CLAS097L8G8R2P6' where id=7;
update noar ti set b0='MR247UFKESFNYW490CLAS097L8G8R2P6' where id=7;
update noar tt set b1='DLOHJGEDMKRQU' where id=7;
update noar ti set b1='DLOHJGEDMKRQU' where id=7;
update noar tt set b2='HAUOPB81NKXCG6JFAZJ' where id=7;
update noar ti set b2='HAUOPB81NKXCG6JFAZJ' where id=7;
update noar tt set b0='JAW5RIQZ7J7KEEFQ0H3LFL2EX2376CV' where id=8;
update noar ti set b0='JAW5RIQZ7J7KEEFQ0H3LFL2EX2376CV' where id=8;
update noar tt set b1='F9KA1PP3LO632TFU81WVZST35Q2IV97L' where id=8;
update noar ti set b1='F9KA1PP3LO632TFU81WVZST35Q2IV97L' where id=8;
update noar tt set b2='N553YW' where id=8;
update noar ti set b2='N553YW' where id=8;
update noar tt set b0='GO8Y4BW' where id=9;
update noar ti set b0='GO8Y4BW' where id=9;
update noar tt set b1='6NO4OB25MMCW09SU4PCYA39CJ10' where id=9;
update noar ti set b1='6NO4OB25MMCW09SU4PCYA39CJ10' where id=9;
update noar tt set b2='AT28Z83DANZI1V3IR' where id=9;
update noar ti set b2='AT28Z83DANZI1V3IR' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='JE9RJL0CKX1O6' where id=1;
update noar ti set b0='JE9RJL0CKX1O6' where id=1;
update noar tt set b1='6WBGE9S' where id=1;
update noar ti set b1='6WBGE9S' where id=1;
update noar tt set b2='228NBGT' where id=1;
update noar ti set b2='228NBGT' where id=1;
update noar tt set b0='MCKEL' where id=2;
update noar ti set b0='MCKEL' where id=2;
update noar tt set b1='DSAX' where id=2;
update noar ti set b1='DSAX' where id=2;
update noar tt set b2='Y5LSQ84QLO98LS1BRFFK8' where id=2;
update noar ti set b2='Y5LSQ84QLO98LS1BRFFK8' where id=2;
update noar tt set b0='26H55RA779U9LDYVM120O' where id=3;
update noar ti set b0='26H55RA779U9LDYVM120O' where id=3;
update noar tt set b1='7YGIO9U5U6ALDMAEWYRF7CGB8I5QU' where id=3;
update noar ti set b1='7YGIO9U5U6ALDMAEWYRF7CGB8I5QU' 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='9GSEYB0WLNB76LSGK6' where id=4;
update noar ti set b0='9GSEYB0WLNB76LSGK6' where id=4;
update noar tt set b1='J36S3X1M09JFS9' where id=4;
update noar ti set b1='J36S3X1M09JFS9' where id=4;
update noar tt set b2='8J0E065R7EJ8' where id=4;
update noar ti set b2='8J0E065R7EJ8' where id=4;
update noar tt set b0='TIW65JNXUI7TQMOEZKK9MZINXUO5I' where id=5;
update noar ti set b0='TIW65JNXUI7TQMOEZKK9MZINXUO5I' where id=5;
update noar tt set b1='9IXZ8LEKNRLTY6P7QXU62R3N8S9EC2' where id=5;
update noar ti set b1='9IXZ8LEKNRLTY6P7QXU62R3N8S9EC2' where id=5;
update noar tt set b2='7I567VQI6PND2QQYA77M' where id=5;
update noar ti set b2='7I567VQI6PND2QQYA77M' where id=5;
update noar tt set b0='15DE' where id=6;
update noar ti set b0='15DE' where id=6;
update noar tt set b1='FO7VPXJKULCU6LAOVW9Y2YQ5' where id=6;
update noar ti set b1='FO7VPXJKULCU6LAOVW9Y2YQ5' where id=6;
update noar tt set b2='XAYFSNX3Q' where id=6;
update noar ti set b2='XAYFSNX3Q' where id=6;
update noar tt set b0='6T2ZY0K9GZP' where id=7;
update noar ti set b0='6T2ZY0K9GZP' where id=7;
update noar tt set b1='QC7V34M4K8CITZ1NX2PWEJ2MKT2O' where id=7;
update noar ti set b1='QC7V34M4K8CITZ1NX2PWEJ2MKT2O' where id=7;
update noar tt set b2='PLDI2OQ1IO5CNC' where id=7;
update noar ti set b2='PLDI2OQ1IO5CNC' where id=7;
update noar tt set b0='QS6W18CF29RHXW9D' where id=8;
update noar ti set b0='QS6W18CF29RHXW9D' where id=8;
update noar tt set b1='PQL045HMI32NE2PJ2HS0YI6' where id=8;
update noar ti set b1='PQL045HMI32NE2PJ2HS0YI6' where id=8;
update noar tt set b2='X4YEO9ODDXGD1U58JQ8BSI8EZ4605' where id=8;
update noar ti set b2='X4YEO9ODDXGD1U58JQ8BSI8EZ4605' where id=8;
update noar tt set b0='EZ96F304E4X9UKS3DZO02SMBDKOBGHC8' where id=9;
update noar ti set b0='EZ96F304E4X9UKS3DZO02SMBDKOBGHC8' where id=9;
update noar tt set b1='48RD7JK9PJLOBGV' where id=9;
update noar ti set b1='48RD7JK9PJLOBGV' where id=9;
update noar tt set b2='5SUXE73ZWLOQVBL2V3GI1FZGHXPQ0' where id=9;
update noar ti set b2='5SUXE73ZWLOQVBL2V3GI1FZGHXPQ0' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='44YNJJ2ZSXWH' where id=1;
update noar ti set b0='44YNJJ2ZSXWH' where id=1;
update noar tt set b1='ZSA' where id=1;
update noar ti set b1='ZSA' where id=1;
update noar tt set b2='HKG2X2MBSWG8NI2XHQ9MKYLT9S83' where id=1;
update noar ti set b2='HKG2X2MBSWG8NI2XHQ9MKYLT9S83' where id=1;
update noar tt set b0='1' where id=2;
update noar ti set b0='1' where id=2;
update noar tt set b1='6KST6XCS43LTNPAHY1IOGAO' where id=2;
update noar ti set b1='6KST6XCS43LTNPAHY1IOGAO' where id=2;
update noar tt set b2='4Z112XLY51VG6EM' where id=2;
update noar ti set b2='4Z112XLY51VG6EM' where id=2;
update noar tt set b0='4634PWVV29CXEGGYU65VQCDBNX1O' where id=3;
update noar ti set b0='4634PWVV29CXEGGYU65VQCDBNX1O' where id=3;
update noar tt set b1='X75DGBC7DC9CVDC93P8574YU7ZEU' where id=3;
update noar ti set b1='X75DGBC7DC9CVDC93P8574YU7ZEU' where id=3;
update noar tt set b2='RYTSQO5GV0TMO0U42MB2JWZ6LPCSM' where id=3;
update noar ti set b2='RYTSQO5GV0TMO0U42MB2JWZ6LPCSM' where id=3;
update noar tt set b0='0OJ66ALUB9TJP4B3SBJ3ITEGAI1YBHG1' where id=4;
update noar ti set b0='0OJ66ALUB9TJP4B3SBJ3ITEGAI1YBHG1' where id=4;
update noar tt set b1='MDGBW3X1DWXMV' where id=4;
update noar ti set b1='MDGBW3X1DWXMV' where id=4;
update noar tt set b2='5MES9R2TZ8ANQDFI' where id=4;
update noar ti set b2='5MES9R2TZ8ANQDFI' where id=4;
update noar tt set b0='3P9Y7UXV9ABPOK3' where id=5;
update noar ti set b0='3P9Y7UXV9ABPOK3' where id=5;
update noar tt set b1='SL3L91EBHHG5EE2EM9OC44G' where id=5;
update noar ti set b1='SL3L91EBHHG5EE2EM9OC44G' where id=5;
update noar tt set b2='VOC61ACE4C9F97YTM0SXBS6YQYJS' where id=5;
update noar ti set b2='VOC61ACE4C9F97YTM0SXBS6YQYJS' where id=5;
update noar tt set b0='W0RF' where id=6;
update noar ti set b0='W0RF' where id=6;
update noar tt set b1='XA0QY2NVMFTQNWP' where id=6;
update noar ti set b1='XA0QY2NVMFTQNWP' where id=6;
update noar tt set b2='BYP' where id=6;
update noar ti set b2='BYP' where id=6;
update noar tt set b0='5AZ3IOUJZ7SKA0W3BJNPTW' where id=7;
update noar ti set b0='5AZ3IOUJZ7SKA0W3BJNPTW' where id=7;
update noar tt set b1='550LA' where id=7;
update noar ti set b1='550LA' where id=7;
update noar tt set b2='A' where id=7;
update noar ti set b2='A' where id=7;
update noar tt set b0='4VSKDYOFKSUTWWPMRWOL0BISYQ' where id=8;
update noar ti set b0='4VSKDYOFKSUTWWPMRWOL0BISYQ' where id=8;
update noar tt set b1='BY30OGS11C4BV8EYZ5G7J' where id=8;
update noar ti set b1='BY30OGS11C4BV8EYZ5G7J' where id=8;
update noar tt set b2='HV5X2ZVF9IATPR5PMB9X91SVMIDWT' where id=8;
update noar ti set b2='HV5X2ZVF9IATPR5PMB9X91SVMIDWT' where id=8;
update noar tt set b0='J' where id=9;
update noar ti set b0='J' where id=9;
update noar tt set b1='PKD7QCDAGP42QC' where id=9;
update noar ti set b1='PKD7QCDAGP42QC' where id=9;
update noar tt set b2='F3NGXHBI85JK0RJQR6RO9G54CH7LD7' where id=9;
update noar ti set b2='F3NGXHBI85JK0RJQR6RO9G54CH7LD7' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='UUHOAN0DVNXVMLHQYPP4WF62T' where id=1;
update noar ti set b0='UUHOAN0DVNXVMLHQYPP4WF62T' where id=1;
update noar tt set b1='MVMCLD5DQ7XPD65N2BQS367XUDDZ9ZD' where id=1;
update noar ti set b1='MVMCLD5DQ7XPD65N2BQS367XUDDZ9ZD' where id=1;
update noar tt set b2='SS277ZOF8IS' where id=1;
update noar ti set b2='SS277ZOF8IS' where id=1;
update noar tt set b0='3GRFDZRFCZ61RFNZ' where id=2;
update noar ti set b0='3GRFDZRFCZ61RFNZ' where id=2;
update noar tt set b1='QPDFUYIWLAQH' where id=2;
update noar ti set b1='QPDFUYIWLAQH' where id=2;
update noar tt set b2='IK3LU2V4D1487O8NH9IMHZX2OS1E8XB' where id=2;
update noar ti set b2='IK3LU2V4D1487O8NH9IMHZX2OS1E8XB' where id=2;
update noar tt set b0='QVP9TMPK7WNFGJX45TZESPSO8L2RP2FI' where id=3;
update noar ti set b0='QVP9TMPK7WNFGJX45TZESPSO8L2RP2FI' where id=3;
update noar tt set b1='6RDROLRKP4N177AOEJ7R0TOLXO10JWEY' where id=3;
update noar ti set b1='6RDROLRKP4N177AOEJ7R0TOLXO10JWEY' where id=3;
update noar tt set b2='QCYPQC7S6WTQKVA08XVLRZD2E6' where id=3;
update noar ti set b2='QCYPQC7S6WTQKVA08XVLRZD2E6' where id=3;
update noar tt set b0='EL9H1FPWE5ZPPTUW3621Q5RFGYZ5HEK' where id=4;
update noar ti set b0='EL9H1FPWE5ZPPTUW3621Q5RFGYZ5HEK' where id=4;
update noar tt set b1='UZGDTX7M1C2DYNDBKLMT43WS1VS2YS' where id=4;
update noar ti set b1='UZGDTX7M1C2DYNDBKLMT43WS1VS2YS' where id=4;
update noar tt set b2='CH1H61JO3V' where id=4;
update noar ti set b2='CH1H61JO3V' where id=4;
update noar tt set b0='D7241RTF1' where id=5;
update noar ti set b0='D7241RTF1' where id=5;
update noar tt set b1='0R1J5SLY6QBC5C' where id=5;
update noar ti set b1='0R1J5SLY6QBC5C' where id=5;
update noar tt set b2='64XGUEJ437DZ' where id=5;
update noar ti set b2='64XGUEJ437DZ' where id=5;
update noar tt set b0='79NLISYABIFJOB' where id=6;
update noar ti set b0='79NLISYABIFJOB' where id=6;
update noar tt set b1='I4EZTKXWJ5FPLHT5Z9OIT9AN9' where id=6;
update noar ti set b1='I4EZTKXWJ5FPLHT5Z9OIT9AN9' where id=6;
update noar tt set b2='EQABLZAYQEV6LT' where id=6;
update noar ti set b2='EQABLZAYQEV6LT' where id=6;
update noar tt set b0='JNKN0FOAMUTXEALA2P0AMZW' where id=7;
update noar ti set b0='JNKN0FOAMUTXEALA2P0AMZW' where id=7;
update noar tt set b1='P89LTQTE0XZ15Z5442I9M5RZBMVAZUP' where id=7;
update noar ti set b1='P89LTQTE0XZ15Z5442I9M5RZBMVAZUP' where id=7;
update noar tt set b2='GVK718MEZKO3' where id=7;
update noar ti set b2='GVK718MEZKO3' where id=7;
update noar tt set b0='8JCO93IPCCUIEEQA9' where id=8;
update noar ti set b0='8JCO93IPCCUIEEQA9' where id=8;
update noar tt set b1='22AZXRXDV92B' where id=8;
update noar ti set b1='22AZXRXDV92B' where id=8;
update noar tt set b2='XHXKJDQLH0LN91OYEPBTT0CBKRL6HG' where id=8;
update noar ti set b2='XHXKJDQLH0LN91OYEPBTT0CBKRL6HG' where id=8;
update noar tt set b0='19J8V71T6QC8' where id=9;
update noar ti set b0='19J8V71T6QC8' where id=9;
update noar tt set b1='Q5ZM8A587HAP9HF3AU1MUH4DDLT3T' where id=9;
update noar ti set b1='Q5ZM8A587HAP9HF3AU1MUH4DDLT3T' where id=9;
update noar tt set b2='7I2QKW6HCBW' where id=9;
update noar ti set b2='7I2QKW6HCBW' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='V' where id=1;
update noar ti set b0='V' where id=1;
update noar tt set b1='P9JTDMB6IRL6K995TCNN5S012H' where id=1;
update noar ti set b1='P9JTDMB6IRL6K995TCNN5S012H' where id=1;
update noar tt set b2='Q8QDX' where id=1;
update noar ti set b2='Q8QDX' where id=1;
update noar tt set b0='BS' where id=2;
update noar ti set b0='BS' where id=2;
update noar tt set b1='MI0FNHIYE69XF689YQ6B' where id=2;
update noar ti set b1='MI0FNHIYE69XF689YQ6B' where id=2;
update noar tt set b2='M8' where id=2;
update noar ti set b2='M8' where id=2;
update noar tt set b0='ZENS6M' where id=3;
update noar ti set b0='ZENS6M' where id=3;
update noar tt set b1='6U32IS9E6EO7A' where id=3;
update noar ti set b1='6U32IS9E6EO7A' where id=3;
update noar tt set b2='9D4U7J3O38B9G21G9C2XGBAS' where id=3;
update noar ti set b2='9D4U7J3O38B9G21G9C2XGBAS' where id=3;
update noar tt set b0='5OP25' where id=4;
update noar ti set b0='5OP25' where id=4;
update noar tt set b1='FTOUH2AC3QHXSKHII9' where id=4;
update noar ti set b1='FTOUH2AC3QHXSKHII9' where id=4;
update noar tt set b2='2QSRNHG92MD4' where id=4;
update noar ti set b2='2QSRNHG92MD4' where id=4;
update noar tt set b0='FSU5E08S9GYDFQU84' where id=5;
update noar ti set b0='FSU5E08S9GYDFQU84' where id=5;
update noar tt set b1='PEGMKAPI9ZL0XE4YX4LMB8FVRP' where id=5;
update noar ti set b1='PEGMKAPI9ZL0XE4YX4LMB8FVRP' where id=5;
update noar tt set b2='90HFWATSPE3D4DASW28ZAMVB13Y1Y' where id=5;
update noar ti set b2='90HFWATSPE3D4DASW28ZAMVB13Y1Y' where id=5;
update noar tt set b0='PD8SZCIE' where id=6;
update noar ti set b0='PD8SZCIE' where id=6;
update noar tt set b1='30YM0VWWY338VG501ADY' where id=6;
update noar ti set b1='30YM0VWWY338VG501ADY' where id=6;
update noar tt set b2='7030CVIRKPU6TAVLBOKSASID' where id=6;
update noar ti set b2='7030CVIRKPU6TAVLBOKSASID' where id=6;
update noar tt set b0='EVN82SV1Q' where id=7;
update noar ti set b0='EVN82SV1Q' where id=7;
update noar tt set b1='C4NFI0YXO8ZTL3XOT4KC74QC' where id=7;
update noar ti set b1='C4NFI0YXO8ZTL3XOT4KC74QC' where id=7;
update noar tt set b2='F3PSC78GPQTII20LX8QEFB6GHU7F' where id=7;
update noar ti set b2='F3PSC78GPQTII20LX8QEFB6GHU7F' where id=7;
update noar tt set b0='J838TYUYJ' where id=8;
update noar ti set b0='J838TYUYJ' where id=8;
update noar tt set b1='IV2Z' where id=8;
update noar ti set b1='IV2Z' where id=8;
update noar tt set b2='35D3031ALTSP04S8LXXQWDLKH1DP09XT' where id=8;
update noar ti set b2='35D3031ALTSP04S8LXXQWDLKH1DP09XT' where id=8;
update noar tt set b0='K5IMLJ9GHQAZMOIZSDV' where id=9;
update noar ti set b0='K5IMLJ9GHQAZMOIZSDV' where id=9;
update noar tt set b1='D' where id=9;
update noar ti set b1='D' where id=9;
update noar tt set b2='YRWH8X2Q3S' where id=9;
update noar ti set b2='YRWH8X2Q3S' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='L9EDUI2FXBLSI32V7NJXFQKO' where id=1;
update noar ti set b0='L9EDUI2FXBLSI32V7NJXFQKO' where id=1;
update noar tt set b1='5GEMI5ITHCOTPR' where id=1;
update noar ti set b1='5GEMI5ITHCOTPR' where id=1;
update noar tt set b2='CJ0FZWR2LBOWGBXI3AA4' where id=1;
update noar ti set b2='CJ0FZWR2LBOWGBXI3AA4' where id=1;
update noar tt set b0='38F1' where id=2;
update noar ti set b0='38F1' where id=2;
update noar tt set b1='U' where id=2;
update noar ti set b1='U' where id=2;
update noar tt set b2='NQB661M1CZSDSGMI0MITDADA' where id=2;
update noar ti set b2='NQB661M1CZSDSGMI0MITDADA' where id=2;
update noar tt set b0='02IAPG0NNKD5DJ' where id=3;
update noar ti set b0='02IAPG0NNKD5DJ' where id=3;
update noar tt set b1='LHKZX00A4DFQ194IBT33I8UJTZLI' where id=3;
update noar ti set b1='LHKZX00A4DFQ194IBT33I8UJTZLI' where id=3;
update noar tt set b2='RNB2OQTZ3765G4VKOTO60ZK' where id=3;
update noar ti set b2='RNB2OQTZ3765G4VKOTO60ZK' where id=3;
update noar tt set b0='G' where id=4;
update noar ti set b0='G' where id=4;
update noar tt set b1='78PU3AEXT9PLG5FKJ3' where id=4;
update noar ti set b1='78PU3AEXT9PLG5FKJ3' where id=4;
update noar tt set b2='UC947OBD4KK0YQ56J29ET4SX4PF10FI9' where id=4;
update noar ti set b2='UC947OBD4KK0YQ56J29ET4SX4PF10FI9' where id=4;
update noar tt set b0='J7Q30727Y' where id=5;
update noar ti set b0='J7Q30727Y' where id=5;
update noar tt set b1='76FRNKNER7' where id=5;
update noar ti set b1='76FRNKNER7' where id=5;
update noar tt set b2='BDWNX1VVH6XYNHV4PGDDMZUPHJKO' where id=5;
update noar ti set b2='BDWNX1VVH6XYNHV4PGDDMZUPHJKO' where id=5;
update noar tt set b0='X7LL0VKIIE38CL21FUWWS7' where id=6;
update noar ti set b0='X7LL0VKIIE38CL21FUWWS7' 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='4IEELC5QXQHYDE7BIWOAN4DTLJ2KLBQ' where id=6;
update noar ti set b2='4IEELC5QXQHYDE7BIWOAN4DTLJ2KLBQ' where id=6;
update noar tt set b0='Z659QPGN688T3G6X1M9TV25MJP' where id=7;
update noar ti set b0='Z659QPGN688T3G6X1M9TV25MJP' where id=7;
update noar tt set b1='XJ84RL50WBQ4YT0UU4' where id=7;
update noar ti set b1='XJ84RL50WBQ4YT0UU4' where id=7;
update noar tt set b2='WGBXGMDWI0UU' where id=7;
update noar ti set b2='WGBXGMDWI0UU' where id=7;
update noar tt set b0='1NYLGYI1PCB0P91HU591ZOM6KC836' where id=8;
update noar ti set b0='1NYLGYI1PCB0P91HU591ZOM6KC836' where id=8;
update noar tt set b1='449QG4M1U982JS42QNUAU3RQ' where id=8;
update noar ti set b1='449QG4M1U982JS42QNUAU3RQ' where id=8;
update noar tt set b2='SFJKNTBO7LF8TLOZ6ZB4P' where id=8;
update noar ti set b2='SFJKNTBO7LF8TLOZ6ZB4P' where id=8;
update noar tt set b0='C' where id=9;
update noar ti set b0='C' where id=9;
update noar tt set b1='IV' where id=9;
update noar ti set b1='IV' where id=9;
update noar tt set b2='2FN8YDIZ9SWJKX41FPPO22X1DKYI' where id=9;
update noar ti set b2='2FN8YDIZ9SWJKX41FPPO22X1DKYI' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='NVRACMNM8G1Y3WKIR391T9O7N7' where id=1;
update noar ti set b0='NVRACMNM8G1Y3WKIR391T9O7N7' where id=1;
update noar tt set b1='9U2OXGZ7AK53NLG' where id=1;
update noar ti set b1='9U2OXGZ7AK53NLG' where id=1;
update noar tt set b2='IB053RUD86' where id=1;
update noar ti set b2='IB053RUD86' where id=1;
update noar tt set b0='K7AOK' where id=2;
update noar ti set b0='K7AOK' where id=2;
update noar tt set b1='LA7LUI7CY3ZCO0WUF8SOOE' where id=2;
update noar ti set b1='LA7LUI7CY3ZCO0WUF8SOOE' where id=2;
update noar tt set b2='DC8BX9KPY265Q2T' where id=2;
update noar ti set b2='DC8BX9KPY265Q2T' where id=2;
update noar tt set b0='UYXT8PBJ6TPJGSWKSMWEHUK' where id=3;
update noar ti set b0='UYXT8PBJ6TPJGSWKSMWEHUK' where id=3;
update noar tt set b1='YFQGRW6O7TYCJ69VM' where id=3;
update noar ti set b1='YFQGRW6O7TYCJ69VM' where id=3;
update noar tt set b2='7VZQJ7SO2IJI0WE9J4SW027YN66WG4Y' where id=3;
update noar ti set b2='7VZQJ7SO2IJI0WE9J4SW027YN66WG4Y' where id=3;
update noar tt set b0='L' where id=4;
update noar ti set b0='L' where id=4;
update noar tt set b1='33YHRQQ' where id=4;
update noar ti set b1='33YHRQQ' where id=4;
update noar tt set b2='FJ' where id=4;
update noar ti set b2='FJ' where id=4;
update noar tt set b0='B7SRG3Y62GY' where id=5;
update noar ti set b0='B7SRG3Y62GY' where id=5;
update noar tt set b1='ZIB12U42P22UE0YV6I4UBNA40' where id=5;
update noar ti set b1='ZIB12U42P22UE0YV6I4UBNA40' where id=5;
update noar tt set b2='QYHXJNDRIPWOGS5D5KXSB4NU03F3B' where id=5;
update noar ti set b2='QYHXJNDRIPWOGS5D5KXSB4NU03F3B' where id=5;
update noar tt set b0='A4K0QG4JKVX06XEZC3YJSEZT' where id=6;
update noar ti set b0='A4K0QG4JKVX06XEZC3YJSEZT' where id=6;
update noar tt set b1='BCXWYQHTV0CC0BWT' where id=6;
update noar ti set b1='BCXWYQHTV0CC0BWT' where id=6;
update noar tt set b2='WOKFGUBYZYDTXTUYB24Q' where id=6;
update noar ti set b2='WOKFGUBYZYDTXTUYB24Q' where id=6;
update noar tt set b0='7C' where id=7;
update noar ti set b0='7C' where id=7;
update noar tt set b1='98ZX16V369RVFAU1JJDJ2T5EPECX' where id=7;
update noar ti set b1='98ZX16V369RVFAU1JJDJ2T5EPECX' where id=7;
update noar tt set b2='M6T2' where id=7;
update noar ti set b2='M6T2' where id=7;
update noar tt set b0='KAS8823KA8G4GQ21NM' where id=8;
update noar ti set b0='KAS8823KA8G4GQ21NM' where id=8;
update noar tt set b1='3A4TKXX0Y6XPPRAB' where id=8;
update noar ti set b1='3A4TKXX0Y6XPPRAB' where id=8;
update noar tt set b2='782X2CZ0I' where id=8;
update noar ti set b2='782X2CZ0I' where id=8;
update noar tt set b0='S4L' where id=9;
update noar ti set b0='S4L' where id=9;
update noar tt set b1='5JNVRKLP1EWVI1' where id=9;
update noar ti set b1='5JNVRKLP1EWVI1' where id=9;
update noar tt set b2='KD8IILJOFOHU2O0T00Q5O' where id=9;
update noar ti set b2='KD8IILJOFOHU2O0T00Q5O' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='3XRQLYAHJOTKAR' where id=1;
update noar ti set b0='3XRQLYAHJOTKAR' where id=1;
update noar tt set b1='OBIIRBZLM9DXE7OR8S4V5' where id=1;
update noar ti set b1='OBIIRBZLM9DXE7OR8S4V5' where id=1;
update noar tt set b2='N9P1XQK1MJ0W6QQ4I23UOJBNOXAXGPA' where id=1;
update noar ti set b2='N9P1XQK1MJ0W6QQ4I23UOJBNOXAXGPA' where id=1;
update noar tt set b0='OST6EW1X' where id=2;
update noar ti set b0='OST6EW1X' where id=2;
update noar tt set b1='DM595JA0KMTDF' where id=2;
update noar ti set b1='DM595JA0KMTDF' where id=2;
update noar tt set b2='HCPEKZ2JPSX8HSC15WZS0EQ60B428G' where id=2;
update noar ti set b2='HCPEKZ2JPSX8HSC15WZS0EQ60B428G' where id=2;
update noar tt set b0='7UMIH23S821R707N0GDFM6SDJ0' where id=3;
update noar ti set b0='7UMIH23S821R707N0GDFM6SDJ0' where id=3;
update noar tt set b1='3Z3S6BKLW35' where id=3;
update noar ti set b1='3Z3S6BKLW35' where id=3;
update noar tt set b2='DN6Y12M4YXOBCFTEKM3DZY' where id=3;
update noar ti set b2='DN6Y12M4YXOBCFTEKM3DZY' where id=3;
update noar tt set b0='HA247DZPW10335U' where id=4;
update noar ti set b0='HA247DZPW10335U' where id=4;
update noar tt set b1='F9VPCKWV' where id=4;
update noar ti set b1='F9VPCKWV' where id=4;
update noar tt set b2='HP9BA2WGCHW2OK3JY8JLS8GHNSB' where id=4;
update noar ti set b2='HP9BA2WGCHW2OK3JY8JLS8GHNSB' where id=4;
update noar tt set b0='MW11' where id=5;
update noar ti set b0='MW11' where id=5;
update noar tt set b1='0AL5PIRA54IL1BD4' where id=5;
update noar ti set b1='0AL5PIRA54IL1BD4' where id=5;
update noar tt set b2='PH7WUBA0OYMEWNW92SGSQKEJM1' where id=5;
update noar ti set b2='PH7WUBA0OYMEWNW92SGSQKEJM1' where id=5;
update noar tt set b0='CLZBKZ8YVPEG3J08' where id=6;
update noar ti set b0='CLZBKZ8YVPEG3J08' where id=6;
update noar tt set b1='N25WZVNNCKBTDGWBB4UYINVT5DX' where id=6;
update noar ti set b1='N25WZVNNCKBTDGWBB4UYINVT5DX' where id=6;
update noar tt set b2='401N0HHDCJGBO3ZLP24WM09PF' where id=6;
update noar ti set b2='401N0HHDCJGBO3ZLP24WM09PF' where id=6;
update noar tt set b0='HTCO' where id=7;
update noar ti set b0='HTCO' where id=7;
update noar tt set b1='20TAE4QCSCZ1H' where id=7;
update noar ti set b1='20TAE4QCSCZ1H' where id=7;
update noar tt set b2='EMZ' where id=7;
update noar ti set b2='EMZ' where id=7;
update noar tt set b0='EBZA1RA51SL6JOZBOG6Z4ZW' where id=8;
update noar ti set b0='EBZA1RA51SL6JOZBOG6Z4ZW' where id=8;
update noar tt set b1='UPZ7YLKO5D6G' where id=8;
update noar ti set b1='UPZ7YLKO5D6G' where id=8;
update noar tt set b2='XAHMKAEKV4JRY4OSHTQNDQRX5VAW9' where id=8;
update noar ti set b2='XAHMKAEKV4JRY4OSHTQNDQRX5VAW9' where id=8;
update noar tt set b0='ZKP2DU38BJY09IV25LW1TKW1E67' where id=9;
update noar ti set b0='ZKP2DU38BJY09IV25LW1TKW1E67' where id=9;
update noar tt set b1='57Y67ML345' where id=9;
update noar ti set b1='57Y67ML345' where id=9;
update noar tt set b2='KI' where id=9;
update noar ti set b2='KI' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='SBDKDDKG1TZ1RRNWZ2QQO' where id=1;
update noar ti set b0='SBDKDDKG1TZ1RRNWZ2QQO' where id=1;
update noar tt set b1='OKQRAKV13Z41MP8082STBJZU0' where id=1;
update noar ti set b1='OKQRAKV13Z41MP8082STBJZU0' where id=1;
update noar tt set b2='RX3K1FE8TNT2I0F96TB' where id=1;
update noar ti set b2='RX3K1FE8TNT2I0F96TB' where id=1;
update noar tt set b0='E0MUF15QB9AHV7955MIO3HWZ3Y4PIJM5' where id=2;
update noar ti set b0='E0MUF15QB9AHV7955MIO3HWZ3Y4PIJM5' where id=2;
update noar tt set b1='8MWCXNHUHV1' where id=2;
update noar ti set b1='8MWCXNHUHV1' where id=2;
update noar tt set b2='VDUTGVDQYE201JB0' where id=2;
update noar ti set b2='VDUTGVDQYE201JB0' where id=2;
update noar tt set b0='8SXVNHQ9MUIJLO7BW' where id=3;
update noar ti set b0='8SXVNHQ9MUIJLO7BW' where id=3;
update noar tt set b1='RTXOLGDTRLTD7FA' where id=3;
update noar ti set b1='RTXOLGDTRLTD7FA' where id=3;
update noar tt set b2='BB4KTAT8' where id=3;
update noar ti set b2='BB4KTAT8' where id=3;
update noar tt set b0='6VR3NNXES' where id=4;
update noar ti set b0='6VR3NNXES' where id=4;
update noar tt set b1='RJ9WWOGRR85WNJW5ND8W6ZQ' where id=4;
update noar ti set b1='RJ9WWOGRR85WNJW5ND8W6ZQ' where id=4;
update noar tt set b2='P40IN306PGSXOHR0A8RFVG918HDFW' where id=4;
update noar ti set b2='P40IN306PGSXOHR0A8RFVG918HDFW' where id=4;
update noar tt set b0='PDFK9IOHVW508FH4K' where id=5;
update noar ti set b0='PDFK9IOHVW508FH4K' where id=5;
update noar tt set b1='QW9L0TMEXM7452AW2X9PLMJLJ64KN8L' where id=5;
update noar ti set b1='QW9L0TMEXM7452AW2X9PLMJLJ64KN8L' where id=5;
update noar tt set b2='HTCWTABEH08S7' where id=5;
update noar ti set b2='HTCWTABEH08S7' where id=5;
update noar tt set b0='81VB37G2JORY4CKVUS7YBG2J0T7' where id=6;
update noar ti set b0='81VB37G2JORY4CKVUS7YBG2J0T7' where id=6;
update noar tt set b1='Z81CR0' where id=6;
update noar ti set b1='Z81CR0' where id=6;
update noar tt set b2='893Z5F' where id=6;
update noar ti set b2='893Z5F' where id=6;
update noar tt set b0='UZYO56K2VGLLJ9FHNMKZ09N' where id=7;
update noar ti set b0='UZYO56K2VGLLJ9FHNMKZ09N' where id=7;
update noar tt set b1='CF' where id=7;
update noar ti set b1='CF' where id=7;
update noar tt set b2='YRPLNLZZ15EGPMSOW1K42AV' where id=7;
update noar ti set b2='YRPLNLZZ15EGPMSOW1K42AV' 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='DIT0NXX6N40HER' where id=8;
update noar ti set b1='DIT0NXX6N40HER' where id=8;
update noar tt set b2='WGWI' where id=8;
update noar ti set b2='WGWI' where id=8;
update noar tt set b0='C' where id=9;
update noar ti set b0='C' where id=9;
update noar tt set b1='50GKNE325SYGTWPCTELBGCH9U5VVS' where id=9;
update noar ti set b1='50GKNE325SYGTWPCTELBGCH9U5VVS' where id=9;
update noar tt set b2='67JQ9Q' where id=9;
update noar ti set b2='67JQ9Q' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='8ZJW6ED8BD5KZ6KRUP3TWPH8' where id=1;
update noar ti set b0='8ZJW6ED8BD5KZ6KRUP3TWPH8' where id=1;
update noar tt set b1='IDLDZ32PHOQ4EAE2MJXFAJ63T' where id=1;
update noar ti set b1='IDLDZ32PHOQ4EAE2MJXFAJ63T' where id=1;
update noar tt set b2='M4IEMFZQCPH0V' where id=1;
update noar ti set b2='M4IEMFZQCPH0V' where id=1;
update noar tt set b0='FTIHZX8BKM075S7B72KX' where id=2;
update noar ti set b0='FTIHZX8BKM075S7B72KX' where id=2;
update noar tt set b1='WN47BK8VB4LV0LSFW33GMRCU4QT' where id=2;
update noar ti set b1='WN47BK8VB4LV0LSFW33GMRCU4QT' where id=2;
update noar tt set b2='J0LVI209K8LCMDP' where id=2;
update noar ti set b2='J0LVI209K8LCMDP' where id=2;
update noar tt set b0='W8AENP0BM6S' where id=3;
update noar ti set b0='W8AENP0BM6S' where id=3;
update noar tt set b1='3OZX0OFEOMI93F3PVYK250' where id=3;
update noar ti set b1='3OZX0OFEOMI93F3PVYK250' where id=3;
update noar tt set b2='P7NX96JMK3UZLA617' where id=3;
update noar ti set b2='P7NX96JMK3UZLA617' where id=3;
update noar tt set b0='I9ML6VD7UN' where id=4;
update noar ti set b0='I9ML6VD7UN' where id=4;
update noar tt set b1='Q6IMCYFH6PVC1RM4TCB6F4PKA4OCN' where id=4;
update noar ti set b1='Q6IMCYFH6PVC1RM4TCB6F4PKA4OCN' where id=4;
update noar tt set b2='Z' where id=4;
update noar ti set b2='Z' where id=4;
update noar tt set b0='JW9IRQMVOZJ2QGRD59AZQ9I4OP0' where id=5;
update noar ti set b0='JW9IRQMVOZJ2QGRD59AZQ9I4OP0' where id=5;
update noar tt set b1='HFS15YE5H2K7' where id=5;
update noar ti set b1='HFS15YE5H2K7' where id=5;
update noar tt set b2='VZ74OGZ3TSMQIIP2P2MRLMBZ8' where id=5;
update noar ti set b2='VZ74OGZ3TSMQIIP2P2MRLMBZ8' where id=5;
update noar tt set b0='Y62IU' where id=6;
update noar ti set b0='Y62IU' where id=6;
update noar tt set b1='4AMO4GX44GJR' where id=6;
update noar ti set b1='4AMO4GX44GJR' where id=6;
update noar tt set b2='X0VFXEMTYWHFB2HF5WHFIGIDMCP' where id=6;
update noar ti set b2='X0VFXEMTYWHFB2HF5WHFIGIDMCP' where id=6;
update noar tt set b0='L4X3LK2NTTV3JWYE' where id=7;
update noar ti set b0='L4X3LK2NTTV3JWYE' where id=7;
update noar tt set b1='LYOCS8RLPQL2X7KQSUYS372T4P' where id=7;
update noar ti set b1='LYOCS8RLPQL2X7KQSUYS372T4P' where id=7;
update noar tt set b2='OOSNZYGAONDW4MP' where id=7;
update noar ti set b2='OOSNZYGAONDW4MP' where id=7;
update noar tt set b0='EBC5D9CODZGR03P0J5NQQM3Q6' where id=8;
update noar ti set b0='EBC5D9CODZGR03P0J5NQQM3Q6' where id=8;
update noar tt set b1='6ZG1F6A8OMQA3' where id=8;
update noar ti set b1='6ZG1F6A8OMQA3' where id=8;
update noar tt set b2='IG7VNT6SUHH42YWJXJ8' where id=8;
update noar ti set b2='IG7VNT6SUHH42YWJXJ8' where id=8;
update noar tt set b0='B75ZIWYF7M6' where id=9;
update noar ti set b0='B75ZIWYF7M6' where id=9;
update noar tt set b1='5QRADVGRKHO5FELAG468I' where id=9;
update noar ti set b1='5QRADVGRKHO5FELAG468I' where id=9;
update noar tt set b2='RB6MFJFD4GP1R9DXRN4WL74O3' where id=9;
update noar ti set b2='RB6MFJFD4GP1R9DXRN4WL74O3' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='BX68AL' where id=1;
update noar ti set b0='BX68AL' where id=1;
update noar tt set b1='XNRLEW84UU' where id=1;
update noar ti set b1='XNRLEW84UU' where id=1;
update noar tt set b2='BGVWO89207BQPFY4RGK9BC' where id=1;
update noar ti set b2='BGVWO89207BQPFY4RGK9BC' where id=1;
update noar tt set b0='X0DV0X1EP' where id=2;
update noar ti set b0='X0DV0X1EP' where id=2;
update noar tt set b1='R' where id=2;
update noar ti set b1='R' where id=2;
update noar tt set b2='FCBDILUDJL7TBP5032UIM' where id=2;
update noar ti set b2='FCBDILUDJL7TBP5032UIM' where id=2;
update noar tt set b0='X5RHL235JPA0' where id=3;
update noar ti set b0='X5RHL235JPA0' where id=3;
update noar tt set b1='VI' where id=3;
update noar ti set b1='VI' where id=3;
update noar tt set b2='0GZAXYBAQ7QIG1VCLQ55VFK3ROBF' where id=3;
update noar ti set b2='0GZAXYBAQ7QIG1VCLQ55VFK3ROBF' where id=3;
update noar tt set b0='T' where id=4;
update noar ti set b0='T' where id=4;
update noar tt set b1='63VZQS6K0LITM6H0QOL59OWKO5C' where id=4;
update noar ti set b1='63VZQS6K0LITM6H0QOL59OWKO5C' where id=4;
update noar tt set b2='CMDPS2J' where id=4;
update noar ti set b2='CMDPS2J' where id=4;
update noar tt set b0='MG2JKRQKIFIRJ9L6M92A8I' where id=5;
update noar ti set b0='MG2JKRQKIFIRJ9L6M92A8I' where id=5;
update noar tt set b1='4MT' where id=5;
update noar ti set b1='4MT' where id=5;
update noar tt set b2='40B3ZJ' where id=5;
update noar ti set b2='40B3ZJ' where id=5;
update noar tt set b0='F1E' where id=6;
update noar ti set b0='F1E' where id=6;
update noar tt set b1='ODTOMBLLXJRBXTFJPDWJIW' where id=6;
update noar ti set b1='ODTOMBLLXJRBXTFJPDWJIW' where id=6;
update noar tt set b2='IWKB3CVIUBUPFWLLDRFTM24NIUT7CG7' where id=6;
update noar ti set b2='IWKB3CVIUBUPFWLLDRFTM24NIUT7CG7' where id=6;
update noar tt set b0='TD4XF' where id=7;
update noar ti set b0='TD4XF' where id=7;
update noar tt set b1='227CUPI5QIV' where id=7;
update noar ti set b1='227CUPI5QIV' where id=7;
update noar tt set b2='H7C0WEP8RK1P3' where id=7;
update noar ti set b2='H7C0WEP8RK1P3' where id=7;
update noar tt set b0='4' where id=8;
update noar ti set b0='4' where id=8;
update noar tt set b1='GDV24M1ETD2H9KR71' where id=8;
update noar ti set b1='GDV24M1ETD2H9KR71' where id=8;
update noar tt set b2='7BPQ8433U8KNIWCPTPU8' where id=8;
update noar ti set b2='7BPQ8433U8KNIWCPTPU8' where id=8;
update noar tt set b0='5HMNPD8CKDK7X471P' where id=9;
update noar ti set b0='5HMNPD8CKDK7X471P' where id=9;
update noar tt set b1='9XHEBZXNDRS7TN26YOLLOJBCP' where id=9;
update noar ti set b1='9XHEBZXNDRS7TN26YOLLOJBCP' where id=9;
update noar tt set b2='MQX3WF2R2XV6YIS0S7IXZ5VHPVR12X' where id=9;
update noar ti set b2='MQX3WF2R2XV6YIS0S7IXZ5VHPVR12X' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='Z2UAMEYTTLTUSC0CGYIJ1TDZJTCLOI' where id=1;
update noar ti set b0='Z2UAMEYTTLTUSC0CGYIJ1TDZJTCLOI' where id=1;
update noar tt set b1='JCAUM1VDZ9R5Y' where id=1;
update noar ti set b1='JCAUM1VDZ9R5Y' where id=1;
update noar tt set b2='O4ED93SFOQZ9BU3OKHPMC8Y0V5' where id=1;
update noar ti set b2='O4ED93SFOQZ9BU3OKHPMC8Y0V5' where id=1;
update noar tt set b0='8XIFEZUKXIJ8IFV5KPJ5TU4' where id=2;
update noar ti set b0='8XIFEZUKXIJ8IFV5KPJ5TU4' where id=2;
update noar tt set b1='MUYM2YI6PRO3GSSOOR2BJ' where id=2;
update noar ti set b1='MUYM2YI6PRO3GSSOOR2BJ' where id=2;
update noar tt set b2='DKZSTEOVJR6KB4K29R4' where id=2;
update noar ti set b2='DKZSTEOVJR6KB4K29R4' where id=2;
update noar tt set b0='X2VTE5306K5DWX1PRCESARKJJ' where id=3;
update noar ti set b0='X2VTE5306K5DWX1PRCESARKJJ' where id=3;
update noar tt set b1='5GEWXZK6' where id=3;
update noar ti set b1='5GEWXZK6' where id=3;
update noar tt set b2='VI33G90FWK9' where id=3;
update noar ti set b2='VI33G90FWK9' where id=3;
update noar tt set b0='LRTHZZRZPM7' where id=4;
update noar ti set b0='LRTHZZRZPM7' where id=4;
update noar tt set b1='7YC' where id=4;
update noar ti set b1='7YC' where id=4;
update noar tt set b2='GZ' where id=4;
update noar ti set b2='GZ' where id=4;
update noar tt set b0='ST4MTOE00BGVU4UVGF83YSL' where id=5;
update noar ti set b0='ST4MTOE00BGVU4UVGF83YSL' where id=5;
update noar tt set b1='VKCF86FT' where id=5;
update noar ti set b1='VKCF86FT' where id=5;
update noar tt set b2='8TLZ2JHCQBMSXNUGKODRMWOGAF5L' where id=5;
update noar ti set b2='8TLZ2JHCQBMSXNUGKODRMWOGAF5L' where id=5;
update noar tt set b0='ABIHRR9X' where id=6;
update noar ti set b0='ABIHRR9X' where id=6;
update noar tt set b1='E1449QUOIJDN9T01LUPMXKEIEUABT5U' where id=6;
update noar ti set b1='E1449QUOIJDN9T01LUPMXKEIEUABT5U' where id=6;
update noar tt set b2='4K1X8EB6JX2' where id=6;
update noar ti set b2='4K1X8EB6JX2' where id=6;
update noar tt set b0='3HGTESU0Q' where id=7;
update noar ti set b0='3HGTESU0Q' where id=7;
update noar tt set b1='QE4YHMBSKO4YT9SQQHB65U' where id=7;
update noar ti set b1='QE4YHMBSKO4YT9SQQHB65U' where id=7;
update noar tt set b2='4VNDX03AZ' where id=7;
update noar ti set b2='4VNDX03AZ' where id=7;
update noar tt set b0='6N25EOX1O00YD5Q69PZXWUPQW1ZAZ' where id=8;
update noar ti set b0='6N25EOX1O00YD5Q69PZXWUPQW1ZAZ' where id=8;
update noar tt set b1='UYXWONLR0BJZESAHA3B' where id=8;
update noar ti set b1='UYXWONLR0BJZESAHA3B' where id=8;
update noar tt set b2='9PAIDTVEYUJ4SAH5S' where id=8;
update noar ti set b2='9PAIDTVEYUJ4SAH5S' where id=8;
update noar tt set b0='45B9XVX61JA44R8R' where id=9;
update noar ti set b0='45B9XVX61JA44R8R' where id=9;
update noar tt set b1='RZBJEAIWV06SJX33AA' where id=9;
update noar ti set b1='RZBJEAIWV06SJX33AA' where id=9;
update noar tt set b2='RDW3UPYQ56MN98BBTR134A0YOH' where id=9;
update noar ti set b2='RDW3UPYQ56MN98BBTR134A0YOH' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='6UJVN1HYAKWJ1GNTJV8TJHFYNH4W' where id=1;
update noar ti set b0='6UJVN1HYAKWJ1GNTJV8TJHFYNH4W' where id=1;
update noar tt set b1='KSR8VHWER3J25RPRNMCQIKS0' where id=1;
update noar ti set b1='KSR8VHWER3J25RPRNMCQIKS0' where id=1;
update noar tt set b2='REOV9C4POVZHR40CRGIGPBD' where id=1;
update noar ti set b2='REOV9C4POVZHR40CRGIGPBD' where id=1;
update noar tt set b0='B1U2FIY' where id=2;
update noar ti set b0='B1U2FIY' where id=2;
update noar tt set b1='1JX4USY5WBIO' where id=2;
update noar ti set b1='1JX4USY5WBIO' where id=2;
update noar tt set b2='1IBWSP59' where id=2;
update noar ti set b2='1IBWSP59' where id=2;
update noar tt set b0='J14XF1CFM1RWMHN9P08VJ' where id=3;
update noar ti set b0='J14XF1CFM1RWMHN9P08VJ' where id=3;
update noar tt set b1='ZEP95Y24OLW8RMX884VBUHXWCRFOZE5' where id=3;
update noar ti set b1='ZEP95Y24OLW8RMX884VBUHXWCRFOZE5' where id=3;
update noar tt set b2='OPNK4MYMCYL66WJB8K8FY9AA3' where id=3;
update noar ti set b2='OPNK4MYMCYL66WJB8K8FY9AA3' where id=3;
update noar tt set b0='3C1KLQ2ADY5K1FIWM9QV9A51YB8C2E' where id=4;
update noar ti set b0='3C1KLQ2ADY5K1FIWM9QV9A51YB8C2E' where id=4;
update noar tt set b1='89DNXEI38ZB4JSYZRL1' where id=4;
update noar ti set b1='89DNXEI38ZB4JSYZRL1' where id=4;
update noar tt set b2='B8POY89AQ3LVZQ7MRRO2U8ZL4CSX' where id=4;
update noar ti set b2='B8POY89AQ3LVZQ7MRRO2U8ZL4CSX' where id=4;
update noar tt set b0='3SVFMC' where id=5;
update noar ti set b0='3SVFMC' where id=5;
update noar tt set b1='LVLTV5V0TR' where id=5;
update noar ti set b1='LVLTV5V0TR' where id=5;
update noar tt set b2='K25UVUZS1QKLBPNCL7QI5DZ6880003O' where id=5;
update noar ti set b2='K25UVUZS1QKLBPNCL7QI5DZ6880003O' where id=5;
update noar tt set b0='XA55E8S' where id=6;
update noar ti set b0='XA55E8S' where id=6;
update noar tt set b1='I3MGDJWZENGS' where id=6;
update noar ti set b1='I3MGDJWZENGS' where id=6;
update noar tt set b2='24MSCH0SMJ08XSQ32EEBEF6W' where id=6;
update noar ti set b2='24MSCH0SMJ08XSQ32EEBEF6W' where id=6;
update noar tt set b0='UU0JX3XH0CP33MNE38X' where id=7;
update noar ti set b0='UU0JX3XH0CP33MNE38X' where id=7;
update noar tt set b1='TS25T65PH4MT18AN4CYM' where id=7;
update noar ti set b1='TS25T65PH4MT18AN4CYM' where id=7;
update noar tt set b2='78LRS0K9GRD08G' where id=7;
update noar ti set b2='78LRS0K9GRD08G' where id=7;
update noar tt set b0='YRCBF8L7ES8QKTV1V' where id=8;
update noar ti set b0='YRCBF8L7ES8QKTV1V' where id=8;
update noar tt set b1='75S' where id=8;
update noar ti set b1='75S' where id=8;
update noar tt set b2='BXY9KKBAM4C' where id=8;
update noar ti set b2='BXY9KKBAM4C' where id=8;
update noar tt set b0='4BZJZ9XXBO1FNAU9KHMYEKMJ' where id=9;
update noar ti set b0='4BZJZ9XXBO1FNAU9KHMYEKMJ' where id=9;
update noar tt set b1='GJ0C34FQADGZN7' where id=9;
update noar ti set b1='GJ0C34FQADGZN7' where id=9;
update noar tt set b2='JX8BOYFBIBG3LJ' where id=9;
update noar ti set b2='JX8BOYFBIBG3LJ' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='77029' where id=1;
update noar ti set b0='77029' where id=1;
update noar tt set b1='TA4PJWAY9JN498PM0OL7NZKY772NC' where id=1;
update noar ti set b1='TA4PJWAY9JN498PM0OL7NZKY772NC' where id=1;
update noar tt set b2='IPNJJAADKGLYNC5JA9Y4I9' where id=1;
update noar ti set b2='IPNJJAADKGLYNC5JA9Y4I9' where id=1;
update noar tt set b0='ZJC6UWCJ7TGVPKQGUW8YJP' where id=2;
update noar ti set b0='ZJC6UWCJ7TGVPKQGUW8YJP' where id=2;
update noar tt set b1='5G8FS44G6K550EC' where id=2;
update noar ti set b1='5G8FS44G6K550EC' where id=2;
update noar tt set b2='0XJNF0AJJ26I6S' where id=2;
update noar ti set b2='0XJNF0AJJ26I6S' where id=2;
update noar tt set b0='3LNVPYO9WDBWRFOW' where id=3;
update noar ti set b0='3LNVPYO9WDBWRFOW' where id=3;
update noar tt set b1='75ZNH' where id=3;
update noar ti set b1='75ZNH' where id=3;
update noar tt set b2='9A' where id=3;
update noar ti set b2='9A' 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='DKIVUNZ2' where id=4;
update noar ti set b1='DKIVUNZ2' where id=4;
update noar tt set b2='0C1YKS4DOR9M3RV' where id=4;
update noar ti set b2='0C1YKS4DOR9M3RV' where id=4;
update noar tt set b0='UA985Z4GP3M17NX7JAP0M' where id=5;
update noar ti set b0='UA985Z4GP3M17NX7JAP0M' where id=5;
update noar tt set b1='WWN72MFI3T0NV9' where id=5;
update noar ti set b1='WWN72MFI3T0NV9' where id=5;
update noar tt set b2='06U6W3ZYPTLW2' where id=5;
update noar ti set b2='06U6W3ZYPTLW2' where id=5;
update noar tt set b0='943YRC5WF0P' where id=6;
update noar ti set b0='943YRC5WF0P' where id=6;
update noar tt set b1='FQE7INNDJNSCAQUJC1J' where id=6;
update noar ti set b1='FQE7INNDJNSCAQUJC1J' where id=6;
update noar tt set b2='36' where id=6;
update noar ti set b2='36' where id=6;
update noar tt set b0='QANK0Y6SNP206I' where id=7;
update noar ti set b0='QANK0Y6SNP206I' where id=7;
update noar tt set b1='X8KN3E0N6B5F0MJNHYH3SGLPYOOFE' where id=7;
update noar ti set b1='X8KN3E0N6B5F0MJNHYH3SGLPYOOFE' where id=7;
update noar tt set b2='488O' where id=7;
update noar ti set b2='488O' where id=7;
update noar tt set b0='5I7TZMBHT' where id=8;
update noar ti set b0='5I7TZMBHT' where id=8;
update noar tt set b1='LEGQYBHHKJUE6YOCDH' where id=8;
update noar ti set b1='LEGQYBHHKJUE6YOCDH' where id=8;
update noar tt set b2='T7X6HXJ50919F0E' where id=8;
update noar ti set b2='T7X6HXJ50919F0E' where id=8;
update noar tt set b0='01OY' where id=9;
update noar ti set b0='01OY' where id=9;
update noar tt set b1='B4CBVVAC4WU22VB0U314ZPKD' where id=9;
update noar ti set b1='B4CBVVAC4WU22VB0U314ZPKD' where id=9;
update noar tt set b2='E1Z1BD745MT9JLWLC0UKMSCL' where id=9;
update noar ti set b2='E1Z1BD745MT9JLWLC0UKMSCL' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='EV' where id=1;
update noar ti set b0='EV' where id=1;
update noar tt set b1='XHIU7H98KFH22ZMD5JW5TJ' where id=1;
update noar ti set b1='XHIU7H98KFH22ZMD5JW5TJ' where id=1;
update noar tt set b2='U53C3EY2MGSE00TZAULW4U3IPBFSEDZE' where id=1;
update noar ti set b2='U53C3EY2MGSE00TZAULW4U3IPBFSEDZE' where id=1;
update noar tt set b0='R929GC77PRJEIGN2X1IPF0Y4UCIIPG' where id=2;
update noar ti set b0='R929GC77PRJEIGN2X1IPF0Y4UCIIPG' where id=2;
update noar tt set b1='5ZC5EZD' where id=2;
update noar ti set b1='5ZC5EZD' where id=2;
update noar tt set b2='P2R' where id=2;
update noar ti set b2='P2R' where id=2;
update noar tt set b0='CXYAR9G' where id=3;
update noar ti set b0='CXYAR9G' where id=3;
update noar tt set b1='QAB5LA3OV7XO5KE7F34AXOX0BZWKVCT' where id=3;
update noar ti set b1='QAB5LA3OV7XO5KE7F34AXOX0BZWKVCT' where id=3;
update noar tt set b2='I4UTYRM6PTNN3BAW' where id=3;
update noar ti set b2='I4UTYRM6PTNN3BAW' where id=3;
update noar tt set b0='9F43YJL67F4FS8VFQWCL3KUMR44EI0' where id=4;
update noar ti set b0='9F43YJL67F4FS8VFQWCL3KUMR44EI0' where id=4;
update noar tt set b1='D5BT3Q9FT8E2EG7AK9180U3KEYZKPJWC' where id=4;
update noar ti set b1='D5BT3Q9FT8E2EG7AK9180U3KEYZKPJWC' where id=4;
update noar tt set b2='L' where id=4;
update noar ti set b2='L' where id=4;
update noar tt set b0='FJGFTZPX3M9SO8EPBKMFGE' where id=5;
update noar ti set b0='FJGFTZPX3M9SO8EPBKMFGE' where id=5;
update noar tt set b1='V9KY7RAXQI176O4T16AP4V6PNO9CBQ' where id=5;
update noar ti set b1='V9KY7RAXQI176O4T16AP4V6PNO9CBQ' where id=5;
update noar tt set b2='JKTTROD0R1WJYNNQ6AUBAMQ' where id=5;
update noar ti set b2='JKTTROD0R1WJYNNQ6AUBAMQ' where id=5;
update noar tt set b0='GUTVW' where id=6;
update noar ti set b0='GUTVW' where id=6;
update noar tt set b1='I4HUCP75MP78FXPO2' where id=6;
update noar ti set b1='I4HUCP75MP78FXPO2' where id=6;
update noar tt set b2='NZ07JQZ' where id=6;
update noar ti set b2='NZ07JQZ' where id=6;
update noar tt set b0='NBIRFIIE2IFVE5AIN9C04VAFONJ6YD' where id=7;
update noar ti set b0='NBIRFIIE2IFVE5AIN9C04VAFONJ6YD' where id=7;
update noar tt set b1='PKIWY9KHOOD686TRUH2QS' where id=7;
update noar ti set b1='PKIWY9KHOOD686TRUH2QS' where id=7;
update noar tt set b2='5ISXU2SK5IRFPQ730EG0JQJ3K6Z38' where id=7;
update noar ti set b2='5ISXU2SK5IRFPQ730EG0JQJ3K6Z38' where id=7;
update noar tt set b0='4ILK8XL89SUN416XG' where id=8;
update noar ti set b0='4ILK8XL89SUN416XG' where id=8;
update noar tt set b1='ZGK0U' where id=8;
update noar ti set b1='ZGK0U' where id=8;
update noar tt set b2='XM0FZXWTEGD6W2EVJQHROXWFY9S2NH' where id=8;
update noar ti set b2='XM0FZXWTEGD6W2EVJQHROXWFY9S2NH' where id=8;
update noar tt set b0='AHBHL35IE290' where id=9;
update noar ti set b0='AHBHL35IE290' where id=9;
update noar tt set b1='5MXQ4' where id=9;
update noar ti set b1='5MXQ4' where id=9;
update noar tt set b2='JILDGPYJWH2U7AIC18I9I' where id=9;
update noar ti set b2='JILDGPYJWH2U7AIC18I9I' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='7CQBW0UUYBPP067CPH8VC' where id=1;
update noar ti set b0='7CQBW0UUYBPP067CPH8VC' where id=1;
update noar tt set b1='B86JJUS' where id=1;
update noar ti set b1='B86JJUS' where id=1;
update noar tt set b2='O7WHIST6CKWUYC917TXCYEH0O' where id=1;
update noar ti set b2='O7WHIST6CKWUYC917TXCYEH0O' where id=1;
update noar tt set b0='UUFLR37PMG9L7MRF4TQVDN2RTI7' where id=2;
update noar ti set b0='UUFLR37PMG9L7MRF4TQVDN2RTI7' where id=2;
update noar tt set b1='KJMDR2T9I3JHK3FSH3N' where id=2;
update noar ti set b1='KJMDR2T9I3JHK3FSH3N' where id=2;
update noar tt set b2='H4XZGAH8HWOIR126OROD5P42OZ2QNVEO' where id=2;
update noar ti set b2='H4XZGAH8HWOIR126OROD5P42OZ2QNVEO' where id=2;
update noar tt set b0='85KS0RF1MNH027OQN' where id=3;
update noar ti set b0='85KS0RF1MNH027OQN' where id=3;
update noar tt set b1='D1B2UL2NCDWFK' where id=3;
update noar ti set b1='D1B2UL2NCDWFK' where id=3;
update noar tt set b2='157IO25RFYQIC2RS890NNS' where id=3;
update noar ti set b2='157IO25RFYQIC2RS890NNS' where id=3;
update noar tt set b0='5G5UUD14ZT7IN1ORHLK2V3HD' where id=4;
update noar ti set b0='5G5UUD14ZT7IN1ORHLK2V3HD' where id=4;
update noar tt set b1='QYFZ5OPGBXWGICO5M1ZYZ0SYHMYC' where id=4;
update noar ti set b1='QYFZ5OPGBXWGICO5M1ZYZ0SYHMYC' where id=4;
update noar tt set b2='ENLICC82LBDGHM8L' where id=4;
update noar ti set b2='ENLICC82LBDGHM8L' where id=4;
update noar tt set b0='TFPEUJ5I5SQYQS9IFSPKDQXJGQZJ9V1' where id=5;
update noar ti set b0='TFPEUJ5I5SQYQS9IFSPKDQXJGQZJ9V1' where id=5;
update noar tt set b1='XD6BQ2E83MT0GP0R0' where id=5;
update noar ti set b1='XD6BQ2E83MT0GP0R0' where id=5;
update noar tt set b2='GH5IO8V6J03BCPMP1MZKT12GS3NFCF' where id=5;
update noar ti set b2='GH5IO8V6J03BCPMP1MZKT12GS3NFCF' where id=5;
update noar tt set b0='Z8K9DZLGFS1MEZ3Z82CJ' where id=6;
update noar ti set b0='Z8K9DZLGFS1MEZ3Z82CJ' where id=6;
update noar tt set b1='TBCHKDBV1XPV7N5' where id=6;
update noar ti set b1='TBCHKDBV1XPV7N5' where id=6;
update noar tt set b2='2' where id=6;
update noar ti set b2='2' where id=6;
update noar tt set b0='3IMS16GVEW' where id=7;
update noar ti set b0='3IMS16GVEW' where id=7;
update noar tt set b1='9' where id=7;
update noar ti set b1='9' where id=7;
update noar tt set b2='7WXS48NIZHJP' where id=7;
update noar ti set b2='7WXS48NIZHJP' where id=7;
update noar tt set b0='39' where id=8;
update noar ti set b0='39' where id=8;
update noar tt set b1='AEEJD431HKJG53NZNN5Z' where id=8;
update noar ti set b1='AEEJD431HKJG53NZNN5Z' where id=8;
update noar tt set b2='7ECTWWFMXMYQB8NYILM4P0H4' where id=8;
update noar ti set b2='7ECTWWFMXMYQB8NYILM4P0H4' where id=8;
update noar tt set b0='JFZ2BX2ILABN5YQ' where id=9;
update noar ti set b0='JFZ2BX2ILABN5YQ' where id=9;
update noar tt set b1='8UGWD5TU4I1BNH1FW0K49CN' where id=9;
update noar ti set b1='8UGWD5TU4I1BNH1FW0K49CN' where id=9;
update noar tt set b2='CUPIQ7UUC7HSHU41NW9R0OEAM' where id=9;
update noar ti set b2='CUPIQ7UUC7HSHU41NW9R0OEAM' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='OEPF7RUVLCB5FCXRUY79' where id=1;
update noar ti set b0='OEPF7RUVLCB5FCXRUY79' where id=1;
update noar tt set b1='PTNSOXSMU160XDNH' where id=1;
update noar ti set b1='PTNSOXSMU160XDNH' where id=1;
update noar tt set b2='MJQ' where id=1;
update noar ti set b2='MJQ' where id=1;
update noar tt set b0='CEI1P2Y9GX2JZZ1YDF40S0TAQFDG' where id=2;
update noar ti set b0='CEI1P2Y9GX2JZZ1YDF40S0TAQFDG' where id=2;
update noar tt set b1='SJSEH171EBU6VRGNTR' where id=2;
update noar ti set b1='SJSEH171EBU6VRGNTR' where id=2;
update noar tt set b2='0M8G8' where id=2;
update noar ti set b2='0M8G8' where id=2;
update noar tt set b0='O9LGNIOBRXZDMPU9SNYFXBQNMA5CD' where id=3;
update noar ti set b0='O9LGNIOBRXZDMPU9SNYFXBQNMA5CD' where id=3;
update noar tt set b1='PM5XUOFO8F5AO5DM7E40969V' where id=3;
update noar ti set b1='PM5XUOFO8F5AO5DM7E40969V' where id=3;
update noar tt set b2='FD7VCLFPAETJMIH9HA' where id=3;
update noar ti set b2='FD7VCLFPAETJMIH9HA' where id=3;
update noar tt set b0='4EMHJCV1MVZKMXKUD7SMOZASY9MBZ' where id=4;
update noar ti set b0='4EMHJCV1MVZKMXKUD7SMOZASY9MBZ' where id=4;
update noar tt set b1='YI2MTRZNNDMPC9IJOYL' where id=4;
update noar ti set b1='YI2MTRZNNDMPC9IJOYL' where id=4;
update noar tt set b2='2R7W4D4MACT5EWIJEW' where id=4;
update noar ti set b2='2R7W4D4MACT5EWIJEW' where id=4;
update noar tt set b0='4MKY87NG6HD6N5A6ZIR9' where id=5;
update noar ti set b0='4MKY87NG6HD6N5A6ZIR9' where id=5;
update noar tt set b1='F8EO35' where id=5;
update noar ti set b1='F8EO35' where id=5;
update noar tt set b2='X7CGDAQTTREZN2V8GS' where id=5;
update noar ti set b2='X7CGDAQTTREZN2V8GS' where id=5;
update noar tt set b0='BMN2F3PY7TOV6XO7AIC' where id=6;
update noar ti set b0='BMN2F3PY7TOV6XO7AIC' where id=6;
update noar tt set b1='7KWILZ291BDW' where id=6;
update noar ti set b1='7KWILZ291BDW' where id=6;
update noar tt set b2='UIGVJ3T23XIDJNNI3JOX3CQVULLOPK' where id=6;
update noar ti set b2='UIGVJ3T23XIDJNNI3JOX3CQVULLOPK' where id=6;
update noar tt set b0='1JSQFLGR17UNH7ANRQY5Z' where id=7;
update noar ti set b0='1JSQFLGR17UNH7ANRQY5Z' where id=7;
update noar tt set b1='2PSXWM2LDGBC33NQTBJ9AYYUVG0' where id=7;
update noar ti set b1='2PSXWM2LDGBC33NQTBJ9AYYUVG0' where id=7;
update noar tt set b2='80ASS3ELUVYLC' where id=7;
update noar ti set b2='80ASS3ELUVYLC' where id=7;
update noar tt set b0='EXM6' where id=8;
update noar ti set b0='EXM6' where id=8;
update noar tt set b1='F8SG0R9ORBU8MEQNJBRRKX2BG4YIIC' where id=8;
update noar ti set b1='F8SG0R9ORBU8MEQNJBRRKX2BG4YIIC' where id=8;
update noar tt set b2='QU41DO8AQOD0NUNUC' where id=8;
update noar ti set b2='QU41DO8AQOD0NUNUC' where id=8;
update noar tt set b0='DPSGMAFY1F' where id=9;
update noar ti set b0='DPSGMAFY1F' where id=9;
update noar tt set b1='2LPQXZRDYXVX7ZTZ9N' where id=9;
update noar ti set b1='2LPQXZRDYXVX7ZTZ9N' where id=9;
update noar tt set b2='P3KKA4AFBP4LD0G8KP9DJA9RYQS93XO' where id=9;
update noar ti set b2='P3KKA4AFBP4LD0G8KP9DJA9RYQS93XO' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='5' where id=1;
update noar ti set b0='5' 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='MGXRGFQBBS4GF00YY2W4QJ96P3SI' where id=1;
update noar ti set b2='MGXRGFQBBS4GF00YY2W4QJ96P3SI' where id=1;
update noar tt set b0='CG97NGRW5ZBBW59G63S30L' where id=2;
update noar ti set b0='CG97NGRW5ZBBW59G63S30L' where id=2;
update noar tt set b1='PI' where id=2;
update noar ti set b1='PI' where id=2;
update noar tt set b2='2YUIRD01' where id=2;
update noar ti set b2='2YUIRD01' where id=2;
update noar tt set b0='294BPDL94OCH5TT8JUDUV' where id=3;
update noar ti set b0='294BPDL94OCH5TT8JUDUV' where id=3;
update noar tt set b1='F1V04IH80VXO9L5ANS87' where id=3;
update noar ti set b1='F1V04IH80VXO9L5ANS87' where id=3;
update noar tt set b2='KHPWAFYT53XAMNSYB' where id=3;
update noar ti set b2='KHPWAFYT53XAMNSYB' where id=3;
update noar tt set b0='QWQRD' where id=4;
update noar ti set b0='QWQRD' where id=4;
update noar tt set b1='WTG0AOGTZZ46BOCEJV5KNQ05VJF2QMC' where id=4;
update noar ti set b1='WTG0AOGTZZ46BOCEJV5KNQ05VJF2QMC' where id=4;
update noar tt set b2='5SLJBUU41PVRF1718HEYGB' where id=4;
update noar ti set b2='5SLJBUU41PVRF1718HEYGB' where id=4;
update noar tt set b0='D3QXSU00R7YWM' where id=5;
update noar ti set b0='D3QXSU00R7YWM' where id=5;
update noar tt set b1='IMDXIYLSL3ZHYJ42' where id=5;
update noar ti set b1='IMDXIYLSL3ZHYJ42' where id=5;
update noar tt set b2='EGLQQENSX9N6VJXMKCV' where id=5;
update noar ti set b2='EGLQQENSX9N6VJXMKCV' where id=5;
update noar tt set b0='KEWBEGMO66FREBZU' where id=6;
update noar ti set b0='KEWBEGMO66FREBZU' where id=6;
update noar tt set b1='TCWP6Y25VGVO6HNU0CR3NUENW' where id=6;
update noar ti set b1='TCWP6Y25VGVO6HNU0CR3NUENW' where id=6;
update noar tt set b2='27MLRD85BOZ' where id=6;
update noar ti set b2='27MLRD85BOZ' where id=6;
update noar tt set b0='O3' where id=7;
update noar ti set b0='O3' where id=7;
update noar tt set b1='C40MC' where id=7;
update noar ti set b1='C40MC' where id=7;
update noar tt set b2='9J8SPBMUK1XSF64BK7YO9CE' where id=7;
update noar ti set b2='9J8SPBMUK1XSF64BK7YO9CE' where id=7;
update noar tt set b0='8F02SRBY5K' where id=8;
update noar ti set b0='8F02SRBY5K' where id=8;
update noar tt set b1='DKLT25CNTFVC' where id=8;
update noar ti set b1='DKLT25CNTFVC' where id=8;
update noar tt set b2='P27YU8XI9WJEA' where id=8;
update noar ti set b2='P27YU8XI9WJEA' where id=8;
update noar tt set b0='X' where id=9;
update noar ti set b0='X' where id=9;
update noar tt set b1='LCKS38S7019554B0CX9A26AYQ4J' where id=9;
update noar ti set b1='LCKS38S7019554B0CX9A26AYQ4J' where id=9;
update noar tt set b2='S8QZEUGON84IUUYCMYYN0919YLC' where id=9;
update noar ti set b2='S8QZEUGON84IUUYCMYYN0919YLC' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='AN3FPLG6F' where id=1;
update noar ti set b0='AN3FPLG6F' where id=1;
update noar tt set b1='AORIS' where id=1;
update noar ti set b1='AORIS' where id=1;
update noar tt set b2='MBSYJM41X15LSQ3L' where id=1;
update noar ti set b2='MBSYJM41X15LSQ3L' where id=1;
update noar tt set b0='7092ZD9VO9LG5B' where id=2;
update noar ti set b0='7092ZD9VO9LG5B' where id=2;
update noar tt set b1='SSOAK8QGKC' where id=2;
update noar ti set b1='SSOAK8QGKC' where id=2;
update noar tt set b2='9678GZUE8TM96EUCTOCP1L' where id=2;
update noar ti set b2='9678GZUE8TM96EUCTOCP1L' where id=2;
update noar tt set b0='1ZQ2DEC0J6U5LPZV4F311N16V' where id=3;
update noar ti set b0='1ZQ2DEC0J6U5LPZV4F311N16V' where id=3;
update noar tt set b1='YN8U70EEMXZWJDFGY6AWEL' where id=3;
update noar ti set b1='YN8U70EEMXZWJDFGY6AWEL' where id=3;
update noar tt set b2='OI0MS' where id=3;
update noar ti set b2='OI0MS' where id=3;
update noar tt set b0='P8' where id=4;
update noar ti set b0='P8' where id=4;
update noar tt set b1='SD1KF' where id=4;
update noar ti set b1='SD1KF' where id=4;
update noar tt set b2='T4X' where id=4;
update noar ti set b2='T4X' where id=4;
update noar tt set b0='71TQK793' where id=5;
update noar ti set b0='71TQK793' where id=5;
update noar tt set b1='JK21AHG438VVR5N5FNUUDNS5PBF188' where id=5;
update noar ti set b1='JK21AHG438VVR5N5FNUUDNS5PBF188' where id=5;
update noar tt set b2='OZPM0IULFPD50DW3L5' where id=5;
update noar ti set b2='OZPM0IULFPD50DW3L5' where id=5;
update noar tt set b0='T2XJOC1R3DUI3PKITFW807JZB2U7' where id=6;
update noar ti set b0='T2XJOC1R3DUI3PKITFW807JZB2U7' where id=6;
update noar tt set b1='ESV6YKV23UVTMP' where id=6;
update noar ti set b1='ESV6YKV23UVTMP' where id=6;
update noar tt set b2='I3M12CMTZ5GUP157HSMBR' where id=6;
update noar ti set b2='I3M12CMTZ5GUP157HSMBR' where id=6;
update noar tt set b0='IV047OZR7MAOB2WUVRSBKA0NH' where id=7;
update noar ti set b0='IV047OZR7MAOB2WUVRSBKA0NH' where id=7;
update noar tt set b1='CH74XGLNH9UZ4N0TAC9UF3CB' where id=7;
update noar ti set b1='CH74XGLNH9UZ4N0TAC9UF3CB' where id=7;
update noar tt set b2='511B89VQ4X5OP7LETD8PHFW' where id=7;
update noar ti set b2='511B89VQ4X5OP7LETD8PHFW' where id=7;
update noar tt set b0='QVA43FI09GD41' where id=8;
update noar ti set b0='QVA43FI09GD41' where id=8;
update noar tt set b1='PG44UVAPR' where id=8;
update noar ti set b1='PG44UVAPR' where id=8;
update noar tt set b2='0HLYE4' where id=8;
update noar ti set b2='0HLYE4' where id=8;
update noar tt set b0='DBHDT1LU54RNPAYYGMRGD6F6OMC57' where id=9;
update noar ti set b0='DBHDT1LU54RNPAYYGMRGD6F6OMC57' where id=9;
update noar tt set b1='IY2THOKDL8NC' where id=9;
update noar ti set b1='IY2THOKDL8NC' where id=9;
update noar tt set b2='2DIJTG3YT5PLOC4N' where id=9;
update noar ti set b2='2DIJTG3YT5PLOC4N' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='SIAL8C1RAW8UMIUIWC5V3R2790O6' where id=1;
update noar ti set b0='SIAL8C1RAW8UMIUIWC5V3R2790O6' where id=1;
update noar tt set b1='5NFKIZ4JPUM2XAGI9Y0E7I' where id=1;
update noar ti set b1='5NFKIZ4JPUM2XAGI9Y0E7I' where id=1;
update noar tt set b2='6EGFEF3SOKAL7FH4' where id=1;
update noar ti set b2='6EGFEF3SOKAL7FH4' where id=1;
update noar tt set b0='ZKXC04N633A5DL54FR83J' where id=2;
update noar ti set b0='ZKXC04N633A5DL54FR83J' 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='PTWWDHG8TK' where id=2;
update noar ti set b2='PTWWDHG8TK' where id=2;
update noar tt set b0='58FN0' where id=3;
update noar ti set b0='58FN0' where id=3;
update noar tt set b1='BLON9RCW' where id=3;
update noar ti set b1='BLON9RCW' where id=3;
update noar tt set b2='GOBK14I33VK89GNZKQ' where id=3;
update noar ti set b2='GOBK14I33VK89GNZKQ' where id=3;
update noar tt set b0='NQSRRCSPN7' where id=4;
update noar ti set b0='NQSRRCSPN7' where id=4;
update noar tt set b1='HPKHUNX1EOG8VBBSKJJ1QS' where id=4;
update noar ti set b1='HPKHUNX1EOG8VBBSKJJ1QS' where id=4;
update noar tt set b2='GR1G2I53L477F1D2EZD' where id=4;
update noar ti set b2='GR1G2I53L477F1D2EZD' where id=4;
update noar tt set b0='HDOYO58ZXTBWDARWR' where id=5;
update noar ti set b0='HDOYO58ZXTBWDARWR' where id=5;
update noar tt set b1='YCRVYPGD0T0NBBW7TEP7F3BKNIQ' where id=5;
update noar ti set b1='YCRVYPGD0T0NBBW7TEP7F3BKNIQ' where id=5;
update noar tt set b2='ZD83A2LVYORAQ87PLGZLHQARY' where id=5;
update noar ti set b2='ZD83A2LVYORAQ87PLGZLHQARY' where id=5;
update noar tt set b0='VC2FUCJU20BBD3HDY' where id=6;
update noar ti set b0='VC2FUCJU20BBD3HDY' where id=6;
update noar tt set b1='YNRT5N0EEJ8RL6HI4WFK' where id=6;
update noar ti set b1='YNRT5N0EEJ8RL6HI4WFK' where id=6;
update noar tt set b2='46BX7' where id=6;
update noar ti set b2='46BX7' where id=6;
update noar tt set b0='3WIVT5DSD8TA' where id=7;
update noar ti set b0='3WIVT5DSD8TA' where id=7;
update noar tt set b1='6V' where id=7;
update noar ti set b1='6V' where id=7;
update noar tt set b2='J6R61WHMXO5B3YBGDAJ4ME5EGIM2L' where id=7;
update noar ti set b2='J6R61WHMXO5B3YBGDAJ4ME5EGIM2L' where id=7;
update noar tt set b0='AM85AW5ZBAL5YUI' where id=8;
update noar ti set b0='AM85AW5ZBAL5YUI' where id=8;
update noar tt set b1='ZW0TIGD7JU1OE9' where id=8;
update noar ti set b1='ZW0TIGD7JU1OE9' where id=8;
update noar tt set b2='Z' where id=8;
update noar ti set b2='Z' where id=8;
update noar tt set b0='48ZXIVNBX9N4EKOB' where id=9;
update noar ti set b0='48ZXIVNBX9N4EKOB' where id=9;
update noar tt set b1='8RM8S49YDLFR9Z0ON1CAFZI4XTRW2NB' where id=9;
update noar ti set b1='8RM8S49YDLFR9Z0ON1CAFZI4XTRW2NB' where id=9;
update noar tt set b2='K58S7V7RT1PVC7LQAXBYICGP4S' where id=9;
update noar ti set b2='K58S7V7RT1PVC7LQAXBYICGP4S' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='4Y8EE' where id=1;
update noar ti set b0='4Y8EE' where id=1;
update noar tt set b1='KLXE6DQOXM8VHM5TO1' where id=1;
update noar ti set b1='KLXE6DQOXM8VHM5TO1' where id=1;
update noar tt set b2='JB4TRIL' where id=1;
update noar ti set b2='JB4TRIL' where id=1;
update noar tt set b0='2EF5OM68Q05WJCH8OAZEOH4TSZ2' where id=2;
update noar ti set b0='2EF5OM68Q05WJCH8OAZEOH4TSZ2' where id=2;
update noar tt set b1='UHJJKUTH0FQUYKHRFCDJ6VPZ' where id=2;
update noar ti set b1='UHJJKUTH0FQUYKHRFCDJ6VPZ' where id=2;
update noar tt set b2='4OHA1CFPCX6ZVNVDESVGGZ' where id=2;
update noar ti set b2='4OHA1CFPCX6ZVNVDESVGGZ' where id=2;
update noar tt set b0='DFP8OBL7M6V1KHU8YSIU0ZDSBRG' where id=3;
update noar ti set b0='DFP8OBL7M6V1KHU8YSIU0ZDSBRG' where id=3;
update noar tt set b1='H7TY1790M8' where id=3;
update noar ti set b1='H7TY1790M8' where id=3;
update noar tt set b2='16CWWTSE5XNKK9ZRNNRZYWXD2' where id=3;
update noar ti set b2='16CWWTSE5XNKK9ZRNNRZYWXD2' where id=3;
update noar tt set b0='OS6WZ2PIYTEN' where id=4;
update noar ti set b0='OS6WZ2PIYTEN' where id=4;
update noar tt set b1='S34FL2MAVAEC3YQC08TC98P' where id=4;
update noar ti set b1='S34FL2MAVAEC3YQC08TC98P' where id=4;
update noar tt set b2='MQGDG62K8SAPUA4P1R1QB3XL' where id=4;
update noar ti set b2='MQGDG62K8SAPUA4P1R1QB3XL' where id=4;
update noar tt set b0='SCJXEGH9ZF54OEXINSWT9Q28P' where id=5;
update noar ti set b0='SCJXEGH9ZF54OEXINSWT9Q28P' where id=5;
update noar tt set b1='22' where id=5;
update noar ti set b1='22' where id=5;
update noar tt set b2='OP9OVOS0Y2W7G8D' where id=5;
update noar ti set b2='OP9OVOS0Y2W7G8D' 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='W0HAJW7TXFE8SKU' where id=6;
update noar ti set b1='W0HAJW7TXFE8SKU' where id=6;
update noar tt set b2='Q7SB5KS1PUGH6AISXOFZVAW2C' where id=6;
update noar ti set b2='Q7SB5KS1PUGH6AISXOFZVAW2C' where id=6;
update noar tt set b0='D4' where id=7;
update noar ti set b0='D4' where id=7;
update noar tt set b1='HXGQFGJL4R7MPUY3SOX7T0FSWVLN' where id=7;
update noar ti set b1='HXGQFGJL4R7MPUY3SOX7T0FSWVLN' where id=7;
update noar tt set b2='SAO' where id=7;
update noar ti set b2='SAO' where id=7;
update noar tt set b0='R8' where id=8;
update noar ti set b0='R8' where id=8;
update noar tt set b1='QJ' where id=8;
update noar ti set b1='QJ' where id=8;
update noar tt set b2='FE5SX4WFZ3J945WY3EYK4GTNA9' where id=8;
update noar ti set b2='FE5SX4WFZ3J945WY3EYK4GTNA9' where id=8;
update noar tt set b0='PVUXI2DFIDVROMQ5TNQ258R1Q59' where id=9;
update noar ti set b0='PVUXI2DFIDVROMQ5TNQ258R1Q59' where id=9;
update noar tt set b1='MN8ZKA9XU' where id=9;
update noar ti set b1='MN8ZKA9XU' where id=9;
update noar tt set b2='IHSJ' where id=9;
update noar ti set b2='IHSJ' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='1MAMLGOIM31D85L3LJYD73MB' where id=1;
update noar ti set b0='1MAMLGOIM31D85L3LJYD73MB' where id=1;
update noar tt set b1='GGZUZPHV2NEBAO5Z4GEKR' where id=1;
update noar ti set b1='GGZUZPHV2NEBAO5Z4GEKR' where id=1;
update noar tt set b2='S8VE2IEA8X2IFK0GMQQR5P7' where id=1;
update noar ti set b2='S8VE2IEA8X2IFK0GMQQR5P7' where id=1;
update noar tt set b0='60CGT6WYBQMSV' where id=2;
update noar ti set b0='60CGT6WYBQMSV' where id=2;
update noar tt set b1='2EKPFLNHZR9F0RZ1E4N4V3Z74' where id=2;
update noar ti set b1='2EKPFLNHZR9F0RZ1E4N4V3Z74' where id=2;
update noar tt set b2='EXA6W71HV3TIRUJB0WHC7Q50KJ' where id=2;
update noar ti set b2='EXA6W71HV3TIRUJB0WHC7Q50KJ' where id=2;
update noar tt set b0='YCZ' where id=3;
update noar ti set b0='YCZ' where id=3;
update noar tt set b1='YV0T80Z0N3IGHKR3' where id=3;
update noar ti set b1='YV0T80Z0N3IGHKR3' where id=3;
update noar tt set b2='QX6K4ZR' where id=3;
update noar ti set b2='QX6K4ZR' where id=3;
update noar tt set b0='ZKCTRAEYP' where id=4;
update noar ti set b0='ZKCTRAEYP' where id=4;
update noar tt set b1='BU7102W7PFSIB2PXYSK6MEDF0' where id=4;
update noar ti set b1='BU7102W7PFSIB2PXYSK6MEDF0' where id=4;
update noar tt set b2='N6BBXYYXZ0Q3FO5ZKU68EMK1P4A' where id=4;
update noar ti set b2='N6BBXYYXZ0Q3FO5ZKU68EMK1P4A' where id=4;
update noar tt set b0='PH0BRNCRFZ3QK6GI2D9A31HCVIZ5E' where id=5;
update noar ti set b0='PH0BRNCRFZ3QK6GI2D9A31HCVIZ5E' where id=5;
update noar tt set b1='WMRP30AD' where id=5;
update noar ti set b1='WMRP30AD' where id=5;
update noar tt set b2='7V6HJA18C0' where id=5;
update noar ti set b2='7V6HJA18C0' where id=5;
update noar tt set b0='O7MIRZ8XSNP3GWQ6DS7BKI7JYNI4MBV' where id=6;
update noar ti set b0='O7MIRZ8XSNP3GWQ6DS7BKI7JYNI4MBV' where id=6;
update noar tt set b1='6XX2HJ8' where id=6;
update noar ti set b1='6XX2HJ8' where id=6;
update noar tt set b2='FA8' where id=6;
update noar ti set b2='FA8' where id=6;
update noar tt set b0='7UEYBRIM0CRH3JHJYNKV7B8SDOU6' where id=7;
update noar ti set b0='7UEYBRIM0CRH3JHJYNKV7B8SDOU6' where id=7;
update noar tt set b1='MXEB' where id=7;
update noar ti set b1='MXEB' where id=7;
update noar tt set b2='O' where id=7;
update noar ti set b2='O' where id=7;
update noar tt set b0='UD' where id=8;
update noar ti set b0='UD' where id=8;
update noar tt set b1='B' where id=8;
update noar ti set b1='B' where id=8;
update noar tt set b2='FL06YHHA9XQD' where id=8;
update noar ti set b2='FL06YHHA9XQD' where id=8;
update noar tt set b0='CSQS9UR73AYMZ7YNAZ9BCKM7EG0L2P' where id=9;
update noar ti set b0='CSQS9UR73AYMZ7YNAZ9BCKM7EG0L2P' where id=9;
update noar tt set b1='1Y98DZCJ' where id=9;
update noar ti set b1='1Y98DZCJ' where id=9;
update noar tt set b2='XIB15DLY5HQ7QDAWFO0US2E0' where id=9;
update noar ti set b2='XIB15DLY5HQ7QDAWFO0US2E0' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;
create table tt (id bigint unsigned primary key,
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='OBE7V2ESI8Z692HIJNNHLQDVY5CAYMZI' where id=1;
update noar ti set b0='OBE7V2ESI8Z692HIJNNHLQDVY5CAYMZI' where id=1;
update noar tt set b1='179ZBBWJ6AT05H7V8L7' where id=1;
update noar ti set b1='179ZBBWJ6AT05H7V8L7' where id=1;
update noar tt set b2='VBC6FG6HEIMY3IWDACZ1TQAO2VEAUUXZ' where id=1;
update noar ti set b2='VBC6FG6HEIMY3IWDACZ1TQAO2VEAUUXZ' where id=1;
update noar tt set b0='JNQ4HL4' where id=2;
update noar ti set b0='JNQ4HL4' where id=2;
update noar tt set b1='FESG9D49G' where id=2;
update noar ti set b1='FESG9D49G' where id=2;
update noar tt set b2='HMS36I0ZVTWN73QA' where id=2;
update noar ti set b2='HMS36I0ZVTWN73QA' where id=2;
update noar tt set b0='R80XCS5LID7F119LKUSIXQEJH4Z0YV' where id=3;
update noar ti set b0='R80XCS5LID7F119LKUSIXQEJH4Z0YV' where id=3;
update noar tt set b1='53560Y650GD0UD33QR' where id=3;
update noar ti set b1='53560Y650GD0UD33QR' where id=3;
update noar tt set b2='6LYY22YV5NIO4Z' where id=3;
update noar ti set b2='6LYY22YV5NIO4Z' where id=3;
update noar tt set b0='YQ8VPP8JVWVG6JYKO' where id=4;
update noar ti set b0='YQ8VPP8JVWVG6JYKO' where id=4;
update noar tt set b1='6Y1JHKDRZC1KJPIMO213' where id=4;
update noar ti set b1='6Y1JHKDRZC1KJPIMO213' where id=4;
update noar tt set b2='13VTQEGR' where id=4;
update noar ti set b2='13VTQEGR' where id=4;
update noar tt set b0='XSI2RQ0VVONVD80KPBBTQN0VQ4X' where id=5;
update noar ti set b0='XSI2RQ0VVONVD80KPBBTQN0VQ4X' where id=5;
update noar tt set b1='G64SC2PP' where id=5;
update noar ti set b1='G64SC2PP' where id=5;
update noar tt set b2='EJLWBFZ2F1BM0ZT7' where id=5;
update noar ti set b2='EJLWBFZ2F1BM0ZT7' where id=5;
update noar tt set b0='7MZCWNQ' where id=6;
update noar ti set b0='7MZCWNQ' where id=6;
update noar tt set b1='3M3PWMW0GRJS4BQX83LNI5DUWGMCQ' where id=6;
update noar ti set b1='3M3PWMW0GRJS4BQX83LNI5DUWGMCQ' where id=6;
update noar tt set b2='65L2RP39CCT3ISNW2KTETZ0J' where id=6;
update noar ti set b2='65L2RP39CCT3ISNW2KTETZ0J' where id=6;
update noar tt set b0='IAGYVD4V' where id=7;
update noar ti set b0='IAGYVD4V' where id=7;
update noar tt set b1='8BPWT8Q' where id=7;
update noar ti set b1='8BPWT8Q' where id=7;
update noar tt set b2='90W5LN7XRJ4HU' where id=7;
update noar ti set b2='90W5LN7XRJ4HU' where id=7;
update noar tt set b0='YGBCOQ0LRHWENFQ6' where id=8;
update noar ti set b0='YGBCOQ0LRHWENFQ6' where id=8;
update noar tt set b1='Q6GNG8DYHIOX1YAU' where id=8;
update noar ti set b1='Q6GNG8DYHIOX1YAU' where id=8;
update noar tt set b2='MR4LUIV' where id=8;
update noar ti set b2='MR4LUIV' where id=8;
update noar tt set b0='SB3MDWLAG7WJ7L' where id=9;
update noar ti set b0='SB3MDWLAG7WJ7L' where id=9;
update noar tt set b1='496M5HP3E5MGEQZ8O' where id=9;
update noar ti set b1='496M5HP3E5MGEQZ8O' where id=9;
update noar tt set b2='796B' where id=9;
update noar ti set b2='796B' where id=9;
let $diff_tables = test.tt, test.ti;
source include/diff_tables.inc;
drop table tt, ti;