/home/elenst/10.2/debug/sql/mysqld, Version: 10.2.14-MariaDB-debug-log (Source distribution). started with:
Tcp port: 19300  Unix socket: /dev/shm/vardir/mysql.sock
Time                 Id Command    Argument
180306 13:54:36	    9 Connect	rqg@localhost as anonymous on mysql
		   10 Connect	rqg@localhost as anonymous on test
		   10 Query	SET GLOBAL default_storage_engine = 'InnoDB'
		   10 Quit	
		   11 Connect	rqg@localhost as anonymous on test
		   11 Query	SELECT VERSION()
		   11 Query	SET optimizer_switch=(SELECT variable_value FROM INFORMATION_SCHEMA.GLOBAL_VARIABLES WHERE VARIABLE_NAME='optimizer_switch')
		   11 Query	SELECT DATABASE()
		   11 Query	SELECT CONNECTION_ID()
		   11 Query	SELECT CURRENT_USER()
		   11 Query	SET SQL_MODE= CONCAT(@@sql_mode,',NO_ENGINE_SUBSTITUTION') /* QNO 1 CON_ID 11 */
		   11 Query	SET DEFAULT_STORAGE_ENGINE='InnoDB' /* QNO 2 CON_ID 11 */
		   11 Query	CREATE SCHEMA /*!IF NOT EXISTS*/ test /* QNO 3 CON_ID 11 */
		   11 Query	SHOW WARNINGS
		   11 Query	USE test /* QNO 4 CON_ID 11 */
		   11 Query	SELECT DATABASE()
		   11 Query	DROP TABLE /*! IF EXISTS*/ table0_innodb /* QNO 5 CON_ID 11 */
		   11 Query	SHOW WARNINGS
		   11 Query	CREATE TABLE `table0_innodb` (
`col_int_key_default_null` int default null,
`col_bit_key` bit,
`col_char_latin1` char (1)  CHARACTER SET latin1,
`col_enum_latin1_not_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 not null,
`col_set_latin1_not_null_key` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 not null,
`col_blob_key_default_null` blob default null,
`col_set_utf8` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8,
`col_int_unsigned_key` int unsigned,
`col_float_unsigned_not_null` float unsigned not null,
`col_char_latin1_not_null_key` char (1)  CHARACTER SET latin1 not null,
`col_blob_not_null_key` blob not null,
`col_float_unsigned` float unsigned,
`col_decimal_key` decimal,
`col_enum_latin1_default_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 default null,
`col_blob_not_null` blob not null,
`col_enum_utf8_key` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8,
`col_float_key` float,
`col_float_unsigned_not_null_key` float unsigned not null,
`col_int_unsigned_default_null` int unsigned default null,
`col_float_not_null` float not null,
`col_blob_key` blob,
`col_enum_utf8_key_default_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 default null,
`col_float_default_null` float default null,
`col_char_utf8_key` char (1)  CHARACTER SET utf8,
`col_set_utf8_not_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 not null,
`col_float_unsigned_key` float unsigned,
`col_decimal_not_null_key` decimal not null,
`col_char_utf8_not_null_key` char (1)  CHARACTER SET utf8 not null,
`col_int` int,
`col_int_default_null` int default null,
`col_char_latin1_not_null` char (1)  CHARACTER SET latin1 not null,
`col_char_utf8_not_null` char (1)  CHARACTER SET utf8 not null,
`col_set_latin1_key` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1,
`col_char_latin1_key_default_null` char (1)  CHARACTER SET latin1 default null,
`col_int_unsigned_key_default_null` int unsigned default null,
`col_float_key_default_null` float default null,
`col_enum_utf8_not_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 not null,
`col_int_unsigned_not_null_key` int unsigned not null,
`col_float_unsigned_key_default_null` float unsigned default null,
`col_decimal_unsigned` decimal unsigned,
`col_set_latin1_not_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 not null,
`col_enum_latin1_not_null_key` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 not null,
`col_char_latin1_key` char (1)  CHARACTER SET latin1,
`col_set_latin1_default_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 default null,
`col_decimal` decimal,
`col_int_not_null` int not null,
`col_set_utf8_key_default_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 default null,
`col_enum_latin1_key` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1,
`col_char_utf8_key_default_null` char (1)  CHARACTER SET utf8 default null,
`col_set_utf8_default_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 default null,
`col_decimal_not_null` decimal not null,
`col_decimal_unsigned_not_null` decimal unsigned not null,
`col_set_utf8_key` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8,
`col_bit_key_default_null` bit default null,
`col_decimal_key_default_null` decimal default null,
`col_enum_latin1` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1,
`col_decimal_unsigned_not_null_key` decimal unsigned not null,
`col_float` float,
`col_bit_default_null` bit default null,
`col_decimal_unsigned_default_null` decimal unsigned default null,
`col_float_not_null_key` float not null,
`col_decimal_unsigned_key_default_null` decimal unsigned default null,
`col_int_not_null_key` int not null,
`col_set_latin1_key_default_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 default null,
`col_int_key` int,
`col_enum_latin1_key_default_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 default null,
`col_int_unsigned` int unsigned,
`col_char_utf8_default_null` char (1)  CHARACTER SET utf8 default null,
`col_enum_utf8` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8,
`col_enum_utf8_not_null_key` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 not null,
`col_decimal_unsigned_key` decimal unsigned,
`col_set_utf8_not_null_key` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 not null,
`col_enum_utf8_default_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 default null,
`col_bit_not_null` bit not null,
`col_decimal_default_null` decimal default null,
`col_set_latin1` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1,
`col_blob` blob,
`col_int_unsigned_not_null` int unsigned not null,
`col_char_latin1_default_null` char (1)  CHARACTER SET latin1 default null,
`col_char_utf8` char (1)  CHARACTER SET utf8,
`col_bit` bit,
`col_blob_default_null` blob default null,
`col_float_unsigned_default_null` float unsigned default null,
`col_bit_not_null_key` bit not null,
/*Indices*/
key (`col_int_key_default_null` ),
key (`col_bit_key` ),
key (`col_set_latin1_not_null_key` ),
key (`col_blob_key_default_null`  (255)),
key (`col_int_unsigned_key` ),
key (`col_char_latin1_not_null_key` ),
key (`col_blob_not_null_key`  (255)),
key (`col_decimal_key` ),
key (`col_enum_utf8_key` ),
key (`col_float_key` ),
key (`col_float_unsigned_not_null_key` ),
key (`col_blob_key`  (255)),
key (`col_enum_utf8_key_default_null` ),
key (`col_char_utf8_key` ),
key (`col_float_unsigned_key` ),
key (`col_decimal_not_null_key` ),
key (`col_char_utf8_not_null_key` ),
key (`col_set_latin1_key` ),
key (`col_char_latin1_key_default_null` ),
key (`col_int_unsigned_key_default_null` ),
key (`col_float_key_default_null` ),
key (`col_int_unsigned_not_null_key` ),
key (`col_float_unsigned_key_default_null` ),
key (`col_enum_latin1_not_null_key` ),
key (`col_char_latin1_key` ),
key (`col_set_utf8_key_default_null` ),
key (`col_enum_latin1_key` ),
key (`col_char_utf8_key_default_null` ),
key (`col_set_utf8_key` ),
key (`col_bit_key_default_null` ),
key (`col_decimal_key_default_null` ),
key (`col_decimal_unsigned_not_null_key` ),
key (`col_float_not_null_key` ),
key (`col_decimal_unsigned_key_default_null` ),
key (`col_int_not_null_key` ),
key (`col_set_latin1_key_default_null` ),
key (`col_int_key` ),
key (`col_enum_latin1_key_default_null` ),
key (`col_enum_utf8_not_null_key` ),
key (`col_decimal_unsigned_key` ),
key (`col_set_utf8_not_null_key` ),
key (`col_bit_not_null_key` )) ENGINE=innodb /* QNO 6 CON_ID 11 */
		   11 Query	CREATE OR REPLACE VIEW `view_table0_innodb` AS SELECT * FROM `table0_innodb` /* QNO 7 CON_ID 11 */
		   11 Query	ALTER TABLE `table0_innodb` DISABLE KEYS /* QNO 8 CON_ID 11 */
		   11 Query	SHOW WARNINGS
		   11 Query	COMMIT /* QNO 9 CON_ID 11 */
		   11 Query	ALTER TABLE `table0_innodb` ENABLE KEYS /* QNO 10 CON_ID 11 */
		   11 Query	SHOW WARNINGS
		   11 Query	DROP TABLE /*! IF EXISTS*/ table0_innodb_int_autoinc /* QNO 11 CON_ID 11 */
		   11 Query	SHOW WARNINGS
		   11 Query	CREATE TABLE `table0_innodb_int_autoinc` (
`col_set_utf8_not_null_key` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 not null,
`col_float_not_null_key` float not null,
`col_set_utf8` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8,
`col_enum_latin1_key_default_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 default null,
`col_set_utf8_default_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 default null,
`col_float_key_default_null` float default null,
`col_decimal` decimal,
`col_int_unsigned_key_default_null` int unsigned default null,
`col_int_not_null_key` int not null,
`col_char_latin1_key_default_null` char (1)  CHARACTER SET latin1 default null,
`col_char_latin1_default_null` char (1)  CHARACTER SET latin1 default null,
`col_decimal_not_null` decimal not null,
`col_float_not_null` float not null,
`col_blob_not_null` blob not null,
`col_enum_utf8_default_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 default null,
`col_enum_utf8_key_default_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 default null,
`col_int_key` int,
`col_set_utf8_not_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 not null,
`col_float_unsigned_not_null` float unsigned not null,
`col_float_key` float,
`col_enum_utf8` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8,
`col_char_utf8_not_null_key` char (1)  CHARACTER SET utf8 not null,
`col_int_unsigned_default_null` int unsigned default null,
`col_enum_latin1_key` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1,
`col_char_latin1_key` char (1)  CHARACTER SET latin1,
`col_int_unsigned` int unsigned,
`col_char_latin1_not_null_key` char (1)  CHARACTER SET latin1 not null,
`col_blob_key_default_null` blob default null,
`col_set_latin1_default_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 default null,
`col_decimal_unsigned_default_null` decimal unsigned default null,
`col_char_utf8_key_default_null` char (1)  CHARACTER SET utf8 default null,
`col_char_utf8_key` char (1)  CHARACTER SET utf8,
`col_decimal_not_null_key` decimal not null,
`col_set_latin1_key` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1,
`col_char_utf8_not_null` char (1)  CHARACTER SET utf8 not null,
`col_float_unsigned_key` float unsigned,
`col_int_unsigned_key` int unsigned,
`col_bit` bit,
`col_decimal_unsigned_not_null` decimal unsigned not null,
`col_decimal_unsigned` decimal unsigned,
`col_decimal_default_null` decimal default null,
`col_float_unsigned_key_default_null` float unsigned default null,
`col_set_latin1_not_null_key` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 not null,
`col_int` int,
`col_set_utf8_key_default_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 default null,
`col_float` float,
`col_blob` blob,
`col_enum_latin1_not_null_key` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 not null,
`col_int_unsigned_not_null_key` int unsigned not null,
`col_blob_default_null` blob default null,
`col_int_key_default_null` int default null,
`col_char_latin1` char (1)  CHARACTER SET latin1,
`col_set_latin1` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1,
`col_char_latin1_not_null` char (1)  CHARACTER SET latin1 not null,
`col_set_latin1_not_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 not null,
`col_bit_key` bit,
`col_bit_not_null` bit not null,
`col_decimal_unsigned_key_default_null` decimal unsigned default null,
`col_float_unsigned_not_null_key` float unsigned not null,
`col_blob_key` blob,
`col_char_utf8` char (1)  CHARACTER SET utf8,
`col_char_utf8_default_null` char (1)  CHARACTER SET utf8 default null,
`col_bit_key_default_null` bit default null,
`col_decimal_key_default_null` decimal default null,
`col_enum_utf8_not_null_key` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 not null,
`col_int_not_null` int not null,
`col_enum_utf8_not_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 not null,
`col_bit_not_null_key` bit not null,
`col_enum_latin1_not_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 not null,
`col_float_unsigned` float unsigned,
`col_set_utf8_key` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8,
`col_set_latin1_key_default_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 default null,
`col_decimal_unsigned_not_null_key` decimal unsigned not null,
`col_enum_latin1` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1,
pk int auto_increment,
`col_blob_not_null_key` blob not null,
`col_float_unsigned_default_null` float unsigned default null,
`col_decimal_key` decimal,
`col_enum_utf8_key` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8,
`col_int_default_null` int default null,
`col_decimal_unsigned_key` decimal unsigned,
`col_enum_latin1_default_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 default null,
`col_bit_default_null` bit default null,
`col_int_unsigned_not_null` int unsigned not null,
`col_float_default_null` float default null,
/*Indices*/
key (`col_set_utf8_not_null_key` ),
key (`col_float_not_null_key` ),
key (`col_enum_latin1_key_default_null` ),
key (`col_float_key_default_null` ),
key (`col_int_unsigned_key_default_null` ),
key (`col_int_not_null_key` ),
key (`col_char_latin1_key_default_null` ),
key (`col_enum_utf8_key_default_null` ),
key (`col_int_key` ),
key (`col_float_key` ),
key (`col_char_utf8_not_null_key` ),
key (`col_enum_latin1_key` ),
key (`col_char_latin1_key` ),
key (`col_char_latin1_not_null_key` ),
key (`col_blob_key_default_null`  (255)),
key (`col_char_utf8_key_default_null` ),
key (`col_char_utf8_key` ),
key (`col_decimal_not_null_key` ),
key (`col_set_latin1_key` ),
key (`col_float_unsigned_key` ),
key (`col_int_unsigned_key` ),
key (`col_float_unsigned_key_default_null` ),
key (`col_set_latin1_not_null_key` ),
key (`col_set_utf8_key_default_null` ),
key (`col_enum_latin1_not_null_key` ),
key (`col_int_unsigned_not_null_key` ),
key (`col_int_key_default_null` ),
key (`col_bit_key` ),
key (`col_decimal_unsigned_key_default_null` ),
key (`col_float_unsigned_not_null_key` ),
key (`col_blob_key`  (255)),
key (`col_bit_key_default_null` ),
key (`col_decimal_key_default_null` ),
key (`col_enum_utf8_not_null_key` ),
key (`col_bit_not_null_key` ),
key (`col_set_utf8_key` ),
key (`col_set_latin1_key_default_null` ),
key (`col_decimal_unsigned_not_null_key` ),
primary key (pk),
key (`col_blob_not_null_key`  (255)),
key (`col_decimal_key` ),
key (`col_enum_utf8_key` ),
key (`col_decimal_unsigned_key` )) ENGINE=innodb /* QNO 12 CON_ID 11 */
		   11 Query	CREATE OR REPLACE VIEW `view_table0_innodb_int_autoinc` AS SELECT * FROM `table0_innodb_int_autoinc` /* QNO 13 CON_ID 11 */
		   11 Query	ALTER TABLE `table0_innodb_int_autoinc` DISABLE KEYS /* QNO 14 CON_ID 11 */
		   11 Query	SHOW WARNINGS
		   11 Query	COMMIT /* QNO 15 CON_ID 11 */
		   11 Query	ALTER TABLE `table0_innodb_int_autoinc` ENABLE KEYS /* QNO 16 CON_ID 11 */
		   11 Query	SHOW WARNINGS
		   11 Query	DROP TABLE /*! IF EXISTS*/ table0_innodb_key_pk_parts_2 /* QNO 17 CON_ID 11 */
		   11 Query	SHOW WARNINGS
		   11 Query	CREATE TABLE `table0_innodb_key_pk_parts_2` (
`col_int` int,
`col_decimal_unsigned` decimal unsigned,
`col_float_unsigned_default_null` float unsigned default null,
`col_decimal_unsigned_key` decimal unsigned,
`col_set_latin1_not_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 not null,
`col_char_latin1` char (1)  CHARACTER SET latin1,
`col_set_utf8` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8,
`col_bit_not_null` bit not null,
`col_enum_utf8_default_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 default null,
`col_decimal_key_default_null` decimal default null,
`col_decimal_unsigned_not_null_key` decimal unsigned not null,
`col_int_unsigned_default_null` int unsigned default null,
`col_float_unsigned_key` float unsigned,
`col_float_unsigned_not_null_key` float unsigned not null,
`col_decimal_not_null` decimal not null,
`col_float` float,
`col_int_unsigned_not_null_key` int unsigned not null,
`col_decimal_unsigned_default_null` decimal unsigned default null,
`col_char_utf8` char (1)  CHARACTER SET utf8,
`col_int_default_null` int default null,
`col_decimal_unsigned_not_null` decimal unsigned not null,
`col_enum_latin1_key_default_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 default null,
`col_enum_utf8_key` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8,
`col_set_utf8_key_default_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 default null,
`col_decimal_default_null` decimal default null,
`col_blob_not_null_key` blob not null,
`col_float_key_default_null` float default null,
`col_int_key_default_null` int default null,
`col_int_unsigned_not_null` int unsigned not null,
`col_set_latin1` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1,
`col_int_unsigned_key_default_null` int unsigned default null,
`col_blob_default_null` blob default null,
`col_char_latin1_key_default_null` char (1)  CHARACTER SET latin1 default null,
`col_enum_utf8_not_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 not null,
`col_set_utf8_not_null_key` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 not null,
`col_float_key` float,
`col_char_latin1_not_null` char (1)  CHARACTER SET latin1 not null,
`col_blob` blob,
`col_char_latin1_default_null` char (1)  CHARACTER SET latin1 default null,
`col_set_latin1_key` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1,
`col_enum_utf8_key_default_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 default null,
`col_float_not_null_key` float not null,
`col_char_utf8_not_null` char (1)  CHARACTER SET utf8 not null,
`col_bit_key_default_null` bit default null,
`col_set_latin1_default_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 default null,
`col_enum_utf8_not_null_key` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 not null,
`col_int_unsigned` int unsigned,
`col_decimal_unsigned_key_default_null` decimal unsigned default null,
`col_enum_latin1_not_null_key` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 not null,
`col_enum_latin1_default_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 default null,
`col_enum_utf8` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8,
`col_blob_key` blob,
`col_int_unsigned_key` int unsigned,
`col_set_latin1_not_null_key` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 not null,
`col_char_utf8_not_null_key` char (1)  CHARACTER SET utf8 not null,
`col_set_utf8_default_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 default null,
`col_enum_latin1` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1,
`col_enum_latin1_not_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 not null,
`col_bit` bit,
`col_decimal_key` decimal,
`col_decimal` decimal,
`col_float_unsigned` float unsigned,
`col_bit_key` bit,
`col_char_latin1_key` char (1)  CHARACTER SET latin1,
`col_int_not_null_key` int not null,
`col_set_utf8_not_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 not null,
`col_bit_default_null` bit default null,
`col_char_utf8_key_default_null` char (1)  CHARACTER SET utf8 default null,
`col_int_key` int,
`col_int_not_null` int not null,
`col_blob_key_default_null` blob default null,
`col_char_latin1_not_null_key` char (1)  CHARACTER SET latin1 not null,
`col_char_utf8_key` char (1)  CHARACTER SET utf8,
`col_float_not_null` float not null,
`col_set_utf8_key` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8,
`col_float_unsigned_key_default_null` float unsigned default null,
`col_enum_latin1_key` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1,
`col_char_utf8_default_null` char (1)  CHARACTER SET utf8 default null,
`col_blob_not_null` blob not null,
`col_float_unsigned_not_null` float unsigned not null,
`col_bit_not_null_key` bit not null,
`col_float_default_null` float default null,
`col_decimal_not_null_key` decimal not null,
`col_set_latin1_key_default_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 default null,
/*Indices*/
key (`col_decimal_unsigned_key` ),
key (`col_decimal_key_default_null` ),
key (`col_decimal_unsigned_not_null_key` ),
key (`col_float_unsigned_key` ),
key (`col_float_unsigned_not_null_key` ),
key (`col_int_unsigned_not_null_key` ),
key (`col_enum_latin1_key_default_null` ),
key (`col_enum_utf8_key` ),
key (`col_set_utf8_key_default_null` ),
key (`col_blob_not_null_key`  (255)),
key (`col_float_key_default_null` ),
key (`col_int_key_default_null` ),
key (`col_int_unsigned_key_default_null` ),
key (`col_char_latin1_key_default_null` ),
key (`col_set_utf8_not_null_key` ),
key (`col_float_key` ),
key (`col_set_latin1_key` ),
key (`col_enum_utf8_key_default_null` ),
key (`col_float_not_null_key` ),
key (`col_bit_key_default_null` ),
key (`col_enum_utf8_not_null_key` ),
key (`col_decimal_unsigned_key_default_null` ),
key (`col_enum_latin1_not_null_key` ),
key (`col_blob_key`  (255)),
key (`col_int_unsigned_key` ),
key (`col_set_latin1_not_null_key` ),
key (`col_char_utf8_not_null_key` ),
key (`col_decimal_key` ),
key (`col_bit_key` ),
key (`col_char_latin1_key` ),
key (`col_int_not_null_key` ),
key (`col_char_utf8_key_default_null` ),
key (`col_int_key` ),
key (`col_blob_key_default_null`  (255)),
key (`col_char_latin1_not_null_key` ),
key (`col_char_utf8_key` ),
key (`col_set_utf8_key` ),
key (`col_float_unsigned_key_default_null` ),
key (`col_enum_latin1_key` ),
key (`col_bit_not_null_key` ),
key (`col_decimal_not_null_key` ),
key (`col_set_latin1_key_default_null` )) ENGINE=innodb /*!50100 PARTITION BY key (pk) partitions 2 */ /* QNO 18 CON_ID 11 */
		   11 Query	CREATE OR REPLACE VIEW `view_table0_innodb_key_pk_parts_2` AS SELECT * FROM `table0_innodb_key_pk_parts_2` /* QNO 19 CON_ID 11 */
		   11 Query	ALTER TABLE `table0_innodb_key_pk_parts_2` DISABLE KEYS /* QNO 20 CON_ID 11 */
		   11 Query	COMMIT /* QNO 21 CON_ID 11 */
		   11 Query	ALTER TABLE `table0_innodb_key_pk_parts_2` ENABLE KEYS /* QNO 22 CON_ID 11 */
		   11 Query	DROP TABLE /*! IF EXISTS*/ table0_innodb_key_pk_parts_2_int_autoinc /* QNO 23 CON_ID 11 */
		   11 Query	SHOW WARNINGS
		   11 Query	CREATE TABLE `table0_innodb_key_pk_parts_2_int_autoinc` (
`col_char_latin1` char (1)  CHARACTER SET latin1,
`col_set_utf8_not_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 not null,
`col_enum_utf8_key_default_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 default null,
`col_bit_not_null` bit not null,
`col_set_latin1_key` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1,
`col_enum_utf8_not_null_key` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 not null,
`col_int_unsigned_key_default_null` int unsigned default null,
`col_int_unsigned_default_null` int unsigned default null,
`col_char_utf8_not_null_key` char (1)  CHARACTER SET utf8 not null,
`col_bit_key` bit,
`col_decimal_unsigned` decimal unsigned,
`col_float_key_default_null` float default null,
`col_float_unsigned_key` float unsigned,
`col_enum_utf8` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8,
`col_decimal_unsigned_key` decimal unsigned,
`col_char_latin1_key` char (1)  CHARACTER SET latin1,
`col_enum_utf8_not_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 not null,
`col_blob_default_null` blob default null,
`col_decimal_unsigned_not_null` decimal unsigned not null,
`col_bit_key_default_null` bit default null,
`col_enum_latin1_key_default_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 default null,
`col_bit_not_null_key` bit not null,
`col_decimal_key` decimal,
`col_int_unsigned` int unsigned,
`col_enum_utf8_key` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8,
`col_decimal_unsigned_not_null_key` decimal unsigned not null,
`col_set_utf8` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8,
`col_int_unsigned_key` int unsigned,
`col_int_key_default_null` int default null,
`col_float` float,
`col_bit_default_null` bit default null,
`col_char_utf8_key` char (1)  CHARACTER SET utf8,
`col_float_unsigned_not_null` float unsigned not null,
`col_char_utf8_not_null` char (1)  CHARACTER SET utf8 not null,
`col_float_unsigned_default_null` float unsigned default null,
`col_char_latin1_default_null` char (1)  CHARACTER SET latin1 default null,
pk int auto_increment,
`col_int_not_null` int not null,
`col_float_not_null` float not null,
`col_char_utf8_key_default_null` char (1)  CHARACTER SET utf8 default null,
`col_enum_utf8_default_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 default null,
`col_int_default_null` int default null,
`col_decimal` decimal,
`col_decimal_default_null` decimal default null,
`col_int` int,
`col_set_latin1_key_default_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 default null,
`col_int_unsigned_not_null` int unsigned not null,
`col_set_latin1_default_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 default null,
`col_int_unsigned_not_null_key` int unsigned not null,
`col_char_utf8_default_null` char (1)  CHARACTER SET utf8 default null,
`col_decimal_key_default_null` decimal default null,
`col_char_latin1_not_null` char (1)  CHARACTER SET latin1 not null,
`col_float_default_null` float default null,
`col_float_unsigned_key_default_null` float unsigned default null,
`col_decimal_unsigned_key_default_null` decimal unsigned default null,
`col_decimal_unsigned_default_null` decimal unsigned default null,
`col_set_utf8_key_default_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 default null,
`col_int_key` int,
`col_char_latin1_key_default_null` char (1)  CHARACTER SET latin1 default null,
`col_decimal_not_null_key` decimal not null,
`col_enum_latin1_not_null_key` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 not null,
`col_char_latin1_not_null_key` char (1)  CHARACTER SET latin1 not null,
`col_blob_not_null_key` blob not null,
`col_set_latin1` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1,
`col_char_utf8` char (1)  CHARACTER SET utf8,
`col_set_utf8_not_null_key` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 not null,
`col_set_utf8_default_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 default null,
`col_set_latin1_not_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 not null,
`col_blob` blob,
`col_decimal_not_null` decimal not null,
`col_set_latin1_not_null_key` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 not null,
`col_float_unsigned_not_null_key` float unsigned not null,
`col_int_not_null_key` int not null,
`col_float_not_null_key` float not null,
`col_blob_not_null` blob not null,
`col_enum_latin1_not_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 not null,
`col_float_key` float,
`col_enum_latin1` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1,
`col_bit` bit,
`col_blob_key` blob,
`col_blob_key_default_null` blob default null,
`col_enum_latin1_key` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1,
`col_enum_latin1_default_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 default null,
`col_set_utf8_key` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8,
`col_float_unsigned` float unsigned,
/*Indices*/
key (`col_enum_utf8_key_default_null` ),
key (`col_set_latin1_key` ),
key (`col_enum_utf8_not_null_key` ),
key (`col_int_unsigned_key_default_null` ),
key (`col_char_utf8_not_null_key` ),
key (`col_bit_key` ),
key (`col_float_key_default_null` ),
key (`col_float_unsigned_key` ),
key (`col_decimal_unsigned_key` ),
key (`col_char_latin1_key` ),
key (`col_bit_key_default_null` ),
key (`col_enum_latin1_key_default_null` ),
key (`col_bit_not_null_key` ),
key (`col_decimal_key` ),
key (`col_enum_utf8_key` ),
key (`col_decimal_unsigned_not_null_key` ),
key (`col_int_unsigned_key` ),
key (`col_int_key_default_null` ),
key (`col_char_utf8_key` ),
primary key (pk),
key (`col_char_utf8_key_default_null` ),
key (`col_set_latin1_key_default_null` ),
key (`col_int_unsigned_not_null_key` ),
key (`col_decimal_key_default_null` ),
key (`col_float_unsigned_key_default_null` ),
key (`col_decimal_unsigned_key_default_null` ),
key (`col_set_utf8_key_default_null` ),
key (`col_int_key` ),
key (`col_char_latin1_key_default_null` ),
key (`col_decimal_not_null_key` ),
key (`col_enum_latin1_not_null_key` ),
key (`col_char_latin1_not_null_key` ),
key (`col_blob_not_null_key`  (255)),
key (`col_set_utf8_not_null_key` ),
key (`col_set_latin1_not_null_key` ),
key (`col_float_unsigned_not_null_key` ),
key (`col_int_not_null_key` ),
key (`col_float_not_null_key` ),
key (`col_float_key` ),
key (`col_blob_key`  (255)),
key (`col_blob_key_default_null`  (255)),
key (`col_enum_latin1_key` ),
key (`col_set_utf8_key` )) ENGINE=innodb /*!50100 PARTITION BY key (pk) partitions 2 */ /* QNO 24 CON_ID 11 */
		   11 Query	CREATE OR REPLACE VIEW `view_table0_innodb_key_pk_parts_2_int_autoinc` AS SELECT * FROM `table0_innodb_key_pk_parts_2_int_autoinc` /* QNO 25 CON_ID 11 */
		   11 Query	ALTER TABLE `table0_innodb_key_pk_parts_2_int_autoinc` DISABLE KEYS /* QNO 26 CON_ID 11 */
		   11 Query	SHOW WARNINGS
		   11 Query	COMMIT /* QNO 27 CON_ID 11 */
		   11 Query	ALTER TABLE `table0_innodb_key_pk_parts_2_int_autoinc` ENABLE KEYS /* QNO 28 CON_ID 11 */
		   11 Query	SHOW WARNINGS
		   11 Query	DROP TABLE /*! IF EXISTS*/ table1_innodb /* QNO 29 CON_ID 11 */
		   11 Query	SHOW WARNINGS
		   11 Query	CREATE TABLE `table1_innodb` (
`col_char_latin1` char (1)  CHARACTER SET latin1,
`col_char_utf8_default_null` char (1)  CHARACTER SET utf8 default null,
`col_float_unsigned_not_null` float unsigned not null,
`col_decimal_unsigned_not_null` decimal unsigned not null,
`col_float_unsigned_key` float unsigned,
`col_decimal_unsigned_not_null_key` decimal unsigned not null,
`col_float` float,
`col_int_unsigned_key_default_null` int unsigned default null,
`col_set_latin1_default_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 default null,
`col_enum_latin1_key` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1,
`col_float_unsigned` float unsigned,
`col_set_latin1_not_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 not null,
`col_enum_utf8_default_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 default null,
`col_enum_utf8_not_null_key` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 not null,
`col_decimal_not_null_key` decimal not null,
`col_enum_latin1` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1,
`col_char_latin1_not_null_key` char (1)  CHARACTER SET latin1 not null,
`col_float_default_null` float default null,
`col_set_utf8_default_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 default null,
`col_char_utf8_key_default_null` char (1)  CHARACTER SET utf8 default null,
`col_set_latin1_not_null_key` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 not null,
`col_bit_default_null` bit default null,
`col_char_latin1_key` char (1)  CHARACTER SET latin1,
`col_enum_latin1_default_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 default null,
`col_decimal_key_default_null` decimal default null,
`col_decimal_unsigned_key` decimal unsigned,
`col_decimal_not_null` decimal not null,
`col_float_unsigned_key_default_null` float unsigned default null,
`col_blob` blob,
`col_blob_not_null_key` blob not null,
`col_enum_utf8_not_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 not null,
`col_int_key` int,
`col_enum_latin1_key_default_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 default null,
`col_int_unsigned` int unsigned,
`col_set_utf8` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8,
`col_float_not_null` float not null,
`col_set_latin1_key` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1,
`col_enum_latin1_not_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 not null,
`col_blob_default_null` blob default null,
`col_char_latin1_key_default_null` char (1)  CHARACTER SET latin1 default null,
`col_decimal_default_null` decimal default null,
`col_float_unsigned_default_null` float unsigned default null,
`col_int_not_null` int not null,
`col_bit_key_default_null` bit default null,
`col_char_utf8` char (1)  CHARACTER SET utf8,
`col_int_key_default_null` int default null,
`col_enum_utf8_key` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8,
`col_int_unsigned_not_null` int unsigned not null,
`col_float_not_null_key` float not null,
`col_decimal_unsigned_default_null` decimal unsigned default null,
`col_enum_latin1_not_null_key` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 not null,
`col_set_latin1_key_default_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 default null,
`col_int_unsigned_key` int unsigned,
`col_decimal_key` decimal,
`col_set_latin1` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1,
`col_bit_not_null_key` bit not null,
`col_bit` bit,
`col_set_utf8_not_null_key` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 not null,
`col_bit_key` bit,
`col_char_latin1_not_null` char (1)  CHARACTER SET latin1 not null,
`col_decimal` decimal,
`col_enum_utf8` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8,
`col_blob_key_default_null` blob default null,
`col_int_unsigned_not_null_key` int unsigned not null,
`col_set_utf8_key` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8,
`col_int_default_null` int default null,
`col_decimal_unsigned` decimal unsigned,
`col_int_not_null_key` int not null,
`col_set_utf8_key_default_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 default null,
`col_float_unsigned_not_null_key` float unsigned not null,
`col_bit_not_null` bit not null,
`col_blob_key` blob,
`col_char_utf8_not_null` char (1)  CHARACTER SET utf8 not null,
`col_int` int,
`col_blob_not_null` blob not null,
`col_float_key` float,
`col_char_utf8_key` char (1)  CHARACTER SET utf8,
`col_enum_utf8_key_default_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 default null,
`col_char_latin1_default_null` char (1)  CHARACTER SET latin1 default null,
`col_int_unsigned_default_null` int unsigned default null,
`col_float_key_default_null` float default null,
`col_decimal_unsigned_key_default_null` decimal unsigned default null,
`col_char_utf8_not_null_key` char (1)  CHARACTER SET utf8 not null,
`col_set_utf8_not_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 not null,
/*Indices*/
key (`col_float_unsigned_key` ),
key (`col_decimal_unsigned_not_null_key` ),
key (`col_int_unsigned_key_default_null` ),
key (`col_enum_latin1_key` ),
key (`col_enum_utf8_not_null_key` ),
key (`col_decimal_not_null_key` ),
key (`col_char_latin1_not_null_key` ),
key (`col_char_utf8_key_default_null` ),
key (`col_set_latin1_not_null_key` ),
key (`col_char_latin1_key` ),
key (`col_decimal_key_default_null` ),
key (`col_decimal_unsigned_key` ),
key (`col_float_unsigned_key_default_null` ),
key (`col_blob_not_null_key`  (255)),
key (`col_int_key` ),
key (`col_enum_latin1_key_default_null` ),
key (`col_set_latin1_key` ),
key (`col_char_latin1_key_default_null` ),
key (`col_bit_key_default_null` ),
key (`col_int_key_default_null` ),
key (`col_enum_utf8_key` ),
key (`col_float_not_null_key` ),
key (`col_enum_latin1_not_null_key` ),
key (`col_set_latin1_key_default_null` ),
key (`col_int_unsigned_key` ),
key (`col_decimal_key` ),
key (`col_bit_not_null_key` ),
key (`col_set_utf8_not_null_key` ),
key (`col_bit_key` ),
key (`col_blob_key_default_null`  (255)),
key (`col_int_unsigned_not_null_key` ),
key (`col_set_utf8_key` ),
key (`col_int_not_null_key` ),
key (`col_set_utf8_key_default_null` ),
key (`col_float_unsigned_not_null_key` ),
key (`col_blob_key`  (255)),
key (`col_float_key` ),
key (`col_char_utf8_key` ),
key (`col_enum_utf8_key_default_null` ),
key (`col_float_key_default_null` ),
key (`col_decimal_unsigned_key_default_null` ),
key (`col_char_utf8_not_null_key` )) ENGINE=innodb /* QNO 30 CON_ID 11 */
		   11 Query	CREATE OR REPLACE VIEW `view_table1_innodb` AS SELECT * FROM `table1_innodb` /* QNO 31 CON_ID 11 */
		   11 Query	ALTER TABLE `table1_innodb` DISABLE KEYS /* QNO 32 CON_ID 11 */
		   11 Query	SHOW WARNINGS
		   11 Query	INSERT /*! IGNORE */ INTO table1_innodb VALUES  (NULL, NULL, 9, 0, 1, 0, 6, 5, 'unless', 'h', 8, 'accident', 'b', 'r', 0, 'y', 'p', 6, 'wing', 'deliver', 'a', 1, NULL, 'm', NULL, 0, 8, NULL, LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 'republic', 'f', NULL, NULL, -1775501312, NULL, 4, NULL, 'e', LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 'protein', 2, -5.44344457460738e+18, 3, b'0', 'cake', 1915813888, 'z', 6, -4.43801595779691e+18, 1, 'w', NULL, NULL, 0, 'thanksgiving', b'0', NULL, 'depressed', NULL, 'l', 7, 'u', 'supposed', 813957120, 'q', 680460288, 0, 1, 'w', 6, b'1', LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 'n', 1045299200, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 1, NULL, 'm', 'p', 9, 0, NULL, 'shortly', 'd')  /* QNO 33 CON_ID 11 */
		   11 Query	SHOW WARNINGS
		   11 Query	COMMIT /* QNO 34 CON_ID 11 */
		   11 Query	ALTER TABLE `table1_innodb` ENABLE KEYS /* QNO 35 CON_ID 11 */
		   11 Query	SHOW WARNINGS
		   11 Query	DROP TABLE /*! IF EXISTS*/ table1_innodb_int_autoinc /* QNO 36 CON_ID 11 */
		   11 Query	SHOW WARNINGS
		   11 Query	CREATE TABLE `table1_innodb_int_autoinc` (
`col_float_default_null` float default null,
`col_float` float,
`col_int_not_null_key` int not null,
`col_int_unsigned_not_null_key` int unsigned not null,
`col_enum_utf8_key` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8,
`col_int_not_null` int not null,
`col_enum_utf8_default_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 default null,
`col_blob` blob,
`col_char_latin1_key` char (1)  CHARACTER SET latin1,
`col_float_not_null_key` float not null,
`col_decimal_unsigned_not_null` decimal unsigned not null,
`col_decimal_not_null_key` decimal not null,
`col_float_key` float,
`col_int_key_default_null` int default null,
`col_decimal_key` decimal,
`col_char_utf8_key` char (1)  CHARACTER SET utf8,
`col_enum_latin1_key_default_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 default null,
`col_blob_not_null_key` blob not null,
`col_char_latin1` char (1)  CHARACTER SET latin1,
`col_set_utf8_key` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8,
`col_char_latin1_default_null` char (1)  CHARACTER SET latin1 default null,
`col_char_utf8_not_null` char (1)  CHARACTER SET utf8 not null,
`col_enum_latin1` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1,
pk int auto_increment,
`col_set_utf8_default_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 default null,
`col_enum_latin1_not_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 not null,
`col_int_unsigned_default_null` int unsigned default null,
`col_int_unsigned_key_default_null` int unsigned default null,
`col_set_latin1_not_null_key` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 not null,
`col_float_unsigned_not_null` float unsigned not null,
`col_enum_utf8` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8,
`col_float_unsigned` float unsigned,
`col_enum_latin1_not_null_key` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 not null,
`col_bit_key_default_null` bit default null,
`col_int_unsigned_key` int unsigned,
`col_int_key` int,
`col_decimal_unsigned_not_null_key` decimal unsigned not null,
`col_blob_not_null` blob not null,
`col_int_unsigned_not_null` int unsigned not null,
`col_char_latin1_key_default_null` char (1)  CHARACTER SET latin1 default null,
`col_char_utf8` char (1)  CHARACTER SET utf8,
`col_float_unsigned_not_null_key` float unsigned not null,
`col_char_latin1_not_null_key` char (1)  CHARACTER SET latin1 not null,
`col_bit_not_null_key` bit not null,
`col_enum_utf8_not_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 not null,
`col_blob_key` blob,
`col_set_utf8_key_default_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 default null,
`col_set_utf8_not_null_key` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 not null,
`col_bit_default_null` bit default null,
`col_set_latin1_default_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 default null,
`col_char_utf8_default_null` char (1)  CHARACTER SET utf8 default null,
`col_set_latin1_key` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1,
`col_char_latin1_not_null` char (1)  CHARACTER SET latin1 not null,
`col_float_unsigned_default_null` float unsigned default null,
`col_float_key_default_null` float default null,
`col_set_latin1_not_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 not null,
`col_decimal_default_null` decimal default null,
`col_char_utf8_key_default_null` char (1)  CHARACTER SET utf8 default null,
`col_blob_default_null` blob default null,
`col_enum_latin1_key` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1,
`col_decimal_not_null` decimal not null,
`col_decimal_unsigned` decimal unsigned,
`col_float_unsigned_key_default_null` float unsigned default null,
`col_bit_not_null` bit not null,
`col_enum_utf8_key_default_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 default null,
`col_enum_utf8_not_null_key` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 not null,
`col_set_utf8` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8,
`col_bit_key` bit,
`col_float_not_null` float not null,
`col_decimal_unsigned_default_null` decimal unsigned default null,
`col_decimal` decimal,
`col_int` int,
`col_bit` bit,
`col_int_unsigned` int unsigned,
`col_decimal_key_default_null` decimal default null,
`col_set_utf8_not_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 not null,
`col_int_default_null` int default null,
`col_decimal_unsigned_key_default_null` decimal unsigned default null,
`col_char_utf8_not_null_key` char (1)  CHARACTER SET utf8 not null,
`col_set_latin1` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1,
`col_set_latin1_key_default_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 default null,
`col_float_unsigned_key` float unsigned,
`col_enum_latin1_default_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 default null,
`col_blob_key_default_null` blob default null,
`col_decimal_unsigned_key` decimal unsigned,
/*Indices*/
key (`col_int_not_null_key` ),
key (`col_int_unsigned_not_null_key` ),
key (`col_enum_utf8_key` ),
key (`col_char_latin1_key` ),
key (`col_float_not_null_key` ),
key (`col_decimal_not_null_key` ),
key (`col_float_key` ),
key (`col_int_key_default_null` ),
key (`col_decimal_key` ),
key (`col_char_utf8_key` ),
key (`col_enum_latin1_key_default_null` ),
key (`col_blob_not_null_key`  (255)),
key (`col_set_utf8_key` ),
primary key (pk),
key (`col_int_unsigned_key_default_null` ),
key (`col_set_latin1_not_null_key` ),
key (`col_enum_latin1_not_null_key` ),
key (`col_bit_key_default_null` ),
key (`col_int_unsigned_key` ),
key (`col_int_key` ),
key (`col_decimal_unsigned_not_null_key` ),
key (`col_char_latin1_key_default_null` ),
key (`col_float_unsigned_not_null_key` ),
key (`col_char_latin1_not_null_key` ),
key (`col_bit_not_null_key` ),
key (`col_blob_key`  (255)),
key (`col_set_utf8_key_default_null` ),
key (`col_set_utf8_not_null_key` ),
key (`col_set_latin1_key` ),
key (`col_float_key_default_null` ),
key (`col_char_utf8_key_default_null` ),
key (`col_enum_latin1_key` ),
key (`col_float_unsigned_key_default_null` ),
key (`col_enum_utf8_key_default_null` ),
key (`col_enum_utf8_not_null_key` ),
key (`col_bit_key` ),
key (`col_decimal_key_default_null` ),
key (`col_decimal_unsigned_key_default_null` ),
key (`col_char_utf8_not_null_key` ),
key (`col_set_latin1_key_default_null` ),
key (`col_float_unsigned_key` ),
key (`col_blob_key_default_null`  (255)),
key (`col_decimal_unsigned_key` )) ENGINE=innodb /* QNO 37 CON_ID 11 */
		   11 Query	CREATE OR REPLACE VIEW `view_table1_innodb_int_autoinc` AS SELECT * FROM `table1_innodb_int_autoinc` /* QNO 38 CON_ID 11 */
		   11 Query	ALTER TABLE `table1_innodb_int_autoinc` DISABLE KEYS /* QNO 39 CON_ID 11 */
		   11 Query	SHOW WARNINGS
		   11 Query	INSERT /*! IGNORE */ INTO table1_innodb_int_autoinc VALUES  (1, NULL, 6, 5, 'f', 0, 'a', LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'friend', -6.7675028650543e+18, 0, 0, 2, NULL, 0, 'distinguish', 'd', LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 'h', NULL, 'n', 'exploration', 'x', NULL, 'specialty', 'd', -1726808064, NULL, 'e', 3, NULL, -5.75475589884936e+18, 'r', 2, NULL, 4, 0, 'conscience', 5, 'molecule', 'd', 5, 'e', b'1', 'l', 'confrontation', NULL, 'k', NULL, NULL, 'v', 'modern', 'crucial', 9, 6.53021945968722e+18, 'f', 3, 'justify', LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), NULL, 3, NULL, 9, b'1', 'b', 't', 'tire', NULL, 6.31404667757344e+18, 8, 8, 359989248, NULL, -1873936384, 7, 'ring', -1093926912, 0, 'ability', NULL, 'contest', 7, 'p', LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 0)  /* QNO 40 CON_ID 11 */
		   11 Query	SHOW WARNINGS
		   11 Query	COMMIT /* QNO 41 CON_ID 11 */
		   11 Query	ALTER TABLE `table1_innodb_int_autoinc` ENABLE KEYS /* QNO 42 CON_ID 11 */
		   11 Query	SHOW WARNINGS
		   11 Query	DROP TABLE /*! IF EXISTS*/ table1_innodb_key_pk_parts_2 /* QNO 43 CON_ID 11 */
		   11 Query	SHOW WARNINGS
		   11 Query	CREATE TABLE `table1_innodb_key_pk_parts_2` (
`col_int_unsigned_not_null` int unsigned not null,
`col_decimal_unsigned_default_null` decimal unsigned default null,
`col_set_utf8` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8,
`col_float_unsigned_key` float unsigned,
`col_set_utf8_not_null_key` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 not null,
`col_bit_default_null` bit default null,
`col_int_key_default_null` int default null,
`col_float_key_default_null` float default null,
`col_float_unsigned_not_null_key` float unsigned not null,
`col_set_utf8_key_default_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 default null,
`col_enum_latin1_key` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1,
`col_decimal_not_null_key` decimal not null,
`col_int_unsigned` int unsigned,
`col_char_latin1_not_null` char (1)  CHARACTER SET latin1 not null,
`col_decimal_key_default_null` decimal default null,
`col_enum_utf8_not_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 not null,
`col_blob_not_null_key` blob not null,
`col_enum_latin1_key_default_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 default null,
`col_float_default_null` float default null,
`col_enum_utf8` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8,
`col_enum_utf8_key_default_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 default null,
`col_char_latin1_not_null_key` char (1)  CHARACTER SET latin1 not null,
`col_int_default_null` int default null,
`col_bit_not_null` bit not null,
`col_char_latin1_key` char (1)  CHARACTER SET latin1,
`col_enum_latin1_not_null_key` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 not null,
`col_decimal_unsigned_not_null_key` decimal unsigned not null,
`col_char_latin1_default_null` char (1)  CHARACTER SET latin1 default null,
`col_char_utf8_key` char (1)  CHARACTER SET utf8,
`col_char_utf8_not_null` char (1)  CHARACTER SET utf8 not null,
`col_bit_key_default_null` bit default null,
`col_bit_not_null_key` bit not null,
`col_blob_not_null` blob not null,
`col_decimal_key` decimal,
`col_int_unsigned_default_null` int unsigned default null,
`col_float_unsigned` float unsigned,
`col_set_utf8_default_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 default null,
`col_set_latin1_key_default_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 default null,
`col_enum_latin1_default_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 default null,
`col_enum_utf8_default_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 default null,
`col_int_unsigned_not_null_key` int unsigned not null,
`col_char_utf8_not_null_key` char (1)  CHARACTER SET utf8 not null,
`col_char_utf8_key_default_null` char (1)  CHARACTER SET utf8 default null,
`col_decimal_default_null` decimal default null,
`col_int_key` int,
`col_enum_utf8_key` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8,
`col_decimal_unsigned_key` decimal unsigned,
`col_int` int,
`col_int_not_null_key` int not null,
`col_decimal_unsigned_not_null` decimal unsigned not null,
`col_enum_latin1_not_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 not null,
`col_blob_key` blob,
`col_char_latin1_key_default_null` char (1)  CHARACTER SET latin1 default null,
`col_blob_key_default_null` blob default null,
`col_bit_key` bit,
`col_blob_default_null` blob default null,
`col_float_unsigned_key_default_null` float unsigned default null,
`col_decimal_not_null` decimal not null,
`col_int_not_null` int not null,
`col_float_not_null` float not null,
`col_float_unsigned_not_null` float unsigned not null,
`col_float_key` float,
`col_float_not_null_key` float not null,
`col_float_unsigned_default_null` float unsigned default null,
`col_blob` blob,
`col_bit` bit,
`col_set_utf8_key` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8,
`col_decimal_unsigned` decimal unsigned,
`col_int_unsigned_key_default_null` int unsigned default null,
`col_set_latin1_default_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 default null,
`col_set_utf8_not_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 not null,
`col_set_latin1_key` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1,
`col_set_latin1` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1,
`col_char_utf8_default_null` char (1)  CHARACTER SET utf8 default null,
`col_float` float,
`col_char_latin1` char (1)  CHARACTER SET latin1,
`col_decimal_unsigned_key_default_null` decimal unsigned default null,
`col_enum_utf8_not_null_key` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 not null,
`col_char_utf8` char (1)  CHARACTER SET utf8,
`col_int_unsigned_key` int unsigned,
`col_enum_latin1` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1,
`col_set_latin1_not_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 not null,
`col_set_latin1_not_null_key` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 not null,
`col_decimal` decimal,
/*Indices*/
key (`col_float_unsigned_key` ),
key (`col_set_utf8_not_null_key` ),
key (`col_int_key_default_null` ),
key (`col_float_key_default_null` ),
key (`col_float_unsigned_not_null_key` ),
key (`col_set_utf8_key_default_null` ),
key (`col_enum_latin1_key` ),
key (`col_decimal_not_null_key` ),
key (`col_decimal_key_default_null` ),
key (`col_blob_not_null_key`  (255)),
key (`col_enum_latin1_key_default_null` ),
key (`col_enum_utf8_key_default_null` ),
key (`col_char_latin1_not_null_key` ),
key (`col_char_latin1_key` ),
key (`col_enum_latin1_not_null_key` ),
key (`col_decimal_unsigned_not_null_key` ),
key (`col_char_utf8_key` ),
key (`col_bit_key_default_null` ),
key (`col_bit_not_null_key` ),
key (`col_decimal_key` ),
key (`col_set_latin1_key_default_null` ),
key (`col_int_unsigned_not_null_key` ),
key (`col_char_utf8_not_null_key` ),
key (`col_char_utf8_key_default_null` ),
key (`col_int_key` ),
key (`col_enum_utf8_key` ),
key (`col_decimal_unsigned_key` ),
key (`col_int_not_null_key` ),
key (`col_blob_key`  (255)),
key (`col_char_latin1_key_default_null` ),
key (`col_blob_key_default_null`  (255)),
key (`col_bit_key` ),
key (`col_float_unsigned_key_default_null` ),
key (`col_float_key` ),
key (`col_float_not_null_key` ),
key (`col_set_utf8_key` ),
key (`col_int_unsigned_key_default_null` ),
key (`col_set_latin1_key` ),
key (`col_decimal_unsigned_key_default_null` ),
key (`col_enum_utf8_not_null_key` ),
key (`col_int_unsigned_key` ),
key (`col_set_latin1_not_null_key` )) ENGINE=innodb /*!50100 PARTITION BY key (pk) partitions 2 */ /* QNO 44 CON_ID 11 */
		   11 Query	CREATE OR REPLACE VIEW `view_table1_innodb_key_pk_parts_2` AS SELECT * FROM `table1_innodb_key_pk_parts_2` /* QNO 45 CON_ID 11 */
		   11 Query	ALTER TABLE `table1_innodb_key_pk_parts_2` DISABLE KEYS /* QNO 46 CON_ID 11 */
		   11 Query	INSERT /*! IGNORE */ INTO table1_innodb_key_pk_parts_2 VALUES  (-167641088, 2, NULL, 5.36716485591879e+18, 'theoretical', 9, NULL, 3, -4.2792640709321e+18, 'w', 'o', 0, NULL, 'm', NULL, 'd', 'every', 'q', NULL, NULL, 'n', 'proper', NULL, b'1', 'sun', 'z', 9, NULL, 'policy', 'l', NULL, 6, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 0, -90832896, 4, 'c', 'well', 'h', 'i', 1610612736, 'existence', 't', 0, NULL, 'b', NULL, NULL, 1153236992, 0, 'o', 'should', NULL, 'others', NULL, 'rolling', 5.65258048230339e+18, 7, 8, 2, 9, -9.1369592190046e+18, -2.83389006552288e+18, 3, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 0, NULL, 0, 1897857024, 'mark', 'y', 'i', 'blue', 'j', NULL, 'salad', 2, 'o', 'p', 6, 'e', 'pretty', 'c', NULL)  /* QNO 47 CON_ID 11 */
		   11 Query	COMMIT /* QNO 48 CON_ID 11 */
		   11 Query	ALTER TABLE `table1_innodb_key_pk_parts_2` ENABLE KEYS /* QNO 49 CON_ID 11 */
		   11 Query	DROP TABLE /*! IF EXISTS*/ table1_innodb_key_pk_parts_2_int_autoinc /* QNO 50 CON_ID 11 */
		   11 Query	SHOW WARNINGS
		   11 Query	CREATE TABLE `table1_innodb_key_pk_parts_2_int_autoinc` (
`col_blob` blob,
`col_float_not_null` float not null,
`col_float` float,
`col_char_latin1_not_null` char (1)  CHARACTER SET latin1 not null,
`col_float_unsigned` float unsigned,
`col_float_not_null_key` float not null,
`col_float_unsigned_key` float unsigned,
`col_set_utf8_key` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8,
`col_enum_latin1_key` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1,
pk int auto_increment,
`col_int_not_null` int not null,
`col_int_unsigned_not_null` int unsigned not null,
`col_enum_latin1_key_default_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 default null,
`col_decimal_key_default_null` decimal default null,
`col_decimal_not_null_key` decimal not null,
`col_enum_utf8` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8,
`col_char_utf8_not_null` char (1)  CHARACTER SET utf8 not null,
`col_char_utf8_not_null_key` char (1)  CHARACTER SET utf8 not null,
`col_float_unsigned_not_null_key` float unsigned not null,
`col_decimal_unsigned_key` decimal unsigned,
`col_char_latin1_key` char (1)  CHARACTER SET latin1,
`col_char_utf8` char (1)  CHARACTER SET utf8,
`col_float_unsigned_not_null` float unsigned not null,
`col_set_utf8_key_default_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 default null,
`col_enum_utf8_not_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 not null,
`col_decimal_not_null` decimal not null,
`col_char_latin1_default_null` char (1)  CHARACTER SET latin1 default null,
`col_set_latin1_default_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 default null,
`col_float_unsigned_key_default_null` float unsigned default null,
`col_enum_utf8_key` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8,
`col_int_key` int,
`col_int_unsigned` int unsigned,
`col_int_unsigned_not_null_key` int unsigned not null,
`col_bit_key_default_null` bit default null,
`col_blob_key_default_null` blob default null,
`col_decimal_unsigned` decimal unsigned,
`col_bit_default_null` bit default null,
`col_set_utf8` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8,
`col_char_latin1_key_default_null` char (1)  CHARACTER SET latin1 default null,
`col_char_utf8_default_null` char (1)  CHARACTER SET utf8 default null,
`col_set_latin1` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1,
`col_enum_utf8_key_default_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 default null,
`col_set_latin1_key_default_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 default null,
`col_enum_latin1` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1,
`col_decimal_key` decimal,
`col_char_latin1_not_null_key` char (1)  CHARACTER SET latin1 not null,
`col_int_unsigned_key_default_null` int unsigned default null,
`col_enum_utf8_default_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 default null,
`col_blob_default_null` blob default null,
`col_int_not_null_key` int not null,
`col_decimal_default_null` decimal default null,
`col_int_default_null` int default null,
`col_int_key_default_null` int default null,
`col_float_key_default_null` float default null,
`col_bit_not_null_key` bit not null,
`col_set_latin1_not_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 not null,
`col_char_utf8_key` char (1)  CHARACTER SET utf8,
`col_set_latin1_not_null_key` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 not null,
`col_decimal_unsigned_not_null` decimal unsigned not null,
`col_decimal_unsigned_not_null_key` decimal unsigned not null,
`col_float_key` float,
`col_int` int,
`col_enum_latin1_not_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 not null,
`col_set_latin1_key` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1,
`col_set_utf8_not_null_key` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 not null,
`col_blob_key` blob,
`col_decimal_unsigned_key_default_null` decimal unsigned default null,
`col_bit_not_null` bit not null,
`col_float_unsigned_default_null` float unsigned default null,
`col_bit_key` bit,
`col_set_utf8_not_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 not null,
`col_decimal_unsigned_default_null` decimal unsigned default null,
`col_decimal` decimal,
`col_set_utf8_default_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 default null,
`col_blob_not_null` blob not null,
`col_blob_not_null_key` blob not null,
`col_enum_latin1_not_null_key` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 not null,
`col_char_utf8_key_default_null` char (1)  CHARACTER SET utf8 default null,
`col_enum_latin1_default_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 default null,
`col_int_unsigned_key` int unsigned,
`col_int_unsigned_default_null` int unsigned default null,
`col_bit` bit,
`col_float_default_null` float default null,
`col_char_latin1` char (1)  CHARACTER SET latin1,
`col_enum_utf8_not_null_key` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 not null,
/*Indices*/
key (`col_float_not_null_key` ),
key (`col_float_unsigned_key` ),
key (`col_set_utf8_key` ),
key (`col_enum_latin1_key` ),
primary key (pk),
key (`col_enum_latin1_key_default_null` ),
key (`col_decimal_key_default_null` ),
key (`col_decimal_not_null_key` ),
key (`col_char_utf8_not_null_key` ),
key (`col_float_unsigned_not_null_key` ),
key (`col_decimal_unsigned_key` ),
key (`col_char_latin1_key` ),
key (`col_set_utf8_key_default_null` ),
key (`col_float_unsigned_key_default_null` ),
key (`col_enum_utf8_key` ),
key (`col_int_key` ),
key (`col_int_unsigned_not_null_key` ),
key (`col_bit_key_default_null` ),
key (`col_blob_key_default_null`  (255)),
key (`col_char_latin1_key_default_null` ),
key (`col_enum_utf8_key_default_null` ),
key (`col_set_latin1_key_default_null` ),
key (`col_decimal_key` ),
key (`col_char_latin1_not_null_key` ),
key (`col_int_unsigned_key_default_null` ),
key (`col_int_not_null_key` ),
key (`col_int_key_default_null` ),
key (`col_float_key_default_null` ),
key (`col_bit_not_null_key` ),
key (`col_char_utf8_key` ),
key (`col_set_latin1_not_null_key` ),
key (`col_decimal_unsigned_not_null_key` ),
key (`col_float_key` ),
key (`col_set_latin1_key` ),
key (`col_set_utf8_not_null_key` ),
key (`col_blob_key`  (255)),
key (`col_decimal_unsigned_key_default_null` ),
key (`col_bit_key` ),
key (`col_blob_not_null_key`  (255)),
key (`col_enum_latin1_not_null_key` ),
key (`col_char_utf8_key_default_null` ),
key (`col_int_unsigned_key` ),
key (`col_enum_utf8_not_null_key` )) ENGINE=innodb /*!50100 PARTITION BY key (pk) partitions 2 */ /* QNO 51 CON_ID 11 */
		   11 Query	CREATE OR REPLACE VIEW `view_table1_innodb_key_pk_parts_2_int_autoinc` AS SELECT * FROM `table1_innodb_key_pk_parts_2_int_autoinc` /* QNO 52 CON_ID 11 */
		   11 Query	ALTER TABLE `table1_innodb_key_pk_parts_2_int_autoinc` DISABLE KEYS /* QNO 53 CON_ID 11 */
		   11 Query	SHOW WARNINGS
		   11 Query	INSERT /*! IGNORE */ INTO table1_innodb_key_pk_parts_2_int_autoinc VALUES  ('hate', 3, 6, 'airline', NULL, -9.19100241453305e+18, 8, 'management', NULL, NULL, -921567232, -1244004352, 'p', 5, 0, 'l', 's', 'x', -4.8813390461162e+18, 0, 'theoretical', 'l', -9.14793674309632e+18, 'n', 'j', 6, NULL, 'maker', 5.61542578537759e+17, NULL, 8, NULL, 1407385600, b'1', LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), NULL, b'1', 'spanish', 'and', NULL, 'walk', 'n', 'outline', 'y', 0, 'a', NULL, 'h', 'suggest', -632946688, 0, 0, 6, 0, b'1', 'ash', NULL, 'k', 0, 0, -4.88556117076686e+18, 2, 'q', NULL, 'senator', LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 0, 4, NULL, b'1', 'f', 0, 9, 'w', LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 'd', 'page', 'x', NULL, NULL, NULL, NULL, 'electric', 'v')  /* QNO 54 CON_ID 11 */
		   11 Query	SHOW WARNINGS
		   11 Query	COMMIT /* QNO 55 CON_ID 11 */
		   11 Query	ALTER TABLE `table1_innodb_key_pk_parts_2_int_autoinc` ENABLE KEYS /* QNO 56 CON_ID 11 */
		   11 Query	SHOW WARNINGS
		   11 Query	DROP TABLE /*! IF EXISTS*/ table10_innodb /* QNO 57 CON_ID 11 */
		   11 Query	SHOW WARNINGS
		   11 Query	CREATE TABLE `table10_innodb` (
`col_float_unsigned_key_default_null` float unsigned default null,
`col_float_unsigned` float unsigned,
`col_float_not_null_key` float not null,
`col_set_utf8_key_default_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 default null,
`col_int` int,
`col_bit` bit,
`col_enum_latin1_default_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 default null,
`col_decimal_unsigned_key_default_null` decimal unsigned default null,
`col_float_unsigned_not_null_key` float unsigned not null,
`col_blob_key_default_null` blob default null,
`col_decimal_not_null_key` decimal not null,
`col_blob_default_null` blob default null,
`col_bit_not_null_key` bit not null,
`col_blob_not_null` blob not null,
`col_int_unsigned_not_null` int unsigned not null,
`col_float_not_null` float not null,
`col_decimal` decimal,
`col_blob` blob,
`col_float_unsigned_key` float unsigned,
`col_set_utf8_not_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 not null,
`col_char_utf8_not_null_key` char (1)  CHARACTER SET utf8 not null,
`col_decimal_not_null` decimal not null,
`col_set_utf8_key` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8,
`col_int_unsigned_key_default_null` int unsigned default null,
`col_char_latin1_not_null_key` char (1)  CHARACTER SET latin1 not null,
`col_int_key_default_null` int default null,
`col_char_utf8` char (1)  CHARACTER SET utf8,
`col_float_unsigned_not_null` float unsigned not null,
`col_decimal_unsigned` decimal unsigned,
`col_int_default_null` int default null,
`col_char_latin1_not_null` char (1)  CHARACTER SET latin1 not null,
`col_decimal_key_default_null` decimal default null,
`col_int_unsigned_key` int unsigned,
`col_int_not_null` int not null,
`col_enum_latin1_key` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1,
`col_float_unsigned_default_null` float unsigned default null,
`col_float_key_default_null` float default null,
`col_enum_utf8_not_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 not null,
`col_set_utf8_default_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 default null,
`col_char_utf8_key` char (1)  CHARACTER SET utf8,
`col_decimal_default_null` decimal default null,
`col_set_latin1_not_null_key` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 not null,
`col_blob_not_null_key` blob not null,
`col_enum_latin1_not_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 not null,
`col_float_key` float,
`col_char_latin1` char (1)  CHARACTER SET latin1,
`col_int_unsigned_not_null_key` int unsigned not null,
`col_decimal_unsigned_not_null` decimal unsigned not null,
`col_char_utf8_default_null` char (1)  CHARACTER SET utf8 default null,
`col_decimal_unsigned_key` decimal unsigned,
`col_set_utf8_not_null_key` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 not null,
`col_enum_latin1_not_null_key` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 not null,
`col_int_key` int,
`col_int_unsigned_default_null` int unsigned default null,
`col_enum_utf8_key` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8,
`col_set_latin1_default_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 default null,
`col_char_utf8_not_null` char (1)  CHARACTER SET utf8 not null,
`col_set_latin1` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1,
`col_enum_utf8_not_null_key` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 not null,
`col_decimal_unsigned_not_null_key` decimal unsigned not null,
`col_set_latin1_key_default_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 default null,
`col_char_latin1_key_default_null` char (1)  CHARACTER SET latin1 default null,
`col_float` float,
`col_set_latin1_not_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 not null,
`col_enum_latin1_key_default_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 default null,
`col_decimal_unsigned_default_null` decimal unsigned default null,
`col_char_utf8_key_default_null` char (1)  CHARACTER SET utf8 default null,
`col_float_default_null` float default null,
`col_bit_key` bit,
`col_int_unsigned` int unsigned,
`col_bit_default_null` bit default null,
`col_decimal_key` decimal,
`col_int_not_null_key` int not null,
`col_enum_utf8_default_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 default null,
`col_char_latin1_default_null` char (1)  CHARACTER SET latin1 default null,
`col_blob_key` blob,
`col_set_utf8` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8,
`col_bit_key_default_null` bit default null,
`col_bit_not_null` bit not null,
`col_set_latin1_key` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1,
`col_enum_utf8_key_default_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 default null,
`col_char_latin1_key` char (1)  CHARACTER SET latin1,
`col_enum_latin1` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1,
`col_enum_utf8` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8,
/*Indices*/
key (`col_float_unsigned_key_default_null` ),
key (`col_float_not_null_key` ),
key (`col_set_utf8_key_default_null` ),
key (`col_decimal_unsigned_key_default_null` ),
key (`col_float_unsigned_not_null_key` ),
key (`col_blob_key_default_null`  (255)),
key (`col_decimal_not_null_key` ),
key (`col_bit_not_null_key` ),
key (`col_float_unsigned_key` ),
key (`col_char_utf8_not_null_key` ),
key (`col_set_utf8_key` ),
key (`col_int_unsigned_key_default_null` ),
key (`col_char_latin1_not_null_key` ),
key (`col_int_key_default_null` ),
key (`col_decimal_key_default_null` ),
key (`col_int_unsigned_key` ),
key (`col_enum_latin1_key` ),
key (`col_float_key_default_null` ),
key (`col_char_utf8_key` ),
key (`col_set_latin1_not_null_key` ),
key (`col_blob_not_null_key`  (255)),
key (`col_float_key` ),
key (`col_int_unsigned_not_null_key` ),
key (`col_decimal_unsigned_key` ),
key (`col_set_utf8_not_null_key` ),
key (`col_enum_latin1_not_null_key` ),
key (`col_int_key` ),
key (`col_enum_utf8_key` ),
key (`col_enum_utf8_not_null_key` ),
key (`col_decimal_unsigned_not_null_key` ),
key (`col_set_latin1_key_default_null` ),
key (`col_char_latin1_key_default_null` ),
key (`col_enum_latin1_key_default_null` ),
key (`col_char_utf8_key_default_null` ),
key (`col_bit_key` ),
key (`col_decimal_key` ),
key (`col_int_not_null_key` ),
key (`col_blob_key`  (255)),
key (`col_bit_key_default_null` ),
key (`col_set_latin1_key` ),
key (`col_enum_utf8_key_default_null` ),
key (`col_char_latin1_key` )) ENGINE=innodb /* QNO 58 CON_ID 11 */
		   11 Query	CREATE OR REPLACE VIEW `view_table10_innodb` AS SELECT * FROM `table10_innodb` /* QNO 59 CON_ID 11 */
		   11 Query	ALTER TABLE `table10_innodb` DISABLE KEYS /* QNO 60 CON_ID 11 */
		   11 Query	SHOW WARNINGS
		   11 Query	INSERT /*! IGNORE */ INTO table10_innodb VALUES  (7, 2, 7, 'balloon', 2, NULL, 'o', 2, 1, 'internet', 0, 'affair', 7, 'sight', 1396178944, 5, 0, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 7.76842788223739e+18, 'thin', 'excessive', 0, NULL, NULL, 'visitor', NULL, NULL, 0, NULL, -1335754752, 'mathematics', 1, 7, 5, 'g', 7, NULL, 'r', 'distribute', 'a', 0, 'gentle', LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'm', -5.31903263490127e+18, NULL, 757268480, 0, 'bloody', NULL, 'tail', 'b', NULL, NULL, 'd', 'foot', 'understand', 'regulatory', 'm', 0, NULL, NULL, 6.98536449702835e+18, 'h', NULL, 0, 'p', -1.16446197865198e+18, b'0', -1721237504, b'1', 2, 7, 'j', NULL, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), NULL, NULL, b'0', 'a', 'j', 'b', 'm', 'p') ,  (8.15967809986521e+18, NULL, 3.52828883306807e+18, NULL, NULL, b'0', 'h', 6, -5.23712341667847e+18, 'revolution', 0, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 5, LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), -217186304, 4, 0, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), -7.95420136686643e+18, 'ambition', 'w', 0, 'gate', 2, 'j', 6, NULL, 4, NULL, 1024786432, 'v', 0, 1109065728, 3, 'h', NULL, 1.16671377846567e+18, 'l', 'achievement', NULL, NULL, 'sidewalk', 'wrap', 'x', NULL, NULL, 4, 7, 'mechanical', NULL, 'high-tech', 'c', 2, 7, 'x', 'poetry', 'i', 'belt', 'k', 0, 'soften', 'command', -1.97032483697459e+18, 'childhood', 's', 0, 'submit', NULL, NULL, 8, 0, NULL, 6, NULL, 'r', LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 'current', NULL, 5, 'disk', 'u', 'compensation', 'd', 'h') ,  (NULL, NULL, -1.16446197865198e+18, NULL, 0, 9, NULL, 0, 4, 'teacher', 0, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 2, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 2, 5, NULL, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 9, 'b', 'inevitable', 0, NULL, NULL, 'r', 1170800640, 'i', 3, NULL, -1448280064, 'y', NULL, NULL, -41418752, 'i', 5, NULL, 'j', 'bold', NULL, NULL, 'g', 'catch', 'i', 3.82524493349782e+17, 'cognitive', -1915551744, 0, 'l', 4, 'obligation', 't', 258670592, 4, 'g', 't', 'steer', 'd', 'd', 0, NULL, 'b', 0, 'set', 'j', 2, 'processing', -6.43564386751244e+18, NULL, NULL, b'0', NULL, 8, 'o', 'rebel', LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 'supply', NULL, b'1', 'self', 'f', 'bird', 'x', 'p') ,  (1, NULL, 4.06562456360872e+18, 'complexity', 2, 8, 'q', 6, 0, 'specifically', 0, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 1, 'power', 9, 7, 0, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 3, 'rubber', 'v', 0, 'psychology', NULL, 'frozen', 5, NULL, 2, 5, 5, 'romantic', 0, 395378688, -555679744, 'y', NULL, NULL, 'f', 'formation', NULL, 0, 'resource', 'skirt', 'b', 9, 'v', 4, 1, 'r', NULL, 'origin', 't', 8, 9, 'u', 's', 'edit', 'country', 'j', 4, NULL, 'd', -8.75837537532877e+18, 'latter', 'v', 0, 'l', 7, b'0', NULL, 2, 0, 6, 'b', NULL, 'morning', 'e', NULL, b'0', 'heaven', NULL, 'z', 'f', 'x') ,  (NULL, 3, -4.1444375570877e+18, NULL, NULL, NULL, 'n', 0, -2.12513607416545e+18, 'lung', 0, 'flood', b'1', 'cabinet', 6, 7, 0, 'trim', 0, 'provided', 'premium', 0, 'identical', NULL, 'harmony', 4, 'display', 6.38835607142505e+18, 3, 4, 'l', 3, 3, 9, 'y', 5.07527530506984e+18, 8, 'm', NULL, NULL, 0, 'v', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'j', 4.1602001557835e+18, NULL, 281804800, 8, 'analyst', 0, 'select', 'm', 5, NULL, 'v', 'trainer', 'o', NULL, 'c', 6, NULL, NULL, NULL, 'f', 'p', 2, 'heal', 2.04350833091936e+17, b'0', 970194944, NULL, 0, 133496832, 't', NULL, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), NULL, NULL, 1, 'y', 'z', 'rarely', 'z', 'w') ,  (6, 3.39036609447985e+18, 8.28493446450145e+18, 'c', NULL, 9, 'r', 0, 7.1187836359892e+18, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 0, 'turkey', 6, 'darkness', 4, 4, 0, 'boot', 3, 'a', 'v', 0, NULL, NULL, 'one-third', 5, 'emerge', 8, NULL, NULL, 'e', 9, NULL, 6, 'v', 1, -7.7712426320045e+18, 'a', NULL, NULL, NULL, 'r', LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 'j', NULL, NULL, 1, 0, NULL, NULL, 'v', 'm', -725745664, NULL, NULL, 'x', 'summer', NULL, 'o', 0, NULL, 'n', 4.46616345546798e+18, 'executive', 'e', 0, 'h', NULL, b'0', 1981939712, 5, 3, 2, NULL, 'quest', LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), NULL, 7, b'0', NULL, NULL, 'jail', 'r', 'f') ,  (1, NULL, 3.30817540128034e+18, 'korean', 2111111168, 0, 'z', NULL, 6.97297959805308e+18, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 0, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), b'1', 'peak', 623443968, -6.80296871211984e+18, NULL, 'statue', -8.08367985615333e+18, 'sophisticated', 'c', 1, NULL, NULL, 'h', 0, 'recruit', -9.77562594116108e+17, NULL, 3, 'perceive', 0, NULL, 3, 'f', NULL, 7, 'd', 'gray', 'ignore', 0, 'x', LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 'i', 2, 'annually', 7, 0, NULL, NULL, 'agenda', 'h', -824508416, 1527513088, 'v', 'c', 'y', NULL, 'z', 1, 'roof', 'hole', 6, 'x', 'z', 3, NULL, 8.96582243316453e+18, NULL, 2095120384, b'1', 0, -951255040, 'x', 'a', 'ally', 'l', 4, b'1', NULL, 'q', NULL, 'q', 't') ,  (9.20423173843845e+18, 9, 8.10507195438334e+18, 'g', 9, NULL, 'k', 0, 0, 'stair', 5, 'marker', b'0', LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), -1866530816, 4, 0, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), -2.48626846928522e+18, 'e', 'm', 0, 'source', 3, 'decent', 6, NULL, 7.85878134976152e+17, NULL, NULL, 'g', NULL, 3, -1959067648, 'a', -3.91616135097536e+18, 8.04933990899463e+18, 'l', 'u', 'computer', 2, 'bright', LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 'i', NULL, NULL, 1381761024, 4, 't', 0, 'suite', 'r', 645988352, -443809792, NULL, 'k', 'l', NULL, 't', 0, 'imagination', NULL, NULL, 'y', 'a', 4, 'i', 8, 7, 481296384, NULL, NULL, 9, 'q', NULL, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), NULL, 5, b'0', NULL, NULL, NULL, 'q', 'f') ,  (NULL, 5, 6, 'flour', 8, 7, 'm', NULL, 7.03068196827877e+18, 'length', 7, LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), b'1', LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 0, 6, 0, 'ambition', NULL, 'v', 'tolerance', 0, NULL, 2118385664, 't', -1100677120, 's', 8.92951216116885e+18, NULL, NULL, 'e', 0, 0, 6, 'f', NULL, 6.18175343851943e+18, 't', NULL, 'j', 0, 'c', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'y', NULL, NULL, 8, 9, 'beneath', NULL, 'vocal', 'k', 3, 966393856, 'k', 'wagon', 's', 'marine', 'y', 8, 'f', 'inside', 4, 'z', NULL, 3, NULL, 2, NULL, 0, NULL, 0, 6, 'm', 'w', LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 'african', 2, 0, 'afraid', NULL, 'j', 'q', 'l') ,  (3.86099225554007e+18, NULL, 8.93204543595925e+18, 'telephone', 372768768, NULL, NULL, NULL, 7, LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 6, 'acid', b'0', LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 4, -4.84587319905065e+18, 8, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 3, 'learning', 'besides', 3, 'organic', NULL, 'k', -2049638400, 'l', 1, NULL, -1539112960, 'ban', NULL, 684392448, -1418788864, 'y', 9, NULL, 'k', NULL, NULL, NULL, 'fare', LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 'p', 7, NULL, 0, 0, 'n', 7, 's', 'v', NULL, -2123825152, 'f', 'international', 'i', 'o', 'c', 8, 'speculation', NULL, 8, 'p', 'i', 0, 'tighten', -2.63713905680214e+18, b'0', NULL, NULL, NULL, 6, 'x', 'constitute', LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 'c', 9, 5, NULL, NULL, NULL, 'w', 'g')  /* QNO 61 CON_ID 11 */
180306 13:54:37	   11 Query	SHOW WARNINGS
		   11 Query	COMMIT /* QNO 62 CON_ID 11 */
		   11 Query	ALTER TABLE `table10_innodb` ENABLE KEYS /* QNO 63 CON_ID 11 */
		   11 Query	SHOW WARNINGS
		   11 Query	DROP TABLE /*! IF EXISTS*/ table10_innodb_int_autoinc /* QNO 64 CON_ID 11 */
		   11 Query	SHOW WARNINGS
		   11 Query	CREATE TABLE `table10_innodb_int_autoinc` (
`col_bit_not_null_key` bit not null,
`col_decimal` decimal,
`col_float_not_null` float not null,
`col_int_unsigned_not_null_key` int unsigned not null,
`col_bit` bit,
`col_set_latin1_key` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1,
`col_enum_latin1` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1,
`col_decimal_unsigned_key` decimal unsigned,
`col_char_latin1_not_null` char (1)  CHARACTER SET latin1 not null,
`col_char_latin1_not_null_key` char (1)  CHARACTER SET latin1 not null,
`col_float_unsigned` float unsigned,
`col_int_key` int,
`col_float_default_null` float default null,
`col_char_latin1_key` char (1)  CHARACTER SET latin1,
`col_set_utf8_default_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 default null,
`col_set_utf8_not_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 not null,
`col_decimal_unsigned_key_default_null` decimal unsigned default null,
`col_bit_default_null` bit default null,
`col_int_unsigned_key_default_null` int unsigned default null,
`col_float_unsigned_not_null` float unsigned not null,
`col_blob_key` blob,
`col_set_latin1` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1,
`col_float_unsigned_not_null_key` float unsigned not null,
`col_float_unsigned_key` float unsigned,
`col_char_utf8` char (1)  CHARACTER SET utf8,
`col_enum_latin1_key_default_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 default null,
`col_float` float,
`col_decimal_unsigned` decimal unsigned,
`col_set_latin1_default_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 default null,
`col_enum_utf8_key` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8,
`col_char_latin1_default_null` char (1)  CHARACTER SET latin1 default null,
`col_enum_utf8_not_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 not null,
`col_char_utf8_key` char (1)  CHARACTER SET utf8,
`col_set_utf8` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8,
`col_int_key_default_null` int default null,
`col_char_utf8_not_null` char (1)  CHARACTER SET utf8 not null,
`col_int_unsigned_default_null` int unsigned default null,
`col_int_default_null` int default null,
`col_enum_latin1_not_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 not null,
`col_bit_not_null` bit not null,
`col_enum_latin1_key` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1,
`col_bit_key` bit,
pk int auto_increment,
`col_decimal_key_default_null` decimal default null,
`col_enum_utf8_not_null_key` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 not null,
`col_set_latin1_not_null_key` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 not null,
`col_enum_utf8` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8,
`col_int` int,
`col_enum_latin1_not_null_key` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 not null,
`col_char_utf8_default_null` char (1)  CHARACTER SET utf8 default null,
`col_char_utf8_key_default_null` char (1)  CHARACTER SET utf8 default null,
`col_blob_default_null` blob default null,
`col_enum_latin1_default_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 default null,
`col_blob_key_default_null` blob default null,
`col_float_not_null_key` float not null,
`col_decimal_default_null` decimal default null,
`col_blob` blob,
`col_int_unsigned_not_null` int unsigned not null,
`col_int_unsigned_key` int unsigned,
`col_char_utf8_not_null_key` char (1)  CHARACTER SET utf8 not null,
`col_float_key_default_null` float default null,
`col_set_utf8_not_null_key` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 not null,
`col_decimal_unsigned_not_null_key` decimal unsigned not null,
`col_bit_key_default_null` bit default null,
`col_decimal_not_null_key` decimal not null,
`col_float_key` float,
`col_int_not_null_key` int not null,
`col_set_latin1_key_default_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 default null,
`col_set_utf8_key_default_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 default null,
`col_float_unsigned_default_null` float unsigned default null,
`col_decimal_unsigned_not_null` decimal unsigned not null,
`col_int_unsigned` int unsigned,
`col_enum_utf8_key_default_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 default null,
`col_blob_not_null` blob not null,
`col_float_unsigned_key_default_null` float unsigned default null,
`col_decimal_unsigned_default_null` decimal unsigned default null,
`col_decimal_key` decimal,
`col_int_not_null` int not null,
`col_blob_not_null_key` blob not null,
`col_char_latin1_key_default_null` char (1)  CHARACTER SET latin1 default null,
`col_enum_utf8_default_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 default null,
`col_decimal_not_null` decimal not null,
`col_char_latin1` char (1)  CHARACTER SET latin1,
`col_set_utf8_key` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8,
`col_set_latin1_not_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 not null,
/*Indices*/
key (`col_bit_not_null_key` ),
key (`col_int_unsigned_not_null_key` ),
key (`col_set_latin1_key` ),
key (`col_decimal_unsigned_key` ),
key (`col_char_latin1_not_null_key` ),
key (`col_int_key` ),
key (`col_char_latin1_key` ),
key (`col_decimal_unsigned_key_default_null` ),
key (`col_int_unsigned_key_default_null` ),
key (`col_blob_key`  (255)),
key (`col_float_unsigned_not_null_key` ),
key (`col_float_unsigned_key` ),
key (`col_enum_latin1_key_default_null` ),
key (`col_enum_utf8_key` ),
key (`col_char_utf8_key` ),
key (`col_int_key_default_null` ),
key (`col_enum_latin1_key` ),
key (`col_bit_key` ),
primary key (pk),
key (`col_decimal_key_default_null` ),
key (`col_enum_utf8_not_null_key` ),
key (`col_set_latin1_not_null_key` ),
key (`col_enum_latin1_not_null_key` ),
key (`col_char_utf8_key_default_null` ),
key (`col_blob_key_default_null`  (255)),
key (`col_float_not_null_key` ),
key (`col_int_unsigned_key` ),
key (`col_char_utf8_not_null_key` ),
key (`col_float_key_default_null` ),
key (`col_set_utf8_not_null_key` ),
key (`col_decimal_unsigned_not_null_key` ),
key (`col_bit_key_default_null` ),
key (`col_decimal_not_null_key` ),
key (`col_float_key` ),
key (`col_int_not_null_key` ),
key (`col_set_latin1_key_default_null` ),
key (`col_set_utf8_key_default_null` ),
key (`col_enum_utf8_key_default_null` ),
key (`col_float_unsigned_key_default_null` ),
key (`col_decimal_key` ),
key (`col_blob_not_null_key`  (255)),
key (`col_char_latin1_key_default_null` ),
key (`col_set_utf8_key` )) ENGINE=innodb /* QNO 65 CON_ID 11 */
		   11 Query	CREATE OR REPLACE VIEW `view_table10_innodb_int_autoinc` AS SELECT * FROM `table10_innodb_int_autoinc` /* QNO 66 CON_ID 11 */
		   11 Query	ALTER TABLE `table10_innodb_int_autoinc` DISABLE KEYS /* QNO 67 CON_ID 11 */
		   11 Query	SHOW WARNINGS
		   11 Query	INSERT /*! IGNORE */ INTO table10_innodb_int_autoinc VALUES  (b'1', 0, 8.68491040640729e+18, 6, b'0', NULL, 'n', 0, 'envision', 'z', 0, -1221787648, 4, 'o', 'break', 'parental', 8, 0, NULL, -1.72459718230619e+18, 'born', NULL, 8, 1.58611149376455e+18, NULL, 'k', -4.41887565938059e+18, NULL, 'tower', 'g', NULL, 'l', 'e', NULL, -1450246144, 'l', NULL, 9, 'v', 0, NULL, 9, NULL, NULL, 'h', 'k', NULL, 9, 'z', NULL, 'ms', 'fog', 'u', 'designer', 8.35783648346951e+18, NULL, 'donate', 4, 2, 'g', 3, 'disagree', 0, b'1', 0, 2, 6, 'objection', 'swallow', 5.42458575116776e+18, 0, NULL, 'x', 'careful', NULL, NULL, 0, -477102080, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 'j', 'q', 5, NULL, 'b', 'fee') ,  (2, 4, 1, 6, b'0', 'g', 'm', 2, 'persist', 'u', NULL, -1929838592, NULL, 'a', NULL, 'k', 6, NULL, 0, 4, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 'o', 9, -6.64787599995227e+18, NULL, NULL, 9.15863279221132e+18, 5, NULL, 'q', 'h', 'm', 'e', 'continue', NULL, 'r', 2, NULL, 'c', b'1', 'p', b'0', NULL, 3, 'p', 'n', NULL, -302645248, 'z', 'review', 'tree', 'cut', 'p', LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 3, 3, 'pursuit', 3, NULL, 'motor', -8.61313428734607e+17, 'ancient', 0, b'1', 0, NULL, 1, 'turkey', NULL, 3, 0, NULL, 'o', LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), NULL, 0, NULL, -29753344, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'i', 'y', 9, 'report', 'm', 'busy') ,  (b'0', 3, -5.00490656089217e+18, 8, 9, 'jazz', 'a', NULL, 'l', 'flower', 5.79303649568201e+18, 0, NULL, 'south', 'table', 'component', NULL, 3, NULL, 1, LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 'k', 9.0998045220788e+18, NULL, 'c', 'd', NULL, NULL, 'revolution', 'p', NULL, 'f', 'works', NULL, NULL, 'boss', 3, 927596544, 'n', 4, 'b', b'1', NULL, NULL, 't', 'd', 'w', NULL, 'x', 'represent', 'village', 'rate', 'a', 'unite', 7, 0, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 879427584, 5, 'drown', NULL, 'n', 0, 9, 0, 6.19076063777417e+18, -1139343360, NULL, 'protocol', 4.96352973931571e+18, 6, -568131584, 'n', 'inquiry', NULL, 9, 6, 8, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'j', 'p', 2, 'theoretical', NULL, 'carrot') ,  (5, 0, -6.89726282931791e+18, -452657152, NULL, 'k', 'l', 0, 'effectively', 'a', -8.68378450650045e+18, NULL, -4.28489357046632e+18, 'p', 'l', 'transit', 0, NULL, NULL, 2, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), NULL, 7, NULL, NULL, 't', 4, 0, NULL, 'p', NULL, 's', 'r', 'when', NULL, 'a', NULL, 591396864, 'v', b'1', NULL, b'1', NULL, 0, 'z', 'indicator', 'x', -879689728, 'b', 'formerly', NULL, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), NULL, 'actress', 3, 1, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 1557135360, 1816068096, 'w', 5, 'nomination', 0, NULL, 1, 6.30841717803922e+18, 7, 'e', 'emphasize', NULL, 9, 5, NULL, 'determination', -1.43524090624763e+18, 9, 0, 1956642816, 'convict', NULL, 'b', 8, 'psychological', NULL, 'boy') ,  (b'1', 0, 0, 0, NULL, NULL, 'z', NULL, 'n', 'a', 4.35695116450424e+18, 585957376, NULL, NULL, 'homework', 'profession', NULL, NULL, NULL, -3.81623773424307e+18, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), NULL, 9, 0, 'intelligent', 'x', NULL, 0, 's', 'a', NULL, 's', 'with', NULL, 413794304, 'frequently', 3, 5, 'x', b'0', NULL, b'0', NULL, 0, 'e', 'road', 'd', 209256448, 't', 'honor', 'n', 'treatment', 'q', LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 4, 5, LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 5, NULL, 'toe', NULL, 'e', 4, b'0', 0, 2.02971605706054e+18, 9, 'i', NULL, -5.01475818507705e+18, 9, 8, 'e', 'tunnel', NULL, 5, 0, 9, 'safe', 'quiet', NULL, 0, 'g', 'x', 'oak') ,  (b'1', 3, 6.90627002857266e+18, 6, 6, 'ingredient', 't', 2, 'flip', 'u', NULL, NULL, -8.75865685030548e+18, NULL, 'originally', 'r', NULL, 7, -245104640, 7.69271111350223e+18, 'how', 'b', 7, NULL, 'request', 'e', NULL, NULL, NULL, 'z', NULL, 'r', 'right', 'r', NULL, 'z', -367132672, -582615040, 'd', 7, 'n', NULL, NULL, 3, 'c', 'historical', 'q', NULL, 'r', NULL, NULL, 'towel', 'x', LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), -7.6814521144338e+17, 3, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 7, 0, 'exotic', 5.2540119152811e+18, 'q', 2, b'0', 4, -5.9537587073838e+18, 8, NULL, NULL, 7.15650128286843e+18, 0, 6, 'b', LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), NULL, 4, NULL, -1856372736, 'neighborhood', 'a', 's', 0, 'i', NULL, 'k') ,  (5, 1, -8.96188178349058e+18, 6, 7, 'throat', 'w', 4, 'j', 'nose', 9.14118134365526e+18, NULL, -2.33708673162858e+18, 'when', NULL, 'u', 0, 9, 549126144, -4.66966986362978e+18, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 'e', 1.20302405046134e+18, 4, 's', 'y', NULL, NULL, 'concentration', 'p', 'shift', 'w', NULL, 'sandwich', -2049310720, 's', 223084544, 9, 'b', b'1', 'j', NULL, NULL, 0, 'y', 'j', 'm', 1065156608, 'c', NULL, 'multiple', LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 'g', LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 0, NULL, 'directly', -1872691200, NULL, 'deadline', -5.36660190596537e+18, 'meaning', 0, b'1', 0, NULL, 5, NULL, 'piano', 2, 9, NULL, 'b', LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), NULL, 0, 6, 8, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 'graduation', NULL, 0, 'n', NULL, 'rather') ,  (1, 0, 5, -1318715392, NULL, 'mess', 'o', NULL, 'modest', 'v', 6, 1, NULL, NULL, 'inform', 'w', NULL, 5, 5, -8.52024754503156e+17, 'marketplace', 's', -8.01190373709211e+18, 3.67043369630695e+17, NULL, 'b', 6, NULL, 'sound', 't', 'suspend', 'u', NULL, NULL, 4, 'corporation', 1417347072, 8, 'f', b'1', NULL, NULL, NULL, 0, 'x', 'b', NULL, 6, 'g', 'k', NULL, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'a', 'bat', 6, NULL, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 5, NULL, 'animal', 1, 'c', 1, NULL, 5, 0, 1292304384, NULL, 'y', 7, 5, 7, 'p', 'get', NULL, NULL, 7, 3, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 'heal', NULL, 0, 'warmth', 'r', 'fog') ,  (b'0', 6, 6.36133447366083e+17, 3, b'1', 'n', NULL, 2, 'n', 'h', -2.76126952153154e+17, NULL, NULL, 'g', 'sigh', 'fantasy', NULL, NULL, -2058289152, 1, LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 'x', -1.05975328731562e+18, 6, 'opening', 'e', NULL, NULL, 'certain', 'r', NULL, 'f', 'b', NULL, 4, 'n', NULL, -718340096, 'u', 7, 'a', 1, NULL, NULL, 'j', 'v', NULL, NULL, 'y', NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 'q', 'mm-hmm', 6, 4, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 9, 8, 'devastating', 4, 'particularly', 8, NULL, 0, 2.41139612548019e+18, 0, 'b', NULL, NULL, 7, 1076625408, 'h', 'rational', 1, 2, 9, 5, 'regardless', 'd', 'w', 4, 'ahead', 'v', 'cooking') ,  (2, 0, 8.03329583532212e+18, 4, 4, 'spill', 'f', 0, 'proclaim', 'ah', 6.91584017778082e+17, 5, -4.29052307000053e+18, 'scandal', NULL, 'exploit', 0, 5, NULL, 2.05730060477818e+18, LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 'future', -8.33588143528608e+18, NULL, NULL, 'l', NULL, NULL, 'r', 'r', 'n', 'w', NULL, 'successful', -1225916416, 'j', NULL, 1850671104, 'c', b'0', 'c', NULL, NULL, 0, 'l', 'asleep', NULL, NULL, 'g', 'p', NULL, 'add', 'a', 'greet', 0, NULL, LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), -1196228608, -495976448, 'c', NULL, 't', 5, NULL, 8, NULL, 329318400, NULL, NULL, NULL, 0, 9, NULL, 'horrible', 3.65185634784405e+18, 0, NULL, -1473708032, 'document', 'p', NULL, 0, 'wake', 'cliff', 'j')  /* QNO 68 CON_ID 11 */
		   11 Query	SHOW WARNINGS
		   11 Query	COMMIT /* QNO 69 CON_ID 11 */
		   11 Query	ALTER TABLE `table10_innodb_int_autoinc` ENABLE KEYS /* QNO 70 CON_ID 11 */
		   11 Query	SHOW WARNINGS
		   11 Query	DROP TABLE /*! IF EXISTS*/ table10_innodb_key_pk_parts_2 /* QNO 71 CON_ID 11 */
		   11 Query	SHOW WARNINGS
		   11 Query	CREATE TABLE `table10_innodb_key_pk_parts_2` (
`col_float_unsigned_key` float unsigned,
`col_decimal_unsigned_default_null` decimal unsigned default null,
`col_char_latin1_not_null_key` char (1)  CHARACTER SET latin1 not null,
`col_int_not_null` int not null,
`col_enum_latin1_key_default_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 default null,
`col_float_key_default_null` float default null,
`col_float_unsigned_not_null_key` float unsigned not null,
`col_enum_latin1_key` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1,
`col_char_utf8_not_null` char (1)  CHARACTER SET utf8 not null,
`col_float_unsigned_key_default_null` float unsigned default null,
`col_char_latin1_key` char (1)  CHARACTER SET latin1,
`col_decimal_unsigned_key` decimal unsigned,
`col_decimal_unsigned_key_default_null` decimal unsigned default null,
`col_enum_utf8_not_null_key` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 not null,
`col_set_latin1_default_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 default null,
`col_decimal_unsigned_not_null` decimal unsigned not null,
`col_blob` blob,
`col_enum_latin1_not_null_key` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 not null,
`col_int_unsigned_key` int unsigned,
`col_set_latin1_not_null_key` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 not null,
`col_float_unsigned_default_null` float unsigned default null,
`col_char_utf8_key_default_null` char (1)  CHARACTER SET utf8 default null,
`col_enum_utf8_key` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8,
`col_enum_utf8_default_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 default null,
`col_enum_latin1_default_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 default null,
`col_bit_key` bit,
`col_enum_latin1_not_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 not null,
`col_int_default_null` int default null,
`col_blob_default_null` blob default null,
`col_decimal_key_default_null` decimal default null,
`col_blob_not_null` blob not null,
`col_int` int,
`col_int_unsigned_key_default_null` int unsigned default null,
`col_char_latin1_not_null` char (1)  CHARACTER SET latin1 not null,
`col_int_unsigned_default_null` int unsigned default null,
`col_decimal_not_null` decimal not null,
`col_char_utf8_key` char (1)  CHARACTER SET utf8,
`col_decimal_unsigned_not_null_key` decimal unsigned not null,
`col_bit_not_null` bit not null,
`col_blob_key_default_null` blob default null,
`col_float` float,
`col_int_key` int,
`col_set_utf8_not_null_key` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 not null,
`col_decimal_not_null_key` decimal not null,
`col_set_utf8` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8,
`col_int_unsigned` int unsigned,
`col_set_utf8_default_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 default null,
`col_bit_key_default_null` bit default null,
`col_decimal` decimal,
`col_decimal_key` decimal,
`col_float_unsigned` float unsigned,
`col_enum_utf8_not_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 not null,
`col_set_latin1` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1,
`col_int_key_default_null` int default null,
`col_set_latin1_not_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 not null,
`col_bit_default_null` bit default null,
`col_float_default_null` float default null,
`col_int_not_null_key` int not null,
`col_set_utf8_key` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8,
`col_enum_utf8` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8,
`col_decimal_unsigned` decimal unsigned,
`col_float_not_null_key` float not null,
`col_set_latin1_key_default_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 default null,
`col_char_utf8_default_null` char (1)  CHARACTER SET utf8 default null,
`col_float_not_null` float not null,
`col_set_utf8_not_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 not null,
`col_blob_key` blob,
`col_char_utf8_not_null_key` char (1)  CHARACTER SET utf8 not null,
`col_float_key` float,
`col_decimal_default_null` decimal default null,
`col_char_latin1_default_null` char (1)  CHARACTER SET latin1 default null,
`col_bit` bit,
`col_char_utf8` char (1)  CHARACTER SET utf8,
`col_bit_not_null_key` bit not null,
`col_blob_not_null_key` blob not null,
`col_int_unsigned_not_null_key` int unsigned not null,
`col_set_utf8_key_default_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 default null,
`col_enum_utf8_key_default_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 default null,
`col_char_latin1_key_default_null` char (1)  CHARACTER SET latin1 default null,
`col_set_latin1_key` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1,
`col_float_unsigned_not_null` float unsigned not null,
`col_int_unsigned_not_null` int unsigned not null,
`col_enum_latin1` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1,
`col_char_latin1` char (1)  CHARACTER SET latin1,
/*Indices*/
key (`col_float_unsigned_key` ),
key (`col_char_latin1_not_null_key` ),
key (`col_enum_latin1_key_default_null` ),
key (`col_float_key_default_null` ),
key (`col_float_unsigned_not_null_key` ),
key (`col_enum_latin1_key` ),
key (`col_float_unsigned_key_default_null` ),
key (`col_char_latin1_key` ),
key (`col_decimal_unsigned_key` ),
key (`col_decimal_unsigned_key_default_null` ),
key (`col_enum_utf8_not_null_key` ),
key (`col_enum_latin1_not_null_key` ),
key (`col_int_unsigned_key` ),
key (`col_set_latin1_not_null_key` ),
key (`col_char_utf8_key_default_null` ),
key (`col_enum_utf8_key` ),
key (`col_bit_key` ),
key (`col_decimal_key_default_null` ),
key (`col_int_unsigned_key_default_null` ),
key (`col_char_utf8_key` ),
key (`col_decimal_unsigned_not_null_key` ),
key (`col_blob_key_default_null`  (255)),
key (`col_int_key` ),
key (`col_set_utf8_not_null_key` ),
key (`col_decimal_not_null_key` ),
key (`col_bit_key_default_null` ),
key (`col_decimal_key` ),
key (`col_int_key_default_null` ),
key (`col_int_not_null_key` ),
key (`col_set_utf8_key` ),
key (`col_float_not_null_key` ),
key (`col_set_latin1_key_default_null` ),
key (`col_blob_key`  (255)),
key (`col_char_utf8_not_null_key` ),
key (`col_float_key` ),
key (`col_bit_not_null_key` ),
key (`col_blob_not_null_key`  (255)),
key (`col_int_unsigned_not_null_key` ),
key (`col_set_utf8_key_default_null` ),
key (`col_enum_utf8_key_default_null` ),
key (`col_char_latin1_key_default_null` ),
key (`col_set_latin1_key` )) ENGINE=innodb /*!50100 PARTITION BY key (pk) partitions 2 */ /* QNO 72 CON_ID 11 */
		   11 Query	CREATE OR REPLACE VIEW `view_table10_innodb_key_pk_parts_2` AS SELECT * FROM `table10_innodb_key_pk_parts_2` /* QNO 73 CON_ID 11 */
		   11 Query	ALTER TABLE `table10_innodb_key_pk_parts_2` DISABLE KEYS /* QNO 74 CON_ID 11 */
		   11 Query	INSERT /*! IGNORE */ INTO table10_innodb_key_pk_parts_2 VALUES  (NULL, 5, 'q', 4, 'q', 7, 0, NULL, 'player', NULL, 'steal', 0, NULL, 'p', NULL, 4, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'r', 753598464, 'convince', NULL, 'patent', NULL, NULL, 'm', b'1', 'k', NULL, 'desperately', NULL, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), NULL, 2, 'u', NULL, 2, NULL, 7, 8, 'inventory', NULL, 356057088, 'operator', 8, 'magazine', NULL, 'a', b'0', 0, 9, NULL, 'v', 'e', NULL, 'industry', NULL, -4.04592131523897e+18, 6, 'e', 'p', NULL, -3.13732009041697e+18, 'adult', NULL, 4, 'j', 'depending', 'x', 7.15481243300816e+18, NULL, 'obligation', 3, NULL, b'1', 'dictate', 4, NULL, NULL, 'a', NULL, 8, 3, 't', 'arab') ,  (2, 5, 'z', 3, 'k', -8.32040031156699e+17, 0, 'n', 'w', 4, NULL, NULL, NULL, 'a', 'minor', 1, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'o', 0, 'assistant', 0, 'n', 'y', 't', 'l', b'1', 'x', 1264910336, 'bathroom', NULL, 'adviser', 799277056, NULL, 'excuse', -1838940160, 8, 'o', 9, 2, 'or', NULL, 34865152, 'r', 0, 'listen', 0, 'rabbit', b'0', 0, NULL, -7.35100049177549e+18, 'g', NULL, 3, 'x', 6, 5, -1349124096, 'farm', NULL, 8, 4.93707109150491e+17, 'g', 'refugee', 6, 'l', LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 'cartoon', 1, 9, 'u', b'1', 'c', 5, 'police', 0, NULL, 'e', NULL, 'm', -2.63432430703503e+18, 3, 'd', NULL) ,  (NULL, 0, 'thousand', 5, 'z', NULL, 9, 'k', 'p', NULL, 'ticket', 0, 1, 'k', 'salt', 0, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 'f', NULL, 'leg', -7.99980031309355e+18, NULL, 'l', 'j', 'd', 8, 'd', 1168965632, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 2, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), NULL, -900988928, 'n', 0, 0, NULL, 3, b'0', LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 3.96570094687643e+18, 7, 'p', 2, 'q', 1, 'w', 0, 7, NULL, NULL, 'e', NULL, 278593536, 'y', b'1', 3, 6, 'c', 's', NULL, -2.07024845370687e+18, NULL, NULL, -6.02328302663133e+18, 't', 'jet', 'suicide', 1.38232361062603e+18, NULL, 'z', NULL, 'million', 2, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 5, 'y', 'z', 'habit', 'weird', 7.78053130623595e+18, -1906114560, 'n', NULL) ,  (-8.45832305015521e+18, 0, 'b', -706674688, NULL, 9, -5.1191854014367e+18, 'r', 'r', 6.96903894837913e+18, NULL, 6, 5, 'r', 'w', 6, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 'q', NULL, 'drop', NULL, NULL, NULL, 'd', 'o', 9, 'w', NULL, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 0, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), NULL, 5, 'f', 1465974784, 3, NULL, 0, b'0', 'heaven', NULL, NULL, 'variation', 0, 'o', 7, NULL, b'1', 0, 0, -1.47155117824331e+18, 'v', 'starter', 1620180992, 'g', NULL, NULL, 3, NULL, 's', 0, 0, NULL, NULL, 7.86525527422586e+18, 'mind', LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 'arrival', 5, NULL, 'descend', b'0', NULL, 3, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 0, 'u', NULL, 'i', 'h', 5, -1052770304, 'o', NULL) ,  (3, 5, 'band', 1924595712, 'd', -4.53568777471551e+18, 3.26398382993677e+18, NULL, 'faint', 1, 's', 0, NULL, 's', 'episode', 0, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 'd', NULL, 'ask', 3, 'astronomer', NULL, 'd', 'n', NULL, 'w', 0, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 6, 'still', 1877213184, 9, 's', -2065039360, 0, 'convention', 0, b'1', 'main', NULL, 7, 'spanish', 9, 'l', 5, NULL, 9, NULL, 3, 0, 'b', NULL, 703463424, 'resolve', b'1', -4.03381789124041e+18, 2, NULL, 'd', 0, 0, 'fold', 'routinely', 6.96059469907781e+18, 'here', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'p', 1.68884986026394e+18, NULL, NULL, 2, 'basically', b'1', 'pasta', 2, NULL, 'y', 'it', 'loyalty', 7.7501320087512e+18, -831193088, 'v', 'y') ,  (6.31066897785291e+18, 0, 'p', -39649280, 't', -3.96851569664354e+18, 6.55161155791723e+18, 't', 'colorful', NULL, NULL, 3, 0, 'w', 'y', 0, 'evaluation', 'y', 406650880, 'a', -6.22538205990958e+18, 'fresh', NULL, 'a', NULL, 1, 'q', NULL, 'attractive', NULL, LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), NULL, 5, 'diverse', NULL, 6, 'dumb', 7, 5, 'dispute', 3.27158365430795e+18, 2, 't', 6, 'a', 8, 'j', b'0', NULL, 0, 3.95753817255182e+18, 'b', 'demonstrate', 1, 'w', b'1', -5.00631393577573e+18, 8, NULL, 'l', 2, -8.52024754503156e+17, NULL, NULL, 9, 'peaceful', 'great', 't', 7, 2, NULL, 7, 'f', 3, 'adjust', 664469504, 's', 'l', 'ha', NULL, -2.08235187770543e+18, -142082048, NULL, NULL) ,  (NULL, NULL, 'a', 5, NULL, 3, 2, 'w', 'p', -8.32771866096147e+18, 'who', 0, 9, 'y', NULL, 0, 'shoulder', 'd', NULL, 'response', NULL, 'x', 's', NULL, NULL, NULL, 'a', NULL, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 0, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 436535296, NULL, 'of', 7, 4, NULL, 2, 7, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 3, 3, 'material', 0, 'j', NULL, 'm', b'1', NULL, 0, NULL, 'x', 'j', 8, 'pale', b'1', 2.38690780250636e+18, -1374552064, 'v', 'u', 4, 7.90719504575575e+18, 'j', NULL, 2.17580156997337e+18, 'threshold', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'w', 0, NULL, 'night', NULL, NULL, b'1', 'enemy', 0, 'loud', 'p', NULL, 'mr', 6.88487793034265e+18, -1543176192, 'x', 'f') ,  (-6.65406844943991e+18, NULL, 'd', 1013579776, NULL, 8, 3, 'w', 'c', 1.92894801539813e+18, 'amount', NULL, NULL, 'v', NULL, 0, 'curiosity', 'k', NULL, 'neck', 2.97293870401795e+18, 'c', 'v', 'e', 'x', b'0', 'i', 1535639552, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), NULL, LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), -876544000, NULL, 'mixture', -1328939008, 0, 'really', 5, 2, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 7, 9, 'b', 3, 'g', 9, NULL, 9, 0, 0, 2, 'a', 'show', 9, 'v', b'1', 1.17262475297659e+18, 1169227776, 'illustrate', 's', NULL, 3, 'uncertain', 'a', 0, 'painful', 'infection', 'o', 2, 7, 's', NULL, 'i', 2, 'fundamental', -896532480, NULL, 'u', NULL, 'q', 2.66444212954307e+18, 1893728256, 'z', 't') ,  (3, 0, 'f', -1173946368, NULL, 0, 4, 'h', 'x', NULL, 'r', 1, 7, 'h', 'local', 7, 'progress', 'f', -1864499200, 'afford', NULL, 'aircraft', 'o', NULL, 'z', b'1', 'f', 7274496, 'grain', 3, 'alleged', NULL, 275120128, 't', -372703232, 7, 'c', 3, b'1', 'finding', 4, 9, 'assignment', 3, 'x', NULL, 'choice', NULL, 0, NULL, 1, 'l', 'd', -433586176, 'z', NULL, 5, 1450377216, 'c', 'c', NULL, 2, NULL, 'bloody', -8.13744157670506e+18, 'integration', 'ability', 'coordinate', 6, 8, 'command', NULL, NULL, b'0', LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 5, 'q', 'y', 'closer', 'q', -8.51546247042748e+18, -37224448, NULL, NULL) ,  (2, 0, 'd', 3, NULL, 2, -7.72451778587053e+18, 'm', 'm', 0, 'franchise', 0, 9, 'l', 'y', 0, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'e', NULL, 'k', -2.60223615969001e+18, 'i', NULL, 's', 'a', b'1', 's', -1906638848, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), NULL, LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 7, -1293615104, 'n', 1511522304, 0, 'homework', 5, b'1', LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), -7.10639873701393e+18, 9, 'o', 4, NULL, NULL, 'c', 7, 1, 0, -5.00997311047297e+18, 'i', 'n', 508166144, 'r', 4, 4, -685375488, 'menu', 'd', 1, 2.19409744345956e+18, 'l', 'paper', 2, 'o', LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 'spite', 6, 0, 'h', b'1', NULL, 5, 'learning', -1216413696, 'y', 'i', NULL, NULL, 5.58108583821889e+18, 6, 'x', 'single')  /* QNO 75 CON_ID 11 */
		   11 Query	COMMIT /* QNO 76 CON_ID 11 */
		   11 Query	ALTER TABLE `table10_innodb_key_pk_parts_2` ENABLE KEYS /* QNO 77 CON_ID 11 */
		   11 Query	DROP TABLE /*! IF EXISTS*/ table10_innodb_key_pk_parts_2_int_autoinc /* QNO 78 CON_ID 11 */
		   11 Query	SHOW WARNINGS
		   11 Query	CREATE TABLE `table10_innodb_key_pk_parts_2_int_autoinc` (
`col_decimal_unsigned_key` decimal unsigned,
`col_bit` bit,
`col_set_latin1_not_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 not null,
`col_int_unsigned_key` int unsigned,
`col_char_latin1_default_null` char (1)  CHARACTER SET latin1 default null,
`col_set_latin1_default_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 default null,
`col_blob_key_default_null` blob default null,
`col_float_default_null` float default null,
`col_blob_key` blob,
`col_enum_latin1_not_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 not null,
`col_int` int,
`col_decimal_not_null` decimal not null,
`col_set_utf8_key` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8,
`col_enum_utf8_key_default_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 default null,
`col_float_unsigned_key` float unsigned,
`col_int_not_null` int not null,
`col_int_unsigned_default_null` int unsigned default null,
`col_enum_utf8_not_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 not null,
`col_int_not_null_key` int not null,
`col_char_utf8_not_null_key` char (1)  CHARACTER SET utf8 not null,
`col_blob_default_null` blob default null,
`col_float_unsigned_not_null` float unsigned not null,
`col_bit_not_null_key` bit not null,
`col_float_not_null_key` float not null,
`col_decimal_unsigned_not_null_key` decimal unsigned not null,
`col_set_utf8_not_null_key` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 not null,
`col_float_not_null` float not null,
`col_set_latin1_key` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1,
`col_set_utf8_not_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 not null,
`col_bit_default_null` bit default null,
`col_char_latin1_key` char (1)  CHARACTER SET latin1,
`col_decimal_unsigned` decimal unsigned,
`col_int_key_default_null` int default null,
`col_char_utf8_key_default_null` char (1)  CHARACTER SET utf8 default null,
`col_float_key_default_null` float default null,
`col_decimal_unsigned_not_null` decimal unsigned not null,
`col_blob_not_null` blob not null,
`col_bit_key_default_null` bit default null,
`col_set_utf8_default_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 default null,
`col_enum_utf8_not_null_key` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 not null,
`col_float_unsigned_not_null_key` float unsigned not null,
`col_float_unsigned` float unsigned,
`col_enum_utf8_key` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8,
`col_decimal_not_null_key` decimal not null,
`col_int_default_null` int default null,
`col_enum_latin1` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1,
`col_int_unsigned_not_null_key` int unsigned not null,
`col_set_latin1` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1,
`col_set_utf8` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8,
`col_blob` blob,
`col_bit_key` bit,
`col_int_key` int,
`col_enum_latin1_key` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1,
`col_int_unsigned` int unsigned,
`col_char_latin1_not_null_key` char (1)  CHARACTER SET latin1 not null,
`col_decimal_key` decimal,
`col_int_unsigned_key_default_null` int unsigned default null,
`col_set_latin1_key_default_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 default null,
`col_decimal` decimal,
`col_decimal_unsigned_default_null` decimal unsigned default null,
`col_enum_utf8_default_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 default null,
`col_enum_latin1_default_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 default null,
`col_blob_not_null_key` blob not null,
`col_enum_latin1_key_default_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 default null,
`col_char_utf8_not_null` char (1)  CHARACTER SET utf8 not null,
`col_enum_latin1_not_null_key` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 not null,
`col_char_utf8` char (1)  CHARACTER SET utf8,
`col_float_unsigned_key_default_null` float unsigned default null,
`col_char_latin1` char (1)  CHARACTER SET latin1,
`col_int_unsigned_not_null` int unsigned not null,
`col_float` float,
`col_set_latin1_not_null_key` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 not null,
`col_decimal_unsigned_key_default_null` decimal unsigned default null,
`col_float_key` float,
`col_enum_utf8` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8,
`col_decimal_default_null` decimal default null,
`col_float_unsigned_default_null` float unsigned default null,
`col_set_utf8_key_default_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 default null,
`col_char_latin1_key_default_null` char (1)  CHARACTER SET latin1 default null,
pk int auto_increment,
`col_char_utf8_default_null` char (1)  CHARACTER SET utf8 default null,
`col_char_utf8_key` char (1)  CHARACTER SET utf8,
`col_bit_not_null` bit not null,
`col_decimal_key_default_null` decimal default null,
`col_char_latin1_not_null` char (1)  CHARACTER SET latin1 not null,
/*Indices*/
key (`col_decimal_unsigned_key` ),
key (`col_int_unsigned_key` ),
key (`col_blob_key_default_null`  (255)),
key (`col_blob_key`  (255)),
key (`col_set_utf8_key` ),
key (`col_enum_utf8_key_default_null` ),
key (`col_float_unsigned_key` ),
key (`col_int_not_null_key` ),
key (`col_char_utf8_not_null_key` ),
key (`col_bit_not_null_key` ),
key (`col_float_not_null_key` ),
key (`col_decimal_unsigned_not_null_key` ),
key (`col_set_utf8_not_null_key` ),
key (`col_set_latin1_key` ),
key (`col_char_latin1_key` ),
key (`col_int_key_default_null` ),
key (`col_char_utf8_key_default_null` ),
key (`col_float_key_default_null` ),
key (`col_bit_key_default_null` ),
key (`col_enum_utf8_not_null_key` ),
key (`col_float_unsigned_not_null_key` ),
key (`col_enum_utf8_key` ),
key (`col_decimal_not_null_key` ),
key (`col_int_unsigned_not_null_key` ),
key (`col_bit_key` ),
key (`col_int_key` ),
key (`col_enum_latin1_key` ),
key (`col_char_latin1_not_null_key` ),
key (`col_decimal_key` ),
key (`col_int_unsigned_key_default_null` ),
key (`col_set_latin1_key_default_null` ),
key (`col_blob_not_null_key`  (255)),
key (`col_enum_latin1_key_default_null` ),
key (`col_enum_latin1_not_null_key` ),
key (`col_float_unsigned_key_default_null` ),
key (`col_set_latin1_not_null_key` ),
key (`col_decimal_unsigned_key_default_null` ),
key (`col_float_key` ),
key (`col_set_utf8_key_default_null` ),
key (`col_char_latin1_key_default_null` ),
primary key (pk),
key (`col_char_utf8_key` ),
key (`col_decimal_key_default_null` )) ENGINE=innodb /*!50100 PARTITION BY key (pk) partitions 2 */ /* QNO 79 CON_ID 11 */
		   11 Query	CREATE OR REPLACE VIEW `view_table10_innodb_key_pk_parts_2_int_autoinc` AS SELECT * FROM `table10_innodb_key_pk_parts_2_int_autoinc` /* QNO 80 CON_ID 11 */
		   11 Query	ALTER TABLE `table10_innodb_key_pk_parts_2_int_autoinc` DISABLE KEYS /* QNO 81 CON_ID 11 */
		   11 Query	SHOW WARNINGS
		   11 Query	INSERT /*! IGNORE */ INTO table10_innodb_key_pk_parts_2_int_autoinc VALUES  (NULL, NULL, 'nonprofit', -205717504, NULL, 's', 'application', NULL, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'n', NULL, 6, 'engine', 'f', NULL, -855244800, 9, 'o', 872284160, 'arise', 'amid', -1.36205741230286e+18, b'1', 9, 4, 'while', 0, 'p', 'k', 1, NULL, 0, NULL, NULL, 6, 6, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), b'0', 'i', 'h', -5.22670884254017e+18, 7, 'u', 0, 9, NULL, 6, 'l', 'doctor', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), NULL, 6, 'l', 8, 'l', 0, NULL, 'willingness', 7, 0, NULL, 'z', 'corporate', 'd', 'column', 'q', 'peel', NULL, NULL, 3, 4, 'bat', 2, 1.77723300295108e+18, NULL, 6, -7.65048986699563e+18, NULL, NULL, NULL, NULL, NULL, 0, 0, 'v') ,  (0, NULL, 'o', 245497856, 'landscape', NULL, 'neutral', -3.8010380855007e+18, 'tile', 'r', -95354880, 0, NULL, 'o', 5, 2, 4, 'v', 0, 'g', LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 7, 4, -3.45172763940277e+18, 4, 'concern', 1.25115627147887e+18, 'n', 'tobacco', 7, NULL, 0, 4, 'gifted', 8.16840382414324e+18, 0, 'juror', b'0', 'large', 'b', -7.09851743766603e+18, -6.9656612486586e+18, NULL, 0, -193265664, 'i', 9, 'u', 'j', 'fifth', b'0', -733478912, NULL, 9, 'j', 7, 7, 'p', 9, NULL, 'i', 'd', 'blessing', 'x', 'w', 'c', 'p', 8.41553885369519e+18, NULL, -1552482304, NULL, 'h', 0, NULL, 'g', 0, 6, 'entirely', 'handsome', NULL, 'n', 'n', b'0', 6, 'aesthetic') ,  (NULL, b'0', 'regain', 1, 'advertising', 'god', LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), NULL, LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 'h', NULL, 0, NULL, NULL, 5, -341639168, 952041472, 'a', -673841152, 's', 'sweep', 8, 7, 5, 7, 'v', 2, 'infection', 'ceo', NULL, 'expense', NULL, 1765867520, NULL, 2, 0, 'accompany', 8, 'j', 'd', -7.59222454681652e+18, NULL, 'f', 8, 1086914560, 'q', 1421606912, 'stack', 'r', 'coordinator', NULL, -267059200, 'i', NULL, 'gain', 0, 6, 'g', 0, 5, 'v', 'v', 'compose', NULL, 'j', 'q', NULL, 5, 'hazard', -355401728, NULL, 'a', NULL, NULL, 'z', 0, 4.9342563417378e+17, NULL, 'b', NULL, 'flight', 's', 2, NULL, 'web') ,  (7, NULL, 'x', 0, 'w', 'terrain', LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), NULL, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'w', NULL, 0, 'overall', 'g', 1, 3, 1, 'd', 7, 'terror', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), -2.70525600116611e+18, 2, 8, 0, 'h', 4, 'mainstream', 'h', NULL, 'q', 7, NULL, NULL, NULL, 7, 'accommodate', b'1', NULL, 's', 9, NULL, 'x', 0, -158007296, NULL, 3, 'lay', NULL, 'photographer', NULL, -1439629312, 'q', 0, 'y', NULL, -1859780608, 'g', 0, 3, NULL, 'w', 'flexibility', 'l', 'h', 'u', 'p', -7.10499136213038e+18, NULL, 481558528, -8.20471409613891e+18, 's', 4, 7, 'x', NULL, 5, 'x', NULL, NULL, 'equity', NULL, 5, NULL, 'liver') ,  (4, NULL, 'remove', 8, NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 0, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'p', 4, 4, 'e', 'k', 5, 8, NULL, 's', -833290240, 's', 'director', 3.98033764566539e+18, 5, 6.05030462439555e+18, 0, 'q', -1.64944336352444e+18, 'independence', 'article', NULL, 'h', NULL, NULL, 'w', NULL, 5, LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 4, 'school', 'x', 7.0605183158101e+18, NULL, NULL, 7, NULL, 'n', 5, NULL, NULL, 'willingness', 5, -1925251072, NULL, 5, 'j', NULL, 2, NULL, 0, NULL, 'x', 'q', 'defense', NULL, 'condition', 'w', 'm', 2, NULL, 1, 7.26205439913492e+16, 'n', 5, 5.38461630447485e+18, 'h', 0, -8.06791725745753e+18, 'liberty', 'c', NULL, 'introduction', NULL, b'1', NULL, 'classical') ,  (2, NULL, 'i', -2076966912, 'n', 'transport', 'adolescent', NULL, 'excuse', 'r', NULL, 5, 'moment', 'l', -4.7994298278934e+18, 8, 1320747008, 'i', 4, 'tennis', 'promise', -2.75535854702061e+18, b'1', 3, 0, 'e', 8.06144333299319e+18, 'motivation', 'trick', NULL, NULL, 0, -539230208, 'x', -1.61819964110956e+18, 1, 'package', NULL, 'gently', 'z', 4.07378733793332e+18, 5, 'm', 8, 7, 'h', 2, NULL, 'peak', 'shelf', b'0', 7, NULL, 8, 'g', 6, 9, NULL, NULL, 0, 't', NULL, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), NULL, 'approval', 'r', NULL, 4.56552412224684e+17, 'u', 1307967488, 1, 'variable', NULL, NULL, 't', 2, 4.5987381694987e+18, NULL, NULL, NULL, 'collective', 'driveway', 0, 0, 'telescope') ,  (NULL, NULL, 'w', NULL, NULL, NULL, 'math', NULL, 'loyal', 'r', -354942976, 0, 'external', NULL, NULL, 1073348608, 3, 'y', 3, 'w', 'priest', -9.01564350404231e+17, b'1', -7.68426686420091e+18, 3, 'b', 2, NULL, 'disagree', 8, 'm', NULL, 1323892736, NULL, -2.75535854702061e+18, 0, 'alliance', b'1', NULL, 'y', 7, 6, 'e', 0, 428015616, NULL, 1395916800, NULL, 'v', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 5, NULL, 'r', 9, 'h', NULL, -1083113472, 'r', NULL, NULL, 'z', 'y', 'core', 'w', 'status', 'y', NULL, NULL, 'strongly', -1925251072, 1, 'lobby', 0, 3.71687706746421e+18, 'p', NULL, 1.54079402251413e+18, 't', 'p', NULL, 'hey', 'h', b'0', NULL, 'l') ,  (0, NULL, 'j', NULL, 'consumer', NULL, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), -3.66958927137682e+18, 'aside', 'w', NULL, 1, NULL, 't', NULL, 5, 4, 'x', -370081792, 'g', LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), -7.07036993999497e+18, b'1', 0, 0, 'professor', 4, 'bean', 'g', b'0', 'temperature', 0, 489488384, 'understanding', NULL, 2, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), b'0', 'before', 'q', 5.03023930879613e+18, 4, 'c', 0, NULL, NULL, -1325006848, 'j', NULL, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), NULL, -441843712, 'f', NULL, 'cream', 2, NULL, 'p', NULL, NULL, 'e', 'c', LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 'k', 'o', 'y', 'ridiculous', 4.25590164786512e+18, 'aspect', -129826816, NULL, 'period', 0, -7.13510918463842e+18, 'm', NULL, 0, NULL, 'd', NULL, 'labor', 'f', 0, 0, 'p') ,  (0, NULL, 'd', -1119682560, 'measure', 'l', LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), NULL, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 'x', 5, 2, 'b', 'o', 6, -1067974656, 2, 'i', 8, 'q', LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), -3.80694906001162e+18, 7, 2, 0, 'l', 3, NULL, 'poverty', NULL, 'd', 0, NULL, 'cliff', NULL, 9, 'belief', 7, NULL, 'r', 4, NULL, NULL, 0, -852951040, 's', 1805778944, NULL, 'p', 'emerging', b'1', NULL, 'c', NULL, 'dealer', NULL, -1873346560, 'contemporary', 5, 0, 'f', 'm', 'happiness', 'm', 'park', 'm', 'lot', 4.33161841660029e+18, 'life', 1278279680, 3.54151815697347e+18, 'c', 4, 4, 'x', 0, NULL, NULL, NULL, NULL, 'a', 'main', b'0', 3, 'modern') ,  (NULL, NULL, 'pretend', 0, 'o', 'v', 'credit', NULL, 'revenue', 's', -1174405120, 5, NULL, 'a', -4.21874695093931e+18, 4, 4, 't', 0, 'guest', LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 0, 2, 2, 0, 'shortly', 5, 'arrow', 'p', NULL, 'underlying', 4, -604045312, 'i', NULL, 3, 'for', 1, 'newly', 'e', 4, -7.09598416287564e+18, 'j', 9, 2, 'q', -2001731584, 'sound', NULL, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), NULL, NULL, 'f', 1390477312, 'impressive', NULL, NULL, NULL, 0, NULL, 'a', 'e', LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 'f', 'fleet', 'u', 'document', 4.83883632463289e+18, NULL, -459866112, NULL, 'yell', 0, NULL, 'c', 4, 1, 'peasant', 'h', NULL, 'professional', 'v', 2, NULL, 'toward')  /* QNO 82 CON_ID 11 */
		   11 Query	SHOW WARNINGS
		   11 Query	COMMIT /* QNO 83 CON_ID 11 */
		   11 Query	ALTER TABLE `table10_innodb_key_pk_parts_2_int_autoinc` ENABLE KEYS /* QNO 84 CON_ID 11 */
		   11 Query	SHOW WARNINGS
		   11 Query	DROP TABLE /*! IF EXISTS*/ table100_innodb /* QNO 85 CON_ID 11 */
		   11 Query	SHOW WARNINGS
		   11 Query	CREATE TABLE `table100_innodb` (
`col_float_key_default_null` float default null,
`col_bit_not_null` bit not null,
`col_int_unsigned_key_default_null` int unsigned default null,
`col_enum_utf8_key` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8,
`col_int_unsigned_not_null` int unsigned not null,
`col_char_latin1` char (1)  CHARACTER SET latin1,
`col_int_not_null_key` int not null,
`col_char_utf8_key` char (1)  CHARACTER SET utf8,
`col_bit_default_null` bit default null,
`col_blob_default_null` blob default null,
`col_float` float,
`col_char_utf8_not_null_key` char (1)  CHARACTER SET utf8 not null,
`col_enum_utf8_default_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 default null,
`col_set_utf8_key` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8,
`col_char_utf8_key_default_null` char (1)  CHARACTER SET utf8 default null,
`col_set_utf8` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8,
`col_decimal` decimal,
`col_decimal_unsigned_key_default_null` decimal unsigned default null,
`col_set_latin1_key_default_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 default null,
`col_decimal_default_null` decimal default null,
`col_set_utf8_not_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 not null,
`col_set_latin1_default_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 default null,
`col_blob_key_default_null` blob default null,
`col_float_not_null_key` float not null,
`col_float_unsigned` float unsigned,
`col_decimal_not_null_key` decimal not null,
`col_set_latin1_not_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 not null,
`col_char_latin1_not_null` char (1)  CHARACTER SET latin1 not null,
`col_enum_utf8_key_default_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 default null,
`col_decimal_key_default_null` decimal default null,
`col_bit` bit,
`col_float_unsigned_key` float unsigned,
`col_enum_latin1_not_null_key` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 not null,
`col_int_unsigned` int unsigned,
`col_float_unsigned_default_null` float unsigned default null,
`col_enum_utf8_not_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 not null,
`col_char_latin1_not_null_key` char (1)  CHARACTER SET latin1 not null,
`col_int_default_null` int default null,
`col_char_latin1_key` char (1)  CHARACTER SET latin1,
`col_blob` blob,
`col_set_utf8_not_null_key` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 not null,
`col_int_unsigned_default_null` int unsigned default null,
`col_blob_not_null` blob not null,
`col_enum_latin1_key_default_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 default null,
`col_float_key` float,
`col_set_latin1_not_null_key` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 not null,
`col_decimal_not_null` decimal not null,
`col_set_utf8_default_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 default null,
`col_float_not_null` float not null,
`col_char_utf8_default_null` char (1)  CHARACTER SET utf8 default null,
`col_float_default_null` float default null,
`col_decimal_unsigned` decimal unsigned,
`col_decimal_unsigned_not_null` decimal unsigned not null,
`col_decimal_unsigned_key` decimal unsigned,
`col_set_utf8_key_default_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 default null,
`col_float_unsigned_not_null_key` float unsigned not null,
`col_enum_latin1_key` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1,
`col_blob_not_null_key` blob not null,
`col_decimal_key` decimal,
`col_int_key` int,
`col_blob_key` blob,
`col_int_key_default_null` int default null,
`col_decimal_unsigned_default_null` decimal unsigned default null,
`col_int_unsigned_not_null_key` int unsigned not null,
`col_bit_key_default_null` bit default null,
`col_enum_latin1_default_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 default null,
`col_char_utf8` char (1)  CHARACTER SET utf8,
`col_int_unsigned_key` int unsigned,
`col_bit_key` bit,
`col_enum_utf8_not_null_key` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 not null,
`col_float_unsigned_not_null` float unsigned not null,
`col_char_latin1_default_null` char (1)  CHARACTER SET latin1 default null,
`col_int_not_null` int not null,
`col_float_unsigned_key_default_null` float unsigned default null,
`col_enum_utf8` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8,
`col_bit_not_null_key` bit not null,
`col_decimal_unsigned_not_null_key` decimal unsigned not null,
`col_char_utf8_not_null` char (1)  CHARACTER SET utf8 not null,
`col_set_latin1_key` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1,
`col_enum_latin1_not_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 not null,
`col_set_latin1` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1,
`col_enum_latin1` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1,
`col_char_latin1_key_default_null` char (1)  CHARACTER SET latin1 default null,
`col_int` int,
/*Indices*/
key (`col_float_key_default_null` ),
key (`col_int_unsigned_key_default_null` ),
key (`col_enum_utf8_key` ),
key (`col_int_not_null_key` ),
key (`col_char_utf8_key` ),
key (`col_char_utf8_not_null_key` ),
key (`col_set_utf8_key` ),
key (`col_char_utf8_key_default_null` ),
key (`col_decimal_unsigned_key_default_null` ),
key (`col_set_latin1_key_default_null` ),
key (`col_blob_key_default_null`  (255)),
key (`col_float_not_null_key` ),
key (`col_decimal_not_null_key` ),
key (`col_enum_utf8_key_default_null` ),
key (`col_decimal_key_default_null` ),
key (`col_float_unsigned_key` ),
key (`col_enum_latin1_not_null_key` ),
key (`col_char_latin1_not_null_key` ),
key (`col_char_latin1_key` ),
key (`col_set_utf8_not_null_key` ),
key (`col_enum_latin1_key_default_null` ),
key (`col_float_key` ),
key (`col_set_latin1_not_null_key` ),
key (`col_decimal_unsigned_key` ),
key (`col_set_utf8_key_default_null` ),
key (`col_float_unsigned_not_null_key` ),
key (`col_enum_latin1_key` ),
key (`col_blob_not_null_key`  (255)),
key (`col_decimal_key` ),
key (`col_int_key` ),
key (`col_blob_key`  (255)),
key (`col_int_key_default_null` ),
key (`col_int_unsigned_not_null_key` ),
key (`col_bit_key_default_null` ),
key (`col_int_unsigned_key` ),
key (`col_bit_key` ),
key (`col_enum_utf8_not_null_key` ),
key (`col_float_unsigned_key_default_null` ),
key (`col_bit_not_null_key` ),
key (`col_decimal_unsigned_not_null_key` ),
key (`col_set_latin1_key` ),
key (`col_char_latin1_key_default_null` )) ENGINE=innodb /* QNO 86 CON_ID 11 */
		   11 Query	CREATE OR REPLACE VIEW `view_table100_innodb` AS SELECT * FROM `table100_innodb` /* QNO 87 CON_ID 11 */
		   11 Query	ALTER TABLE `table100_innodb` DISABLE KEYS /* QNO 88 CON_ID 11 */
		   11 Query	SHOW WARNINGS
		   11 Query	INSERT /*! IGNORE */ INTO table100_innodb VALUES  (4.77719330473325e+18, b'0', 2134966272, 'f', 1469644800, 'u', 1368064000, 'popular', 8, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 1, 'a', 'w', 'o', 'rally', 'i', 0, 2, 'thirty', NULL, 'j', 'firmly', LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 7.30061647094428e+18, NULL, 0, 'm', 'j', 's', NULL, 7, 2.8606301883104e+18, 'p', NULL, 0, 'i', 's', NULL, 'quantity', LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'involvement', NULL, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 'x', NULL, 'o', 0, NULL, 7.60010584616442e+18, 'q', 2.93071745751135e+18, 0, 0, 6, 'g', 1.83071324852611e+18, 'g', LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), NULL, NULL, 'norm', 9, 0, 5, NULL, 'g', NULL, 7, 9, 'v', 8, 'flee', -750125056, NULL, NULL, 5, 7, 'influence', 'e', 'l', 'therefore', 'r', NULL, NULL) ,  (9, 9, 3, NULL, 5, 'b', 712179712, 'u', NULL, 'neutral', NULL, 'j', NULL, NULL, 'n', 'wipe', NULL, NULL, NULL, 0, 'cloud', 'aware', LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 0, 4.77634887980312e+18, 0, 'amount', 'x', 'y', NULL, 8, 7, 'v', 9, 8.09859802991899e+18, 'g', 'cooking', 8, 'y', LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 'departure', -751566848, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 'k', NULL, 'h', 0, 'ass', -1.19486127613673e+18, 'g', 4, 5, 0, 9, NULL, -4.08476486202504e+18, NULL, 'extraordinary', 0, NULL, 'shopping', -93323264, NULL, 1, NULL, NULL, 'visitor', NULL, b'1', 'f', 8, NULL, 1636761600, NULL, 'b', 9, 7, 's', 'n', 'b', NULL, NULL, 'boyfriend', NULL) ,  (NULL, 7, 6, 'm', -395247616, 'loan', 8, 'e', b'0', 'dismiss', -6.06015624858042e+17, 'r', 'g', 'j', 'processor', NULL, NULL, 8, NULL, NULL, 'valley', NULL, 'opt', 9, 9, 0, 'beg', 'd', 't', 5, NULL, -6.96650567358874e+17, 'g', 863764480, -9.10853024635683e+18, 'f', 'pool', -1073348608, 'adequate', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'h', 0, 'solid', 'o', NULL, 'y', 0, 'republic', -4.2632199972596e+18, NULL, 5.29764053667126e+18, NULL, 3, 5, 'q', 1.63790288947931e+18, NULL, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), NULL, 1459224576, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), -164102144, 2, -136773632, 6, 't', 'whereas', NULL, 5, 'd', 7, 'green', -839581696, NULL, 'x', 1, 0, 'n', 'w', 'o', 'automatically', 'u', 'f', 508035072) ,  (-4.29164896990737e+18, b'0', 3, 'm', 3, 'sophisticated', -1460011008, 'x', b'0', 'prepare', 6.2234117350726e+18, 'a', 'f', 'e', 'mouse', NULL, NULL, 0, 'y', 0, 'hit', 'workplace', 'historian', 7, 1, 7, 'z', 'apparent', 'a', 0, 5, 3, 'm', 2, -5.28610006262612e+18, 'w', 'r', NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'soup', 2, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 'i', 8.86392849159527e+18, 'k', 0, 'account', 3, 'pregnancy', NULL, NULL, 3, 0, 'o', 0, 'z', 'agency', NULL, 2, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 2, 5, -2111635456, 0, 'l', NULL, 678363136, b'1', 'f', 8, 'instantly', 4, NULL, 'y', b'0', 0, 'a', 'u', 'x', 'u', 'u', NULL, NULL) ,  (0, b'0', 9, 'x', -1377042432, 'v', -2131886080, 'w', NULL, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), NULL, 'i', 'q', 'technique', 'float', 'q', 1, NULL, NULL, NULL, 'd', 'black', LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 0, 1.80819525038925e+18, 8, 'joy', 'fighting', 'd', 0, NULL, NULL, 'y', -620363776, NULL, 'r', 'prior', NULL, 'x', 'hope', 'k', NULL, 'courtroom', 'a', 4, 'chase', 6, NULL, 6, NULL, 9.04857607631746e+18, 0, 6, 0, 'k', 8.15489302526113e+18, 'l', 'narrow', 0, NULL, 'alarm', NULL, 0, 378798080, 8, 'c', NULL, 5, 9, 'd', 9.00128828023007e+18, 'tiny', 3, 9, 'w', b'0', 8, 'hide', 'x', 'w', NULL, 'v', NULL, NULL) ,  (NULL, 8, NULL, 'o', 171245568, 'post', -1394147328, 'politically', b'1', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), NULL, 'click', 'r', 'immigrant', NULL, NULL, 9, 0, 'e', 0, 'c', 'debt', LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 2.76886934590272e+18, -4.95508549001439e+18, 3, 'inspector', 'smell', 'j', 3, 7, NULL, 'j', -617611264, 6, 'q', 'w', 0, 'w', 'stroke', 'regulatory', NULL, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), NULL, 6.39736327067979e+18, 'top', 7, 'measure', 3, 'bid', 9, NULL, 0, 6, 'k', 2.62616153271042e+18, 'm', LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 5, NULL, LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 9, 7, 6, b'1', 'j', 'x', -735576064, NULL, 's', 4.60999716856712e+18, NULL, 5, NULL, NULL, b'0', 0, 'position', 'e', 'p', 'leg', 'm', 'l', 6) ,  (NULL, 1, 129826816, 'e', 1939013632, 'q', 7, 'survey', 3, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), NULL, 'r', 'd', 'route', 'setting', 'broker', 0, 8, NULL, 4, 'f', 'gathering', LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 4, -2.07109287863701e+18, 0, 'visit', 'a', 'u', 2, NULL, 0, 'w', NULL, NULL, 'p', 'h', 7, 'pepper', 'theological', 'weather', 0, 'seven', 'j', 4.58522737061659e+18, 'y', 8, 'restaurant', -1.02175416545968e+17, NULL, -4.49994045267326e+18, 8, 0, 0, NULL, 3.14182369004434e+18, NULL, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), NULL, 3, -1306394624, NULL, 'w', 'shoe', NULL, b'1', 'y', -4.69106196185979e+18, NULL, 9, -3.53307390767215e+18, 'z', b'1', 6, 'mechanism', 'representation', 'd', 'q', 't', NULL, 0) ,  (-4.95677433987465e+18, 7, 7, 'c', 537657344, 'crowded', -1057488896, 'bring', b'1', 'wild', -1.52306109898136e+18, 'comprise', NULL, 'productive', 'tomato', NULL, NULL, 0, NULL, 4, 'percentage', 'm', LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 8, 7, 8, 'f', 'driveway', 'z', 0, NULL, 3, 'z', -1702952960, 4, 'r', 'v', -213254144, 'liability', 'attorney', 'n', 8, 'entity', 'k', 5.41135642726236e+18, 'essay', 3, NULL, 0, 'w', -6.00723895295882e+18, 8, 0, 0, 'domestic', -2.79392061882997e+18, 'g', LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 1, 8, 'sell', 1696006144, 0, 5, 0, 'u', 'think', -1041367040, NULL, 'a', 1.19345390125318e+18, NULL, -1016987648, 3, 'c', b'1', 0, 'n', 'associated', 'l', NULL, 'n', 'broad', 5) ,  (NULL, b'0', -572653568, 'n', 7, 'currency', 9, 'q', b'0', LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), -7.59194307183981e+18, 'neither', NULL, NULL, 'q', 'g', NULL, 0, 'bounce', 0, 'founder', 'a', 'butterfly', 4, 3, 6, 'f', 'a', NULL, NULL, 8, 7.82303402771926e+18, 'l', 6, 2, 'm', 'k', -390922240, 'increasingly', 'historian', 'sharp', NULL, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'c', 4.42478663389151e+18, 'q', 0, NULL, 7, 'e', 1, 0, 0, 8, 'distant', 5, 'g', 'lion', 0, NULL, LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), -1773600768, NULL, 8, NULL, 'z', 'pad', NULL, 3, 'q', 1, 'i', -1195048960, NULL, 'c', b'1', 9, 'go', NULL, 'j', 'tighten', 'y', NULL, -1467088896) ,  (NULL, 3, 0, NULL, -1527119872, 'contain', 2, NULL, b'0', LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 5, 'vary', 'm', 'e', NULL, 'drown', NULL, 0, 'background', NULL, 'expose', 'business', 'heaven', -5.24500471602636e+18, 7.9297130438926e+18, 0, 'god', 'e', 'h', 0, b'1', NULL, 'm', -1026686976, 1, 'z', 'e', -320602112, NULL, 'sequence', 'rose', -2103312384, 'motor', 'v', 5, 'destroy', 2, 'plate', 6, 'manager', 5.98331357993841e+18, 3, 0, NULL, 'j', 9, 'd', 'weather', 1, 2, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 8, 0, 3, 8, 'k', 'h', 8, b'1', 'd', 1.09296733456748e+18, NULL, 633012224, 8.55374306726013e+18, 'p', 4, 4, 'jeans', 'p', 'e', 'u', NULL, NULL, NULL) ,  (8, 6, 193069056, NULL, 2, 'x', -1266745344, 'p', NULL, 'wind', 9, 'mutual', 'l', 'notion', 'c', 'desperately', 7, 1, NULL, 9, 'i', NULL, 'evil', -3.8089193848486e+18, 5, 0, 'state', 'discuss', 'r', 4, b'0', NULL, 'q', 8, NULL, 'z', 'elite', 2, NULL, 'expected', 'rest', NULL, 'rage', 'w', 5, 'grape', 0, 'o', 8, 'y', 0, 0, 0, 0, 's', -5.53267214222465e+18, 'u', 'summit', 3, 551223296, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), NULL, NULL, 1, NULL, 'o', 'd', NULL, b'0', 't', -7.03265229311574e+18, NULL, 1767702528, 2, 'z', b'0', 4, 'v', 'j', 'h', 'baseball', 'h', 'b', 6) ,  (3, b'1', NULL, 'p', 6, 'whip', 4, 'yet', b'1', LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), -9.15103296784014e+18, 'o', 'y', 'r', 'increasingly', 'm', NULL, 4, 'imagination', NULL, 'b', 'l', LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 2, NULL, 0, 'route', 'porch', NULL, NULL, b'1', NULL, 't', 1053556736, 5.3198770598314e+18, 't', 'u', NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 'h', -838008832, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 'i', NULL, 'influential', 0, NULL, -4.51316977657866e+18, 'x', 2, NULL, 7, NULL, 'photography', -7.88918064724627e+18, 'g', LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 7, 1279328256, 'fame', 6, 0, 1088880640, b'0', NULL, 't', 985399296, 4, 'm', 2.24504441424419e+18, 'vital', 1458176000, -7.61417959499996e+18, 'm', b'1', 0, 'disappointed', 'n', 'v', 'reliability', 'u', 'system', NULL) ,  (3.86493290521402e+18, b'1', 8, 'i', 2, NULL, 0, NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), NULL, 'a', 'g', 'o', 'e', NULL, 0, 7, 'criteria', 0, 'undergo', 'ribbon', LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 6, -8.00768161244145e+18, 2, 'a', 'floor', 'a', 1, 0, NULL, 'i', -531038208, 3, 'z', 'c', 2084306944, 'book', LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 'i', -1456144384, 'offer', 'h', 1.62073291589996e+18, 'commitment', 2, NULL, 1, 'q', 4.1973548527093e+18, 0, 0, NULL, NULL, 1.36121298737273e+18, NULL, 'agricultural', 3, -2140274688, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), NULL, 4, 3, NULL, 'x', NULL, NULL, 9, 'p', -4.50388110234721e+18, NULL, 1369505792, 1, 'h', 0, 3, 'pioneer', NULL, 't', 'i', 't', 'flat', NULL) ,  (6, b'1', NULL, 'h', 786432000, NULL, 0, NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), NULL, 'warning', 'a', 'k', NULL, 'medicine', 0, 0, NULL, 1, 'breath', 'f', 'install', 3.32787864965009e+18, 6.19357538754127e+18, 4, 'tail', 'legislation', 'y', 1, 4, -6.63886880069753e+18, 'm', 1097793536, 1.02682071504047e+18, 'k', 'q', 580386816, 'r', LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'q', 1070858240, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'f', -6.11054026941163e+18, 'i', 5, NULL, -5.16703614747751e+18, 'h', NULL, 4, 0, NULL, 'y', 6, 'r', LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 0, -1767047168, LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 796327936, 2, 7, 4, 'm', 'c', 1, b'1', 'i', 1.01893941569257e+18, 'd', -1996292096, 1, NULL, b'1', 3, 'c', 'bush', 'r', NULL, 'p', 'f', 2) ,  (7, b'1', NULL, 'y', -1715077120, 'in', 1250689024, 'r', b'0', 'glance', 2, 'y', 'u', 'lawsuit', NULL, NULL, 6, 0, 'z', 7, 'added', 'sun', LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 5, NULL, 0, 'regardless', 'g', 'z', 0, 0, -6.14741349136073e+18, 'w', NULL, 3.97864879580512e+18, 'm', 'w', -204079104, NULL, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'somewhat', -184221696, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'd', NULL, 'beast', 0, NULL, 7.3062459704785e+18, 'l', 6.55667810749802e+18, 8, 0, 0, 'p', 1.60497031720416e+18, 'v', 'noon', 1, NULL, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 4, NULL, 4, NULL, 'c', 'j', 2, NULL, 'o', 5.54561999115334e+18, NULL, 2100756480, 2, 'x', 0, 8, 'u', NULL, 'z', 'hill', 'c', 'g', 9) ,  (3.68732219490959e+17, 2, NULL, 'y', 8, 'loyalty', 3, 'personnel', 2, 'tradition', NULL, 'clay', 'i', NULL, 'r', 'u', NULL, 0, 'another', 6, 'a', 'respond', 'crowded', 7, NULL, 0, 'demonstrate', 'something', 'w', NULL, b'0', NULL, 'u', -1072889856, NULL, 'h', 's', 7, 'a', LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 'required', NULL, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 'j', 6.19244948763443e+16, 'olympics', 0, 'aids', 5.91125598590049e+18, 'i', 5.33732850838746e+18, 0, 0, 3, NULL, 1.16530640358212e+17, 'k', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 0, 3, 'nuclear', 4, 3, -395902976, 8, 'm', 'f', NULL, 7, 'c', 8, 'ignore', 1, NULL, 'm', b'1', 1, 'justice', NULL, 'u', 'j', 'p', 'i', 8) ,  (2, 8, NULL, 's', 0, 'arrangement', 8, 'q', NULL, 'rapid', 8, 'b', NULL, 'x', 'g', NULL, 0, 3, NULL, 0, 't', 'type', 'wooden', 6.54485615847617e+18, NULL, 4, 'afraid', 'd', 'n', NULL, 7, 1.48815820186924e+18, 'h', 1172307968, NULL, 'd', 'rolling', 5, 'r', 'various', 'there', NULL, 'wooden', 'f', NULL, 'e', 0, 'p', -2.5490373890917e+18, 'managing', 8, NULL, 3, 0, 's', 0, 'x', 'convention', NULL, 1, LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 9, NULL, 6, b'1', 'i', 'd', NULL, 4, 'm', 9, 'breath', 148570112, -6.76609549017075e+18, 'e', 1, 0, 'q', 'o', 'w', 'thereby', 'v', 'view', 5) ,  (NULL, b'1', 763232256, 's', 2, 'w', 4, NULL, 5, LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), -4.74313483255126e+18, 'a', 's', NULL, 'e', 'w', 0, 9, NULL, 0, 'u', 't', LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), -8.79947072192853e+18, 0, 0, 'm', 'nerve', NULL, 0, b'0', NULL, 'e', 4, NULL, 'w', 'n', 4, NULL, 'regulate', 'x', NULL, 'hunter', 'm', 9, 'cocaine', 0, 'z', -6.80634641184037e+18, 'symbol', 7.02730426855824e+18, 0, 1, 8, 'regard', -2.66359770461294e+18, 'z', 'me', 0, 7, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), NULL, NULL, 2, 5, 'g', 'system', -53870592, 2, 's', 2.05195258022068e+18, NULL, 1626996736, 5, 'r', b'1', 1, 'u', 'n', 'z', 'video', 'f', NULL, 288882688) ,  (-7.04334834223075e+18, 5, NULL, 'l', -590610432, NULL, -360382464, 'expertise', NULL, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), NULL, 'y', 'l', 'y', 'replace', 'fence', NULL, NULL, NULL, NULL, 'museum', 'g', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 2, -1.38907901006709e+18, 0, 'v', 'x', 'h', NULL, 8, 7, 'y', NULL, -5.04009093298101e+18, 'q', 'disappointed', 8, 'q', 'magazine', 't', 864419840, 'eliminate', NULL, NULL, 'scramble', 0, 'i', 8, 'margin', -2.42237364957191e+18, NULL, 8, NULL, NULL, 9, 'p', LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), NULL, -1444413440, LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 1297612800, NULL, 1782972416, NULL, 'i', NULL, 1, b'0', 'v', 5, 'panic', 3, NULL, 'l', 2, 6, 'w', 'f', 'n', 'a', 'x', NULL, 6) ,  (0, 9, -1986789376, NULL, 312410112, 'a', 8, 'v', NULL, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 7, 'drive', 'u', 'publisher', NULL, 'suburban', 4, NULL, NULL, NULL, 'z', 'inevitably', LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 5.10201542785735e+18, 9, 0, 't', 'extensive', 'b', NULL, 5, NULL, 'l', NULL, 0, 'g', 'g', -1332805632, 'v', 'justice', 'missile', NULL, 'rush', NULL, NULL, 'g', 0, NULL, -5.1746359718487e+18, 'enough', 2, NULL, 7, 3, NULL, 5.66637275616222e+18, 'j', 'helpful', 6, -1551499264, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), NULL, 7, 0, b'1', NULL, 'm', 4, 3, 'z', 3, 'b', -1414922240, 5.5681379892902e+18, NULL, 4, 3, 'mechanical', 'h', 't', 'risky', 'k', 'update', -1145569280) ,  (5, 7, -2053046272, NULL, -1792540672, NULL, -107413504, 'approximately', NULL, 'agent', 0, 'l', 'a', NULL, 'midst', NULL, 0, 0, 'threaten', NULL, 'routine', 'p', 'assault', -4.00201121887211e+18, 8.78793024788339e+18, 0, 'alcohol', 'd', 'e', NULL, NULL, -8.70292480491677e+18, 'a', NULL, NULL, 'o', 'arrival', NULL, 'detailed', LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 'song', 1371013120, 'extent', 'z', -4.73834975794718e+18, 'contract', 4, 'submit', 6, 'j', 4.70400981078848e+18, NULL, 6, 0, NULL, -8.35980680830648e+17, 'y', 'including', 0, 807665664, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 1, NULL, 6, b'1', 'c', 'b', NULL, 2, 's', -4.21508777624207e+18, 'brief', 9, 6.09984422029663e+18, 'w', 9, 6, 'h', NULL, 'o', 'debate', 'j', 'y', NULL) ,  (5.52647969273702e+18, b'0', 7, 'o', 454754304, 'k', 1, NULL, NULL, 'comprehensive', 5, 'h', 'n', NULL, 'which', 'hide', 6, 3, 'flip', NULL, 'through', 'accept', 'refugee', 7, 7.1213169107796e+16, 7, 'e', 'mess', NULL, NULL, 1, 5, 'c', 9, NULL, 'v', 'k', NULL, 't', LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 'throughout', NULL, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'u', 7.63585316820668e+18, 'frozen', 0, NULL, 2.04913783045358e+17, 'c', 0, NULL, 0, 0, NULL, -2.49386829365641e+18, 's', LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), NULL, 0, 'those', NULL, 2, 5, b'0', 'a', 'select', 1616117760, 5, 'q', 9, 'eligible', -30081024, 4, 'f', b'1', 7, 'vital', NULL, 'c', NULL, 'c', 'secretary', NULL) ,  (0, 7, NULL, 't', 5, NULL, 9, 'b', 5, 'fortunately', NULL, 'regularly', 'g', 'quarterback', 'd', 'blade', NULL, NULL, NULL, NULL, 'd', 'y', LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 7.11146528659472e+18, NULL, 8, 'package', 'g', 'c', NULL, NULL, -1.59511869301929e+18, 'v', 2, NULL, 'h', 's', NULL, 'w', 'socially', 'counseling', NULL, 'tired', 'x', 4, 'l', 0, 'string', 3.03373729898745e+18, 'u', NULL, 0, 3, 2, NULL, 6, 'v', 'physically', NULL, 2, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), -468975616, 7, 826212352, 7, 'b', 'chinese', 856031232, NULL, 'v', 7, 'q', 8, NULL, 'r', 0, 9, 'j', 's', 'h', NULL, 'h', NULL, 239861760) ,  (6, b'1', -1717764096, 'k', 6, 'x', 2125987840, 'z', b'0', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), NULL, 'v', 'g', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'w', NULL, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 8, NULL, 3, 'subtle', 'relieve', NULL, 9, 2, 7, 'z', 5, NULL, 'k', 'explode', -643694592, 'executive', 'shout', 'republic', 8, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), NULL, 7.65302314178603e+18, 'g', 0, NULL, 2, 'play', 4, 0, 4, NULL, NULL, 9, NULL, 'steady', NULL, NULL, 'horrible', NULL, 0, 1, b'1', 'n', 'u', 7, 7, 'u', 8, 'lawmaker', 993984512, -7.02336361888429e+18, 'z', b'0', 6, 'e-mail', 'r', 'f', NULL, 'd', NULL, 2) ,  (2, b'1', 3, NULL, 1, 'vital', 9, 'x', NULL, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 1, 'g', 'q', 'cooking', 'enact', NULL, 7, 0, NULL, 3, 'x', NULL, 'rental', 5.13128882543526e+17, 7, 0, 'partial', 'u', 'e', 0, 7, 6.80325018709656e+17, 'h', 6, 2, 'z', 's', 1511718912, 'q', 'valid', 'q', 0, 'judgment', 'v', 3, 'expression', 0, 'aid', 0, 'm', NULL, 0, 9, 6, 'l', 8, NULL, 'scope', 0, 470745088, 'occasional', 4, NULL, 5, b'0', 's', 'basement', 1616117760, b'1', 'e', -1.55627514623322e+18, 'liberal', 1157431296, 6, NULL, 5, 0, 'ruin', 'u', 'o', 'passing', NULL, 'h', -444465152) ,  (NULL, 7, 1693974528, 'z', 0, 'o', 798097408, 't', b'0', LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 7.64654921732168e+18, 's', 'u', 'usual', 's', NULL, NULL, 7, 'n', NULL, 'c', 'leader', 'discourse', 3.30029410193244e+18, 0, 7, 'j', 'trouble', 'h', NULL, NULL, 7, 'h', 297598976, NULL, 'a', 'schedule', NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 'u', NULL, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 'z', NULL, 's', 6, 'air', 7.1241316605467e+18, NULL, 4, NULL, 9, NULL, 'y', 6.64646862506872e+18, 'f', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 0, 1634074624, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 8, 8, 2023686144, b'0', 'j', 'z', NULL, 6, 'w', 6.25381103255736e+18, 'k', -1888878592, 6, 'w', b'0', 9, 'z', 'destruction', 'e', NULL, 'k', NULL, NULL) ,  (NULL, 8, 428605440, 'f', 0, 'cross', 591659008, NULL, b'1', 'angry', NULL, 't', 'l', 'k', NULL, 'o', 0, 0, NULL, 0, 'english', 'steep', 'pastor', 5.67369110555669e+18, NULL, 0, 'bonus', 'gross', NULL, 7, 2, 8.11295325373124e+18, 'w', 1, 2, 'q', 'wrong', 3, 'grandchild', LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 'n', 1, 'or', 'c', 1.76653695383608e+18, 'evaluation', 1, 'b', -7.53789987631137e+17, NULL, 8, 8, 0, NULL, NULL, 5, 'a', 'pressure', 6, NULL, LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 1, 0, 3, 3, 'r', NULL, 8, 2, 's', 2, 'v', 1784348672, 7, 'k', b'1', 0, 'farm', 'can', 'v', NULL, NULL, NULL, NULL) ,  (2, 7, -1371275264, 'o', 1, 'quarterback', 1035599872, NULL, b'0', 'agency', 6, 'x', 't', NULL, 'basket', 'page', 0, 7, 's', 9, 'sock', NULL, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 7, NULL, 0, 'f', 'screen', 'o', NULL, b'0', NULL, 'g', 0, -1.09212290963735e+18, 'f', 'f', NULL, 'decorate', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'u', NULL, 'everyday', NULL, -7.22912182685978e+18, 'j', 2, 'l', 0, NULL, 1, 9, 0, NULL, 'anyway', 7.06727371525115e+18, NULL, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), NULL, 5, 'supermarket', -1323827200, 0, 3, b'0', 'l', NULL, 9, 0, 'x', -8.69757678035927e+17, 'ugly', 5, NULL, NULL, b'1', 4, 'that', 'w', 't', NULL, 'j', NULL, 8) ,  (2.79082439408615e+18, 2, 6, 's', 0, NULL, 2046820352, 'project', b'0', LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 9, 'criminal', 'l', 'j', 'homework', 'crash', 6, 0, 'overlook', NULL, 'interesting', 'v', 'call', -5.03389848349337e+18, 9.13076676951697e+18, 0, 'reduction', 'always', 't', 0, NULL, NULL, 'g', -270729216, 7.42868758534763e+18, 'o', 'main', 730988544, 'a', 'picture', 'grin', 626065408, LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 'p', 5, 'b', 0, 't', 6.90317380382884e+18, 'm', 1, 0, 0, NULL, 'p', -8.64128178501714e+17, 'q', 'sequence', 2, -1974927360, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 1252065280, 0, 0, 9, 'q', 'b', -895549440, NULL, 'j', 5, 'mine', 5, 7, NULL, b'0', 0, 'prohibit', 'starter', 'j', NULL, 'q', 'z', NULL) ,  (8.04174008462344e+18, b'0', NULL, 't', 723124224, 'passage', -2095841280, NULL, b'0', 'relatively', -7.8531518502273e+16, 'principle', 'a', NULL, NULL, 'ego', NULL, 4, 'n', 8, 'president', 'lock', 'information', 2, -3.09594326884051e+18, 6, 'need', 'r', 'm', NULL, NULL, -7.43600593474211e+18, 'b', 1435435008, NULL, 'h', 's', -2123563008, 'h', LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 'e', NULL, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 'd', NULL, 'fail', 0, 'w', 9, 'alarm', NULL, 0, 9, 0, 'policy', 9, 'i', 'appropriate', NULL, 5, 'business', NULL, NULL, 403308544, NULL, 'w', 'could', NULL, b'1', 'w', 5, 'y', -179437568, 6, 'm', 2, 4, 'l', 'b', 'e', NULL, 'z', 'secret', 8) ,  (9, b'1', NULL, 'f', -1021050880, 's', -132055040, 'z', b'1', 'feminist', 2, 'international', 'm', NULL, 'trial', 'measure', NULL, 6, NULL, NULL, 'cognitive', 'slavery', 'assert', 5.16956942226791e+18, 8, 0, 'cord', 'w', 't', 0, 1, 9.03534675241206e+16, 'v', NULL, 1, 'u', 'invite', NULL, 'y', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'capture', 2, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 'z', 2, 'currently', 9, NULL, 4, NULL, 6, 0, 0, NULL, 'q', 8.75781242537535e+18, 'p', LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), NULL, 7, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), -1355415552, NULL, 1, 4, 'x', 'puzzle', 2, b'1', 'n', 4, NULL, 9, NULL, 'k', 6, 0, 'functional', NULL, 'a', 'breakfast', 'b', 'x', 0) ,  (NULL, b'1', NULL, 'u', -831717376, 'w', 1, 'convenience', NULL, 'known', NULL, 'i', NULL, 'h', 'y', 'across', NULL, 0, 'conscious', 0, 'q', 'coordinator', LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 2, 7, 0, 'he', 'd', 'l', NULL, 3, 5, 'j', 8, 3, 'b', 'q', 3, NULL, 'database', 'overwhelm', 707854336, 'overwhelm', 'h', NULL, 'neat', 5, NULL, 6, 'brake', NULL, 7, 1, NULL, 'mandate', -1.5163056995403e+18, 'w', 'comment', NULL, -1732968448, 'judge', 8, 3, -1341325312, 8, 'z', 'supervisor', 1, b'1', 'j', 1, 's', 8, -9.15891426718804e+18, 'q', 5, 0, 'count', NULL, 'q', 'c', 'y', 'array', -1475346432) ,  (5, 9, NULL, 'u', 3, NULL, 6, 'collaboration', NULL, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), NULL, 'u', 'x', NULL, 'j', NULL, NULL, 0, 'm', 0, 'm', NULL, 'magnetic', 3, 6, 0, 'gasoline', 'j', 's', 0, 3, 1.57625986957967e+16, 'n', NULL, 2, 'q', 'burn', NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 'w', 923729920, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), NULL, NULL, 'his', 4, NULL, 8, 'strange', 6.67911972236716e+18, NULL, 5, NULL, 'e', 1.22441614869135e+17, 'h', LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 0, 698351616, LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), NULL, 0, 1850146816, NULL, 'a', 'southwest', -1147076608, 2, 'k', 1.41610060783131e+18, 'h', 1, 7, 'y', b'0', 0, 'tribal', 'characterize', 'e', 'i', 't', 'l', 8) ,  (NULL, 0, NULL, 'd', 593166336, 'visual', 4, NULL, NULL, 'hate', NULL, 'whereas', NULL, 'chamber', 'z', 'x', 0, 0, NULL, NULL, 'circumstance', 'specific', 'closer', 6.957498474334e+18, 2, 0, 'come', 'practical', 'z', 0, 5, 5, 'c', -512819200, 7.00366037051454e+18, 'y', 'task', -195035136, 'convenience', LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 'manufacturing', NULL, 'silly', NULL, 6.06015624858042e+18, 'h', 0, 'artificial', 3, 'i', -5.68410567969499e+18, NULL, 0, 0, 'elegant', 6, NULL, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 0, -1668743168, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 982450176, 5, 0, b'1', 'd', 'u', NULL, NULL, 'd', -6.73654061761613e+18, 'dish', 550240256, 7, 'h', b'1', 3, 'optimistic', 'punish', 'n', 'tone', 'x', 'compete', 0) ,  (1, 8, -1071251456, NULL, 8, 'racism', 6, NULL, b'0', 'consensus', NULL, 'z', 'b', 'chef', NULL, NULL, 5, 0, 'connect', NULL, 'j', 'federal', 'conservative', 4, 3, 9, 'm', 'e', 'q', 0, NULL, NULL, 'b', 1, 9, 'l', 'g', NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 'boast', 6, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), NULL, 8.9255715114949e+18, 'b', 0, NULL, 9, 'producer', NULL, 2, 0, 0, 'b', 7, NULL, 'nonprofit', 9, -37486592, 'solve', NULL, NULL, 1, 6, NULL, 'jew', NULL, NULL, 'q', 9, 'e', -598736896, 6, 'r', 9, 0, 'r', NULL, 't', 'magnetic', 'l', 'goat', 3) ,  (NULL, 2, NULL, 'c', 1580335104, NULL, -1440940032, NULL, b'1', LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), -3.76810551322555e+18, 'whoever', NULL, NULL, 'brutal', NULL, NULL, 0, 'k', 9, 'concern', 'pit', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 1.12815170665631e+18, 5, 6, 'u', 'interact', 'u', NULL, NULL, 2, 'd', 1149763584, -8.38063595658307e+18, 'e', 'guitar', 7, NULL, 'part', 'g', 1663959040, 'sum', NULL, 6, 'b', 0, NULL, 2, 'impose', -4.70907636036927e+17, 3, 0, NULL, 'c', -5.74603017457133e+18, NULL, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 0, NULL, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 208142336, NULL, 3, b'1', 'l', NULL, NULL, 2, 'g', -1.86674204554507e+18, 'nomination', -1510866944, -8.57710549032711e+18, NULL, b'0', 0, 'v', 'evidence', 'h', NULL, NULL, NULL, NULL) ,  (-5.20306494449648e+18, 1, NULL, 's', 3, 'b', 8126464, 'z', NULL, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 2.31625758335199e+18, 'irony', 'x', 'tension', 'writing', 'n', NULL, NULL, NULL, 0, 'investigation', NULL, 'civil', 3, 4.87599102155869e+18, 0, 'r', 'y', 'g', 0, b'1', 5.63400313384049e+18, 'f', -454819840, NULL, 'k', 'i', NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 'z', NULL, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'a', 6, 'a', 3, 'c', 0, 'cloud', -6.88572235527278e+18, 0, 2, 0, 'i', 7, NULL, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 2, NULL, 'psychology', NULL, 0, -711393280, b'1', 'k', NULL, 9, 0, 'n', 1.07523441103471e+17, 's', 1422458880, 7, 'f', b'1', 4, 'k', 'accessible', 'p', 'statute', 'm', 'v', NULL) ,  (-8.81776659541472e+18, b'0', NULL, NULL, 509280256, 'p', -26542080, NULL, 4, 'transit', 7.99248196369908e+18, 'sack', 'u', NULL, 'filter', 'i', NULL, 0, 'u', NULL, 'v', NULL, 'mouth', 5.83131709251466e+18, 6, 4, 'b', 'z', NULL, 0, NULL, 3, 'a', -1466236928, NULL, 'n', 'c', -1769209856, 'forget', LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 'i', -802160640, 'line', 'y', NULL, 'i', 0, 'central', 6, 'instead', 8, 0, 0, 0, 'discipline', 6, 'm', LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 4, 5, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), NULL, 0, 1860894720, b'0', 'r', 'under', 4, NULL, 'k', 8.4552268254114e+18, 'phenomenon', 1221918720, 5, 'j', b'1', 0, 'magnitude', 'enormous', 'v', 'i', 'x', 'o', NULL) ,  (6, 5, NULL, 'o', 1426456576, 'v', 1, 'w', 9, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 1, 'provided', 'w', 'voting', 'sharply', NULL, 0, NULL, 'donor', 1, 'week', 'marble', 'order', 8.99734763055612e+18, -1.89995609279693e+18, 0, 'never', 'w', 'j', 1, NULL, -5.2196719681224e+18, 'n', 6, 3.25582105561216e+18, 'c', 'letter', NULL, 'v', 'guideline', 'facilitate', 1, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 'm', NULL, 'prisoner', 0, 'a', 8.46395254968943e+18, 'y', NULL, NULL, 0, 0, NULL, 9, NULL, 'drop', 4, 3, 'gradually', 6, 9, 2, 3, NULL, 'effectively', -2023096320, 9, 'p', -8.9413341101907e+18, 'knife', 1915158528, NULL, NULL, 8, 0, 'out', NULL, 'e', 'g', 'g', 'z', 3) ,  (NULL, b'0', 5, 'm', 706019328, 'brain', 9, NULL, 0, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), -3.68872956979315e+18, 'american', 'x', 'q', NULL, 'k', 0, 0, NULL, NULL, 'v', NULL, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 2, NULL, 0, 't', 'q', 'w', 0, b'0', -4.61787846791502e+18, 'b', 5, NULL, 'a', 'z', NULL, 'rare', LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 'toe', 2133590016, 'grab', 'm', 6.48602788834365e+18, 'i', 6, NULL, 8, NULL, NULL, 0, 6, 2, 'ban', 6, 'w', LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 0, 762052608, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), -1475608576, 0, 9, 7, 'l', 'x', 517537792, 2, 'i', -5.89661928711153e+18, 'kitchen', 1691353088, 4, NULL, 0, 0, 'lately', 'scale', 'l', NULL, 'r', NULL, NULL) ,  (-8.19486247195404e+18, 8, 7, 'm', 2, 'bus', 1, NULL, NULL, 'create', 4.41774975947375e+18, 'found', 'u', NULL, NULL, NULL, 0, 0, NULL, 5, 'b', 'victim', 'paint', 0, NULL, 0, 'couch', 'distinguish', 'l', 1, NULL, 7.88270672278192e+18, 'g', -369426432, NULL, 'q', 'q', 957218816, NULL, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'y', NULL, LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 'a', NULL, 'f', 0, 'term', -6.29209162939e+18, NULL, -4.74426073245811e+18, NULL, 8, 2, 'restore', 0, NULL, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 1, 310575104, 'loan', 0, 0, -1127809024, b'1', NULL, 'p', NULL, NULL, 'o', 6.64365387530161e+18, 'u', 3, NULL, 'y', 7, 0, 'f', 'hair', 'f', NULL, 'v', 'action', NULL) ,  (5, b'1', 1135607808, 'x', 4, 'l', -888930304, 'r', NULL, 'forever', -2.88117786161027e+18, 'pop', 's', 'before', 'h', NULL, 4, 9, NULL, NULL, 'separation', NULL, 'secretary', -4.00398154370908e+18, NULL, 0, 'toe', 's', 'o', 0, b'0', NULL, 'k', 7, NULL, 'w', 's', 6, 'stimulate', LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 'f', 2, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 'w', NULL, 'a', 2, NULL, 2, 'believe', -3.33407109913772e+18, NULL, 0, 7, 'faculty', 3.91700577590549e+18, 'n', 'familiar', 5, -566886400, 'versus', 3, NULL, -801243136, b'0', 'g', 'feedback', 2, 2, 'r', 4, NULL, -234553344, -6.63774290079069e+18, 'z', 9, 0, 'verdict', 'f', 'v', NULL, 's', 'j', -2024538112) ,  (7, b'1', -1688338432, 'v', 3, NULL, 925106176, NULL, 5, 'economy', NULL, 'decline', NULL, NULL, 'board', NULL, 0, NULL, NULL, 7, 'clinical', 'e', LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 5.93067775929352e+18, 1.98242826097315e+18, 1, 'l', 'evil', NULL, NULL, NULL, 6.99127547153927e+18, 'n', NULL, -8.31674113686975e+18, 'k', 'artifact', NULL, 'd', LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 'automatic', 8, 'pressure', 'j', -8.70573955468388e+18, 'd', 7, NULL, -5.15859189817619e+18, NULL, 9, NULL, 0, 0, NULL, -3.3388561737418e+18, NULL, 'optimistic', 9, NULL, 'wisdom', -1110441984, 7, 2, b'0', NULL, NULL, -568786944, NULL, 'j', 4, 'north', 3, 0, 'o', 0, 7, 'b', NULL, 'q', 'on', 'q', 'guidance', 7) ,  (2.46431342110179e+18, 1, NULL, 'v', 271581184, NULL, 971767808, 'mail', b'1', 'energy', 3, 'g', 'x', 'belt', 'v', 'repeat', NULL, 5, 'd', NULL, 'technical', 'society', LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 3.93502017441497e+17, -5.64610655783905e+18, 0, 'n', 'e', 'b', 0, b'0', NULL, 's', -1647312896, 3, 'x', 'p', NULL, 'x', LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 'homeland', -164560896, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 'e', 8, 'meter', 2, 'z', -6.96650567358874e+18, NULL, NULL, NULL, 4, 1, NULL, 0, NULL, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 7733248, 3, 2030567424, 3, 'w', NULL, 614006784, NULL, 'j', 3, 'balanced', 1901330432, 6, 'c', 2, 0, 'client', NULL, 'c', 't', 'y', 'ignore', 5) ,  (NULL, b'1', 7, 'j', -874119168, NULL, -903348224, NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 1, 'd', 'd', 'kingdom', 'h', 'w', NULL, NULL, 'a', 0, 'secret', NULL, 'barely', 0, 1, 0, 'w', 'tone', 'y', 0, NULL, 2, 'j', NULL, 5, 'k', 'p', NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'j', 1400438784, LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), NULL, 3, 'cloud', 0, NULL, 5, 'd', 6.801842812213e+18, 6, 0, 0, 'intervention', 0, NULL, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 0, -2026569728, LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), NULL, 0, 1979449344, NULL, 'l', NULL, 4, NULL, 'b', 0, 'c', 2, 2, 'v', b'1', 0, 'satisfaction', 'a', 'c', NULL, NULL, 'd', NULL) ,  (NULL, b'0', NULL, 'z', 1205862400, 'h', 0, 'x', NULL, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), -5.56729356436007e+18, 'a', NULL, 'x', 'i', 'z', 0, 0, NULL, NULL, 'e', 'g', LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 1, -3.53448128255571e+18, 4, 'p', 'k', 'j', NULL, NULL, 2, 'a', 2, NULL, 'd', 'm', NULL, NULL, 'homework', 'f', 4, 'draft', 'n', 3, 'casualty', 0, NULL, 1, 'd', NULL, 0, 6, 5, 'withdraw', 6, 'r', 'cope', NULL, -103809024, 'own', 4, 3, 0, NULL, 'c', 'shell', 9, 5, 'd', 4.14697083187809e+18, NULL, -1229520896, NULL, NULL, 4, 0, 'b', 'strictly', 'b', 'boy', 'w', 'proclaim', 8) ,  (5.68495010462512e+18, 2, 7, NULL, 0, 'intellectual', -753008640, NULL, b'0', 'every', 1, 'writer', NULL, 'd', 'clock', 'i', NULL, 0, NULL, 6, 'e', 'launch', 'refugee', -3.76951288810911e+18, -1.8886970937285e+18, 0, 's', 'way', 't', NULL, NULL, 3.90293202706996e+18, 'k', NULL, 7, 'k', 'a', 8, NULL, 'legitimate', 'z', NULL, 'question', NULL, 4.57903492112895e+18, 'commissioner', 5, 'c', -5.47947337162634e+18, NULL, NULL, 0, 2, 0, NULL, 7.65724526643669e+18, 'd', LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), NULL, 4, 'incorporate', 4, 0, 6, NULL, NULL, 'e', 8, b'1', 'l', 4, 'k', 787546112, 4, NULL, b'1', 6, 'v', 'lip', 'v', NULL, 'l', NULL, 1543897088) ,  (7.36000769103023e+18, 6, -98172928, 'a', -41353216, 'pray', 1416364032, 'trace', 7, 'bit', NULL, 'h', NULL, NULL, 'j', 'j', NULL, 1, 'island', 4, 'm', 'mechanism', LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), -7.19224860491068e+18, -3.89279892790837e+18, 4, 'condemn', 'i', 'e', 7, b'0', -4.09827566090715e+18, 'z', NULL, 7.13539065961513e+17, 'q', 'bonus', NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'iraqi', 8, 'compelling', NULL, 6, 'e', 0, 'grass', 2, NULL, NULL, NULL, 0, 0, 'finance', 2, 'w', 'mortgage', 0, 443416576, 'mountain', 820576256, 0, -764215296, NULL, 'b', NULL, 1, 1, 'a', 7.70537748745421e+18, NULL, 4, 6, 'p', b'1', 0, 'contrast', NULL, 'j', NULL, NULL, 'ladder', -694419456) ,  (0, 6, NULL, 'f', 1407516672, NULL, -990248960, NULL, NULL, 'court', -7.80698995404675e+18, 'x', 'd', 'legally', 'i', 'immune', NULL, 9, NULL, 0, 'harassment', NULL, 'donation', 6, 3.16856381283185e+18, 0, 'o', 'put', 'v', NULL, 3, 6.45985071550956e+17, 'i', 625016832, 3.08637311963234e+18, 'g', 'assess', -516161536, 'entitle', 'illusion', 'gene', NULL, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 'z', -1.73388585653764e+18, 'd', 1, 's', 1, 'epidemic', -3.49057118618885e+18, NULL, 8, 5, 'strategic', 0, 'v', LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 0, 8, 'client', 5, NULL, -902430720, 8, 'l', 'milk', NULL, NULL, 'e', 5, 'l', 9, 2, 'k', b'0', 8, 'a', 'k', 's', 'y', 'p', NULL, 1551368192) ,  (NULL, b'1', -2076246016, 'e', 7, 'q', -1935212544, 'preserve', 4, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 8, 'occasional', 'e', 'campus', NULL, 'o', 0, NULL, 'm', 0, 'd', 'q', 'existing', 6, 8.29619346356987e+18, 4, 'full', 'w', NULL, 0, NULL, 7, 'y', 1641021440, NULL, 'g', 'brother', NULL, 'g', 'break', 'k', -238747648, 'childhood', 'f', NULL, 'toilet', 5, NULL, 8, 'chase', 5, NULL, 6, 0, NULL, 4, 'y', LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), NULL, NULL, 'originally', 8, 0, 4, NULL, 'd', 'v', NULL, NULL, 'u', 8, NULL, -2050621440, 1.27367426961572e+18, NULL, b'0', 0, 'a', 'payment', 'n', 'm', NULL, 'u', NULL)  /* QNO 89 CON_ID 11 */
		   11 Query	SHOW WARNINGS
180306 13:54:38	   11 Query	INSERT /*! IGNORE */ INTO table100_innodb VALUES  (NULL, 9, NULL, 'p', 5, 'manufacturer', 7, NULL, 7, 'reluctant', 4.43351235816954e+18, 'y', 'z', 'window', 'identify', 'z', 7, NULL, NULL, 6, 'q', 'm', 'soak', -8.45550830038811e+17, NULL, 4, 'sometimes', 'worried', 'c', 0, 6, 2, 'u', 1, 4, 'y', 'w', 9, 'nervous', 'obviously', 'f', 7, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'x', 0, 'y', 0, 'exotic', 4, NULL, -2.06546337910279e+18, 0, 0, 2, 'j', -8.72572427803034e+17, 'j', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 9, NULL, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), NULL, 0, -1440743424, 5, NULL, 'jet', NULL, b'1', 'r', 2, 'a', 7, 3.67972237053841e+18, 'c', b'0', 2, 'disappointment', NULL, 'y', 'protective', 'l', 's', NULL) ,  (2, b'1', 2046558208, 'w', 7, NULL, 8, 'struggle', 4, LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), NULL, 'r', NULL, 'o', 'p', NULL, NULL, 0, 'e', 3, 'p', NULL, 'indication', -3.4629866384712e+18, 2, 6, 'planning', 'season', 's', 1, NULL, NULL, 'u', 988741632, -1.65957646268603e+18, 'x', 'n', NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'q', NULL, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'l', 6.71261524459572e+18, 'realistic', 0, 'spectrum', 8.65676290873623e+18, NULL, 3, 5, 1, NULL, 'what', 2, NULL, 'chest', 3, 5, 'alliance', NULL, 3, 3, b'0', 'f', NULL, -1449984000, 8, 'w', -2.03450113166462e+18, 'continuous', -781516800, NULL, NULL, 6, 0, 'cliff', 'icon', 'm', 'expert', 'u', 'wage', 4) ,  (-4.47714097955969e+18, 4, NULL, 'z', -205127680, 'p', 7, NULL, b'1', 'bubble', 6, 'evil', 'a', 'our', 'notebook', NULL, 0, 0, 'scandal', 0, 'n', NULL, 'province', -9.02830987799429e+18, NULL, 9, 'carrot', 'r', 'n', 0, 9, NULL, 'a', 1169227776, NULL, 'w', 'liability', NULL, NULL, 'foreigner', 'p', NULL, 'studio', NULL, 8.95765965883992e+18, 'f', 6, NULL, 4, NULL, NULL, 7, 1, NULL, 'contemplate', -8.962444733444e+18, 's', 'correspondent', 6, 9, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 2, NULL, 736952320, NULL, NULL, 'h', 4, b'0', 'i', 5.57489338873125e+18, NULL, 0, 4.93453781671451e+18, NULL, 4, 0, 'l', NULL, 'n', NULL, 'r', NULL, NULL) ,  (5.74490427466449e+17, b'1', -88408064, NULL, 9, 'cheer', 3, NULL, 4, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 2.82769761603525e+18, 'assistant', 'g', 'aircraft', 'similarity', NULL, NULL, 0, 'g', 0, 'h', 'impose', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 1, -4.4112758350094e+18, 0, 'x', 'professional', 'k', 4, b'1', 2, 'k', NULL, 8.98834043130138e+18, 'f', 'b', NULL, 'cup', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 's', NULL, 'socially', 'm', 1, 'nut', 1, 'moon', 1, 'clock', NULL, 0, 7, NULL, 'w', 8.60187528827765e+18, 'u', LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 5, 7, LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), NULL, 0, 6, 3, 'q', NULL, 7, NULL, 'v', 8, 'i', -2097938432, NULL, 'u', 1, 3, 'h', NULL, 'l', 'a', 'e', 'victim', 8) ,  (NULL, b'1', -1910374400, 't', 1, 'counter', 1089404928, NULL, b'0', 'desire', 9, 'd', 'l', 'official', NULL, 'feedback', 7, 0, 'u', NULL, 'short-term', 'r', LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), -2.5726812871354e+17, 6, 4, 'budget', 'diabetes', 'w', 0, 1, NULL, 'b', -1662386176, -4.53596924969222e+18, 'e', 'p', 9, NULL, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'happen', NULL, LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 'b', -3.43371324089329e+18, 'k', 0, NULL, 8, 'm', 7, 0, 0, 0, 'uncomfortable', -7.25670637457742e+18, 'x', 'award', 5, NULL, LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 9, NULL, 1427308544, 5, 'z', NULL, 9, 8, 'k', 4, NULL, 7, 0, 'o', b'0', 0, 'legally', 'b', 'h', 'population', 'o', NULL, 9) ,  (2, 4, 3, 'w', 9, NULL, 1388183552, 'd', 4, LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), NULL, 'false', 'd', 'v', 'j', 'captain', 0, 0, 'z', NULL, 'v', NULL, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), -2.60589533438725e+18, 5, 0, 'x', 'asset', NULL, 0, 6, -1.80115837597149e+18, 'j', NULL, 4.0996830357907e+18, 'b', 'actually', 0, 'teenage', LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 't', 709296128, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 'w', 5, 'sue', 0, NULL, 2, NULL, -5.21263509370464e+18, NULL, 3, 0, 'grasp', -3.66649304663301e+18, 'r', LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 9, -766050304, 'liquid', 0, 0, 1662648320, b'0', NULL, 'hip', NULL, b'0', 'v', 7, NULL, 5, NULL, 'j', 0, 4, 'w', 'f', 'z', NULL, 'x', 'y', -2134179840) ,  (1.42679665694632e+18, 8, -1860960256, 'd', 4, NULL, 689045504, 'desire', NULL, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), -8.69645088045243e+18, 'developing', NULL, 'l', NULL, 'd', NULL, 0, 'f', 0, 'j', NULL, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 6.99803087098033e+18, -1.63874731440944e+18, 3, 'e', 'calculation', 'p', NULL, b'0', 4, 'g', 279314432, -7.98713393914157e+18, 'v', 'n', -490602496, 'p', LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 'smile', 1868627968, 'flavor', 'c', 9, 'f', 3, NULL, 3, NULL, NULL, 0, 7, NULL, 'mad', -9.00719925474099e+17, 'p', 'tough', NULL, -576716800, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 58654720, 0, 0, NULL, 'b', NULL, 7, 7, 'b', 1, 'y', 53477376, -1.92219261595707e+18, NULL, 4, 3, 'intense', 'g', 'k', NULL, 'p', 'submit', 5) ,  (NULL, 6, 393150464, 'n', 465043456, 'r', -1065746432, 'access', 3, 'cattle', NULL, 'eligible', NULL, 'pleased', NULL, 'g', NULL, 4, 'z', 1, 'u', 'j', LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 1, NULL, 0, 'v', 'fiction', 'v', NULL, 5, NULL, 'b', NULL, 2, 'c', 'c', NULL, 'k', 'immediate', 'poetry', 7, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 'f', 2.73171464897692e+18, 's', 0, 'y', -9.20423173843845e+16, 'uncle', 4, 0, 7, NULL, NULL, 3.58289497854994e+18, 'a', 'shake', 8, -1956184064, 'consult', NULL, 2, 0, b'0', 'f', NULL, NULL, b'0', 'z', 6, 'likely', 0, NULL, NULL, b'1', 0, 'x', 'a', 'f', NULL, 'o', NULL, 4) ,  (NULL, 7, NULL, 'k', 971112448, 'g', 2, NULL, 8, 'weapon', -7.54465527575242e+18, 'hear', 'z', 'u', 'n', 'tool', 0, 0, 'g', 0, 'f', 'profession', 'gender', 6.31432815255015e+18, -3.146045814695e+18, 0, 'e', 'v', NULL, 6, NULL, 3, 'c', 5, 4.48839997862812e+18, 'q', 'e', 1271791616, NULL, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'apologize', 9, 'destination', NULL, 9, 'b', 8, 's', 4, NULL, 4, NULL, 0, NULL, 'w', 4, 't', 'satisfy', 2, 3, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 99811328, 0, 447283200, b'0', 'd', NULL, 1, b'0', 'i', -4.86473202249027e+18, 'quarterback', 1562705920, 5, 'w', 8, 9, 'x', NULL, 'r', 'e', NULL, NULL, NULL) ,  (NULL, b'1', NULL, NULL, -2085093376, 'd', 6, NULL, 5, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), -5.75560032377949e+18, 'j', NULL, 'coffee', 'team', 'coming', NULL, 0, 'seed', 0, 'e', 'outdoor', 'impress', 6, 0, 0, 'o', 'anyone', NULL, 1, NULL, 1, 'c', 6, 3.95669374762169e+18, 'r', 'u', 5, 'r', 'prominent', 'd', 1, 'acceptance', 'y', NULL, 'remarkable', 4, 'bond', 9, NULL, 0, NULL, 0, 0, 'establish', -9.16172901695514e+18, 'd', 'ceremony', NULL, 3, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), -1843593216, 0, -265486336, 7, 'n', NULL, NULL, NULL, 's', 8.97060750776861e+17, NULL, -112001024, 3, 'h', b'1', 0, 'housing', NULL, 'g', 'central', 'w', 'hopefully', 7) ,  (1.22329024878451e+18, 8, -257818624, 'x', -633929728, NULL, 651624448, NULL, b'0', 'kick', -7.01548231953639e+18, 'q', NULL, 'storage', 'c', NULL, NULL, 0, NULL, NULL, 'x', NULL, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 1, -5.7319564257358e+18, 2, 'h', 'w', 'v', NULL, NULL, -5.08090480460405e+18, 's', NULL, -1.90220789261061e+18, 'y', 'v', 6, 'disappointed', LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 'lay', NULL, 'indicate', NULL, 6, 'p', 2, 'skip', 4, 'c', 7.05376291636904e+17, 2, 0, 0, NULL, 0, 'p', 'lawn', 2, 986382336, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 3, 0, -1019019264, b'0', 'j', 'adviser', NULL, b'1', 'g', 3, 'toy', 8, 2.88314818644725e+18, 'p', b'0', 0, 'percentage', 'diabetes', 'q', 'frozen', 'h', NULL, 6) ,  (NULL, b'1', 1, NULL, -2116288512, 'h', 4, 'u', 5, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), -1.76484810397581e+18, 'star', 'f', NULL, 'facilitate', 'a', 3, 0, 'concerned', 0, 'u', 'i', 'incentive', 7, 6, 0, 'distribution', 'talented', 'b', 0, NULL, 5.23684194170175e+18, 'r', 0, NULL, 'q', 'z', 1953562624, NULL, 'perhaps', 'elect', 6, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 'f', NULL, 'x', 9, 't', 6, 'medical', NULL, 0, 0, 3, 'l', 3, 'l', LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 1, -1424228352, 'ritual', NULL, 0, 6, 8, 'i', 'miss', 1470889984, 3, 'm', 6.90598855359594e+18, 'a', 4, -2.74522544785903e+18, 'j', 4, 0, 'f', 'w', 'n', 'requirement', 'q', NULL, NULL) ,  (-2.1079661005861e+18, 1, NULL, 'v', 6, NULL, 5, 'k', NULL, LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 4, 'w', 'n', NULL, 'k', 'm', NULL, 0, NULL, NULL, 'cooperate', NULL, 'insect', -8.38457660625702e+18, NULL, 0, 'burden', 'mechanic', 'y', 0, 6, -2.32245003283962e+18, 'v', NULL, 2, 'b', 'u', 1330118656, NULL, 'phone', 'turn', -122945536, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 'f', NULL, 'ecosystem', 2, NULL, 0, 'm', 0, NULL, 1, 0, 'honor', 6, NULL, 'film', NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), NULL, 0, 4, 7, 'b', 'stair', 3, 1, 'o', 7.26712094871572e+18, NULL, 2, 8, 'i', b'1', 0, 'auction', 'scared', 'h', 'e', 'v', NULL, 2060517376) ,  (0, 7, NULL, 'f', 1020723200, 'y', 6, 'conscious', b'1', 'horizon', 0, 'quiet', 'o', 'environment', NULL, NULL, 0, NULL, NULL, 0, 'k', NULL, 'slice', -2.97519050383163e+18, 6.13587301731559e+18, 4, 'gray', 'h', 'i', NULL, 7, NULL, 'u', 7, 3.46523843828489e+18, 'b', 'o', 0, 'thanks', 'scratch', 'inventory', -1544093696, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), NULL, 1, 'f', 0, 'w', 0, 'many', NULL, 6, 0, 0, 'korean', 7, NULL, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 0, 7, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), NULL, 6, 1103364096, b'0', 'b', 'q', -1230176256, 6, 'l', 9, 'p', 578813952, 8.1912032972568e+18, NULL, b'1', 0, 'n', NULL, 'g', 'pop', 'i', NULL, NULL) ,  (9, b'1', 0, 'f', 4, 'victim', -315162624, 'f', b'0', LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 0, 'terror', NULL, 'recipient', 'meanwhile', 'l', 8, 0, NULL, 6, 'breeze', NULL, 'article', -1.38429393546301e+18, -8.06932463234109e+18, 0, 'r', 'f', 'v', 0, 3, 5, 's', 976355328, 0, 'f', 'x', 1218445312, 'gender', LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 't', 1884946432, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 'o', 0, 't', 7, 'eligible', 4, 'come', -4.20608057698733e+18, NULL, 0, NULL, 'white', -7.22405527727899e+18, NULL, 'army', NULL, 8, 'shortage', -1278607360, NULL, 3, NULL, 'i', 'y', NULL, NULL, 'z', 7, NULL, 2023686144, 4.91539751829819e+18, 'i', b'1', 0, 'treat', 'neck', 'j', NULL, 'j', 'v', NULL) ,  (NULL, 2, NULL, 'h', 0, 'm', -176619520, 'n', b'1', LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 9, 'advantage', 'z', NULL, 'statement', NULL, 0, 6, NULL, NULL, 'c', 'accident', 'bacteria', 1.03892413903903e+18, 4, 1, 'p', 'b', 'u', 8, 7, 4, 'b', NULL, 2, 'u', 'r', 9, 'eat', 'forward', 'alarm', 7, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 'm', NULL, 'c', 0, NULL, 9, 'sculpture', 1, NULL, 0, 4, 'bonus', -5.77980717177661e+18, 'r', 'balloon', 7, NULL, 'transition', -1652228096, NULL, 3, 8, 'p', 'architecture', NULL, NULL, 'f', 8, 'known', 8, NULL, 'c', 9, 0, 'tank', NULL, 'x', 'q', 'd', 'a', NULL) ,  (9, b'1', 6, 'q', -1462763520, 'p', 5, 'web', NULL, 'massive', NULL, 's', 'f', NULL, 'j', NULL, 2, 0, NULL, 4, 'acceptable', NULL, LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 9, 1, 3, 'room', 'poem', 'u', 7, NULL, 4, 'z', 2, 3, 'm', 'worried', -1273757696, 'collector', 'behind', 'attend', -1767833600, 'scared', NULL, 2, 'd', 0, NULL, 6, 'v', 2, 0, 8, 0, 'hardware', -2.75113642236995e+18, 'v', LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 8, 2, 'professor', 2060451840, 0, -455671808, 5, 'p', 'q', 1488191488, 5, 'h', 4, 'look', -753795072, -9.21098713787951e+18, 'b', b'1', 5, 'z', 'w', 'b', 'effect', 'w', NULL, NULL) ,  (2, b'0', NULL, NULL, -322961408, 'r', 8, NULL, 9, 'bare', NULL, 'thumb', 'q', NULL, NULL, 'careful', NULL, 6, NULL, 0, 'v', NULL, 'mud', -5.83328741735163e+18, 1, 4, 'j', 'i', 'c', 0, b'1', 6, 'a', 557318144, 6, 'i', 'x', 8, 'paint', LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'lobby', NULL, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'p', NULL, 'l', 4, NULL, 4, 'i', NULL, 3, 1, 0, 'i', 9, 'u', LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 9, 897187840, LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 2018377728, 6, 0, 9, 'y', 'horn', NULL, 5, 'd', -7.4092658119546e+18, NULL, -1541079040, NULL, 'i', b'0', 0, 'visitor', 'f', 'y', NULL, 'y', NULL, -630849536) ,  (NULL, 2, -207945728, 'j', 1094189056, 'associate', 1828061184, NULL, 7, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 1, 'huh', 'd', 'substance', 'b', NULL, 0, NULL, 'magnetic', NULL, 'companion', NULL, 'legislator', 5.52619821776031e+18, NULL, 3, 'banking', 'v', 'd', 4, NULL, 6.02074975184093e+17, 'a', NULL, 1, 'l', 'sight', 93126656, 'g', 'penalty', 'indication', -1895694336, 'gut', 'a', 1, 'r', 8, 'l', 0, 'f', NULL, 0, 0, 5, NULL, 9, NULL, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 4, 5, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 0, 5, 1856962560, b'1', 'x', 'pen', 7, NULL, 'x', 7, 'd', 7, -9.52229846212149e+17, NULL, b'0', 0, 'work', 'u', 'k', 'i', 'e', 'boast', NULL) ,  (9, b'1', 80150528, 'j', 1, 'a', 2021523456, 'f', b'0', 'structure', 2.29092483544803e+18, 'f', 'u', 'z', NULL, 'x', NULL, 0, 'v', NULL, 'q', 'pride', LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 7, 3.11086144260617e+18, 0, 'b', 'much', 'k', NULL, b'0', NULL, 'w', 7, -4.13289708304256e+18, 'j', 'due', 7, 'norm', 'accurate', 'isolated', 1, 'join', 'f', NULL, 't', 1, 'b', 6, 'h', -2.34975310558056e+18, NULL, 7, 0, 'w', 9.75592269279134e+17, 'e', LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 7, NULL, 'hole', 644874240, 7, 4, NULL, 'k', 'reluctant', NULL, 6, 'x', 5, 'w', 510197760, NULL, 'w', 8, 0, 'h', NULL, 'w', NULL, NULL, NULL, -410320896) ,  (9, 3, -2034499584, NULL, 0, NULL, 1, 'r', 1, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), NULL, 'whip', 's', 'e', 'u', 'love', NULL, 7, 'w', NULL, 'a', NULL, 'alongside', 3, 6, 3, 'y', 'everyone', 'n', 3, 9, 8, 'd', NULL, 7.17198240658751e+18, 'o', 'cargo', 6, NULL, LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 'deadly', 1609433088, 'barely', 'p', NULL, 'improve', 2, 'v', -4.50528847723076e+18, 'shoulder', NULL, 0, 6, NULL, 'z', 4, 'e', 'relax', NULL, 1429471232, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 3, NULL, -1325334528, b'1', NULL, 'a', NULL, NULL, 'r', 3, 'champion', -1824456704, NULL, 'y', b'0', 1, 'm', NULL, 'i', 'least', 'f', 'dominant', -1279197184) ,  (NULL, b'1', 3, 'o', 1, 'severely', 0, NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), NULL, 'flag', NULL, 'dependent', 'e', 'ballot', 9, NULL, NULL, NULL, 'emphasize', 'slip', LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 5.87747898869521e+18, -3.5660064799473e+18, 6, 'internet', 'l', 'd', 3, 9, -7.60883157044245e+18, 'x', 5, 0, 'x', 'i', 3, 'flag', 'chinese', 'y', 9, 'french', 'q', NULL, 'b', 6, NULL, 4.1841255288039e+18, 'y', 1, 5, 0, 0, 'k', 8, 'h', LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), NULL, NULL, 'privacy', NULL, 0, 1, NULL, 'u', 'tree', 3, NULL, 'h', 3, 't', 6, NULL, NULL, 9, 9, 'per', NULL, 's', NULL, 't', 'n', 6) ,  (NULL, 7, 2, 'f', 458358784, 'p', 145686528, 'f', b'0', 'glass', -4.99477346173059e+18, 'bombing', 'x', 'y', 'q', NULL, NULL, 3, NULL, NULL, 'z', 'q', LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), -6.41762946900296e+16, -1.48787672689253e+18, 6, 's', 'a', 'x', 6, NULL, 0, 'e', 5, 2, 'h', 'm', NULL, 'process', LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'a', 3, 'series', 'p', NULL, 'core', 5, 'p', -7.04250391730061e+18, 'agree', -8.39780593016242e+18, NULL, 0, NULL, 'e', 8, 'i', 'hence', NULL, 364249088, LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 2, 0, -2124742656, NULL, 'i', NULL, 1519714304, NULL, 'd', 8, 'n', -1541668864, -6.7303481681285e+18, 'k', b'0', 5, 'arm', 'vary', 't', NULL, 'a', NULL, 1458896896) ,  (NULL, b'0', -550436864, 'c', 1304494080, 'wife', 9, 'low', b'1', LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 9, 'g', 'h', 'l', NULL, 'exotic', 8, 0, NULL, 0, 'cream', 'v', 'store', 4, NULL, 4, 'n', 'analyze', 'x', NULL, b'1', NULL, 'e', 2, -3.18066723683041e+16, 'v', 'plus', 4, NULL, 'during', 's', NULL, 'drill', 'w', 1, 'a', 0, NULL, -4.67473641321057e+18, NULL, 3.00896750103691e+17, 0, 0, 0, 'critical', 5.24387881611952e+18, NULL, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 0, NULL, 'human', NULL, 4, 3, 7, 'y', NULL, 8, b'1', 't', 6, NULL, 9, NULL, 'j', 6, 0, 'enforce', 'liquid', 'u', 'fraud', 'y', 'which', 484900864) ,  (NULL, b'0', 3, 'q', 3, 'informal', 7, NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), NULL, 'regardless', 'i', 'j', NULL, NULL, 9, NULL, 'silver', 0, 's', 'u', 'reliability', 0, -1.82283194917821e+18, 0, 'v', 'cliff', 't', NULL, b'1', NULL, 'h', -473825280, 8.23680224348393e+18, 'z', 'principle', 4, NULL, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'plate', NULL, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'f', NULL, 'o', 0, 'k', 7.66146739108735e+18, NULL, NULL, 0, 9, NULL, NULL, 2.71088550070033e+18, 'r', LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 0, NULL, LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 2, NULL, -1338179584, NULL, NULL, 'v', NULL, b'0', 'q', -5.43190410056224e+18, 'pollution', -440598528, 1, 's', b'0', 0, 'must', 'q', 'a', 'l', 'j', 'journalist', 877592576) ,  (NULL, 6, NULL, 'n', 8, 'already', 8, 'online', b'1', 'day', -1.90305231754075e+18, 'inside', 'd', NULL, NULL, NULL, 0, NULL, 'x', 0, 'housing', NULL, 'isolation', 1, NULL, 0, 'p', 'x', 'r', 7, 0, 2, 's', 0, 4.53456187480867e+17, 'v', 'voter', 4, NULL, 'immigration', 'cop', 2, LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 'i', 5, 'e', 7, 'u', 1.22694942348175e+18, 'piano', 8.56922419097921e+18, 9, 0, NULL, 'cooperative', 7.44754640878725e+18, 'j', 'winner', 6, -433258496, LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 486801408, 0, 8, 0, 'd', 'justify', NULL, b'0', 'r', -4.09292763634965e+18, 'consecutive', 1, 3, 'o', b'1', 6, 'm', NULL, 'n', NULL, 'f', 'm', 5) ,  (-6.02131270179435e+18, b'0', -1837236224, 'f', 7, 'u', 4, 'difficult', NULL, 'protection', NULL, 'w', 'x', 'o', 'y', NULL, 8, NULL, 's', NULL, 'c', NULL, 'range', -2.62278383298989e+18, NULL, 0, 'yell', 'w', NULL, 0, 3, NULL, 't', 2, NULL, 'l', 'o', NULL, 'author', 'shake', 'a', NULL, 'cut', 'e', NULL, 'ms', 8, 'i', 8.55120979246973e+17, NULL, NULL, NULL, 0, NULL, NULL, 8, NULL, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), NULL, -1126498304, LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), NULL, 9, 5, 4, 'f', 'o', 2, b'1', 'o', 2, 'finish', 2, 3.07483264558721e+18, 't', b'1', 0, 'unprecedented', NULL, 'v', NULL, 'c', 'convenience', -1171128320) ,  (-4.70203948595151e+18, 5, 3, NULL, -657063936, 'c', 2037252096, NULL, NULL, 'compound', NULL, 'capture', NULL, NULL, 'strength', NULL, 0, 0, NULL, NULL, 'd', 'imagine', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 3, 7, 0, 'people', 'african-american', 'k', NULL, 0, 5, 'r', -1382547456, 9.35622822586221e+17, 'w', 'r', 6, NULL, 'passage', 'm', 1, 'media', 'n', 0, 'assumption', 8, 'visitor', -1.91008919195851e+18, 'x', 0, 0, 0, 7, 'distinguish', 7, NULL, 'gift', NULL, NULL, 'farmer', NULL, 0, -1611988992, 6, 'b', 'legislation', NULL, NULL, 'e', 1, 'would', 0, NULL, 'u', 9, 3, 'j', NULL, 'h', 'o', 't', NULL, 2) ,  (5.47778452176608e+18, b'0', NULL, 'i', 2096955392, 'f', 0, NULL, 1, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 6.02046827686422e+18, 'e', 'd', NULL, 'l', NULL, NULL, 0, 'c', NULL, 'i', NULL, 'mere', 6.95412077461347e+18, 5.11214852701893e+18, 9, 'refugee', 'm', 'w', 1, b'0', NULL, 'w', -900530176, NULL, 'm', 'legacy', 5, NULL, 'sexually', 'tree', -164823040, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 'w', 5.35984650652431e+18, 'must', 4, 'o', -3.02275977489573e+18, 'h', 3, 0, 4, 0, 'agent', 2.53130446555893e+18, 't', LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 2, NULL, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 2, 0, 0, 6, 'e', 'e', NULL, 7, 'd', 6, NULL, -1132986368, 0, 'i', 1, 5, 'n', 'e', 'b', NULL, 'i', NULL, 1307049984) ,  (2, b'0', NULL, NULL, 7, 'iraqi', 2047279104, NULL, b'1', LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 9, 'v', NULL, 't', 'i', 'o', 9, NULL, 'b', 3, 'country', 'inevitably', LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), -3.64932307305366e+18, 3, 1, 'service', 'k', 'm', 0, NULL, 2.12766934895585e+18, 'i', -1071906816, NULL, 'q', 'f', 1, 'f', LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 'flying', 1626079232, 'swimming', NULL, NULL, 'employment', 0, 'm', 8, NULL, NULL, NULL, 0, 2, NULL, 6, 'm', 'foreigner', NULL, 2, 'citizenship', 643694592, 0, 2, NULL, 'h', 'trial', NULL, b'1', 'j', 7.92999451886931e+18, 'how', -618266624, NULL, 'g', 3, 0, 'peace', 'm', 'c', 'q', NULL, 'f', 2107047936) ,  (-9.0522352510147e+18, 7, 2, NULL, 2070216704, NULL, 3, NULL, b'0', LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), NULL, 'g', 't', 'd', 'y', 'q', 2, NULL, 'o', NULL, 'lie', NULL, 'regain', 3.69323316942052e+18, NULL, 6, 'disc', 'casualty', 'j', NULL, NULL, NULL, 'n', -190513152, NULL, 'b', 'q', 1284112384, 'o', LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 'g', 9, 'after', 'r', 1.02991693978429e+18, 'spoon', 4, 'z', 5.22023491807583e+18, 'ridiculous', 7, 0, 5, 8, 'v', -6.74723666673113e+18, 's', 'adolescent', NULL, NULL, 'praise', 4, 7, -1706819584, NULL, 'b', NULL, -1133117440, NULL, 'n', 8, NULL, 8, 2.01479788329488e+18, NULL, 7, 0, 'v', 'toss', 'm', 'politician', 'm', 'w', 1) ,  (NULL, 2, NULL, 'z', 352583680, 'g', 4, 'r', 2, 'insight', NULL, 'c', 'j', 'y', 'u', NULL, 0, 9, NULL, NULL, 'estimated', NULL, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 2.61011745903791e+18, 3, 0, 'i', 'u', 'z', 0, b'1', 6, 'r', NULL, 9, 'y', 'n', 4, 'hip', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'shine', NULL, 'virtually', 'z', 9, 'q', 0, 'suspect', 6, 'insist', 0, 0, 0, NULL, 'tribal', 8, 'n', LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 4, 4, 'narrow', 2, NULL, -1809121280, 5, NULL, 'a', 558759936, 1, 'd', 2, NULL, 5, 6.47336151439167e+18, 'u', b'0', 0, 'bulb', 'l', 'n', 'h', NULL, 'h', NULL) ,  (4, 5, NULL, 't', 808255488, NULL, 2, 'v', 3, 'nearly', 3, 'f', 'e', 'n', NULL, 'overnight', 0, 8, 'q', 7, 'n', 'r', 'ideal', 0, NULL, 9, 'web', 'garage', 'c', NULL, 2, -9.13977396877171e+18, 's', 3, 5, 'g', 'w', 235667456, 'ourselves', 'maintain', 'freely', NULL, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'i', NULL, 'g', 5, NULL, 7, 'h', -1.79749920127425e+18, 8, 7, 1, 'triumph', 2, NULL, 'judge', NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 6, 8, -662700032, b'0', 'y', 'punch', 931463168, NULL, 'q', 4, 'k', 5, 7.49990075445543e+18, 'l', 6, 0, 'though', 'f', 'r', 'scenario', 'x', NULL, 903413760) ,  (5, b'1', -1626669056, 'w', 9, 'conception', 1346109440, 'twin', b'0', 'allegation', -9.11190794607736e+18, 'nevertheless', 'a', NULL, 'fire', NULL, 0, 9, NULL, 0, 'prospect', 'emerge', LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), -3.88716942837416e+18, 4.30121911911553e+18, 4, 'provided', 'v', NULL, 0, b'0', NULL, 'n', 7, -5.51859839338912e+18, 'x', 'i', NULL, 'hispanic', 'pass', 'canvas', 2, LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 'e', 8, 'peace', 0, NULL, 0, 'y', 6, NULL, 4, NULL, NULL, 5, 'w', 'photographer', NULL, 3, 'literature', -1835073536, NULL, -389939200, NULL, 'f', NULL, NULL, 8, 'u', 3.18066723683041e+16, 'dinner', 1509490688, NULL, 'k', 0, 0, 'i', NULL, 'b', 's', 'o', 'pulse', 1009713152) ,  (-8.76738257458351e+18, 5, NULL, 'o', 1548812288, 'm', 1509359616, NULL, b'1', LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 2, 'e', 'n', NULL, 'a', NULL, 0, NULL, NULL, 7, 'j', 'there', LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 3, 3.60963510133745e+18, 0, 'vehicle', 'j', 'u', NULL, NULL, 4, 'w', -720306176, 4.18384405382719e+18, 'j', 'f', 3, NULL, 'narrow', 'b', 1690894336, 'controversy', 'd', NULL, 'p', 0, 'mineral', 8.87940961531435e+18, 'b', -3.57670252906231e+18, 0, 0, 0, NULL, 9, 'w', 'throat', 9, 3, 'discount', 8, 0, 1397358592, b'0', NULL, 'c', 664731648, b'0', 's', 2.06996697873016e+18, 'seemingly', 1846476800, NULL, 'e', b'0', 0, 'c', 'i', 'b', 'tackle', 'l', 'arrival', NULL) ,  (8, 8, -1997864960, 's', 3, 'environmental', -808124416, NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), NULL, 'dutch', NULL, 't', 'g', 'b', 0, NULL, 'b', 0, 'blank', NULL, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 2, 1, 7, 'q', 't', 'u', 0, NULL, 7, 'e', -1371930624, NULL, 's', 'y', 0, 'articulate', LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 'award', -500957184, LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 'b', -2.04688603063989e+18, 'h', 0, 'explosion', 1.78314397746201e+18, 'safely', 9, 1, 9, 0, 'l', 2.06011535454529e+18, 'v', 'left', NULL, NULL, 'instant', 5, 0, 3, NULL, NULL, 'examination', -327155712, b'1', 'o', 5.91407073566759e+18, NULL, 7, -4.1708962048985e+18, 'q', b'0', 7, 'n', NULL, 'p', 'conservation', 'c', 'mandate', NULL) ,  (7.66456361583116e+18, b'0', NULL, 'd', 5, NULL, 5, 'boot', b'0', LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), -7.09513973794551e+18, 'y', NULL, NULL, 'o', 'j', NULL, NULL, 'e', 7, 'property', 'farmer', 'opt', -5.84792411614059e+18, 1, 0, 'tension', 'h', 'g', NULL, 2, 3.46495696330818e+18, 'g', 5, 3, 'm', 'kill', 9, 'mail', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'invention', 857276416, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), NULL, 6, 'lemon', 4, NULL, 5.20447231938003e+18, 'i', 4, 5, 7, NULL, 'closest', -6.02637925137514e+17, 'z', 'arise', 4, 4, 'sunny', 5, 0, 8, b'1', 'v', 'symbol', 8, 7, 'k', -6.53416010936117e+18, 'r', 0, NULL, 'a', 8, 0, 's', 'others', 'r', NULL, NULL, 'toilet', NULL) ,  (-5.17266564701173e+18, b'1', 6, 'f', 7, NULL, -152698880, 'd', 4, 'eleven', NULL, 'r', NULL, 'anniversary', NULL, 'foundation', NULL, 0, 'clear', 0, 'mall', 'listener', 'water', 2, NULL, 0, 'p', 'cost', 'r', 0, 8, 3.7298249163929e+18, 'z', 7, 6, 'f', 'significantly', NULL, 'k', 'ball', 'q', 1826947072, LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 'y', NULL, 'investigation', 0, 'map', -1.42088568243539e+18, NULL, 6, 0, 0, NULL, NULL, 5, 'j', 'school', NULL, 8, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), -887357440, NULL, 9, NULL, NULL, 'uniform', NULL, 9, 'j', 4, 'w', -1404764160, NULL, NULL, 5, 5, 's', 'convey', 'k', NULL, 'x', 'whenever', -1645477888) ,  (7.15143473328764e+18, b'1', NULL, 'c', 0, 'gasoline', 2, 'move', NULL, 'insect', 5, 'r', 'k', 'imagine', 'usually', 'pretty', NULL, NULL, 'tribal', 0, 'might', 't', LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 8, 1, 0, 'y', 'speed', 'g', 0, NULL, NULL, 'r', NULL, -4.63082631684371e+18, 'l', 's', 4, 'k', 'tip', 'allegedly', 7, 'iraqi', 'c', 5, 'land', 0, 'dear', 4.57987934605908e+18, NULL, NULL, NULL, 3, 0, NULL, 5.60895186091324e+18, 'u', 'tile', NULL, 8, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), NULL, 0, 7, 7, NULL, 'cart', NULL, NULL, 'v', 5.26414501444269e+18, 'whether', 826605568, -6.69403789613282e+18, NULL, 7, 0, 'biology', 'strain', 'd', 'format', NULL, 'm', 1110376448) ,  (5.11749655157644e+18, 7, 6, 'j', 2132738048, NULL, 5, 'k', NULL, 'fully', 7, 'constitution', 'h', 'q', NULL, NULL, 0, 9, 'rarely', NULL, 'assessment', 'treaty', 'pure', -7.02223771897745e+18, NULL, 0, 'k', 'i', 'd', NULL, b'1', NULL, 'c', 7, 1.59708901785626e+18, 'd', 'y', 0, NULL, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 'sequence', 4, 'kill', 'o', 3.86774765498112e+18, 'p', 0, NULL, 8, 'actress', -7.07065141497168e+18, 0, 7, NULL, 'neutral', 8, 'c', 'grandmother', 5, 7, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 9, NULL, 4, b'0', 'm', NULL, NULL, NULL, 'q', 2.45080262221968e+18, 'm', -748879872, 5.46371077293054e+18, 'u', b'1', 1, 'm', 'm', 'm', 'h', 'a', NULL, -1021313024) ,  (6, b'1', 3, NULL, 2, 'v', 2, NULL, NULL, 'hate', 2, 'print', 'j', 'mission', 't', 'opt', 3, 0, 'z', 6, 's', NULL, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 1.91740754135299e+18, -1.68884986026394e+15, 2, 'z', 'd', 'w', 6, b'0', 3.63637522412496e+18, 'h', NULL, 7, 'v', 'n', 749273088, 'treatment', LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 't', NULL, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 'w', 8.6243932864145e+17, 'h', 0, 'h', 5.7240751263879e+18, 'output', -1.55908989600032e+18, 0, 0, NULL, NULL, 4, 'i', 'besides', NULL, 1, 'could', NULL, 0, 9, b'1', 's', 'c', 6, 2, 'y', -8.68716220622098e+18, 'ours', 8, NULL, 't', 5, 1, 'instructional', NULL, 'a', 'faster', NULL, 'implication', 9) ,  (4, b'0', 6, 'b', 1367277568, 'y', 0, NULL, b'1', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), NULL, 'x', 'a', 's', 'q', NULL, NULL, 2, 'b', NULL, 'agriculture', 'y', 'white', 5.43105967563211e+18, NULL, 1, 'f', 'electronics', 'c', 0, b'1', NULL, 'x', NULL, 3, 'w', 'f', NULL, 'j', 'electricity', 'devastating', NULL, 'soup', 'a', NULL, 'replacement', 6, 'deeply', 7, 'plot', 5.68917222927578e+18, NULL, 0, 4, 'absence', 8.92416413661135e+18, 'e', LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 8, -628162560, 'crisis', 1, 0, -824377344, 1, 'd', 'u', 6, NULL, 'c', 7, 'j', -872284160, NULL, 'p', b'0', 4, 'c', NULL, 'w', 'waste', 'g', 'i', 912588800) ,  (NULL, 3, 8, 's', 3, 'recovery', -1755971584, 'fade', b'1', LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), NULL, 'o', 't', NULL, 'h', 'z', 0, NULL, NULL, 0, 'i', 'm', 'vanish', 4.09011288658254e+18, 6, 4, 'w', 'a', 's', 0, 5, -4.92975274211043e+18, 'w', NULL, -4.41324615984638e+18, 't', 'j', NULL, 'engine', LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 's', -1862336512, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 'j', NULL, 'e', 5, 'd', 5, 'discourse', 3, 0, 8, 5, 'e', -5.33169900885325e+18, 'n', 'ceiling', 0, 964755456, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), -395444224, 0, 5, b'0', 'p', 'r', 0, NULL, 'b', 3, 'e', 1, 5.42543017609789e+18, 'c', 4, 0, 'denial', 'g', 'k', 'string', 'f', 'sea', NULL) ,  (0, 0, NULL, 'n', 6, NULL, 1354563584, NULL, b'1', LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), -6.35289022435951e+17, 'unable', 'e', 'a', 'd', 'a', 2, NULL, NULL, 7, 'angry', NULL, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 8, 2, 0, 'moderate', 'bar', 's', 2, NULL, 3.2755243039819e+18, 't', NULL, -5.17913957147607e+18, 'l', 's', 0, 'nut', LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 'senate', NULL, 'naked', 't', -7.62937924374233e+18, 'h', 7, 'withdrawal', 3.53054063288176e+18, NULL, 4, 2, 4, NULL, NULL, 5.7477190244316e+17, NULL, 'curriculum', NULL, NULL, 'feeling', NULL, 0, -510459904, NULL, NULL, 'comprehensive', 0, 7, 'w', -6.83111620979091e+18, 'f', 6, -7.710444037035e+18, 'm', 6, 0, 'x', NULL, 'f', NULL, NULL, NULL, 552140800) ,  (NULL, 6, NULL, 'i', 6, NULL, -131792896, 'wander', 8, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 7.32960839354548e+18, 'unlike', 'v', 'w', 'engine', NULL, NULL, 2, 'consequently', 0, 'nearly', 'connect', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), -3.55193273111177e+18, 2, 4, 'harvest', 'r', 'b', NULL, NULL, NULL, 'u', -76677120, 5.05134993204943e+18, 'j', 'a', -962134016, 'range', 'genius', 'e', 1418199040, 'odds', 'p', NULL, 'sink', 5, NULL, 4, 'j', 5.33169900885325e+18, NULL, 0, 5, 'pain', 7, NULL, 'flexibility', 9, 3, 'recognize', NULL, NULL, -1744437248, NULL, 'g', 'envelope', 8, b'0', 'a', 6, NULL, 2079784960, 3.14745318957856e+18, 'u', b'1', 0, 'mount', 'opening', 'a', 'box', 'j', NULL, 6) ,  (8, 4, 0, 'm', 4, 'i', 96862208, 'telescope', 1, LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), NULL, 'p', 't', 'w', NULL, NULL, 0, 0, 'tune', NULL, 'protective', 'u', 'valid', 9.08910847296379e+18, -7.32988986852219e+18, 0, 'a', 'c', 'o', 5, NULL, 2.6624718047061e+18, 'f', NULL, 7, 'l', 'a', NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 'select', NULL, 'appear', 'b', NULL, 'test', 5, NULL, 2.1104993753765e+18, NULL, NULL, 8, 0, NULL, 'plead', -5.67087635578959e+18, 'h', 'insight', 0, 2120024064, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 9, 0, 6, 2, 'p', NULL, 1424228352, b'0', 'k', 8, 'funeral', 6, 6, 'd', 3, 0, 'r', 'hockey', 'j', 'v', NULL, 'hole', NULL) ,  (7, b'0', 1, 'j', 1, 'entirely', 9, 'y', NULL, 'divorce', 6.52740470992011e+17, 'loyalty', 'j', 'user', 'refuge', NULL, 4, NULL, 'internal', 3, 'session', 'stretch', LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 3.86746618000441e+18, NULL, 0, 'engagement', 'assign', NULL, 9, NULL, NULL, 'g', 2, NULL, 'v', 'w', 969146368, NULL, 'peace', 'o', -1909587968, 'write', 'o', NULL, 'assault', 0, NULL, 1, 'achieve', 3.77626828755016e+18, NULL, 3, NULL, NULL, 4, 'y', 'delay', 0, -76021760, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), -981270528, NULL, -185860096, b'0', NULL, NULL, 4, b'1', 'e', 1, 'i', 314114048, 6, NULL, b'1', 7, 's', 'neighborhood', 'e', 'watch', NULL, NULL, NULL) ,  (NULL, b'1', 5, NULL, 3, 'horn', 1978728448, 'n', NULL, LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 2, 'container', 'c', NULL, NULL, NULL, NULL, NULL, 'x', 8, 'indeed', NULL, LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 1.43580385620106e+18, 9, 5, 'ability', 'k', 'k', NULL, 7, 0, 'g', 2, 4, 'i', 'cope', NULL, 'a', LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 'u', 6, 'innovation', 'c', NULL, 'filter', 6, NULL, -6.28533622994895e+18, 'j', 9, 0, 0, 0, NULL, -9.12851496970328e+18, 't', 'word', 0, 1047461888, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 7, NULL, 1167261696, b'1', 'e', 'e', 5, NULL, 'a', 6.31095045282962e+18, NULL, 6, 9.12570021993618e+18, 't', b'0', 0, 'horrible', 'denial', 'e', 'e', NULL, NULL, 0) ,  (0, b'0', 150274048, 'e', -795017216, 'm', 0, NULL, b'1', 'vision', 4, 'u', 'l', 'player', 'fear', 'z', NULL, 0, 'football', NULL, 'a', 'd', 'tactic', -2.46543932100864e+18, -3.03120402419705e+18, 3, 'tumor', 'judge', 'm', 0, NULL, 1, 'q', 77201408, 0, 's', 'g', 811597824, 'german', LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 'v', 1507590144, 'deer', NULL, 6, 'e', 0, 'chocolate', 0, 'fixed', 7, 2, 0, NULL, 'burn', 7, NULL, LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 0, 3, 'spanish', 838205440, 4, -22282240, NULL, 's', 'u', -2125004800, NULL, 't', 2.28867303563434e+18, NULL, 463011840, 6, 't', b'0', 1, 'photograph', 'n', 'c', 'profile', NULL, 'racism', NULL) ,  (1.80791377541254e+18, b'1', NULL, 'a', 8, NULL, 3, NULL, b'0', LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), NULL, 'pose', 'k', NULL, 'z', 'o', 0, NULL, 'privately', NULL, 'tumor', 'moral', LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 5.27906318820835e+18, 8, 0, 'd', 'r', 'y', 6, 6, 8, 'p', 1131675648, NULL, 's', 'u', NULL, 'j', 'grab', 'offensive', 9, 'break', 'h', 6, 'f', 2, 'vehicle', 4.95733728982807e+18, NULL, 5, 1, 2, 0, 'setting', 3, 'k', LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 9, NULL, 1866989568, 0, 'a', 'a', 409665536, b'1', 'n', 0, 'service', -1417216000, -4.97028513875676e+18, 'l', 9, 0, 'l', 'g', 'q', NULL, 'x', NULL, 587005952)  /* QNO 90 CON_ID 11 */
		   11 Query	SHOW WARNINGS
		   11 Query	COMMIT /* QNO 91 CON_ID 11 */
		   11 Query	ALTER TABLE `table100_innodb` ENABLE KEYS /* QNO 92 CON_ID 11 */
		   11 Query	SHOW WARNINGS
		   11 Query	DROP TABLE /*! IF EXISTS*/ table100_innodb_int_autoinc /* QNO 93 CON_ID 11 */
		   11 Query	SHOW WARNINGS
		   11 Query	CREATE TABLE `table100_innodb_int_autoinc` (
`col_decimal_unsigned_default_null` decimal unsigned default null,
`col_int_key` int,
`col_float_unsigned_key` float unsigned,
`col_blob` blob,
`col_float_unsigned_not_null` float unsigned not null,
`col_int_unsigned_not_null` int unsigned not null,
`col_set_utf8` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8,
`col_char_utf8_key_default_null` char (1)  CHARACTER SET utf8 default null,
`col_int_unsigned_not_null_key` int unsigned not null,
`col_enum_utf8_key_default_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 default null,
`col_char_latin1_key_default_null` char (1)  CHARACTER SET latin1 default null,
`col_float_unsigned_not_null_key` float unsigned not null,
`col_char_utf8_default_null` char (1)  CHARACTER SET utf8 default null,
`col_set_latin1` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1,
`col_float_not_null_key` float not null,
`col_decimal_unsigned` decimal unsigned,
`col_int_not_null_key` int not null,
`col_char_latin1` char (1)  CHARACTER SET latin1,
`col_int_unsigned` int unsigned,
`col_char_utf8_not_null` char (1)  CHARACTER SET utf8 not null,
`col_int_unsigned_default_null` int unsigned default null,
`col_float` float,
`col_blob_key_default_null` blob default null,
`col_char_latin1_not_null_key` char (1)  CHARACTER SET latin1 not null,
`col_int_default_null` int default null,
`col_set_latin1_key_default_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 default null,
`col_set_latin1_not_null_key` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 not null,
`col_enum_latin1_default_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 default null,
`col_enum_utf8` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8,
`col_char_latin1_key` char (1)  CHARACTER SET latin1,
`col_bit` bit,
`col_float_unsigned_default_null` float unsigned default null,
`col_int_unsigned_key` int unsigned,
`col_float_not_null` float not null,
`col_decimal_key` decimal,
`col_bit_not_null_key` bit not null,
`col_char_latin1_not_null` char (1)  CHARACTER SET latin1 not null,
`col_decimal_key_default_null` decimal default null,
`col_enum_latin1_not_null_key` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 not null,
`col_blob_default_null` blob default null,
`col_decimal_unsigned_not_null_key` decimal unsigned not null,
`col_blob_not_null_key` blob not null,
`col_float_key_default_null` float default null,
`col_decimal_unsigned_key_default_null` decimal unsigned default null,
`col_float_default_null` float default null,
`col_enum_latin1_key_default_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 default null,
`col_bit_key_default_null` bit default null,
`col_enum_utf8_not_null_key` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 not null,
`col_blob_not_null` blob not null,
`col_decimal_unsigned_not_null` decimal unsigned not null,
`col_decimal_not_null_key` decimal not null,
`col_enum_utf8_default_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 default null,
`col_decimal_default_null` decimal default null,
`col_set_utf8_not_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 not null,
`col_float_unsigned_key_default_null` float unsigned default null,
`col_decimal_unsigned_key` decimal unsigned,
`col_char_utf8_key` char (1)  CHARACTER SET utf8,
`col_char_utf8_not_null_key` char (1)  CHARACTER SET utf8 not null,
`col_int_not_null` int not null,
`col_set_utf8_key_default_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 default null,
`col_enum_latin1_not_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 not null,
`col_enum_utf8_key` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8,
`col_bit_default_null` bit default null,
`col_bit_key` bit,
`col_set_utf8_not_null_key` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 not null,
`col_int_key_default_null` int default null,
`col_set_latin1_default_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 default null,
`col_float_key` float,
`col_set_latin1_not_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 not null,
`col_decimal_not_null` decimal not null,
`col_enum_latin1_key` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1,
`col_set_utf8_key` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8,
`col_decimal` decimal,
`col_int` int,
`col_bit_not_null` bit not null,
pk int auto_increment,
`col_int_unsigned_key_default_null` int unsigned default null,
`col_blob_key` blob,
`col_enum_latin1` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1,
`col_set_latin1_key` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1,
`col_enum_utf8_not_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 not null,
`col_char_latin1_default_null` char (1)  CHARACTER SET latin1 default null,
`col_float_unsigned` float unsigned,
`col_set_utf8_default_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 default null,
`col_char_utf8` char (1)  CHARACTER SET utf8,
/*Indices*/
key (`col_int_key` ),
key (`col_float_unsigned_key` ),
key (`col_char_utf8_key_default_null` ),
key (`col_int_unsigned_not_null_key` ),
key (`col_enum_utf8_key_default_null` ),
key (`col_char_latin1_key_default_null` ),
key (`col_float_unsigned_not_null_key` ),
key (`col_float_not_null_key` ),
key (`col_int_not_null_key` ),
key (`col_blob_key_default_null`  (255)),
key (`col_char_latin1_not_null_key` ),
key (`col_set_latin1_key_default_null` ),
key (`col_set_latin1_not_null_key` ),
key (`col_char_latin1_key` ),
key (`col_int_unsigned_key` ),
key (`col_decimal_key` ),
key (`col_bit_not_null_key` ),
key (`col_decimal_key_default_null` ),
key (`col_enum_latin1_not_null_key` ),
key (`col_decimal_unsigned_not_null_key` ),
key (`col_blob_not_null_key`  (255)),
key (`col_float_key_default_null` ),
key (`col_decimal_unsigned_key_default_null` ),
key (`col_enum_latin1_key_default_null` ),
key (`col_bit_key_default_null` ),
key (`col_enum_utf8_not_null_key` ),
key (`col_decimal_not_null_key` ),
key (`col_float_unsigned_key_default_null` ),
key (`col_decimal_unsigned_key` ),
key (`col_char_utf8_key` ),
key (`col_char_utf8_not_null_key` ),
key (`col_set_utf8_key_default_null` ),
key (`col_enum_utf8_key` ),
key (`col_bit_key` ),
key (`col_set_utf8_not_null_key` ),
key (`col_int_key_default_null` ),
key (`col_float_key` ),
key (`col_enum_latin1_key` ),
key (`col_set_utf8_key` ),
primary key (pk),
key (`col_int_unsigned_key_default_null` ),
key (`col_blob_key`  (255)),
key (`col_set_latin1_key` )) ENGINE=innodb /* QNO 94 CON_ID 11 */
		   11 Query	CREATE OR REPLACE VIEW `view_table100_innodb_int_autoinc` AS SELECT * FROM `table100_innodb_int_autoinc` /* QNO 95 CON_ID 11 */
		   11 Query	ALTER TABLE `table100_innodb_int_autoinc` DISABLE KEYS /* QNO 96 CON_ID 11 */
		   11 Query	SHOW WARNINGS
		   11 Query	INSERT /*! IGNORE */ INTO table100_innodb_int_autoinc VALUES  (NULL, NULL, 2, 'ally', -3.72588426671895e+18, 617218048, NULL, 't', 1, 'c', 'busy', 1, 'respond', 'f', 5, NULL, -1804861440, NULL, -1471741952, 'obvious', NULL, 5, 'beat', 'a', NULL, 'c', 'massive', 'u', 'u', 'handsome', b'0', 6, NULL, -8.92866773623872e+18, NULL, b'0', 'precisely', 0, 'x', 'well-known', 0, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 4, 7, 5.11721507659973e+17, 'v', NULL, 'y', LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 7, 0, NULL, 4, 'behavior', 8, 0, 'l', 'i', 2067529728, NULL, 'f', 'e', 8, b'0', 'beautiful', 9, 'i', -3.14351253990461e+18, 'e', 9, NULL, 'positive', 9, 3, b'0', NULL, -493158400, 'own', NULL, 'i', 'c', 'f', NULL, NULL, NULL) ,  (0, NULL, 6, 'machine', 6.1969530872618e+18, -676397056, 't', NULL, 5, 'r', 'b', 3, 'depression', 'upper', 2, 1, -1671299072, NULL, NULL, 'musical', 7, -3.13366091571973e+18, 'patent', 'y', NULL, NULL, 'b', 'o', NULL, 'f', NULL, NULL, 6, -3.97555257106131e+18, NULL, 9, 'e', NULL, 'c', 'bit', 0, 'sometime', 9, 0, 5, 'p', b'1', 'o', 'anxiety', 0, 5, 't', NULL, 'negative', NULL, 0, 'h', 'policy', 1508245504, 'prompt', 'm', 'h', b'1', NULL, 'z', NULL, 'y', 8, 'c', 0, 'k', NULL, 5, NULL, 8, NULL, NULL, 'retired', 'k', NULL, 'i', NULL, 2, NULL, NULL) ,  (8, NULL, 2, 'whip', -2.27797698651934e+18, 3, NULL, NULL, -2054160384, 'm', NULL, 9, 'p', 'first', -2.48486109440167e+18, NULL, 0, 'still', 9, 't', 5, 7, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 'ad', NULL, 'c', 'but', NULL, 'x', NULL, b'0', 9.60674095513469e+17, 4, 9, 0, b'0', 'delay', 5, 'e', 'cigarette', 0, 'volume', NULL, NULL, 4, 'o', b'1', 'e', 'dear', 5, 0, 'j', NULL, 'v', 8.09325000536149e+18, 9, NULL, 'f', 5, NULL, 'r', 'u', NULL, b'1', 'c', NULL, NULL, NULL, 'city', 0, 'q', 'anyway', NULL, 564527104, b'0', NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 'o', 'ribbon', 'e', 'radar', 6.38385247179768e+18, NULL, 'y') ,  (5, 1078853632, NULL, 'everywhere', 7, 1, 't', NULL, -1868169216, 'j', NULL, 1, 'violation', 'single', 1, 0, 4, 'basically', -992215040, 'afford', NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 'f', 1, NULL, 'sing', 'k', 'b', NULL, 2, -5.60388531133245e+18, -561053696, 0, 0, b'0', 'e', NULL, 's', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 6, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 4.86388759756014e+17, NULL, 2.8105276424559e+18, 'a', b'1', 'd', 'stove', 0, 0, 'p', NULL, 'q', NULL, NULL, 'o', 'g', 8, 'm', 'u', 'x', NULL, 8, 'monthly', 0, 'ass', NULL, 'operator', 4, 'l', 'involvement', NULL, 7, b'0', NULL, 794689536, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'm', 'm', 'g', 'ask', 7, 't', 'k') ,  (0, 7, 2, 'grand', 4, 4, NULL, 'w', 788660224, NULL, 'barrier', 7.16381963226291e+18, 't', NULL, 4, 8, 93716480, 'c', 8, 'chair', 3, NULL, 'combined', 'v', 1157431296, 'h', 'equity', 'q', 'c', NULL, b'1', 6, 1452408832, 2.49386829365641e+18, NULL, b'0', 'reliability', NULL, 'z', 'acquire', 9, 'sink', -3.8908286030714e+18, 1, 4.90751621895029e+18, 'n', 0, 'b', 'survival', 0, 3, 'd', 4, 'x', 4.45011938179547e+18, 0, NULL, 'f', -569180160, 'm', 'r', 'p', b'0', NULL, 'g', -1838350336, 'r', 7, 'h', 0, 'a', 'y', NULL, NULL, 4, NULL, 1642332160, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), NULL, 'smoke', 'o', NULL, NULL, 'learning', NULL) ,  (0, 7, NULL, 'interfere', 3, 1173946368, 'f', NULL, 8, 'r', 'x', 8, 'precisely', 'occupy', 6, 7, 6, 'thus', 6, 'bottom', 6, 7.47991603110897e+18, 'newspaper', 'k', 1, 'i', 'zone', NULL, 'f', 'attendance', NULL, 8.21315834544023e+18, -1371996160, 6, 9, 2, 't', 0, 'w', 'diplomat', 3, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), NULL, 7, 8, 'd', NULL, 'w', 'horizon', 8, 5, NULL, NULL, 'i', -9.17495834086054e+18, NULL, 'c', 'i', 4, 'isolate', 'm', 'x', NULL, 0, 'p', 2, NULL, NULL, 'tail', 5, 'c', 's', 0, -1494548480, b'0', NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'u', 'ballot', 'r', 'f', -2.89862931016634e+18, 'm', 'b') ,  (0, 992083968, 4.42957170849559e+18, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 8.8805355152212e+18, 1661927424, 'u', 'airplane', 1178402816, 'd', 'comment', 9, NULL, 'pine', 7, 0, -844431360, NULL, NULL, 'a', 2142109696, -4.6358928664245e+17, 'install', 'melt', 8, 'p', 'h', 'n', 'm', NULL, 8, NULL, 240320512, 3, 0, 6, 'j', 5, 'o', 'researcher', 0, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 2, 2, NULL, 'y', 5, 'c', LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 9, 0, 'm', 4, 'b', NULL, 0, 'produce', 'wear', 0, 'i', 'o', 'd', b'0', b'1', 'be', 820314112, 'devote', 1.27282984468559e+18, 'c', 0, NULL, 'exotic', 0, 0, 5, NULL, 5, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'e', 'mortality', 's', 't', -6.8758707310879e+18, 'enforcement', 'likewise') ,  (NULL, NULL, 3.45088321447264e+18, 'hint', 1, 1012793344, NULL, 'broad', 5, 'q', 'exam', -6.39708179570308e+18, 'mixed', 'o', 4.36764721361925e+18, NULL, 2, 'the', 3, 'seller', 6, -7.18690058035318e+18, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 'yours', NULL, NULL, 'j', 'f', 'r', NULL, 9, NULL, -454950912, 8, 0, 0, 'situation', NULL, 'e', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 7, 'anticipate', 9, 0, 5, 'q', 4, 'c', LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 8, 0, 't', 3, 'n', 0, 6, NULL, 'organize', 0, 'camp', 'c', NULL, 8, 5, 'junior', 3, 'except', NULL, 'n', 0, 'b', 'w', 0, 8, 6, NULL, NULL, 'horrible', 'w', 'n', 'n', 'i', 6, 'o', 'z') ,  (0, 4, 5.75897802350002e+18, 'bullet', -7.8953730967339e+18, 1677918208, 'z', NULL, 9, 'g', NULL, 2, 'wait', NULL, 7, 3, -1876426752, 'flip', 9, 'innovative', NULL, -7.57899522291112e+18, 'racism', 'collection', -976158720, 'mr', 'membership', NULL, 'm', NULL, 0, 2, NULL, 8.93992673530715e+18, NULL, 9, 'physical', 5, 's', 'final', 0, 'ultimate', 5, NULL, 2, NULL, NULL, 't', 'balance', 0, 4, 't', NULL, 'k', 4, 0, NULL, 'g', 8, NULL, 'q', 'z', b'0', 5, 'h', -1719861248, NULL, 3.58402087845678e+18, 'sponsor', 7, 'x', 'recording', 3, 0, b'1', NULL, 623116288, 'quantity', NULL, NULL, 'o', NULL, 2.87160771240211e+18, 'e', 'z') ,  (NULL, 1, 7, 'shift', -1.70292360909947e+18, 3, 'b', 'r', -570228736, 'q', NULL, 5, NULL, 's', 5, 0, -1347092480, 'dimension', -2007105536, 'z', 3, 7, 'nervous', 'salary', 8, 'seriously', 'reasonable', 'h', 'b', 'genius', NULL, NULL, -82903040, 0, NULL, b'1', 'seventh', 3, 'b', 'sport', 1, 'explanation', 1, 0, NULL, NULL, 7, 'g', 'harm', 0, 0, NULL, 0, 'find', -2.9188955084895e+17, 3, NULL, 'r', 5, 'detail', 'j', 't', NULL, NULL, 'm', NULL, 'o', -8.43355325220468e+18, 'physical', 9, 'a', 'start', 3, 4, 5, NULL, 1479540736, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 'g', 'generate', 'v', 'a', -8.33531848533266e+18, NULL, NULL) ,  (6, 9, 9, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), -6.40946669467835e+18, 110886912, NULL, NULL, 2, 'z', NULL, 0, 'fiction', NULL, 1, NULL, 1355677696, NULL, NULL, 'h', 2, 2.75226232227679e+18, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 'how', 7, 'a', 'park', 'i', 's', 'p', NULL, 4, 8, 9, 3, b'1', 'therapy', 2, 'j', 'christmas', 0, 'catch', 6, NULL, -4.40564633547519e+18, 'n', 2, 'j', 'active', 0, 0, 'u', 0, 'primary', NULL, 0, 'l', 'faith', 3, 'f', 'w', 'b', NULL, b'1', 'orbit', NULL, 'q', 5, 'norm', 3, 'f', 'r', 0, 1972305920, 0, NULL, NULL, 'none', 'w', 'f', 's', 'cottage', NULL, 'y', 'sunny') ,  (0, NULL, NULL, 'boast', 3, 4, 'contact', 's', -620167168, NULL, NULL, 7.37182964005208e+17, NULL, NULL, 3, NULL, -1726676992, 'g', 1557725184, 'hear', 855834624, 4.02959576658975e+18, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 'b', 4, 'ear', 'stream', 'g', NULL, 'q', NULL, 9, 841940992, 2, 0, b'1', 'b', 0, 'z', 'me', 0, LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 6, 0, 9, 'o', 6, 'u', LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 0, 0, 'o', NULL, 'chef', NULL, NULL, 'e', 'early', 530841600, 'z', 'g', 'g', 4, 3, 'q', 0, 'thus', -5.58502648789284e+18, 'z', 6, 's', 'earn', 5, 819462144, b'1', NULL, 4, 'damage', NULL, 'interrupt', 'q', NULL, 7.68792603889815e+18, NULL, 'unity') ,  (0, 8, NULL, 'compose', 3, -438960128, 't', 'hidden', 6, 'l', NULL, -1.26663739519795e+17, 't', 'p', 7, 2, -38731776, 'a', 0, 'filter', NULL, 5, LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 't', NULL, 'u', 'vary', 'b', 'a', NULL, 7, -2.76070657157811e+18, 0, 0, NULL, b'1', 'implementation', 3, 'm', LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 2, 'total', NULL, NULL, 1.93401456497892e+18, 'e', NULL, 't', LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 6, 6, NULL, NULL, 'u', -1.88166021931074e+18, 2, NULL, 'd', -1388511232, NULL, 'o', 'z', NULL, NULL, 'h', 735182848, NULL, 2.36241947953254e+18, 't', 4, 'p', NULL, NULL, NULL, b'1', NULL, 1876754432, 'legitimate', 'y', NULL, 's', 'separation', 5.08287512944103e+18, NULL, NULL) ,  (0, 0, 3.15111236427579e+18, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 5.61908496007483e+18, 6, 'quality', 't', 1901068288, 'f', 'appoint', -7.14918293347395e+18, 'evening', 'vitamin', 5, 0, -76546048, 'scratch', 1031208960, 'harmony', NULL, -6.41284439439888e+18, 'pat', 'p', NULL, NULL, 'o', 'd', 'c', NULL, NULL, -6.10406634494729e+18, 1317470208, 8, 4, b'1', 'courtroom', NULL, 't', 'breeze', 6, 'anything', -7.95701611663353e+18, 0, 7.73774710977593e+18, 's', b'0', 'l', 'scientist', 7, 0, NULL, NULL, 'j', 3, NULL, NULL, 'stable', -730529792, 'w', 'b', 'l', 9, b'0', 'approximately', -254279680, NULL, 6.94820980010254e+18, 'suspect', 0, 'r', NULL, NULL, -304742400, 7, NULL, NULL, 'foot', 'x', NULL, 'k', NULL, 7, 'g', 'c') ,  (6, 1809186816, 6, 'pain', 0, -382468096, 'f', NULL, 7, 'v', 'oversee', 3.73911359062435e+18, 'settle', NULL, 9, 8, -2045902848, 'oh', NULL, 'dominate', NULL, -5.23824931658531e+18, LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 'entirely', 0, 'k', 'x', 'z', 's', 'k', b'0', 2, NULL, -7.41658416134907e+18, NULL, b'0', 'n', NULL, 'q', 'production', 2, 'ceremony', NULL, NULL, -1.66070236259287e+18, 'p', 2, 'd', LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 0, 4, 'q', 6, 'k', 9, 0, 'r', 't', 1056899072, NULL, 'z', 'w', b'0', 1, 'dense', 6, 'latin', 1.77695152797437e+18, 'r', 0, NULL, 'b', 1, 2, 6, NULL, 549519360, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 'f', NULL, 'v', 'ocean', NULL, NULL, 'carve') ,  (3, -327024640, 4, 'electronics', -5.42430427619105e+18, -1775828992, NULL, NULL, 1, 'l', NULL, 7, 'a', 'x', -7.73774710977593e+18, NULL, 2, NULL, NULL, 'd', 7, 6, LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 'left', 0, 'guy', 'u', NULL, NULL, NULL, b'1', NULL, 2003763200, 3, 0, 8, 'guilt', NULL, 'p', 'bag', 9, 'korean', 6.86235993220579e+18, 0, NULL, 'p', NULL, 'o', LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 3, 0, 'u', 9, 'single', -6.19216801265772e+18, 4, 'z', 'rail', 3, NULL, 'k', 'n', NULL, b'1', 'h', 5, 'panel', NULL, 'i', 4, 'r', NULL, 1, 2036072448, 6, NULL, NULL, 'indicate', NULL, 'shelter', 'b', NULL, -8.32743718598476e+18, 'w', NULL) ,  (NULL, 3, NULL, 'certainly', 3, -272891904, 'p', 'weather', 0, 'z', NULL, 6.96481682372847e+18, 'j', NULL, 4.44392693230784e+18, NULL, 1621229568, NULL, -2113208320, 'sentence', 1759772672, 0, 'struggle', 'k', 9, NULL, 'coat', 'x', 'k', NULL, 3, 0, 8257536, 5.27962613816177e+18, NULL, 9, 'journal', 9, 'c', 'revolutionary', 0, LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 4, 0, 5.46174044809357e+18, 'n', 9, 'r', LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 5, 0, 'b', NULL, 'n', NULL, 0, 'exposure', 'bell', 7, 'i', 'l', 'n', b'1', NULL, 'anxious', 0, 'builder', 1, 're', 0, 'b', 'bat', 0, 4, b'0', NULL, NULL, 'testify', 'e', NULL, 'z', 'd', NULL, 'x', NULL) ,  (0, 7, -4.87317627179159e+18, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 3, 1495859200, 'density', 'r', -1389625344, 'g', 'itself', 2, 'x', 'embarrassed', 1, 3, 3, 'urban', NULL, 's', 2, 3.2701762794244e+18, 'affair', 'abuse', 1, 'companion', 'u', 'l', 'j', 'i', NULL, NULL, 755302400, 9, 0, 5, 'milk', NULL, 'h', 'backyard', 0, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 1, NULL, 9, 'n', 7, 'l', 'golden', 1, 0, 'j', NULL, 'grow', 5, 3, NULL, 'instead', -258539520, 'policy', 'k', 'u', NULL, NULL, 'h', 4, NULL, 9.07953832375563e+18, 'x', 0, NULL, 'a', NULL, -1496711168, 4, NULL, NULL, 'it', 'l', 'g', 'a', 'f', 9, 'theology', 'carry') ,  (0, NULL, NULL, 'supportive', 2.35510113013806e+18, 1756299264, 'depressed', 'b', 1727397888, 'r', 's', 3.04049269842851e+18, 'g', NULL, 4, 3, 1557659648, NULL, NULL, 'a', 1411186688, NULL, 'evening', 'complexity', NULL, NULL, 'photograph', NULL, 'b', 'o', NULL, NULL, 1, 6.37991182212373e+18, 0, b'1', 'she', 6, 'g', LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 0, 'cure', -6.82576818523341e+18, NULL, 0, 'r', 4, 'r', LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 7, 6, 'c', 0, 'e', NULL, 0, 'r', 'screw', 6, 'v', 'z', 'e', NULL, 5, 'mixture', -1706033152, 'someday', 4.56073904764276e+18, 'h', 2, 'x', 'x', NULL, NULL, b'0', NULL, -2138963968, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), NULL, 'entry', 'e', 'ceremony', 6.00470567816842e+18, 'carbon', 'acceptable') ,  (4, NULL, 8, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), -1.98749481055394e+18, 430309376, NULL, NULL, -1671036928, 'h', 'p', 3, 'legacy', 'w', 2, 3, -1605566464, 'trade', NULL, 'jewish', 224264192, NULL, 'craft', 'h', NULL, 'freeze', 'clear', 'u', NULL, 'interpretation', 6, NULL, 892796928, 8, 0, 2, 'y', 0, 'n', LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 0, LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), NULL, 5, -3.10776521786235e+18, 'l', 6, 'm', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 8, 2, 'q', 8, 'e', NULL, 0, 'agreement', 'h', 1, 'l', 'q', 'd', b'1', NULL, 'x', 3, 'x', 7, 'similarity', 7, 'b', NULL, 0, 8, b'1', NULL, NULL, 'dining', 'l', 'manager', 'a', 'i', NULL, NULL, 'd') ,  (0, -608239616, 1.77047760351003e+18, 'amendment', 7, 0, 'n', 'celebrity', 5, 'l', 'silence', 4.81097030193853e+18, 'l', NULL, 8.24777976757564e+18, 0, -714407936, NULL, NULL, 'x', 1, 3.81989690894031e+18, LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 'h', NULL, 'here', 'h', 'k', 't', 'action', NULL, -2.37621175339136e+18, NULL, 5, 2, 7, 'o', 0, 'p', LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 0, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 2.44432869775534e+18, NULL, -6.74132569222021e+18, 'd', NULL, 'o', 'ban', 4, 0, NULL, NULL, 'growth', 2, NULL, NULL, 'smile', 30932992, 'x', 'g', 'v', 0, b'0', 'y', 1321861120, NULL, NULL, 'disturb', 0, 'd', NULL, 9, -1216806912, b'1', NULL, 7, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 'h', 'i', 'k', 'lion', NULL, 'highway', 'strange') ,  (0, -297271296, NULL, 'grant', 9.09164174775419e+16, 2, NULL, 'next', -2110586880, 'w', 'o', 9, 'passenger', NULL, 2, 0, 2, 'd', 7, 'past', NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'enroll', 910557184, 'dissolve', 'treasure', 'h', NULL, NULL, 1, -3.63159014952088e+18, 0, 0, NULL, 5, 'u', NULL, 'l', 'witness', 0, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), NULL, NULL, NULL, 'z', NULL, 'n', LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 0, 3, NULL, 9, 'computer', NULL, 0, NULL, 'y', 2, 'j', 'a', 'x', 4, 8, 'our', NULL, 'r', NULL, 'f', 0, 'l', 'y', 8, -363003904, 6, NULL, 7, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), NULL, 'ghost', 'u', 'q', NULL, NULL, NULL) ,  (NULL, 0, 9, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 3.20487408482753e+18, 8, 'recovery', 'k', 9, 'n', 'ecosystem', 7, NULL, 'w', 3, NULL, 235798528, 'd', 1944977408, 'silly', 6, -8.59624578874343e+18, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'l', NULL, 'l', 'industry', 'u', 'm', NULL, NULL, 7, -181075968, -7.65189724187918e+18, 0, b'0', 'throat', 5, 'p', LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 0, 'regarding', NULL, 6, 3, 'z', b'0', 'h', 'area', 4, 6, 'n', NULL, 'n', NULL, 0, NULL, 'store', 2, NULL, 'n', 'i', NULL, NULL, 'l', 743964672, 'blink', 2, 'immigration', 1, NULL, NULL, 1, NULL, b'0', NULL, NULL, 'jurisdiction', 'q', NULL, 's', NULL, NULL, NULL, NULL) ,  (2, NULL, NULL, 'deny', 6.15219856596481e+18, 2, 'explain', NULL, 1, 'p', NULL, 2.15187619695297e+18, NULL, NULL, 2.08038155286846e+18, NULL, 1653800960, NULL, NULL, 'private', 2, 8.27930496496724e+18, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 'm', -1789460480, 'e', 'j', 'e', 'i', 'r', 8, 1.12589990684262e+16, -1318584320, -3.53982930711321e+18, 1, b'1', 'boyfriend', 0, 'p', LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 7, LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), NULL, 7, NULL, 'm', NULL, 'i', LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 2, 1, 'a', NULL, 'nearby', 0, 0, 'spend', 'y', -727580672, NULL, 'v', 'a', 8, 6, 'l', 2, 'f', -7.24769917532268e+18, 'rock', 6, NULL, 'undergo', 0, 6, 6, NULL, 1760493568, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'j', 'd', 'm', 'underlying', NULL, 'fair', 'destruction') ,  (0, 1422589952, 1, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 3, -1532297216, 'f', 'w', 1337458688, 'a', 'y', 9, 'landmark', 't', 0, 6, 1735983104, 'anxiety', NULL, 'p', NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'l', NULL, 'repeat', 'preserve', 's', 'c', 's', NULL, 4, 4, 7, 5, 7, 'g', 0, 'o', LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 6, 'move', 2, 0, NULL, 'r', NULL, 'u', 'sun', 0, 6, 's', NULL, 't', NULL, NULL, 'typically', 'o', 2105344000, NULL, 'w', 'l', b'1', b'1', 'y', 651296768, 'regain', NULL, 'missionary', 0, 'w', 'mine', 0, 8, b'0', NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 'u', NULL, 'o', NULL, 9, 'commission', 'distant') ,  (0, 8, 0, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 6, 5, 'x', 'h', -1518534656, 'm', 'b', -1.45719595443107e+18, 'n', 'drop', 9, NULL, 9, 'd', -337969152, 'z', NULL, 4.88218347104633e+18, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'h', NULL, 'x', 'closely', NULL, 'y', NULL, b'0', 0, -927006720, -6.10603666978426e+18, NULL, b'0', 'bronze', NULL, 'z', 'clinic', 3, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), -5.65370638221024e+18, NULL, 1, 'v', NULL, 'x', LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 0, 0, 's', 0, 'i', -2.21577101666628e+18, 5, NULL, 'invisible', 1, 'concert', 'o', 'm', b'0', NULL, 'trouble', NULL, NULL, -3.85902193070309e+18, 'priest', 0, 'a', 'e', 0, 3, 7, NULL, 7, 'vulnerable', 'z', 'resistance', 'p', 'r', 3.04724809786956e+18, 'h', NULL) ,  (9, 7, 8.67421435729229e+18, 'laugh', 3.33913764871851e+18, 6, NULL, 'u', -296943616, NULL, 'van', 3.01825617526836e+18, 'o', 'n', -1.25537839612953e+18, NULL, 1, 'p', -735838208, 'p', NULL, -3.9490939232505e+18, 'wait', 's', NULL, NULL, 'grandfather', 'r', 'z', 'e', 8, NULL, 6, -3.54517733167071e+18, 0, 0, 'boast', 0, 'w', 'accomplish', 0, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 8, 8, NULL, 'h', NULL, 'l', 'estimate', 4, 0, NULL, 0, 'flip', 6, NULL, NULL, 'i', -731643904, 'speak', 'v', 'm', 4, b'1', 'woman', 2, NULL, 2, 'population', 0, 'e', NULL, 2, 1892155392, b'0', NULL, 5, 'wet', 'f', 's', 'i', NULL, NULL, NULL, 'greek') ,  (NULL, 8, -8.52587704456577e+18, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), -2.77112114571641e+18, 8, 'source', 'charm', 0, 'k', NULL, 4, NULL, 'mom', -9.18115079034818e+18, NULL, 3, 'debt', NULL, 'c', -1722286080, NULL, 'understand', 'q', NULL, 'w', 'disease', 'v', 'z', NULL, 3, NULL, 2, 0, 0, b'0', 'p', 0, 'm', LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 5, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), NULL, 0, NULL, 'i', b'0', 'x', 'statistics', 4, 2, NULL, NULL, 'loyal', 3.34589304815957e+18, 1, 'z', 'fleet', 8, NULL, 'q', NULL, NULL, b'1', 'official', NULL, 'o', NULL, 'bible', 6, 'u', NULL, NULL, 2, 9, NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'm', 'forehead', 'x', 'x', NULL, NULL, 'recruit') ,  (0, 5, NULL, 'platform', 6, 587923456, 'spell', NULL, 854261760, 'l', 's', 8.07523560685201e+18, 'rifle', NULL, 0, 0, 9, 'w', -901382144, 'stretch', 962985984, 6, LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 'v', 5, 'l', 't', 'b', 'k', NULL, 0, 2, -510525440, 7, NULL, b'1', 'crack', NULL, 'p', LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 7, 'inevitable', NULL, 5, 1, NULL, 7, 'l', LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 4, 7, NULL, 9, 'y', 9, NULL, 's', 'invisible', -2035417088, 'f', 'r', 'u', NULL, 5, 'salt', 6, 'drama', 3.79625301089662e+18, 'decrease', 0, 'h', 'rocket', 9, 4, 4, NULL, 96468992, 'cycle', 'a', 'message', 'w', NULL, 5, 'victim', 'h') ,  (0, -282066944, 8, 'arena', 8, -1136132096, 't', 'd', 3, 'y', 'c', 8.73247967747139e+18, NULL, NULL, -3.76388338857489e+18, 0, 5, 'q', NULL, 'beside', NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 'i', -1851326464, 'h', 'u', 'j', 's', NULL, 5, NULL, NULL, 9, 7, b'0', 'f', 2, 's', LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 8, LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), -3.69210726951367e+18, 8, NULL, 'j', NULL, 'j', LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 0, 0, 'a', NULL, 'w', 3, NULL, 'u', 'hunger', 9, 'pound', 'u', 't', 8, b'1', 'a', NULL, NULL, 0, 'privacy', 0, 'f', 'e', 0, 2068578304, b'0', NULL, 114425856, 'massive', 'j', 'z', 's', 'father', -5.25935993983861e+18, 'blood', 'n') ,  (NULL, -199163904, NULL, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 8.41244262895138e+18, 1440677888, 'always', 'russian', 7, NULL, 'f', 1, NULL, 'k', 2, 1, 4, 'breath', 2, 'actual', NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 'w', NULL, 'n', 'b', NULL, 'g', NULL, b'0', -6.41762946900296e+18, 1, -4.72455748408836e+18, 8, 6, 'y', 0, 'n', 'bet', 1, 'resistance', NULL, 7, NULL, 'k', NULL, 'p', 'mandate', 0, 0, 'i', 3, 'improved', NULL, NULL, 'repeatedly', 'm', -2015100928, NULL, 'c', NULL, 4, NULL, 'barn', NULL, 'bed', 5.20559821928687e+18, 'n', 0, 'z', NULL, 3, 1312555008, b'1', NULL, NULL, 'conceive', 'd', NULL, 'o', NULL, 2.73058874907007e+18, 'central', 'v') ,  (NULL, 6, -8.99903648041638e+18, 'stupid', 4.46334870570087e+18, 4, 'c', NULL, -356712448, NULL, 'q', -5.43274852549237e+18, 'hard', 'cake', 6.80353166207327e+18, 4, 617349120, 'd', 1902116864, 'photograph', 5, 3, 'promote', 'instant', 4, NULL, 'p', 'v', 'j', 'cute', NULL, 1.63396223980536e+18, 3, 3, NULL, 0, 'i', 0, 'j', LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 0, 'sleeve', 0, 0, NULL, 's', b'1', 'q', 'at', 7, 0, NULL, NULL, 'v', NULL, 0, NULL, 'v', 370343936, 'fragile', 'q', 'i', NULL, b'0', 'c', 3, NULL, 4, 'suspicion', 0, NULL, 'n', NULL, NULL, 9, NULL, 2, 'restrict', NULL, 'f', 'v', NULL, 5.82822086777084e+18, 't', 'introduce') ,  (0, -216399872, 2.87076328747198e+18, 'interesting', 1, 0, 'o', 'k', 871038976, 'k', NULL, 5.87156801418428e+17, 'x', NULL, -5.58277468807915e+18, 6, 178978816, 'o', -1603665920, 'speculate', 823197696, -1.38823458513696e+18, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 'toe', 1, 'm', 'z', 'p', 't', 'w', 5, 3, NULL, 2, 1, b'1', 'application', 8, 'v', 'dominant', 3, LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), NULL, NULL, 7, 'n', NULL, 'h', LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 4, 5, 'b', 3, 'o', -2.64192413140622e+18, 0, 'fund', 'e', -1757151232, 'p', 'u', 'f', NULL, 8, 'bath', -1232928768, 'fund', 1.18979472655594e+18, 'd', 2, 'b', 'scan', 0, 419233792, 4, NULL, 7, LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 'f', 'q', 'o', NULL, NULL, NULL, 'facilitate') ,  (2, 2, 8.28268266468776e+18, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), -6.59214395456356e+18, 0, 'outer', 'coach', 5, 's', 'summary', -4.49656275295273e+18, NULL, 'pack', 0, 4, 473628672, 'vehicle', NULL, 'sad', NULL, NULL, 'knock', 's', NULL, 'proceed', 'collect', 'c', NULL, NULL, 7, 5.23515309184149e+18, -1827471360, -5.32916573406285e+18, 0, b'0', 'violent', 0, 'v', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 9, LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 7, 0, 9, NULL, 8, 'j', LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 9, 3, 'i', 0, 'v', -8.74289425160969e+18, 5, 'w', 'tough', 7, 'dismiss', 's', 'q', b'0', b'1', 'k', NULL, 'i', NULL, 'h', 5, 'd', 'just', 6, -1814429696, b'1', NULL, NULL, 'fuel', 'u', 'l', 'x', 'a', 8, 'j', 'q') ,  (0, 6, 8, 'pie', 5, 5, 'heal', NULL, 0, 'z', NULL, 4, 'cousin', 'l', 1, NULL, 7, 't', NULL, 'e', NULL, NULL, 'disaster', 'preach', 9, 'rapid', 'mandate', 'm', 's', NULL, 6, 2, NULL, -4.75777153134022e+18, 5, 2, 'g', 6, 'd', 'lake', 0, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), NULL, NULL, 8.54079521833144e+18, 'w', b'1', 'e', LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 0, 0, 'd', NULL, 'charter', 1.2018981505545e+18, NULL, 'doorway', 'protest', 2, 'n', 'j', 'm', NULL, 6, 'fuel', 179699712, 'out', NULL, 'swimming', 1, NULL, 'used', 4, 1572732928, b'0', NULL, -1296105472, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'e', 'automobile', 'h', 'wake', NULL, NULL, 'designer') ,  (1, -1635516416, 2, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 9, 6, 'laboratory', 'bond', 905248768, 'z', 'x', 6, 'eliminate', 'check', 0, 3, 1969881088, 'winter', 9, 'x', 5, 2, 'control', 'd', NULL, 'd', 'license', 'v', NULL, 'e', NULL, 1, -105709568, 4.13233413308914e+18, 8, b'0', 'device', 0, 'x', LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 4, 'drive', NULL, NULL, 3.31577522565153e+17, 'x', b'1', 'm', LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 0, 9, 'j', NULL, 'predict', 0, NULL, 'benefit', 'mm-hmm', -92602368, 'w', 'h', 'w', 7, 7, 'j', NULL, 't', -1.11267058293722e+18, 'shell', 0, 'f', NULL, NULL, -1799553024, b'1', NULL, 2, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 'e', 's', 'w', 'p', -7.36873341530826e+18, 'discover', 'earthquake') ,  (NULL, -485818368, 8.92444561158806e+18, 'political', 1, 1535115264, NULL, 'w', -187432960, NULL, 'r', 4, 'description', 'solely', 7, NULL, 6, 'harm', NULL, 'relative', 6, NULL, LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 'q', NULL, NULL, 'respectively', 'v', 'q', 'placement', NULL, NULL, 7, 6.60030672888817e+18, NULL, 6, 'd', NULL, 'w', 'ultimately', 0, 'transaction', 3, NULL, NULL, 'h', b'0', 'l', 'army', 7, 5, 'k', 7, 'effectiveness', NULL, NULL, 'y', 'ethical', 7, 'sexual', 'h', NULL, 3, b'1', 'n', NULL, 'high', 4, 'scent', 0, 'z', 'l', 5, 0, 8, NULL, NULL, 'customer', 'g', 'ironically', 'p', 's', -1.38823458513696e+18, 'diamond', 'w') ,  (8, NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 8, 9, 'e', 'r', 2, NULL, 'orbit', 0, 'welfare', 'convinced', 7, NULL, 2078474240, 'mayor', -1859452928, 'q', NULL, 6.05593412392976e+18, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'w', NULL, 'f', 'fist', NULL, 'h', 'x', NULL, 6.99380874632967e+18, 360382464, 0, NULL, b'1', 'f', 0, 'z', 'doll', 6, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), NULL, 0, -8.14560435102967e+18, 'x', 1, 'b', LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 3, 8, NULL, 0, 't', 0, 5, 's', 't', -413073408, 'special', 'd', NULL, b'1', b'0', 'h', NULL, 'facilitate', -6.64787599995227e+18, 'o', 3, 'h', 'l', NULL, 232259584, 5, NULL, 3, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'h', 'privacy', 's', 'planning', 5, NULL, NULL) ,  (NULL, NULL, 7, 'musician', 3, 2, NULL, 'l', -124911616, NULL, 'b', 2, 'y', NULL, 1.00233239206665e+18, 0, 1060110336, 'u', NULL, 'l', 8, NULL, LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 'capital', -860028928, 'month', 'protect', 'l', 'r', 'devastating', 1, NULL, NULL, 7, 2, b'1', 'disturb', 2, 'k', 'activity', 0, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), -3.54039225706663e+18, 2, 2, 'e', b'1', 'k', LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 0, 3, 'n', 8, 'government', 8.38260628142005e+18, 0, 'analyst', 'spray', 2, NULL, 'e', 'v', NULL, 9, 'p', 1, 'different', 7.32341594405785e+18, 'h', 0, 'i', 'e', 0, -1959002112, b'1', NULL, 3, 'constantly', 'f', 'textbook', 'm', NULL, NULL, 'c', NULL) ,  (0, -489488384, -5.45217029888541e+17, 'cat', 3.04696662289285e+18, 1, 'rat', 'exposure', -1478950912, NULL, 'possess', -3.83397065777585e+18, 'breeze', 'attention', -1.76625547885937e+18, 1, 0, 't', -278134784, 'intense', -1466564608, NULL, 'who', 'j', NULL, 'p', 'moment', 'v', 'k', NULL, NULL, NULL, 4, 4.59789374456857e+18, NULL, 0, 'stem', NULL, 'f', LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 0, 'suburb', -9.15891426718804e+18, 0, -5.67369110555669e+18, 'b', NULL, 'o', 'lovely', 0, 6, 'z', NULL, 'region', 1, 9, 'p', 'experience', 5, 'universal', 't', 'u', NULL, b'1', 'f', 7, 'h', NULL, 'a', 0, 'f', 'professional', NULL, 7, 1, NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 'q', 'c', 'a', 'start', NULL, 'o', 'disorder') ,  (9, NULL, 8, 'habit', 9, 1591738368, 'side', 'forgive', 2020671488, NULL, NULL, 9, 'q', 'f', 5, 4, 9, 'used', 6, 'h', 645332992, 8, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 'observe', 6, 'odd', 'peer', NULL, 'o', NULL, b'1', 7.4965230547349e+18, 7, 3.79231236122267e+18, 4, 5, 't', 7, 'k', 'consecutive', 9, 'flee', NULL, 8, NULL, 'v', NULL, 'u', 'engine', 7, 0, 'i', 0, 'd', NULL, NULL, NULL, 'aware', -515702784, NULL, 'o', 'o', NULL, b'1', 'q', 1284505600, NULL, NULL, 'e', 6, 'l', 'tv', 8, NULL, 1, NULL, NULL, 'poem', NULL, 'progressive', 'n', 'f', NULL, NULL, NULL) ,  (9, 7, -1.93119981521181e+18, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 6.56962595642671e+17, -216334336, NULL, 'launch', -335216640, NULL, NULL, -4.48558522886101e+18, NULL, NULL, 0, 0, 8, 'shift', -2026766336, 'i', 4, 6.29828407887764e+18, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'f', NULL, NULL, 'brief', 'b', 'i', NULL, b'1', -5.87522718888152e+18, NULL, 3, 0, 6, 'survive', 0, 'i', 'columnist', 3, 'text', NULL, 2, 4, 'v', NULL, 'r', LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 7, 0, 'h', 3, 'z', 2, 7, 'exposure', 'g', 0, 'say', 'c', 'q', NULL, 1, 'z', -97845248, 'custom', 2, 'legislator', 0, 'o', 'x', NULL, 7, 8, NULL, -228196352, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'v', 'c', 'h', 'd', 8, NULL, 'veteran') ,  (9, 7, -3.49394888590937e+18, 'horizon', 7, 9, 'dance', NULL, -816840704, 'p', NULL, 6.30166177859817e+18, NULL, NULL, -2.53158594053564e+18, NULL, 1584267264, NULL, 90767360, 'b', 5, NULL, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 'd', 1309343744, NULL, 'major', 'l', 'w', 'mass', b'1', NULL, -781385728, 6, 0, b'1', 'f', 7, 's', LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 3, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 6.02131270179435e+18, 0, NULL, 'a', NULL, 'r', LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 2, 0, 'q', 2, 's', 5.40516397777473e+18, 0, 'other', 'radar', 5, NULL, 'y', 'n', NULL, b'1', 'subsequent', NULL, 'y', 1, 'f', 2, 'u', 'h', 2, NULL, b'0', NULL, -1886781440, 'persuade', 'o', 'f', 'w', NULL, 5.54956064082729e+18, 'm', NULL) ,  (6, NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 6, 2, 'h', 'f', 4, 'w', 'compel', 9, NULL, 'dry', -7.75913920800594e+18, 0, 2, 'p', 794034176, 'm', 164233216, -5.99288372914658e+18, 'strongly', 'm', NULL, 'a', 'contributor', NULL, 'y', NULL, 1, 7, 0, 4.398046511104e+18, 0, b'1', 'g', 0, 'y', LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 6, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), NULL, NULL, -2.15525389667349e+18, 'g', NULL, 'p', 'refuge', 0, 5, 'k', 5, 'ability', NULL, NULL, 'convenience', 'toll', 5, NULL, 'v', NULL, 1, 4, 't', 419102720, 'p', NULL, 'w', 0, 'e', 'worldwide', 0, 2, 9, NULL, 5, 'suggest', 'm', 'lose', 'f', NULL, 2, 's', NULL) ,  (NULL, NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 9, 4, 'g', 'dictate', 3, 'a', 'solely', -7.9297130438926e+18, 'slip', NULL, 9, 0, 0, 'tendency', NULL, 'milk', 515571712, NULL, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'b', -374276096, NULL, 'q', 'v', 'j', 'e', b'0', 6.5403525588488e+18, 1235222528, 5, NULL, 0, 'e', NULL, 'a', LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 0, 'unprecedented', 6.37540822249636e+17, 5, NULL, 'n', NULL, 'o', LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 6, 0, 'c', 0, 'm', 7, 0, 'ceiling', 'x', 602931200, NULL, 'q', 'm', b'1', b'1', 'kneel', 0, 'her', NULL, 'g', 0, NULL, 'a', NULL, NULL, b'0', NULL, 6, 'schedule', 'g', 'k', 't', 'o', NULL, 'scientific', 'tour') ,  (0, -1271922688, 8.04483630936726e+18, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 5, 1, 'q', 'u', 1418526720, 'x', 'x', -3.62624212496338e+18, NULL, NULL, 4, 0, 9, NULL, -1531904000, 'f', 4, NULL, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 'd', 6, 'd', 'legitimate', 'y', 'r', NULL, NULL, 1, NULL, -3.8249634585211e+18, NULL, 2, 'j', 0, 'i', LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 6, 'properly', 3, NULL, 5.37701648010366e+18, 'h', NULL, 'd', LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 0, 6, 'y', 0, 'w', 4, NULL, 'bet', 'g', 8, 'o', 'j', NULL, NULL, NULL, 'g', NULL, 'z', 8.54220259321499e+18, 'o', 0, 'v', 'western', 0, -507904000, 4, NULL, -254672896, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 'x', NULL, 'm', 'beer', 8, NULL, NULL) ,  (2, 7, NULL, 'central', 3.96795274669012e+18, -158138368, 'l', 'j', -1568276480, 'x', 'q', 9, 'dark', 'a', -7.2111074283503e+18, 5, 2005860352, NULL, NULL, 'h', -359792640, -6.45985071550956e+17, 'juror', 'j', NULL, 'z', 'e', 'l', 't', NULL, 8, 7.55788459965782e+18, -658178048, 7, 1, 1, 'rapid', 5, 's', LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 0, 'concentration', 7, 0, -7.56041787444822e+18, NULL, NULL, 'k', 'really', 7, 4, 'x', 0, 'w', NULL, NULL, NULL, 'instruction', 1290797056, NULL, 'n', 'o', 6, 0, 'table', -1283457024, NULL, 6, 'v', 0, 'b', 'swell', 4, NULL, b'1', NULL, NULL, 'design', 'm', NULL, 'e', 'a', 2, 'a', NULL) ,  (NULL, 8, 3, 'bet', 4, -907739136, 'feeling', NULL, 1332871168, 'p', 'o', 9, 'chop', 'g', 8.57935729014079e+18, 9, -131072000, 'u', 1, 'tall', NULL, -7.64654921732168e+18, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 'acquire', 2, NULL, 'f', 'w', 'o', 'w', b'1', 7.40588811223407e+18, -1837432832, -6.23467073414103e+18, NULL, 3, 'consent', 6, 'v', 'remind', 0, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 8, 0, 8, NULL, NULL, 'm', 'dog', 0, 7, NULL, 4, 's', 2.85781543854329e+18, NULL, 'j', 't', 4, 'elect', 'y', 'l', b'1', NULL, 'q', 1, 'colorful', 8.78230074834918e+18, 's', 0, 'g', NULL, 0, 1198653440, b'1', NULL, 1, 'plant', 'y', 'instruction', 'n', 'o', 2, 'acknowledge', NULL) ,  (0, -288882688, NULL, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 7, 3, 'painting', 't', 414646272, 'y', 'z', -3.65467109761116e+18, 'w', 'g', -5.85439804060493e+18, 0, -411566080, NULL, -812580864, 'beyond', NULL, NULL, 'expensive', 'president', 6, NULL, 'v', 'i', NULL, 'manner', b'1', 6, 8, -4.38650603705886e+18, 0, 9, 'attention', NULL, 'j', LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 0, 'pure', NULL, 1, 0, 'b', b'1', 'z', 'facilitate', 7, 9, NULL, 3, 't', 3, 0, 'net', 'premise', 2, NULL, 'b', 'o', b'0', NULL, 'q', 1896153088, 'pm', 9.15131444281685e+18, 'into', 0, 'j', NULL, NULL, NULL, 5, NULL, NULL, 'stretch', NULL, NULL, 'x', 'justify', 9, 'h', 'p') ,  (NULL, -742391808, 5, 'cream', 9.02014710366968e+18, -558301184, NULL, NULL, 1163198464, 'm', 'r', 6, 'bold', 'consistently', -8.22751356925247e+17, NULL, 9, NULL, 1, 'civil', 4, NULL, 'drawing', 'suck', -985923584, 'd', 'o', NULL, 'g', 'bed', NULL, NULL, NULL, 6, 4, b'1', 'y', NULL, 'p', 'personality', 0, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 8.05412498359871e+18, 5, 3, 'a', b'0', 'd', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 0, 0, 'h', 0, 'abortion', NULL, 7, 't', 'r', 9, NULL, 't', NULL, NULL, NULL, 'purchase', 7, NULL, 1, 'n', 3, 'm', 'deal', 4, 2, b'1', NULL, -2067070976, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'c', 'this', 'm', 'complicated', 7, NULL, 'trade')  /* QNO 97 CON_ID 11 */
		   11 Query	SHOW WARNINGS
		   11 Query	INSERT /*! IGNORE */ INTO table100_innodb_int_autoinc VALUES  (0, 5, -6.77651006430904e+18, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 7.61952761955746e+18, -1913520128, 'd', NULL, 4, 'a', NULL, -4.45152675667902e+18, 'custom', 'c', 5.63850673346786e+18, 0, 3, 'h', NULL, 's', NULL, 3, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 'w', 1463484416, NULL, 'g', 'k', 'c', 'pasta', NULL, 2, 1, 4, NULL, b'0', 'contain', 4, 'd', 'sight', 3, 'access', NULL, 0, 9, 'p', b'1', 'g', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 8, 0, 'm', NULL, 'y', 6, NULL, 'j', 'twenty', -804519936, 'sound', 'e', 'f', 0, b'1', 'strongly', NULL, 'freshman', 1.38007181081235e+18, 'stay', 4, 'r', 'p', NULL, 7, b'1', NULL, 1899364352, 'written', 'd', 'fourth', 'k', 'l', NULL, NULL, NULL) ,  (9, NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 8, 1, NULL, 'truly', 2, NULL, NULL, 5, NULL, NULL, -8.81298152081064e+17, 6, 5, NULL, NULL, 'e', -717750272, 5.99907617863421e+18, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 'document', 3, 'estate', 'jewelry', 'o', NULL, 'v', NULL, NULL, 7, 8, NULL, b'0', 'g', 0, 'a', 'lots', 0, 'entrance', NULL, 0, -5.2326198170511e+18, 'g', b'1', 'z', 'dramatic', 7, 0, 'a', 0, 'minimum', NULL, 2, NULL, 'accountability', -1880096768, NULL, 'd', 'e', 9, b'1', 'directly', -1569587200, NULL, 1, 'n', 3, 'e', 'o', 0, NULL, b'0', NULL, 4, 'free', 'v', 'expose', 'a', 'port', -5.27484106355769e+17, 'o', 'sleep') ,  (0, -2032730112, 6, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 0, 2, 't', 'close', 168165376, 'v', NULL, 0, 'telescope', NULL, 8.1543300753077e+17, NULL, 1, NULL, 7, 'spiritual', NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'p', 2, 'previously', 'o', 'g', 'w', 'glory', NULL, 1, 1, 2, NULL, b'1', 'i', 0, 'e', 'concert', 0, 'school', 2, 0, -2.65768673010201e+18, 'v', 5, 'g', LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 0, 0, 't', NULL, 'opt', 1, NULL, NULL, 'candle', 5, 'survive', 'm', 'o', NULL, b'0', 'stuff', 9, 'z', NULL, 'tackle', 0, 'c', NULL, NULL, -1958871040, 6, NULL, 2023686144, LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 'l', NULL, 'b', NULL, NULL, 'f', NULL) ,  (1, 1, -4.20720647689418e+18, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), -5.95066248263998e+18, 1982791680, 'm', 'k', 1954611200, 'p', 'code', -2.22900034057168e+18, 'sympathy', 'k', 6.66673482339189e+18, NULL, -252379136, 'v', 2117861376, 'generate', -1617952768, 3, 'animal', 'increasingly', 2, NULL, 'win', 'q', 'e', 'r', NULL, 9, 4, -9.01254727929849e+18, 7, b'0', 'billion', 0, 'r', 'issue', 4, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), -8.71362085403178e+18, 5, -2.11697329984084e+18, NULL, b'1', 'k', 'strength', 8, 0, 'g', 0, 'alliance', NULL, 0, 'invisible', 'x', -783417344, 'h', 'v', 't', 8, 7, 'member', NULL, 'its', NULL, 'j', 0, 'g', NULL, NULL, 4, 6, NULL, -234291200, 'so-called', 's', 'awake', 'j', 'fear', 3, 'estimate', 'm') ,  (0, 696385536, -9.69962769744921e+17, 'echo', 5, 0, 'rank', 'calculate', 0, 'b', NULL, -2.84346021473105e+18, 'little', NULL, 8, 0, -1366949888, NULL, 0, 'f', -322895872, 7, 'validity', 'q', NULL, 'j', 'e', 'd', 'w', 'swallow', 0, 9.03168757771482e+18, -1750663168, 5.31706231006429e+18, NULL, b'1', 'fair', 4, 'l', 'proportion', 0, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), -4.84024369951644e+18, NULL, NULL, 'l', b'0', 's', LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 4, 3, 'e', 0, 'absolute', 9, 0, NULL, 'juror', 5, 'z', 'l', 'c', NULL, b'1', 'electric', -1210318848, NULL, 9, 'shrimp', 0, 'p', 'thin', NULL, NULL, 4, NULL, -1926955008, 'turkey', 'c', 'y', 'j', 'eager', 7.23587722630083e+18, NULL, 'v') ,  (0, 8, -8.50589232121931e+18, 'rank', -4.73525353320337e+18, 5, 'oak', 't', 6, 't', 'r', 3, NULL, 'sunlight', -1.0724196612676e+18, 0, 1645346816, NULL, NULL, 'j', -2035482624, -1.89151184349561e+18, 'auto', 'cart', NULL, 'n', 'beyond', 'c', 'k', 'thank', b'0', 5, 7, -2.37311552864754e+18, 0, 1, 't', 0, 'f', LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 6, 'glory', 8.90671268805529e+18, 0, -8.1014127796861e+18, 'n', NULL, 'f', LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 0, 0, 'f', 0, 'average', 5, 0, NULL, 'm', -222822400, 'm', 'g', 'l', NULL, b'1', 'p', 1, 'c', NULL, 'z', 4, 'o', NULL, 0, NULL, b'0', NULL, 351272960, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), NULL, 'h', 'l', 'fur', -7.96771216574854e+18, 'v', NULL) ,  (4, 301268992, NULL, 'guy', -2.93803580690583e+18, 2102460416, 'estate', NULL, -1176371200, 'c', NULL, 0, 'victim', 'l', 1, 2, -409927680, 'perceive', 304742400, 'lend', 0, 7.97418609021288e+18, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 'f', -2074214400, 'r', 'k', 'j', NULL, 'c', b'0', NULL, NULL, 2.54734853923144e+17, NULL, b'0', 'n', NULL, 'h', LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 8, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 1.2995699674731e+18, 0, 2, NULL, b'1', 'p', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 9, 0, NULL, 0, 'x', 4, NULL, NULL, 'invent', 1, 'survive', 't', NULL, b'0', b'0', 's', 7, 'e', 5, 'christian', 0, 'l', 'ask', 0, NULL, b'1', NULL, 3, 'suffer', 'w', 'x', 's', 'confusion', 4, NULL, 'clinic') ,  (8, 3, 7, 'program', -8.45691567527166e+18, 6, 'oversee', 'compliance', 1, 'x', 'h', -4.37130638831649e+17, 'cartoon', 'step', 4.48220752914049e+18, 0, 2, 'abroad', 1231093760, 'p', NULL, 8.33813323509976e+18, 'worry', 'driveway', -2135883776, NULL, 'h', NULL, 't', 'changing', NULL, NULL, 9, -6.78945791323773e+18, 2, 2, 'e', NULL, 'v', LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 0, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 9, NULL, NULL, 'o', b'0', 'm', 'detail', 8, 0, 'o', 0, 'g', -5.95432165733722e+18, 0, 'internet', 'p', 1613889536, 'birthday', 'n', NULL, 5, b'0', 'spy', NULL, 'q', -3.73489146597369e+18, 'f', 5, NULL, NULL, 0, NULL, 3, NULL, -1399848960, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), NULL, 'plane', 'x', 'crack', NULL, NULL, 'y') ,  (0, NULL, NULL, 'quickly', 1, 1808400384, NULL, 'g', 2, 'f', 'painting', 8, 'either', 't', -7.74900610884436e+17, NULL, -1267400704, 'contact', NULL, 'universe', 4, NULL, 'dramatic', 'p', 1727922176, 'merely', 'n', 'h', 't', 'green', b'1', 7, NULL, 2.50428286779471e+18, 7, 4, 'q', NULL, 'c', LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 9, 'produce', 7, NULL, NULL, 'h', NULL, 'e', 'sexual', 4, 9, NULL, 7, 'chip', NULL, 5, NULL, 'basically', -957808640, NULL, 'a', NULL, 5, 8, 'c', NULL, NULL, 3.96063439729564e+18, 'replacement', 0, 'e', 'rarely', NULL, NULL, 6, NULL, NULL, 'peasant', NULL, NULL, 'p', 'z', -3.23302158249859e+18, 'increased', NULL) ,  (0, 0, 4, 'syndrome', 6.98761629684204e+18, -1028325376, 'i', NULL, 1, 't', 'c', 5, 't', 'warrior', 4, 9, 62259200, NULL, 1, 't', 1, -4.02762544175278e+18, 'plenty', 'formula', NULL, 'chair', 'possibility', 'z', 'r', 'realistic', NULL, 2, NULL, 8.31674113686975e+18, NULL, b'1', 'z', 0, 'v', LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 0, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), NULL, 0, 4.38538013715202e+17, 'm', b'1', 't', 'hard', 1, 0, 'r', 5, 'l', -3.16096398846067e+18, NULL, 'bread', 'w', -1589706752, 'successful', 'u', 'r', NULL, 2, 't', -82706432, NULL, 6, 't', 0, NULL, 'c', NULL, NULL, b'0', NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), NULL, 'c', 'c', NULL, 7, 'highway', 'aside') ,  (5, 2124087296, NULL, LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), -2.08010007789175e+18, 5, 'gold', 'aside', 935723008, 'p', NULL, 7, NULL, 'guest', -6.1229251683869e+18, 0, 1494220800, NULL, -1843658752, 'f', 9, 8, LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 'h', 2, 'z', 'p', NULL, NULL, 'z', NULL, -8.57006861590934e+18, 403243008, 4, 8, b'0', 'e', NULL, 'i', 'phase', 3, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 8, NULL, -5.74687459950146e+18, 'a', NULL, 'l', LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 6, 5, 'y', 0, 'a', NULL, 4, NULL, 'w', 828243968, 'u', 'c', 'z', b'0', NULL, 'x', 5, 'weak', NULL, 'grape', 5, 'k', 'handsome', NULL, -741343232, 8, NULL, 9, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 'e', NULL, 'a', 'u', -6.0463639747216e+18, 'explain', NULL) ,  (8, 6, 9.19635043909055e+18, 'lunch', -6.46660611495061e+18, 8, 'q', NULL, 2, NULL, 'indicator', 8.12561962768322e+18, 'n', 'p', 6.83702718430183e+18, NULL, 9, 'c', 2035482624, 'implement', NULL, 9, 'employee', 'talent', -1880358912, 'yes', 'o', 'v', NULL, 'h', NULL, 6, NULL, 9.02971725287784e+17, 9, 7, 'developmental', 0, 'v', 'breath', 3, LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), -3.95359752287787e+18, NULL, 5.08062332962734e+17, 'o', b'0', 'i', LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 0, 0, 'p', 0, 'discussion', -1.01556171597205e+18, NULL, 'seemingly', 'c', -1492975616, 'couple', 'c', 'f', b'1', b'0', 'revolutionary', -1611595776, 'e', 2, 'b', 0, 'p', 'a', 8, NULL, b'0', NULL, 9, 'spread', NULL, 'automatically', 'w', 'occupation', NULL, 'w', 'she') ,  (1, 6, 6, 'public', 8, 784334848, 'frequency', 'w', -1513750528, 'y', 'shape', 9.76999644162687e+17, NULL, 'v', 8.23004684404287e+18, 4, 1827078144, NULL, NULL, 'norm', NULL, 8.65141488417872e+18, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 'seize', 5, 'worry', 'x', 'x', 'm', 'collect', NULL, 5, -1309016064, 0, 2, 4, 'fluid', NULL, 'm', LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 2, 'significantly', -8.7063025046373e+18, NULL, NULL, 'h', NULL, 'i', 'solid', 0, 0, 'n', 1, 'a', -5.97824703035762e+18, NULL, 'm', 'furniture', 3, NULL, 'h', 'y', 9, b'0', 'v', 2069561344, 'commonly', -6.45422121597534e+18, 'restrict', 0, 'b', 'soap', 0, 6, 3, NULL, 3, 'continuous', 'z', 'z', 'm', 'u', 3, NULL, 'hostile') ,  (1, NULL, NULL, 'spend', 8.64409653478425e+18, 6, 'l', 'capture', 0, 'h', NULL, 1, NULL, NULL, 2, 6, 1472200704, 'b', 494993408, 'r', -716832768, NULL, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 'r', NULL, 'h', 'y', NULL, 'v', 'w', 2, NULL, -1272315904, 3, 0, 7, 'c', 0, 'x', 'drum', 0, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 7, 9, 0, 'l', 6, 'r', LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 5, 0, NULL, 2, 'conspiracy', -3.01684880038481e+18, NULL, 'danger', 'a', -1103167488, 'merely', 'o', 'd', b'1', NULL, 'u', 5, 'o', -9.38719047330038e+17, 'n', 6, 'x', 'invasion', 0, 8, 4, NULL, 76414976, 'nest', 'g', 'dream', 'p', 'o', NULL, 'essay', 'demand') ,  (0, 5, NULL, 'height', -4.85938399793277e+18, 54853632, NULL, 'z', -325910528, 'o', 'f', -7.20660382872293e+18, 'rolling', 'n', -7.9587049664938e+18, 0, 4, NULL, 1960574976, 'd', NULL, NULL, 'alliance', 'w', NULL, 'salad', 'secondary', 'x', 'o', 'bicycle', b'1', -3.61639050077851e+18, 1, 4, 0, b'0', 'happy', 2, 'c', 'rural', 0, 'not', 8, 0, NULL, 'm', 7, 'p', 'landmark', 0, 5, NULL, NULL, 'satellite', 1, 0, 'aspect', 'd', 8, NULL, 'k', 'p', NULL, b'0', 'p', 655884288, NULL, 6, 'i', 2, 'j', 'a', NULL, 7, b'1', NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 'v', NULL, 'u', 'tragic', NULL, NULL, 't') ,  (NULL, 45023232, 8, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 0, -77463552, 'there', NULL, 4, 'x', 'a', 5.52985739245755e+18, 'interested', 's', -5.65061015746642e+18, 2, 3, NULL, NULL, 'd', NULL, 1, 'vision', 'discussion', NULL, NULL, 'portray', 'p', 'd', NULL, b'0', NULL, -360120320, 8, 0, 0, 'i', 0, 'a', LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 7, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), NULL, 7, NULL, 'j', b'0', 'g', 'architect', 0, 0, 'x', NULL, 'd', NULL, NULL, 'b', 'welcome', 1697644544, 'a', 'y', NULL, 8, 6, 'ice', 7, NULL, -8.36234008309688e+18, 'debris', 0, NULL, 'ratio', 0, 2, b'0', NULL, 0, 'importantly', 'a', 'i', 'v', 'phone', 9, NULL, NULL) ,  (NULL, NULL, -4.12811200843848e+18, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 6.03623087556002e+18, 5, NULL, 'k', 1, 'm', 'm', 6, 'j', 'f', 4.83489567495894e+18, NULL, 8, NULL, 1894645760, 'owner', 8, 4, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 'boot', 154271744, NULL, 'precious', 'v', 'a', NULL, 0, 5, 2, 6.44239926695349e+18, 2, 4, 'f', 6, 'p', LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 0, 'couch', 4, 0, 1, 'a', NULL, 'c', LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 2, 0, 'o', NULL, 'a', NULL, 7, 'chair', 'psychology', -524288, 'c', 'i', 'v', 7, NULL, 'willing', NULL, 'public', -5.17069532217475e+18, 'safe', 0, NULL, 'illegal', NULL, 5, 8, NULL, 3, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'm', 'j', 'z', 'tumor', 5, NULL, 'k') ,  (4, 4, -6.25099628279025e+18, 'sponsor', 5.53267214222465e+18, -173211648, 'w', NULL, 938999808, 'j', 'meter', 6, 'a', 'k', -2.01423493334145e+18, NULL, 6, NULL, 681246720, 'u', NULL, -5.14761437408448e+18, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 'terribly', 1035337728, 'h', 'j', 'x', NULL, NULL, 6, NULL, -1346437120, -6.14178399182651e+18, NULL, 5, 'x', 0, 'b', 'ass', 0, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), NULL, NULL, -8.7195318285427e+18, NULL, 8, 'r', 'finger', 0, 0, 'n', NULL, 'check', NULL, 0, 'republic', 'm', 3, NULL, 'l', 'c', NULL, 2, 'integrated', NULL, 'ideal', NULL, 'b', 3, NULL, 'symptom', NULL, NULL, b'1', NULL, 8, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), NULL, NULL, 't', 'inevitably', 7, 'i', NULL) ,  (0, 1247019008, -1.93485898990905e+18, 'point', 3, 1446641664, 'x', 's', -600178688, 'v', NULL, 4.38284686236162e+18, 'broken', 't', 0, 0, 7, NULL, NULL, 'r', -558039040, 1.14138103056171e+18, 'spread', 'offer', NULL, 'b', 'discovery', 'm', 'i', 'breath', NULL, 7.92605386919536e+18, 0, 4, 0, 1, 'interesting', NULL, 'f', LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 0, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), NULL, 4, 0, 'u', NULL, 'i', 'requirement', 0, 0, 'z', 6, 'so-called', 3, 0, 'intend', 'f', 201064448, NULL, 's', 'c', 6, b'0', 'c', NULL, 'entrepreneur', -4.93847846638846e+18, 'bombing', 0, 'e', 'justify', 0, 286523392, b'0', NULL, 2, LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 'v', 'b', 'b', 'p', -8.76400487486299e+18, NULL, 'm') ,  (7, 6, -2.67035310405399e+18, 'resist', 7.96292709114446e+17, 1303511040, NULL, NULL, 1528954880, 'n', NULL, 4, 'different', 'p', 8, 0, 7, NULL, 4, 'o', 3, -1.53432009804979e+18, 'bee', 'm', 4, 'argue', 'f', 'y', 'p', NULL, 1, NULL, -1501102080, 0, 0, b'1', 'global', NULL, 'z', LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 3, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), NULL, 0, -2.27150306205499e+17, NULL, b'0', 'o', 'space', 7, 8, 'x', 8, 'engage', 8.5954013638133e+18, 0, 'unfortunately', 'a', 7, 'money', 'e', 'r', b'1', b'0', 'l', NULL, 'c', 1, 'so', 0, 'g', 'q', 0, 1373110272, b'0', NULL, NULL, 'cure', 'u', 'm', 's', 'u', -2.00466478413329e+18, 'w', NULL) ,  (NULL, 1, 9, 'chill', 4, 6, NULL, 'y', 9, 'w', 'concept', 3.00981192596704e+18, 'p', 'constitution', 6, 6, 9, 'd', 7, 'k', NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 'u', -1747910656, 'diplomat', 'b', NULL, 'a', NULL, 4, NULL, 5, 5.9776840804042e+18, 0, 5, 'concede', 0, 'x', LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 0, 'library', 6, 5, 9, NULL, 2, 'o', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 3, 0, 'n', NULL, 'c', 6, NULL, 'e', 'f', 4, NULL, 'u', 'c', 2, 2, 'effort', NULL, 'never', 0, 'e', 0, 'c', 'equal', NULL, -619970560, 1, NULL, 1079181312, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'e', NULL, 'h', 'sorry', -4.42929023351888e+18, NULL, NULL) ,  (NULL, -57212928, -6.236641058978e+18, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 9, -737476608, 'n', 'm', 1433796608, 'p', NULL, 5.04065388293443e+18, NULL, 'credit', 6, 0, 8, NULL, 1263796224, 'evolve', 7, -7.04391129218417e+18, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 'm', 7, NULL, 'j', 'j', 'a', 'j', NULL, 2.02802720720028e+18, NULL, 2, 0, b'0', 'e', NULL, 'r', 'never', 8, 'obvious', 6, 0, -6.99831234595704e+18, 'x', 2, 'e', LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 0, 5, 't', 0, 'touch', 4.5064143771376e+17, 8, NULL, 'j', 5, 'r', 'd', 'f', b'0', b'0', 'a', 6, NULL, 6, 'innocent', 5, 'e', 'u', 5, 119472128, 0, NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 'h', NULL, 'a', 'bulb', 1.42848550680658e+18, NULL, 'u') ,  (6, 3, NULL, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), -4.71132816018296e+18, 1068433408, 'c', NULL, -42270720, NULL, NULL, 7.04025211748693e+18, 'waist', 'i', 1.25312659631584e+18, 7, 4, 'jaw', NULL, 'formation', NULL, 8, 'desperately', 'meaningful', -1832845312, 'poverty', 'noise', 's', 'h', 'j', 3, NULL, 1, 0, 0, b'1', 'n', NULL, 'q', 'he', 6, 'exposure', NULL, NULL, 5, NULL, 0, 't', LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 0, 0, 'g', 4, 'j', 0, 0, 'actor', 'continuing', 9175040, 'a', 'b', 's', b'0', NULL, 'coup', 1456865280, 'labor', NULL, 'sister', 6, 'e', 'p', 0, NULL, b'0', NULL, 3, LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), NULL, NULL, 'b', 'justify', 3.33294519923088e+18, 'g', 't') ,  (NULL, 937033728, 8, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), -7.42699873548737e+18, -1283981312, 'incredibly', 'f', 9, 'g', NULL, -5.22811621742372e+18, 'l', 'sweat', -7.69974798791999e+18, 2, 3, 'likely', 4, 'b', NULL, 4, 'clear', 'y', NULL, NULL, 'infection', 'k', 'h', NULL, NULL, 6, -463667200, -3.96710832175999e+18, NULL, 3, 'surrounding', 0, 'e', LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 0, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), NULL, 0, 0, 'i', 7, 'f', 'import', 0, 1, 's', NULL, 'comparable', NULL, 0, NULL, 'l', 0, NULL, 'g', 'x', 3, NULL, 'i', 7, 'c', 1, 'y', 0, 'f', 'p', 0, 6, 1, NULL, 5, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'a', NULL, 'y', NULL, 6.90655150354937e+18, NULL, 'd') ,  (NULL, 9, 9, 'politically', 7, -2105147392, 'a', NULL, 5, 'a', NULL, 5.00800278563599e+18, 'optimistic', 'a', 4, 0, 484573184, 'u', 7, 'private', 151519232, 3.73798769071751e+17, 'widespread', 'f', NULL, NULL, 'd', 'z', 'z', NULL, NULL, NULL, 5, 2, 0, 4, 'affect', 3, 'j', LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 0, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 8, 0, NULL, 'b', b'0', 'h', 'violence', 0, 0, 'f', 4, 'lightly', -2.12682492402572e+18, NULL, 'b', 'q', 1432879104, 'rapid', 'f', 'r', 1, 6, 'asset', 8, 'third', 6, 'might', 0, 'b', NULL, 1, 205258752, 8, NULL, -772276224, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), NULL, NULL, 'a', NULL, 7.12807231022065e+18, 'rip', 'h') ,  (0, NULL, NULL, 'difficult', 2.92086583332648e+18, -1236140032, 'h', 'likely', 5, 'w', 'movie', 2, 'y', 'k', -8.61003806260226e+18, NULL, -659488768, 'i', NULL, 'diminish', NULL, -6.65688319920701e+17, 'molecule', 'a', NULL, 'jail', 'celebration', 'i', 'k', 'defeat', NULL, NULL, 5, 3, 0, 6, 'y', NULL, 'h', 'keep', 0, LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), -3.74220981536817e+18, 4, -8.63593376045964e+18, 'u', NULL, 'h', 'repeat', 0, 0, 'c', 8, 'more', NULL, 7, NULL, 'p', 1, NULL, 'd', NULL, 5, b'0', 't', 7, NULL, 6.07225967257898e+18, 'o', 0, 'o', 'mad', NULL, -1383202816, 3, NULL, 28180480, 'replacement', 'd', 'v', 'x', 'rare', 8, NULL, NULL) ,  (7, -1572077568, -2.84036398998723e+18, 'bucket', 4, 1513619456, 'k', 'd', 1593180160, 'a', NULL, 6, 'l', 'invent', 5, 4, 4, 'g', 4, 'aggression', NULL, -7.53311480170729e+18, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 'm', NULL, 'd', 'broadcast', 'm', 'm', NULL, 7, 4, -1078591488, 2.97800525359874e+17, 0, 0, 'o', 0, 'a', 'creature', 0, 'expand', NULL, 1, 4, NULL, 1, 'm', 'autonomy', 0, 5, 'y', 0, 'f', 6, 0, NULL, 'm', 6, 'q', 'n', 'w', 9, 0, 'n', NULL, 'd', NULL, 'f', 0, 'c', 'd', 0, NULL, 6, NULL, 8, LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), NULL, 'violate', 'w', 'target', NULL, 'd', 'i') ,  (NULL, 3, NULL, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 3.9673897967367e+18, -954269696, 'middle', 'j', 681705472, 'z', 'elder', -2.52708234090827e+18, 'garlic', 'chemical', 6, 2, -650313728, 'f', NULL, 'logic', 0, NULL, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'q', -507576320, 'y', 'd', 'i', NULL, 'w', b'0', NULL, -1775960064, 0, 0, b'0', 'versus', 0, 'x', 'invite', 0, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 6.45985071550956e+17, 0, 2, 'r', 1, 'f', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 0, 9, 'h', NULL, 'k', 7, NULL, 'peak', 'known', 9, NULL, 'c', 'v', 2, NULL, 'otherwise', 4, 'clothes', 4.34709954031937e+18, 'landmark', 0, 'c', 'branch', 0, 411762688, b'1', NULL, 168493056, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'c', NULL, 'g', 'l', 3.68169269537538e+17, 'tradition', 'n') ,  (0, NULL, -2.50512729272484e+16, 'journey', 7.08331778892366e+18, 9, 'x', 'combined', 1201602560, 'x', 'x', 6, 'g', 'visit', 6.26000348204499e+17, NULL, 0, NULL, 644612096, 'o', 7, 7, 'soldier', 'e', NULL, NULL, 'venture', 'c', 'z', 'f', b'1', 8.92838626126201e+18, 6, 8, 2, 8, 'catalog', NULL, 'm', LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 0, 'bottom', -6.76131041556667e+18, 3, NULL, 'u', 3, 'e', 'away', 0, 6, 'n', 0, 'operate', NULL, 6, 'k', 'r', 5, 'p', 'z', 'u', NULL, NULL, 'rate', NULL, 't', 1.05722001252522e+18, 'k', 0, 'j', 'ghost', 9, 7, b'1', NULL, 3, LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), NULL, NULL, 'b', NULL, 4, 'special', 'heritage') ,  (NULL, -1360527360, 6.91330690299042e+18, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 2, 9, NULL, 'habitat', 5, 'w', NULL, -7.88805474733942e+18, 'd', 'h', 8, NULL, 315031552, 'japanese', 6, 'k', -2079850496, NULL, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 'might', 3, 'consumption', 'v', 'k', 'v', 'moreover', 5, 4, NULL, 5.76967407261503e+18, NULL, b'1', 'invisible', 0, 'l', LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 0, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 2.94169498160307e+18, NULL, 4.52442877564708e+18, NULL, 7, 'p', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 0, 3, NULL, 7, 'career', 8, 0, 'l', 'otherwise', 1896808448, 'backyard', 'p', 'x', b'0', b'1', 'm', 657195008, 'y', 0, 'jaw', 4, 'j', NULL, 1, 592379904, b'0', NULL, 3, 'river', 'x', 'u', 'q', NULL, 5, 'i', 'lane') ,  (0, NULL, 3, LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 2, 9, 'p', 'k', 7, NULL, 'l', 4.74791990715535e+18, NULL, 'c', 4.96212236443215e+18, 0, 1414463488, 'l', 0, 'h', NULL, NULL, 'print', 'profile', 8, 'x', 'r', 'y', 'k', NULL, NULL, 1, 593297408, 5.23487161686478e+18, 0, b'1', 'wide', NULL, 'r', LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 8, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 1.4476258052229e+18, 3, 3.16687496297159e+18, 'e', 9, 'l', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 0, 0, 'v', NULL, 'l', 1.06622721177996e+18, NULL, 'bath', 'r', 0, NULL, 'f', 'z', NULL, 9, 's', 6, 'x', -4.68486951237216e+18, 'standing', 0, 'l', NULL, NULL, 5, 5, NULL, 6, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 'j', 'l', 'j', NULL, 8.26438679120157e+18, 'known', NULL) ,  (0, 9, NULL, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 9.96139942579012e+17, 478150656, NULL, 'x', 5, 'v', NULL, 3, NULL, 'impression', 7, 6, 6, NULL, 714604544, 'n', NULL, NULL, 'regularly', 'x', 573898752, NULL, 'ecological', 'e', 'i', 'green', b'0', NULL, NULL, 4, NULL, 0, 'perceive', 2, 'g', 'political', 0, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 2, 0, 4, 'v', b'1', 'h', 'pair', 2, 6, NULL, 0, 'n', NULL, 2, NULL, 'union', -1898971136, 's', 'm', 'a', NULL, NULL, 'h', 2074607616, 'substance', 8.51743279526445e+17, 'episode', 0, 'f', NULL, 0, 4, 3, NULL, NULL, 'join', 'm', NULL, 'x', 'endorse', NULL, NULL, 'patrol') ,  (0, NULL, NULL, 'three', -8.63143016083227e+18, 9, 'z', 'passion', 1032388608, 's', NULL, 7.75407265842515e+18, 'differently', 'd', 4, 4, -917766144, 'z', NULL, 'remote', 4, NULL, LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 'h', 1, 'k', 's', 'x', 'c', 'd', b'0', 4, -1042219008, 3, 1, b'1', 'r', NULL, 't', LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 0, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), -4.22775415019405e+18, 1, 4, 'u', 2, 'y', LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 4, 0, NULL, 7, 'l', 0, 4, 'old', 'dancing', -735903744, 'z', 'p', 'k', 0, 7, 'american', 2, 'rank', 3.03373729898745e+18, 'race', 0, 's', NULL, NULL, 7, b'0', NULL, 4, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 'i', NULL, 'j', 'j', 6.75230321631193e+18, 'o', 'o') ,  (NULL, 6, NULL, 'fill', -1.54586057209492e+18, 609157120, 'inherent', 'm', -1903689728, 'y', NULL, 2, 'z', NULL, 3, 0, 3, NULL, NULL, 'considerable', 1809514496, 6.90936625331647e+18, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 'flee', NULL, 'k', 'b', 'y', 'g', 'toss', NULL, 8.64578538464451e+18, 5, 8, 0, 4, 'k', 5, 'h', LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 3, 'terrible', 4, 0, 7, 'n', b'1', 'q', 'traffic', 8, 0, 'g', 9, 'e', 4, 8, 'irish', 'thinking', 3, 'w', 'm', 'f', b'1', NULL, 'award', 6, NULL, 8, 'v', 0, 'z', 'r', NULL, 298057728, b'1', NULL, NULL, 'another', 'q', 'l', 'w', 'price', NULL, NULL, 'z') ,  (4, -1777008640, 3, LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 3, -1487273984, 'r', 'w', 6, 'd', 'anything', -4.54891709862091e+18, 'l', 'meeting', 1, NULL, 1051394048, 's', 2, 'y', NULL, 8, 'feel', 'c', 475922432, 'often', 'o', 'w', 'a', NULL, NULL, NULL, NULL, 1, 0, b'0', 'criticize', 0, 'k', LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 0, 'origin', NULL, 0, 0, 'i', NULL, 'e', 'willingness', 5, 0, 'd', 0, 'laboratory', 1, 6, 'speak', 'p', -1045102592, NULL, 'k', 'k', b'1', 1, 'accent', 1742667776, 'summit', NULL, 'search', 3, 'x', 'z', 3, 8, 5, NULL, 0, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 'g', 'g', 'i', 'rage', 9, 'o', 'barely') ,  (3, 1096744960, -7.86328494938889e+18, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 7, 0, 'quote', NULL, 0, 'k', NULL, 3, 'a', 'helicopter', -7.70397011257065e+18, 5, 7, 'c', NULL, 'v', NULL, 7, 'hypothesis', 'old-fashioned', 914882560, 'harmony', 'supreme', 'e', 'm', 'scatter', 8, NULL, 1792409600, 4, 0, 4, 'dna', 0, 'x', LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 0, LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 9, NULL, -3.0008047267123e+18, NULL, NULL, 'n', 'rural', 5, 0, NULL, 7, 'teacher', -7.46527933232002e+18, 0, NULL, 'everyone', -2140667904, NULL, 'p', 'j', NULL, 1, 'diagnose', -1227489280, 'generate', 1.4211671574121e+18, 'attach', 0, NULL, 'q', 0, 0, b'0', NULL, -675676160, 'impulse', 'z', 'f', 'd', NULL, 8, NULL, NULL) ,  (4, -399507456, -3.58824300310744e+18, LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 5.7795256967999e+18, 745275392, 'collect', 'fitness', 9, NULL, 'criticize', -7.63106809360259e+18, NULL, NULL, -4.79774097803313e+18, NULL, 671678464, 'bother', 4, 'q', NULL, NULL, 'rebel', 'e', -704315392, 'd', 'confusion', 'p', NULL, NULL, NULL, -7.02195624400074e+18, -1667629056, 4, 1, 8, 'curve', 5, 'a', 'consensus', 1, 'boast', NULL, NULL, NULL, 'i', NULL, 'n', LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 0, 3, 'e', 0, 'p', -4.45180823165574e+18, NULL, 'u', 'enterprise', -358678528, 'd', 'r', 'm', b'1', NULL, 'b', NULL, 'r', 8, 'uncle', 0, 'w', 'earn', NULL, -12779520, 7, NULL, 1298268160, 'count', 'e', NULL, 'j', 'excellent', 7, 'e', 'i') ,  (0, NULL, 2.66894572917044e+18, LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 4.65334431498056e+18, 715522048, NULL, 'a', 1680736256, 'v', 'finally', 3, NULL, 'engineering', 6, 8, 5, NULL, NULL, 'software', -163315712, 0, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 'l', 8, 'brush', 'cultural', 'i', 'r', NULL, NULL, -8.57597959042027e+18, 486998016, -7.28738714703888e+18, NULL, b'0', 'f', 0, 'f', LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 0, LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 9, 8, NULL, 'a', 4, 'w', 'stance', 6, 3, 'l', NULL, 'g', 8, 0, NULL, 'n', 1414397952, NULL, 'e', 'o', NULL, NULL, 'uniform', NULL, 'b', NULL, 't', 0, NULL, 'b', NULL, NULL, b'1', NULL, NULL, 'expand', 'u', NULL, 'y', 'sculpture', NULL, NULL, 'e') ,  (NULL, 0, 9.14934411797987e+18, 'diet', 2, 8, 'permission', 'flat', 1, NULL, 'o', 3, NULL, 'e', 8, 8, 4, 't', 443219968, 's', -1557856256, 8, 'murder', 'a', NULL, NULL, 'h', 'g', 'k', 'n', b'1', 5, 1, -2.30837628400409e+18, 9, 0, 'super', 9, 'n', LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 4, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 8.61876378688029e+17, 5, NULL, 'b', NULL, 'y', 'incentive', 3, 0, 'j', NULL, 'i', 1, 0, 'golden', 'value', 1417805824, 'cue', 'h', NULL, 1, b'1', 'absolute', NULL, 'y', 6.89135185480699e+18, 'equip', 0, NULL, NULL, 0, NULL, 3, NULL, -845611008, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'w', 'disorder', 't', 'testify', 8, 'bar', NULL) ,  (0, 4, 5.79951042014636e+18, 'budget', 1, 1430519808, 'yield', NULL, 6, 'c', 'k', 1.51461684968004e+18, 'u', 'retire', 7.05291849143891e+18, 0, 0, 'strongly', NULL, 'location', 9, 0, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 'm', 0, NULL, 'suggest', 'c', 'z', 'e', 5, 9, NULL, 0, NULL, 6, 'd', 3, 'r', 'investor', 0, LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 0, 0, NULL, 'w', b'1', 'd', 'dirty', 0, 7, 'k', 0, 'i', 4.55313922327157e+18, 2, 'importantly', 'n', 2, 'g', 'l', 'm', 6, NULL, 'fork', NULL, NULL, NULL, 'l', 0, 'v', 'c', 0, 1, b'0', NULL, 4, 'bolt', NULL, 'n', 'q', 't', 2, 'd', 'door') ,  (1, -510001152, -2.81165354236274e+18, 'extreme', 7.50215255426911e+18, 1, NULL, 'v', 288817152, 'a', 'bell', 6, 'd', NULL, -1.92669621558444e+18, 2, 6, NULL, 9, 'j', 7, NULL, 'republic', 'o', 1405419520, NULL, 'l', 'a', 'l', 'c', b'0', 9, NULL, -2.67823440340189e+18, 0, b'1', 'beast', 3, 'g', 'dominant', 0, 'aisle', 8, 0, 7.70031093787342e+18, 'i', NULL, 'f', 'british', 0, 0, 'f', 9, 'iron', 5.41923772661026e+18, 9, 'fill', 'theme', 9, 'pat', 'v', 'i', 5, b'0', 'swing', 1184497664, 't', NULL, 'j', 0, 'q', NULL, 6, 2044657664, 1, NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 'e', 'c', 'o', 'f', NULL, 'arrange', 'envelope') ,  (0, 5, 5, 'teaching', 2.96674625453031e+17, 483590144, NULL, 'x', 1660223488, 'x', 'farmer', 7, 'g', NULL, -5.827094967864e+18, 8, 0, 'h', 1, 'exclude', 4, 4, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 'accent', -557842432, NULL, 'forest', 'y', 'r', NULL, b'1', NULL, 7, 1.15714362925751e+18, 0, b'0', 'mate', 0, 't', 'hold', 0, 'eventually', 6.60649917837581e+18, NULL, 8, NULL, NULL, 'w', 'evil', 0, 7, 'c', 0, 'o', 6.08211129676385e+18, 0, 'drinking', 'x', 2107375616, 'concert', 'n', 'd', 9, 6, 'ankle', -1356660736, 'g', -2.29373958521514e+18, 'q', 0, 'i', NULL, 0, NULL, 0, NULL, 1969684480, 'carpet', 'k', 'freshman', 'w', 'overnight', 8.60778626278857e+18, 'asset', 'again') ,  (NULL, -882180096, 5, 'realize', 1.18360227706831e+18, -1301020672, 'p', 'tap', 8, 'd', 'a', 7.73042876038146e+18, 'b', NULL, 3.79878628568701e+18, 9, 1681129472, 'b', 7, 'r', NULL, 5, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 'd', NULL, 'crash', 'sun', 'k', NULL, NULL, b'1', -5.9326480841305e+18, 0, 9, NULL, 1, 'rip', 1, 'g', LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 0, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), NULL, 1, -5.43049672567869e+18, 'g', b'0', 'u', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 0, 3, 'o', 0, 't', 7, 2, 's', 'conventional', 4, NULL, 's', NULL, NULL, b'0', 'limit', NULL, 'a', 1.02288006536652e+18, 'damn', 0, 'z', 's', 3, 9, b'0', NULL, 2139291648, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 'a', NULL, 'p', 'texture', 3.63609374914825e+18, 'medal', NULL) ,  (0, 2, 8, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 6, 850264064, NULL, NULL, 0, 'i', 'pastor', 1, NULL, 'cop', -5.34915045740931e+18, 0, 9, NULL, 8, 'broadcast', 2, NULL, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 's', 9, 'ancient', 'fighting', 'q', 'q', NULL, NULL, 4, -930283520, 3, 0, 9, 'wow', NULL, 'p', 'shoe', 0, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), NULL, 9, 5.09751182822998e+18, 'h', NULL, 'u', 'pipe', 0, 1, 'i', 0, 'beneath', -4.15091148155204e+18, NULL, 'concerning', 'electric', -1297612800, 'grade', 'a', 'e', 9, 5, 't', 1432616960, 'dark', 7, 'w', 7, 'd', NULL, 0, 7, b'1', NULL, -934739968, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), NULL, 'e', 'h', 'deadly', -4.61703404298489e+18, 'high', 'persian') ,  (NULL, 6, 2, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), -4.38256538738491e+18, -1702690816, NULL, NULL, 1, 'r', 'm', -1.6561987629655e+18, NULL, 'enter', 1.72684898211987e+18, NULL, 2, 'counsel', 7, 'm', NULL, -8.12083455307914e+18, 'transformation', 'm', 664010752, 'q', 'p', 'p', 'o', 'u', b'1', -6.26056643199841e+18, 5, 1.12027040730841e+18, NULL, b'0', 'h', NULL, 'h', 'professor', 5, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 3.55868813055282e+18, 0, NULL, 'a', NULL, 'd', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 1, 0, 'c', 0, 'c', 3, NULL, 'many', 'w', -1694564352, 's', 'y', 'q', b'0', 3, 'mark', 639369216, 'q', NULL, 'inner', 0, 'x', NULL, 0, 3, b'1', NULL, NULL, 'allegedly', 'e', 'p', 'u', 'wheat', 4.45321560653929e+18, NULL, 'y') ,  (9, 2, NULL, LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 5.90393763650601e+18, 9, 'owe', NULL, 647168000, 'e', 'alliance', 1, 'p', 'd', -1.55120859665243e+18, NULL, 7, 'g', -931135488, 'l', NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 'lip', 152895488, 'm', 'j', NULL, 'y', 'pine', NULL, NULL, 1604648960, 5, NULL, 1, 't', NULL, 'p', 'journalist', 0, 'fashion', 0, 5, 4.27222719651434e+18, 'w', b'1', 'j', 'engagement', 0, 0, NULL, 8, 'wealthy', 6.97382402298321e+18, 0, NULL, 'emission', -2024210432, 'land', 'l', NULL, NULL, NULL, 'j', NULL, 'swallow', NULL, 'builder', 0, NULL, 'q', 7, NULL, b'1', NULL, 198049792, 'recording', 'r', 't', 'e', 'best', -9.90510443044798e+17, 'b', 'term') ,  (NULL, 2036793344, 8, 'newspaper', -6.56005580721855e+18, 3, 'literature', NULL, 9, 'g', 'a', 6, 'care', NULL, 5, NULL, 0, NULL, NULL, 'e', NULL, 7, 'prevention', 'n', 5, 'exposure', 'rent', 'g', 'j', NULL, NULL, 9, -1105002496, 6, 3, 7, 'v', NULL, 'z', 'neither', 0, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), NULL, 0, NULL, 'g', 3, 'p', 'potential', 0, 0, 'x', 0, 't', 9, 8, NULL, 't', -1908736000, NULL, 'r', 'k', NULL, 2, 'build', 7, NULL, NULL, 'imagine', 0, NULL, 'q', NULL, 1761935360, b'1', NULL, 2046099456, 'music', 'm', 'supervisor', 'm', NULL, NULL, NULL, NULL) ,  (2, 3, -8.41328705388151e+17, 'lightly', 4.63814466623819e+18, 2036858880, 's', 'y', 1645281280, 'w', 'r', 8, NULL, 'i', 3.24146583179991e+18, NULL, 1, 'bite', NULL, 'classic', NULL, 9, 'storage', 'w', 2, 'e', 'pond', NULL, 'w', NULL, 5, 7, NULL, 6, 0, b'1', 'ministry', 0, 'a', 'deeply', 1, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), NULL, 0, NULL, 'j', 9, 'q', 'intelligent', 0, 8, 'd', 8, 'split', 0, 0, 'q', 'a', 2, 'y', 'p', NULL, b'1', b'1', 'o', 387317760, 'diverse', 2, 'f', 6, 'j', 'l', 0, 1, b'0', NULL, 8, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'm', 'reaction', 'y', 'eliminate', -7.5097523786403e+17, 'q', 'bind') ,  (4, NULL, 6.59270690451698e+18, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 7.08416221385379e+18, 5, NULL, NULL, -1561591808, NULL, 'disaster', -7.05629619115944e+18, 'b', 'j', -5.58530796286955e+18, 2, -858521600, NULL, 301072384, 'violence', 1, NULL, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 'p', NULL, NULL, 'r', NULL, 'e', 'deck', b'0', -7.03405966799929e+17, NULL, 7, NULL, 8, 'g', 0, 'p', 'homework', 3, 'artistic', NULL, 2, NULL, 'i', NULL, 'm', 'group', 0, 0, 'y', NULL, 'o', -4.37468408803702e+18, 0, 'u', 'examination', -2024275968, 'l', 'a', NULL, NULL, 1, 'commercial', 0, 'sweater', -1.71446408314461e+18, 'h', 0, NULL, NULL, 0, 174587904, b'1', NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 'e', 't', 'z', 'pizza', 1, NULL, 'bare') ,  (8, 3, 2, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), -3.43483914080014e+18, 7, 'weekly', 'e', 9, 'i', NULL, 1, 't', 't', -7.14946440845066e+18, 0, 1667629056, NULL, NULL, 'm', 5, NULL, 'compete', 'five', NULL, NULL, 'l', 'i', 'j', 'u', NULL, -5.21010181891424e+17, NULL, -9.90228968068088e+17, 0, 1, 'announce', 0, 'w', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 9, 'soap', 1.91994081614338e+18, 0, 0, 'w', 4, 'h', 'talented', 0, 0, NULL, 0, 'mill', 8, 0, 'i', 'line', 2, 'bind', 'm', NULL, 0, b'0', 'z', NULL, NULL, NULL, 'f', 6, 'k', NULL, 0, 3, b'1', NULL, -956104704, 'ring', 'a', NULL, 'm', 'p', NULL, 'fraud', NULL)  /* QNO 98 CON_ID 11 */
180306 13:54:39	   11 Query	SHOW WARNINGS
		   11 Query	COMMIT /* QNO 99 CON_ID 11 */
		   11 Query	ALTER TABLE `table100_innodb_int_autoinc` ENABLE KEYS /* QNO 100 CON_ID 11 */
		   11 Query	SHOW WARNINGS
		   11 Query	DROP TABLE /*! IF EXISTS*/ table100_innodb_key_pk_parts_2 /* QNO 101 CON_ID 11 */
		   11 Query	SHOW WARNINGS
		   11 Query	CREATE TABLE `table100_innodb_key_pk_parts_2` (
`col_char_utf8_not_null` char (1)  CHARACTER SET utf8 not null,
`col_decimal_unsigned_not_null_key` decimal unsigned not null,
`col_enum_latin1_key_default_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 default null,
`col_blob_not_null_key` blob not null,
`col_set_utf8_not_null_key` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 not null,
`col_blob_key` blob,
`col_float_not_null_key` float not null,
`col_int` int,
`col_blob_not_null` blob not null,
`col_decimal_unsigned_key_default_null` decimal unsigned default null,
`col_float` float,
`col_int_key_default_null` int default null,
`col_blob_default_null` blob default null,
`col_int_unsigned` int unsigned,
`col_enum_utf8_not_null_key` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 not null,
`col_set_utf8` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8,
`col_decimal_not_null` decimal not null,
`col_decimal_key_default_null` decimal default null,
`col_set_latin1_not_null_key` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 not null,
`col_set_utf8_default_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 default null,
`col_decimal_unsigned_not_null` decimal unsigned not null,
`col_decimal` decimal,
`col_char_latin1_not_null_key` char (1)  CHARACTER SET latin1 not null,
`col_decimal_unsigned_key` decimal unsigned,
`col_enum_latin1_default_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 default null,
`col_bit_default_null` bit default null,
`col_decimal_default_null` decimal default null,
`col_int_unsigned_key_default_null` int unsigned default null,
`col_set_latin1_key` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1,
`col_enum_utf8_not_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 not null,
`col_char_latin1_default_null` char (1)  CHARACTER SET latin1 default null,
`col_decimal_not_null_key` decimal not null,
`col_char_latin1` char (1)  CHARACTER SET latin1,
`col_float_unsigned` float unsigned,
`col_float_key_default_null` float default null,
`col_enum_latin1_key` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1,
`col_enum_utf8_key_default_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 default null,
`col_char_utf8` char (1)  CHARACTER SET utf8,
`col_char_utf8_key_default_null` char (1)  CHARACTER SET utf8 default null,
`col_blob` blob,
`col_blob_key_default_null` blob default null,
`col_char_utf8_not_null_key` char (1)  CHARACTER SET utf8 not null,
`col_float_not_null` float not null,
`col_int_unsigned_default_null` int unsigned default null,
`col_int_unsigned_not_null_key` int unsigned not null,
`col_set_latin1_default_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 default null,
`col_int_unsigned_key` int unsigned,
`col_set_utf8_not_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 not null,
`col_set_latin1_key_default_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 default null,
`col_float_unsigned_key_default_null` float unsigned default null,
`col_int_not_null_key` int not null,
`col_enum_utf8_key` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8,
`col_set_latin1` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1,
`col_char_utf8_key` char (1)  CHARACTER SET utf8,
`col_int_default_null` int default null,
`col_float_unsigned_key` float unsigned,
`col_float_default_null` float default null,
`col_char_utf8_default_null` char (1)  CHARACTER SET utf8 default null,
`col_set_utf8_key_default_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 default null,
`col_set_utf8_key` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8,
`col_bit_not_null_key` bit not null,
`col_float_key` float,
`col_float_unsigned_default_null` float unsigned default null,
`col_decimal_unsigned` decimal unsigned,
`col_char_latin1_not_null` char (1)  CHARACTER SET latin1 not null,
`col_enum_latin1_not_null_key` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 not null,
`col_enum_latin1_not_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 not null,
`col_bit_key` bit,
`col_char_latin1_key` char (1)  CHARACTER SET latin1,
`col_bit_not_null` bit not null,
`col_enum_latin1` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1,
`col_int_key` int,
`col_enum_utf8_default_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 default null,
`col_float_unsigned_not_null` float unsigned not null,
`col_float_unsigned_not_null_key` float unsigned not null,
`col_enum_utf8` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8,
`col_decimal_unsigned_default_null` decimal unsigned default null,
`col_bit` bit,
`col_char_latin1_key_default_null` char (1)  CHARACTER SET latin1 default null,
`col_bit_key_default_null` bit default null,
`col_int_not_null` int not null,
`col_decimal_key` decimal,
`col_int_unsigned_not_null` int unsigned not null,
`col_set_latin1_not_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 not null,
/*Indices*/
key (`col_decimal_unsigned_not_null_key` ),
key (`col_enum_latin1_key_default_null` ),
key (`col_blob_not_null_key`  (255)),
key (`col_set_utf8_not_null_key` ),
key (`col_blob_key`  (255)),
key (`col_float_not_null_key` ),
key (`col_decimal_unsigned_key_default_null` ),
key (`col_int_key_default_null` ),
key (`col_enum_utf8_not_null_key` ),
key (`col_decimal_key_default_null` ),
key (`col_set_latin1_not_null_key` ),
key (`col_char_latin1_not_null_key` ),
key (`col_decimal_unsigned_key` ),
key (`col_int_unsigned_key_default_null` ),
key (`col_set_latin1_key` ),
key (`col_decimal_not_null_key` ),
key (`col_float_key_default_null` ),
key (`col_enum_latin1_key` ),
key (`col_enum_utf8_key_default_null` ),
key (`col_char_utf8_key_default_null` ),
key (`col_blob_key_default_null`  (255)),
key (`col_char_utf8_not_null_key` ),
key (`col_int_unsigned_not_null_key` ),
key (`col_int_unsigned_key` ),
key (`col_set_latin1_key_default_null` ),
key (`col_float_unsigned_key_default_null` ),
key (`col_int_not_null_key` ),
key (`col_enum_utf8_key` ),
key (`col_char_utf8_key` ),
key (`col_float_unsigned_key` ),
key (`col_set_utf8_key_default_null` ),
key (`col_set_utf8_key` ),
key (`col_bit_not_null_key` ),
key (`col_float_key` ),
key (`col_enum_latin1_not_null_key` ),
key (`col_bit_key` ),
key (`col_char_latin1_key` ),
key (`col_int_key` ),
key (`col_float_unsigned_not_null_key` ),
key (`col_char_latin1_key_default_null` ),
key (`col_bit_key_default_null` ),
key (`col_decimal_key` )) ENGINE=innodb /*!50100 PARTITION BY key (pk) partitions 2 */ /* QNO 102 CON_ID 11 */
		   11 Query	CREATE OR REPLACE VIEW `view_table100_innodb_key_pk_parts_2` AS SELECT * FROM `table100_innodb_key_pk_parts_2` /* QNO 103 CON_ID 11 */
		   11 Query	ALTER TABLE `table100_innodb_key_pk_parts_2` DISABLE KEYS /* QNO 104 CON_ID 11 */
		   11 Query	INSERT /*! IGNORE */ INTO table100_innodb_key_pk_parts_2 VALUES  ('c', 4, 'n', LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'd', LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 2, NULL, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 4, -4.96662596405953e+18, 4, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), -345571328, 'q', 'g', 6, 0, 'l', 'e', 0, 0, 'kitchen', 7, 'v', b'1', 0, 8, 'contribute', 'w', 'diplomat', 5, 'rain', NULL, NULL, 'l', 'w', 'distinct', 'c', LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 'a', 7, 1671233536, 0, 'j', 1, 'q', 'd', NULL, 4, NULL, 'dominant', 'x', 1528823808, NULL, 3, NULL, NULL, NULL, b'0', 6, NULL, 1, 'z', 'b', 'r', 8, NULL, b'0', 'w', 2, 'j', -7.06502191543747e+17, -2.70581895111954e+18, 'a', 3, b'1', 'fiscal', b'1', -306249728, 0, -1011023872, 'q') ,  ('b', 8, 'u', 'rational', 'i', 'fault', -7.66906721545853e+18, NULL, 'understanding', 0, NULL, -1543634944, 'red', NULL, 'j', NULL, 0, 6, 'tiny', NULL, 0, 5, 'p', 0, 'y', b'1', 3, 9, 'p', 'n', NULL, 1, 'spare', NULL, 8.9227567617278e+17, NULL, NULL, 'lack', 'p', 'fisherman', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'b', -1.91965934116667e+18, 6, 3, 'b', 4, 'natural', NULL, NULL, -781975552, 'v', 'bow', 'mutter', 7, 0, NULL, 'k', NULL, NULL, b'0', NULL, NULL, 0, 't', 'z', 's', 5, 'assistant', 6, 'j', NULL, 'c', 2, 3, 'j', 8, NULL, NULL, 3, 3, 1, -1089273856, 'hand') ,  ('t', 0, 'e', 'cholesterol', 'v', 'missionary', -2.1501873470927e+18, 6, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 0, 9, 5, 'appropriate', NULL, 'i', NULL, 0, 0, 's', 'photo', 0, 0, 'patience', 8, NULL, 8, 0, NULL, 'elbow', 't', 'columnist', 6, 't', NULL, -4.1945401029422e+18, 'f', 'f', 'palace', 'cuban', 'drawing', 'spend', 'documentary', 9, 344195072, 4, 's', 714735616, 'creative', 'l', NULL, -1363804160, NULL, 'j', 'regulation', NULL, -1.99115398525118e+18, 4, NULL, 'solid', 'e', b'1', 5, -2.90594765956081e+18, NULL, 'l', 'u', 't', 7, 'gravity', b'0', 'a', NULL, 'f', 6.74414044198732e+18, 6, 'q', NULL, 8, 'e', NULL, 146997248, 0, 3, 'objection') ,  ('popular', 7, 'l', LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 't', 'mixed', 1, 1, 'thin', NULL, 7, 0, 'employment', -1918566400, 'o', 'oh', 0, 0, 'p', 'u', 6, NULL, 'n', NULL, 'x', b'0', NULL, 6, NULL, 'v', NULL, 0, NULL, NULL, NULL, 'g', 'p', NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 'sex', 'cabinet', 8, -356188160, 5, 'l', -740098048, 'n', 'beef', -1.0116210662981e+18, -1641021440, 'r', 'limb', 'o', 5, 7, NULL, NULL, 'fold', NULL, b'1', 4.39832798608071e+18, NULL, 0, 'initiative', 'e', 'w', NULL, 'h', b'1', 'r', 4, 'm', 2, 1.26382264543085e+18, 'j', NULL, NULL, NULL, 2, 3, 8, -968032256, 'cool') ,  ('x', 9, 'x', 'total', 'graduation', LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), -5.04065388293443e+18, 3, 'cooperation', 0, -6.83421243453473e+17, -913637376, 'apparent', 778698752, 'p', 'whisper', 8, 0, 'm', 'terror', 9, 9, 'olympic', 0, 't', NULL, NULL, NULL, 's', 'v', 'u', 3, NULL, 0, 8, 'u', 'v', NULL, 'h', LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 'irish', 0, -328990720, 3, 'r', NULL, 'g', 'depression', 6, 6, 'h', 'p', 'activist', 2120548352, NULL, 3.62990129966062e+18, NULL, 'spray', 'flee', b'0', NULL, 3.75740946411055e+18, NULL, 'accounting', 'y', 'a', b'1', 'whenever', 5, 'd', 833552384, 'f', 5, 2, 'o', 2, b'0', 'z', 8, -2145648640, 0, 2037579776, 'g') ,  ('guilty', 0, 't', LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'fate', 'journalist', 1.39048638495064e+18, 0, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), NULL, NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 5, 'y', 'successful', 0, 0, 'take', 'a', 0, 0, 'filter', 0, 'c', b'1', NULL, 251068416, NULL, 'h', 'c', 9, 'y', 8, 3, 'q', 'd', 'r', 'soon', LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 'youth', 'p', 5, 463077376, 7, 'recommend', -1369178112, 'bit', NULL, -8.71587265384546e+18, -143261696, 'r', 'fire', NULL, 1, -7.69299258847894e+18, -8.99875500543967e+18, NULL, NULL, 'a', 0, NULL, 5, NULL, 'anything', 'e', 'c', 7, 'e', 7, 'u', -2146500608, 'w', -3.78611991173503e+18, 8.51940312010143e+18, 'o', 1, NULL, 't', 8, 4, NULL, 7, 'inner') ,  ('k', 1, 'h', 'design', 'n', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 7, 3, LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), NULL, -7.87454394845731e+18, 0, 'typically', NULL, 'j', 'v', 1, 0, 'stroke', 'd', 0, 1, 'z', 0, 'q', b'0', NULL, -1218314240, 'j', 'r', 'endless', 0, 'return', NULL, 1, NULL, NULL, NULL, 'f', 'counter', LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 'r', 1, 1022754816, 5, NULL, 1820655616, 'rocket', 'unemployment', NULL, -1530527744, 'b', 'movement', 'e', 7, 9, 4.87739839644225e+18, NULL, 'r', 'o', b'1', -7.8796104980381e+18, 3.94487179859984e+18, 0, 's', 'u', 'q', 3, NULL, b'0', NULL, -324141056, 'j', 5, 4, 'r', 9, NULL, 'theme', NULL, -234946560, 4, 0, 's') ,  ('o', 0, 'f', 'tube', 'j', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 0, 916848640, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), NULL, NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), NULL, 'o', 'shoot', 0, 0, 'announce', NULL, 6, 0, 'dose', 1, 'h', 8, NULL, 5, 'crop', 'v', 'week', 0, 'j', NULL, -6.33487582585002e+18, NULL, 'l', NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 'juror', 'd', -3.82693378335808e+18, 1454440448, -707985408, NULL, -9895936, 'g', 'o', 7, 899088384, 'b', NULL, NULL, NULL, 7, 1, 'oppose', NULL, NULL, b'1', 8, 6, 4, 'ice', 'e', 'p', b'0', 'q', b'1', NULL, NULL, NULL, 3.61582755082509e+18, 8.57006861590934e+18, 'f', NULL, 0, 'w', NULL, 1446445056, 3, 5, 'like') ,  ('j', 6, 'u', 'survey', 'z', 'story', -2.50343844286457e+18, NULL, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 0, 5, -1583218688, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 7, 'y', 'u', 3, NULL, 's', 'variety', 4, 0, 'k', 0, 'x', 3, 0, NULL, 'z', 'h', 'practical', 1, NULL, 3.1961483605495e+18, -1.31420666626205e+18, 'a', 'i', 'blame', 'quarter', LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 'temporary', 'x', 1, NULL, 2, 'expectation', NULL, 'b', NULL, NULL, 1419575296, 'x', 'e', NULL, NULL, 4.87402069672172e+18, 7, 'i', 'expected', 'q', b'0', -1.90783739214483e+18, -5.36097240643115e+18, NULL, 'p', 'y', 'v', b'1', NULL, 9, 't', 3, 'm', 2, 8, NULL, 2, 7, 'borrow', NULL, -1027735552, NULL, -1712848896, 'y') ,  ('w', 5, 'v', LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'call', LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), -5.19940576979924e+18, NULL, 'suicide', NULL, NULL, -2142765056, 'harassment', NULL, 'm', NULL, 8, 0, 'd', 'faith', 0, NULL, 'happen', NULL, NULL, b'0', 5, 8, 'n', 'z', 'p', 0, 'c', -7.13285738482473e+18, NULL, 'q', 'j', NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 'k', 6, NULL, 3, 'experience', NULL, 'test', 'r', 7, 1, 'd', 'absence', 'feel', 191889408, 8.53741751861091e+18, NULL, NULL, NULL, 'color', b'1', 8.89629811391699e+18, NULL, NULL, 'd', 'j', 't', NULL, 'v', b'1', NULL, 709885952, 'y', 4.95677433987465e+17, 4.69725441134743e+18, 'q', NULL, NULL, 't', 3, 1480851456, 1, 1, 'loss') ,  ('y', 8, 'n', 'tour', 'y', 'gas', 6.57750725577461e+18, -399114240, 'tooth', 6, 3, NULL, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 3, 'k', 'p', 0, 0, 'tree', NULL, 7, 0, 'l', 0, 'n', NULL, 3, 8, NULL, 'l', NULL, 4, NULL, NULL, NULL, NULL, NULL, 'clinic', NULL, 'brilliant', LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 'j', 0, 1, -247595008, 't', NULL, 'v', 'v', 9, 3, NULL, 'surgeon', 'l', NULL, -6.1941383374947e+18, NULL, 'j', 'h', 'j', 7, 5, 0, 0, 'match', 'p', 'i', 3, NULL, 8, 'g', 3, NULL, 8.42764227769375e+18, -8.02682191085778e+18, 'b', 6, NULL, NULL, b'1', 957349888, 7, 6, 'g') ,  ('a', 0, 'o', LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 'd', 'ironically', -2.5490373890917e+18, 1, 'murder', 0, -6.36949724798543e+18, 3, 'workplace', NULL, 'f', 'jewish', 0, 9, 'n', 'goal', 0, NULL, 'fifth', 4, 'j', b'0', 0, 1437859840, NULL, 'r', NULL, 0, NULL, 6.86658205685645e+18, NULL, NULL, NULL, 's', 'shrink', LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 'manufacturer', 'combat', 7, 1855586304, 0, NULL, -952958976, 'n', 'country', NULL, -1932460032, 'k', 's', NULL, NULL, 8, NULL, 'm', NULL, 'b', 9, NULL, -6.63295782618661e+18, 4, 'q', 'm', 'e', b'1', 'rack', b'1', 'q', 2122448896, 'n', 1.41441175797105e+18, -5.94024790850168e+18, 'h', 4, b'0', NULL, NULL, 5, NULL, 167182336, 'l') ,  ('s', 9, 'n', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'vast', 'independence', 6, NULL, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), NULL, -3.2437176316136e+18, 3, 'assistant', 1, 'j', NULL, 0, NULL, 'a', 'identity', 0, 0, 's', NULL, 'e', 8, 2, -2058944512, 'senior', 'j', 'blond', 0, NULL, 2, NULL, 'h', 'f', 'charity', NULL, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 'distant', 'e', 4, -612433920, 1821179904, 'q', 226492416, 'a', 'o', -1.80650640052899e+18, -328728576, 'l', 'tonight', 'm', 5, 2, 2.61039893401462e+18, 'truly', 'r', NULL, 9, 4.68177328762834e+18, -1.56837857023178e+18, 4, 'f', 'h', 'n', 1, 'migration', 8, 'r', NULL, NULL, -6.93498047619714e+18, 9, 'j', NULL, 1, 'mask', b'0', 519110656, 0, 1, 'pop') ,  ('m', 0, NULL, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 'c', 'appeal', 1, NULL, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), NULL, 1.80538050062215e+18, 4, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), -1186988032, 'u', 'o', 0, 0, 'command', 'relative', 2, 4, 'meal', 0, 'i', 2, NULL, NULL, 's', 'd', 'h', 0, NULL, -9.11697449565815e+17, NULL, 'v', 'p', 'starting', 'j', LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 'spiritual', 'telescope', 1.02006531559942e+18, 286720000, 6, 'c', 8, 'scan', 's', 9, 7, 'o', NULL, 'w', -1309409280, 4.09236468639623e+18, NULL, NULL, 'k', 'm', b'0', NULL, NULL, NULL, 'j', 'i', 'p', NULL, NULL, b'0', 'r', 9, 'w', 3, 0, 's', NULL, 6, 'cliff', NULL, 3, 0, -783220736, 'n') ,  ('inevitable', 0, NULL, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'complaint', 'canvas', 5.95291428245366e+18, 6, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), NULL, -9.07672357398852e+18, 1197277184, 'intelligence', NULL, 'f', 'l', 2, NULL, 'tragedy', 'terrorist', 2, NULL, 'diary', 6, NULL, b'1', 1, 6, NULL, 'b', NULL, 5, 'shop', 2, 6, 'e', 'i', NULL, 'q', LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 'plate', 'z', -4.80196310268379e+18, 0, -2118254592, 'symbolic', NULL, 'tonight', NULL, -1.30914011668126e+18, 6, 'b', NULL, NULL, -1276379136, NULL, 1.12871465660973e+17, 'against', 'o', 'p', 0, 3, 6, 0, 'm', 'h', 's', 3, 'faster', b'0', 'c', 1, NULL, 3.22316995831372e+18, 6.90627002857266e+18, 'n', 0, 9, NULL, NULL, 2, 0, 9, 'c') ,  ('tomato', 4, 'r', LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 'j', 'troop', 6.21074536112062e+18, 1, 'whoever', NULL, 7, NULL, 'drill', 5, 'q', NULL, 4, 0, 'recording', 'f', 0, 0, 'm', 0, NULL, b'1', 7, -572719104, NULL, 'g', 'l', 4, NULL, 9, 6, 'q', 'b', NULL, 'w', 'conscience', LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 'initial', 3, NULL, 681181184, 'venture', -455540736, 'stove', 'r', 2, -1586233344, 'i', 'ironically', 'math', NULL, NULL, NULL, NULL, 'enroll', 'j', 7, NULL, 1.27001509491848e+18, 0, 'g', 'j', 'y', NULL, 'conversation', b'1', NULL, NULL, 'k', 7, 4, 'u', 0, 1, 'rub', NULL, 1828061184, 0, 6, 'c') ,  ('x', 0, NULL, 'bedroom', 'meaningful', 'overwhelm', 4, NULL, 'secure', 0, 9, 2, LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 3, 'l', 'q', 0, NULL, 'touchdown', 'e', 5, 0, 'i', 0, 'g', 2, 0, -904921088, NULL, 'd', 'f', 5, 'capital', NULL, -5.3649130561051e+17, 'h', 'h', NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'automobile', 'y', 3, 9, 4, 'history', -744030208, 'sentiment', NULL, 0, 173342720, NULL, NULL, NULL, -1418067968, 4, 4, NULL, 'w', 'recession', 3, 5, NULL, 2, 'neighboring', 'p', 'u', 3, 'k', b'0', 'i', -1812004864, NULL, 1.40765635852999e+18, 7.75745035814568e+17, NULL, 8, 7, 'c', NULL, -445186048, 8, 1882193920, 'palm') ,  ('e', 7, 'g', 'republic', 'g', 'schedule', 3.03683352373127e+18, 3, 'replace', 0, 6.18541261321667e+18, 3, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 7, 'd', 'i', 0, 0, 'nest', NULL, 0, 6, 't', 0, 'g', 6, 7, 1559953408, 'm', 'e', NULL, 7, 'w', NULL, NULL, 'w', NULL, NULL, 'mechanical', 'placement', 'conventional', 'formal', 8.13434535196125e+18, 3, 6, 'inspection', NULL, 'e', 'y', 5, -165937152, 'n', NULL, 'couch', 2074804224, -6.17556098903179e+17, 4, 'transaction', 'a', NULL, b'1', 0, 6, 5, 'h', 'd', 's', b'1', 'biological', 7, 's', 5, 'c', 4, 6.05931182365029e+18, 'u', 5, 1, 'g', b'1', 1655963648, 0, 6, 'steel') ,  ('k', 0, 'l', LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'a', 'preparation', 9, 7, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), NULL, -9.15553656746751e+18, -1351221248, 'tube', NULL, 'c', 'slow', 0, NULL, 'scholarship', 'o', 0, 0, 'n', 4, 'y', NULL, 2, -84017152, 'infant', 's', NULL, 0, 'themselves', NULL, 1, NULL, 'x', NULL, 'nerve', 'nose', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'o', 3.99722614426803e+18, 5, 3, NULL, 949878784, 'sophisticated', 'overnight', 8, -237043712, 'm', NULL, 'country', 5, NULL, NULL, 'over', NULL, NULL, b'0', 6, 2.75310674720693e+18, 0, 'inform', 'b', 'h', 6, 'horror', 9, NULL, 6, 'e', 5, 5, 'w', 0, NULL, 'b', NULL, -1182793728, 0, 9, 'explore') ,  ('water', 0, 'n', LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 'f', 'begin', -5.45217029888541e+18, NULL, 'butterfly', 0, -4.0678763634224e+18, 1, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), NULL, 'b', 'correspondent', 1, 9, 'march', 'selection', 0, 6, 'around', 0, 'n', b'0', 8, 4, NULL, 'n', 'z', 1, 'dig', NULL, NULL, 'b', 'x', 'x', 'o', LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 'nail', 1.6640800623134e+18, 2, 1661206528, 'h', 4, 'emphasis', 't', 3.246250906404e+18, -17825792, 'i', 'l', 'q', 3, 2, 1.70545688388986e+18, NULL, 'p', 'serving', 2, 6.74329601705719e+18, 5, NULL, 'p', 'm', 'f', NULL, NULL, b'0', 'i', NULL, 'k', 8, 2.81249796729287e+18, 's', NULL, 3, 'z', NULL, 1, 0, 90767360, 'x') ,  ('s', 0, NULL, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 'y', LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 4, -1439367168, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 0, 6, NULL, 'realm', 1, 'a', 'v', 1, NULL, 'r', 'n', 1, 3, 'chronic', 2, 'd', 3, 0, 5, NULL, 'j', NULL, 8, 'd', 9, 3, 'i', 'w', 'significant', 'continent', 'investigation', 'criticism', 'actor', 1.69025723514749e+18, -97320960, 1352007680, 'n', NULL, 'a', 'o', NULL, 8, 'm', NULL, NULL, NULL, NULL, NULL, NULL, 'j', 'closely', b'1', 9, 4.63758171628477e+18, 0, 'comprehensive', 'i', 'c', b'1', 'y', 9, 'c', NULL, 'j', 5, 9.7812554406953e+17, 'a', 2, 8, NULL, b'1', -1847066624, 3, 1868759040, 'h') ,  ('rough', 0, NULL, 'hour', 'lens', 'within', 1, 0, 'assess', NULL, NULL, 0, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 0, 'u', NULL, 0, 9, 'anonymous', 'loud', 9, 2, 'g', 0, 'z', b'1', 0, NULL, NULL, 'v', NULL, 5, 'v', NULL, NULL, 'z', 'v', NULL, NULL, 'row', LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'm', 2.31259840865475e+18, 4, 6, 'up', -1786970112, 'them', 'temporary', 5, 6, 's', NULL, 'j', -422641664, 3, NULL, 'j', NULL, 'enjoy', 6, -2.73818857344126e+18, -2.76183247148496e+18, NULL, 'h', 'y', 's', b'1', NULL, 4, 'y', NULL, 'b', 6, 8, NULL, NULL, b'1', 'labor', 8, 5, 4, 1823604736, 'fruit') ,  ('elephant', 3, 'u', 'pizza', 'pioneer', 'who', 7.04503719209101e+18, 3, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), NULL, NULL, 6, 'decent', 3, 'l', 'allegation', 0, NULL, 'density', 'cooperation', 4, 0, 'k', 7, 't', b'0', 9, 1344602112, NULL, 'l', 'pray', 7, NULL, NULL, NULL, 'b', 'a', NULL, 'j', 'nut', LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 'z', 6, NULL, 3, 'a', -948305920, 'offensive', 'l', NULL, 4, 'x', NULL, 'q', NULL, 2, 4.16667408024784e+18, 'y', NULL, 'a', b'0', NULL, NULL, 5, 'q', 'g', 'q', 7, 'c', b'1', 'd', NULL, 'w', 5.14986617389816e+18, 2.54312641458078e+18, 'q', 0, NULL, 'till', 4, 1944453120, 5, 6, 'nonprofit') ,  ('offender', 0, 'e', 'screening', 'servant', LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), -8.76203455002601e+18, NULL, LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 3, 4, -204013568, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), NULL, 'w', NULL, 7, NULL, 'premise', NULL, 3, NULL, 'thus', 0, 'g', 3, NULL, NULL, 'environmental', 'l', 'v', 7, 'practical', 0, 5, NULL, 'n', 'k', 'acid', 'terror', LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 'elite', 1, -1303773184, 1378680832, 'm', 5, 'q', 'd', 8.1515153255406e+17, -957153280, NULL, 'w', NULL, 5, 4, 8, NULL, NULL, 'ah', b'0', NULL, -6.05114904932568e+18, 7, 'a', 'h', 'f', 0, 'scandal', 9, 'w', NULL, 'u', 2, 6, 'm', 0, 3, NULL, b'0', 270729216, NULL, -896729088, 'universe') ,  ('m', 0, NULL, 'dig', 'v', LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 3, 1130823680, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 0, 4.27982702088552e+18, 6, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 7, 'h', NULL, 0, 6, 'f', 'supreme', 0, 0, 'i', 0, 'p', NULL, NULL, NULL, 'pitcher', 'v', 'w', 9, 'b', 1, NULL, NULL, NULL, NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 'contain', 6, NULL, -280690688, 'whether', 1862139904, 'c', NULL, 2.76155099650825e+18, 117768192, 'a', 'm', 'a', 4, -2.67176047893755e+18, NULL, NULL, 'lemon', NULL, b'1', 5, NULL, 0, 'k', 'j', 'p', b'1', 'j', b'0', 'p', 900399104, 'p', -8.98721453139454e+18, 5, 'w', NULL, 2, NULL, NULL, 1, NULL, -1621884928, 'alliance') ,  ('chance', 0, 'p', 'correct', 's', LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 8, 492634112, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), NULL, NULL, -2075721728, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 4, 'k', NULL, 5, 0, 'protective', 'mr', 0, 9, 'spite', NULL, 'd', NULL, 0, -1496449024, 'r', 'w', NULL, 0, NULL, NULL, 4, 'h', 'u', 'y', 'sure', LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 'pollution', -1.61622931627259e+18, 1, -687669248, NULL, -3932160, 'h', 'good', NULL, 6, 'n', 'tight', 's', 8, 4.47263737993232e+18, 4.331899891577e+18, 'finally', 'ethical', NULL, 6, NULL, NULL, 0, 'l', 'o', 'c', b'1', NULL, 6, NULL, 5, 'l', 3, 0, 'd', 0, NULL, NULL, 2, 6, 7, 8, 'tank') ,  ('trouble', 0, NULL, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 'function', LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), -2.6599385299157e+17, -1582956544, 'habit', 5, 8, NULL, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), -2099642368, 'w', NULL, 7, 9, 'expectation', NULL, 0, 0, 'c', NULL, 'm', NULL, 4, -1114046464, 'x', 'e', NULL, 0, 'bend', NULL, NULL, NULL, NULL, 'neither', NULL, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 'church', 'meeting', -3.78189778708437e+18, 5, 8, 'c', NULL, 'accompany', 'l', 6.13165089266493e+18, 6, 'a', 'o', 'quantity', NULL, NULL, -5.24021964142228e+18, 'uncover', 'n', 'k', 9, 1.44818875517633e+18, NULL, 0, 'enthusiasm', 'y', 'v', 1, 'imagination', 3, NULL, 1788936192, NULL, 5, -7.26824684862256e+18, NULL, 4, 3, NULL, NULL, 9, NULL, 4, 'moral') ,  ('sexuality', 0, 'q', 'exhibition', 'p', LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 0, 6, LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 6, NULL, NULL, 'whether', 1, 'p', 'v', 8, 9, 'conventional', 'immediate', 0, 0, 'needle', 3, 'e', 7, 9, 9, 'not', 'y', NULL, 0, 'm', NULL, 7, NULL, NULL, 'auto', NULL, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 'dream', 'm', 1, NULL, 1, NULL, NULL, 'u', 'bankruptcy', 4, 5, 'q', NULL, NULL, 4, 1.77610710304424e+17, 5, 'shore', NULL, NULL, b'1', NULL, 0, 9, 'make', 'd', 'l', b'1', 'cold', b'1', 'n', 1793130496, 'a', 4, -4.63082631684371e+18, 'z', 4, 9, 'd', NULL, 1, 0, 5, 'ancestor') ,  ('r', 4, 'r', 'mutual', 'pile', 'independent', 7.33551936805641e+18, NULL, LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), NULL, 6, NULL, 'collector', 5, 's', 'o', 5, 0, 'lion', 'l', 0, 9, 's', 0, 'c', b'1', NULL, 6, 'x', 'h', 'surrounding', 4, 'mexican', NULL, NULL, NULL, 'i', 'o', 'h', LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 'test', 'environmental', 2, 4, 109051904, NULL, 5, 'demographic', NULL, NULL, 1751973888, 'm', NULL, 'liability', -1287454720, NULL, 4.59001244522067e+18, 'f', 'x', 'm', 7, NULL, NULL, NULL, 'e', 'j', 't', 3, 'force', 2, 'e', 0, NULL, -2.86485231296106e+18, 4.72343158418152e+18, 'm', NULL, 2, 'e', b'1', 6, NULL, 872284160, 'modify') ,  ('prisoner', 0, NULL, 'understand', 'homework', LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 5, 0, LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 0, 7.22067757755846e+18, 0, 'administrator', -443023360, 'm', NULL, 5, 4, 'pay', 'because', 6, 7, 's', 9, 'o', b'0', 4, 7, 'culture', 'l', 'l', 0, NULL, 6.51896046061879e+18, 4.15147443150547e+18, 'u', 'n', 'g', 'b', LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'g', 9, NULL, 0, NULL, 8, 'l', 't', 5, 7, 'x', 'j', 'war', -2023424000, 6.13812481712928e+18, 6.98620892195848e+17, NULL, 'apparent', 's', b'1', 5, NULL, 0, 'armed', 'r', 'm', NULL, 'skip', 4, NULL, NULL, 'q', 9, 2, 'm', NULL, b'0', NULL, b'0', 2, 0, 7, 'sir') ,  ('j', 1, 'd', LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 'exit', 'die', 6, NULL, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 0, NULL, 3, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 1244856320, 'q', 'incredible', 0, 8, 'u', 'y', 0, 0, 'f', NULL, 'e', b'0', 3, NULL, NULL, 's', 'l', 9, NULL, NULL, -2.41505530017743e+17, 'j', 'g', 'u', NULL, 'intense', 'logic', 'h', 9, NULL, 438763520, 'output', 7, 'e', 'crush', NULL, 5, 'b', 'kit', NULL, 5, 9.11106352114722e+18, NULL, 'second', 'r', 't', b'1', 6, NULL, 0, 'margin', 'x', 'f', 5, NULL, b'0', 'h', -443744256, NULL, -8.76794552453693e+18, 4.99421051177717e+18, NULL, 0, b'0', NULL, 2, 2, 4, -168296448, 'expect') ,  ('hero', 6, 'o', LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 'c', LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 3, -634716160, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 0, 8, NULL, 'mexican', 8, 'c', 'context', 0, 1, 'tap', NULL, 0, 1, 'tell', 0, 'r', 9, 4, NULL, NULL, 'd', 'noise', 0, 'i', 9, 0, 'r', NULL, 's', 'relationship', LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 'darkness', 'rice', 4.08560928695517e+18, NULL, 6, 'silly', 363659264, 'technology', 'y', NULL, 1, 'b', 'j', NULL, -1809252352, 6.91499575285069e+18, 8.97426668246585e+18, 'o', 'j', 's', 6, -8.55655781702723e+18, NULL, NULL, 'silence', 'c', 'a', NULL, NULL, 2, 'n', 3, NULL, 7.94350531775142e+18, 6, 'z', 5, 4, 'a', NULL, -1591345152, 0, 2038628352, 'guess') ,  ('expression', 0, NULL, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 'r', LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), -8.18444789781574e+18, 7, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), NULL, -1.207246175112e+18, -1393295360, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), NULL, 'j', NULL, 7, 9, 'salary', NULL, 0, NULL, 'e', 9, 'o', b'0', 0, NULL, 'w', 'p', NULL, 0, 'terrible', 6, 7.61727581974377e+18, 'h', NULL, NULL, 'b', LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 'l', 6.38610427161136e+18, -2102132736, 5, NULL, NULL, 'ring', 'weak', NULL, 7, 'l', 't', NULL, NULL, 5.03924650805087e+18, -7.96461594100472e+18, 'c', 't', 'intention', b'0', 8, 8, 0, 'n', 'c', 'h', b'1', 'maker', b'0', 'r', NULL, NULL, -5.65877293179103e+18, 2.78125424487799e+18, 'w', 0, 5, NULL, 8, 4, 1, -1910636544, 't') ,  ('text', 4, NULL, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 'accompany', LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), -6.56990743140342e+18, 442368000, LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 5, -3.92995362483418e+18, -883949568, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), NULL, 'e', 'transform', 0, 0, 'r', 'pretty', 0, 9, 'swing', NULL, 'h', NULL, 8, 1562509312, NULL, 'u', NULL, 0, NULL, NULL, 5, NULL, 'f', NULL, 'therefore', LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 'popular', 'background', 7, -2062811136, 1, 'f', 2, 'd', 'g', 1.03245021457469e+18, 797507584, 'a', 'z', NULL, NULL, NULL, -6.55695958247473e+18, NULL, NULL, NULL, b'0', NULL, -5.09891920311353e+18, 0, 'l', 'b', 'd', NULL, 'frontier', b'1', 'g', NULL, 'n', 4, 0, 'i', NULL, NULL, NULL, b'1', 1237385216, 0, 3, 'normally') ,  ('l', 4, 'b', 'loss', 'i', 'wash', 6.15332446587165e+18, 6, 'come', 6, -2.65290165549793e+18, -1877540864, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 9, 'q', NULL, 6, NULL, 'k', NULL, 0, NULL, 'k', NULL, 'y', NULL, 3, NULL, 'o', 'v', NULL, 1, NULL, 4, -8.68350303152374e+18, 'a', 'v', 'u', 'classical', 'liberal', 'jacket', 'b', 9, 1265958912, 2, NULL, 2, 'vessel', NULL, 8, 268304384, 'h', NULL, 'w', NULL, 4.54497644894696e+18, -8.89460926405673e+16, 't', 'gesture', 'l', 3, 6, 7, 0, 'supposedly', 'w', 'w', 0, 'k', 6, 'c', NULL, 'y', -3.57304335436507e+18, 1.93739226469945e+18, NULL, NULL, NULL, NULL, b'0', 2089091072, NULL, 1, 'officer') ,  ('make', 0, 'b', 'alliance', 'hey', LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), -1.65028778845458e+18, 8, 'persist', NULL, 2, -568983552, 'cow', NULL, 'n', 'against', 3, 2, 'exploit', NULL, 0, NULL, 'i', 0, 'p', NULL, 0, 1509359616, 'y', 'l', 'e', 8, 'l', -8.4977295468947e+17, NULL, 'r', 'p', NULL, 'u', LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 'bare', 'b', 3, 4, 2001928192, 'm', NULL, 'line', NULL, 3.49901543549016e+18, 627245056, 'o', 'false', 'c', NULL, 7.6206535194643e+18, -6.62592095176884e+17, NULL, NULL, 'j', b'0', 9, -3.81792658410334e+18, 0, 'n', 'z', 'x', b'1', 'r', 3, NULL, 1761673216, 'r', 0, -7.82810057730005e+18, NULL, 8, 6, 'a', 5, 6, 0, 6, 'dot') ,  ('rise', 6, NULL, 'cruise', 'yield', LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 8, NULL, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), NULL, -3.877599279166e+18, NULL, 'resident', 1, 'n', NULL, 9, 0, 'custody', 'd', 0, NULL, 'l', NULL, 'y', b'0', 3, NULL, NULL, 's', 'k', 0, 'consistent', -2.98898277769046e+18, NULL, 'e', 'f', 'available', NULL, 'quite', 'calculate', 'c', 1, 1852178432, 0, 'p', -825425920, 'f', 'o', NULL, -1921449984, 'k', NULL, NULL, NULL, 8, 5, 'toss', 'j', 'flee', b'0', 8.75471620063153e+18, -7.11709478612894e+18, 0, 'o', 'y', 'i', NULL, NULL, b'0', 'x', 8, 'q', 8, 6, 'a', 0, NULL, NULL, b'0', 7, 1, 3, 'television') ,  ('chop', 3, NULL, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 'me', LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 1, NULL, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 0, NULL, 3, 'conscience', 2, 'v', NULL, 4, 6, 'v', 'n', 4, NULL, 'd', 0, NULL, NULL, 7, 1, NULL, 'p', 'blond', 1, NULL, NULL, 3.32421947495285e+18, 'a', 'u', 'w', 'telescope', LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'distribution', 'boom', 6.25381103255736e+18, 9, 2076311552, NULL, NULL, 'transformation', 't', NULL, 8, NULL, 'q', 'disability', 8, NULL, NULL, NULL, 'u', NULL, 6, -5.94306265826879e+18, NULL, 0, 'appreciation', 'z', 't', 8, NULL, b'1', 'b', NULL, 't', -9.07559767408168e+18, 9, 'm', 8, 6, 'dose', b'1', 1, NULL, -1089339392, 'fruit') ,  ('grant', 2, 'w', 'sales', 'region', LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 1, -2142830592, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), NULL, -1.74233010583896e+18, 618463232, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 9, 'l', NULL, 3, 8, 'aim', 'h', 0, 0, 'creation', 5, 'c', 4, 4, 2141323264, 'worldwide', 'b', NULL, 0, 'c', 5, 4, 'h', NULL, 'k', 'h', 'blow', 'landing', 'employment', 4.7124540600898e+18, 6, 9, 'p', 5, 'threat', 'w', -6.64618715009201e+18, 0, 'f', 'k', 'intensity', -129302528, 5, 3, 'sexually', NULL, NULL, b'0', NULL, -2.12006952458466e+18, NULL, 'wilderness', 'j', 'v', 6, NULL, b'1', NULL, 2, 'q', 3, 4, 'i', NULL, 4, NULL, 1, 254607360, 0, 1407451136, 'colleague') ,  ('y', 6, 'q', LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 'l', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 6, 2, 'canvas', 1, 2, NULL, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), NULL, 'x', 'b', 2, 8, 'hazard', 'z', 0, 0, 'm', NULL, NULL, NULL, 0, 693698560, 'q', 'c', 'thank', 7, 'a', 6, NULL, 'm', 'm', 'shot', 'q', 'edition', 'operating', 'm', -7.59982437118771e+15, -374603776, 1811087360, NULL, 1381957632, 'l', NULL, -5.40375660289117e+18, -605880320, 'h', 'w', 'y', 0, NULL, 7.36901489028497e+18, 'o', NULL, NULL, 0, NULL, 2.07672237817122e+18, 6, 'would', 'f', 's', NULL, NULL, 8, NULL, 9, 'r', 6.34444597505819e+18, -6.25184070772038e+18, 'u', NULL, b'1', 'nowhere', b'0', 9, 0, -858128384, 'c') ,  ('t', 6, 'p', 'enhance', 'c', 'girlfriend', 1.85266829670954e+18, 1978400768, 'rice', NULL, 0, NULL, 'meaning', 1025900544, 'h', NULL, 1, 5, 'prisoner', 'name', 6, 0, 't', 6, 'v', 2, 0, 281477120, 'p', 'l', NULL, 0, 'improvement', 7, 9, 'd', NULL, NULL, 'r', LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 'z', -5.15999927305975e+18, -65077248, 9, 'h', NULL, 'd', 'q', 2, 1338834944, 'w', 's', 'evaluate', -418578432, 8, NULL, 's', NULL, NULL, 8, 3, NULL, 0, 'd', 'e', 'z', NULL, 'emphasis', 5, 'i', NULL, NULL, 7.37267406498221e+18, 6.90992920326989e+18, 'l', NULL, b'0', NULL, 1, 531890176, 1, -521076736, 'u') ,  ('executive', 4, 'g', LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'editor', LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 9.09642682235827e+18, -2097610752, 'strongly', 0, -5.02348390935508e+18, 1702494208, 'energy', NULL, 'e', 's', 0, 0, 'k', NULL, 0, NULL, 'j', 6, 'r', 7, NULL, 0, NULL, 'v', 'solely', 6, 'w', 6.1758424640085e+18, -3.24090288184649e+18, 'm', 'k', 'e', 'death', LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'hearing', 'd', -6.28561770492566e+18, 6, 3, 'q', -1754529792, 'm', 'hit', 3, 306839552, 'x', 'rub', NULL, NULL, NULL, 3.70421069351223e+17, NULL, 'l', 'o', b'0', NULL, NULL, NULL, 'physician', 'u', 'z', b'0', 'congressional', 1, 'x', 8, 't', 3, 4, NULL, 7, b'1', 'neck', NULL, 6, 0, -910360576, 'y') ,  ('e', 0, 'l', 'dirty', 'n', LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 4, NULL, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), NULL, 4, -19464192, 'frown', NULL, 'h', 'train', 0, 9, 'sort', 'p', 0, NULL, 'y', 5, 'z', b'0', NULL, 0, 'x', 't', NULL, 0, NULL, 2.26868831228789e+18, 3, NULL, 'y', 'hence', 'w', 'opinion', LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 'd', 7, NULL, -1611333632, NULL, 1691353088, 'y', 'nowhere', NULL, 0, 'n', 'athlete', 's', NULL, 3.70927724309302e+18, -2.47557242017022e+18, 'l', 'leadership', 'm', 0, -2.02211623268935e+18, NULL, 7, 'rescue', 'i', 'h', b'1', NULL, 2, 'd', 1, 'i', 5, 5.85777574032546e+18, 'a', 0, b'1', NULL, NULL, 8, 2, 5, 'crucial') ,  ('r', 5, 'x', LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 'o', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 2, 4, 'hundred', 3, NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 3, 'j', 'dough', 0, 1, 'extraordinary', NULL, 0, 1, 'television', 5, NULL, b'1', NULL, 8, NULL, 'z', 'emotion', 9, 'm', 1.29900701751968e+18, 3, 'b', NULL, NULL, 'u', LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'tip', 'n', 7.07937713924971e+18, -917438464, 5, 'french', 7, 'adventure', 'spending', NULL, 380436480, 'k', 'much', 'driver', 1498415104, 1, -1.56556382046467e+18, 'nobody', 't', NULL, b'0', NULL, 8, 0, 'x', 's', 'b', 8, NULL, 5, NULL, NULL, 'j', 4, 8, 'r', 3, NULL, 'machine', b'0', -19988480, 0, 415760384, 'few') ,  ('y', 9, 'q', 'press', 'surprising', LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 2, NULL, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), NULL, 6, NULL, LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), -2100101120, 'c', NULL, 2, 5, 'l', 'f', 7, NULL, 'random', NULL, 'r', NULL, NULL, 1560870912, 'd', 'w', 'l', 2, NULL, -1.02147269048297e+18, 8.36459188291056e+18, 'f', NULL, 'mechanic', 'i', 'float', 'senior', 'z', -5.65314343225682e+18, 848625664, 3, NULL, NULL, 'i', NULL, NULL, 1769603072, 'p', 'tank', 'y', NULL, 0, -1.02991693978429e+18, 'h', NULL, 'adopt', 4, NULL, NULL, NULL, 'amazing', 'x', 'd', 3, 't', 7, 't', NULL, NULL, 3, 1, 'k', 0, 8, NULL, 5, -1609760768, NULL, 9, 's') ,  ('chart', 8, 'y', 'mine', 's', LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 2, 6, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 0, -2.59773256006264e+18, NULL, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), NULL, 'w', 'k', 6, 3, 'm', 'various', 5, 7, 'sharply', 0, NULL, 2, 0, 0, 'h', 'b', NULL, 5, NULL, 3, NULL, NULL, 'o', 'palace', 'lawmaker', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 'award', 2, NULL, 1, 'j', -543686656, 'i', 'african', NULL, 4, 'o', 'fist', NULL, 5, NULL, 4, 'k', 'politically', 'suspicion', 6, 9, -4.70598013562546e+18, 0, 'save', 'q', 'j', b'1', NULL, b'0', NULL, 991887360, 'o', 7.98910426397855e+18, -4.82448110082064e+17, NULL, 0, 6, 'asleep', b'0', -1704722432, 0, 8, 'soft') ,  ('h', 0, 'l', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 't', 'screening', 7.42277661083671e+18, NULL, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 2, -5.42374132623763e+18, 1602813952, 'room', NULL, 'r', NULL, 5, 0, 'holy', NULL, 0, NULL, 'm', 2, NULL, b'1', NULL, 798228480, NULL, 'i', 'pound', 0, 'resident', 7.66878574048182e+18, 2.16510552085837e+18, 'i', NULL, NULL, NULL, 'frankly', LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 'share', 5, -797442048, 1749483520, 'agenda', 792002560, 'repeat', NULL, 3, 6, 's', NULL, NULL, 769064960, NULL, 1, 'k', 'drift', 'x', 8, NULL, NULL, 0, 'e', 'm', 'y', 4, NULL, b'1', NULL, -48889856, 'r', -3.34730042304312e+18, 6, 'z', 1, NULL, NULL, NULL, -320667648, 5, 2, 'crack') ,  ('typical', 0, 'g', LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 'brick', 'date', 3.02304124987245e+18, 7, 'organize', NULL, 2, -218628096, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), NULL, 'z', 'coach', 0, NULL, 'w', 'w', 0, 7, 'u', NULL, 'y', 2, 4, NULL, 'boundary', 'o', 'i', 0, 'telescope', NULL, 1.72572308221303e+18, 'j', 'p', 'g', 'l', 'soon', LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'coalition', -8.00711866248803e+18, 7536640, 5, 'cat', 350420992, 't', 'n', 3, 2, 't', NULL, 'c', -2066219008, 2, 9, NULL, 'y', 'feedback', b'1', 4, 2, NULL, 'lots', 'e', 'j', NULL, 'a', 9, 't', NULL, NULL, 4, 1, 'y', NULL, 6, 'pose', b'0', -1887633408, 0, 5, 'z') ,  ('e', 6, 's', 'award', 'click', LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), -2.93690990699898e+18, -62455808, 'ratio', NULL, NULL, NULL, 'bet', -1670053888, 'i', 'i', 0, NULL, 'p', 'well-known', 3, 9, 'demographic', NULL, 'q', 1, 7, NULL, 'month', 'y', 'opposed', 0, 'woman', 7, 3, 'e', 'd', 'despite', NULL, 'horrible', 'massive', 'v', 8, 1, -1128464384, NULL, 8, 'd', NULL, 7, 574488576, NULL, NULL, NULL, 164102144, 1, 7, 'processing', 'natural', 'round', 5, -6.70501542022454e+18, NULL, 0, 'handful', 'a', 'z', NULL, 'hallway', b'1', 'c', 3, NULL, 0, 6, 'q', 0, NULL, 'rip', b'1', 976551936, NULL, -1126498304, 'v') ,  ('e', 0, 'y', LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 'via', 'basement', 7.47766423129529e+18, 6, 'demand', 5, NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 525533184, 'e', NULL, 0, 9, 'distribute', 'b', 0, 0, 'j', NULL, NULL, 8, NULL, 6, NULL, 'd', NULL, 0, NULL, NULL, NULL, NULL, 'u', 'lamp', 'equity', LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 'nasty', 3, NULL, 1, 'w', NULL, 'grant', NULL, NULL, 0, 't', 'g', 'awareness', 0, NULL, 3.09622474381722e+18, 'warmth', 'k', 'h', 7, NULL, 4, 0, 'enemy', 'j', 'c', NULL, NULL, 9, 'b', 1200095232, 'h', 8, 9, 'q', NULL, NULL, 'fame', NULL, 3, 0, -1529872384, 'b')  /* QNO 105 CON_ID 11 */
		   11 Query	INSERT /*! IGNORE */ INTO table100_innodb_key_pk_parts_2 VALUES  ('confession', 5, 'p', 'galaxy', 'pull', LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 3, 7, 'panic', 0, 2.51047531728234e+18, -1732640768, 'faculty', -390856704, 'q', NULL, 0, 4, 'o', NULL, 1, 5, 'k', 0, NULL, b'1', 0, NULL, NULL, 'h', 'w', 4, 'subsequent', NULL, -8.67111813254847e+18, NULL, 'i', NULL, 'f', LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 'a', 3, 9, 8, NULL, 1627062272, 'drug', NULL, 5, 572522496, 'b', 'n', NULL, NULL, 0, NULL, 'l', 'p', NULL, b'1', NULL, NULL, 0, 'map', 'n', 'a', NULL, 'flood', b'1', 'k', NULL, 'l', 2.85134151407895e+17, 4.41155730998611e+18, 'r', 3, NULL, 'eliminate', NULL, 7, 7, 5, 'h') ,  ('y', 0, NULL, 'solar', 'r', 'subsequent', 4, NULL, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 4, NULL, -1315176448, LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 1447624704, 'v', 'consume', 9, NULL, 'clinic', NULL, 6, 0, 'n', NULL, 'b', NULL, 0, 1881604096, 'f', 'b', 'm', 0, NULL, -5.05134993204943e+18, NULL, NULL, 'f', 'upper', 'whole', LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 'necessity', 'others', 4.07463176286346e+18, 6, -1866530816, 'measure', -2121007104, 'c', 'pop', NULL, 2, NULL, 'e', 'obligation', NULL, 8, NULL, 'swing', 'govern', NULL, b'1', NULL, NULL, NULL, 'total', 'f', 'x', NULL, 'g', 0, NULL, 0, 'e', 0, 1, 'c', 8, NULL, 'dimension', NULL, 9, 0, 8, 'inevitably') ,  ('f', 0, 's', LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 'n', LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), -4.36567688878227e+18, NULL, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), NULL, 8.69785825533598e+18, -661258240, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), NULL, 's', 'custom', 0, 0, 'k', 't', 3, NULL, 'k', 8, 'm', 3, 0, NULL, 'counter', 'g', 's', 9, 'govern', -3.14407548985803e+17, 3, 'r', 'z', NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'g', -6.05734149881332e+18, 9, 794230784, 'i', NULL, 'r', 'c', 1, 3, 'e', NULL, 'committee', 3, NULL, NULL, NULL, NULL, 'l', b'0', -8.85998784192132e+18, NULL, 3, 'doctrine', 'x', 'f', b'0', 'response', b'0', 'r', NULL, 't', 0, 9, NULL, 0, 6, 'o', 5, -1160183808, 0, 662765568, 'l') ,  ('w', 5, 'v', LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 'now', 'elite', 6.20089373693575e+17, 3, 'otherwise', 6, 4, 1588658176, 'orange', NULL, 'h', NULL, 6, 0, 'update', 'stroke', 0, 0, 'abroad', NULL, 's', NULL, 0, -818937856, NULL, 'm', 't', 0, NULL, 1, NULL, 'v', 'g', NULL, NULL, 'force', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'l', 6, -233242624, -626130944, 'm', 9, 'f', 'r', NULL, 2, NULL, NULL, 'opposition', 335413248, 7.4725976817145e+18, 8.92050496191411e+18, 'b', 'legend', 'ritual', 4, 2, -4.39720208617387e+18, NULL, 'mark', 'a', 'o', b'0', 'cookie', 6, 'w', 682229760, 'p', -9.40126422213591e+16, 8.71390232900849e+18, 'z', 7, 8, 'disappear', NULL, 3, 0, -146735104, 'x') ,  ('k', 4, 'o', 'least', 'wagon', 'would', -1.94330323921037e+18, 1, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), NULL, -8.81101119597366e+18, 5, 'instrument', NULL, 'e', 'f', 0, 0, 'd', 't', 9, 0, 'z', 0, 'p', NULL, 8, -415170560, NULL, 's', 'd', 6, 'consumption', NULL, NULL, NULL, 'b', NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'b', 0, 6, -806027264, 'slice', -2061959168, 'v', NULL, 0, 0, 'i', NULL, NULL, 9, 1, -4.81097030193853e+18, NULL, 'n', NULL, b'1', 6.8071908367705e+18, NULL, NULL, 'k', 'l', 'l', 1, 'f', b'1', NULL, 5, 'e', 9, 3.36081122192523e+17, 'b', 0, 0, NULL, 1, 8, 3, -719716352, 'l') ,  ('decide', 1, NULL, 'basis', 'i', 'bus', 6, NULL, 'suck', 0, 5.15634009836251e+18, -1801781248, 'personally', 1, 'w', 'again', 6, NULL, 'local', 'enjoy', 0, 2, 'y', NULL, NULL, 5, 0, NULL, 't', 'e', NULL, 9, NULL, NULL, NULL, NULL, 'b', 'e', 'magnetic', LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 's', 2, 571736064, 2064449536, NULL, NULL, 'h', NULL, NULL, 0, 'j', NULL, 'export', NULL, NULL, 4, 'h', 'convey', 'j', 5, -4.63983351609845e+18, 3, 3, 'a', 'p', 'm', 9, 'combat', 9, 'u', NULL, 'u', -2.98898277769046e+18, 9, 'c', 0, 7, 'pollution', b'1', 460324864, NULL, -672661504, 'lift') ,  ('p', 3, 'n', 'plus', 'f', 'alternative', 4.29953026925527e+18, NULL, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 1, 2, 2, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 2043150336, 'k', 'i', 0, NULL, 'overwhelm', 'k', 0, 0, 'e', 0, 'o', NULL, NULL, 1055391744, 'k', 'c', 'crew', 0, NULL, NULL, NULL, 's', 'h', NULL, NULL, 'disk', LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 'come', -1.26325969547742e+18, -373227520, 0, 'conversion', 1, 'p', NULL, 0, 2, 'h', NULL, NULL, NULL, NULL, NULL, 's', NULL, 'socially', 1, NULL, 2, NULL, 'friendship', 'b', 'n', 8, NULL, 5, 'x', 546570240, 'v', 6.99409022130638e+18, -2.38606337757623e+18, 'g', NULL, b'0', 'factory', b'0', 7, NULL, 6, 'rod') ,  ('v', 0, 't', LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 'fun', LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 4, 312475648, 'danger', 0, 3, 0, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 7, 'w', 'z', 9, 0, 'remind', 'yellow', 5, 3, 'x', 0, 'a', 7, 6, NULL, NULL, 'm', 'u', 0, 'x', -7.81853042809189e+18, NULL, 'p', NULL, 'false', NULL, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 'category', 7.28682419708546e+18, NULL, -1673658368, 'truth', -298516480, 'blow', 'shoot', 1, 6, 'f', NULL, NULL, NULL, 6, 9, 'obvious', 'm', 'raise', b'1', 8, 4, NULL, 'q', 's', 'r', 4, 'for', 9, 'b', 780075008, NULL, 5, 4, NULL, 0, NULL, 'ease', 9, 526123008, 0, 1654194176, 'infection') ,  ('chop', 0, 'v', 'suit', 'dedicate', 'mouse', 6, -1468727296, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 0, NULL, 5, 'provide', NULL, 'g', 'more', 7, 0, 'x', 'new', 3, NULL, 'aspect', NULL, 'n', 5, NULL, -933625856, 'arrangement', 'j', NULL, 2, 'beautiful', 3, NULL, 'w', NULL, 'evaluate', 'f', LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 'w', 1, 1, -964886528, 'o', NULL, 'found', NULL, 3.36756662136629e+18, 6, 'n', 'unite', NULL, 5, 5, NULL, 'a', 'g', NULL, 6, 8, 1, NULL, 'sustainable', 'r', 'm', NULL, 'examine', b'1', NULL, 1278083072, 'l', -4.04817311505265e+18, 7, 'c', 0, NULL, NULL, 3, -821231616, 5, 4, 'k') ,  ('z', 2, 'e', 'ignore', 'c', LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 4, NULL, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 7, NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), -1667694592, 'd', 'catalog', 5, NULL, 'c', 'r', 5, 9, 'vulnerable', NULL, 'c', 6, 5, 9, 'tea', 'l', 's', 6, 'creative', NULL, 0, 'p', 'a', 'depend', 'm', 'realm', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'kick', 0, -887029760, 1496842240, 'i', -1837432832, 'c', 'k', 1, -1112539136, 's', 'suicide', 'sustain', 3, 8, NULL, 'a', 'i', 'stiff', 0, 8.44059012662244e+18, 2, NULL, 'j', 'h', 'm', 7, 'f', b'1', NULL, NULL, 'h', 8.33334816049568e+18, 8, 'f', 8, 1, NULL, 0, 8, 4, 1198194688, 'n') ,  ('u', 0, 'd', 'properly', 'r', 'medicine', 2.77449884543694e+18, NULL, 'isolate', 9, NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), -2021326848, 'n', 'suite', 7, 0, 'k', 'reality', 6, NULL, 'various', 0, 'g', b'1', NULL, 1619787776, NULL, 'd', NULL, 8, 'world', NULL, 6, 'j', 'y', 'v', 'suggestion', LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 'spray', 'easy', 4.28996012004711e+18, -894631936, 1696268288, 'w', 1, 'radical', 'c', NULL, 5, 'j', 'wood', 'v', NULL, NULL, NULL, 'contain', NULL, 'r', b'1', NULL, 4, 6, 'e', 'o', 'p', 8, 'wish', 4, 'x', 1, 'z', -5.2486638907236e+18, -1.11070025810025e+18, 'e', NULL, NULL, 'x', 7, -655556608, NULL, 195559424, 'd') ,  ('t', 9, 'n', LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'p', LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 0, NULL, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 0, 5, -298844160, 'violent', NULL, 'e', 'e', 7, 0, 'directly', NULL, 5, NULL, 'command', 0, NULL, NULL, NULL, 819331072, 'violence', 's', 'j', 0, NULL, 6, 8, 'a', NULL, 'combat', NULL, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 'meal', -5.70971990257566e+18, -420282368, 7, 'on', 3, 'pension', 'tour', 7, 8, NULL, NULL, 'b', 3, 0, -3.01544142550126e+18, 'a', 'taxpayer', NULL, 0, NULL, NULL, 3, 'illustrate', 'c', 'r', b'1', 'm', b'0', 'v', 60620800, 'u', 9, 2, 'c', 2, b'1', NULL, b'1', -434962432, 0, 638189568, 'four') ,  ('northwest', 0, NULL, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 'patient', 'surgery', 0, 2, 'beautiful', 0, 3.65241929779747e+18, 1870331904, LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 3, 'u', 'dark', 5, 8, 'let', 'd', 0, NULL, 'table', 0, NULL, NULL, 4, 581435392, 'software', 'k', 'n', 9, 'z', 0, -4.68374361246532e+17, 'h', NULL, NULL, 'survivor', 'big', 'equipment', 'exchange', 7, 1719009280, 7, NULL, 269680640, 'd', NULL, -6.81113148644445e+18, 7, 'k', 'earnings', 'm', 5, 3, 6.87981138076185e+18, NULL, 'o', 'n', 2, 3, -6.75230321631193e+18, 0, 'a', 'l', 'l', 4, 'protein', b'0', 'a', 690618368, 's', -5.60416678630916e+18, 5, 'f', NULL, 1, NULL, NULL, 4, NULL, 3, 'access') ,  ('accompany', 0, 'c', 'constraint', 'penalty', LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 1.91065214191193e+18, -1847132160, 'joy', 3, 9, NULL, 'privacy', NULL, 'x', NULL, 0, 0, 's', NULL, 0, NULL, 'e', 0, 'b', b'0', 2, 7, 'u', 'k', NULL, 6, 'tuck', 6.80634641184037e+18, -3.70646249332592e+18, 'i', 'p', 'i', 'round', LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 'danger', 'widely', 0, NULL, 2, 'muslim', 1, 's', NULL, 7.18408583058607e+18, 3, 'j', 'altogether', 'e', NULL, 9, -3.93924229906563e+18, 'involve', 'b', 'e', b'1', -2.37621175339136e+18, 7, 5, 'q', 'w', 'r', 8, 'h', b'1', 'm', 2, NULL, 1, 4, 'z', 0, 9, 'republican', NULL, 306905088, 0, 500039680, 'h') ,  ('wound', 5, 'm', 'joke', 'barn', 'stable', 2.12569902411887e+18, NULL, 'tight', NULL, NULL, 839843840, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 1, 's', 'contract', 0, 0, 'guess', 'historic', 0, 2, 'n', 0, 'p', NULL, 0, -1446248448, NULL, 'w', 'reliable', 8, 'e', 5.27962613816177e+18, 5.90984861101693e+18, 'a', NULL, 'seed', 'r', 'profound', LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'confess', -6.23073008446708e+18, 2, -2012217344, 'n', 8, 'clothing', NULL, 9, 2132869120, 'f', NULL, NULL, 598671360, NULL, 4.32204826739212e+18, NULL, 'a', 'dip', b'1', 2.96533887964676e+18, NULL, 0, 'supplier', 's', 'z', b'0', NULL, b'1', 'd', NULL, 'e', 9.17580276579067e+18, 8, 'i', 0, NULL, 'f', b'1', -1695481856, 7, 7, 'n') ,  ('z', 0, 'f', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'k', 'very', 0, 0, 'employer', NULL, 5, 6, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 2093154304, 'x', 'n', 4, 0, 'i', 'drawing', 0, NULL, 'v', 8, 'x', 3, 0, -1155792896, 'b', 'r', 'f', 0, 'gym', 2.21802281647997e+18, 8.47324122392088e+18, 'c', 'c', 'south', 'r', LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 'relation', 'better', 9, 9, 9, 'require', 6, 'offering', NULL, -3.05006284763667e+18, 1366622208, 'h', 'l', 'h', -1000275968, -3.96316767208604e+17, NULL, 'e', NULL, NULL, 7, NULL, NULL, NULL, 'x', 'w', 'k', b'1', 'm', 2, 's', 1313996800, 'k', 4, -3.46861613800541e+18, 'n', 0, b'1', NULL, 3, 1, 0, -1288568832, 'atop') ,  ('m', 2, NULL, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 'departure', 'meantime', -2.20394906764444e+17, 650248192, 'timber', 3, 4, 9, 'theoretical', 1282736128, 'z', NULL, 7, 0, 'q', NULL, 3, NULL, 'fine', 3, 'k', b'0', 4, -238551040, 'statute', 'l', 'point', 0, NULL, 4, -1.32011764077298e+18, 'l', 'n', 'variable', 'u', LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 'evolve', 'z', -7.2614914491815e+18, 0, -1064435712, 'sweater', 5, 'five', 'k', NULL, -729546752, 'g', 'j', 'jacket', 38141952, NULL, NULL, 'refer', 'v', 'responsible', b'1', NULL, -5.29004071230007e+18, 8, 'apparently', 'f', 's', NULL, 'basis', b'1', 'j', 3, 'p', 2, -1.41863388262171e+17, 'l', NULL, 9, 'mexican', 9, -1086390272, NULL, 0, 'a') ,  ('either', 5, 'r', 'midst', 'p', LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 8.86505439150211e+18, 274661376, LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), NULL, NULL, 361365504, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), NULL, 'z', 'ever', 0, 0, 'primary', NULL, 0, 6, 'b', 0, 'g', b'0', NULL, NULL, 'y', 'f', NULL, 4, 'u', 4.79323737840576e+18, -3.48550463660805e+18, 'u', 'c', 'v', 'breathe', 'laser', 'reform', 'learn', 0, 0, 7208960, NULL, 5, 'b', 'm', 9.85725368440717e+17, 1018822656, NULL, NULL, NULL, NULL, 5, 1, 'm', 'height', NULL, b'1', 5.74124509996725e+18, 2, 0, 'hello', 'f', 'b', NULL, 'village', 0, 'g', 2, 'c', 2.27656961163579e+18, -5.4440075245608e+18, 'z', 0, 5, 't', 4, 4, 5, 890437632, 'i') ,  ('w', 0, 'p', LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 'r', 'withdrawal', -4.3347146413441e+17, NULL, 'establishment', 0, 8.75724947542193e+18, 0, 'meaningful', NULL, 's', NULL, 0, 6, 'z', 'ethnic', 4, NULL, 'developmental', NULL, 'i', b'0', 5, NULL, 'k', 'm', 'boyfriend', 2, 'l', 3.05907004689141e+18, 3, 'p', 'd', 'compliance', 'maker', 'guidance', LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 'u', 7, NULL, 1241776128, 'assume', NULL, 'oil', 'added', NULL, 2, 'v', 'merely', 'a', 820707328, NULL, 3.30310885169955e+18, 'evening', NULL, NULL, b'0', 6, 0, 0, 'warrior', 'v', 'm', b'0', 'h', b'0', NULL, 8, 'x', 7.10105071245643e+18, 4, 'q', 7, 4, 'k', b'0', -1528233984, NULL, 362479616, 'disaster') ,  ('clearly', 0, 'z', LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 'assistant', LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 5.96220295668512e+18, NULL, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), NULL, NULL, NULL, 'diversity', 1326055424, 'm', 'for', 7, NULL, 'across', 'evening', 1, 5, 'state', 0, 'q', b'0', NULL, 5, 'third', 'z', 'instruction', 0, NULL, -7.59053569695626e+18, -2.00663510897027e+18, 'j', 'r', 'e', 'nervous', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'costly', 'b', 8, NULL, 5, 'z', 3, 'life', 'hence', 5, -1074331648, 'b', NULL, NULL, NULL, NULL, -1.34376153881667e+18, 'x', NULL, 'servant', b'1', 3, NULL, 6, 'delay', 'o', 'd', 2, NULL, b'0', 'y', 7, NULL, 1, 2, 'x', 0, 9, NULL, b'1', -1404239872, 0, -65863680, 'v') ,  ('u', 0, 'h', 'phone', 'climb', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 2, NULL, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 9, NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 4, 'g', 'a', 1, 0, 'medical', 'allegedly', 1, 9, 'virus', 5, 'w', 4, NULL, NULL, NULL, 'a', 'approximately', 0, 'c', 7.02955606837192e+18, -8.20189934637181e+18, 'c', NULL, NULL, 'n', LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 'well-known', 'wrap', 4.94016731624872e+18, NULL, 0, 'privacy', 0, 'evaluate', 'k', 7.23249952658031e+18, 7, 'o', 'b', 'press', -1701838848, 3.24991008110123e+18, 3.78020893722411e+17, 'e', 'enter', 'l', b'0', NULL, 9, 5, 'dna', 'b', 'k', b'1', NULL, 5, NULL, NULL, 'x', 7, 2, NULL, 0, NULL, 'w', NULL, 2054553600, 0, 81592320, 'electrical') ,  ('rush', 2, 'y', LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 'v', LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 7, -2063269888, LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), NULL, 5, 4, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 7, 'o', NULL, 0, 4, 'p', NULL, 0, 0, 'pleasant', NULL, 'f', 3, 4, NULL, NULL, 'r', 'v', 5, 'g', 7, NULL, 'q', 'q', 'w', NULL, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 'hesitate', 'sophisticated', 2.15469094672007e+18, -20774912, 2006253568, 'meat', 7, 'membership', 'p', 3.82158575880058e+18, 9, 'a', NULL, 'agree', 5, NULL, 4.62744861712318e+17, 'e', 'm', 'a', 6, -8.94443033493452e+18, 2, NULL, 'j', 'k', 'd', NULL, NULL, 1, 'x', 8, NULL, 2, 4, NULL, NULL, NULL, 'k', 2, -21299200, 5, 2, 'tent') ,  ('nobody', 1, NULL, 'slave', 'principal', LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 7, 0, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 0, 4, -765722624, 'equal', 9, 'z', 'maker', 0, 7, 'soar', NULL, 0, 0, 'killing', NULL, 'i', b'0', 0, NULL, 'every', 'y', 'r', 1, NULL, -4.46869673025837e+18, 5, 'u', 'b', 'floor', 'satellite', LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 'environment', 'room', 6, NULL, 3, 'e', NULL, 'p', NULL, 5, -798490624, 'f', NULL, NULL, 5, NULL, NULL, NULL, NULL, 'r', 2, 8, 7, 0, 'progressive', 'm', 'b', b'0', NULL, b'0', 'a', -1273298944, 's', 1, 7.15790865775198e+17, 'r', 6, b'0', 'f', 0, 9, 0, 5, 'cast') ,  ('o', 0, 'g', 'tax', 'r', LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 7.60657977062877e+18, NULL, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), NULL, NULL, 337707008, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 6, 't', 'd', 0, 2, 'sophisticated', NULL, 0, 5, 'p', NULL, 'a', b'0', 0, 2, 'originally', 't', 'sight', 3, 'x', NULL, NULL, 'f', 'f', NULL, 'm', 'radiation', LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 'y', -4.41183878496282e+18, 8, 7, 'i', NULL, 'manager', NULL, NULL, 1466499072, 'y', 'nerve', 'thank', 7, 4.70598013562546e+18, NULL, 'administration', 'r', 'exploit', 9, NULL, 6.21046388614391e+18, 0, 'sir', 'g', 's', 7, 'racism', 1, 'c', 1470496768, NULL, 9, -6.72049654394362e+18, 'y', NULL, b'1', 'four', NULL, -1515192320, 0, 2, 'monthly') ,  ('e', 0, 'm', 'incredible', 'ready', LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), -4.21959137586944e+18, NULL, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 0, 4, 9, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), -607387648, 't', 'w', 5, NULL, 'next', NULL, 0, 0, 'v', 6, 'z', 7, 5, NULL, NULL, 'a', NULL, 0, NULL, NULL, -6.22172288521234e+18, 'h', 'd', 'lemon', 'o', 'sexy', LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 'x', 8, NULL, -720109568, 't', -210305024, 'night', 'according', NULL, 1, 'v', NULL, NULL, 8, -8.67562173217584e+18, 6, NULL, 'shout', 'cancer', 6, -8.42679785276362e+18, 2, 4, 'h', 'e', 'x', 8, 'fund', b'1', NULL, 2, 'r', -4.11741595932348e+18, -2.59182158555172e+18, 'p', 2, 6, 'national', NULL, 1, 0, -2140667904, 'locate') ,  ('h', 7, 'o', 'album', 'upper', 'smooth', 2, 9, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 0, -5.70971990257566e+18, 937754624, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 5, 'f', 'k', 0, 1, 'learning', 'y', 3, NULL, 'j', NULL, 'c', b'0', 0, NULL, 'precious', 'i', 'c', 7, NULL, 5, 9, 'i', 'g', 'learning', 'small', 'chain', LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 'planner', 3, -642973696, 687931392, NULL, 3, 'f', 'l', NULL, 241565696, 'i', 'margin', NULL, -266600448, 6, 1, 'publication', NULL, NULL, b'0', 1, 3, 0, 'v', 'z', 'i', 4, 'bow', b'0', NULL, -1030881280, 'y', 6.75708829091601e+18, 5, 'g', 2, 0, 'hispanic', b'0', 5, 0, 463929344, 'f') ,  ('sometime', 0, 'm', 'yes', 'f', 'compare', 8.43636800197178e+18, -413466624, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 2, NULL, -334823424, LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 700252160, 't', 'q', 0, 2, 'i', 'j', 9, 1, 'g', 5, 'b', NULL, 3, 8, NULL, 'x', NULL, 0, 'legend', NULL, 7, 'r', 'z', 'contribution', 'phone', LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 'staff', 2.11275117519018e+18, 0, -674496512, NULL, NULL, 'a', 'l', 9, 8, 'j', 'strict', NULL, -1940783104, -7.63078661862588e+17, NULL, 'head', 'oven', 'trace', b'1', NULL, NULL, 0, 'm', 'b', 'f', b'1', NULL, b'1', 't', 4, 'k', 7, -6.88487793034265e+17, 't', NULL, 5, NULL, NULL, 8, NULL, -1817509888, 'forbid') ,  ('indian', 9, 'o', 'frequently', 'straw', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), -4.12811200843848e+18, 1306525696, 'supposed', 0, 5.20785001910056e+18, -1714028544, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), -92078080, 'g', NULL, 0, 4, 'software', 'wage', 7, NULL, 'memory', 0, 'x', b'0', 0, 1680146432, 'k', 'q', NULL, 0, 'uncover', 4, NULL, 'x', 'r', 'written', 'w', 'blow', LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 'will', 5, NULL, 1, 'somewhat', -1054605312, 'x', NULL, NULL, 0, NULL, 'y', NULL, NULL, -3.7906235113624e+18, NULL, 'p', 'hurry', 'i', 6, NULL, 3, 4, 'potentially', 'o', 'h', b'0', 'concentration', b'0', 'q', NULL, 'v', 9, 2, NULL, 0, b'0', 'pine', b'1', 4, NULL, 0, 't') ,  ('e', 0, NULL, LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 'elevator', LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 4, NULL, 'garage', NULL, NULL, 3, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 3, 'w', 'f', 0, 0, 't', 'n', 7, 0, 'shoot', NULL, 'r', NULL, NULL, 357040128, NULL, 'l', 'show', 0, 'k', 3, 3, 'b', 'h', NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'end', 'crash', -1.8647717207081e+18, NULL, -1564934144, NULL, NULL, 'genre', NULL, 6, 3, 'y', NULL, 'tired', 1564082176, 1, -8.7167170787756e+18, NULL, NULL, 'glad', b'0', NULL, NULL, 0, 'proper', 'l', 'k', 5, 'a', 7, NULL, 142606336, 'p', 0, 2, 's', 9, b'1', 'quiet', NULL, 3, NULL, -1158348800, 'provider') ,  ('g', 8, NULL, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 'r', LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 4, 364904448, 'mission', 5, 2, 7, 'contributor', NULL, 'r', 'j', 4, NULL, 'missing', 'western', 7, 0, 'q', 2, 'e', b'0', 2, -394592256, NULL, 'g', 'convention', 9, NULL, 9, NULL, 'o', 'k', NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 'u', -4.52499172560051e+18, 7, 1703280640, NULL, 1, 'j', NULL, -9.1552550924908e+18, 2, 'e', 'a', 's', NULL, 3, -7.33354904321943e+18, NULL, 'i', 'd', 2, 5, -1.43524090624763e+18, NULL, 'g', 'u', 'l', NULL, NULL, b'1', NULL, 8, 'm', -6.27689198064763e+17, 8.00205211290724e+18, 'u', 0, 9, 'data', 7, -815202304, 0, -1259012096, 'k') ,  ('s', 6, 's', LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 'f', 'unexpected', 4, NULL, 'huh', NULL, 3.07426969563378e+18, NULL, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), -1251803136, 'm', NULL, 0, NULL, 'protein', 'a', 5, 9, 'g', NULL, 'm', NULL, 8, NULL, 'correct', 'w', NULL, 0, 'x', -3.10776521786235e+18, NULL, NULL, 'g', 'm', 'mortgage', 'placement', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'q', -4.64461859070253e+18, -987496448, 650772480, NULL, 2, 'j', 'legislator', NULL, 6, NULL, 'institutional', 'rib', -1314717696, NULL, -8.21738047009089e+18, NULL, 'lucky', 'i', b'1', 4.86332464760671e+18, 0, 3, 'rough', 'f', 'b', b'0', 'guest', b'1', 'r', 9, 'n', -4.30994484339356e+18, 9, 'd', NULL, 6, 'guide', b'1', 583598080, NULL, 5, 'g') ,  ('r', 3, 'e', LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 'f', 'mobile', 1, 2, 'wing', NULL, 5, 5, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), -1938948096, 'j', 'artist', 1, 0, 'envision', NULL, 5, NULL, 'contractor', 8, 'b', 3, 0, NULL, NULL, 'w', 'function', 0, 'a', 6, NULL, 'f', 'n', NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 'wedding', 'brain', 2, 1204551680, 5, 'b', NULL, 'y', 'x', NULL, 5, 'x', 'g', 'k', NULL, 3.99525581943105e+18, -1.41018963332039e+17, NULL, 'o', 'newspaper', b'1', -7.00534922037481e+18, 2, NULL, 'butt', 'f', 'd', NULL, NULL, b'0', 'e', 8, NULL, 3.01797470029165e+18, 1, 'a', 0, NULL, 'collapse', 5, 6, 0, 643039232, 'pet') ,  ('q', 0, 'd', LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 'u', LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 3.11846126697736e+18, -731250688, 'resemble', 1, 5.31002543564653e+18, -577437696, 'artifact', NULL, 'u', NULL, 8, 0, 'form', NULL, 0, 0, 'rapidly', NULL, NULL, b'1', 0, -101253120, NULL, 'b', 'minister', 0, 'x', NULL, NULL, 'd', 'k', 'f', 'w', LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 'serious', 1, 7, 3, 'v', 1128792064, 'v', 'counter', -7.75745035814568e+18, 5, NULL, 'greet', 'l', 1, 6.49982016220247e+18, NULL, 'plus', 'g', 'r', b'0', -3.13056469097592e+18, 8.8411290184817e+17, NULL, 'o', 'p', 'f', 2, NULL, b'1', NULL, -411697152, NULL, 0, 3.13197206585947e+18, 'x', NULL, NULL, NULL, NULL, 6, 0, 965738496, 'n') ,  ('q', 3, 'o', 'stage', 'manner', LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), -3.00474537638625e+18, NULL, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), NULL, 4, 7, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 675479552, 'y', 'independent', 3, NULL, 'surprised', 'z', 5, 0, 'correspondent', 3, 'b', NULL, 0, -978518016, 'pant', 'j', 'abstract', 5, NULL, 9, NULL, 'c', 'y', NULL, 'dish', 'architecture', LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 'attendance', 2, NULL, 652738560, 'symptom', NULL, 'finding', 'depressed', 7.04588161702114e+18, 9, 'j', 'inventory', NULL, 206372864, 6, 4, NULL, 'slam', 'sand', 2, NULL, NULL, NULL, 'headache', 'h', 'z', 2, NULL, b'0', 't', 2, 'j', 1, 4.30910041846343e+18, 'c', NULL, NULL, NULL, b'1', 9, NULL, 4, 'k') ,  ('l', 0, 'b', 'decade', 's', LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), -4.09630533607018e+18, NULL, 'sound', 0, NULL, -460128256, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 4, 'd', 'perceive', 0, 9, 'f', 'dynamics', 9, 0, 'magic', NULL, 'n', NULL, 0, -1691615232, 'k', 's', NULL, 0, 'r', 7, -5.35083930726957e+18, NULL, 'k', 'joy', 'color', LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 'combine', 4, 3, 7, 'collaboration', NULL, 'utility', NULL, NULL, -252968960, NULL, 'q', 'z', 2, 0, NULL, NULL, NULL, NULL, 9, NULL, 1.09662650926472e+18, 0, 'dignity', 'g', 'b', b'0', 'korean', b'1', 'd', NULL, 'p', 1, 2.66387917958965e+18, 'j', 0, b'0', 'i', 3, 162922496, 0, 128516096, 'h') ,  ('g', 6, 'i', LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 'a', 'whole', 2, 1028784128, 'partially', 5, -7.96771216574854e+18, 2, LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), NULL, 'l', 's', 0, 0, 'loan', 'j', 0, 0, 'w', 4, 'y', NULL, NULL, 9, 'alone', 'u', 'hunting', 0, 'm', 4, -5.26583386430295e+18, NULL, 'u', 'm', 's', 'advantage', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'fine', 5.79050322089162e+18, 1550516224, 827588608, 'heat', NULL, 's', NULL, NULL, -1651965952, 'g', 'g', NULL, -443613184, 5, NULL, 'c', 's', NULL, 5, NULL, 8, NULL, 'e', 'o', 'e', NULL, 'host', 6, 's', 1125711872, 'f', 0, 2, 'h', 1, b'0', 'tennis', 8, 2, 0, -1551826944, 'unprecedented') ,  ('cookie', 3, NULL, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'u', 'feed', -3.03683352373127e+18, NULL, 'pattern', 5, 6, 3, 'bloody', -1197670400, 'm', 'just', 6, 7, 'consent', 'opinion', 3, NULL, 'soar', 8, NULL, 1, 7, 7, 'r', 'g', 'u', 2, 'r', 0, 9, 'u', 'b', NULL, 'race', LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 'faculty', 'critical', 2, 6, 5, 'heavily', NULL, 'frequency', 'z', 6, 910426112, 'r', 'enter', 'c', 5, -3.84719998168125e+18, 3.29804230211876e+18, NULL, 'u', 'b', b'1', 4, NULL, 4, 'independent', 'w', 'w', b'1', 'd', 3, 'c', -1814102016, 'd', -2.11950657463124e+17, 8, 'j', NULL, b'1', NULL, NULL, 3, 6, 7, 'format') ,  ('x', 4, 'j', LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 'o', LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 9, 8, 'advice', 0, -1.63677698957246e+18, 1651179520, 'outfit', -485228544, 'z', 'cooperation', 6, 0, 'h', 'f', 0, 0, 'protest', 0, 'i', b'1', 0, NULL, 'even', 'm', 'theater', 0, 'v', -3.98821894501328e+18, NULL, 'w', 'b', 'v', 'e', LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 'w', 7, NULL, 1410727936, 'courtroom', NULL, 'k', NULL, -8.34517010951753e+18, 1262485504, 'u', 'v', 'a', 9, NULL, 9, NULL, NULL, 'anything', b'0', 3, NULL, NULL, 'drive', 'o', 'i', b'0', 'hurt', 8, 'p', 269484032, 'n', 5.58530796286955e+18, 3, 'o', NULL, NULL, 'z', 1, 9, 0, -12713984, 'a') ,  ('v', 0, NULL, 'eager', 'serious', 'perform', 9.10993762124038e+18, NULL, LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), NULL, NULL, NULL, 'discuss', -1026949120, 'e', 'but', 5, 4, 'quit', 'k', 6, 0, 'plain', 1, 'k', b'1', NULL, 1, 'return', 'v', NULL, 2, 'award', 9, NULL, NULL, 'd', 'trailer', 'c', 'unfold', 'headquarters', 'b', 6, -2039218176, -427819008, 'liquid', 7, 'dried', NULL, 5, 6, 'f', 'd', 'manufacturing', 0, -8.53572866875064e+18, 2.77055819576299e+18, NULL, NULL, 'h', b'0', 1, 9, 0, 'c', 'y', 'p', 0, 'a', b'1', 'a', NULL, 'b', 4.20073255242983e+18, 9, 'd', 0, b'1', 'asian', 9, -403636224, 0, 1672478720, 'bounce') ,  ('politically', 5, 'h', LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 'english', 'plot', 7, NULL, 'pattern', NULL, 7, NULL, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 9, 'c', 'b', 0, 2, 'r', 'automobile', 0, NULL, 'onion', 0, 'q', NULL, 4, NULL, 'r', 'e', NULL, 0, 'o', 7, -3.60766477650048e+18, 'w', 'h', 'producer', 'sorry', LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 'little', 'o', -5.28919628736994e+18, -1385824256, 5, NULL, -960364544, 'integrate', NULL, NULL, 387579904, NULL, NULL, NULL, -2054815744, 8.0248515860208e+18, 5, 'w', 'r', 'd', 1, 8, 6.51107916127089e+18, 0, 'awareness', 'y', 'l', b'1', 'urban', b'1', 'f', -1061617664, 'o', -6.67940119734387e+18, 3, 'i', 8, b'1', 'daughter', b'0', 1, NULL, -1171849216, 'r') ,  ('a', 4, NULL, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'boost', 'ocean', 0, NULL, LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), NULL, 7, NULL, 'your', -616038400, 'h', 'cancel', 0, 0, 'r', NULL, 7, 5, 's', 0, 'q', b'0', 0, -1012334592, 'd', 'h', 'broken', 3, 'y', 4, 3, 'v', NULL, 'carefully', 'r', 'equivalent', LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 'n', -5.96811393119604e+18, NULL, 617349120, 'afterward', -633208832, 'shrug', 's', NULL, 0, 'f', 'i', NULL, 7, -8.00768161244145e+18, 8, 'labor', 's', 'x', b'1', -3.85057768140177e+18, NULL, NULL, 'a', 'n', 'd', NULL, NULL, 4, 'h', 1041760256, 'y', -2.62728743261726e+18, 5, 'l', 4, 6, NULL, b'0', 862781440, 4, 1681063936, 'j') ,  ('x', 6, 'q', LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 'y', 'birthday', 2, 0, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), NULL, 5.35140225722299e+18, -1621229568, 'appoint', 9, 'a', NULL, 0, 9, 'w', 'h', 6, NULL, 'w', 0, 'o', NULL, NULL, NULL, NULL, 'h', 'wonder', 0, 'n', 7.79629390493175e+18, NULL, NULL, 'o', 'racism', 'b', 'previously', 'doorway', 'straight', 4, 3, -993787904, NULL, 1, 'basic', 'n', NULL, -1810956288, 'j', NULL, NULL, 1568669696, NULL, NULL, 'chapter', 'shoulder', NULL, b'0', NULL, NULL, 9, 'confusion', 'f', 'u', b'0', 'sleeve', b'0', 'k', 7, 'w', 4.26687917195683e+18, -3.66227092198235e+18, NULL, NULL, b'0', 'singer', b'0', 4, NULL, -1906704384, 'y') ,  ('u', 0, NULL, 'ticket', 'conscience', LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 7, NULL, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), NULL, 9.00973252953139e+18, 0, LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 1940389888, 'd', NULL, 0, 0, 'v', NULL, 3, 1, 'stable', 0, 'h', NULL, 3, 5, NULL, 'h', NULL, 0, 'prisoner', NULL, NULL, 't', 'x', 'song', NULL, 'disturb', LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 'technical', 1, 2, 2, 'forever', 1423704064, 'sibling', NULL, 0, 6, 'd', NULL, 's', 1, NULL, NULL, NULL, NULL, 'g', b'0', NULL, NULL, NULL, 'q', 'q', 'k', 4, 'h', 9, 'c', 1640759296, 'b', -1.07016786145391e+18, 8, 'b', 9, NULL, 'candle', b'1', 0, NULL, 1737818112, 'setting') ,  ('stimulate', 0, 'j', 'guitar', 'f', 'alternative', -9.18255816523173e+18, 0, 'disk', NULL, NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 2075590656, 's', 'sun', 0, 0, 'council', 'p', 5, NULL, 'j', 8, NULL, b'0', 0, NULL, NULL, 't', 'q', 0, 'k', NULL, 4.72906108371573e+18, 'j', 'h', 'dog', 'we', LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 'b', 5, 1732837376, 1, 'n', NULL, 'r', 'v', 8, 4, 'a', 'v', 'g', NULL, -1.51546127461017e+18, NULL, 'r', 'h', 'forbid', 4, -6.84462700867302e+18, 7, NULL, 'currently', 'i', 'n', 8, 'difficulty', 5, 'u', NULL, 'r', 6, 2, 'x', 4, 8, 'concede', 7, 7, 7, 648937472, 'conspiracy') ,  ('f', 0, NULL, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 'z', LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 2, NULL, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 3, 0, NULL, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), NULL, 'd', 'snow', 0, 0, 'i', 'remind', 0, 0, 't', NULL, 't', b'0', 2, 23527424, 'real', 'c', 'placement', 6, 'l', 9, -6.20004931200562e+18, 't', 'm', 'l', 'p', LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 'predator', -6.80550198691024e+18, NULL, 2, 'dedicate', -1700659200, 'e', 'barrel', 6, 1894121472, 's', 'quantity', 'x', NULL, 9, 8, 't', 'upset', 'i', 5, 7, NULL, 0, 'd', 't', 'f', NULL, NULL, 8, NULL, 338690048, NULL, -1.44368515554895e+18, -1.38654573527669e+18, 'k', 0, 7, 's', NULL, 2139947008, 8, 1, 'formerly') ,  ('n', 7, 'e', 'being', 'f', LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 5.88282701325271e+18, 3, 'rule', NULL, 6.28224000520513e+18, NULL, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 5, 'j', NULL, 2, NULL, 'a', 'galaxy', 0, NULL, 'b', 3, 'p', NULL, NULL, NULL, 'teenager', 'q', NULL, 5, 'c', NULL, 2.21633396661971e+18, 'u', 'q', 'c', NULL, 'discussion', LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 'v', 8, 5, -964427776, 'and', 1966735360, 'joint', 'child', -2.59435486034212e+18, -549650432, 'a', 's', 'crowded', 5, NULL, 6, 'eleven', 'f', 's', 0, 7, 3.78583843675832e+17, 0, 'f', 'e', 'b', NULL, 'subtle', b'1', NULL, -322568192, 'b', 8, 7.84752235069309e+17, 'n', NULL, 3, NULL, 9, 5, NULL, -178192384, 'e') ,  ('nowhere', 4, 'v', 'directly', 'long', 'clearly', -4.34569216543582e+18, NULL, 'guitar', NULL, 1, 651821056, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 2, 's', 'yet', 0, 0, 'down', NULL, 0, 9, 'w', NULL, 'a', 3, 4, 1427767296, 'mother', 'o', NULL, 0, 'k', 6, 6, NULL, NULL, NULL, 'o', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 'm', 6, 7, -494862336, 'p', -21757952, 'u', NULL, NULL, 2, 's', 'z', 'k', 116260864, -7.62459416913825e+18, 4, 'g', 'deadly', 'clearly', 9, NULL, NULL, 0, 'w', 'a', 'i', NULL, 'z', b'0', 'q', NULL, 'p', 1.36796838681379e+18, -2.86260051314737e+18, NULL, 0, NULL, 'contend', 2, 2, 0, 139132928, 'r') ,  ('p', 0, 'y', 'bunch', 'attendance', 'golden', 8, 8, 'soul', NULL, NULL, 9175040, 'commit', 534380544, 'h', 'say', 0, NULL, 'stem', NULL, 5, 0, 'two-thirds', 9, 'm', b'1', NULL, 5, 'fluid', 'y', 'due', 2, 'p', 4.19622895280246e+18, 0, NULL, 'd', NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'u', 0, NULL, 1481375744, NULL, -611647488, 'addition', 'm', 1, -1612906496, 'u', 'y', NULL, NULL, 6, NULL, NULL, 'k', NULL, b'1', -8.9570967088865e+18, 9, NULL, 'x', 't', 'i', b'1', 'x', 6, NULL, 0, 'v', 4, 8, 'x', 0, 2, 'sunlight', 8, 9, NULL, 1065287680, 'text') ,  ('v', 1, 'y', 'deeply', 'b', 'uh', 4, 5, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 0, 9, 1775632384, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 2, 'x', NULL, 0, 0, 'rule', 's', 4, 0, 'q', 3, 'f', 7, 9, NULL, 'stuff', 'z', 'terribly', 0, NULL, -1.00148796713651e+18, NULL, 'y', 'i', 'retail', 'superior', 'popularity', 'wedding', 'mall', 9.60392620536758e+17, -1000669184, 3, 'o', -1620180992, 'recover', 'and', NULL, -353435648, 'l', NULL, NULL, 8, 3, 7, 'u', NULL, 'v', 7, 7, 4, 0, 'dried', 'a', 'a', b'0', 'maximum', b'0', 'f', NULL, 'r', 5, -7.79150883032767e+18, 's', NULL, b'0', 'metropolitan', NULL, 2033713152, NULL, 6, 'j') ,  ('chunk', 9, NULL, 'box', 'm', 'kit', 1, 3, 'optimistic', 0, 8.42398310299651e+18, NULL, 'required', NULL, 'k', NULL, 2, 7, 'slot', NULL, 0, 0, 't', NULL, NULL, b'1', NULL, 1, 'criminal', 'm', NULL, 8, NULL, 7, 6, 'z', NULL, 'telescope', NULL, 'list', 'upper', 'unfold', -7.43544298478869e+18, 7, -884211712, 'statistics', 902955008, 'protocol', 'vision', 2.2585552131263e+18, 2, 'y', NULL, 'package', 4, NULL, NULL, 'elsewhere', 'seven', 'w', b'0', NULL, NULL, NULL, 'e', 'r', 't', NULL, NULL, 4, NULL, 2, 'g', 0, 1, 'y', 3, 7, NULL, 2, 1, 0, 3, 'slight')  /* QNO 106 CON_ID 11 */
		   11 Query	COMMIT /* QNO 107 CON_ID 11 */
		   11 Query	ALTER TABLE `table100_innodb_key_pk_parts_2` ENABLE KEYS /* QNO 108 CON_ID 11 */
		   11 Query	DROP TABLE /*! IF EXISTS*/ table100_innodb_key_pk_parts_2_int_autoinc /* QNO 109 CON_ID 11 */
		   11 Query	SHOW WARNINGS
		   11 Query	CREATE TABLE `table100_innodb_key_pk_parts_2_int_autoinc` (
`col_blob_default_null` blob default null,
`col_char_latin1_not_null_key` char (1)  CHARACTER SET latin1 not null,
pk int auto_increment,
`col_decimal_unsigned_default_null` decimal unsigned default null,
`col_enum_utf8` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8,
`col_bit_default_null` bit default null,
`col_int_unsigned_not_null` int unsigned not null,
`col_decimal_unsigned_not_null_key` decimal unsigned not null,
`col_char_latin1_key_default_null` char (1)  CHARACTER SET latin1 default null,
`col_set_utf8_default_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 default null,
`col_char_utf8_key_default_null` char (1)  CHARACTER SET utf8 default null,
`col_set_latin1` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1,
`col_set_latin1_not_null_key` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 not null,
`col_char_utf8` char (1)  CHARACTER SET utf8,
`col_set_latin1_key` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1,
`col_int_unsigned` int unsigned,
`col_enum_latin1_default_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 default null,
`col_enum_latin1_key` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1,
`col_enum_utf8_not_null_key` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 not null,
`col_float_unsigned` float unsigned,
`col_float_unsigned_not_null` float unsigned not null,
`col_char_latin1` char (1)  CHARACTER SET latin1,
`col_char_latin1_key` char (1)  CHARACTER SET latin1,
`col_char_utf8_key` char (1)  CHARACTER SET utf8,
`col_decimal_unsigned_not_null` decimal unsigned not null,
`col_float_not_null` float not null,
`col_char_latin1_not_null` char (1)  CHARACTER SET latin1 not null,
`col_int_not_null` int not null,
`col_enum_latin1_not_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 not null,
`col_enum_utf8_key` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8,
`col_enum_latin1` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1,
`col_char_latin1_default_null` char (1)  CHARACTER SET latin1 default null,
`col_int_unsigned_key_default_null` int unsigned default null,
`col_int_unsigned_default_null` int unsigned default null,
`col_int_key` int,
`col_char_utf8_default_null` char (1)  CHARACTER SET utf8 default null,
`col_bit_key_default_null` bit default null,
`col_decimal_unsigned_key` decimal unsigned,
`col_enum_utf8_default_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 default null,
`col_set_utf8` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8,
`col_int_unsigned_not_null_key` int unsigned not null,
`col_float_unsigned_key` float unsigned,
`col_blob_key_default_null` blob default null,
`col_char_utf8_not_null_key` char (1)  CHARACTER SET utf8 not null,
`col_blob_key` blob,
`col_int_default_null` int default null,
`col_decimal_unsigned` decimal unsigned,
`col_decimal_key_default_null` decimal default null,
`col_decimal_unsigned_key_default_null` decimal unsigned default null,
`col_char_utf8_not_null` char (1)  CHARACTER SET utf8 not null,
`col_set_latin1_key_default_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 default null,
`col_set_utf8_key` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8,
`col_float_key` float,
`col_int` int,
`col_set_latin1_default_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 default null,
`col_enum_utf8_not_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 not null,
`col_float_key_default_null` float default null,
`col_bit_key` bit,
`col_enum_latin1_not_null_key` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 not null,
`col_decimal_not_null_key` decimal not null,
`col_enum_latin1_key_default_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 default null,
`col_blob` blob,
`col_blob_not_null` blob not null,
`col_int_key_default_null` int default null,
`col_decimal` decimal,
`col_bit_not_null` bit not null,
`col_float` float,
`col_float_not_null_key` float not null,
`col_decimal_not_null` decimal not null,
`col_int_not_null_key` int not null,
`col_decimal_key` decimal,
`col_bit_not_null_key` bit not null,
`col_enum_utf8_key_default_null` enum ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 default null,
`col_int_unsigned_key` int unsigned,
`col_float_default_null` float default null,
`col_set_utf8_key_default_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 default null,
`col_float_unsigned_not_null_key` float unsigned not null,
`col_set_latin1_not_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET latin1 not null,
`col_decimal_default_null` decimal default null,
`col_set_utf8_not_null_key` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 not null,
`col_bit` bit,
`col_float_unsigned_key_default_null` float unsigned default null,
`col_float_unsigned_default_null` float unsigned default null,
`col_blob_not_null_key` blob not null,
`col_set_utf8_not_null` set ('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z')  CHARACTER SET utf8 not null,
/*Indices*/
key (`col_char_latin1_not_null_key` ),
primary key (pk),
key (`col_decimal_unsigned_not_null_key` ),
key (`col_char_latin1_key_default_null` ),
key (`col_char_utf8_key_default_null` ),
key (`col_set_latin1_not_null_key` ),
key (`col_set_latin1_key` ),
key (`col_enum_latin1_key` ),
key (`col_enum_utf8_not_null_key` ),
key (`col_char_latin1_key` ),
key (`col_char_utf8_key` ),
key (`col_enum_utf8_key` ),
key (`col_int_unsigned_key_default_null` ),
key (`col_int_key` ),
key (`col_bit_key_default_null` ),
key (`col_decimal_unsigned_key` ),
key (`col_int_unsigned_not_null_key` ),
key (`col_float_unsigned_key` ),
key (`col_blob_key_default_null`  (255)),
key (`col_char_utf8_not_null_key` ),
key (`col_blob_key`  (255)),
key (`col_decimal_key_default_null` ),
key (`col_decimal_unsigned_key_default_null` ),
key (`col_set_latin1_key_default_null` ),
key (`col_set_utf8_key` ),
key (`col_float_key` ),
key (`col_float_key_default_null` ),
key (`col_bit_key` ),
key (`col_enum_latin1_not_null_key` ),
key (`col_decimal_not_null_key` ),
key (`col_enum_latin1_key_default_null` ),
key (`col_int_key_default_null` ),
key (`col_float_not_null_key` ),
key (`col_int_not_null_key` ),
key (`col_decimal_key` ),
key (`col_bit_not_null_key` ),
key (`col_enum_utf8_key_default_null` ),
key (`col_int_unsigned_key` ),
key (`col_set_utf8_key_default_null` ),
key (`col_float_unsigned_not_null_key` ),
key (`col_set_utf8_not_null_key` ),
key (`col_float_unsigned_key_default_null` ),
key (`col_blob_not_null_key`  (255))) ENGINE=innodb /*!50100 PARTITION BY key (pk) partitions 2 */ /* QNO 110 CON_ID 11 */
		   11 Query	CREATE OR REPLACE VIEW `view_table100_innodb_key_pk_parts_2_int_autoinc` AS SELECT * FROM `table100_innodb_key_pk_parts_2_int_autoinc` /* QNO 111 CON_ID 11 */
		   11 Query	ALTER TABLE `table100_innodb_key_pk_parts_2_int_autoinc` DISABLE KEYS /* QNO 112 CON_ID 11 */
		   11 Query	SHOW WARNINGS
		   11 Query	INSERT /*! IGNORE */ INTO table100_innodb_key_pk_parts_2_int_autoinc VALUES  (LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'scratch', NULL, NULL, NULL, NULL, 1473839104, 1, NULL, NULL, 'behavioral', 'f', 'f', NULL, 'm', NULL, 'p', 'u', 'b', 9, 6.20652323646996e+17, 'h', 'h', 'orange', 7, 2, 'initiative', 1700528128, 'w', 'i', NULL, 'x', NULL, 972423168, NULL, NULL, b'1', 0, 's', NULL, 8, NULL, LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 'ago', LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), NULL, 0, 0, 3, 'b', NULL, 'a', NULL, NULL, 'prosecution', 'g', NULL, NULL, 'x', 0, 'x', 'humanity', LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), -106299392, NULL, b'0', NULL, -1.9706063119513e+18, 8, 665059328, NULL, b'0', 'z', 2043740160, -7.57421014830704e+18, 'ours', -1.67702791124209e+18, 'decade', NULL, 'slide', b'0', NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 'regain') ,  (LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 's', NULL, 5, 'c', b'1', 5, 4, NULL, 'end', NULL, NULL, 'c', 'besides', 'eastern', 5, 'k', 't', 'g', NULL, 4, 'd', 'their', 'grandchild', 0, 5, 'emphasize', 0, 'd', NULL, NULL, 'expertise', -1601896448, -1130364928, 1814626304, 'm', b'0', 6, NULL, 'quote', 9, 2.54847443913828e+18, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'ready', 'others', 1, 0, NULL, 8, 'm', 'f', NULL, 8, 1, 'given', 'y', NULL, NULL, 'f', 2, 'p', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), -1077149696, NULL, b'1', NULL, 1.39611588448485e+18, 0, -805961728, 0, b'1', NULL, NULL, 3.44469076498501e+18, 'x', 6, 'frequency', NULL, 'w', 4, 0, NULL, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 't') ,  (LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 'i', NULL, 0, 'e', NULL, 0, 1, 'x', NULL, 'creation', 'n', 'chemical', 'range', NULL, 5, 't', 'c', 't', 5, 2.30246530949317e+18, 'growing', 'd', 'fully', 0, 4, 'consideration', -1846345728, 'a', 'r', 'i', 'civil', 1410662400, NULL, -1932853248, NULL, b'0', NULL, 'a', NULL, 956628992, 1, LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 'inherent', LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), NULL, 0, 0, 1, 'drum', NULL, 'smooth', -6.85757485760171e+18, 0, 'refuse', 'e', NULL, NULL, 'w', 4, 'i', LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), NULL, 8, b'0', -4.01439611784738e+18, 3, 0, 998113280, 0, b'1', 'e', NULL, 7.37323701493563e+18, 'avoid', 2, 'church', NULL, 'spot', 8, 6.96003174912439e+18, 0, 'sunny', 'h') ,  (LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 'statistics', NULL, 0, 'h', 6, 1668677632, 7, 'f', 'q', 'scholarship', 'h', 'skirt', NULL, 'modern', 329973760, NULL, NULL, 'z', -8.18501084776917e+18, -4.74848285710877e+17, NULL, 'mention', 'dna', 0, 9, 's', 8, 'u', 'p', 'c', 'rubber', NULL, 1891827712, -614924288, NULL, b'0', 6, NULL, NULL, 858062848, 6.27435870585723e+18, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 'e', LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 3, 0, 0, 0, 'k', 'k', 't', -7.63444579332312e+18, 8, 't', 'w', 8.94358591000438e+18, 9, 'n', 2, 'y', LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), NULL, NULL, 8, NULL, 9, 9, -331939840, 0, 5, NULL, NULL, 1, 'prevention', 5, 'ah', NULL, 'b', NULL, 3, 5, 'construction', 'chaos') ,  ('denial', 'o', NULL, 1, 'k', 9, 1581711360, 1, NULL, NULL, 'z', NULL, 'inherit', NULL, 'o', -1064763392, NULL, 'y', 'z', NULL, 4, NULL, NULL, 'o', 0, 0, 'publish', -2138505216, 'w', 'x', 'c', NULL, NULL, NULL, 1, NULL, NULL, NULL, 'e', 'ensure', 1316356096, 7, LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 'wealthy', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 9, 0, NULL, NULL, 'n', NULL, 'away', NULL, -1985216512, 'premium', 'a', 7.16128635747251e+18, b'1', 'z', 0, 'o', 'hence', 'sensation', NULL, 0, b'0', NULL, 9.05251672599141e+18, 0, 8, NULL, b'0', 'g', 7, 7.69214816354881e+18, NULL, 7, 'p', 0, 'hide', b'1', 6, 8.15292270042415e+18, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 'expected') ,  (LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 'y', NULL, 8, 'e', 4, 2, 8, 'striking', 'w', 'break', 'r', 'u', NULL, 'wisdom', 5, 'j', 'l', 'f', NULL, -7.51819662794162e+17, 'kit', 'mm-hmm', 'trash', 6, 7.64767511722852e+17, 'whale', -2121400320, 'r', 'c', NULL, 'q', NULL, -841809920, 4, 'indicate', NULL, NULL, 'k', 'p', 4, -4.47798540448983e+18, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 'remind', LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), NULL, 0, NULL, NULL, 's', NULL, 'thereby', NULL, 1, 'd', 'l', NULL, NULL, 'f', 0, 't', 'factory', LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 1109000192, 1, 1, NULL, 1, 0, 8, 1, 9, 'c', NULL, 8, NULL, -6.00977222774922e+18, 'd', 0, 'direction', 5, NULL, NULL, 'otherwise', 'l') ,  ('folk', 'bible', NULL, NULL, NULL, 3, 350945280, 0, 'wisdom', NULL, 'q', 'constantly', 'holiday', 'testing', 'training', NULL, NULL, NULL, 'l', NULL, 0, NULL, 'w', NULL, 5, 6, 'show', 6, 'o', 'u', 'm', NULL, NULL, 1159856128, 1962541056, 'b', b'1', NULL, 'j', NULL, 0, 3.89279892790837e+18, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 'others', LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 4, 9, 0, 0, 'm', NULL, 'x', NULL, 1449328640, 'related', 'z', NULL, b'0', 'l', 0, 'f', LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 2025652224, NULL, b'0', NULL, 5, 9, 1, 0, b'1', 'z', 583794688, NULL, 'v', -4.54131727424972e+18, 'dense', NULL, 'w', b'1', 3, 4.74820138213206e+18, LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 'a') ,  ('wind', 'ritual', NULL, NULL, NULL, NULL, 6, 0, 'c', NULL, NULL, NULL, 'enormous', 'strategic', NULL, NULL, 'g', 'x', 'l', -4.58241262084948e+17, 4, 'k', NULL, 'float', 0, 9, 'a', 8, 'd', 'v', 'r', 'ally', NULL, -2042429440, NULL, NULL, 1, NULL, 'q', 'f', 6, 8, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 'x', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 7, 8, 0, 0, 'these', 'anymore', NULL, 1.53375714809636e+18, 179634176, NULL, 'j', NULL, NULL, 'p', 7, 'h', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'alike', 5, NULL, 6, NULL, 2, 6, 4, 0, 3, NULL, -1000341504, -6.86067108234553e+18, NULL, 4.70063211106796e+16, 'k', 8, 'b', b'1', 4, 6, 'warmth', 'child') ,  (LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 'w', NULL, 0, 'g', b'0', 2, 8, 'b', NULL, 's', 'pension', 'interview', NULL, NULL, 9, NULL, 'v', 'n', NULL, 1.85801632126704e+18, 'w', 'vote', NULL, 7, 2.41139612548019e+18, 'web', 316604416, 'r', 't', 'b', 'a', 1894776832, NULL, NULL, 'volume', b'0', NULL, 'x', NULL, 7274496, 0, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 'm', LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), NULL, 0, 0, 0, 'world', NULL, 'i', 4, 4, 'b', 'x', 1, NULL, 'v', 7, 'i', LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 391643136, 4, b'0', NULL, 3, 7, 637075456, 0, 4, NULL, -677642240, -1.68687953542696e+18, NULL, 3.39289936927025e+18, 'as', 1, 'k', 7, 2.33286460697792e+18, 9, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 'rental') ,  (LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 'z', NULL, 0, 'p', NULL, 0, 0, NULL, 'z', NULL, 'k', 'bomb', 'u', 'c', 6, 'f', 'd', 'u', 9.12570021993618e+18, 6, NULL, 'homework', 'spring', 0, 3.36503334657589e+18, 'directly', -224591872, 'n', 'y', NULL, 'g', NULL, NULL, 1776877568, 'diet', b'0', 0, 'l', 'c', -1955594240, -2.59097716062159e+18, 'inevitably', 'j', 'policy', 2, 2, 0, 7, 'j', 'p', NULL, -6.48968706304088e+18, 6, 'short-term', 'p', 2.61856170833923e+18, 3, 'y', 7, 'f', 'palm', 'dish', -293928960, NULL, b'0', -4.54469497397025e+18, 5.03755765819061e+18, 0, 8, NULL, b'0', NULL, NULL, -3.59443545259508e+18, 'constant', 0, 'r', 0, 'w', b'0', NULL, 2, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'radio') ,  ('prevention', 'sensitive', NULL, 2, 'x', b'1', 2, 0, NULL, NULL, NULL, 'distant', 'hero', 'd', 'r', 6, NULL, 'g', 'x', 6, 1, NULL, NULL, 'd', 0, -3.60231675194298e+18, 'j', 4, 'r', 'n', 'u', 'r', -1372454912, 4, NULL, 'y', 3, 4, 'l', 'blind', -2010710016, 9.08235307352274e+18, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 'g', 'territory', 8, 7, 3, NULL, 'h', NULL, 'l', 4, 1837891584, 'brain', 'q', NULL, 9, 'a', 1, 'i', LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 198049792, 0, 7, NULL, -6.15585774066205e+18, 0, 7, 2, b'0', 'u', 9, 5, NULL, -4.44477135723797e+18, 'barrier', NULL, 'aisle', 7, NULL, NULL, 'container', 'classical') ,  (LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 'undergraduate', NULL, NULL, 'q', 5, 5, 1, 'compliance', NULL, 'air', 'o', 'u', NULL, 'fear', 2, 'p', 'j', 'l', 0, -3.55136978115835e+18, 'v', 'universe', 'arena', 0, 3, 'a', 1, 'i', 's', 'g', NULL, 0, 7, NULL, NULL, 3, 3, 'y', NULL, 160694272, 3, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 'y', LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), NULL, 0, 9, 7, 'bishop', NULL, NULL, 1.82564669894531e+18, NULL, 'k', 'n', 0, b'0', 'a', 0, 'q', LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 'marriage', 1523253248, 0, b'0', -3.93783492418208e+18, 8, 0, 5, 1, 7, 'a', 1220345856, -2.0815074527753e+18, NULL, 7, 's', 2, 'father', 1, 6, NULL, 'adolescent', 's') ,  (LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 'q', NULL, NULL, NULL, b'1', -172163072, 3, 'l', 'aware', 'chance', NULL, 'c', NULL, NULL, 6, 'x', 'x', 'u', 3.32224915011587e+18, 1, 't', 's', 'deeply', 3, 9, 'x', 9, 'w', 'r', 'x', NULL, 3, -1183252480, -585760768, 'j', NULL, 4, NULL, 'b', 9, NULL, 'fraud', 'leather', 'baseball', 8, 3, NULL, 0, 'lobby', NULL, 'joke', 7, NULL, NULL, 'o', NULL, 2, 'u', 0, 's', LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 2, NULL, b'0', NULL, 9, 0, -891224064, 3, b'0', 'p', NULL, 1.40990815834368e+18, 'statute', -7.90522472091877e+18, 't', NULL, 'productivity', b'1', 9, NULL, LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 'curtain') ,  (LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 'parish', NULL, 0, 'p', NULL, 933298176, 0, 'mirror', NULL, 'spiritual', 'such', 'm', 'laugh', 'economy', NULL, 'm', 'w', 'q', 9, 8, 'i', 'participate', 'politics', 0, 3, 'bay', 2, 's', 'd', 'c', 'starting', NULL, 6, NULL, 't', b'0', 9, NULL, NULL, -1708851200, -5.35027635731615e+18, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'w', LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 572784640, 0, NULL, 8, 'substantially', 'a', 'h', NULL, NULL, NULL, 'i', NULL, 0, 't', 4, NULL, 'royal', LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 580517888, NULL, b'1', -9.19015798960292e+17, 1, 1, 4, 0, b'1', 'r', 3, 7.05601471618272e+18, NULL, -7.58237292263165e+18, 'add', 0, 'boring', b'1', 3, NULL, 'bank', 'entirely') ,  ('formation', 'third', NULL, 6, 'b', 1, 4, 7, 'h', 'v', 'h', 'channel', 'disorder', 'public', NULL, -2087911424, 'k', 'e', 'k', 9, 7, NULL, NULL, NULL, 1, 1.56246759572085e+18, 'expect', 1768357888, 'b', 'x', 'b', NULL, NULL, 2, 7, 'ownership', 5, NULL, 'd', 'shelf', -1138360320, NULL, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 'television', LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 3, 0, 0, 8, 'mirror', 'u', 'a', NULL, 1340080128, 'k', 'h', 2, 4, 'j', 0, 'a', 'youth', 'after', 1135411200, 0, 6, NULL, 3.54771060646111e+18, 0, 1048379392, 0, 0, 'x', NULL, 1.30688831686758e+18, 'robot', -5.89493043725127e+18, 'record', 9, 'promote', b'1', 1, NULL, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 'g') ,  (LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 'j', NULL, 5, 'm', NULL, 7, 0, 'closed', NULL, 'w', 'library', 'illegal', 'k', 'terms', 790691840, 't', 'z', 'c', -1.56274907069756e+18, 7, 'interesting', NULL, 'h', 9, 4, 'deal', 6, 'b', 'g', NULL, 'come', 3, -1204027392, -1071906816, NULL, 3, NULL, 'v', NULL, 1, -7.6392308679272e+18, LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 'f', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 3, 9, 5, 0, 'j', NULL, NULL, -2.22365231601418e+18, 2, 'k', 'z', NULL, 2, 'q', 8, 'o', 'content', LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 5, 0, b'0', NULL, 1, 2, 9, NULL, 9, 'q', NULL, NULL, 'put', 9, 'phase', NULL, 'q', NULL, 2, NULL, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'quietly') ,  (LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'invitation', NULL, 6, 'f', b'0', 7, 0, 'deadly', 'independence', 'z', 'cluster', 'plain', NULL, NULL, -1571487744, 'v', 'm', 'a', 8, 3, NULL, 'bankruptcy', 'sandwich', 0, 2.19156416866917e+18, 'tea', 865468416, 'm', 'z', 'b', 'importance', NULL, NULL, -406519808, 'prayer', NULL, NULL, 'c', 'puzzle', 1467416576, 5, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 'consumption', LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 5, 0, 0, 1, 'slight', NULL, NULL, NULL, 2, NULL, 'l', 6, b'1', 'q', 0, 'y', LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), -1531248640, 2, b'1', 9, 6.47814658899575e+18, 8, 501743616, NULL, 6, 'h', 0, -3.76191306373792e+18, 'w', -7.66709689062156e+18, 's', 0, 'empire', NULL, NULL, NULL, 'cartoon', 's') ,  ('therapist', 'cave', NULL, 0, NULL, b'0', 3, 0, NULL, NULL, 'however', 'o', 'pool', 'glory', 'm', 1450573824, 'j', 'z', 'q', -7.6338828433697e+18, -7.36620014051787e+17, 'uncertain', 'u', 'outcome', 9, 5.10680050246143e+18, 'shopping', 8, 'a', 'h', NULL, 'meaning', NULL, NULL, 7, 'h', b'0', 6, 'v', 'g', -812384256, NULL, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 'show', LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), -240517120, 7, 0, 0, 'exhibition', 'count', 'h', 6, NULL, NULL, 'g', 1.87603071977652e+18, NULL, 'o', 2, NULL, LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 1410203648, 1, b'1', 9, -5.08343807939445e+17, 0, 4, 0, 8, 'x', 0, -4.8022445776605e+18, NULL, -3.31915292537206e+18, 'mechanism', NULL, 'diplomatic', 2, NULL, 8.82367756992564e+18, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 'g') ,  (LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'r', NULL, NULL, 'c', b'1', 451346432, 8, 'r', 'edition', 'punishment', 'w', 'reply', NULL, NULL, NULL, 'a', 'b', 'h', NULL, 8, 'value', NULL, NULL, 0, 5, 'gut', -1148452864, 'r', 'c', NULL, NULL, -1018626048, 4, 4, 'publicly', 6, 7, 's', NULL, 831062016, -7.32088266926745e+18, LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 'deploy', LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 1, 0, NULL, 6, 'h', 'j', NULL, NULL, NULL, NULL, 'q', 6, b'0', 'g', 8, 'e', 'combined', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), NULL, 6, 2, 5, -1.79946952611122e+18, 0, -961740800, 8, b'0', NULL, NULL, -1.78595872722911e+18, 'c', 6.04917872448871e+18, 'rather', 0, 'l', 5, 7, NULL, LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 'f') ,  ('boat', 'e', NULL, NULL, NULL, 1, -469303296, 0, NULL, 'suburban', 'c', NULL, 'i', NULL, NULL, -648806400, 'y', 'k', 'x', NULL, 0, 'unexpected', 'b', 'useful', 3, 3, 'q', -837943296, 'r', 'c', 'p', NULL, -599916544, 8, NULL, 'cholesterol', NULL, 0, 'd', NULL, 5, NULL, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 'r', 'possession', 65798144, NULL, NULL, 4, 'm', 'l', 'z', NULL, 5, 'v', 'h', 9, 7, 'c', 0, 'e', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 1642004480, 0, b'0', NULL, 9, 2, 7, 0, b'0', 't', NULL, NULL, 'a', 3.35490024741431e+18, 'aim', NULL, 'anyone', b'0', NULL, 4, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 'v') ,  (LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 'k', NULL, 0, 'a', 5, 9, 8, 'v', NULL, 's', NULL, 'g', 'minister', 'society', 0, 'u', 'm', 'z', 4, 1, NULL, NULL, NULL, 0, 1, 'i', 1694629888, 'w', NULL, 'z', 'shortage', 663552000, 173604864, 2, 'e', NULL, NULL, 'm', 'v', -844234752, 7.31834939447706e+17, 'rebuild', 'tiny', LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), NULL, 8, 0, 7, 'd', 'customer', NULL, -2.93662843202227e+18, 8, NULL, 'd', -7.08162893906339e+18, NULL, 'g', 0, NULL, 'center', LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), NULL, 9, b'0', -2.63798348173227e+18, 9, 0, 130154496, NULL, b'0', NULL, NULL, 8, 'f', 3, 'besides', NULL, 'squad', b'1', NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 'y') ,  ('performance', 'i', NULL, 0, 'y', NULL, -1114112000, 6, NULL, 'mate', NULL, 'hostile', 'n', 'back', 'toss', 6, 'f', 'l', 'm', 9, 8, NULL, NULL, 'strain', 7, -7.71438468670895e+18, 'invasion', 8, 'm', 't', 'v', NULL, NULL, NULL, -1328676864, 'r', b'0', 3, 'r', 'frankly', 1, NULL, 'ideal', 'industry', 'rim', 8, 2, 0, NULL, 'stance', NULL, NULL, NULL, 9, 'i', 'o', NULL, 9, 'o', 0, NULL, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 'stuff', -547749888, 0, 6, NULL, 7.26909127355269e+18, 6, 5, 3, 5, 'l', NULL, NULL, 'beast', -7.83007090213703e+18, 'precisely', NULL, 'candle', b'1', NULL, 2.30274678446988e+18, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'upstairs') ,  ('trim', 'fate', NULL, 0, 'i', b'1', 915603456, 0, 'z', NULL, 'e', NULL, 'p', 'freedom', NULL, NULL, 'b', 'q', 'b', 0, 5, 'sake', 'gravity', 'undertake', 4, 2, 'yourself', 4, 'o', NULL, 'c', 'blink', NULL, 2, 1526792192, 'h', NULL, 4, 'm', 'appreciate', 6, 0, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'evident', 'day', -730660864, NULL, 6, 0, 'a', NULL, 'y', NULL, 6, 'steam', 'b', -7.84724087571638e+18, b'0', 'c', 3, 'w', LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 1, 3, b'1', -3.20740735961793e+18, 4.61956731777529e+18, 0, 1, 6, b'1', 'k', 1244921856, NULL, NULL, 4.95902613968834e+18, 'n', 8, 'oak', NULL, 4, 9, 'relative', 'income') ,  (LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'h', NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, 'w', 'e', 'simply', 'p', 'x', 0, 'k', NULL, 'b', 7, 9, NULL, 'else', NULL, 1, 5, 'p', 3, 's', 'n', 'e', 'rail', 7, 7, -1447034880, NULL, NULL, NULL, NULL, 'c', 3, NULL, 'chronic', 'deer', LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 4, 4, 9, 0, 'w', NULL, 'defend', 6.83449390951144e+18, 837353472, NULL, 'o', NULL, 7, 't', 0, 'i', 'pleasure', 'involved', 2085617664, 6, 1, -8.78567844806971e+18, 9, 9, -138477568, 1, 4, 'i', NULL, NULL, NULL, -2.19353449350614e+18, 'x', 7, 'sibling', b'1', 6.70051182059717e+18, NULL, LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 'related') ,  ('naked', 'input', NULL, 3, 'r', NULL, 1186725888, 7, NULL, 'employment', 'm', 'n', 'i', NULL, 'g', NULL, 'a', 'd', 't', 2, -8.66999223264163e+18, 'failure', 'b', 'c', 7, 3.63524932421812e+18, 'u', -1209597952, 'v', 'n', 'e', 'p', NULL, NULL, NULL, 'g', b'1', 2, 'y', NULL, -300220416, -1.02963546480758e+18, 'pay', 'comfort', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 5, 0, 6, NULL, 'n', NULL, 'assemble', NULL, -765263872, 'steam', 'd', 8, b'0', 'h', 0, 'y', LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 'purple', NULL, NULL, 7, 6.55498925763776e+18, 2, 0, 0, 0, b'1', 'd', NULL, NULL, 'y', -4.44955643184205e+18, 'sudden', NULL, 'm', b'1', NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 'opt') ,  ('fraction', 'gasoline', NULL, 3, 'x', NULL, 8, 0, NULL, 'a', 'g', 'n', 'e', 'g', NULL, 584318976, 'c', 'b', 't', 3, 5.1667546725008e+18, NULL, NULL, NULL, 3, -2.26446618763723e+18, 'confusion', 1350565888, 'd', NULL, 't', 'whoever', 2101673984, 8, 6, NULL, NULL, NULL, NULL, NULL, 9, 7, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 'night', 'ethnic', 770703360, 0, NULL, 5, 'u', NULL, 'none', NULL, -831979520, NULL, 'c', NULL, b'1', 'a', 0, 't', 'tell', 'goal', 6, 7, b'0', 1.83521684815348e+17, 0, 7, 7, NULL, 1, 'y', 1901723648, 0, NULL, 9, 'psychological', 8, 'y', 4, -2.98701245285348e+18, 4, LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 'firmly') ,  ('speaker', 'sugar', NULL, NULL, 'z', 9, 285736960, 8, NULL, 't', 's', 'sort', 'shuttle', 'dismiss', 'f', 2, 'j', 'j', 'c', 4, -3.28030937858599e+18, 'r', NULL, 'c', 0, 6.86939680662356e+18, 'species', -366346240, 'w', 'i', 'n', 'wrong', NULL, NULL, 6, 'abuse', NULL, 0, 'k', 'escape', -1897136128, NULL, 'fact', 'band', LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 2, NULL, 0, 9, 'reverse', 'v', 'tourist', -8.06932463234109e+18, NULL, NULL, 'm', 7, NULL, 'w', 0, 'k', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 696909824, 0, b'0', NULL, 4, 9, -158531584, NULL, b'0', NULL, 3, NULL, NULL, -7.6786373646667e+18, 'strategic', NULL, 'information', 0, NULL, 2, 'edit', 'convinced') ,  (LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 'contain', NULL, NULL, 'y', b'0', 8, 5, NULL, 'g', NULL, 'r', 'o', NULL, 'grave', 4, 'u', 'm', 'z', 7, 7, 'bike', 'f', 'w', 2, 3, 'r', 1975648256, 'u', 'b', NULL, 'i', 8, 0, -244711424, 'k', 5, NULL, 'c', 'k', 9, 1, 'total', 'disappointment', 'work', NULL, 2, 0, 0, 'j', 'e', NULL, NULL, 1919287296, NULL, 'a', NULL, 1, 'w', 0, 'e', LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 'basis', NULL, NULL, 9, NULL, 2.19550481834312e+16, 4, 0, 0, b'1', NULL, NULL, NULL, NULL, 4.43407530812296e+18, 'x', NULL, 'b', 9, NULL, 5, 'sole', 'y') ,  ('prospect', 'l', NULL, 5, NULL, 2, 8, 0, 'differently', 't', NULL, 'generous', 'dried', NULL, 'disk', 5, 'm', 'y', 'k', 6, 3.78133483713095e+18, 'k', 't', 'y', 0, 8.42454605294993e+17, 'employment', 0, 'a', 'h', NULL, NULL, NULL, NULL, 863502336, 'x', b'1', NULL, 'v', 'b', 4, 6, 'seller', 'roughly', 'decline', NULL, 2, 0, 0, 'missile', NULL, 'u', NULL, 3, NULL, 'm', -5.25767108997834e+18, NULL, 'u', 3, 'r', 'jar', 'pursue', 2, NULL, b'0', 1.6958867346817e+18, 5, 0, 3, 0, 3, 'g', 2143158272, NULL, NULL, 7, 'majority', NULL, 'b', 6, NULL, 9, 'serve', 'bend') ,  (LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 'snow', NULL, 0, 'j', NULL, 946143232, 0, 'access', 'gay', NULL, 'honestly', 'r', 'airport', 'v', -1784086528, 'f', 'x', 'v', NULL, 1, 'shortage', NULL, 'assess', 8, 1.55430482139624e+18, 'p', 6, 'i', 'a', 'j', 'e', 49283072, NULL, 3, 'comparable', 6, NULL, 'j', NULL, -697499648, 3.59162070282797e+18, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 'n', 'jewelry', NULL, 5, 4, 0, 'merit', 'w', NULL, -8.54163964326157e+18, NULL, NULL, 'f', 2, 5, 'c', 2, 'g', 'data', LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 4, NULL, 1, 7.98009706472381e+18, 6, 0, 1771044864, 6, 1, 'l', NULL, -7.84921120055335e+18, 'y', 5.08034185465063e+18, 'y', 0, 'deserve', 5, 8.50955149591655e+18, NULL, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'f') ,  ('hat', 'seldom', NULL, 0, NULL, b'1', 5, 2, 'd', 'u', NULL, NULL, 's', 'advantage', 'frame', 7, 'h', 'v', 'y', 2, 5, 'assistance', 'initiative', 'm', 0, 4.24013904916932e+18, 'v', -1191051264, 'i', 'r', 'z', 'h', NULL, 4, NULL, 'include', b'0', 0, 'i', 'barrier', 6, 5, 'weed', 'mean', 'israeli', 727318528, 0, 0, 0, 'mass', NULL, 'r', 9, 93650944, 'n', 'k', NULL, NULL, 'b', 3, NULL, LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 'grass', NULL, 0, 3, 9, 0, 5, 7, NULL, 4, 'u', 1250295808, -8.95005983446873e+18, NULL, -1.84169077261782e+18, 'l', 9, 'suffering', NULL, NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 'coast') ,  (LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 'q', NULL, 0, 'i', 2, 468254720, 0, 'j', NULL, 'c', 'l', 'assignment', 'e', NULL, 1785200640, 'v', 'u', 'v', 9, 8, 'jet', 'k', 'collective', 0, 2, 'pregnant', 2142830592, 'f', 'k', 'p', 'exclusively', -1873149952, NULL, 2, 'i', b'0', 0, 'n', 'politics', 0, -4.76931200538536e+18, LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 'v', LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 1, 0, 6, 0, 'measure', NULL, 'everything', 1, 1689387008, 'r', 'a', -8.10056835475597e+18, NULL, 'w', 1, 'j', 'selection', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), NULL, 0, b'1', 1, 1, 2, 4, NULL, 2, NULL, 4, -4.59592341973159e+18, 'german', 9, 'm', 0, 'd', b'1', 9, NULL, 'gesture', 'normally') ,  (LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 'cancel', NULL, NULL, NULL, NULL, 1630339072, 0, 'i', 'p', 'h', NULL, 'z', 'p', NULL, NULL, NULL, 'z', 'n', NULL, 4, NULL, NULL, 'o', 3, 0, 't', 465960960, 'f', 'c', 's', NULL, NULL, 1, NULL, 'hair', NULL, NULL, NULL, 'p', -1688797184, 0, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 'l', 'collar', 2, NULL, 4, NULL, 'o', NULL, 'e', NULL, 4, 'potential', 'q', NULL, b'1', 'b', 0, NULL, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 'developmental', 1363410944, NULL, b'1', 6, 7, 0, -237633536, NULL, 4, 'x', -1069547520, -8.90249056340463e+18, NULL, -3.92010200064931e+18, 'a', NULL, 'u', b'0', NULL, -6.03116432597923e+18, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'j') ,  (LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 'e', NULL, 3, 'x', NULL, 1594097664, 0, NULL, NULL, 'violate', 'o', 'z', 'screw', NULL, NULL, 'o', 'c', 'p', NULL, 8.9466821347482e+18, NULL, NULL, 'j', 0, 1, 'weekly', 7, 'y', 'k', NULL, 'file', 1973354496, NULL, -349896704, 'how', b'1', 5, 'u', 'n', 9, 4, LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 'spoon', 'skin', 9, 0, NULL, NULL, 'scent', 'e', 'mixture', NULL, NULL, 'tobacco', 'f', NULL, NULL, 'y', 0, 'l', 'syndrome', LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), NULL, NULL, 7, NULL, 6.97579434782019e+18, 0, 7, NULL, 9, NULL, -1768226816, 6.76665844012417e+17, NULL, 7, 'o', 4, 'predict', NULL, 1, NULL, 'rough', 'steam') ,  (LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 'press', NULL, 6, 'l', b'0', -1601765376, 6, NULL, 'g', NULL, 'v', 's', NULL, NULL, -999161856, 'y', 'x', 'y', -1.05609411261838e+18, -1.79496592648385e+18, NULL, 'f', 'jungle', 0, 8.54529881795881e+18, 'shift', 366804992, 'z', 'w', 'p', 'v', 1820262400, 1632567296, -289669120, 'q', NULL, 1, 'b', NULL, 8, NULL, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'c', LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 5, NULL, 2, NULL, 'neither', NULL, 'psychological', 6, 5, 'a', 'f', -7.32791954368522e+18, NULL, 'j', 0, 'n', LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 'launch', NULL, 0, 1, 2, -4.55510954810855e+18, 2, 0, 2, b'0', 'c', NULL, NULL, NULL, -8.48844087266325e+18, 'contrast', NULL, 'u', b'1', NULL, 7, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 'm') ,  (LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 'w', NULL, 5, 'o', NULL, 4, 0, 'kid', NULL, 'p', 'explode', 'acknowledge', 'g', 'n', NULL, 'y', 'q', 'b', -4.16779998015468e+18, 2, NULL, 'grade', 'from', 7, 4, 'correlation', 6, 's', 't', 'f', 'w', 474480640, 9, 36634624, 'christmas', 4, 0, NULL, NULL, -512557056, NULL, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 'b', LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), NULL, 5, NULL, 0, 's', 'issue', NULL, 8, 9, NULL, 'n', 5.3305731089464e+18, b'0', 'i', 9, 'o', 'mandate', 'increasing', NULL, NULL, 0, 1, 5, 0, 5, 4, 4, NULL, 8, NULL, 'k', 0, 'm', 0, 'dilemma', NULL, NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 'f') ,  (LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 's', NULL, 7, NULL, 4, 5, 0, 'w', 'interest', 'wait', NULL, 'key', 'c', 's', 3, 'k', 'y', 'a', 3, -7.64486036746142e+17, 'mortality', NULL, 'o', 8, 1.70517540891315e+18, 'unlike', 4, 'd', NULL, 's', NULL, NULL, 0, -563544064, NULL, NULL, 0, NULL, 'd', 4, NULL, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'k', 'division', 0, NULL, 8, 4, 'v', 'h', 'average', 5.94109233343182e+18, NULL, 'e', 'i', -5.79725862033267e+18, 4, 'a', 0, 'f', LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 0, 1, b'0', 3.86239963042362e+18, 8.22160259474155e+18, 0, 0, 0, 2, 'r', 4, 7.17085650668067e+18, 'z', -1.46423282884883e+18, 'reservation', 1, 'p', 5, -1.43861860596816e+18, 5.90253026162246e+18, 'ministry', 'innocent') ,  ('distinction', 'x', NULL, NULL, NULL, 0, 2, 0, 'y', NULL, 'q', NULL, 'cheese', NULL, NULL, NULL, 's', 's', 'g', -1.51771307442386e+18, -1.2891553933348e+18, NULL, 'd', 'v', 9, 0, 'fee', 1, 'z', 'w', 'x', 'u', -1893203968, NULL, 1285029888, 'h', b'1', 0, NULL, 'i', 2125987840, NULL, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'v', 'suspect', NULL, NULL, 0, 2, 's', 'like', 'voice', 0, -1139212288, 'prayer', 'p', 8.45832305015521e+18, b'0', 'a', 5, 'v', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 805437440, NULL, b'0', 5, -2.81362386719972e+18, 0, 2, 0, 2, 'c', 8, NULL, NULL, -1.53263124818952e+18, 'fruit', NULL, 'casual', NULL, 9, -7.49427125492122e+18, 'pair', 'r') ,  (LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 'soak', NULL, NULL, 'j', NULL, 2, 0, 'super', 'rose', NULL, 'd', 'section', NULL, 'r', NULL, NULL, 'y', 'n', 9, 4, 'theater', NULL, 'jaw', 0, 3.98287092045578e+17, 't', -498794496, 'n', NULL, 'r', 's', 0, 0, 4, 'w', 4, 1, NULL, 'w', 8, 5, 'job', 'coup', LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), NULL, NULL, 0, 5, 'regime', 'j', NULL, NULL, 1, 'including', 'j', NULL, b'1', 'o', 7, 's', 'contrast', 'impossible', -2073493504, NULL, b'0', NULL, 2, 0, 236191744, NULL, 4, 'm', NULL, 1, 'lunch', 2.39000402725018e+18, 'armed', 1, 'l', NULL, 8, NULL, 'significant', 'c') ,  ('architecture', 'k', NULL, NULL, 'b', b'0', -180027392, 0, 'here', 'try', 'c', 'a', 'w', NULL, 's', NULL, 'w', NULL, 't', -4.96155941447873e+18, 3.29550902732836e+18, 'him', 'strike', NULL, 0, 7.39828828786288e+18, 'disorder', -1849229312, 's', 'p', 'x', 'f', 5, NULL, NULL, 'x', NULL, 3, 'z', 'medicine', 4, 8, LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 'stadium', 'generation', 1130102784, 0, 1, 0, 'p', NULL, 'psychological', -1.42764108187645e+18, 3, 'h', 'r', 0, b'0', 'o', 0, 'b', 'old', LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 1294336000, 3, b'0', 0, 7.1635381572862e+17, 0, 2, 0, 1, 'i', 869859328, NULL, 'studio', -2.54537821439446e+18, 'after', NULL, 'without', b'0', NULL, 7, 'east', 'x') ,  ('motion', 'm', NULL, 6, 'x', b'1', -1704001536, 3, 'confrontation', 'everyone', NULL, 'bulb', 'hormone', NULL, 'j', 1317797888, 'r', NULL, 'd', 4, 4.63561139144779e+18, 'deem', 'treasure', 'k', 0, 5.94418855817563e+18, 'edge', -186974208, 'a', 'f', 'n', NULL, NULL, NULL, 8, 'absence', 1, NULL, 'q', NULL, -1185873920, NULL, 'hostage', 'online', 'type', 0, 0, 8, 0, 'rank', 'importance', 'w', 8.23201716887985e+18, 1071841280, NULL, 'b', 8, b'0', 'm', 0, NULL, 'rock', LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), -451543040, NULL, 7, NULL, -8.4208868782527e+18, 7, 3, 0, 1, 'q', NULL, 3, 'arena', -2.02155328273593e+18, 'n', NULL, 'period', b'0', NULL, 0, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'y') ,  ('missionary', 'walking', NULL, NULL, 'q', b'1', 951058432, 0, 'q', NULL, 't', NULL, 'w', 'narrative', 'quarterback', 5, 'v', 's', 't', 3, -3.50295608516411e+18, 'u', 'q', 'invite', 0, -6.96735009851887e+18, 'g', -12189696, 'f', 'k', 'y', 'l', -1282736128, 0, NULL, NULL, 9, 9, 'q', NULL, -1898708992, 1, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 'fragment', 'realistic', 7, NULL, 0, NULL, 'v', NULL, 'q', 3, NULL, 'v', 'i', -5.61148513570364e+18, b'1', 't', 5, 'z', LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 'seven', 6, NULL, b'1', 9, -9.45192971794383e+17, 0, 1056178176, 0, 4, 'a', -1687355392, NULL, 'rest', 0, 'trauma', 0, 'a', b'1', 7.73465088503212e+18, NULL, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'l') ,  (LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 'd', NULL, NULL, NULL, b'1', 5, 9, NULL, 'logic', 'priest', NULL, 's', NULL, 'c', 678690816, NULL, 'h', 'y', NULL, 3, 'l', 'least', 't', 0, 2.19663071824996e+18, 'thirty', 699924480, 'f', 'w', NULL, 'debate', NULL, NULL, 3, 'endorse', 2, 8, 'u', 'g', 1814364160, NULL, 'visual', 'f', LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 0, 0, NULL, 0, 'z', 'w', NULL, -8.77076027430404e+18, 8, 'b', 'j', NULL, NULL, 's', 7, 'v', LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 751566848, 0, b'0', NULL, 1.43101878159698e+18, 2, -1504247808, NULL, 5, 't', 690094080, NULL, 'tactic', 7, 'k', NULL, 'user', 0, -8.06369513280687e+18, -1.58160789413718e+18, 'ease', 'wife') ,  ('tray', 't', NULL, 0, 'c', 7, 1371930624, 5, 'mentor', NULL, 'continue', NULL, 'c', 'gun', 'a', 4, 'u', 'o', 'm', -5.67566143039367e+18, 7.12694641031381e+17, 's', 't', 'm', 0, 9, 'f', 8, 'r', 'y', 'a', NULL, 9, 4, -217710592, NULL, b'1', 0, 'u', 'c', 0, NULL, 'cling', 'j', 'largely', 2, NULL, NULL, 5, 'traditionally', 'q', 'german', -3.9279832999972e+18, NULL, NULL, 'q', NULL, 9, 'g', 0, 'a', LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 'lawsuit', -1961426944, 5, 4, 8, 0, 0, 933822464, NULL, 5, NULL, 2, NULL, 'j', 2.82600876617499e+17, 'c', NULL, 'tolerance', 1, -4.56918329694408e+18, -6.53584895922143e+17, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 'shorts') ,  (LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 'collection', NULL, 0, 's', b'1', 2, 0, 'danger', 'railroad', 'd', NULL, 'b', 't', NULL, NULL, 'l', 'c', 'q', NULL, 7, NULL, 'f', 'substantial', 0, 1, 'l', -1169620992, 'y', 'e', NULL, 'q', -225312768, NULL, 5, NULL, 6, NULL, 'l', 'factory', 0, 9, 'birthday', 'v', 'hunting', NULL, 0, 7, 0, 'g', 'trip', 'j', NULL, 9, 'c', 'w', NULL, b'0', 'b', 9, NULL, 'innocent', 'water', 7, NULL, 3, NULL, -3.2226070083603e+18, 0, 1174011904, NULL, b'1', 'b', 1723400192, NULL, NULL, -7.66259329099419e+18, 'counselor', 8, 'g', NULL, NULL, 8, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 'p') ,  ('apply', 'immigrant', NULL, NULL, 'i', NULL, 857997312, 0, NULL, 'hay', NULL, 'd', 'b', 'density', 'w', NULL, 'd', 'a', 'z', 4.81294062677551e+18, -5.14536257427079e+17, NULL, 't', 'y', 2, -6.58735887995948e+18, 'ride', 579928064, 'm', 'c', 'j', NULL, -954007552, -1334378496, 3, 'even', NULL, 0, 'c', 'r', 7, NULL, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 'z', LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), -420478976, NULL, 0, NULL, 'o', NULL, 'long-term', 4, NULL, 'medicine', 's', -6.9073959284795e+17, NULL, 'v', 0, 'e', LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 2, 0, b'0', NULL, -7.01379346967613e+18, 0, 8, NULL, 7, NULL, NULL, 5.21939049314569e+18, 'brand', 3, 'o', NULL, 's', 5, NULL, 7, 'as', 'c') ,  (LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 'instrument', NULL, 0, 's', NULL, 500367360, 0, 'q', 'alongside', 'h', NULL, 'r', 'effectiveness', 'assign', 1569521664, NULL, 'e', 'm', NULL, 9, NULL, NULL, NULL, 0, -5.53098329236439e+17, 'q', 9, 'd', 'w', NULL, 'peasant', NULL, -1289814016, NULL, 'z', 2, 0, 'l', 'liver', 2, 9, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 'm', 'japanese', -1208680448, 0, 0, NULL, 'r', 'prove', 'c', 7, 1814888448, 's', 'n', 4, 1, 'u', 0, NULL, 'identification', LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 664535040, 0, 4, 4.88049462118606e+18, 9.07953832375563e+18, 9, 0, NULL, b'1', NULL, 2075983872, 0, NULL, 3.02923369936008e+18, 'w', 0, 'u', b'0', NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'forbid') ,  ('gold', 'jeans', NULL, NULL, 'f', NULL, 641400832, 0, 'p', 'k', NULL, 'index', 'interior', NULL, 'delight', 1, 'm', NULL, 'k', 2, 3, 'd', NULL, 'y', 0, 5.76742227280134e+17, 'a', 1286209536, 'b', 'm', 'u', NULL, NULL, -1552089088, NULL, 'g', 3, 0, 'f', NULL, 4, 6, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 'bless', 'nod', NULL, 0, NULL, 0, 'patch', 'minimum', 'drain', 1, 7, 'i', 'l', NULL, b'0', 'e', 0, NULL, 'destruction', 'costume', 9, 2, 2, -5.63512903374733e+17, 5.25795256495505e+18, 0, 1, 0, 9, NULL, NULL, -5.64863983262944e+18, NULL, -7.27500224806361e+18, 'consult', NULL, 'h', NULL, 4, 4, 'darkness', 'z') ,  ('over', 'mrs', NULL, NULL, NULL, NULL, 444268544, 0, 'evil', 'b', NULL, 'hint', 'z', 'automobile', 'invitation', NULL, 'k', 'b', 'd', 6.58567003009922e+18, -2.63601315689529e+18, NULL, NULL, 'j', 0, 8.99396993083559e+18, 's', 6, 'g', NULL, 'u', 'o', 784203776, NULL, NULL, 'straight', NULL, 6, 'h', 'x', 8, 8, 'roof', 'media', LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 9, 9, NULL, NULL, 'a', 'fatal', 'w', 5, 5, 'communication', 'u', 9, 0, 'e', 0, 'e', LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 'detailed', NULL, 5, b'1', 1, 8, 0, 0, 0, 8, 'd', 1736376320, 4.08307601216478e+18, NULL, 3, 'theme', 0, 'x', 1, NULL, -2.7153891003277e+18, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 'r') ,  ('treaty', 'i', NULL, 9, 'q', b'1', 2, 2, 'debate', 'w', 'pig', 'wake', 'i', NULL, 'badly', 2, 'o', 'l', 'h', 8, -5.08118627958076e+18, NULL, 'j', 'z', 0, 8, 'e', 3, 'h', NULL, 'o', NULL, 8, 1016594432, -593494016, 'w', b'1', 0, 't', NULL, 3, NULL, 'wheel', 'liquid', 'setting', 863502336, 2, NULL, 4, 'sigh', NULL, NULL, 8, 8, NULL, 'b', 1, NULL, 'b', 0, 't', 'cookie', 'blessing', NULL, NULL, b'0', 5, -6.11926599368966e+18, 0, 4, NULL, b'0', 'h', 7, NULL, 'decorate', 1, 'participation', 0, 'currently', NULL, NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 'm')  /* QNO 113 CON_ID 11 */
		   11 Query	SHOW WARNINGS
		   11 Query	INSERT /*! IGNORE */ INTO table100_innodb_key_pk_parts_2_int_autoinc VALUES  ('formerly', 'curious', NULL, 0, 'l', 2, 4, 0, 'superior', 'practically', 'j', NULL, 'realistic', NULL, 'j', NULL, 'u', 'e', 's', NULL, 1.73670060630475e+18, 'joint', 'supposed', 'c', 8, 9, 'x', 6, 'w', 'u', 'k', 'e', -1710555136, 269090816, -1132789760, 'hockey', 9, 3, 'h', 's', -1110048768, -2.64614625605688e+18, LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 'b', LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 3, 0, 0, 7, 'k', 'r', NULL, -2.4170256250144e+18, NULL, NULL, 'v', NULL, 6, 'y', 6, 'n', 'clinic', LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), -1946681344, 0, 6, 8, 6.81169443639788e+17, 6, 8, 0, 1, 'h', NULL, NULL, 's', 5.17632482170896e+17, 'e', 5, 'y', 7, -3.15561596390316e+18, 9, 'similarly', 'i') ,  (LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'once', NULL, 0, 't', NULL, 1926955008, 0, NULL, NULL, 'consumer', 'l', 'bite', 'l', 'q', NULL, 'r', 'u', 'g', 8.78624139802313e+18, -4.77888215459352e+18, 't', NULL, NULL, 0, -8.08959083066425e+18, 'r', 1497235456, 's', 'x', 'q', 'band', 1876361216, 2, -636092416, 'x', 9, 0, 't', 'y', 4, 3, LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 'd', LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), -2137653248, 2, 0, 5, 'l', NULL, NULL, NULL, 747831296, 'reduction', 'g', NULL, NULL, 'y', 0, NULL, 'dam', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), NULL, 0, 8, 5, -6.91499575285069e+18, 0, 3, NULL, b'0', 'i', 970784768, 0, 'e', 1.96159911269656e+18, 'empty', NULL, 'sharply', NULL, NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'given') ,  ('strike', 'toilet', NULL, 7, 'k', b'1', -1202978816, 0, 'battery', 'thank', NULL, 'center', 'o', 'u', 'defeat', NULL, NULL, 'u', 'y', 1, 6, 'widow', 'able', NULL, 3, -4.73694238306363e+18, 'foster', 1207894016, 'f', 'j', 'i', 'b', 6, 1, 2, 's', NULL, 0, 'p', 'l', 1, 6, 'sack', 'a', LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), -970194944, 0, NULL, NULL, 'modern', 'p', 'b', -4.02734396677607e+18, 835125248, NULL, 'r', 8, b'1', 'n', 7, NULL, 'time', 'italian', -1218052096, 9, 4, 8, -4.56299084745644e+18, 0, 4, 0, 9, 'r', -1967063040, 0, 'steadily', 8, 'war', NULL, 'w', NULL, NULL, -3.37488497076077e+18, 'scent', 'f') ,  (LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 'grateful', NULL, NULL, 'k', 1, -1217265664, 0, 'film', 'q', 'm', 'h', 'i', 'explore', 'rescue', 5, 'f', 'a', 'v', -8.43073850243757e+18, 2, 'crop', NULL, NULL, 0, 7, 'workshop', 3, 't', NULL, NULL, NULL, -348979200, 4, 9, 'h', b'0', 8, 'w', NULL, 137887744, 2.76971377083286e+17, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 'a', 'remove', 7, NULL, 2, 0, 'v', 'aid', 'landing', 3, NULL, 'well', 'n', 4, 2, 'b', 0, 'a', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), NULL, 2, b'1', 8, 9, 1, -1336344576, 8, b'1', 'w', 7, NULL, 'a', 5, 'l', 9, 'tourist', NULL, 5.42655607600474e+18, 0, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 'x') ,  (LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'trainer', NULL, NULL, 'o', 8, 288817152, 0, 'evil', 'slope', 'u', 'these', 'high-tech', NULL, 's', NULL, 'x', 'r', 'q', NULL, 4.00764071840632e+18, NULL, 'arrival', NULL, 0, -6.47392446434509e+15, 'ridge', 3, 'j', 'b', 'l', NULL, 403046400, 3, NULL, 'electronic', b'1', 5, 'v', 'y', 0, 2, 'package', 'o', 'jurisdiction', 9, NULL, 2, NULL, 'k', 't', 'typically', NULL, -1053294592, 'v', 'o', 4, 9, 'm', 0, 'j', 'disturb', 'pursue', 2, NULL, 0, 9, 8, 0, -311754752, 0, b'0', 's', -981991424, NULL, 'buddy', -1.86702352052178e+18, 'suspicion', 0, 'screen', b'1', NULL, -1.05496821271154e+18, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 'compound') ,  ('ours', 'preserve', NULL, NULL, 'd', 5, 1122435072, 0, NULL, 'whose', 'metaphor', 'debate', 'boy', 'closest', 'contract', NULL, 's', 'n', 't', 8.06341365783016e+18, 0, NULL, 'influential', 'h', 6, 0, 'g', 3, 'm', 'i', NULL, NULL, -1882062848, 5, 6, 'p', NULL, 8, 'u', NULL, -1777467392, 8.39639855527887e+17, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 'artifact', LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), NULL, NULL, 0, 7, 'entirely', NULL, 'h', 6.30109882864475e+18, NULL, 'p', 'q', NULL, NULL, 't', 0, 'e', LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 1, 0, b'1', 6.26000348204499e+17, -2.21492659173615e+18, 9, 9, 1, 4, 'o', NULL, 5.96501770645222e+18, 'region', -1.7223453824925e+18, 'q', NULL, 'f', 6, 4, 9.05955360040917e+18, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'enable') ,  (LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 'separation', NULL, NULL, 'x', NULL, -569180160, 8, 'ceremony', 'x', 'c', 'able', 'congressional', 'consecutive', 'korean', 543490048, NULL, 'n', 'e', NULL, 8, 'f', 'painful', 'g', 0, 4, 'f', 5, 'q', 'a', 'c', 'v', 87162880, 1052442624, NULL, 'father', 2, 0, 'c', 'a', 1897988096, 1, 'workout', 'legally', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), NULL, NULL, 5, 6, 'k', 'alike', 'gallery', 3, NULL, 't', 'q', NULL, NULL, 'b', 0, 'l', LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 'totally', 739835904, NULL, b'1', NULL, 6, 5, 539033600, NULL, b'1', NULL, 7, 4.10897171002216e+18, 'a', 8, 'evolve', 0, 'tumor', b'1', 2, 4.45743773118995e+18, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'pure') ,  ('right', 'nothing', NULL, 0, 'i', NULL, 3, 0, NULL, NULL, 'killer', 'christian', 'w', 'prominent', 'unfair', NULL, 'i', 'w', 'x', 2, 1.66914661189419e+18, 'tribal', 'd', NULL, 5, 6.81901278579235e+18, 'b', -1300824064, 'h', NULL, 't', NULL, NULL, 7, NULL, 'voting', 2, 4, 'v', 'd', 3, NULL, 'hay', 'k', 'environment', -1311703040, NULL, NULL, 0, 's', 'g', NULL, NULL, 8, 'receiver', 'l', NULL, 5, 'l', 8, 'r', LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 'refuse', NULL, NULL, 1, 3, 7, 0, 1765474304, 0, 3, NULL, -1825505280, -2.71764090014138e+18, 'junior', 4, 'j', 2, 'exist', b'0', -7.19027828007371e+18, NULL, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 'y') ,  (LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'marble', NULL, 3, 'u', NULL, 5, 0, 'tag', 'run', NULL, NULL, 'significantly', 'injury', 'k', -2106720256, 'x', NULL, 'a', 5, 7, 'o', 'b', 'hat', 2, 1, 'm', -142344192, 's', 's', NULL, 'circle', 249167872, 307363840, 2, 'q', b'0', 0, 'c', 'positive', -1161428992, 2.64896100582398e+18, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'c', LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 305790976, NULL, NULL, 0, 'l', 'entire', NULL, 3.56122140534322e+18, -849018880, 'shoot', 't', 1, b'1', 't', 3, 'k', LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), NULL, NULL, b'1', NULL, 1.03948708899245e+18, 8, 1507393536, NULL, 1, 'k', NULL, 1, 'import', 1, 'plant', NULL, 'r', NULL, -7.66737836559827e+18, -7.46809408208712e+18, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 'sum') ,  (LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 'private', NULL, NULL, 'x', NULL, 0, 0, 'barn', NULL, NULL, 'procedure', 'virtually', 'g', 'f', 1973420032, 'c', 'r', 'q', 2.7232703996756e+18, -4.35751411445767e+18, 'ironically', 'abortion', 'spirit', 5, 9, 'q', 2, 'p', 'q', 'a', 'register', 4, -1286406144, NULL, NULL, NULL, 3, 's', 'f', 1379532800, 9, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 'w', 'mushroom', 0, 6, 9, NULL, 't', 'o', 'those', -8.30914131249857e+18, -1757020160, NULL, 'g', 7, b'1', 'm', 8, 'e', LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 'unique', 1540423680, NULL, b'1', NULL, 2.05195258022068e+18, 5, 9, NULL, 7, 'o', 9, -8.87124684098975e+18, 'c', -2.68189357809913e+18, 'toy', 0, 'k', 8, -4.01524054277751e+18, 2, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 'z') ,  (LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 'w', NULL, 0, 'k', NULL, -960692224, 1, 'w', 'definitely', 'boundary', 'platform', 'i', 'disappointment', 'better', 693305344, 'l', 'u', 'b', -8.22976536906616e+18, 3, NULL, 'g', 'z', 0, 8.81917397029827e+18, 't', 1333198848, 'j', NULL, 'k', 'g', -1257242624, -1905197056, NULL, 'something', NULL, 0, 'h', 'fall', -741867520, 7.37182964005208e+18, 'barrier', 'a', LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), NULL, 0, NULL, 7, 'e', NULL, 'happy', 8, 2, NULL, 'd', 9.07813094887208e+18, NULL, 'j', 8, NULL, 'aluminum', LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), -77594624, 0, 5, NULL, 8, 0, 4, 0, b'1', 'd', -831455232, 7.31440874480311e+18, 'o', 3.33829322378838e+17, 'l', NULL, 'g', b'1', 0, 9, 'wet', 'weakness') ,  (LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'minister', NULL, 0, 'o', b'1', 7, 3, 'verbal', 'n', 'w', NULL, 'investment', NULL, NULL, 8, NULL, 'h', 'l', 9.09896009714867e+18, -7.47203473176107e+18, NULL, 'approach', NULL, 0, 1, 'liquid', 777388032, 'f', 'o', NULL, 'd', NULL, 1060372480, -196608, 'capability', b'1', 0, 'w', 'terrific', -1243873280, 3, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 'l', LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), -188940288, 0, NULL, 0, 'k', 'american', NULL, -9.86569793370849e+17, 1749286912, 'p', 'x', -4.77240823012917e+18, 3, 'f', 8, 's', LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), NULL, NULL, 7, 5, 7, 6, 1662124032, 4, 6, 'j', 181665792, 5, 'o', 4, 'q', NULL, 'hardly', 4, 6, -5.03840208312074e+16, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'partnership') ,  ('properly', 'parent', NULL, 8, 'u', 1, -1072103424, 0, 'confident', 'z', 'component', NULL, 'a', 'survivor', 't', NULL, 'y', 'j', 'l', -3.52547408330097e+18, 2, NULL, 'k', 'status', 8, 3.92939067488076e+17, 'w', 1539047424, 'i', NULL, 'o', 'j', 8, NULL, -332201984, 'alongside', 2, 1, 'i', 'marry', -784859136, 6, 'disappointment', 'icon', LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 6, 0, 1, 4, 'g', 'twin', 'trace', -2.03224933185094e+17, 6, NULL, 'u', 4, 8, 'k', 9, NULL, 'tune', LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 5, 0, 6, NULL, -2.66500507949649e+18, 0, 7, NULL, b'0', 's', -1018953728, NULL, 't', 6, 'e', 3, 'database', 3, 2, NULL, 'keep', 'alleged') ,  ('deal', 'f', NULL, NULL, 'v', NULL, -289079296, 0, 'spread', 'n', NULL, 'r', 'existence', NULL, 'sugar', -2036596736, NULL, 'q', 'k', 8, 4, 'genius', 'r', 'sweater', 0, 7, 'additional', -1316290560, 'l', 'e', 'm', 'cab', 1, 285474816, NULL, 'coast', b'0', NULL, NULL, NULL, 6, NULL, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 'woman', LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), NULL, NULL, 2, 0, 'v', 'customer', 'u', NULL, 1, NULL, 'e', 7, b'1', 'v', 0, 'k', LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), NULL, NULL, 9, NULL, -5.36097240643115e+18, 6, 3, NULL, 0, NULL, NULL, NULL, NULL, 4, 'accomplish', 3, 'm', b'1', NULL, 2.49330534370299e+18, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 'o') ,  ('british', 'f', NULL, 2, 'w', 6, 2, 5, 'z', 'regard', 'used', 'q', 'g', NULL, 'k', NULL, 'i', 't', 'c', 4, 1, 'shout', NULL, NULL, 0, 4.80899997710156e+18, 'z', -1324679168, 'u', 'j', 'r', 'aisle', NULL, 9, 4, NULL, 2, NULL, 's', 't', 2, -2.90172553491015e+18, 'digital', 'voting', LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 1136132096, NULL, NULL, 0, 'till', NULL, NULL, 3, 5, 'i', 'l', 2.68048620321558e+18, NULL, 'm', 0, 'z', 'legacy', LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 2112618496, 0, 6, NULL, 8, 2, -1170604032, 6, b'0', 'g', NULL, 4, 'genuine', 5.51690954352886e+17, 'd', NULL, 'measure', b'0', 7, -4.53737662457577e+18, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 'd') ,  ('option', 'q', NULL, NULL, 'n', 6, 5, 3, NULL, 'lifetime', NULL, 'facility', 'habit', 't', 'rape', 0, 'q', 'r', 'r', 3, 9, NULL, NULL, 'z', 0, 7, 'x', 1, 'l', 'g', 'u', 'invent', NULL, NULL, 5, 'them', NULL, 0, NULL, 'q', 3, NULL, 'speaker', 's', LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), -27656192, NULL, 7, 9, 'h', 'x', NULL, -7.54268495091545e+18, 446103552, 'control', 'z', 2.67091605400741e+18, b'1', 'i', 0, 'o', 'other', 'unknown', -1419378688, 9, b'1', 5, 1, 0, -1475805184, NULL, 5, NULL, 8, -4.72540190901849e+18, 'agency', 7, 'k', NULL, 'x', 5, 7, NULL, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 'd') ,  ('veteran', 'format', NULL, NULL, 'n', NULL, 4, 7, 'realm', NULL, 'y', NULL, 'muscle', NULL, 'spirit', NULL, 'b', 'd', 't', 8.31448933705607e+18, 1, NULL, 'walking', NULL, 3, 7, 'b', 1123549184, 'q', 'c', 'b', 'b', NULL, 1884422144, 2, NULL, 4, NULL, 'x', NULL, 6, NULL, 'faint', 'k', 'finding', NULL, 0, NULL, NULL, 'blade', NULL, 'butterfly', 4, NULL, 'p', 'g', 6.7385109424531e+17, b'1', 'm', 6, 'w', 'manner', 'oversee', -1135673344, NULL, 0, NULL, 6, 0, 1398603776, 0, b'1', NULL, -1097269248, 7, 'k', 3, 'v', 0, 'c', b'0', NULL, 5, 'author', 't') ,  ('joy', 'w', NULL, 3, 'k', 2, 8, 6, NULL, 'g', 'sheep', NULL, 'g', 't', 'congressional', 1713700864, 'n', 'g', 'd', 6, 5.99992060356434e+18, NULL, 'l', 'x', 3, 5, 'y', -384958464, 'b', NULL, 'h', 'p', NULL, 0, NULL, 'r', b'0', 4, 'f', NULL, -147062784, 5.37335730540642e+17, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'electrical', 'peaceful', NULL, NULL, 4, 6, 'outline', NULL, 'shareholder', NULL, NULL, NULL, 'y', -1.4633884039187e+18, 2, 'u', 0, 'v', LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 'comprehensive', 7, 0, 1, -2.60786565922423e+18, -2.47697979505377e+18, 9, -1043660800, 0, b'0', 'c', 1260847104, NULL, 'a', -4.05605441440055e+18, 'round', NULL, 'alike', 1, NULL, 8.09240558043136e+18, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 'keep') ,  ('little', 'example', NULL, 0, 'n', 9, 7, 5, 'a', NULL, NULL, NULL, 'b', 'j', NULL, 6, 'd', 'e', 'm', 3.09284704409669e+18, 8, 'b', NULL, NULL, 6, -4.70119506102138e+18, 's', 2, 'm', 'h', 'h', 'j', -1968242688, -338493440, 2, 'o', NULL, 7, 'y', NULL, 2, 4, 'luck', 'gaze', 'example', NULL, NULL, 8, NULL, 'k', 'traveler', NULL, NULL, NULL, 'export', 'z', NULL, 0, 'm', 0, NULL, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 'pot', 1982136320, 0, b'1', NULL, -2.25461456345235e+17, 0, 2090270720, 2, 3, 'w', NULL, NULL, NULL, 3, 'alarm', 0, 'h', NULL, 4, NULL, 'meat', 'notebook') ,  ('charge', 'p', NULL, NULL, NULL, 5, 5, 2, 'g', 'shut', 'disease', 'experience', 'l', 'r', NULL, NULL, 'w', 'g', 'y', NULL, 4, 'y', 'base', 'virtually', 7, 6, 'doorway', -1141964800, 'q', 'n', 'a', NULL, 0, 2, 4, NULL, b'0', 0, 'h', NULL, 471531520, NULL, 'injure', 'rational', LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), NULL, 0, NULL, 0, 'preserve', NULL, NULL, 0, 2, NULL, 'g', -7.54718855054282e+18, 9, 'a', 0, NULL, LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 8, NULL, b'0', NULL, 3, 0, -1424031744, 0, b'0', 'x', 3, NULL, 'fat', 4, 'l', 1, 'a', b'1', -1.16812115334922e+17, NULL, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'k') ,  ('encounter', 'religion', NULL, 0, 'o', 1, 2142371840, 0, 'l', NULL, 'q', NULL, 'ministry', NULL, 'historically', NULL, 'y', 'a', 'h', 2, 2, 'menu', 's', 'm', 6, -7.35409671651931e+18, 'separate', 1288830976, 'l', 'b', NULL, NULL, -1951334400, -582156288, -1142358016, 'century', b'1', 7, 't', NULL, 1812725760, -8.21146949557997e+18, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 'y', LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 0, 0, NULL, NULL, 'g', 'train', NULL, -4.89710164481199e+18, NULL, 'negative', 's', 2, b'0', 'r', 0, 'p', LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), -1081802752, NULL, b'0', -8.26832744087552e+18, 2, 3, 9, 4, 3, 'b', 2, 9.01423612915876e+18, 'h', 8, 'g', 1, 'j', b'0', NULL, 6.89895167917818e+18, 'most', 'v') ,  (LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 'w', NULL, NULL, 'z', b'0', -1072758784, 7, 'valley', 'j', NULL, 'q', 'gender', NULL, NULL, -659816448, NULL, 'h', 'k', 6, 2.32779805739713e+18, 'cheek', 'o', 't', 1, -5.04234273279469e+18, 'o', 3, 'j', 'k', 'z', 'diagnose', 1144324096, 8, NULL, NULL, 6, NULL, NULL, 'f', 0, NULL, 'numerous', 'immediate', 'central', 3, 3, 0, NULL, 'disc', 'below', 'upon', 6.28252148018184e+17, NULL, 'twist', 't', 7.06502191543747e+16, 2, 'x', 0, 'i', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), NULL, NULL, b'0', NULL, -5.7398377250837e+18, 3, 649003008, NULL, 3, 'd', 1169620992, NULL, 's', -8.17347037372403e+18, 'd', NULL, 'y', b'1', 6, NULL, 'hunter', 'basic') ,  ('visit', 'job', NULL, 1, 'o', NULL, 6, 0, 'l', 'h', NULL, 'warmth', 'm', 'f', NULL, 676200448, NULL, 'h', 'z', 1, -3.65101192291392e+18, NULL, 'v', NULL, 7, 1, 'neither', 8, 'p', 't', 'b', 'f', 6, NULL, NULL, 'warn', 3, 0, 'z', 'v', -324206592, 2, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 'o', LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), NULL, 0, 0, 0, 'i', 'r', NULL, -1.61425899143561e+18, -310706176, 'q', 'z', 3, NULL, 'i', 0, 'l', 'sensitivity', 'arise', 697106432, 0, 8, 7, 8, 0, 9, 5, b'0', NULL, 8, 4.64461859070253e+18, 'g', 5.94812920784958e+18, 'various', NULL, 'a', NULL, 8, 5, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'c') ,  ('artist', 't', NULL, 4, 'n', 8, 2, 1, 'f', NULL, 'retain', NULL, 'a', NULL, NULL, 3, 'j', 'b', 's', -9.45474446771094e+17, -6.76806581500772e+18, 'remember', NULL, NULL, 0, 3.2701762794244e+18, 'marketing', 895877120, 'c', NULL, 'k', 'factory', 6, 0, -975831040, 'i', NULL, 6, 'k', 'upstairs', 758644736, 4, 'plane', 'l', 'human', 1256652800, 7, 4, 9, 'cottage', 'grocery', 'job', 2.6123692588516e+18, -416481280, NULL, 'x', -4.25505722293499e+18, b'0', 'w', 0, 'n', LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), -768868352, NULL, b'1', NULL, 7, 0, 0, 7, 4, 'e', NULL, -2.21239331694576e+17, 'stress', 4.48164457918706e+18, 'p', NULL, 'wherever', b'0', 7.82275255274255e+18, NULL, 'baseball', 'multiple') ,  (LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 'boat', NULL, 0, 'r', b'0', 1, 9, NULL, 'appear', 'predict', 't', 'lifestyle', 'h', 'b', 1194721280, 'h', NULL, 'j', NULL, 1.62664389041088e+18, NULL, 'a', 'physician', 6, 7, 'p', 9, 'w', 'g', 'f', 'm', 1, 3, 0, 'activist', 8, 0, NULL, NULL, 1167327232, -4.01158136808027e+18, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 'phone', 'contrast', 1494941696, 9, 1, 5, 'oven', 'ban', NULL, -5.49439154539201e+17, 1927348224, NULL, 'c', 1, b'0', 'c', 7, NULL, 'incorporate', LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 6, 0, b'1', 7, 5.39080875396248e+18, 5, 847183872, 0, 1, 'p', -762183680, 4, NULL, -6.64421682525503e+18, 'a', 4, 'lap', b'1', NULL, -6.83505685946486e+18, 'greatest', 'aggressive') ,  (LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'carefully', NULL, NULL, 'p', 0, 47775744, 0, 'u', 'd', NULL, NULL, 'profit', NULL, 'q', 1119354880, 'j', 'k', 'u', -8.2967564135233e+18, 6.43620681746586e+18, 'aspect', 'brown', 'c', 2, 1.30632536691415e+18, 'withdrawal', 0, 'h', 't', NULL, 'shallow', 8, -1423441920, 0, 'husband', NULL, NULL, NULL, 'leather', -1597243392, 1, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'particularly', 'analysis', 1370554368, 0, 4, 0, 'k', 'willingness', 'commitment', -1.49322475145003e+18, NULL, 'today', 'r', 7, 4, 'u', 0, NULL, 'director', 'entrance', 2, 0, 9, NULL, 4, 0, 4, 0, b'0', NULL, NULL, -2.38437452771597e+18, NULL, 4, 'infection', 5, 'd', NULL, -7.71466616168566e+18, 3, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 'hard') ,  ('voice', 'supply', NULL, 0, 'j', NULL, 0, 8, 'shopping', NULL, 'self', 'p', 'ranch', 't', NULL, -1777401856, 'u', NULL, 'z', NULL, 6.75539944105574e+16, NULL, NULL, 'l', 8, 5, 'v', -1264779264, 'z', 'g', 'l', 'g', NULL, 1195704320, NULL, NULL, NULL, 0, 'c', 'o', 855638016, -1.70179770919263e+18, 'holiday', 'z', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 1, NULL, 0, 1, 'neat', 'moreover', 'discrimination', NULL, 808517632, 't', 'q', -5.12565932590105e+18, NULL, 's', 9, 'x', LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 'cable', 8, 0, 7, NULL, 7, 0, 655556608, 8, 5, 'z', -1650393088, 9, 'you', 3.85198505628533e+18, 'overnight', NULL, 'rat', b'1', -1.41694503276144e+18, NULL, 'hate', 'r') ,  ('low', 't', NULL, 2, 'w', NULL, 1758789632, 0, 'cast', 'following', 'y', NULL, 'k', 'k', 'everybody', 1221591040, 's', 'f', 'y', NULL, 4.3637065639453e+18, 'best', 'script', 'question', 0, 3, 'g', 6, 'v', 'q', 'g', 'live', -1506541568, NULL, NULL, NULL, b'0', 7, 'm', 'double', 609419264, -2.62644300768713e+18, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 'r', LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), -117637120, 5, 0, NULL, 'd', 'o', 'e', 4.42366073398467e+18, -1517813760, 'b', 's', 9.40689372167012e+17, NULL, 'j', 0, 'l', LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 'legislator', -346226688, 5, b'1', 9.67710969931235e+17, 4, 2, -777846784, NULL, b'1', NULL, 2128084992, NULL, NULL, 2.19156416866917e+18, 'b', 7, 'e', b'0', NULL, 4, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 'while') ,  ('weak', 's', NULL, NULL, 'y', 6, 6, 1, 'strip', NULL, NULL, 'v', 'f', 'l', NULL, 334888960, 'e', 'i', 'v', 9, 4, 'd', 'usually', 'restaurant', 0, 3, 'h', 1496121344, 'e', 'p', 'g', 'seat', NULL, NULL, 2, 'inherit', NULL, 6, NULL, NULL, -1823342592, NULL, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'g', 'usually', -135200768, 0, 0, 0, 'r', 'dessert', NULL, 3.65917469723853e+17, -2143354880, NULL, 'p', NULL, b'0', 'd', 6, 'd', 'insect', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 5, 0, 3, 9, -2.89581456039923e+18, 0, 5, 7, b'0', 'y', 2, 2.67091605400741e+18, 'h', 9, 'l', NULL, 'structural', b'1', 3.9462791734834e+17, -6.26591445655591e+18, 'diversity', 'r') ,  (LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 'o', NULL, 0, 'n', NULL, -1660157952, 0, 'b', NULL, 'gather', 's', 'n', 'r', 'heaven', 0, 's', NULL, 'a', 2.07250025352056e+18, 5, 'u', 'w', 'k', 0, 6, 'ribbon', 1, 'l', 'a', 'w', 'r', -269418496, 1901461504, 4, 'h', b'0', 7, 'u', 'f', 717750272, -1.42707813192303e+17, 'interfere', 'd', 'circuit', 1, 0, NULL, NULL, 'continued', 'n', NULL, 2, -907018240, 'q', 'c', 7.31975676936061e+18, 0, 'z', 0, 'g', LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 'editor', 311361536, 0, b'0', NULL, -1.59765196780968e+18, 7, 691404800, NULL, b'0', 'n', NULL, NULL, 'd', -2.115847399934e+18, 'r', 0, 'decade', 5, NULL, 7.21814430276806e+18, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 's') ,  ('accessible', 'tactic', NULL, NULL, NULL, b'0', 0, 0, 'ratio', 'z', 'p', NULL, 'concert', 'counsel', NULL, 5, NULL, 'c', 'r', 6.26985510622986e+18, -6.63211340125648e+18, NULL, NULL, 'palm', 0, 3, 'f', 9, 'u', 'h', 'j', NULL, 3, -319422464, 5, 'e', b'1', NULL, 'b', NULL, 1, -4.10897171002216e+18, 'distinctive', 'q', 'whole', NULL, 0, 0, 0, 't', 'm', 'metaphor', NULL, -1199308800, 'g', 'j', 2.04519718077963e+18, b'1', 'l', 0, 'u', LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), NULL, 0, 3, NULL, 8, 0, -1492910080, 0, 9, NULL, NULL, -4.27222719651434e+18, 'k', 5.75982244843015e+18, 'sexual', 0, 'feedback', b'1', 7, -1.17515802776699e+18, 'whole', 'package') ,  (LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 'rod', NULL, NULL, 'j', b'0', 721879040, 7, 'b', 'finance', NULL, 'r', 'b', 'v', 'z', 1881800704, 'y', 'r', 'v', 3, 1.66999103682432e+18, 'h', NULL, 'spin', 8, 1.02316154034323e+18, 'backyard', 3, 'p', 'a', 't', NULL, 1837957120, NULL, 3, NULL, NULL, 0, 'k', 'club', 3, 2, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 'h', 'slight', 2140536832, NULL, NULL, NULL, 'occasional', 'g', 'a', NULL, 2095382528, 'v', 'u', 8, NULL, 'i', 6, 'v', 'essentially', 'famous', 1133051904, 1, b'0', -4.51514010141563e+18, 2.0314049069208e+18, 0, 1730936832, NULL, 2, 'b', NULL, NULL, NULL, 4, 'b', NULL, 'struggle', 5, 8.40653165444045e+18, 6.11645124392255e+18, 'chicken', 'characterize') ,  (LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'i', NULL, 0, 's', 4, -756678656, 2, NULL, 'z', 'fade', 't', 'e', NULL, 'march', NULL, NULL, 'm', 'q', NULL, -3.88125845386324e+18, 'prohibit', NULL, 'z', 0, -8.30857836254514e+18, 'l', 0, 'k', 'b', 't', NULL, 2067595264, 1937178624, 8, 'than', NULL, 8, 'w', 'f', 1, 2, 'broken', 'generate', 'attitude', 2, 0, 7, 0, 'bench', NULL, 'income', NULL, NULL, NULL, 'n', -1.45466267964067e+18, 5, 'y', 0, 'z', 'dedicate', 'after', NULL, NULL, b'0', 2, 6.25831463218473e+18, 0, 4, 3, 5, 's', -1445658624, NULL, 'k', 3.01600437545468e+18, 'c', 6, 'boy', b'0', 2.40126302631861e+18, -2.06968550375345e+18, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 'c') ,  (LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'screw', NULL, 0, NULL, 4, 1, 0, 'arise', 'l', 'e', 'f', 'e', NULL, 'g', 8, 'a', 'x', 'l', -1.86646057056836e+18, 5, 'y', NULL, NULL, 0, -6.62592095176884e+17, 't', 1, 'z', 't', 'g', 'research', NULL, NULL, 875233280, 'w', 8, 0, NULL, 'e', 452526080, -6.43367354267546e+18, 'bite', 'r', 'mother', NULL, 0, NULL, 9, 'thousand', 'tank', 'c', 6.06831902290503e+18, 7, 'o', 'y', 3.09003229432958e+18, b'0', 'd', 0, 'r', LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), NULL, 4, b'0', 3.45257206433291e+18, 5.65623965700063e+18, 0, 1, NULL, b'1', NULL, NULL, NULL, NULL, 3, 'manufacturing', NULL, 'studio', NULL, 2, 8.15010795065704e+18, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'k') ,  ('terrorism', 'abortion', NULL, NULL, 'p', NULL, 3, 0, NULL, 'n', 'a', 'leave', 'tide', 'educational', 'v', -711720960, 'd', 'f', 's', 2.27459928679881e+18, -5.14705142413106e+18, NULL, NULL, NULL, 3, -6.16007986531271e+18, 'n', 0, 'p', 'b', 'r', NULL, -121569280, 469368832, 8, NULL, 3, 0, 'u', 'p', -650117120, -4.03156609142673e+18, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'u', 'curtain', -609353728, 8, NULL, 0, 'g', 'i', 'network', 7, NULL, 'combined', 'e', 2.92508795797714e+18, 3, 'g', 0, 'w', 'natural', LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), NULL, NULL, 5, 6, 1, 0, 1296695296, 0, b'0', 'x', -2063073280, NULL, 'broker', -8.1937365720472e+17, 's', 0, 'm', 1, NULL, NULL, 'relationship', 'tear') ,  (LOAD_FILE('/home/elenst/rqg/data/earth11k.jpg'), 'executive', NULL, 6, NULL, b'1', 5, 3, 'z', NULL, 'w', 'contribute', 'f', 'z', NULL, 3, NULL, NULL, 'c', -1.00486566685704e+17, -3.94205704883274e+18, 'b', 'a', 'behalf', 0, 8, 'goat', 898236416, 't', 'd', NULL, 'r', NULL, NULL, 1018167296, 'bird', b'1', NULL, 't', 'cabin', -1926692864, -1.18219490218476e+17, 'typical', 'i', 'fix', 6, 0, 0, NULL, 'temporary', NULL, 'why', NULL, 3, 'w', 'q', NULL, 2, 'e', 5, 'u', 'illustrate', LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 579469312, 9, 3, 9, 4, 0, 2, 9, 1, 'x', NULL, 3, 'o', 4, 'l', 0, 'fascinating', 1, 7.11315413645499e+18, 7.77856098139898e+18, 'provider', 'n') ,  ('bureau', 'rescue', NULL, 5, 'x', 4, 649658368, 7, 's', 'combined', 'effort', 'l', 'r', 'g', 'f', NULL, 'v', 'n', 'z', NULL, 9, NULL, 'take', 'opt', 9, 5, 'v', 1181417472, 'l', 's', NULL, NULL, 407306240, NULL, 7, 'dead', 5, NULL, NULL, NULL, 1971060736, 3, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'restrict', 'statute', 317652992, 0, NULL, 6, 'knock', 'a', NULL, NULL, 288817152, 't', 'w', -5.83525774218861e+18, NULL, 'l', 5, 'f', LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 'multiple', 4, NULL, 1, -1.58808181860152e+18, -3.15843071367027e+18, 3, 301989888, 0, b'1', 'w', 9, 4, 'entitle', -8.43805685183205e+18, 'writer', 0, 'i', NULL, NULL, 2, 'sense', 'd') ,  ('wow', 'jaw', NULL, 2, NULL, 8, 270991360, 0, 'b', 'f', NULL, 'j', 'deploy', 'divide', 'z', 2, NULL, NULL, 'k', 0, -8.64860013441162e+18, NULL, 'grape', NULL, 0, 3, 'u', 5, 'o', 'v', NULL, NULL, 1213726720, 1167523840, 7, NULL, NULL, NULL, 'c', 'evening', 1, NULL, LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 'come', LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), NULL, 0, 0, 0, 'q', NULL, NULL, -8.26804596589881e+18, 1632960512, 'i', 'c', 4.16948883001495e+18, b'0', 'j', 2, 'e', 'factor', 'nowhere', 714670080, 0, b'1', -8.98608863148769e+18, 3.36953694620326e+18, 4, 1351548928, 7, b'0', 'q', NULL, 9, 'o', 6, 'testing', 9, 'h', NULL, 5, NULL, 'write', 'catch') ,  ('invitation', 'processing', NULL, 9, 'w', NULL, -782237696, 8, 'symptom', NULL, NULL, 'w', 'u', 'hunger', 'g', -1457455104, 'z', NULL, 'p', 8, -2.88793326105133e+17, 'distant', NULL, 'suit', 1, 8, 'b', -356581376, 'g', 'b', 'p', 'bat', NULL, NULL, NULL, NULL, 2, NULL, 'c', 'h', 7, NULL, LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 'q', 'environmental', 1607335936, 0, 8, 0, 'whip', NULL, NULL, 4, 6, 'z', 'a', NULL, b'0', 'y', 4, 'z', 'developer', 'convey', 5, 0, 5, 5.9458774080359e+18, 4.13627478276309e+18, 2, 5, 2, 1, 'k', NULL, 5.69620910369355e+18, 'f', 5, 'e', 5, 'magnitude', 2, 5, NULL, 'twentieth', 'conviction') ,  ('way', 'i', NULL, NULL, 'b', NULL, -1621753856, 3, 'follow', NULL, 'regard', NULL, 'w', 's', 'power', NULL, NULL, 'u', 'o', 9, 0, 'u', 's', 'j', 5, 1.27339279463901e+18, 'l', 1651441664, 'd', 'l', 'v', 'junior', -1724514304, 1093926912, NULL, 'permit', b'0', 0, 'o', 'o', 8, -8.57992024009422e+18, LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 'shirt', LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 1, NULL, 0, 6, 'deck', NULL, 'q', 2, 2, 'content', 'r', NULL, NULL, 'r', 0, 'q', 'boot', LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 8, 2, b'0', 8, -2.75873624674114e+18, 7, 4, NULL, b'1', 'q', -1324744704, 6.85898223248527e+18, 'surprising', -7.21054447839687e+18, 'shade', 9, 'k', NULL, 2, -2.98363475313295e+16, 'spectrum', 'x') ,  ('hurt', 't', NULL, 0, 'w', 1, 962920448, 9, 'entirely', NULL, 'e', 'g', 'tone', 'champion', 'capability', NULL, 'h', 'f', 'r', NULL, 3.05681824707772e+18, NULL, 'festival', 'dot', 2, 3, 'consist', -2034958336, 'k', 'c', NULL, 's', NULL, 291241984, 326107136, 'c', 1, 4, NULL, 'm', 6, 2, 'quit', 'respectively', 'terrorist', 5, 0, 0, NULL, 'media', 'q', 'try', 2, NULL, 'j', 'u', -7.14721260863698e+18, 1, 'p', 0, 'm', 'attempt', 'alone', NULL, 8, 6, 8, 8, 0, 2, 4, 0, 'i', 0, 3.06385512149549e+18, 'similarity', 3, 'divine', 7, 'proud', 4, NULL, NULL, 'low', 'w') ,  (LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 'm', NULL, 5, 'g', b'0', 2007433216, 0, 'x', 'eager', 'feather', NULL, 'a', NULL, 'drum', 1868234752, 'd', NULL, 'z', NULL, 1, 'exam', 'cattle', 's', 0, 5, 'half', 6, 'p', 'r', 'k', 'anymore', NULL, -1301086208, NULL, 'punch', NULL, NULL, 'q', 'g', -1823539200, -4.90047934453252e+17, 'fisherman', 'w', LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 2, 0, NULL, 0, 'q', 'bride', NULL, 4, 1897660416, 'grave', 'i', NULL, 9, 'y', 0, NULL, LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), LOAD_FILE('/home/elenst/rqg/data/file_key_management_keys.txt'), 385613824, 0, b'1', NULL, 6, 0, 5, 6, 6, 'a', 9, NULL, 'assume', -5.2036278944499e+18, 'western', 0, 'v', b'1', 7.00422332046796e+18, 8.62720803618161e+18, 'engage', 'e') ,  (LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 'diplomatic', NULL, 0, 'v', b'1', 8, 0, 'textbook', 'm', 'sentence', 'celebrate', 'm', 'though', 'c', 6, 'm', 'r', 's', 7, 1.34432448877009e+18, 'n', 'explicit', NULL, 0, -4.5328730249484e+18, 'g', -51249152, 'k', 'i', 'i', NULL, 1, 1459159040, NULL, 'interaction', b'1', 0, 'y', NULL, -1615986688, 6, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 'drag', 'development', 2, NULL, NULL, NULL, 'j', 'p', 'c', -2.04435275584949e+18, -1699938304, 'j', 'f', 2.90228848486357e+18, b'0', 'v', 8, 'b', 'angle', 'german', NULL, 9, b'1', 4, 5, 9, 860880896, 0, b'0', 'g', -471203840, NULL, 'dancer', -3.43877979047408e+18, 'asian', NULL, 'adopt', b'0', -1.70855310863368e+18, NULL, 'officially', 'k') ,  (LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 'empty', NULL, NULL, NULL, b'0', 407633920, 0, 'p', 'o', NULL, NULL, 'm', 'l', 'dip', 9, 'x', NULL, 'h', NULL, 0, NULL, 'typically', 'o', 9, -6.48011691383272e+18, 'indicator', 1905328128, 'r', NULL, 'p', 'powerful', -160759808, NULL, NULL, NULL, 2, 1, 'h', NULL, 3, 9, 'file', 'door', 'voice', NULL, NULL, 2, 9, 'c', 'threaten', 'd', 9, 267976704, 'technological', 'd', NULL, 9, 'q', 0, NULL, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), -635961344, 0, 1, 7.5044043540828e+18, 9, 0, -1694564352, 4, 5, 'd', 8, NULL, 'general', 2, 'start', NULL, 'l', 2, 0, 1, 'whose', 'n') ,  (LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 'h', NULL, 0, 'g', NULL, 7, 0, 'v', 'd', NULL, 'electric', 'h', NULL, 'x', 287244288, 'z', NULL, 'x', 4.88246494602304e+18, 7, 'o', 'l', NULL, 0, 1, 'rural', 1803681792, 'i', 's', 'p', NULL, NULL, 351207424, NULL, 'h', 0, 5, NULL, 'c', 1427308544, 9, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 'scratch', LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), NULL, 0, 0, NULL, 'mainstream', 'f', 'u', 2.11556592495729e+18, 1572077568, 'trust', 'h', -8.38204333146663e+18, b'1', 'i', 0, 's', LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 'wipe', 1, 0, 5, 0, -9.5673344583952e+17, 0, 2, 0, 1, NULL, NULL, -5.08090480460405e+18, 'law', -8.62748951115832e+18, 'i', NULL, 'charter', 6, -1.44340368057224e+18, 1.41638208280802e+18, LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 'z') ,  (LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 'soap', NULL, 0, 'e', b'1', -1641021440, 3, NULL, NULL, NULL, 'o', 'l', 'e', 'd', 5, NULL, 'h', 'o', 0, 6, 'ought', 'l', 'q', 0, 5, 'speak', 1782906880, 'k', 't', NULL, 'gay', 773980160, 1008861184, NULL, 'typically', 5, 5, NULL, NULL, 2, 2.32667215749028e+18, 'headache', 'l', LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 5, NULL, 0, 0, 'v', 'b', 'biological', 0, 1230962688, 'h', 'd', 2.15215767192968e+18, NULL, 'e', 0, 'a', LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 'anger', -1265631232, 4, 1, -4.64546301563267e+18, 5, 7, 9, NULL, b'0', 'o', NULL, 6.39004492128531e+18, 'h', 8, 'withdraw', NULL, 'y', b'0', -2.97096837918097e+18, 1, 'successfully', 'attempt') ,  ('wave', 'retailer', NULL, 6, 'k', NULL, -519569408, 0, NULL, 'v', 'angel', 'p', 'pool', NULL, 'fuel', NULL, 's', 'p', 'b', -2.06405600421924e+18, 5, 'w', 'associated', 'y', 0, 1, 'r', -702808064, 'i', 'm', 'n', 'explanation', -1074659328, 2014445568, -274857984, NULL, b'0', 4, NULL, 'kick', -1414725632, -4.3214853174387e+18, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'b', LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), -1099038720, 8, 0, 0, 'know', 'g', 'l', NULL, NULL, NULL, 'x', 5, NULL, 'a', 6, NULL, LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 'virtually', 3, 0, 6, 2, 6.75089584142837e+18, 8, 461242368, 8, 6, 'n', 3, 8, 'compare', -7.69524438829262e+18, 'alley', 0, 's', b'1', -6.29940997878448e+17, 7, LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 'o') ,  ('chain', 'i', NULL, 1, 'l', 6, 915210240, 0, 'time', 'recognition', NULL, 'landmark', 'p', NULL, 'railroad', 3, 's', 'y', 'z', 3.47396416256292e+18, 0, 'of', 'flexibility', NULL, 0, -8.98665158144111e+18, 'bubble', -1324417024, 'm', 'y', 'z', NULL, 1884094464, -924188672, 338165760, NULL, NULL, 9, 'i', 'n', 8, 2.47135029551956e+17, 'bride', 'southwest', LOAD_FILE('/home/elenst/rqg/data/earth1886kb.jpg'), 1872494592, 7, NULL, 1, 'dancing', 'minimize', 'defense', 5, NULL, 'n', 's', 6.13559154233888e+18, NULL, 'd', 0, NULL, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'intention', NULL, NULL, 9, -6.0013279784479e+18, 8.78455254816286e+18, 0, 7, 0, b'0', 'd', -1988886528, 5, 'riot', 0, 'discipline', 5, 'arrange', NULL, 2, 6, 'potentially', 'o') ,  (LOAD_FILE('/home/elenst/rqg/data/earth579kb.jpg'), 'mutual', NULL, 0, 'q', b'0', 5, 9, NULL, 'x', NULL, 'k', 't', NULL, 'swear', 1664221184, 'b', 'a', 'h', -8.38091743155978e+18, 4, 'dirty', 'troubled', 'k', 0, 0, 'development', 165806080, 'y', NULL, 'q', 'x', 3, 490602496, 5, NULL, 3, NULL, NULL, 'v', -1240268800, -8.51180329573024e+18, LOAD_FILE('/home/elenst/rqg/data/earth15kb.jpg'), 'm', LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), NULL, 5, 0, NULL, 'p', NULL, NULL, NULL, NULL, NULL, 'r', 6.38948197133189e+16, NULL, 'z', 0, 'y', LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), NULL, 5, b'0', 3, -2.76126952153154e+18, 0, 6, 1, 6, NULL, NULL, NULL, 'o', 4.14218575727401e+18, 'e', 5, 'z', NULL, NULL, 1, 'mark', 'never') ,  (LOAD_FILE('/home/elenst/rqg/data/earth215kb.jpg'), 'e', NULL, 5, 'n', NULL, 1230831616, 0, 'basketball', 'battery', NULL, NULL, 'e', 'f', 'hole', 589234176, 'f', 'n', 'l', NULL, 5, NULL, NULL, NULL, 0, 3, 'stand', 1409875968, 'y', 'u', NULL, 'columnist', 537919488, 1, NULL, NULL, NULL, 0, 'o', 's', 9, 4.1602001557835e+18, LOAD_FILE('/home/elenst/rqg/data/earth5kb.jpg'), 't', 'invention', 902103040, 6, 9, 0, 'h', 'a', NULL, -3.20037048520016e+17, 0, 'reply', 'v', NULL, b'0', 'f', 0, 'g', LOAD_FILE('/home/elenst/rqg/data/earth81kb.jpg'), 'expedition', NULL, NULL, 6, -2.36889340399688e+18, 8.61538608715976e+18, 0, 2, 0, b'0', 'u', 612237312, 5, NULL, 6.04974167444213e+18, 'f', NULL, 'chemistry', b'1', NULL, NULL, LOAD_FILE('/home/elenst/rqg/data/earth2kb.jpg'), 'j')  /* QNO 114 CON_ID 11 */
180306 13:54:40	   11 Query	SHOW WARNINGS
		   11 Query	COMMIT /* QNO 115 CON_ID 11 */
		   11 Query	ALTER TABLE `table100_innodb_key_pk_parts_2_int_autoinc` ENABLE KEYS /* QNO 116 CON_ID 11 */
		   11 Query	SHOW WARNINGS
		   11 Query	COMMIT /* QNO 117 CON_ID 11 */
		   11 Query	USE test /* QNO 118 CON_ID 11 */
		   11 Query	SELECT DATABASE()
		   11 Quit	
		   12 Connect	rqg@localhost as anonymous on test
		   12 Query	SHOW VARIABLES
		   12 Query	SHOW SLAVE HOSTS
		   12 Query	SELECT PLUGIN_NAME, PLUGIN_LIBRARY
	                FROM INFORMATION_SCHEMA.PLUGINS
	                WHERE PLUGIN_LIBRARY IS NOT NULL
		   12 Quit	
		   13 Connect	rqg@localhost as anonymous on test
		   13 Query	SHOW VARIABLES
		   13 Query	SHOW SLAVE HOSTS
		   13 Query	SELECT PLUGIN_NAME, PLUGIN_LIBRARY
	                FROM INFORMATION_SCHEMA.PLUGINS
	                WHERE PLUGIN_LIBRARY IS NOT NULL
		   13 Quit	
		   14 Connect	rqg@localhost as anonymous on test
		   14 Query	SHOW VARIABLES
		   14 Query	SHOW SLAVE HOSTS
		   14 Query	SELECT PLUGIN_NAME, PLUGIN_LIBRARY
	                FROM INFORMATION_SCHEMA.PLUGINS
	                WHERE PLUGIN_LIBRARY IS NOT NULL
		   14 Quit	
		   15 Connect	rqg@localhost as anonymous on test
		   15 Query	SET optimizer_switch=(SELECT variable_value FROM INFORMATION_SCHEMA.GLOBAL_VARIABLES WHERE VARIABLE_NAME='optimizer_switch')
		   15 Query	SELECT DATABASE()
		   15 Query	SELECT CONNECTION_ID()
		   15 Query	SELECT CURRENT_USER()
		   15 Query	SELECT DISTINCT CASE WHEN table_schema = 'information_schema' THEN 'INFORMATION_SCHEMA' ELSE table_schema END AS table_schema, table_name, CASE WHEN table_type = 'BASE TABLE' THEN 'table' WHEN table_type = 'VIEW' THEN 'view' WHEN table_type = 'SYSTEM VIEW' then 'view' ELSE 'misc' END AS table_type, column_name, CASE WHEN column_key = 'PRI' THEN 'primary' WHEN column_key IN ('MUL','UNI') THEN 'indexed' WHEN index_name = 'PRIMARY' THEN 'primary' WHEN non_unique IS NOT NULL THEN 'indexed' ELSE 'ordinary' END AS column_key, CASE WHEN data_type IN ('bit','tinyint','smallint','mediumint','int','bigint') THEN 'int' WHEN data_type IN ('float','double') THEN 'float' WHEN data_type IN ('decimal') THEN 'decimal' WHEN data_type IN ('datetime','timestamp') THEN 'timestamp' WHEN data_type IN ('char','varchar','binary','varbinary') THEN 'char' WHEN data_type IN ('tinyblob','blob','mediumblob','longblob') THEN 'blob' WHEN data_type IN ('tinytext','text','mediumtext','longtext') THEN 'text' ELSE data_type END AS data_type_normalized, data_type, character_maximum_length, table_rows FROM information_schema.tables INNER JOIN information_schema.columns USING(table_schema,table_name) LEFT JOIN information_schema.statistics USING(table_schema,table_name,column_name) WHERE table_name <> 'DUMMY'
180306 13:54:42	   15 Query	SELECT COUNT(*) FROM mysql.column_stats
		   15 Query	SELECT COUNT(*) FROM mysql.columns_priv
		   15 Query	SELECT COUNT(*) FROM mysql.db
		   15 Query	SELECT COUNT(*) FROM mysql.event
		   15 Query	SELECT COUNT(*) FROM mysql.func
		   15 Query	SELECT COUNT(*) FROM mysql.gtid_slave_pos
		   15 Query	SELECT COUNT(*) FROM mysql.help_category
		   15 Query	SELECT COUNT(*) FROM mysql.help_keyword
		   15 Query	SELECT COUNT(*) FROM mysql.help_relation
		   15 Query	SELECT COUNT(*) FROM mysql.help_topic
		   15 Query	SELECT COUNT(*) FROM mysql.host
		   15 Query	SELECT COUNT(*) FROM mysql.index_stats
		   15 Query	SELECT COUNT(*) FROM mysql.innodb_index_stats
		   15 Query	SELECT COUNT(*) FROM mysql.innodb_table_stats
		   15 Query	SELECT COUNT(*) FROM mysql.plugin
		   15 Query	SELECT COUNT(*) FROM mysql.proc
		   15 Query	SELECT COUNT(*) FROM mysql.procs_priv
		   15 Query	SELECT COUNT(*) FROM mysql.proxies_priv
		   15 Query	SELECT COUNT(*) FROM mysql.roles_mapping
		   15 Query	SELECT COUNT(*) FROM mysql.servers
		   15 Query	SELECT COUNT(*) FROM mysql.table_stats
		   15 Query	SELECT COUNT(*) FROM mysql.tables_priv
		   15 Query	SELECT COUNT(*) FROM mysql.time_zone
		   15 Query	SELECT COUNT(*) FROM mysql.time_zone_leap_second
		   15 Query	SELECT COUNT(*) FROM mysql.time_zone_name
		   15 Query	SELECT COUNT(*) FROM mysql.time_zone_transition
		   15 Query	SELECT COUNT(*) FROM mysql.time_zone_transition_type
		   15 Query	SELECT COUNT(*) FROM mysql.user
		   15 Query	SELECT COUNT(*) FROM test.table0_innodb
		   15 Query	SELECT COUNT(*) FROM test.table0_innodb_int_autoinc
		   15 Query	SELECT COUNT(*) FROM test.table0_innodb_key_pk_parts_2_int_autoinc
		   15 Query	SELECT COUNT(*) FROM test.table100_innodb
		   15 Query	SELECT COUNT(*) FROM test.table100_innodb_int_autoinc
		   15 Query	SELECT COUNT(*) FROM test.table100_innodb_key_pk_parts_2_int_autoinc
		   15 Query	SELECT COUNT(*) FROM test.table10_innodb
		   15 Query	SELECT COUNT(*) FROM test.table10_innodb_int_autoinc
		   15 Query	SELECT COUNT(*) FROM test.table10_innodb_key_pk_parts_2_int_autoinc
		   15 Query	SELECT COUNT(*) FROM test.table1_innodb
		   15 Query	SELECT COUNT(*) FROM test.table1_innodb_int_autoinc
		   15 Query	SELECT COUNT(*) FROM test.table1_innodb_key_pk_parts_2_int_autoinc
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.ALL_PLUGINS
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.ALL_PLUGINS
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.ALL_PLUGINS
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.ALL_PLUGINS
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.ALL_PLUGINS
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.ALL_PLUGINS
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.ALL_PLUGINS
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.ALL_PLUGINS
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.ALL_PLUGINS
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.ALL_PLUGINS
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.ALL_PLUGINS
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.ALL_PLUGINS
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.ALL_PLUGINS
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.APPLICABLE_ROLES
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.CHARACTER_SETS
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.COLLATIONS
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.COLLATION_CHARACTER_SET_APPLICABILITY
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.COLUMNS
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.COLUMN_PRIVILEGES
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.ENABLED_ROLES
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.ENGINES
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.EVENTS
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.FILES
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.GLOBAL_STATUS
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.GLOBAL_VARIABLES
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.KEY_CACHES
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.PARAMETERS
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.PARTITIONS
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.PLUGINS
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.PROCESSLIST
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.PROFILING
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.ROUTINES
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.SCHEMATA
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.SCHEMA_PRIVILEGES
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.SESSION_STATUS
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.SESSION_VARIABLES
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.STATISTICS
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.SYSTEM_VARIABLES
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.TABLES
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.TABLESPACES
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.TABLE_CONSTRAINTS
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.TABLE_PRIVILEGES
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.TRIGGERS
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.USER_PRIVILEGES
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.VIEWS
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.GEOMETRY_COLUMNS
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.SPATIAL_REF_SYS
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.CLIENT_STATISTICS
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.INDEX_STATISTICS
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.INNODB_SYS_DATAFILES
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.USER_STATISTICS
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.INNODB_SYS_TABLESTATS
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.INNODB_LOCKS
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.INNODB_MUTEXES
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.INNODB_CMPMEM
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.INNODB_CMP_PER_INDEX
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.INNODB_CMP
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.INNODB_FT_DELETED
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.INNODB_CMP_RESET
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.INNODB_LOCK_WAITS
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.TABLE_STATISTICS
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.INNODB_TABLESPACES_ENCRYPTION
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.INNODB_BUFFER_PAGE_LRU
180306 13:54:43	   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.INNODB_SYS_FIELDS
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.INNODB_CMPMEM_RESET
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.INNODB_SYS_COLUMNS
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.INNODB_FT_INDEX_TABLE
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.INNODB_CMP_PER_INDEX_RESET
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.user_variables
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.INNODB_FT_INDEX_CACHE
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.INNODB_SYS_FOREIGN_COLS
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.INNODB_FT_BEING_DELETED
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.INNODB_BUFFER_POOL_STATS
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.INNODB_TRX
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.INNODB_SYS_FOREIGN
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.INNODB_SYS_TABLES
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.INNODB_FT_DEFAULT_STOPWORD
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.INNODB_FT_CONFIG
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.INNODB_BUFFER_PAGE
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.INNODB_SYS_TABLESPACES
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.INNODB_METRICS
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.INNODB_SYS_INDEXES
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.INNODB_SYS_VIRTUAL
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.INNODB_TABLESPACES_SCRUBBING
		   15 Query	SELECT COUNT(*) FROM INFORMATION_SCHEMA.INNODB_SYS_SEMAPHORE_WAITS
		   15 Query	SELECT COUNT(*) FROM mysql.general_log
		   15 Query	SELECT COUNT(*) FROM mysql.slow_log
		   15 Query	SELECT COUNT(*) FROM performance_schema.accounts
		   15 Query	SELECT COUNT(*) FROM performance_schema.cond_instances
		   15 Query	SELECT COUNT(*) FROM performance_schema.events_stages_current
		   15 Query	SELECT COUNT(*) FROM performance_schema.events_stages_history
		   15 Query	SELECT COUNT(*) FROM performance_schema.events_stages_history_long
		   15 Query	SELECT COUNT(*) FROM performance_schema.events_stages_summary_by_account_by_event_name
		   15 Query	SELECT COUNT(*) FROM performance_schema.events_stages_summary_by_host_by_event_name
		   15 Query	SELECT COUNT(*) FROM performance_schema.events_stages_summary_by_thread_by_event_name
		   15 Query	SELECT COUNT(*) FROM performance_schema.events_stages_summary_by_user_by_event_name
		   15 Query	SELECT COUNT(*) FROM performance_schema.events_stages_summary_global_by_event_name
		   15 Query	SELECT COUNT(*) FROM performance_schema.events_statements_current
		   15 Query	SELECT COUNT(*) FROM performance_schema.events_statements_history
		   15 Query	SELECT COUNT(*) FROM performance_schema.events_statements_history_long
		   15 Query	SELECT COUNT(*) FROM performance_schema.events_statements_summary_by_account_by_event_name
		   15 Query	SELECT COUNT(*) FROM performance_schema.events_statements_summary_by_digest
		   15 Query	SELECT COUNT(*) FROM performance_schema.events_statements_summary_by_host_by_event_name
		   15 Query	SELECT COUNT(*) FROM performance_schema.events_statements_summary_by_thread_by_event_name
		   15 Query	SELECT COUNT(*) FROM performance_schema.events_statements_summary_by_user_by_event_name
		   15 Query	SELECT COUNT(*) FROM performance_schema.events_statements_summary_global_by_event_name
		   15 Query	SELECT COUNT(*) FROM performance_schema.events_waits_current
		   15 Query	SELECT COUNT(*) FROM performance_schema.events_waits_history
		   15 Query	SELECT COUNT(*) FROM performance_schema.events_waits_history_long
		   15 Query	SELECT COUNT(*) FROM performance_schema.events_waits_summary_by_account_by_event_name
		   15 Query	SELECT COUNT(*) FROM performance_schema.events_waits_summary_by_host_by_event_name
		   15 Query	SELECT COUNT(*) FROM performance_schema.events_waits_summary_by_instance
		   15 Query	SELECT COUNT(*) FROM performance_schema.events_waits_summary_by_thread_by_event_name
		   15 Query	SELECT COUNT(*) FROM performance_schema.events_waits_summary_by_user_by_event_name
		   15 Query	SELECT COUNT(*) FROM performance_schema.events_waits_summary_global_by_event_name
		   15 Query	SELECT COUNT(*) FROM performance_schema.file_instances
		   15 Query	SELECT COUNT(*) FROM performance_schema.file_summary_by_event_name
		   15 Query	SELECT COUNT(*) FROM performance_schema.file_summary_by_instance
		   15 Query	SELECT COUNT(*) FROM performance_schema.host_cache
		   15 Query	SELECT COUNT(*) FROM performance_schema.hosts
		   15 Query	SELECT COUNT(*) FROM performance_schema.mutex_instances
		   15 Query	SELECT COUNT(*) FROM performance_schema.objects_summary_global_by_type
		   15 Query	SELECT COUNT(*) FROM performance_schema.performance_timers
		   15 Query	SELECT COUNT(*) FROM performance_schema.rwlock_instances
		   15 Query	SELECT COUNT(*) FROM performance_schema.session_account_connect_attrs
		   15 Query	SELECT COUNT(*) FROM performance_schema.session_connect_attrs
		   15 Query	SELECT COUNT(*) FROM performance_schema.setup_actors
		   15 Query	SELECT COUNT(*) FROM performance_schema.setup_consumers
		   15 Query	SELECT COUNT(*) FROM performance_schema.setup_instruments
		   15 Query	SELECT COUNT(*) FROM performance_schema.setup_objects
		   15 Query	SELECT COUNT(*) FROM performance_schema.setup_timers
		   15 Query	SELECT COUNT(*) FROM performance_schema.socket_instances
		   15 Query	SELECT COUNT(*) FROM performance_schema.socket_summary_by_event_name
		   15 Query	SELECT COUNT(*) FROM performance_schema.socket_summary_by_instance
		   15 Query	SELECT COUNT(*) FROM performance_schema.table_io_waits_summary_by_index_usage
		   15 Query	SELECT COUNT(*) FROM performance_schema.table_io_waits_summary_by_table
		   15 Query	SELECT COUNT(*) FROM performance_schema.table_lock_waits_summary_by_table
		   15 Query	SELECT COUNT(*) FROM performance_schema.threads
		   15 Query	SELECT COUNT(*) FROM performance_schema.users
		   15 Query	SELECT COUNT(*) FROM test.view_table0_innodb
		   15 Query	SELECT COUNT(*) FROM test.view_table0_innodb_int_autoinc
		   15 Query	SELECT COUNT(*) FROM test.view_table0_innodb_key_pk_parts_2_int_autoinc
		   15 Query	SELECT COUNT(*) FROM test.view_table100_innodb
		   15 Query	SELECT COUNT(*) FROM test.view_table100_innodb_int_autoinc
		   15 Query	SELECT COUNT(*) FROM test.view_table100_innodb_key_pk_parts_2_int_autoinc
		   15 Query	SELECT COUNT(*) FROM test.view_table10_innodb
		   15 Query	SELECT COUNT(*) FROM test.view_table10_innodb_int_autoinc
		   15 Query	SELECT COUNT(*) FROM test.view_table10_innodb_key_pk_parts_2_int_autoinc
		   15 Query	SELECT COUNT(*) FROM test.view_table1_innodb
		   15 Query	SELECT COUNT(*) FROM test.view_table1_innodb_int_autoinc
		   15 Query	SELECT COUNT(*) FROM test.view_table1_innodb_key_pk_parts_2_int_autoinc
		   15 Query	SELECT collation_name,character_set_name FROM information_schema.collations
		   15 Query	SHOW VARIABLES LIKE 'datadir' /* QNO 119 CON_ID 15 */
		   15 Quit	
		   16 Connect	rqg@localhost as anonymous on test
		   16 Query	SET optimizer_switch=(SELECT variable_value FROM INFORMATION_SCHEMA.GLOBAL_VARIABLES WHERE VARIABLE_NAME='optimizer_switch')
		   16 Query	SELECT DATABASE()
		   16 Query	SELECT CONNECTION_ID()
		   16 Query	SELECT CURRENT_USER()
		   16 Query	SELECT collation_name,character_set_name FROM information_schema.collations
		   16 Query	CREATE OR REPLACE TABLE t5 (`col_int` BIGINT ZEROFILL NOT NULL ) ROW_FORMAT COMPACT  /* QNO 120 CON_ID 16 */
		   16 Query	CREATE DATABASE IF NOT EXISTS transforms
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS CREATE OR REPLACE TABLE t5 (`col_int` BIGINT ZEROFILL NOT NULL ) ROW_FORMAT COMPACT  /* QNO 120 CON_ID 16 */  /* QNO 121 CON_ID 16 */
		   16 Query	CREATE OR REPLACE TABLE t3 (ecol3 ENUM('foo','bar') NULL DEFAULT NULL, ncol2 DECIMAL UNSIGNED NOT NULL, bcol5 BIT DEFAULT 3, scol1 TEXT NOT NULL /*!100201 CHECK (`col_char_utf8_not_null` LIKE `col_int_default_null`) */)  /* QNO 122 CON_ID 16 */
		   16 Query	CREATE OR REPLACE TABLE `view_table100_innodb` (geocol8 MULTILINESTRING NOT NULL DEFAULT ST_GEOMFROMTEXT('Point(1 1)') /*!100303 INVISIBLE */, `col_int_default_null` MEDIUMINT NULL AUTO_INCREMENT, bcol10 BIT NULL DEFAULT NULL ) ROW_FORMAT FIXED  /* QNO 123 CON_ID 16 */
		   16 Query	CREATE OR REPLACE TABLE `view_table1_innodb_key_pk_parts_2_int_autoinc` (icol7 BIGINT ZEROFILL NULL DEFAULT NULL, icol7 SMALLINT DEFAULT 2 ) ROW_FORMAT = DYNAMIC  /* QNO 124 CON_ID 16 */
		   16 Query	CREATE OR REPLACE TABLE t9 (scol9 CHAR NULL /*!100201 CHECK (tscol1 = 2) */)  /* QNO 125 CON_ID 16 */
		   16 Query	CREATE OR REPLACE TABLE t9 (vcol3 TEXT AS ( SUBSTR(`col_char_latin1_key`, 9, 3 ) ) STORED, bcol3 BIT NULL DEFAULT 6 /*!100303 INVISIBLE */, icol6 BIGINT ZEROFILL NULL DEFAULT 0 ) ROW_FORMAT = FIXED  /* QNO 126 CON_ID 16 */
		   16 Query	CREATE OR REPLACE TABLE t9 (tscol10 DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP /*!100201 CHECK (`col_int_key` <= 8) */, bcol7 BIT, tscol8 DATETIME NULL DEFAULT 0 )  /* QNO 127 CON_ID 16 */
		   16 Query	CREATE OR REPLACE TABLE t10 (tcol6 DATE NULL /*!100303 INVISIBLE */ /*!100201 CHECK (icol1 < 4) */) ROW_FORMAT FIXED  /* QNO 128 CON_ID 16 */
		   16 Query	/*!100303 CREATE OR REPLACE SEQUENCE `view_table0_innodb_key_pk_parts_2_int_autoinc` */  /* QNO 129 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  /*!100303 CREATE OR REPLACE SEQUENCE `view_table0_innodb_key_pk_parts_2_int_autoinc` */  /* QNO 129 CON_ID 16 */  /* QNO 130 CON_ID 16 */
		   16 Query	/*!100303 CREATE OR REPLACE SEQUENCE `view_table1_innodb_int_autoinc` */  /* QNO 131 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  /*!100303 CREATE OR REPLACE SEQUENCE `view_table1_innodb_int_autoinc` */  /* QNO 131 CON_ID 16 */  /* QNO 132 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 133 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 133 CON_ID 16 */  /* QNO 134 CON_ID 16 */
		   16 Query	DELETE FROM `view_table10_innodb` WHERE `col_set_utf8` > NULL LIMIT 1  /* QNO 135 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `view_table10_innodb` WHERE `col_set_utf8` > NULL LIMIT 1  /* QNO 135 CON_ID 16 */  RETURNING * /* QNO 136 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `view_table10_innodb` WHERE `col_set_utf8` > NULL LIMIT 1  /* QNO 135 CON_ID 16 */  /* QNO 137 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 138 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 138 CON_ID 16 */  /* QNO 139 CON_ID 16 */
		   16 Query	CREATE EVENT IF NOT EXISTS p ON SCHEDULE EVERY 5 SECOND ON COMPLETION PRESERVE DO BEGIN SET @binlog_format_saved = @@binlog_format ; INSERT INTO `table1_innodb_key_pk_parts_2_int_autoinc` ( `col_char_utf8_default_null` ) VALUES ( 'clothing' ) ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; INSERT INTO `table100_innodb_int_autoinc` ( `col_set_latin1_default_null` ) VALUES ( RAND () ) ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; DELETE FROM `view_table100_innodb` WHERE `col_enum_latin1_key_default_null` > NULL LIMIT 1 ; SET BINLOG_FORMAT = @binlog_format_saved ; CALL m () ; END /* QNO 140 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS CREATE EVENT IF NOT EXISTS p ON SCHEDULE EVERY 5 SECOND ON COMPLETION PRESERVE DO BEGIN SET @binlog_format_saved = @@binlog_format ; INSERT INTO `table1_innodb_key_pk_parts_2_int_autoinc` ( `col_char_utf8_default_null` ) VALUES ( 'clothing' ) ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; INSERT INTO `table100_innodb_int_autoinc` ( `col_set_latin1_default_null` ) VALUES ( RAND () ) ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; DELETE FROM `view_table100_innodb` WHERE `col_enum_latin1_key_default_null` > NULL LIMIT 1 ; SET BINLOG_FORMAT = @binlog_format_saved ; CALL m () ; END /* QNO 140 CON_ID 16 */  /* QNO 141 CON_ID 16 */
		   16 Query	RELEASE SAVEPOINT A /* QNO 142 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 143 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 143 CON_ID 16 */  /* QNO 144 CON_ID 16 */
		   16 Query	INSERT INTO `view_table0_innodb` ( `col_set_latin1_key_default_null` ) VALUES ( 'chin' )  /* QNO 145 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 146 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 146 CON_ID 16 */  /* QNO 147 CON_ID 16 */
		   16 Query	XA START 'xid181'  /* QNO 148 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS XA START 'xid181'  /* QNO 148 CON_ID 16 */  /* QNO 149 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 150 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 150 CON_ID 16 */  /* QNO 151 CON_ID 16 */
		   16 Query	INSERT INTO `view_table100_innodb_int_autoinc` ( `pk` ) VALUES ( NULL )  /* QNO 152 CON_ID 16 */
		   17 Connect	rqg@localhost as anonymous on test
		   17 Query	SET optimizer_switch=(SELECT variable_value FROM INFORMATION_SCHEMA.GLOBAL_VARIABLES WHERE VARIABLE_NAME='optimizer_switch')
		   17 Query	SELECT DATABASE()
		   17 Query	SELECT CONNECTION_ID()
		   17 Query	SELECT CURRENT_USER()
		   17 Query	SELECT collation_name,character_set_name FROM information_schema.collations
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 153 CON_ID 16 */
		   16 Query	INSERT INTO `table1_innodb` SELECT * FROM `table0_innodb_int_autoinc` /* QNO 154 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 155 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 155 CON_ID 16 */  /* QNO 156 CON_ID 16 */
		   16 Query	DELETE FROM `view_table100_innodb` WHERE `col_set_latin1_not_null` > 0 LIMIT 1  /* QNO 157 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `view_table100_innodb` WHERE `col_set_latin1_not_null` > 0 LIMIT 1  /* QNO 157 CON_ID 16 */  RETURNING * /* QNO 158 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `view_table100_innodb` WHERE `col_set_latin1_not_null` > 0 LIMIT 1  /* QNO 157 CON_ID 16 */  /* QNO 159 CON_ID 16 */
		   16 Query	DELETE FROM `table100_innodb_key_pk_parts_2_int_autoinc` WHERE `col_float_key_default_null` = 'terribly' LIMIT 1  /* QNO 160 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	UPDATE `table10_innodb_key_pk_parts_2_int_autoinc` SET `col_set_utf8_key` = NULL WHERE `col_bit_key` = 'cream' LIMIT 5  /* QNO 161 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	DELETE FROM `table0_innodb_key_pk_parts_2_int_autoinc` WHERE `col_set_latin1_not_null_key` > NULL LIMIT 1  /* QNO 162 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `table0_innodb_key_pk_parts_2_int_autoinc` WHERE `col_set_latin1_not_null_key` > NULL LIMIT 1  /* QNO 162 CON_ID 16 */  RETURNING * /* QNO 163 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `table0_innodb_key_pk_parts_2_int_autoinc` WHERE `col_set_latin1_not_null_key` > NULL LIMIT 1  /* QNO 162 CON_ID 16 */  /* QNO 164 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 165 CON_ID 16 */
		   17 Query	CREATE OR REPLACE TABLE `view_table1_innodb_key_pk_parts_2_int_autoinc` (scol6 VARCHAR(44438) NULL DEFAULT NULL /*!100303 INVISIBLE */ )  /* QNO 120 CON_ID 17 */
		   16 Query	XA RECOVER /* QNO 166 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS XA RECOVER /* QNO 166 CON_ID 16 */  /* QNO 167 CON_ID 16 */
		   17 Query	CREATE DATABASE IF NOT EXISTS transforms
		   17 Query	CREATE OR REPLACE TABLE t9 (vcol10 TIMESTAMP AS ( tscol4 ) STORED )  /* QNO 121 CON_ID 17 */
		   16 Query	FLUSH LOGS /* QNO 168 CON_ID 16 */
		   17 Query	SHOW WARNINGS
		   17 Query	CREATE OR REPLACE TABLE t3 (icol9 SMALLINT UNSIGNED AUTO_INCREMENT, scol3 VARBINARY(17017) NULL /*!100201 CHECK (tscol10 LIKE 5) */)  /* QNO 122 CON_ID 17 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 169 CON_ID 16 */
		   17 Query	CREATE OR REPLACE TABLE `view_table0_innodb` (icol1 BIGINT NOT NULL ) ROW_FORMAT DYNAMIC  /* QNO 123 CON_ID 17 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 169 CON_ID 16 */  /* QNO 170 CON_ID 16 */
		   17 Query	CREATE OR REPLACE TABLE `view_table1_innodb_int_autoinc` (geocol10 MULTIPOLYGON, icol7 SMALLINT )  /* QNO 124 CON_ID 17 */
		   16 Query	INSERT INTO `table100_innodb_key_pk_parts_2_int_autoinc` ( `col_set_latin1_key_default_null` ) VALUES ( LAST_INSERT_ID() )  /* QNO 171 CON_ID 16 */
		   17 Query	CREATE OR REPLACE TABLE t5 (icol9 TINYINT NULL ) ROW_FORMAT = FIXED  /* QNO 125 CON_ID 17 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 172 CON_ID 16 */
		   16 Query	XA PREPARE 'non_idle_xid'  /* QNO 173 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 174 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 174 CON_ID 16 */  /* QNO 175 CON_ID 16 */
		   16 Query	INSERT INTO `view_table0_innodb_int_autoinc` ( `col_bit_default_null` ) VALUES ( 5 )  /* QNO 176 CON_ID 16 */
		   17 Query	CREATE OR REPLACE TABLE t4 (geocol5 MULTIPOINT NULL, `col_char_latin1` CHAR DEFAULT '' /*!100303 INVISIBLE */, scol7 VARCHAR(51948) NULL DEFAULT '' /*!100201 CHECK (ncol7 < 9) */, tcol9 YEAR NULL /*!100201 CHECK (ecol7 != 2) */, tscol7 DATETIME NOT NULL DEFAULT CURRENT_TIESTAMP ON UPDATE CURRENT_TIMESTAMP /*!100303 INVISIBLE */ )  /* QNO 126 CON_ID 17 */
		   17 Query	CREATE OR REPLACE TABLE `table100_innodb_int_autoinc` (icol1 TINYINT NOT NULL, icol6 TINYINT UNSIGNED NOT NULL )  /* QNO 127 CON_ID 17 */
		   16 Query	SHOW WARNINGS
		   16 Query	DELETE FROM `view_table100_innodb_key_pk_parts_2_int_autoinc` WHERE `pk` = 'factory' LIMIT 1  /* QNO 177 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `view_table100_innodb_key_pk_parts_2_int_autoinc` WHERE `pk` = 'factory' LIMIT 1  /* QNO 177 CON_ID 16 */  RETURNING * /* QNO 178 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `view_table100_innodb_key_pk_parts_2_int_autoinc` WHERE `pk` = 'factory' LIMIT 1  /* QNO 177 CON_ID 16 */  /* QNO 179 CON_ID 16 */
		   16 Query	INSERT INTO `view_table10_innodb_key_pk_parts_2_int_autoinc` ( `col_bit_key` ) VALUES ( 3 )  /* QNO 180 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	INSERT INTO `view_table0_innodb_key_pk_parts_2_int_autoinc` ( `col_blob_key` ) VALUES ( NULL )  /* QNO 181 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 182 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 183 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 183 CON_ID 16 */  /* QNO 184 CON_ID 16 */
		   16 Query	UPDATE `table1_innodb_int_autoinc` SET `col_blob_key_default_null` = RAND() WHERE `col_decimal_unsigned_key` = 5 ORDER BY RAND () LIMIT 6  /* QNO 185 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `table1_innodb_int_autoinc` SET `col_blob_key_default_null` = RAND() WHERE `col_decimal_unsigned_key` = 5 ORDER BY RAND () LIMIT 6  /* QNO 185 CON_ID 16 */  /* QNO 186 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 187 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 188 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 189 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 189 CON_ID 16 */  /* QNO 190 CON_ID 16 */
		   16 Query	INSERT INTO `view_table0_innodb_int_autoinc` ( `pk` ) VALUES ( NULL )  /* QNO 191 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 192 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 193 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 193 CON_ID 16 */  /* QNO 194 CON_ID 16 */
		   16 Query	SET @a = NULL  /* QNO 195 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = NULL  /* QNO 195 CON_ID 16 */  /* QNO 196 CON_ID 16 */
		   16 Query	DELETE FROM `view_table0_innodb` WHERE `col_bit_key` < @a LIMIT 1  /* QNO 197 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `view_table0_innodb` WHERE `col_bit_key` < @a LIMIT 1  /* QNO 197 CON_ID 16 */  RETURNING * /* QNO 198 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `view_table0_innodb` WHERE `col_bit_key` < @a LIMIT 1  /* QNO 197 CON_ID 16 */  /* QNO 199 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 200 CON_ID 16 */
		   16 Query	XA BEGIN 'xid25'  /* QNO 201 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 202 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 202 CON_ID 16 */  /* QNO 203 CON_ID 16 */
		   16 Query	INSERT INTO `view_table10_innodb_int_autoinc` ( `pk` ) VALUES ( NULL )  /* QNO 204 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 205 CON_ID 16 */
		   16 Query	RELEASE SAVEPOINT A /* QNO 206 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 207 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 207 CON_ID 16 */  /* QNO 208 CON_ID 16 */
		   16 Query	UPDATE `table100_innodb_key_pk_parts_2_int_autoinc` SET `col_bit_key` = NULL WHERE `col_int_unsigned` < 9  /* QNO 209 CON_ID 16 */
		   18 Connect	rqg@localhost as anonymous on test
		   18 Query	SET optimizer_switch=(SELECT variable_value FROM INFORMATION_SCHEMA.GLOBAL_VARIABLES WHERE VARIABLE_NAME='optimizer_switch')
		   18 Query	SELECT DATABASE()
		   18 Query	SELECT CONNECTION_ID()
		   18 Query	SELECT CURRENT_USER()
		   18 Query	SELECT collation_name,character_set_name FROM information_schema.collations
		   17 Query	CREATE OR REPLACE VIEW transforms.view_61255_probe AS  CREATE OR REPLACE TABLE `table100_innodb_int_autoinc` (icol1 TINYINT NOT NULL, icol6 TINYINT UNSIGNED NOT NULL )  /* QNO 127 CON_ID 17 */  /* QNO 128 CON_ID 17 */
		   17 Query	/*!100303 CREATE OR REPLACE SEQUENCE t6 */  /* QNO 129 CON_ID 17 */
		   17 Query	CREATE OR REPLACE VIEW transforms.view_61255_probe AS  /*!100303 CREATE OR REPLACE SEQUENCE t6 */  /* QNO 129 CON_ID 17 */  /* QNO 130 CON_ID 17 */
		   17 Query	/*!100303 CREATE OR REPLACE SEQUENCE t8 */  /* QNO 131 CON_ID 17 */
		   17 Query	CREATE OR REPLACE VIEW transforms.view_61255_probe AS  /*!100303 CREATE OR REPLACE SEQUENCE t8 */  /* QNO 131 CON_ID 17 */  /* QNO 132 CON_ID 17 */
		   17 Query	SAVEPOINT A /* QNO 133 CON_ID 17 */
		   17 Query	CREATE OR REPLACE VIEW transforms.view_61255_probe AS SAVEPOINT A /* QNO 133 CON_ID 17 */  /* QNO 134 CON_ID 17 */
		   17 Query	ROLLBACK TO SAVEPOINT A /* QNO 135 CON_ID 17 */
		   18 Query	CREATE OR REPLACE TABLE t2 (icol8 INT )  /* QNO 120 CON_ID 18 */
		   17 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 136 CON_ID 17 */
		   17 Query	CREATE OR REPLACE VIEW transforms.view_61255_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 136 CON_ID 17 */  /* QNO 137 CON_ID 17 */
		   17 Query	SET @a = NULL  /* QNO 138 CON_ID 17 */
		   17 Query	CREATE OR REPLACE VIEW transforms.view_61255_probe AS  SET @a = NULL  /* QNO 138 CON_ID 17 */  /* QNO 139 CON_ID 17 */
		   17 Query	DELETE FROM `table100_innodb` WHERE `col_float_unsigned_not_null_key` < @a LIMIT 1  /* QNO 140 CON_ID 17 */
		   17 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `table100_innodb` WHERE `col_float_unsigned_not_null_key` < @a LIMIT 1  /* QNO 140 CON_ID 17 */  RETURNING * /* QNO 141 CON_ID 17 */
		   17 Query	CREATE OR REPLACE VIEW transforms.view_61255_probe AS  DELETE FROM `table100_innodb` WHERE `col_float_unsigned_not_null_key` < @a LIMIT 1  /* QNO 140 CON_ID 17 */  /* QNO 142 CON_ID 17 */
		   17 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 143 CON_ID 17 */
		   17 Query	CREATE OR REPLACE VIEW transforms.view_61255_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 143 CON_ID 17 */  /* QNO 144 CON_ID 17 */
		   17 Query	XA COMMIT 'non_prepared_xid'  /* QNO 145 CON_ID 17 */
		   17 Query	FLUSH LOGS /* QNO 146 CON_ID 17 */
/home/elenst/10.2/debug/sql/mysqld, Version: 10.2.14-MariaDB-debug-log (Source distribution). started with:
Tcp port: 19300  Unix socket: /dev/shm/vardir/mysql.sock
Time                 Id Command    Argument
		   17 Query	CREATE OR REPLACE VIEW transforms.view_61255_probe AS FLUSH LOGS /* QNO 146 CON_ID 17 */  /* QNO 147 CON_ID 17 */
		   17 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 148 CON_ID 17 */
		   17 Query	CREATE OR REPLACE VIEW transforms.view_61255_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 148 CON_ID 17 */  /* QNO 149 CON_ID 17 */
		   17 Query	INSERT INTO `table100_innodb_int_autoinc` ( `col_set_utf8_key` ) VALUES ( 4 )  /* QNO 150 CON_ID 17 */
		   17 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 151 CON_ID 17 */
		   17 Query	CREATE OR REPLACE VIEW transforms.view_61255_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 151 CON_ID 17 */  /* QNO 152 CON_ID 17 */
		   18 Query	CREATE DATABASE IF NOT EXISTS transforms
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS CREATE OR REPLACE TABLE t2 (icol8 INT )  /* QNO 120 CON_ID 18 */  /* QNO 121 CON_ID 18 */
		   18 Query	SHOW WARNINGS
		   18 Query	CREATE OR REPLACE TABLE t3 (ecol4 ENUM('foo','bar') DEFAULT '', icol9 MEDIUMINT NULL /*!100201 CHECK (ecol3 <= 5) */) ROW_FORMAT PAGE  /* QNO 122 CON_ID 18 */
		   17 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 153 CON_ID 17 */
		   17 Query	CREATE OR REPLACE VIEW transforms.view_61255_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 153 CON_ID 17 */  /* QNO 154 CON_ID 17 */
		   18 Query	CREATE OR REPLACE TABLE `view_table100_innodb_key_pk_parts_2_int_autoinc` (`col_char_latin1_not_null_key` VARBINARY(40132) DEFAULT NULL /*!100201 CHECK (ncol3 NOT LIKE 5) */) ROW_FORMAT = COMPACT  /* QNO 123 CON_ID 18 */
		   17 Query	SET @a = 6  /* QNO 155 CON_ID 17 */
		   18 Query	CREATE OR REPLACE TABLE t8 (ecol2 ENUM('foo','bar') ) ROW_FORMAT FIXED  /* QNO 124 CON_ID 18 */
		   17 Query	CREATE OR REPLACE VIEW transforms.view_61255_probe AS  SET @a = 6  /* QNO 155 CON_ID 17 */  /* QNO 156 CON_ID 17 */
		   17 Query	DELETE FROM `view_table0_innodb` WHERE `col_decimal_unsigned_key` < @a LIMIT 1  /* QNO 157 CON_ID 17 */
		   18 Query	CREATE OR REPLACE TABLE `table100_innodb_int_autoinc` (`col_char_utf8_not_null_key` VARBINARY(10237) DEFAULT '' )  /* QNO 125 CON_ID 18 */
		   17 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `view_table0_innodb` WHERE `col_decimal_unsigned_key` < @a LIMIT 1  /* QNO 157 CON_ID 17 */  RETURNING * /* QNO 158 CON_ID 17 */
		   17 Query	CREATE OR REPLACE VIEW transforms.view_61255_probe AS  DELETE FROM `view_table0_innodb` WHERE `col_decimal_unsigned_key` < @a LIMIT 1  /* QNO 157 CON_ID 17 */  /* QNO 159 CON_ID 17 */
		   17 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 160 CON_ID 17 */
		   17 Query	CREATE OR REPLACE VIEW transforms.view_61255_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 160 CON_ID 17 */  /* QNO 161 CON_ID 17 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `table100_innodb_key_pk_parts_2_int_autoinc` SET `col_bit_key` = NULL WHERE `col_int_unsigned` < 9  /* QNO 209 CON_ID 16 */  /* QNO 210 CON_ID 16 */
		   16 Query	UPDATE `table0_innodb_key_pk_parts_2_int_autoinc` SET `col_float_unsigned_key_default_null` = 9 WHERE `col_decimal_not_null` = 'evolve' LIMIT 9  /* QNO 211 CON_ID 16 */
		   17 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 162 CON_ID 17 */
		   17 Query	CREATE OR REPLACE VIEW transforms.view_61255_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 162 CON_ID 17 */  /* QNO 163 CON_ID 17 */
		   17 Query	SET @a = 'already'  /* QNO 164 CON_ID 17 */
		   17 Query	CREATE OR REPLACE VIEW transforms.view_61255_probe AS  SET @a = 'already'  /* QNO 164 CON_ID 17 */  /* QNO 165 CON_ID 17 */
		   16 Query	SHOW WARNINGS
		   16 Query	DELETE FROM `view_table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_blob_not_null_key` = NULL LIMIT 1  /* QNO 212 CON_ID 16 */
		   17 Query	INSERT INTO `view_table0_innodb_key_pk_parts_2_int_autoinc` ( `col_char_latin1` ) VALUES ( @a )  /* QNO 166 CON_ID 17 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `view_table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_blob_not_null_key` = NULL LIMIT 1  /* QNO 212 CON_ID 16 */  RETURNING * /* QNO 213 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `view_table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_blob_not_null_key` = NULL LIMIT 1  /* QNO 212 CON_ID 16 */  /* QNO 214 CON_ID 16 */
		   16 Query	INSERT INTO `table0_innodb_key_pk_parts_2_int_autoinc` ( `col_decimal_not_null` ) VALUES ( 2 )  /* QNO 215 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 216 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 217 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 217 CON_ID 16 */  /* QNO 218 CON_ID 16 */
		   16 Query	UPDATE `table1_innodb_int_autoinc` SET `col_set_latin1_not_null_key` = 'already' WHERE `col_decimal_key_default_null` < NULL ORDER BY `col_set_utf8_not_null` LIMIT 6  /* QNO 219 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `table1_innodb_int_autoinc` SET `col_set_latin1_not_null_key` = 'already' WHERE `col_decimal_key_default_null` < NULL ORDER BY `col_set_utf8_not_null` LIMIT 6  /* QNO 219 CON_ID 16 */  /* QNO 220 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 221 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 222 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 223 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 223 CON_ID 16 */  /* QNO 224 CON_ID 16 */
		   16 Query	INSERT INTO `table10_innodb_key_pk_parts_2_int_autoinc` ( `col_blob_key` ) VALUES ( 'channel' )  /* QNO 225 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 226 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 227 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 227 CON_ID 16 */  /* QNO 228 CON_ID 16 */
		   16 Query	INSERT INTO `view_table0_innodb_key_pk_parts_2_int_autoinc` ( `col_bit_key_default_null` ) VALUES ( RAND () )  /* QNO 229 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 230 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 231 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 231 CON_ID 16 */  /* QNO 232 CON_ID 16 */
		   16 Query	UPDATE `table10_innodb_int_autoinc` SET `col_decimal_key` = 8 WHERE `col_char_latin1_default_null` = NULL ORDER BY `col_float_unsigned_not_null`  /* QNO 233 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `table10_innodb_int_autoinc` SET `col_decimal_key` = 8 WHERE `col_char_latin1_default_null` = NULL ORDER BY `col_float_unsigned_not_null`  /* QNO 233 CON_ID 16 */  /* QNO 234 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 235 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 236 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 236 CON_ID 16 */  /* QNO 237 CON_ID 16 */
		   16 Query	DELETE FROM `view_table10_innodb` WHERE `col_blob_key` < 'garage' LIMIT 1  /* QNO 238 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `view_table10_innodb` WHERE `col_blob_key` < 'garage' LIMIT 1  /* QNO 238 CON_ID 16 */  RETURNING * /* QNO 239 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `view_table10_innodb` WHERE `col_blob_key` < 'garage' LIMIT 1  /* QNO 238 CON_ID 16 */  /* QNO 240 CON_ID 16 */
		   16 Query	UPDATE `view_table1_innodb` SET `col_set_utf8_not_null_key` = NULL WHERE `col_char_latin1_key_default_null` = 8 ORDER BY `col_char_latin1_key_default_null`  /* QNO 241 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	UPDATE `table1_innodb_int_autoinc` SET `pk` = 'cookie' WHERE `col_float_not_null` = NULL LIMIT 5  /* QNO 242 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `table1_innodb_int_autoinc` SET `pk` = 'cookie' WHERE `col_float_not_null` = NULL LIMIT 5  /* QNO 242 CON_ID 16 */  /* QNO 243 CON_ID 16 */
		   16 Query	INSERT INTO `view_table1_innodb` ( `col_set_utf8_key` ) VALUES ( 9 )  /* QNO 244 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 245 CON_ID 16 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS  CREATE OR REPLACE TABLE `table100_innodb_int_autoinc` (`col_char_utf8_not_null_key` VARBINARY(10237) DEFAULT '' )  /* QNO 125 CON_ID 18 */  /* QNO 126 CON_ID 18 */
		   19 Connect	rqg@localhost as anonymous on test
		   19 Query	SET optimizer_switch=(SELECT variable_value FROM INFORMATION_SCHEMA.GLOBAL_VARIABLES WHERE VARIABLE_NAME='optimizer_switch')
		   18 Query	CREATE OR REPLACE TABLE `table100_innodb_key_pk_parts_2_int_autoinc` (tcol2 DATE NULL, scol1 VARCHAR(54909) NOT NULL /*!100303 INVISIBLE */ ) ROW_FORMAT = REDUNDANT  /* QNO 127 CON_ID 18 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 246 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 246 CON_ID 16 */  /* QNO 247 CON_ID 16 */
		   16 Query	INSERT INTO `view_table100_innodb_key_pk_parts_2_int_autoinc` ( `col_int_key` ) VALUES ( LAST_INSERT_ID() )  /* QNO 248 CON_ID 16 */
		   19 Query	SELECT DATABASE()
		   19 Query	SELECT CONNECTION_ID()
		   19 Query	SELECT CURRENT_USER()
		   19 Query	SELECT collation_name,character_set_name FROM information_schema.collations
		   19 Query	CREATE OR REPLACE TABLE `view_table0_innodb_int_autoinc` (ecol9 SET('foo','bar') DEFAULT NULL ) ROW_FORMAT REDUNDANT  /* QNO 120 CON_ID 19 */
		   19 Query	CREATE DATABASE IF NOT EXISTS transforms
		   19 Query	CREATE OR REPLACE TABLE t9 (`col_char_latin1` VARCHAR(32483) NULL DEFAULT '' /*!100303 INVISIBLE */ /*!100201 CHECK (scol3 > vcol6) */) ROW_FORMAT PAGE  /* QNO 121 CON_ID 19 */
		   19 Query	SHOW WARNINGS
		   19 Query	CREATE OR REPLACE TABLE t9 (geocol5 POINT NULL, ecol8 ENUM('foo','bar') DEFAULT NULL /*!100201 CHECK (`col_int_unsigned_key_default_null` NOT LIKE 2) */) ROW_FORMAT COMPACT  /* QNO 122 CON_ID 19 */
		   19 Query	CREATE OR REPLACE TABLE t8 (ncol7 DOUBLE UNSIGNED NOT NULL DEFAULT NULL ) ROW_FORMAT DYNAMIC  /* QNO 123 CON_ID 19 */
		   19 Query	CREATE OR REPLACE TABLE t10 (ncol5 DECIMAL UNSIGNED ZEROFILL /*!100303 INVISIBLE */ ) ROW_FORMAT = COMPRESSED  /* QNO 124 CON_ID 19 */
		   20 Connect	rqg@localhost as anonymous on test
		   20 Query	SET optimizer_switch=(SELECT variable_value FROM INFORMATION_SCHEMA.GLOBAL_VARIABLES WHERE VARIABLE_NAME='optimizer_switch')
		   20 Query	SELECT DATABASE()
		   20 Query	SELECT CONNECTION_ID()
		   20 Query	SELECT CURRENT_USER()
		   20 Query	SELECT collation_name,character_set_name FROM information_schema.collations
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS  CREATE OR REPLACE TABLE `table100_innodb_key_pk_parts_2_int_autoinc` (tcol2 DATE NULL, scol1 VARCHAR(54909) NOT NULL /*!100303 INVISIBLE */ ) ROW_FORMAT = REDUNDANT  /* QNO 127 CON_ID 18 */  /* QNO 128 CON_ID 18 */
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS  CREATE OR REPLACE TABLE t10 (ncol5 DECIMAL UNSIGNED ZEROFILL /*!100303 INVISIBLE */ ) ROW_FORMAT = COMPRESSED  /* QNO 124 CON_ID 19 */  /* QNO 125 CON_ID 19 */
		   18 Query	CREATE OR REPLACE TABLE `view_table0_innodb` (ecol5 SET('foo','bar') NULL DEFAULT NULL, ecol6 SET('foo','bar') NULL /*!100303 INVISIBLE */, icol8 TINYINT NOT NULL DEFAULT 0, tscol9 TIMESTAMP NULL DEFAULT CURRENT_TIMESTAMP /*!100201 CHECK (tscol3 <= ecol10) */, `col_char_utf8_key_default_null` BLOB NULL, icol8 TINYINT NULL DEFAULT NULL /*!100201 CHECK (tscol3 NOT LIKE ecol9) */, tscol7 TIMESTAMP NULL ) ROW_FORMAT = COMPACT  /* QNO 129 CON_ID 18 */
		   19 Query	CREATE OR REPLACE TABLE t10 (`col_char_latin1_key_default_null` VARCHAR(35782) DEFAULT NULL /*!100201 CHECK (`col_float_unsigned` != `col_char_latin1_key_default_null`) */, scol7 BINARY ) ROW_FORMAT = REDUNDANT  /* QNO 126 CON_ID 19 */
		   18 Query	CREATE OR REPLACE TABLE t4 (icol1 TINYINT UNSIGNED, icol9 INT UNSIGNED ZEROFILL NULL DEFAULT 2 /*!100303 INVISIBLE */, icol9 TINYINT NULL /*!100201 CHECK (vcol6 <= 7) */)  /* QNO 130 CON_ID 18 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 249 CON_ID 16 */
		   18 Query	/*!100303 CREATE OR REPLACE SEQUENCE `table0_innodb_int_autoinc` */  /* QNO 131 CON_ID 18 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS  /*!100303 CREATE OR REPLACE SEQUENCE `table0_innodb_int_autoinc` */  /* QNO 131 CON_ID 18 */  /* QNO 132 CON_ID 18 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 250 CON_ID 16 */
		   18 Query	/*!100303 CREATE OR REPLACE SEQUENCE t6 */  /* QNO 133 CON_ID 18 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 250 CON_ID 16 */  /* QNO 251 CON_ID 16 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS  /*!100303 CREATE OR REPLACE SEQUENCE t6 */  /* QNO 133 CON_ID 18 */  /* QNO 134 CON_ID 18 */
		   16 Query	DELETE FROM `view_table0_innodb` WHERE `col_set_utf8_key_default_null` > 0 LIMIT 1  /* QNO 252 CON_ID 16 */
		   18 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 135 CON_ID 18 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 135 CON_ID 18 */  /* QNO 136 CON_ID 18 */
		   18 Query	INSERT INTO `table100_innodb` ( `col_char_latin1_not_null_key` ) VALUES ( LAST_INSERT_ID() )  /* QNO 137 CON_ID 18 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `view_table0_innodb` WHERE `col_set_utf8_key_default_null` > 0 LIMIT 1  /* QNO 252 CON_ID 16 */  RETURNING * /* QNO 253 CON_ID 16 */
		   19 Query	CREATE OR REPLACE TABLE t3 (geocol3 GEOMETRYCOLLECTION NULL DEFAULT ST_GEOMFROMTEXT('Point(1 1)') /*!100303 INVISIBLE */, tscol9 DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP )  /* QNO 127 CON_ID 19 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `view_table0_innodb` WHERE `col_set_utf8_key_default_null` > 0 LIMIT 1  /* QNO 252 CON_ID 16 */  /* QNO 254 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 255 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 256 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 256 CON_ID 16 */  /* QNO 257 CON_ID 16 */
		   16 Query	INSERT INTO `view_table10_innodb` ( `col_float_unsigned` ) VALUES ( 'military' )  /* QNO 258 CON_ID 16 */
		   18 Query	SHOW WARNINGS
		   18 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 138 CON_ID 18 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 138 CON_ID 18 */  /* QNO 139 CON_ID 18 */
		   18 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 140 CON_ID 18 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 140 CON_ID 18 */  /* QNO 141 CON_ID 18 */
		   18 Query	DELETE FROM `table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_int_key` > NULL LIMIT 1  /* QNO 142 CON_ID 18 */
		   18 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_int_key` > NULL LIMIT 1  /* QNO 142 CON_ID 18 */  RETURNING * /* QNO 143 CON_ID 18 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS  DELETE FROM `table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_int_key` > NULL LIMIT 1  /* QNO 142 CON_ID 18 */  /* QNO 144 CON_ID 18 */
		   18 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 145 CON_ID 18 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 145 CON_ID 18 */  /* QNO 146 CON_ID 18 */
		   18 Query	FLUSH LOGS /* QNO 147 CON_ID 18 */
/home/elenst/10.2/debug/sql/mysqld, Version: 10.2.14-MariaDB-debug-log (Source distribution). started with:
Tcp port: 19300  Unix socket: /dev/shm/vardir/mysql.sock
Time                 Id Command    Argument
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS  CREATE OR REPLACE TABLE t3 (geocol3 GEOMETRYCOLLECTION NULL DEFAULT ST_GEOMFROMTEXT('Point(1 1)') /*!100303 INVISIBLE */, tscol9 DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP )  /* QNO 127 CON_ID 19 */  /* QNO 128 CON_ID 19 */
		   16 Query	SHOW WARNINGS
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS FLUSH LOGS /* QNO 147 CON_ID 18 */  /* QNO 148 CON_ID 18 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 259 CON_ID 16 */
		   19 Query	CREATE OR REPLACE TABLE t5 (scol6 TEXT NULL /*!100303 INVISIBLE */, scol6 CHAR NOT NULL /*!100303 INVISIBLE */, bcol8 BIT ) ROW_FORMAT = COMPACT  /* QNO 129 CON_ID 19 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 260 CON_ID 16 */
		   19 Query	/*!100303 CREATE OR REPLACE SEQUENCE t4 */  /* QNO 130 CON_ID 19 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 260 CON_ID 16 */  /* QNO 261 CON_ID 16 */
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS  /*!100303 CREATE OR REPLACE SEQUENCE t4 */  /* QNO 130 CON_ID 19 */  /* QNO 131 CON_ID 19 */
		   16 Query	INSERT INTO `view_table100_innodb` ( `col_enum_latin1_default_null` ) VALUES ( NULL )  /* QNO 262 CON_ID 16 */
		   19 Query	/*!100303 CREATE OR REPLACE SEQUENCE `view_table10_innodb` */  /* QNO 132 CON_ID 19 */
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS  /*!100303 CREATE OR REPLACE SEQUENCE `view_table10_innodb` */  /* QNO 132 CON_ID 19 */  /* QNO 133 CON_ID 19 */
		   20 Query	CREATE OR REPLACE TABLE t8 (tcol10 YEAR DEFAULT NULL ) ROW_FORMAT = PAGE  /* QNO 120 CON_ID 20 */
		   19 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 134 CON_ID 19 */
		   20 Query	CREATE DATABASE IF NOT EXISTS transforms
		   18 Query	CREATE EVENT IF NOT EXISTS r ON SCHEDULE EVERY 6 SECOND ON COMPLETION PRESERVE DO BEGIN SET @binlog_format_saved = @@binlog_format ; INSERT INTO `view_table10_innodb` ( `col_int_not_null` ) VALUES ( 'evaluate' ) ; DELETE FROM `table100_innodb_int_autoinc` WHERE `col_blob_not_null` < 'ghost' LIMIT 1 ; UPDATE `table1_innodb_int_autoinc` SET `col_bit_default_null` = 'attractive' WHERE `col_decimal_unsigned_not_null` < 'wing' ORDER BY `col_set_latin1` LIMIT 9 ; UPDATE `table0_innodb` SET `col_bit_default_null` = 'unite' WHERE `col_enum_utf8` = 4 LIMIT 1 ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; SET @a = 'stage' ; INSERT INTO `table0_innodb_int_autoinc` ( `col_enum_utf8` ) VALUES ( @a ) ; SET BINLOG_FORMAT = @binlog_format_saved ; COMMIT ; CALL z () ; END /* QNO 149 CON_ID 18 */
		   20 Query	CREATE OR REPLACE TABLE t5 (bcol9 BIT NOT NULL DEFAULT 6 ) ROW_FORMAT DEFAULT  /* QNO 121 CON_ID 20 */
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 134 CON_ID 19 */  /* QNO 135 CON_ID 19 */
		   19 Query	SET @a = 'intact'  /* QNO 136 CON_ID 19 */
		   20 Query	SHOW WARNINGS
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS  SET @a = 'intact'  /* QNO 136 CON_ID 19 */  /* QNO 137 CON_ID 19 */
		   20 Query	CREATE OR REPLACE TABLE t8 (scol2 BINARY, icol2 TINYINT )  /* QNO 122 CON_ID 20 */
		   19 Query	INSERT INTO `view_table100_innodb` ( `col_bit_key` ) VALUES ( @a )  /* QNO 138 CON_ID 19 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS CREATE EVENT IF NOT EXISTS r ON SCHEDULE EVERY 6 SECOND ON COMPLETION PRESERVE DO BEGIN SET @binlog_format_saved = @@binlog_format ; INSERT INTO `view_table10_innodb` ( `col_int_not_null` ) VALUES ( 'evaluate' ) ; DELETE FROM `table100_innodb_int_autoinc` WHERE `col_blob_not_null` < 'ghost' LIMIT 1 ; UPDATE `table1_innodb_int_autoinc` SET `col_bit_default_null` = 'attractive' WHERE `col_decimal_unsigned_not_null` < 'wing' ORDER BY `col_set_latin1` LIMIT 9 ; UPDATE `table0_innodb` SET `col_bit_default_null` = 'unite' WHERE `col_enum_utf8` = 4 LIMIT 1 ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; SET @a = 'stage' ; INSERT INTO `table0_innodb_int_autoinc` ( `col_enum_utf8` ) VALUES ( @a ) ; SET BINLOG_FORMAT = @binlog_format_saved ; COMMIT ; CALL z () ; END /* QNO 149 CON_ID 18 */  /* QNO 150 CON_ID 18 */
		   18 Query	ROLLBACK TO SAVEPOINT A /* QNO 151 CON_ID 18 */
		   18 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 152 CON_ID 18 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 152 CON_ID 18 */  /* QNO 153 CON_ID 18 */
		   18 Query	DELETE FROM `table100_innodb_key_pk_parts_2_int_autoinc` WHERE `col_bit_not_null_key` = 6 LIMIT 1  /* QNO 154 CON_ID 18 */
		   18 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 155 CON_ID 18 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 155 CON_ID 18 */  /* QNO 156 CON_ID 18 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 263 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 264 CON_ID 16 */
		   18 Query	ALTER TABLE `view_table1_innodb_int_autoinc` ADD CONSTRAINT i CHECK (icol6 LIKE 5), STATS_SAMPLE_PAGES 45501 /* QNO 157 CON_ID 18 */
		   16 Query	RENAME USER z TO o /* QNO 265 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 266 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 266 CON_ID 16 */  /* QNO 267 CON_ID 16 */
		   18 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 158 CON_ID 18 */
		   16 Query	INSERT INTO `view_table100_innodb` ( `col_decimal_not_null_key` ) VALUES ( 1 )  /* QNO 268 CON_ID 16 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 158 CON_ID 18 */  /* QNO 159 CON_ID 18 */
		   18 Query	SET @a = 2  /* QNO 160 CON_ID 18 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS  SET @a = 2  /* QNO 160 CON_ID 18 */  /* QNO 161 CON_ID 18 */
		   18 Query	UPDATE `view_table10_innodb_key_pk_parts_2_int_autoinc` SET `col_decimal_key` = @a ORDER BY `col_float_default_null` LIMIT 1  /* QNO 162 CON_ID 18 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS  CREATE OR REPLACE TABLE t8 (scol2 BINARY, icol2 TINYINT )  /* QNO 122 CON_ID 20 */  /* QNO 123 CON_ID 20 */
		   20 Query	CREATE OR REPLACE TABLE `table100_innodb` (ecol6 SET('foo','bar') DEFAULT NULL /*!100201 CHECK (ncol6 > `col_float_unsigned_key_default_null`) */) ROW_FORMAT = COMPACT  /* QNO 124 CON_ID 20 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 269 CON_ID 16 */
		   19 Query	SHOW WARNINGS
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 270 CON_ID 16 */
		   19 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 139 CON_ID 19 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 270 CON_ID 16 */  /* QNO 271 CON_ID 16 */
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 139 CON_ID 19 */  /* QNO 140 CON_ID 19 */
		   16 Query	INSERT INTO `table100_innodb_key_pk_parts_2_int_autoinc` ( `col_enum_latin1_not_null` ) VALUES ( RAND () )  /* QNO 272 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 273 CON_ID 16 */
		   19 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 141 CON_ID 19 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 274 CON_ID 16 */
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 141 CON_ID 19 */  /* QNO 142 CON_ID 19 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 274 CON_ID 16 */  /* QNO 275 CON_ID 16 */
		   19 Query	DELETE FROM `view_table0_innodb_key_pk_parts_2_int_autoinc` WHERE `col_enum_utf8_not_null` < NULL LIMIT 1  /* QNO 143 CON_ID 19 */
		   16 Query	INSERT INTO `view_table1_innodb_key_pk_parts_2_int_autoinc` ( `col_set_utf8_key_default_null` ) VALUES ( NULL )  /* QNO 276 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 277 CON_ID 16 */
		   16 Query	ROLLBACK TO SAVEPOINT A /* QNO 278 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 279 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 279 CON_ID 16 */  /* QNO 280 CON_ID 16 */
		   16 Query	SET @a = 6  /* QNO 281 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 6  /* QNO 281 CON_ID 16 */  /* QNO 282 CON_ID 16 */
		   16 Query	INSERT INTO `table10_innodb_int_autoinc` ( `col_float` ) VALUES ( @a )  /* QNO 283 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 284 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 285 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 285 CON_ID 16 */  /* QNO 286 CON_ID 16 */
		   16 Query	UPDATE `view_table0_innodb_key_pk_parts_2_int_autoinc` SET `col_decimal_not_null_key` = 4 WHERE `col_enum_utf8_key_default_null` > 2 ORDER BY `col_float_not_null`  /* QNO 287 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `view_table0_innodb_key_pk_parts_2_int_autoinc` SET `col_decimal_not_null_key` = 4 WHERE `col_enum_utf8_key_default_null` > 2 ORDER BY `col_float_not_null`  /* QNO 287 CON_ID 16 */  /* QNO 288 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 289 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 290 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 290 CON_ID 16 */  /* QNO 291 CON_ID 16 */
		   16 Query	INSERT INTO `view_table0_innodb` ( `col_int_unsigned_key` ) VALUES ( LAST_INSERT_ID() )  /* QNO 292 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 293 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 294 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 294 CON_ID 16 */  /* QNO 295 CON_ID 16 */
		   16 Query	INSERT INTO `table100_innodb` ( `pk` ) VALUES ( NULL )  /* QNO 296 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 297 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 298 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 298 CON_ID 16 */  /* QNO 299 CON_ID 16 */
		   16 Query	SET @a = NULL  /* QNO 300 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = NULL  /* QNO 300 CON_ID 16 */  /* QNO 301 CON_ID 16 */
		   16 Query	UPDATE `view_table0_innodb_key_pk_parts_2_int_autoinc` SET `col_char_utf8_key` = @a ORDER BY `col_float_unsigned_key_default_null` LIMIT 5  /* QNO 302 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `view_table0_innodb_key_pk_parts_2_int_autoinc` SET `col_char_utf8_key` = @a ORDER BY `col_float_unsigned_key_default_null` LIMIT 5  /* QNO 302 CON_ID 16 */  /* QNO 303 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 304 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 305 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 305 CON_ID 16 */  /* QNO 306 CON_ID 16 */
		   16 Query	INSERT INTO `table0_innodb_key_pk_parts_2_int_autoinc` ( `col_enum_latin1_not_null_key` ) VALUES ( LAST_INSERT_ID() )  /* QNO 307 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 308 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 309 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 309 CON_ID 16 */  /* QNO 310 CON_ID 16 */
		   16 Query	UPDATE `view_table1_innodb_key_pk_parts_2_int_autoinc` SET `col_char_utf8_not_null_key` = NULL WHERE `col_int_unsigned_not_null` > 'imply'  /* QNO 311 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 312 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 313 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 314 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 314 CON_ID 16 */  /* QNO 315 CON_ID 16 */
		   16 Query	UPDATE `view_table100_innodb_int_autoinc` SET `col_bit_key` = 7 WHERE `col_blob_default_null` < 1 LIMIT 0  /* QNO 316 CON_ID 16 */
		   21 Connect	rqg@localhost as anonymous on test
		   21 Query	SET optimizer_switch=(SELECT variable_value FROM INFORMATION_SCHEMA.GLOBAL_VARIABLES WHERE VARIABLE_NAME='optimizer_switch')
		   21 Query	SELECT DATABASE()
		   21 Query	SELECT CONNECTION_ID()
		   21 Query	SELECT CURRENT_USER()
		   21 Query	SELECT collation_name,character_set_name FROM information_schema.collations
		   21 Query	CREATE OR REPLACE TABLE t7 (geocol1 POLYGON NOT NULL DEFAULT ST_GEOMFROMTEXT('Point(1 1)') /*!100303 INVISIBLE */ ) ROW_FORMAT FIXED  /* QNO 120 CON_ID 21 */
		   21 Query	CREATE DATABASE IF NOT EXISTS transforms
		   21 Query	CREATE OR REPLACE TABLE `view_table10_innodb_key_pk_parts_2_int_autoinc` (scol10 CHAR ) ROW_FORMAT = PAGE  /* QNO 121 CON_ID 21 */
		   20 Query	CREATE OR REPLACE TABLE t2 (tcol3 TIME ) ROW_FORMAT = PAGE  /* QNO 125 CON_ID 20 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 317 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 318 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 318 CON_ID 16 */  /* QNO 319 CON_ID 16 */
		   16 Query	DELETE FROM `table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_float_unsigned_key_default_null` < RAND()  /* QNO 320 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_float_unsigned_key_default_null` < RAND()  /* QNO 320 CON_ID 16 */  RETURNING * /* QNO 321 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_float_unsigned_key_default_null` < RAND()  /* QNO 320 CON_ID 16 */  /* QNO 322 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 323 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 324 CON_ID 16 */
		   20 Query	CREATE OR REPLACE TABLE `table0_innodb_int_autoinc` (scol1 VARCHAR(54314) NULL /*!100303 INVISIBLE */, tcol2 TIME DEFAULT NULL /*!100303 INVISIBLE */ /*!100201 CHECK (scol8 != 2) */) ROW_FORMAT = REDUNDANT  /* QNO 126 CON_ID 20 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 324 CON_ID 16 */  /* QNO 325 CON_ID 16 */
		   16 Query	INSERT INTO `view_table10_innodb_int_autoinc` ( `pk` ) VALUES ( NULL )  /* QNO 326 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 327 CON_ID 16 */
		   16 Query	SET AUTOCOMMIT = OFF /* QNO 328 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET AUTOCOMMIT = OFF /* QNO 328 CON_ID 16 */  /* QNO 329 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 330 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 330 CON_ID 16 */  /* QNO 331 CON_ID 16 */
		   16 Query	DELETE FROM `view_table100_innodb_key_pk_parts_2_int_autoinc` WHERE `col_bit_default_null` < RAND() LIMIT 9  /* QNO 332 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 333 CON_ID 16 */
		   16 Query	CREATE TRIGGER e AFTER UPDATE ON `table1_innodb_key_pk_parts_2_int_autoinc` FOR EACH ROW BEGIN SET @binlog_format_saved = @@binlog_format ; DELETE FROM `view_table10_innodb` WHERE `col_decimal_key_default_null` > NULL LIMIT 1 ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; INSERT INTO `table10_innodb_int_autoinc` ( `pk` ) VALUES ( NULL ) ; SET BINLOG_FORMAT = @binlog_format_saved ; SAVEPOINT A ; CALL k () ; END /* QNO 334 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 335 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 335 CON_ID 16 */  /* QNO 336 CON_ID 16 */
		   16 Query	INSERT INTO `view_table100_innodb_key_pk_parts_2_int_autoinc` ( `col_float_unsigned_not_null_key` ) VALUES ( NULL )  /* QNO 337 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 338 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 339 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 339 CON_ID 16 */  /* QNO 340 CON_ID 16 */
		   16 Query	INSERT INTO `view_table10_innodb_int_autoinc` ( `col_float_key` ) VALUES ( NULL )  /* QNO 341 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	INSERT INTO `view_table100_innodb` ( `col_decimal_not_null_key` ) VALUES ( 4 )  /* QNO 342 CON_ID 16 */
		   16 Query	UPDATE `view_table10_innodb_key_pk_parts_2_int_autoinc` SET `col_int` = 5 WHERE `col_char_utf8_not_null` = 6 LIMIT 8  /* QNO 343 CON_ID 16 */
180306 13:54:44	   20 Query	CREATE OR REPLACE TABLE `table10_innodb` (icol2 INT UNSIGNED NOT NULL, ncol4 DOUBLE NULL ) ROW_FORMAT COMPACT  /* QNO 127 CON_ID 20 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS  CREATE OR REPLACE TABLE `table10_innodb` (icol2 INT UNSIGNED NOT NULL, ncol4 DOUBLE NULL ) ROW_FORMAT COMPACT  /* QNO 127 CON_ID 20 */  /* QNO 128 CON_ID 20 */
		   20 Query	CREATE OR REPLACE TABLE `table0_innodb_key_pk_parts_2_int_autoinc` (scol8 VARCHAR(14636) NOT NULL )  /* QNO 129 CON_ID 20 */
		   22 Connect	rqg@localhost as anonymous on test
		   22 Query	SHOW FULL PROCESSLIST
		   22 Quit	
180306 13:54:54	   23 Connect	rqg@localhost as anonymous on test
		   23 Query	SHOW FULL PROCESSLIST
		   23 Quit	
180306 13:55:04	   24 Connect	rqg@localhost as anonymous on test
		   24 Query	SHOW FULL PROCESSLIST
		   24 Quit	
180306 13:55:13	   17 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 167 CON_ID 17 */
		   17 Query	CREATE OR REPLACE VIEW transforms.view_61255_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 167 CON_ID 17 */  /* QNO 168 CON_ID 17 */
		   17 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 169 CON_ID 17 */
		   17 Query	CREATE OR REPLACE VIEW transforms.view_61255_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 169 CON_ID 17 */  /* QNO 170 CON_ID 17 */
		   17 Query	UPDATE `view_table10_innodb` SET `col_char_latin1_default_null` = 5 WHERE `col_decimal_not_null_key` < 'educator' ORDER BY `col_float_not_null`  /* QNO 171 CON_ID 17 */
		   17 Query	DELETE FROM `view_table1_innodb_int_autoinc` WHERE `col_char_latin1_key` < 3 LIMIT 1  /* QNO 172 CON_ID 17 */
		   21 Query	SHOW WARNINGS
		   18 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 163 CON_ID 18 */
		   21 Query	CREATE OR REPLACE TABLE t3 (icol1 TINYINT UNSIGNED, icol9 MEDIUMINT UNSIGNED DEFAULT 0, `col_bit` INT NULL DEFAULT 0 /*!100201 CHECK (ncol7 != 0) */)  /* QNO 122 CON_ID 21 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 163 CON_ID 18 */  /* QNO 164 CON_ID 18 */
		   18 Query	CREATE EVENT IF NOT EXISTS s ON SCHEDULE EVERY 4 SECOND ON COMPLETION PRESERVE DO BEGIN SET @binlog_format_saved = @@binlog_format ; DELETE FROM `table0_innodb_key_pk_parts_2_int_autoinc` WHERE `col_decimal_unsigned_default_null` < NULL LIMIT 1 ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; UPDATE `table1_innodb` SET `col_decimal_unsigned_not_null_key` = NULL WHERE `col_set_latin1_not_null` < 9 ORDER BY `col_decimal_unsigned_not_null` LIMIT 2 ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; DELETE FROM `view_table100_innodb_key_pk_parts_2_int_autoinc` WHERE `col_int` = 2 LIMIT 1 ; SET BINLOG_FORMAT = @binlog_format_saved ; CALL h () ; END /* QNO 165 CON_ID 18 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS CREATE EVENT IF NOT EXISTS s ON SCHEDULE EVERY 4 SECOND ON COMPLETION PRESERVE DO BEGIN SET @binlog_format_saved = @@binlog_format ; DELETE FROM `table0_innodb_key_pk_parts_2_int_autoinc` WHERE `col_decimal_unsigned_default_null` < NULL LIMIT 1 ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; UPDATE `table1_innodb` SET `col_decimal_unsigned_not_null_key` = NULL WHERE `col_set_latin1_not_null` < 9 ORDER BY `col_decimal_unsigned_not_null` LIMIT 2 ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; DELETE FROM `view_table100_innodb_key_pk_parts_2_int_autoinc` WHERE `col_int` = 2 LIMIT 1 ; SET BINLOG_FORMAT = @binlog_format_saved ; CALL h () ; END /* QNO 165 CON_ID 18 */  /* QNO 166 CON_ID 18 */
		   16 Query	SHOW WARNINGS
		   16 Query	DELETE FROM `table1_innodb_int_autoinc` WHERE `col_set_utf8_not_null_key` < 'plain' LIMIT 1  /* QNO 344 CON_ID 16 */
		   18 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 167 CON_ID 18 */
		   21 Query	CREATE OR REPLACE TABLE t8 (ecol7 SET('foo','bar') NULL DEFAULT 0 )  /* QNO 123 CON_ID 21 */
		   19 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 144 CON_ID 19 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 167 CON_ID 18 */  /* QNO 168 CON_ID 18 */
		   18 Query	UPDATE `table100_innodb_int_autoinc` SET `col_int_key_default_null` = 2 WHERE `col_decimal_unsigned_default_null` = 'gathering' ORDER BY `col_char_latin1` LIMIT 9  /* QNO 169 CON_ID 18 */
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 144 CON_ID 19 */  /* QNO 145 CON_ID 19 */
		   18 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 170 CON_ID 18 */
		   19 Query	FLUSH LOGS /* QNO 146 CON_ID 19 */
/home/elenst/10.2/debug/sql/mysqld, Version: 10.2.14-MariaDB-debug-log (Source distribution). started with:
Tcp port: 19300  Unix socket: /dev/shm/vardir/mysql.sock
Time                 Id Command    Argument
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 170 CON_ID 18 */  /* QNO 171 CON_ID 18 */
		   18 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 172 CON_ID 18 */
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS FLUSH LOGS /* QNO 146 CON_ID 19 */  /* QNO 147 CON_ID 19 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 172 CON_ID 18 */  /* QNO 173 CON_ID 18 */
		   18 Query	DELETE FROM `table1_innodb_int_autoinc` WHERE `col_decimal_unsigned_key` < RAND() LIMIT 0  /* QNO 174 CON_ID 18 */
		   19 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 148 CON_ID 19 */
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 148 CON_ID 19 */  /* QNO 149 CON_ID 19 */
		   19 Query	DELETE FROM `view_table1_innodb_int_autoinc` WHERE `col_char_latin1` < RAND() LIMIT 5  /* QNO 150 CON_ID 19 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `table1_innodb_int_autoinc` WHERE `col_set_utf8_not_null_key` < 'plain' LIMIT 1  /* QNO 344 CON_ID 16 */  RETURNING * /* QNO 345 CON_ID 16 */
		   18 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `table1_innodb_int_autoinc` WHERE `col_decimal_unsigned_key` < RAND() LIMIT 0  /* QNO 174 CON_ID 18 */  RETURNING * /* QNO 175 CON_ID 18 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS  DELETE FROM `table1_innodb_int_autoinc` WHERE `col_decimal_unsigned_key` < RAND() LIMIT 0  /* QNO 174 CON_ID 18 */  /* QNO 176 CON_ID 18 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `table1_innodb_int_autoinc` WHERE `col_set_utf8_not_null_key` < 'plain' LIMIT 1  /* QNO 344 CON_ID 16 */  /* QNO 346 CON_ID 16 */
		   18 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 177 CON_ID 18 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 347 CON_ID 16 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 177 CON_ID 18 */  /* QNO 178 CON_ID 18 */
		   18 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 179 CON_ID 18 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 348 CON_ID 16 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 179 CON_ID 18 */  /* QNO 180 CON_ID 18 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 348 CON_ID 16 */  /* QNO 349 CON_ID 16 */
		   18 Query	INSERT INTO `table0_innodb` ( `col_char_latin1_not_null_key` ) VALUES ( NULL )  /* QNO 181 CON_ID 18 */
		   16 Query	SET @a = 8  /* QNO 350 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 8  /* QNO 350 CON_ID 16 */  /* QNO 351 CON_ID 16 */
		   18 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 182 CON_ID 18 */
		   16 Query	INSERT INTO `table1_innodb` ( `col_set_utf8` ) VALUES ( @a )  /* QNO 352 CON_ID 16 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 182 CON_ID 18 */  /* QNO 183 CON_ID 18 */
		   18 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 184 CON_ID 18 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 184 CON_ID 18 */  /* QNO 185 CON_ID 18 */
		   18 Query	DELETE FROM `view_table1_innodb` WHERE `col_char_utf8_not_null_key` < NULL LIMIT 1  /* QNO 186 CON_ID 18 */
		   21 Query	CREATE OR REPLACE TABLE t6 (geocol7 GEOMETRY NOT NULL /*!100201 CHECK (ncol4 < ncol9) */)  /* QNO 124 CON_ID 21 */
		   21 Query	CREATE OR REPLACE TABLE t5 (geocol6 MULTILINESTRING ) ROW_FORMAT = PAGE  /* QNO 125 CON_ID 21 */
		   21 Query	CREATE OR REPLACE TABLE t3 (ecol2 SET('foo','bar') NULL DEFAULT '' /*!100201 CHECK (vcol1 = `col_decimal_unsigned_not_null`) */, bcol10 BIT NOT NULL DEFAULT 0 /*!100201 CHECK (vcol6 = ecol7) */)  /* QNO 126 CON_ID 21 */
		   21 Query	CREATE OR REPLACE TABLE t5 (ncol3 DOUBLE UNSIGNED NULL, tcol7 DATE ) ROW_FORMAT PAGE  /* QNO 127 CON_ID 21 */
		   21 Query	/*!100303 CREATE OR REPLACE SEQUENCE t6 */  /* QNO 128 CON_ID 21 */
		   21 Query	CREATE OR REPLACE VIEW transforms.view_61263_probe AS  /*!100303 CREATE OR REPLACE SEQUENCE t6 */  /* QNO 128 CON_ID 21 */  /* QNO 129 CON_ID 21 */
		   21 Query	/*!100303 CREATE OR REPLACE SEQUENCE `view_table10_innodb` */  /* QNO 130 CON_ID 21 */
		   21 Query	CREATE OR REPLACE VIEW transforms.view_61263_probe AS  /*!100303 CREATE OR REPLACE SEQUENCE `view_table10_innodb` */  /* QNO 130 CON_ID 21 */  /* QNO 131 CON_ID 21 */
		   18 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `view_table1_innodb` WHERE `col_char_utf8_not_null_key` < NULL LIMIT 1  /* QNO 186 CON_ID 18 */  RETURNING * /* QNO 187 CON_ID 18 */
		   21 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 132 CON_ID 21 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 353 CON_ID 16 */
		   21 Query	CREATE OR REPLACE VIEW transforms.view_61263_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 132 CON_ID 21 */  /* QNO 133 CON_ID 21 */
		   21 Query	DELETE FROM `view_table100_innodb_int_autoinc` WHERE `col_set_latin1` < RAND() LIMIT 8  /* QNO 134 CON_ID 21 */
		   16 Query	SELECT * FROM `view_table1_innodb_int_autoinc` INTO OUTFILE 'load_view_table1_innodb_int_autoinc'  /* QNO 354 CON_ID 16 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS  CREATE OR REPLACE TABLE `table0_innodb_key_pk_parts_2_int_autoinc` (scol8 VARCHAR(14636) NOT NULL )  /* QNO 129 CON_ID 20 */  /* QNO 130 CON_ID 20 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS  DELETE FROM `view_table1_innodb` WHERE `col_char_utf8_not_null_key` < NULL LIMIT 1  /* QNO 186 CON_ID 18 */  /* QNO 188 CON_ID 18 */
		   20 Query	/*!100303 CREATE OR REPLACE SEQUENCE t9 */  /* QNO 131 CON_ID 20 */
		   18 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 189 CON_ID 18 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS  /*!100303 CREATE OR REPLACE SEQUENCE t9 */  /* QNO 131 CON_ID 20 */  /* QNO 132 CON_ID 20 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 189 CON_ID 18 */  /* QNO 190 CON_ID 18 */
		   20 Query	/*!100303 CREATE OR REPLACE SEQUENCE t7 */  /* QNO 133 CON_ID 20 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS  /*!100303 CREATE OR REPLACE SEQUENCE t7 */  /* QNO 133 CON_ID 20 */  /* QNO 134 CON_ID 20 */
		   20 Query	FLUSH LOGS /* QNO 135 CON_ID 20 */
/home/elenst/10.2/debug/sql/mysqld, Version: 10.2.14-MariaDB-debug-log (Source distribution). started with:
Tcp port: 19300  Unix socket: /dev/shm/vardir/mysql.sock
Time                 Id Command    Argument
		   18 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 191 CON_ID 18 */
		   21 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 135 CON_ID 21 */
		   21 Query	CREATE OR REPLACE VIEW transforms.view_61263_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 135 CON_ID 21 */  /* QNO 136 CON_ID 21 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 191 CON_ID 18 */  /* QNO 192 CON_ID 18 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS FLUSH LOGS /* QNO 135 CON_ID 20 */  /* QNO 136 CON_ID 20 */
		   18 Query	UPDATE `table0_innodb` SET `col_enum_utf8_not_null_key` = 9 WHERE `col_decimal_unsigned_default_null` < NULL LIMIT 3  /* QNO 193 CON_ID 18 */
		   21 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 137 CON_ID 21 */
		   20 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 137 CON_ID 20 */
		   21 Query	CREATE OR REPLACE VIEW transforms.view_61263_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 137 CON_ID 21 */  /* QNO 138 CON_ID 21 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 137 CON_ID 20 */  /* QNO 138 CON_ID 20 */
		   16 Query	LOAD DATA INFILE 'load_view_table1_innodb_int_autoinc' REPLACE INTO TABLE view_table1_innodb_int_autoinc /* QNO 355 CON_ID 16 */
		   21 Query	UPDATE `table0_innodb_int_autoinc` SET `col_set_utf8_key_default_null` = 6 WHERE `col_char_utf8_not_null` < 'suggest' ORDER BY `col_set_utf8`  /* QNO 139 CON_ID 21 */
		   20 Query	UPDATE `view_table100_innodb_int_autoinc` SET `col_char_utf8_key_default_null` = RAND() WHERE `col_decimal_unsigned_key` < 1 ORDER BY RAND ()  /* QNO 139 CON_ID 20 */
		   21 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 140 CON_ID 21 */
		   21 Query	CREATE OR REPLACE VIEW transforms.view_61263_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 140 CON_ID 21 */  /* QNO 141 CON_ID 21 */
		   21 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 142 CON_ID 21 */
		   20 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 140 CON_ID 20 */
		   21 Query	CREATE OR REPLACE VIEW transforms.view_61263_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 142 CON_ID 21 */  /* QNO 143 CON_ID 21 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 140 CON_ID 20 */  /* QNO 141 CON_ID 20 */
		   21 Query	INSERT INTO `table1_innodb_key_pk_parts_2_int_autoinc` ( `col_decimal_unsigned_key_default_null` ) VALUES ( 2 )  /* QNO 144 CON_ID 21 */
		   20 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 142 CON_ID 20 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 142 CON_ID 20 */  /* QNO 143 CON_ID 20 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 356 CON_ID 16 */
		   20 Query	INSERT INTO `table1_innodb` ( `col_blob_key_default_null` ) VALUES ( NULL )  /* QNO 144 CON_ID 20 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 356 CON_ID 16 */  /* QNO 357 CON_ID 16 */
		   16 Query	DELETE FROM `view_table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_set_utf8_key_default_null` > 'steal' LIMIT 1  /* QNO 358 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `view_table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_set_utf8_key_default_null` > 'steal' LIMIT 1  /* QNO 358 CON_ID 16 */  RETURNING * /* QNO 359 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `view_table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_set_utf8_key_default_null` > 'steal' LIMIT 1  /* QNO 358 CON_ID 16 */  /* QNO 360 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 361 CON_ID 16 */
		   16 Query	CREATE TRIGGER w BEFORE UPDATE ON `table10_innodb_int_autoinc` FOR EACH ROW BEGIN SET @binlog_format_saved = @@binlog_format ; INSERT INTO `view_table100_innodb_int_autoinc` ( `col_set_latin1_not_null_key` ) VALUES ( RAND () ) ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; DELETE FROM `table0_innodb_int_autoinc` WHERE `col_int_key` = 4 LIMIT 1 ; SET BINLOG_FORMAT = @binlog_format_saved ; FLUSH LOGS ; CALL p () ; END /* QNO 362 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 363 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 363 CON_ID 16 */  /* QNO 364 CON_ID 16 */
		   16 Query	INSERT INTO `view_table10_innodb` ( `col_blob_default_null` ) VALUES ( NULL )  /* QNO 365 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 366 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 367 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 367 CON_ID 16 */  /* QNO 368 CON_ID 16 */
		   16 Query	INSERT INTO `table1_innodb_key_pk_parts_2_int_autoinc` ( `col_set_latin1_key_default_null` ) VALUES ( RAND () )  /* QNO 369 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 370 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 371 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 371 CON_ID 16 */  /* QNO 372 CON_ID 16 */
		   16 Query	INSERT INTO `table100_innodb_int_autoinc` ( `col_decimal_default_null` ) VALUES ( 'spite' )  /* QNO 373 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 374 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 375 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 375 CON_ID 16 */  /* QNO 376 CON_ID 16 */
		   16 Query	SET @a = 0  /* QNO 377 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 0  /* QNO 377 CON_ID 16 */  /* QNO 378 CON_ID 16 */
		   16 Query	UPDATE `table1_innodb_int_autoinc` SET `col_set_utf8_key_default_null` = @a ORDER BY `col_enum_utf8_not_null_key` LIMIT 3  /* QNO 379 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `table1_innodb_int_autoinc` SET `col_set_utf8_key_default_null` = @a ORDER BY `col_enum_utf8_not_null_key` LIMIT 3  /* QNO 379 CON_ID 16 */  /* QNO 380 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 381 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 382 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 382 CON_ID 16 */  /* QNO 383 CON_ID 16 */
		   16 Query	DELETE FROM `view_table100_innodb_key_pk_parts_2_int_autoinc` WHERE `col_enum_latin1` < 6 LIMIT 1  /* QNO 384 CON_ID 16 */
		   16 Query	UPDATE `view_table1_innodb_int_autoinc` SET `col_enum_utf8_key` = 'two-thirds' WHERE `col_float_unsigned_not_null` = 'specific' LIMIT 4  /* QNO 385 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `view_table1_innodb_int_autoinc` SET `col_enum_utf8_key` = 'two-thirds' WHERE `col_float_unsigned_not_null` = 'specific' LIMIT 4  /* QNO 385 CON_ID 16 */  /* QNO 386 CON_ID 16 */
		   16 Query	INSERT INTO `view_table100_innodb` ( `col_int_unsigned_not_null_key` ) VALUES ( 'mad' )  /* QNO 387 CON_ID 16 */
		   16 Query	DELETE FROM `view_table0_innodb_key_pk_parts_2_int_autoinc` WHERE `col_bit_key_default_null` > 3 LIMIT 1  /* QNO 388 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 389 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 390 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 390 CON_ID 16 */  /* QNO 391 CON_ID 16 */
		   16 Query	SET @a = 'charter'  /* QNO 392 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 'charter'  /* QNO 392 CON_ID 16 */  /* QNO 393 CON_ID 16 */
		   16 Query	INSERT INTO `view_table10_innodb` ( `col_int_unsigned_not_null_key` ) VALUES ( @a )  /* QNO 394 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 395 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 396 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 397 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 397 CON_ID 16 */  /* QNO 398 CON_ID 16 */
		   16 Query	UPDATE `view_table0_innodb` SET `col_blob_not_null` = RAND() WHERE `col_enum_utf8` = NULL ORDER BY RAND ()  /* QNO 399 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `view_table0_innodb` SET `col_blob_not_null` = RAND() WHERE `col_enum_utf8` = NULL ORDER BY RAND ()  /* QNO 399 CON_ID 16 */  /* QNO 400 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 401 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 402 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 402 CON_ID 16 */  /* QNO 403 CON_ID 16 */
		   16 Query	DELETE FROM `view_table10_innodb_int_autoinc` WHERE `col_int_unsigned_key` = NULL LIMIT 1  /* QNO 404 CON_ID 16 */
180306 13:55:14	   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `view_table10_innodb_int_autoinc` WHERE `col_int_unsigned_key` = NULL LIMIT 1  /* QNO 404 CON_ID 16 */  RETURNING * /* QNO 405 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `view_table10_innodb_int_autoinc` WHERE `col_int_unsigned_key` = NULL LIMIT 1  /* QNO 404 CON_ID 16 */  /* QNO 406 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 407 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 408 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 408 CON_ID 16 */  /* QNO 409 CON_ID 16 */
		   16 Query	UPDATE `table100_innodb_int_autoinc` SET `col_char_utf8_not_null_key` = 'graduate' WHERE `col_bit_not_null` = NULL LIMIT 3  /* QNO 410 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 411 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 412 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 412 CON_ID 16 */  /* QNO 413 CON_ID 16 */
		   16 Query	DELETE FROM `view_table10_innodb` WHERE `col_float` > 3 LIMIT 1  /* QNO 414 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 415 CON_ID 16 */
		   16 Query	INSERT INTO `table1_innodb_int_autoinc` SELECT * FROM `view_table100_innodb` /* QNO 416 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 417 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 418 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 418 CON_ID 16 */  /* QNO 419 CON_ID 16 */
		   16 Query	UPDATE `view_table1_innodb` SET `col_float_unsigned_key` = 6 WHERE `col_set_utf8_not_null` < 6 LIMIT 4  /* QNO 420 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `view_table1_innodb` SET `col_float_unsigned_key` = 6 WHERE `col_set_utf8_not_null` < 6 LIMIT 4  /* QNO 420 CON_ID 16 */  /* QNO 421 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 422 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 423 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 423 CON_ID 16 */  /* QNO 424 CON_ID 16 */
		   16 Query	INSERT INTO `view_table0_innodb` ( `col_bit_default_null` ) VALUES ( 8 )  /* QNO 425 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 426 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 427 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 427 CON_ID 16 */  /* QNO 428 CON_ID 16 */
		   16 Query	INSERT INTO `table10_innodb_int_autoinc` ( `col_int_unsigned_key_default_null` ) VALUES ( NULL )  /* QNO 429 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 430 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 431 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 431 CON_ID 16 */  /* QNO 432 CON_ID 16 */
		   16 Query	SET @a = 'custom'  /* QNO 433 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 'custom'  /* QNO 433 CON_ID 16 */  /* QNO 434 CON_ID 16 */
		   16 Query	DELETE FROM `table1_innodb_int_autoinc` WHERE `col_set_utf8_key` < @a LIMIT 1  /* QNO 435 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `table1_innodb_int_autoinc` WHERE `col_set_utf8_key` < @a LIMIT 1  /* QNO 435 CON_ID 16 */  RETURNING * /* QNO 436 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `table1_innodb_int_autoinc` WHERE `col_set_utf8_key` < @a LIMIT 1  /* QNO 435 CON_ID 16 */  /* QNO 437 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 438 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 439 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 439 CON_ID 16 */  /* QNO 440 CON_ID 16 */
		   16 Query	INSERT INTO `table0_innodb_int_autoinc` ( `col_enum_latin1_key` ) VALUES ( RAND () )  /* QNO 441 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 442 CON_ID 16 */
		   16 Query	ALTER IGNORE TABLE t5 /*!100301 NOWAIT */ DROP PRIMARY KEY /* QNO 443 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 444 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 445 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 445 CON_ID 16 */  /* QNO 446 CON_ID 16 */
		   16 Query	INSERT INTO `view_table1_innodb` ( `pk` ) VALUES ( NULL )  /* QNO 447 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 448 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 449 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 449 CON_ID 16 */  /* QNO 450 CON_ID 16 */
		   16 Query	INSERT INTO `view_table100_innodb_key_pk_parts_2_int_autoinc` ( `col_char_latin1` ) VALUES ( RAND () )  /* QNO 451 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 452 CON_ID 16 */
		   16 Query	ROLLBACK TO SAVEPOINT A /* QNO 453 CON_ID 16 */
		   16 Query	RELEASE SAVEPOINT A /* QNO 454 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 455 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 455 CON_ID 16 */  /* QNO 456 CON_ID 16 */
		   16 Query	UPDATE `view_table100_innodb` SET `col_set_latin1_default_null` = RAND() WHERE `col_int_unsigned` < 'smoke' ORDER BY RAND () LIMIT 3  /* QNO 457 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 458 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 459 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 459 CON_ID 16 */  /* QNO 460 CON_ID 16 */
		   16 Query	INSERT INTO `table1_innodb_key_pk_parts_2_int_autoinc` ( `col_enum_utf8` ) VALUES ( LAST_INSERT_ID() )  /* QNO 461 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 462 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 463 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 463 CON_ID 16 */  /* QNO 464 CON_ID 16 */
		   16 Query	DELETE FROM `view_table10_innodb_int_autoinc` WHERE `col_float_key` = NULL LIMIT 1  /* QNO 465 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `view_table10_innodb_int_autoinc` WHERE `col_float_key` = NULL LIMIT 1  /* QNO 465 CON_ID 16 */  RETURNING * /* QNO 466 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `view_table10_innodb_int_autoinc` WHERE `col_float_key` = NULL LIMIT 1  /* QNO 465 CON_ID 16 */  /* QNO 467 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 468 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 469 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 469 CON_ID 16 */  /* QNO 470 CON_ID 16 */
		   16 Query	INSERT INTO `table0_innodb_key_pk_parts_2_int_autoinc` ( `col_set_latin1` ) VALUES ( 9 )  /* QNO 471 CON_ID 16 */
		   16 Query	UPDATE `view_table100_innodb_key_pk_parts_2_int_autoinc` SET `col_set_utf8_not_null` = 'roll' WHERE `col_char_utf8_not_null` = NULL LIMIT 1  /* QNO 472 CON_ID 16 */
		   16 Query	UPDATE `table100_innodb_int_autoinc` SET `pk` = 'critic' WHERE `col_float_unsigned_not_null` < NULL ORDER BY `col_decimal_key` LIMIT 6  /* QNO 473 CON_ID 16 */
		   16 Query	INSERT INTO `table10_innodb` ( `col_float_key` ) VALUES ( 'butter' )  /* QNO 474 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 475 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 476 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 476 CON_ID 16 */  /* QNO 477 CON_ID 16 */
		   16 Query	INSERT INTO `table0_innodb_key_pk_parts_2_int_autoinc` ( `col_enum_utf8_not_null_key` ) VALUES ( LAST_INSERT_ID() )  /* QNO 478 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 479 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 480 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 481 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 481 CON_ID 16 */  /* QNO 482 CON_ID 16 */
		   16 Query	SET @a = 'heavy'  /* QNO 483 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 'heavy'  /* QNO 483 CON_ID 16 */  /* QNO 484 CON_ID 16 */
		   16 Query	INSERT INTO `view_table100_innodb_int_autoinc` ( `col_set_latin1_key_default_null` ) VALUES ( @a )  /* QNO 485 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 486 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 487 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 487 CON_ID 16 */  /* QNO 488 CON_ID 16 */
		   16 Query	DELETE FROM `table1_innodb` WHERE `col_float_unsigned_not_null` > NULL LIMIT 1  /* QNO 489 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `table1_innodb` WHERE `col_float_unsigned_not_null` > NULL LIMIT 1  /* QNO 489 CON_ID 16 */  RETURNING * /* QNO 490 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `table1_innodb` WHERE `col_float_unsigned_not_null` > NULL LIMIT 1  /* QNO 489 CON_ID 16 */  /* QNO 491 CON_ID 16 */
		   16 Query	DELETE FROM `view_table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_int_unsigned_key` > 3 LIMIT 1  /* QNO 492 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `view_table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_int_unsigned_key` > 3 LIMIT 1  /* QNO 492 CON_ID 16 */  RETURNING * /* QNO 493 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `view_table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_int_unsigned_key` > 3 LIMIT 1  /* QNO 492 CON_ID 16 */  /* QNO 494 CON_ID 16 */
		   16 Query	UPDATE `table10_innodb` SET `col_decimal_unsigned_default_null` = 'medication' WHERE `col_char_utf8_not_null` = 7 ORDER BY `col_set_latin1_default_null`  /* QNO 495 CON_ID 16 */
		   16 Query	DELETE FROM `table0_innodb_key_pk_parts_2_int_autoinc` WHERE `col_char_latin1_not_null_key` > 2 LIMIT 1  /* QNO 496 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 497 CON_ID 16 */
		   25 Connect	rqg@localhost as anonymous on test
		   25 Query	SHOW FULL PROCESSLIST
		   25 Quit	
		   16 Query	CREATE TRIGGER y BEFORE INSERT ON `table100_innodb_key_pk_parts_2_int_autoinc` FOR EACH ROW BEGIN SET @binlog_format_saved = @@binlog_format ; UPDATE `table100_innodb_int_autoinc` SET `col_enum_latin1_not_null_key` = 9 WHERE `pk` = 'cheap' ORDER BY `col_char_utf8_not_null` LIMIT 4 ; UPDATE `table10_innodb_key_pk_parts_2_int_autoinc` SET `col_decimal_unsigned` = 'added' WHERE `col_float_default_null` > 1 ORDER BY `col_char_utf8_default_null` LIMIT 9 ; INSERT INTO `table0_innodb_key_pk_parts_2_int_autoinc` ( `col_set_utf8_key` ) VALUES ( 'persuade' ) ; UPDATE `view_table0_innodb_int_autoinc` SET `col_enum_utf8_key_default_null` = NULL WHERE `col_set_utf8_key` = 'battery' ORDER BY `col_char_utf8_not_null_key` LIMIT 9 ; SET BINLOG_FORMAT = @binlog_format_saved ; SAVEPOINT A ; SET @binlog_format_saved = @@binlog_format ; INSERT INTO `view_table10_innodb` ( `col_set_utf8` ) VALUES ( RAND () ) ; SET BINLOG_FORMAT = @binlog_format_saved ; CALL z () ; END /* QNO 498 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 499 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 499 CON_ID 16 */  /* QNO 500 CON_ID 16 */
		   16 Query	DELETE FROM `table0_innodb_key_pk_parts_2_int_autoinc` WHERE `col_char_utf8_key` < NULL LIMIT 1  /* QNO 501 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 502 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 503 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 504 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 504 CON_ID 16 */  /* QNO 505 CON_ID 16 */
		   16 Query	SET @a = 'distribution'  /* QNO 506 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 'distribution'  /* QNO 506 CON_ID 16 */  /* QNO 507 CON_ID 16 */
		   16 Query	UPDATE `view_table100_innodb_key_pk_parts_2_int_autoinc` SET `col_char_utf8_not_null` = @a ORDER BY `col_decimal_unsigned_default_null` LIMIT 1  /* QNO 508 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 509 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 510 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 510 CON_ID 16 */  /* QNO 511 CON_ID 16 */
		   16 Query	UPDATE `table100_innodb` SET `col_char_utf8_not_null_key` = RAND() WHERE `col_float_unsigned` < 2 ORDER BY RAND ()  /* QNO 512 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 513 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 514 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 514 CON_ID 16 */  /* QNO 515 CON_ID 16 */
		   16 Query	UPDATE `view_table100_innodb_int_autoinc` SET `col_enum_utf8_not_null` = RAND() WHERE `col_set_utf8_key_default_null` = 'embarrassed' ORDER BY RAND () LIMIT 1  /* QNO 516 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 517 CON_ID 16 */
		   16 Query	ALTER ONLINE TABLE `table100_innodb_int_autoinc` ADD tscol3 DATETIME NULL AFTER vcol10, ALGORITHM=INPLACE, LOCK=SHARED, ADD INDEX(ncol8), ALGORITHM=INPLACE, DROP COLUMN IF EXISTS ncol1, ALGORITHM=COPY, LOCK=EXCLUSIVE, DROP COLUMN IF EXISTS vcol10, ALGORITHM=COPY, PASSWORD 'rehabilitation', ADD CONSTRAINT o CHECK (`col_int_unsigned_not_null` > 1), RENAME TO `table10_innodb_key_pk_parts_2_int_autoinc`, RENAME TO t3 /* QNO 518 CON_ID 16 */
		   16 Query	XA PREPARE 'non_idle_xid'  /* QNO 519 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 520 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 520 CON_ID 16 */  /* QNO 521 CON_ID 16 */
		   16 Query	UPDATE `view_table1_innodb` SET `col_blob_key_default_null` = 'chapter' WHERE `col_float_unsigned_key_default_null` > 'french' LIMIT 0  /* QNO 522 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `view_table1_innodb` SET `col_blob_key_default_null` = 'chapter' WHERE `col_float_unsigned_key_default_null` > 'french' LIMIT 0  /* QNO 522 CON_ID 16 */  /* QNO 523 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 524 CON_ID 16 */
		   16 Query	SELECT * FROM `view_table0_innodb_key_pk_parts_2_int_autoinc` INTO OUTFILE 'load_view_table0_innodb_key_pk_parts_2_int_autoinc'  /* QNO 525 CON_ID 16 */
		   16 Query	LOAD DATA INFILE 'load_view_table0_innodb_key_pk_parts_2_int_autoinc' IGNORE INTO TABLE view_table0_innodb_key_pk_parts_2_int_autoinc /* QNO 526 CON_ID 16 */
		   16 Query	SELECT * FROM `view_table0_innodb_key_pk_parts_2_int_autoinc` INTO OUTFILE 'load_view_table0_innodb_key_pk_parts_2_int_autoinc'  /* QNO 527 CON_ID 16 */
		   16 Query	LOAD DATA INFILE 'load_view_table0_innodb_key_pk_parts_2_int_autoinc' REPLACE INTO TABLE view_table0_innodb_key_pk_parts_2_int_autoinc /* QNO 528 CON_ID 16 */
		   16 Query	CREATE TRIGGER w AFTER UPDATE ON `table100_innodb_key_pk_parts_2_int_autoinc` FOR EACH ROW BEGIN SET @binlog_format_saved = @@binlog_format ; UPDATE `view_table10_innodb` SET `col_enum_utf8_key` = RAND() WHERE `col_int_key_default_null` > 'seal' ORDER BY RAND () ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; UPDATE `table10_innodb_int_autoinc` SET `col_decimal_unsigned_key` = NULL WHERE `col_bit_key` = NULL ORDER BY `col_float_unsigned_not_null` LIMIT 4 ; SET BINLOG_FORMAT = @binlog_format_saved ; RELEASE SAVEPOINT A ; CALL o () ; END /* QNO 529 CON_ID 16 */
		   16 Query	CREATE TRIGGER q AFTER INSERT ON `view_table0_innodb_int_autoinc` FOR EACH ROW BEGIN SET @binlog_format_saved = @@binlog_format ; DELETE FROM `view_table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_blob` < 'potentially' LIMIT 1 ; UPDATE `table1_innodb_key_pk_parts_2_int_autoinc` SET `col_set_utf8_not_null_key` = 7 WHERE `col_decimal_unsigned_not_null_key` > NULL ORDER BY `col_char_utf8` ; UPDATE `table0_innodb` SET `col_enum_utf8_key` = NULL WHERE `col_enum_latin1_not_null_key` = 'considerable' ORDER BY `col_bit_not_null_key` LIMIT 9 ; UPDATE `view_table10_innodb_int_autoinc` SET `col_decimal` = NULL WHERE `col_decimal_unsigned_key_default_null` > 'message' ORDER BY `col_enum_utf8_not_null` LIMIT 6 ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; INSERT INTO `table0_innodb_key_pk_parts_2_int_autoinc` ( `col_char_latin1_key_default_null` ) VALUES ( RAND () ) ; SET BINLOG_FORMAT = @binlog_format_saved ; FLUSH LOGS ; CALL v () ; END /* QNO 530 CON_ID 16 */
		   16 Query	XA BEGIN 'xid2'  /* QNO 531 CON_ID 16 */
		   16 Query	ALTER IGNORE TABLE t5 ADD UNIQUE (icol7), LOCK=EXCLUSIVE /* QNO 532 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 533 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 533 CON_ID 16 */  /* QNO 534 CON_ID 16 */
		   16 Query	UPDATE `view_table0_innodb` SET `col_float_unsigned_not_null` = 9 WHERE `col_char_utf8_default_null` = NULL LIMIT 8  /* QNO 535 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `view_table0_innodb` SET `col_float_unsigned_not_null` = 9 WHERE `col_char_utf8_default_null` = NULL LIMIT 8  /* QNO 535 CON_ID 16 */  /* QNO 536 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 537 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 538 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 538 CON_ID 16 */  /* QNO 539 CON_ID 16 */
		   16 Query	UPDATE `table1_innodb_key_pk_parts_2_int_autoinc` SET `pk` = 1 WHERE `col_decimal_unsigned_not_null` = 5 ORDER BY `col_char_utf8_key`  /* QNO 540 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `table1_innodb_key_pk_parts_2_int_autoinc` SET `pk` = 1 WHERE `col_decimal_unsigned_not_null` = 5 ORDER BY `col_char_utf8_key`  /* QNO 540 CON_ID 16 */  /* QNO 541 CON_ID 16 */
		   16 Query	INSERT INTO `view_table0_innodb` ( `col_float_unsigned_key_default_null` ) VALUES ( 1 )  /* QNO 542 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	INSERT INTO `view_table10_innodb` ( `col_enum_utf8_key_default_null` ) VALUES ( 4 )  /* QNO 543 CON_ID 16 */
		   16 Query	DELETE FROM `view_table0_innodb_int_autoinc` WHERE `col_int_not_null_key` > 'bloody' LIMIT 1  /* QNO 544 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 545 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 546 CON_ID 16 */
		   16 Query	CREATE EVENT IF NOT EXISTS b ON SCHEDULE EVERY 0 SECOND ON COMPLETION PRESERVE DO BEGIN SET @binlog_format_saved = @@binlog_format ; DELETE FROM `view_table0_innodb_int_autoinc` WHERE `col_float_key_default_null` < NULL LIMIT 1 ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; DELETE FROM `table10_innodb_int_autoinc` WHERE `col_int_not_null` < NULL LIMIT 1 ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; UPDATE `table100_innodb` SET `col_blob_not_null_key` = RAND() WHERE `col_decimal_key` < NULL ORDER BY RAND () ; SET BINLOG_FORMAT = @binlog_format_saved ; CALL e () ; END /* QNO 547 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 548 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 548 CON_ID 16 */  /* QNO 549 CON_ID 16 */
		   16 Query	UPDATE `view_table10_innodb_int_autoinc` SET `col_float_default_null` = 'edition' WHERE `col_enum_utf8_not_null_key` < NULL ORDER BY `col_decimal_key`  /* QNO 550 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `view_table10_innodb_int_autoinc` SET `col_float_default_null` = 'edition' WHERE `col_enum_utf8_not_null_key` < NULL ORDER BY `col_decimal_key`  /* QNO 550 CON_ID 16 */  /* QNO 551 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 552 CON_ID 16 */
		   16 Query	CREATE TRIGGER y BEFORE INSERT ON `view_table0_innodb` FOR EACH ROW BEGIN SET @binlog_format_saved = @@binlog_format ; INSERT INTO `view_table100_innodb_int_autoinc` ( `pk` ) VALUES ( NULL ) ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; INSERT INTO `table1_innodb_int_autoinc` ( `col_set_utf8_not_null_key` ) VALUES ( 'episode' ) ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; INSERT INTO `table0_innodb` ( `col_int_key` ) VALUES ( 'permit' ) ; SET BINLOG_FORMAT = @binlog_format_saved ; CALL g () ; END /* QNO 553 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 554 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 554 CON_ID 16 */  /* QNO 555 CON_ID 16 */
		   16 Query	INSERT INTO `table10_innodb` ( `col_float` ) VALUES ( NULL )  /* QNO 556 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 557 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 558 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 558 CON_ID 16 */  /* QNO 559 CON_ID 16 */
		   16 Query	INSERT INTO `table10_innodb_int_autoinc` ( `col_decimal_unsigned` ) VALUES ( LAST_INSERT_ID() )  /* QNO 560 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 561 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 562 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 562 CON_ID 16 */  /* QNO 563 CON_ID 16 */
		   16 Query	UPDATE `table0_innodb` SET `col_blob` = NULL WHERE `col_decimal_unsigned_not_null_key` > NULL LIMIT 2  /* QNO 564 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `table0_innodb` SET `col_blob` = NULL WHERE `col_decimal_unsigned_not_null_key` > NULL LIMIT 2  /* QNO 564 CON_ID 16 */  /* QNO 565 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 566 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 567 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 567 CON_ID 16 */  /* QNO 568 CON_ID 16 */
		   16 Query	UPDATE `view_table1_innodb_int_autoinc` SET `col_bit_not_null` = RAND() WHERE `col_char_latin1` < 'absolute' ORDER BY RAND ()  /* QNO 569 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `view_table1_innodb_int_autoinc` SET `col_bit_not_null` = RAND() WHERE `col_char_latin1` < 'absolute' ORDER BY RAND ()  /* QNO 569 CON_ID 16 */  /* QNO 570 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 571 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 572 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 572 CON_ID 16 */  /* QNO 573 CON_ID 16 */
		   16 Query	UPDATE `view_table100_innodb` SET `col_decimal_not_null_key` = 1 WHERE `col_enum_utf8` = 8 LIMIT 9  /* QNO 574 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 575 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 576 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 576 CON_ID 16 */  /* QNO 577 CON_ID 16 */
		   16 Query	DELETE FROM `table1_innodb_int_autoinc` WHERE `col_int_unsigned_not_null` = NULL LIMIT 1  /* QNO 578 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `table1_innodb_int_autoinc` WHERE `col_int_unsigned_not_null` = NULL LIMIT 1  /* QNO 578 CON_ID 16 */  RETURNING * /* QNO 579 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `table1_innodb_int_autoinc` WHERE `col_int_unsigned_not_null` = NULL LIMIT 1  /* QNO 578 CON_ID 16 */  /* QNO 580 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 581 CON_ID 16 */
		   16 Query	SAVEPOINT A /* QNO 582 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SAVEPOINT A /* QNO 582 CON_ID 16 */  /* QNO 583 CON_ID 16 */
		   16 Query	RELEASE SAVEPOINT A /* QNO 584 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS RELEASE SAVEPOINT A /* QNO 584 CON_ID 16 */  /* QNO 585 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 586 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 586 CON_ID 16 */  /* QNO 587 CON_ID 16 */
		   16 Query	UPDATE `table0_innodb` SET `col_bit_key` = 1 WHERE `col_decimal_unsigned_key` = 1 ORDER BY `col_bit_not_null_key` LIMIT 7  /* QNO 588 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `table0_innodb` SET `col_bit_key` = 1 WHERE `col_decimal_unsigned_key` = 1 ORDER BY `col_bit_not_null_key` LIMIT 7  /* QNO 588 CON_ID 16 */  /* QNO 589 CON_ID 16 */
		   16 Query	UPDATE `view_table10_innodb_int_autoinc` SET `col_char_latin1_default_null` = 1 WHERE `col_set_utf8` < 'sake'  /* QNO 590 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `view_table10_innodb_int_autoinc` SET `col_char_latin1_default_null` = 1 WHERE `col_set_utf8` < 'sake'  /* QNO 590 CON_ID 16 */  /* QNO 591 CON_ID 16 */
		   16 Query	DELETE FROM `view_table1_innodb_int_autoinc` WHERE `col_decimal_not_null` > NULL LIMIT 1  /* QNO 592 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `view_table1_innodb_int_autoinc` WHERE `col_decimal_not_null` > NULL LIMIT 1  /* QNO 592 CON_ID 16 */  RETURNING * /* QNO 593 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `view_table1_innodb_int_autoinc` WHERE `col_decimal_not_null` > NULL LIMIT 1  /* QNO 592 CON_ID 16 */  /* QNO 594 CON_ID 16 */
		   16 Query	INSERT INTO `view_table1_innodb` ( `col_blob` ) VALUES ( NULL )  /* QNO 595 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 596 CON_ID 16 */
		   16 Query	XA PREPARE 'non_idle_xid'  /* QNO 597 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 598 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 598 CON_ID 16 */  /* QNO 599 CON_ID 16 */
		   16 Query	INSERT INTO `table100_innodb_key_pk_parts_2_int_autoinc` ( `col_int` ) VALUES ( RAND () )  /* QNO 600 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 601 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 602 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 602 CON_ID 16 */  /* QNO 603 CON_ID 16 */
		   16 Query	DELETE FROM `table0_innodb` WHERE `col_set_latin1_default_null` = 0 LIMIT 1  /* QNO 604 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `table0_innodb` WHERE `col_set_latin1_default_null` = 0 LIMIT 1  /* QNO 604 CON_ID 16 */  RETURNING * /* QNO 605 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `table0_innodb` WHERE `col_set_latin1_default_null` = 0 LIMIT 1  /* QNO 604 CON_ID 16 */  /* QNO 606 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 607 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 608 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 608 CON_ID 16 */  /* QNO 609 CON_ID 16 */
		   16 Query	DELETE FROM `table1_innodb_int_autoinc` WHERE `col_set_utf8_key_default_null` < RAND() LIMIT 2  /* QNO 610 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `table1_innodb_int_autoinc` WHERE `col_set_utf8_key_default_null` < RAND() LIMIT 2  /* QNO 610 CON_ID 16 */  RETURNING * /* QNO 611 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `table1_innodb_int_autoinc` WHERE `col_set_utf8_key_default_null` < RAND() LIMIT 2  /* QNO 610 CON_ID 16 */  /* QNO 612 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 613 CON_ID 16 */
		   16 Query	RELEASE SAVEPOINT A /* QNO 614 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 615 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 616 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 616 CON_ID 16 */  /* QNO 617 CON_ID 16 */
		   16 Query	INSERT INTO `table1_innodb_int_autoinc` ( `col_int_unsigned_default_null` ) VALUES ( 'gentle' )  /* QNO 618 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 619 CON_ID 16 */
		   16 Query	ALTER ONLINE TABLE `table100_innodb` DROP FOREIGN KEY IF EXISTS h /* QNO 620 CON_ID 16 */
		   16 Query	DROP TABLE IF EXISTS tmp_rename_61254  /* QNO 621 CON_ID 16 */
		   16 Query	RENAME TABLE t6 TO tmp_rename_61254, tmp_rename_61254 TO t6 /* QNO 622 CON_ID 16 */
		   16 Query	SAVEPOINT A /* QNO 623 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SAVEPOINT A /* QNO 623 CON_ID 16 */  /* QNO 624 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 625 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 626 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 626 CON_ID 16 */  /* QNO 627 CON_ID 16 */
		   16 Query	UPDATE `table100_innodb_key_pk_parts_2_int_autoinc` SET `col_float_key` = RAND() WHERE `col_bit_not_null_key` < 7 ORDER BY RAND () LIMIT 6  /* QNO 628 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 629 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 630 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 630 CON_ID 16 */  /* QNO 631 CON_ID 16 */
		   16 Query	INSERT INTO `table0_innodb_key_pk_parts_2_int_autoinc` ( `col_bit_default_null` ) VALUES ( RAND () )  /* QNO 632 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 633 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 634 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 634 CON_ID 16 */  /* QNO 635 CON_ID 16 */
		   16 Query	UPDATE `table0_innodb_key_pk_parts_2_int_autoinc` SET `col_set_utf8_default_null` = 'wherever' WHERE `col_bit_default_null` = 9 ORDER BY `col_float_unsigned_not_null_key`  /* QNO 636 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 637 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 638 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 638 CON_ID 16 */  /* QNO 639 CON_ID 16 */
		   16 Query	DELETE FROM `table10_innodb_int_autoinc` WHERE `col_enum_utf8_key` > 'himself' LIMIT 1  /* QNO 640 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `table10_innodb_int_autoinc` WHERE `col_enum_utf8_key` > 'himself' LIMIT 1  /* QNO 640 CON_ID 16 */  RETURNING * /* QNO 641 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `table10_innodb_int_autoinc` WHERE `col_enum_utf8_key` > 'himself' LIMIT 1  /* QNO 640 CON_ID 16 */  /* QNO 642 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 643 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 644 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 644 CON_ID 16 */  /* QNO 645 CON_ID 16 */
		   16 Query	INSERT INTO `table100_innodb_key_pk_parts_2_int_autoinc` ( `pk` ) VALUES ( NULL )  /* QNO 646 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 647 CON_ID 16 */
		   16 Query	ALTER ONLINE TABLE t5 /*!100301 NOWAIT */ CHECKSUM 1, DROP PRIMARY KEY /* QNO 648 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 649 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 649 CON_ID 16 */  /* QNO 650 CON_ID 16 */
		   16 Query	UPDATE `table1_innodb_key_pk_parts_2_int_autoinc` SET `col_char_latin1_key` = RAND() WHERE `col_float_unsigned_not_null_key` > 'altogether' ORDER BY RAND ()  /* QNO 651 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 652 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 653 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 653 CON_ID 16 */  /* QNO 654 CON_ID 16 */
		   16 Query	INSERT INTO `view_table0_innodb_int_autoinc` ( `col_char_latin1_not_null_key` ) VALUES ( 'youth' )  /* QNO 655 CON_ID 16 */
		   16 Query	UPDATE `table100_innodb_key_pk_parts_2_int_autoinc` SET `col_float_unsigned_default_null` = 0 WHERE `col_int_unsigned` < NULL ORDER BY `col_char_latin1_default_null`  /* QNO 656 CON_ID 16 */
		   16 Query	INSERT INTO `view_table10_innodb` ( `col_int_key_default_null` ) VALUES ( 'or' )  /* QNO 657 CON_ID 16 */
		   16 Query	INSERT INTO `view_table0_innodb` ( `col_decimal_unsigned_key` ) VALUES ( 6 )  /* QNO 658 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 659 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 660 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 661 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 661 CON_ID 16 */  /* QNO 662 CON_ID 16 */
		   16 Query	DELETE FROM `table100_innodb_key_pk_parts_2_int_autoinc` WHERE `col_enum_utf8_not_null` = 2 LIMIT 1  /* QNO 663 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 664 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 665 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 665 CON_ID 16 */  /* QNO 666 CON_ID 16 */
		   16 Query	INSERT INTO `view_table10_innodb_key_pk_parts_2_int_autoinc` ( `pk` ) VALUES ( NULL )  /* QNO 667 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 668 CON_ID 16 */
		   16 Query	CREATE EVENT IF NOT EXISTS i ON SCHEDULE EVERY 1 SECOND ON COMPLETION PRESERVE DO BEGIN SET @binlog_format_saved = @@binlog_format ; DELETE FROM `table10_innodb` WHERE `col_enum_utf8_key_default_null` = NULL LIMIT 1 ; SET BINLOG_FORMAT = @binlog_format_saved ; RENAME USER w TO g ; SET @binlog_format_saved = @@binlog_format ; DELETE FROM `table10_innodb_int_autoinc` WHERE `col_set_latin1_not_null_key` < 'lightly' LIMIT 1 ; SET BINLOG_FORMAT = @binlog_format_saved ; CALL c () ; END /* QNO 669 CON_ID 16 */
		   16 Query	ROLLBACK /* QNO 670 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 671 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 671 CON_ID 16 */  /* QNO 672 CON_ID 16 */
		   16 Query	UPDATE `table100_innodb_int_autoinc` SET `col_enum_utf8_key` = RAND() WHERE `col_decimal_not_null` > NULL ORDER BY RAND ()  /* QNO 673 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 674 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 675 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 675 CON_ID 16 */  /* QNO 676 CON_ID 16 */
		   16 Query	INSERT INTO `table1_innodb_key_pk_parts_2_int_autoinc` ( `col_float_unsigned_not_null` ) VALUES ( LAST_INSERT_ID() )  /* QNO 677 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 678 CON_ID 16 */
		   16 Query	ROLLBACK /* QNO 679 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 680 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 680 CON_ID 16 */  /* QNO 681 CON_ID 16 */
		   16 Query	DELETE FROM `view_table0_innodb_int_autoinc` WHERE `col_int_unsigned_not_null` = 'with' LIMIT 1  /* QNO 682 CON_ID 16 */
		   16 Query	INSERT INTO `view_table0_innodb_int_autoinc` ( `col_set_utf8_key` ) VALUES ( 'trace' )  /* QNO 683 CON_ID 16 */
		   16 Query	UPDATE `view_table100_innodb` SET `col_decimal_unsigned_default_null` = 5 WHERE `col_int_key` = NULL ORDER BY `col_decimal_default_null` LIMIT 3  /* QNO 684 CON_ID 16 */
		   16 Query	INSERT INTO `view_table1_innodb` ( `col_enum_latin1_default_null` ) VALUES ( 'orbit' )  /* QNO 685 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 686 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 687 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 687 CON_ID 16 */  /* QNO 688 CON_ID 16 */
		   16 Query	DELETE FROM `view_table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_enum_utf8_default_null` < RAND() LIMIT 9  /* QNO 689 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `view_table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_enum_utf8_default_null` < RAND() LIMIT 9  /* QNO 689 CON_ID 16 */  RETURNING * /* QNO 690 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `view_table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_enum_utf8_default_null` < RAND() LIMIT 9  /* QNO 689 CON_ID 16 */  /* QNO 691 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 692 CON_ID 16 */
		   16 Query	RELEASE SAVEPOINT A /* QNO 693 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS RELEASE SAVEPOINT A /* QNO 693 CON_ID 16 */  /* QNO 694 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 695 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 695 CON_ID 16 */  /* QNO 696 CON_ID 16 */
		   16 Query	UPDATE `view_table0_innodb` SET `col_set_latin1_key` = 8 WHERE `col_blob` = 4  /* QNO 697 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `view_table0_innodb` SET `col_set_latin1_key` = 8 WHERE `col_blob` = 4  /* QNO 697 CON_ID 16 */  /* QNO 698 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 699 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 700 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 700 CON_ID 16 */  /* QNO 701 CON_ID 16 */
		   16 Query	INSERT INTO `table0_innodb_key_pk_parts_2_int_autoinc` ( `pk` ) VALUES ( NULL )  /* QNO 702 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 703 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 704 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 704 CON_ID 16 */  /* QNO 705 CON_ID 16 */
		   16 Query	UPDATE `table10_innodb_int_autoinc` SET `col_char_latin1_key_default_null` = NULL WHERE `col_enum_latin1_default_null` > 7 ORDER BY `col_bit_key_default_null`  /* QNO 706 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `table10_innodb_int_autoinc` SET `col_char_latin1_key_default_null` = NULL WHERE `col_enum_latin1_default_null` > 7 ORDER BY `col_bit_key_default_null`  /* QNO 706 CON_ID 16 */  /* QNO 707 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 708 CON_ID 16 */
		   16 Query	ROLLBACK TO SAVEPOINT A /* QNO 709 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 710 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 710 CON_ID 16 */  /* QNO 711 CON_ID 16 */
		   16 Query	INSERT INTO `table10_innodb_key_pk_parts_2_int_autoinc` ( `col_char_latin1_key_default_null` ) VALUES ( 'region' )  /* QNO 712 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 713 CON_ID 16 */
		   16 Query	RELEASE SAVEPOINT A /* QNO 714 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 715 CON_ID 16 */
		   16 Query	RELEASE SAVEPOINT A /* QNO 716 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 717 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 717 CON_ID 16 */  /* QNO 718 CON_ID 16 */
		   16 Query	SET @a = 8  /* QNO 719 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 8  /* QNO 719 CON_ID 16 */  /* QNO 720 CON_ID 16 */
		   16 Query	INSERT INTO `view_table0_innodb_int_autoinc` ( `col_enum_latin1_not_null` ) VALUES ( @a )  /* QNO 721 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 722 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 723 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 723 CON_ID 16 */  /* QNO 724 CON_ID 16 */
		   16 Query	DELETE FROM `view_table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_set_latin1_default_null` = 'master' LIMIT 1  /* QNO 725 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `view_table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_set_latin1_default_null` = 'master' LIMIT 1  /* QNO 725 CON_ID 16 */  RETURNING * /* QNO 726 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `view_table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_set_latin1_default_null` = 'master' LIMIT 1  /* QNO 725 CON_ID 16 */  /* QNO 727 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 728 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 729 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 729 CON_ID 16 */  /* QNO 730 CON_ID 16 */
		   16 Query	SET @a = NULL  /* QNO 731 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = NULL  /* QNO 731 CON_ID 16 */  /* QNO 732 CON_ID 16 */
		   16 Query	INSERT INTO `table10_innodb_key_pk_parts_2_int_autoinc` ( `col_set_utf8_default_null` ) VALUES ( @a )  /* QNO 733 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 734 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 735 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 735 CON_ID 16 */  /* QNO 736 CON_ID 16 */
		   16 Query	DELETE FROM `view_table0_innodb_key_pk_parts_2_int_autoinc` WHERE `col_enum_latin1_default_null` < 'carrier' LIMIT 1  /* QNO 737 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 738 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 739 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 739 CON_ID 16 */  /* QNO 740 CON_ID 16 */
		   16 Query	SET @a = 9  /* QNO 741 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 9  /* QNO 741 CON_ID 16 */  /* QNO 742 CON_ID 16 */
		   16 Query	DELETE FROM `table1_innodb` WHERE `col_enum_latin1_key` < @a LIMIT 1  /* QNO 743 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `table1_innodb` WHERE `col_enum_latin1_key` < @a LIMIT 1  /* QNO 743 CON_ID 16 */  RETURNING * /* QNO 744 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `table1_innodb` WHERE `col_enum_latin1_key` < @a LIMIT 1  /* QNO 743 CON_ID 16 */  /* QNO 745 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 746 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 747 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 747 CON_ID 16 */  /* QNO 748 CON_ID 16 */
		   16 Query	SET @a = 1  /* QNO 749 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 1  /* QNO 749 CON_ID 16 */  /* QNO 750 CON_ID 16 */
		   16 Query	DELETE FROM `view_table100_innodb_key_pk_parts_2_int_autoinc` WHERE `col_decimal_not_null_key` < @a LIMIT 1  /* QNO 751 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 752 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 753 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 753 CON_ID 16 */  /* QNO 754 CON_ID 16 */
		   16 Query	UPDATE `view_table10_innodb` SET `col_bit_not_null_key` = 6 WHERE `col_float_not_null_key` > 'dilemma' LIMIT 2  /* QNO 755 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 756 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 757 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 757 CON_ID 16 */  /* QNO 758 CON_ID 16 */
		   16 Query	INSERT INTO `view_table10_innodb` ( `col_char_latin1_not_null` ) VALUES ( LAST_INSERT_ID() )  /* QNO 759 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 760 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 761 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 761 CON_ID 16 */  /* QNO 762 CON_ID 16 */
		   16 Query	INSERT INTO `table1_innodb_int_autoinc` ( `pk` ) VALUES ( NULL )  /* QNO 763 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 764 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 765 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 765 CON_ID 16 */  /* QNO 766 CON_ID 16 */
		   16 Query	UPDATE `table100_innodb_key_pk_parts_2_int_autoinc` SET `col_set_latin1_not_null` = RAND() WHERE `col_enum_utf8_not_null_key` > 'complex' ORDER BY RAND () LIMIT 0  /* QNO 767 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 768 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 769 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 770 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 770 CON_ID 16 */  /* QNO 771 CON_ID 16 */
		   16 Query	DELETE FROM `view_table0_innodb_key_pk_parts_2_int_autoinc` WHERE `col_decimal` = 6 LIMIT 1  /* QNO 772 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 773 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 774 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 774 CON_ID 16 */  /* QNO 775 CON_ID 16 */
		   16 Query	INSERT INTO `table1_innodb_key_pk_parts_2_int_autoinc` ( `col_blob_key` ) VALUES ( RAND () )  /* QNO 776 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 777 CON_ID 16 */
		   16 Query	CREATE EVENT IF NOT EXISTS q ON SCHEDULE EVERY 2 SECOND ON COMPLETION PRESERVE DO BEGIN SET @binlog_format_saved = @@binlog_format ; INSERT INTO `view_table10_innodb` ( `col_bit_default_null` ) VALUES ( RAND () ) ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; INSERT INTO `view_table1_innodb` ( `col_set_utf8` ) VALUES ( 'collective' ) ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; INSERT INTO `view_table100_innodb_key_pk_parts_2_int_autoinc` ( `col_decimal_key_default_null` ) VALUES ( 0 ) ; SET BINLOG_FORMAT = @binlog_format_saved ; CALL v () ; END /* QNO 778 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 779 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 779 CON_ID 16 */  /* QNO 780 CON_ID 16 */
		   16 Query	INSERT INTO `view_table10_innodb_key_pk_parts_2_int_autoinc` ( `col_decimal_unsigned_not_null_key` ) VALUES ( 5 )  /* QNO 781 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 782 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 783 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 783 CON_ID 16 */  /* QNO 784 CON_ID 16 */
		   16 Query	DELETE FROM `view_table0_innodb` WHERE `col_set_utf8_key` = 'actor' LIMIT 1  /* QNO 785 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `view_table0_innodb` WHERE `col_set_utf8_key` = 'actor' LIMIT 1  /* QNO 785 CON_ID 16 */  RETURNING * /* QNO 786 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `view_table0_innodb` WHERE `col_set_utf8_key` = 'actor' LIMIT 1  /* QNO 785 CON_ID 16 */  /* QNO 787 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 788 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 789 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 789 CON_ID 16 */  /* QNO 790 CON_ID 16 */
		   16 Query	INSERT INTO `table10_innodb_int_autoinc` ( `col_decimal_key` ) VALUES ( 4 )  /* QNO 791 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 792 CON_ID 16 */
		   16 Query	ROLLBACK /* QNO 793 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 794 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 794 CON_ID 16 */  /* QNO 795 CON_ID 16 */
		   16 Query	UPDATE `view_table0_innodb_key_pk_parts_2_int_autoinc` SET `col_enum_utf8_key` = 'make' WHERE `col_set_utf8_key` < 5 ORDER BY `col_int_unsigned_not_null_key`  /* QNO 796 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 797 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 798 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 798 CON_ID 16 */  /* QNO 799 CON_ID 16 */
		   16 Query	INSERT INTO `view_table10_innodb` ( `col_char_latin1_key_default_null` ) VALUES ( NULL )  /* QNO 800 CON_ID 16 */
		   16 Query	INSERT INTO `view_table0_innodb` ( `col_decimal_unsigned_default_null` ) VALUES ( 9 )  /* QNO 801 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	UPDATE `table10_innodb` SET `col_enum_utf8_key` = NULL WHERE `col_float_unsigned` = 2 LIMIT 7  /* QNO 802 CON_ID 16 */
		   16 Query	UPDATE `view_table100_innodb` SET `col_enum_utf8_key` = 8 WHERE `col_set_latin1_key` = NULL ORDER BY `col_int_unsigned_not_null_key` LIMIT 0  /* QNO 803 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 804 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 805 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 805 CON_ID 16 */  /* QNO 806 CON_ID 16 */
		   16 Query	DELETE FROM `view_table100_innodb_key_pk_parts_2_int_autoinc` WHERE `col_enum_latin1_key` < NULL LIMIT 1  /* QNO 807 CON_ID 16 */
		   16 Query	UPDATE `table100_innodb_int_autoinc` SET `col_char_utf8_not_null` = NULL WHERE `col_set_latin1_not_null` > 'successfully' ORDER BY `col_set_utf8_key`  /* QNO 808 CON_ID 16 */
		   16 Query	UPDATE `table1_innodb_int_autoinc` SET `col_float_unsigned_key_default_null` = 'aggression' WHERE `col_int_unsigned_key` > 2 ORDER BY `col_set_utf8_key` LIMIT 1  /* QNO 809 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `table1_innodb_int_autoinc` SET `col_float_unsigned_key_default_null` = 'aggression' WHERE `col_int_unsigned_key` > 2 ORDER BY `col_set_utf8_key` LIMIT 1  /* QNO 809 CON_ID 16 */  /* QNO 810 CON_ID 16 */
		   16 Query	INSERT INTO `view_table100_innodb_key_pk_parts_2_int_autoinc` ( `col_decimal_unsigned_key` ) VALUES ( 6 )  /* QNO 811 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 812 CON_ID 16 */
		   16 Query	XA PREPARE 'non_idle_xid'  /* QNO 813 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 814 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 814 CON_ID 16 */  /* QNO 815 CON_ID 16 */
		   16 Query	UPDATE `table1_innodb` SET `col_float_key_default_null` = RAND() WHERE `col_float_unsigned` < 'symptom' ORDER BY RAND ()  /* QNO 816 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `table1_innodb` SET `col_float_key_default_null` = RAND() WHERE `col_float_unsigned` < 'symptom' ORDER BY RAND ()  /* QNO 816 CON_ID 16 */  /* QNO 817 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 818 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 819 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 819 CON_ID 16 */  /* QNO 820 CON_ID 16 */
		   16 Query	DELETE FROM `table0_innodb_key_pk_parts_2_int_autoinc` WHERE `col_blob` = 3 LIMIT 1  /* QNO 821 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 822 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 823 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 824 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 824 CON_ID 16 */  /* QNO 825 CON_ID 16 */
		   16 Query	INSERT INTO `table0_innodb_key_pk_parts_2_int_autoinc` ( `col_set_utf8_not_null_key` ) VALUES ( NULL )  /* QNO 826 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 827 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 828 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 828 CON_ID 16 */  /* QNO 829 CON_ID 16 */
		   16 Query	DELETE FROM `view_table0_innodb_int_autoinc` WHERE `col_bit_not_null_key` < RAND()  /* QNO 830 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 831 CON_ID 16 */
		   16 Query	XA END 'xid25'  /* QNO 832 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 833 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 833 CON_ID 16 */  /* QNO 834 CON_ID 16 */
		   16 Query	UPDATE `table1_innodb_key_pk_parts_2_int_autoinc` SET `col_bit_not_null_key` = 1 WHERE `col_int_unsigned_not_null_key` = 9 LIMIT 3  /* QNO 835 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `table1_innodb_key_pk_parts_2_int_autoinc` SET `col_bit_not_null_key` = 1 WHERE `col_int_unsigned_not_null_key` = 9 LIMIT 3  /* QNO 835 CON_ID 16 */  /* QNO 836 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 837 CON_ID 16 */
		   16 Query	SELECT * FROM `table10_innodb_int_autoinc` INTO OUTFILE 'load_table10_innodb_int_autoinc'  /* QNO 838 CON_ID 16 */
		   16 Query	LOAD DATA INFILE 'load_table10_innodb_int_autoinc' REPLACE INTO TABLE table10_innodb_int_autoinc /* QNO 839 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 840 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 841 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 841 CON_ID 16 */  /* QNO 842 CON_ID 16 */
		   16 Query	UPDATE `view_table1_innodb_key_pk_parts_2_int_autoinc` SET `col_set_utf8_not_null_key` = 'suspend' WHERE `col_int` = NULL ORDER BY `col_char_latin1_not_null`  /* QNO 843 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `view_table1_innodb_key_pk_parts_2_int_autoinc` SET `col_set_utf8_not_null_key` = 'suspend' WHERE `col_int` = NULL ORDER BY `col_char_latin1_not_null`  /* QNO 843 CON_ID 16 */  /* QNO 844 CON_ID 16 */
		   16 Query	INSERT INTO `view_table0_innodb_int_autoinc` ( `col_int_unsigned_default_null` ) VALUES ( NULL )  /* QNO 845 CON_ID 16 */
		   16 Query	INSERT INTO `view_table100_innodb_int_autoinc` ( `col_enum_utf8_key_default_null` ) VALUES ( 'collective' )  /* QNO 846 CON_ID 16 */
		   16 Query	INSERT INTO `table1_innodb` ( `col_blob_default_null` ) VALUES ( 'rage' )  /* QNO 847 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 848 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 849 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 849 CON_ID 16 */  /* QNO 850 CON_ID 16 */
		   16 Query	INSERT INTO `table100_innodb_key_pk_parts_2_int_autoinc` ( `col_int_unsigned_key_default_null` ) VALUES ( LAST_INSERT_ID() )  /* QNO 851 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 852 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 853 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 853 CON_ID 16 */  /* QNO 854 CON_ID 16 */
		   16 Query	DELETE FROM `view_table0_innodb_int_autoinc` WHERE `col_set_latin1_not_null_key` < NULL LIMIT 1  /* QNO 855 CON_ID 16 */
		   16 Query	UPDATE `view_table10_innodb_int_autoinc` SET `col_bit_key` = 2 WHERE `col_int_unsigned_not_null` > 7 LIMIT 4  /* QNO 856 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	UPDATE `table10_innodb` SET `col_enum_latin1_key` = 0 WHERE `col_blob_key_default_null` = 7  /* QNO 857 CON_ID 16 */
		   16 Query	INSERT INTO `table0_innodb_key_pk_parts_2_int_autoinc` ( `col_set_utf8` ) VALUES ( 4 )  /* QNO 858 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 859 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 860 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 860 CON_ID 16 */  /* QNO 861 CON_ID 16 */
		   16 Query	DELETE FROM `table10_innodb_int_autoinc` WHERE `col_decimal_unsigned` > NULL LIMIT 1  /* QNO 862 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `table10_innodb_int_autoinc` WHERE `col_decimal_unsigned` > NULL LIMIT 1  /* QNO 862 CON_ID 16 */  RETURNING * /* QNO 863 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `table10_innodb_int_autoinc` WHERE `col_decimal_unsigned` > NULL LIMIT 1  /* QNO 862 CON_ID 16 */  /* QNO 864 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 865 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 866 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 866 CON_ID 16 */  /* QNO 867 CON_ID 16 */
		   16 Query	UPDATE `view_table0_innodb_key_pk_parts_2_int_autoinc` SET `col_float_unsigned_not_null_key` = 0 WHERE `col_char_utf8_not_null` = NULL ORDER BY `col_char_latin1_default_null` LIMIT 4  /* QNO 868 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 869 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 870 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 870 CON_ID 16 */  /* QNO 871 CON_ID 16 */
		   16 Query	INSERT INTO `table1_innodb` ( `col_char_utf8_not_null_key` ) VALUES ( LAST_INSERT_ID() )  /* QNO 872 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 873 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 874 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 874 CON_ID 16 */  /* QNO 875 CON_ID 16 */
		   16 Query	UPDATE `table1_innodb_key_pk_parts_2_int_autoinc` SET `col_set_latin1_key_default_null` = 'exercise' WHERE `col_int_unsigned_default_null` < NULL  /* QNO 876 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `table1_innodb_key_pk_parts_2_int_autoinc` SET `col_set_latin1_key_default_null` = 'exercise' WHERE `col_int_unsigned_default_null` < NULL  /* QNO 876 CON_ID 16 */  /* QNO 877 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 878 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 879 CON_ID 16 */
		   16 Query	CREATE TRIGGER f BEFORE UPDATE ON `view_table10_innodb_int_autoinc` FOR EACH ROW BEGIN COMMIT ; SET @binlog_format_saved = @@binlog_format ; INSERT INTO `table10_innodb_key_pk_parts_2_int_autoinc` ( `pk` ) VALUES ( NULL ) ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; INSERT INTO `table1_innodb` ( `col_set_latin1_not_null` ) VALUES ( 9 ) ; SET BINLOG_FORMAT = @binlog_format_saved ; CALL e () ; END /* QNO 880 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 881 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 881 CON_ID 16 */  /* QNO 882 CON_ID 16 */
		   16 Query	SET @a = NULL  /* QNO 883 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = NULL  /* QNO 883 CON_ID 16 */  /* QNO 884 CON_ID 16 */
		   16 Query	UPDATE `view_table100_innodb_int_autoinc` SET `col_blob_not_null_key` = @a ORDER BY `col_int_unsigned` LIMIT 3  /* QNO 885 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 886 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 887 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 888 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 888 CON_ID 16 */  /* QNO 889 CON_ID 16 */
		   16 Query	INSERT INTO `view_table1_innodb` ( `col_enum_latin1_not_null_key` ) VALUES ( NULL )  /* QNO 890 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 891 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 892 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 892 CON_ID 16 */  /* QNO 893 CON_ID 16 */
		   16 Query	INSERT INTO `view_table1_innodb_key_pk_parts_2_int_autoinc` ( `col_float_unsigned_not_null` ) VALUES ( 4 )  /* QNO 894 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 895 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 896 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 896 CON_ID 16 */  /* QNO 897 CON_ID 16 */
		   16 Query	UPDATE `view_table0_innodb_int_autoinc` SET `col_float_unsigned_default_null` = 'recognition' WHERE `col_blob_not_null_key` < 8  /* QNO 898 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 899 CON_ID 16 */
		   16 Query	INSERT INTO t1 () VALUES () /* QNO 900 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 901 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 901 CON_ID 16 */  /* QNO 902 CON_ID 16 */
		   16 Query	DELETE FROM `table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_decimal_not_null` > 'guideline' LIMIT 1  /* QNO 903 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 904 CON_ID 16 */
		   16 Query	ROLLBACK TO SAVEPOINT A /* QNO 905 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 906 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 907 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 907 CON_ID 16 */  /* QNO 908 CON_ID 16 */
		   16 Query	DELETE FROM `table0_innodb` WHERE `col_decimal_unsigned_key` < NULL LIMIT 1  /* QNO 909 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `table0_innodb` WHERE `col_decimal_unsigned_key` < NULL LIMIT 1  /* QNO 909 CON_ID 16 */  RETURNING * /* QNO 910 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `table0_innodb` WHERE `col_decimal_unsigned_key` < NULL LIMIT 1  /* QNO 909 CON_ID 16 */  /* QNO 911 CON_ID 16 */
		   16 Query	UPDATE `table1_innodb` SET `col_set_latin1_not_null_key` = 3 WHERE `col_bit_not_null` > 'acceptable' ORDER BY `col_float_unsigned_key` LIMIT 1  /* QNO 912 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	UPDATE `view_table1_innodb_key_pk_parts_2_int_autoinc` SET `col_int_unsigned_key` = 8 WHERE `col_int_unsigned_not_null` < NULL LIMIT 1  /* QNO 913 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `view_table1_innodb_key_pk_parts_2_int_autoinc` SET `col_int_unsigned_key` = 8 WHERE `col_int_unsigned_not_null` < NULL LIMIT 1  /* QNO 913 CON_ID 16 */  /* QNO 914 CON_ID 16 */
		   16 Query	INSERT INTO `table100_innodb` ( `col_char_utf8` ) VALUES ( 'approval' )  /* QNO 915 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 916 CON_ID 16 */
		   16 Query	COMMIT /* QNO 917 CON_ID 16 */
		   16 Query	ALTER TABLE t9 /*!100301 WAIT 1 */ DROP PRIMARY KEY, ADD IF NOT EXISTS geocol1 GEOMETRY NOT NULL, ALGORITHM=COPY, LOCK=SHARED, ADD IF NOT EXISTS `col_char_utf8_not_null` BINARY NULL DEFAULT '' FIRST, ALGORITHM=COPY, LOCK=EXCLUSIVE /* QNO 918 CON_ID 16 */
		   16 Query	CREATE EVENT IF NOT EXISTS z ON SCHEDULE EVERY 1 SECOND ON COMPLETION PRESERVE DO BEGIN SET @binlog_format_saved = @@binlog_format ; DELETE FROM `view_table1_innodb_int_autoinc` WHERE `col_char_latin1_key_default_null` > 'bitter' LIMIT 1 ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; UPDATE `view_table0_innodb_key_pk_parts_2_int_autoinc` SET `col_set_latin1_key` = RAND() WHERE `col_set_latin1` > 4 ORDER BY RAND () ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; DELETE FROM `view_table10_innodb` WHERE `col_set_latin1_key` > 3 LIMIT 1 ; INSERT INTO `view_table1_innodb_key_pk_parts_2_int_autoinc` ( `col_decimal_unsigned` ) VALUES ( NULL ) ; INSERT INTO `view_table100_innodb_key_pk_parts_2_int_autoinc` ( `col_enum_utf8_key` ) VALUES ( 9 ) ; DELETE FROM `view_table0_innodb` WHERE `col_set_utf8_default_null` = 0 LIMIT 1 ; SET BINLOG_FORMAT = @binlog_format_saved ; CALL w () ; END /* QNO 919 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 920 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 920 CON_ID 16 */  /* QNO 921 CON_ID 16 */
		   16 Query	INSERT INTO `view_table10_innodb_key_pk_parts_2_int_autoinc` ( `col_blob_not_null_key` ) VALUES ( 7 )  /* QNO 922 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	DELETE FROM `table100_innodb_int_autoinc` WHERE `col_enum_latin1_not_null_key` > NULL LIMIT 1  /* QNO 923 CON_ID 16 */
		   16 Query	UPDATE `table100_innodb` SET `col_int_key` = NULL WHERE `col_decimal` < 2 ORDER BY `col_float_unsigned_not_null` LIMIT 8  /* QNO 924 CON_ID 16 */
		   16 Query	INSERT INTO `view_table1_innodb_int_autoinc` ( `col_set_latin1_default_null` ) VALUES ( 'afraid' )  /* QNO 925 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 926 CON_ID 16 */
		   16 Query	SELECT * FROM `table10_innodb_int_autoinc` INTO OUTFILE 'load_table10_innodb_int_autoinc'  /* QNO 927 CON_ID 16 */
		   16 Query	LOAD DATA INFILE 'load_table10_innodb_int_autoinc' REPLACE INTO TABLE table10_innodb_int_autoinc /* QNO 928 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 929 CON_ID 16 */
		   16 Query	XA START 'xid54'  /* QNO 930 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 931 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 931 CON_ID 16 */  /* QNO 932 CON_ID 16 */
		   16 Query	INSERT INTO `view_table1_innodb_int_autoinc` ( `col_blob_not_null` ) VALUES ( NULL )  /* QNO 933 CON_ID 16 */
		   16 Query	UPDATE `view_table1_innodb_key_pk_parts_2_int_autoinc` SET `col_bit_key_default_null` = NULL WHERE `col_decimal` < 5 ORDER BY `col_int_key_default_null` LIMIT 2  /* QNO 934 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `view_table1_innodb_key_pk_parts_2_int_autoinc` SET `col_bit_key_default_null` = NULL WHERE `col_decimal` < 5 ORDER BY `col_int_key_default_null` LIMIT 2  /* QNO 934 CON_ID 16 */  /* QNO 935 CON_ID 16 */
		   16 Query	UPDATE `table100_innodb` SET `col_char_utf8_not_null_key` = NULL WHERE `col_char_latin1_not_null_key` > 'conversation'  /* QNO 936 CON_ID 16 */
		   16 Query	UPDATE `table0_innodb_key_pk_parts_2_int_autoinc` SET `col_set_latin1_key_default_null` = 8 WHERE `col_set_latin1_key` = NULL LIMIT 6  /* QNO 937 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 938 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 939 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 939 CON_ID 16 */  /* QNO 940 CON_ID 16 */
		   16 Query	INSERT INTO `view_table10_innodb_int_autoinc` ( `pk` ) VALUES ( NULL )  /* QNO 941 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 942 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 943 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 943 CON_ID 16 */  /* QNO 944 CON_ID 16 */
		   16 Query	DELETE FROM `table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_int_not_null_key` > 'example' LIMIT 1  /* QNO 945 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	UPDATE `view_table0_innodb_key_pk_parts_2_int_autoinc` SET `col_char_latin1_key` = 'doctrine' WHERE `col_blob_default_null` = 'acid'  /* QNO 946 CON_ID 16 */
		   16 Query	UPDATE `view_table100_innodb_int_autoinc` SET `col_float` = 3 WHERE `col_char_utf8_default_null` < NULL ORDER BY `col_float_not_null`  /* QNO 947 CON_ID 16 */
		   16 Query	INSERT INTO `table1_innodb` ( `col_char_utf8_not_null` ) VALUES ( NULL )  /* QNO 948 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 949 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 950 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 950 CON_ID 16 */  /* QNO 951 CON_ID 16 */
		   16 Query	UPDATE `table0_innodb_int_autoinc` SET `col_int_key` = NULL WHERE `col_blob_not_null` > NULL ORDER BY `col_bit_key`  /* QNO 952 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 953 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 954 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 954 CON_ID 16 */  /* QNO 955 CON_ID 16 */
		   16 Query	SET @a = 'substantial'  /* QNO 956 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 'substantial'  /* QNO 956 CON_ID 16 */  /* QNO 957 CON_ID 16 */
		   16 Query	DELETE FROM `view_table10_innodb` WHERE `col_int_unsigned_not_null` < @a LIMIT 1  /* QNO 958 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 959 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 960 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 960 CON_ID 16 */  /* QNO 961 CON_ID 16 */
		   16 Query	INSERT INTO `view_table0_innodb_key_pk_parts_2_int_autoinc` ( `col_enum_latin1_default_null` ) VALUES ( NULL )  /* QNO 962 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 963 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 964 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 964 CON_ID 16 */  /* QNO 965 CON_ID 16 */
		   16 Query	DELETE FROM `table1_innodb_int_autoinc` WHERE `col_set_latin1_key_default_null` = 7 LIMIT 1  /* QNO 966 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `table1_innodb_int_autoinc` WHERE `col_set_latin1_key_default_null` = 7 LIMIT 1  /* QNO 966 CON_ID 16 */  RETURNING * /* QNO 967 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `table1_innodb_int_autoinc` WHERE `col_set_latin1_key_default_null` = 7 LIMIT 1  /* QNO 966 CON_ID 16 */  /* QNO 968 CON_ID 16 */
		   16 Query	UPDATE `view_table1_innodb_int_autoinc` SET `pk` = NULL WHERE `col_set_utf8_not_null` = 'want'  /* QNO 969 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `view_table1_innodb_int_autoinc` SET `pk` = NULL WHERE `col_set_utf8_not_null` = 'want'  /* QNO 969 CON_ID 16 */  /* QNO 970 CON_ID 16 */
		   16 Query	UPDATE `table100_innodb_int_autoinc` SET `col_enum_latin1_default_null` = NULL WHERE `col_float_not_null_key` < 'nation' LIMIT 7  /* QNO 971 CON_ID 16 */
		   16 Query	UPDATE `table100_innodb_int_autoinc` SET `col_float_key` = 'nothing' WHERE `col_blob_default_null` > 8 LIMIT 5  /* QNO 972 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 973 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 974 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 974 CON_ID 16 */  /* QNO 975 CON_ID 16 */
		   16 Query	INSERT INTO `table1_innodb_key_pk_parts_2_int_autoinc` ( `col_enum_utf8_default_null` ) VALUES ( 'bean' )  /* QNO 976 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 977 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 978 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 979 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 979 CON_ID 16 */  /* QNO 980 CON_ID 16 */
		   16 Query	DELETE FROM `table0_innodb` WHERE `col_bit` = NULL LIMIT 1  /* QNO 981 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `table0_innodb` WHERE `col_bit` = NULL LIMIT 1  /* QNO 981 CON_ID 16 */  RETURNING * /* QNO 982 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `table0_innodb` WHERE `col_bit` = NULL LIMIT 1  /* QNO 981 CON_ID 16 */  /* QNO 983 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 984 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 985 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 985 CON_ID 16 */  /* QNO 986 CON_ID 16 */
		   16 Query	DELETE FROM `table100_innodb` WHERE `col_char_utf8_key` < NULL LIMIT 1  /* QNO 987 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 988 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 989 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 989 CON_ID 16 */  /* QNO 990 CON_ID 16 */
		   16 Query	DELETE FROM `table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_int_unsigned_not_null` < RAND() LIMIT 4  /* QNO 991 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_int_unsigned_not_null` < RAND() LIMIT 4  /* QNO 991 CON_ID 16 */  RETURNING * /* QNO 992 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_int_unsigned_not_null` < RAND() LIMIT 4  /* QNO 991 CON_ID 16 */  /* QNO 993 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 994 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 995 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 995 CON_ID 16 */  /* QNO 996 CON_ID 16 */
		   16 Query	UPDATE `table100_innodb_key_pk_parts_2_int_autoinc` SET `col_int_unsigned_default_null` = NULL WHERE `col_blob` = 2  /* QNO 997 CON_ID 16 */
		   16 Query	DELETE FROM `view_table0_innodb` WHERE `col_int_unsigned_default_null` = 'especially' LIMIT 1  /* QNO 998 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `view_table0_innodb` WHERE `col_int_unsigned_default_null` = 'especially' LIMIT 1  /* QNO 998 CON_ID 16 */  RETURNING * /* QNO 999 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `view_table0_innodb` WHERE `col_int_unsigned_default_null` = 'especially' LIMIT 1  /* QNO 998 CON_ID 16 */  /* QNO 1000 CON_ID 16 */
		   16 Query	UPDATE `view_table100_innodb_int_autoinc` SET `col_char_utf8_key` = 'intend' WHERE `col_float` < NULL ORDER BY `col_set_utf8_default_null`  /* QNO 1001 CON_ID 16 */
		   16 Query	INSERT INTO `table10_innodb` ( `col_float_default_null` ) VALUES ( 0 )  /* QNO 1002 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1003 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1004 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1004 CON_ID 16 */  /* QNO 1005 CON_ID 16 */
		   16 Query	UPDATE `view_table10_innodb_int_autoinc` SET `col_float_unsigned_key` = 'spring' WHERE `col_decimal` = 'claim' ORDER BY `col_char_latin1_key` LIMIT 8  /* QNO 1006 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	INSERT INTO `table100_innodb` ( `col_decimal_default_null` ) VALUES ( 'driveway' )  /* QNO 1007 CON_ID 16 */
		   16 Query	INSERT INTO `view_table1_innodb_key_pk_parts_2_int_autoinc` ( `col_decimal_unsigned_default_null` ) VALUES ( 'exercise' )  /* QNO 1008 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	INSERT INTO `view_table1_innodb_key_pk_parts_2_int_autoinc` ( `col_int_not_null_key` ) VALUES ( NULL )  /* QNO 1009 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1010 CON_ID 16 */
		   16 Query	CREATE EVENT IF NOT EXISTS z ON SCHEDULE EVERY 8 SECOND ON COMPLETION PRESERVE DO BEGIN SET @binlog_format_saved = @@binlog_format ; INSERT INTO `view_table0_innodb_key_pk_parts_2_int_autoinc` ( `pk` ) VALUES ( NULL ) ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; UPDATE `view_table0_innodb` SET `col_bit` = RAND() WHERE `col_char_latin1_not_null` < NULL ORDER BY RAND () ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; INSERT INTO `table0_innodb_int_autoinc` ( `col_int` ) VALUES ( 3 ) ; SET BINLOG_FORMAT = @binlog_format_saved ; CALL y () ; END /* QNO 1011 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1012 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1012 CON_ID 16 */  /* QNO 1013 CON_ID 16 */
		   16 Query	UPDATE `table1_innodb` SET `col_char_utf8_not_null` = 7 WHERE `col_enum_latin1` > 5 ORDER BY `col_blob_default_null` LIMIT 0  /* QNO 1014 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `table1_innodb` SET `col_char_utf8_not_null` = 7 WHERE `col_enum_latin1` > 5 ORDER BY `col_blob_default_null` LIMIT 0  /* QNO 1014 CON_ID 16 */  /* QNO 1015 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1016 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1017 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1017 CON_ID 16 */  /* QNO 1018 CON_ID 16 */
		   16 Query	INSERT INTO `table10_innodb` ( `col_float_unsigned_not_null_key` ) VALUES ( NULL )  /* QNO 1019 CON_ID 16 */
		   16 Query	INSERT INTO `view_table100_innodb_key_pk_parts_2_int_autoinc` ( `col_bit` ) VALUES ( 0 )  /* QNO 1020 CON_ID 16 */
		   16 Query	DELETE FROM `table0_innodb_int_autoinc` WHERE `col_char_latin1_not_null` < 'beef' LIMIT 1  /* QNO 1021 CON_ID 16 */
		   16 Query	UPDATE `view_table1_innodb_int_autoinc` SET `col_float_not_null` = 'probably' WHERE `col_int` > 6 ORDER BY `col_enum_latin1_key`  /* QNO 1022 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `view_table1_innodb_int_autoinc` SET `col_float_not_null` = 'probably' WHERE `col_int` > 6 ORDER BY `col_enum_latin1_key`  /* QNO 1022 CON_ID 16 */  /* QNO 1023 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1024 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 1025 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1026 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1026 CON_ID 16 */  /* QNO 1027 CON_ID 16 */
		   16 Query	INSERT INTO `table100_innodb` ( `col_decimal_unsigned_not_null_key` ) VALUES ( LAST_INSERT_ID() )  /* QNO 1028 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1029 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1030 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1030 CON_ID 16 */  /* QNO 1031 CON_ID 16 */
		   16 Query	SET @a = 'mine'  /* QNO 1032 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 'mine'  /* QNO 1032 CON_ID 16 */  /* QNO 1033 CON_ID 16 */
		   16 Query	UPDATE `table1_innodb_int_autoinc` SET `col_enum_utf8_default_null` = @a ORDER BY `col_enum_utf8_key` LIMIT 8  /* QNO 1034 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1035 CON_ID 16 */
		   16 Query	ROLLBACK /* QNO 1036 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1037 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1037 CON_ID 16 */  /* QNO 1038 CON_ID 16 */
		   16 Query	DELETE FROM `view_table10_innodb_int_autoinc` WHERE `col_enum_latin1_key` = 9 LIMIT 1  /* QNO 1039 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `view_table10_innodb_int_autoinc` WHERE `col_enum_latin1_key` = 9 LIMIT 1  /* QNO 1039 CON_ID 16 */  RETURNING * /* QNO 1040 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `view_table10_innodb_int_autoinc` WHERE `col_enum_latin1_key` = 9 LIMIT 1  /* QNO 1039 CON_ID 16 */  /* QNO 1041 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1042 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1043 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1043 CON_ID 16 */  /* QNO 1044 CON_ID 16 */
		   16 Query	UPDATE `table0_innodb_int_autoinc` SET `col_char_utf8_default_null` = NULL WHERE `col_enum_utf8_not_null_key` < 4 LIMIT 3  /* QNO 1045 CON_ID 16 */
		   16 Query	DELETE FROM `table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_set_latin1_not_null` = 'country' LIMIT 1  /* QNO 1046 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_set_latin1_not_null` = 'country' LIMIT 1  /* QNO 1046 CON_ID 16 */  RETURNING * /* QNO 1047 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_set_latin1_not_null` = 'country' LIMIT 1  /* QNO 1046 CON_ID 16 */  /* QNO 1048 CON_ID 16 */
		   16 Query	INSERT INTO `view_table100_innodb` ( `col_bit_default_null` ) VALUES ( NULL )  /* QNO 1049 CON_ID 16 */
		   16 Query	DELETE FROM `table0_innodb_key_pk_parts_2_int_autoinc` WHERE `col_char_utf8_key_default_null` > 2 LIMIT 1  /* QNO 1050 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1051 CON_ID 16 */
		   16 Query	CREATE TRIGGER m BEFORE INSERT ON `table10_innodb_key_pk_parts_2_int_autoinc` FOR EACH ROW BEGIN SET @binlog_format_saved = @@binlog_format ; DELETE FROM `view_table100_innodb_key_pk_parts_2_int_autoinc` WHERE `col_blob_not_null_key` < RAND() LIMIT 4 ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; DELETE FROM `view_table10_innodb` WHERE `col_set_utf8_key` < 1 LIMIT 1 ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; INSERT INTO `table0_innodb_key_pk_parts_2_int_autoinc` ( `col_char_utf8` ) VALUES ( 3 ) ; DELETE FROM `view_table0_innodb` WHERE `col_set_latin1` > 3 LIMIT 1 ; INSERT INTO `view_table10_innodb` ( `col_decimal_not_null_key` ) VALUES ( NULL ) ; INSERT INTO `view_table100_innodb_int_autoinc` ( `col_decimal_unsigned_key_default_null` ) VALUES ( NULL ) ; SET BINLOG_FORMAT = @binlog_format_saved ; CALL c () ; END /* QNO 1052 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1053 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1053 CON_ID 16 */  /* QNO 1054 CON_ID 16 */
		   16 Query	DELETE FROM `table100_innodb` WHERE `col_enum_latin1_not_null` < NULL LIMIT 1  /* QNO 1055 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1056 CON_ID 16 */
		   16 Query	CREATE EVENT IF NOT EXISTS j ON SCHEDULE EVERY 5 SECOND ON COMPLETION PRESERVE DO BEGIN SET @binlog_format_saved = @@binlog_format ; DELETE FROM `view_table100_innodb_int_autoinc` WHERE `col_decimal_unsigned` < RAND() ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; INSERT INTO `table1_innodb_int_autoinc` ( `col_set_utf8` ) VALUES ( 3 ) ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; SET @a = NULL ; UPDATE `view_table10_innodb_key_pk_parts_2_int_autoinc` SET `col_float_unsigned_default_null` = @a ORDER BY `col_float` LIMIT 6 ; SET BINLOG_FORMAT = @binlog_format_saved ; CALL l () ; END /* QNO 1057 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1058 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1058 CON_ID 16 */  /* QNO 1059 CON_ID 16 */
		   16 Query	UPDATE `table100_innodb` SET `col_int_unsigned_key_default_null` = 5 WHERE `col_enum_latin1_not_null` < 'writer' ORDER BY `col_float_key_default_null` LIMIT 8  /* QNO 1060 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1061 CON_ID 16 */
		   16 Query	ALTER ONLINE IGNORE TABLE t7 STATS_AUTO_RECALC 0 /* QNO 1062 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1063 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1063 CON_ID 16 */  /* QNO 1064 CON_ID 16 */
		   16 Query	UPDATE `view_table0_innodb` SET `col_float_not_null` = 7 WHERE `col_float_unsigned_key` = NULL ORDER BY `col_int_unsigned_default_null`  /* QNO 1065 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `view_table0_innodb` SET `col_float_not_null` = 7 WHERE `col_float_unsigned_key` = NULL ORDER BY `col_int_unsigned_default_null`  /* QNO 1065 CON_ID 16 */  /* QNO 1066 CON_ID 16 */
		   16 Query	DELETE FROM `view_table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_decimal_unsigned` = 0 LIMIT 1  /* QNO 1067 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `view_table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_decimal_unsigned` = 0 LIMIT 1  /* QNO 1067 CON_ID 16 */  RETURNING * /* QNO 1068 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `view_table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_decimal_unsigned` = 0 LIMIT 1  /* QNO 1067 CON_ID 16 */  /* QNO 1069 CON_ID 16 */
		   16 Query	UPDATE `view_table0_innodb` SET `col_int_not_null` = 3 WHERE `col_float_unsigned_key` > 'pretend' ORDER BY `col_bit_not_null` LIMIT 7  /* QNO 1070 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	INSERT INTO `view_table1_innodb_key_pk_parts_2_int_autoinc` ( `col_enum_utf8_not_null` ) VALUES ( 1 )  /* QNO 1071 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1072 CON_ID 16 */
		   16 Query	CREATE OR REPLACE TABLE t8 (scol5 BLOB NULL DEFAULT '' )  /* QNO 1073 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1074 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1074 CON_ID 16 */  /* QNO 1075 CON_ID 16 */
		   16 Query	SET @a = 'flour'  /* QNO 1076 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 'flour'  /* QNO 1076 CON_ID 16 */  /* QNO 1077 CON_ID 16 */
		   16 Query	INSERT INTO `view_table10_innodb_key_pk_parts_2_int_autoinc` ( `col_set_latin1` ) VALUES ( @a )  /* QNO 1078 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1079 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1080 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1080 CON_ID 16 */  /* QNO 1081 CON_ID 16 */
		   16 Query	UPDATE `view_table10_innodb` SET `col_set_latin1_key_default_null` = 5 WHERE `col_float_unsigned` = NULL LIMIT 7  /* QNO 1082 CON_ID 16 */
		   16 Query	DELETE FROM `table10_innodb` WHERE `col_char_utf8_key` > NULL LIMIT 1  /* QNO 1083 CON_ID 16 */
		   16 Query	INSERT INTO `view_table0_innodb_key_pk_parts_2_int_autoinc` ( `col_enum_utf8_key_default_null` ) VALUES ( NULL )  /* QNO 1084 CON_ID 16 */
		   16 Query	DELETE FROM `table10_innodb_int_autoinc` WHERE `col_enum_latin1` = 9 LIMIT 1  /* QNO 1085 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `table10_innodb_int_autoinc` WHERE `col_enum_latin1` = 9 LIMIT 1  /* QNO 1085 CON_ID 16 */  RETURNING * /* QNO 1086 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `table10_innodb_int_autoinc` WHERE `col_enum_latin1` = 9 LIMIT 1  /* QNO 1085 CON_ID 16 */  /* QNO 1087 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1088 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1089 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1089 CON_ID 16 */  /* QNO 1090 CON_ID 16 */
		   16 Query	DELETE FROM `view_table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_set_utf8_default_null` = 5 LIMIT 1  /* QNO 1091 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `view_table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_set_utf8_default_null` = 5 LIMIT 1  /* QNO 1091 CON_ID 16 */  RETURNING * /* QNO 1092 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `view_table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_set_utf8_default_null` = 5 LIMIT 1  /* QNO 1091 CON_ID 16 */  /* QNO 1093 CON_ID 16 */
		   16 Query	DELETE FROM `view_table1_innodb_int_autoinc` WHERE `col_float_unsigned_key_default_null` = 9 LIMIT 1  /* QNO 1094 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `view_table1_innodb_int_autoinc` WHERE `col_float_unsigned_key_default_null` = 9 LIMIT 1  /* QNO 1094 CON_ID 16 */  RETURNING * /* QNO 1095 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `view_table1_innodb_int_autoinc` WHERE `col_float_unsigned_key_default_null` = 9 LIMIT 1  /* QNO 1094 CON_ID 16 */  /* QNO 1096 CON_ID 16 */
		   16 Query	DELETE FROM `table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_bit` < NULL LIMIT 1  /* QNO 1097 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_bit` < NULL LIMIT 1  /* QNO 1097 CON_ID 16 */  RETURNING * /* QNO 1098 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_bit` < NULL LIMIT 1  /* QNO 1097 CON_ID 16 */  /* QNO 1099 CON_ID 16 */
		   16 Query	DELETE FROM `view_table1_innodb_int_autoinc` WHERE `col_bit_key` < NULL LIMIT 1  /* QNO 1100 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `view_table1_innodb_int_autoinc` WHERE `col_bit_key` < NULL LIMIT 1  /* QNO 1100 CON_ID 16 */  RETURNING * /* QNO 1101 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `view_table1_innodb_int_autoinc` WHERE `col_bit_key` < NULL LIMIT 1  /* QNO 1100 CON_ID 16 */  /* QNO 1102 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1103 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1104 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1104 CON_ID 16 */  /* QNO 1105 CON_ID 16 */
		   16 Query	DELETE FROM `table1_innodb_int_autoinc` WHERE `col_int_unsigned_not_null` = NULL LIMIT 1  /* QNO 1106 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `table1_innodb_int_autoinc` WHERE `col_int_unsigned_not_null` = NULL LIMIT 1  /* QNO 1106 CON_ID 16 */  RETURNING * /* QNO 1107 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `table1_innodb_int_autoinc` WHERE `col_int_unsigned_not_null` = NULL LIMIT 1  /* QNO 1106 CON_ID 16 */  /* QNO 1108 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1109 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 1110 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 1111 CON_ID 16 */
		   16 Query	XA PREPARE 'xid25'  /* QNO 1112 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1113 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1113 CON_ID 16 */  /* QNO 1114 CON_ID 16 */
		   16 Query	INSERT INTO `table100_innodb` ( `col_decimal_not_null_key` ) VALUES ( RAND () )  /* QNO 1115 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1116 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1117 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1117 CON_ID 16 */  /* QNO 1118 CON_ID 16 */
		   16 Query	INSERT INTO `table0_innodb_int_autoinc` ( `pk` ) VALUES ( NULL )  /* QNO 1119 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1120 CON_ID 16 */
		   16 Query	START TRANSACTION /* QNO 1121 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1122 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1122 CON_ID 16 */  /* QNO 1123 CON_ID 16 */
		   16 Query	UPDATE `view_table10_innodb_key_pk_parts_2_int_autoinc` SET `col_decimal_unsigned_not_null_key` = RAND() WHERE `col_enum_latin1_key` > NULL ORDER BY RAND ()  /* QNO 1124 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `view_table10_innodb_key_pk_parts_2_int_autoinc` SET `col_decimal_unsigned_not_null_key` = RAND() WHERE `col_enum_latin1_key` > NULL ORDER BY RAND ()  /* QNO 1124 CON_ID 16 */  /* QNO 1125 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1126 CON_ID 16 */
		   16 Query	INSERT INTO `view_table1_innodb` SELECT * FROM `view_table10_innodb_key_pk_parts_2_int_autoinc` /* QNO 1127 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1128 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1128 CON_ID 16 */  /* QNO 1129 CON_ID 16 */
		   16 Query	UPDATE `view_table1_innodb_key_pk_parts_2_int_autoinc` SET `col_blob` = 8 WHERE `col_decimal` = NULL  /* QNO 1130 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `view_table1_innodb_key_pk_parts_2_int_autoinc` SET `col_blob` = 8 WHERE `col_decimal` = NULL  /* QNO 1130 CON_ID 16 */  /* QNO 1131 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1132 CON_ID 16 */
		   16 Query	ALTER ONLINE TABLE t4 ADD CONSTRAINT CHECK (tscol1 > scol5), DROP PRIMARY KEY, ADD FOREIGN KEY (ecol2) REFERENCES t3 (vcol7, tscol4, `col_char_latin1`) ON UPDATE SET DEFAULT, DROP CONSTRAINT IF EXISTS d, DROP FOREIGN KEY IF EXISTS a /* QNO 1133 CON_ID 16 */
		   16 Query	XA ROLLBACK 'non_idle_xid'  /* QNO 1134 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1135 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1135 CON_ID 16 */  /* QNO 1136 CON_ID 16 */
		   16 Query	UPDATE `view_table0_innodb_key_pk_parts_2_int_autoinc` SET `col_float_not_null_key` = NULL WHERE `col_decimal_unsigned_not_null_key` < 'nasty' ORDER BY `col_enum_utf8_default_null` LIMIT 3  /* QNO 1137 CON_ID 16 */
		   16 Query	DELETE FROM `view_table1_innodb` WHERE `col_bit_not_null` > NULL LIMIT 1  /* QNO 1138 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `view_table1_innodb` WHERE `col_bit_not_null` > NULL LIMIT 1  /* QNO 1138 CON_ID 16 */  RETURNING * /* QNO 1139 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `view_table1_innodb` WHERE `col_bit_not_null` > NULL LIMIT 1  /* QNO 1138 CON_ID 16 */  /* QNO 1140 CON_ID 16 */
		   16 Query	UPDATE `view_table1_innodb` SET `col_char_utf8_default_null` = 'democrat' WHERE `col_bit` = NULL  /* QNO 1141 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `view_table1_innodb` SET `col_char_utf8_default_null` = 'democrat' WHERE `col_bit` = NULL  /* QNO 1141 CON_ID 16 */  /* QNO 1142 CON_ID 16 */
		   16 Query	INSERT INTO `table1_innodb_key_pk_parts_2_int_autoinc` ( `col_char_latin1_default_null` ) VALUES ( NULL )  /* QNO 1143 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1144 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 1145 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1146 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1146 CON_ID 16 */  /* QNO 1147 CON_ID 16 */
		   16 Query	INSERT INTO `table10_innodb` ( `pk` ) VALUES ( NULL )  /* QNO 1148 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1149 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1150 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1150 CON_ID 16 */  /* QNO 1151 CON_ID 16 */
		   16 Query	UPDATE `table100_innodb_key_pk_parts_2_int_autoinc` SET `col_char_utf8_not_null` = NULL WHERE `col_set_utf8_key` = NULL  /* QNO 1152 CON_ID 16 */
		   16 Query	DELETE FROM `view_table0_innodb_key_pk_parts_2_int_autoinc` WHERE `col_float_unsigned_not_null` = 'shall' LIMIT 1  /* QNO 1153 CON_ID 16 */
		   16 Query	INSERT INTO `table100_innodb_key_pk_parts_2_int_autoinc` ( `col_decimal_unsigned_key_default_null` ) VALUES ( 3 )  /* QNO 1154 CON_ID 16 */
		   16 Query	UPDATE `view_table1_innodb_key_pk_parts_2_int_autoinc` SET `col_char_utf8_key` = NULL WHERE `col_float_key_default_null` = 8 ORDER BY `col_decimal_unsigned_not_null` LIMIT 5  /* QNO 1155 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `view_table1_innodb_key_pk_parts_2_int_autoinc` SET `col_char_utf8_key` = NULL WHERE `col_float_key_default_null` = 8 ORDER BY `col_decimal_unsigned_not_null` LIMIT 5  /* QNO 1155 CON_ID 16 */  /* QNO 1156 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1157 CON_ID 16 */
		   16 Query	ROLLBACK /* QNO 1158 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1159 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1159 CON_ID 16 */  /* QNO 1160 CON_ID 16 */
		   16 Query	INSERT INTO `table10_innodb` ( `col_char_utf8_default_null` ) VALUES ( RAND () )  /* QNO 1161 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1162 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1163 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1163 CON_ID 16 */  /* QNO 1164 CON_ID 16 */
		   16 Query	UPDATE `table0_innodb` SET `col_int_key` = NULL WHERE `col_float_unsigned_key_default_null` = 6  /* QNO 1165 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `table0_innodb` SET `col_int_key` = NULL WHERE `col_float_unsigned_key_default_null` = 6  /* QNO 1165 CON_ID 16 */  /* QNO 1166 CON_ID 16 */
		   16 Query	UPDATE `table100_innodb_key_pk_parts_2_int_autoinc` SET `col_blob_key` = 'crystal' WHERE `col_decimal_default_null` < NULL  /* QNO 1167 CON_ID 16 */
		   16 Query	UPDATE `table10_innodb_key_pk_parts_2_int_autoinc` SET `col_int_key_default_null` = 'apologize' WHERE `col_char_utf8_default_null` > NULL  /* QNO 1168 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `table10_innodb_key_pk_parts_2_int_autoinc` SET `col_int_key_default_null` = 'apologize' WHERE `col_char_utf8_default_null` > NULL  /* QNO 1168 CON_ID 16 */  /* QNO 1169 CON_ID 16 */
		   16 Query	DELETE FROM `table10_innodb_int_autoinc` WHERE `col_char_latin1_not_null` < NULL LIMIT 1  /* QNO 1170 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `table10_innodb_int_autoinc` WHERE `col_char_latin1_not_null` < NULL LIMIT 1  /* QNO 1170 CON_ID 16 */  RETURNING * /* QNO 1171 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `table10_innodb_int_autoinc` WHERE `col_char_latin1_not_null` < NULL LIMIT 1  /* QNO 1170 CON_ID 16 */  /* QNO 1172 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1173 CON_ID 16 */
		   16 Query	INSERT INTO `view_table100_innodb_int_autoinc` SELECT * FROM `table0_innodb_key_pk_parts_2_int_autoinc` /* QNO 1174 CON_ID 16 */
		   16 Query	START TRANSACTION /* QNO 1175 CON_ID 16 */
		   16 Query	ROLLBACK TO SAVEPOINT A /* QNO 1176 CON_ID 16 */
		   16 Query	CREATE EVENT IF NOT EXISTS k ON SCHEDULE EVERY 6 SECOND ON COMPLETION PRESERVE DO BEGIN SET @binlog_format_saved = @@binlog_format ; INSERT INTO `table10_innodb_int_autoinc` ( `pk` ) VALUES ( NULL ) ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; DELETE FROM `view_table1_innodb` WHERE `col_float_unsigned_not_null_key` < NULL LIMIT 1 ; SET BINLOG_FORMAT = @binlog_format_saved ; FLUSH LOGS ; CALL t () ; END /* QNO 1177 CON_ID 16 */
		   16 Query	XA COMMIT 'xid25'  /* QNO 1178 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1179 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1179 CON_ID 16 */  /* QNO 1180 CON_ID 16 */
		   16 Query	DELETE FROM `table0_innodb` WHERE `col_float_key_default_null` < RAND()  /* QNO 1181 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `table0_innodb` WHERE `col_float_key_default_null` < RAND()  /* QNO 1181 CON_ID 16 */  RETURNING * /* QNO 1182 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `table0_innodb` WHERE `col_float_key_default_null` < RAND()  /* QNO 1181 CON_ID 16 */  /* QNO 1183 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1184 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1185 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1185 CON_ID 16 */  /* QNO 1186 CON_ID 16 */
		   16 Query	SET @a = 0  /* QNO 1187 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 0  /* QNO 1187 CON_ID 16 */  /* QNO 1188 CON_ID 16 */
		   16 Query	UPDATE `table100_innodb_int_autoinc` SET `col_char_latin1_not_null` = @a ORDER BY `col_char_utf8` LIMIT 0  /* QNO 1189 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1190 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1191 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1191 CON_ID 16 */  /* QNO 1192 CON_ID 16 */
		   16 Query	INSERT INTO `table100_innodb` ( `col_enum_utf8` ) VALUES ( RAND () )  /* QNO 1193 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1194 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1195 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1195 CON_ID 16 */  /* QNO 1196 CON_ID 16 */
		   16 Query	SET @a = 1  /* QNO 1197 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 1  /* QNO 1197 CON_ID 16 */  /* QNO 1198 CON_ID 16 */
		   16 Query	DELETE FROM `table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_blob` < @a LIMIT 1  /* QNO 1199 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_blob` < @a LIMIT 1  /* QNO 1199 CON_ID 16 */  RETURNING * /* QNO 1200 CON_ID 16 */
180306 13:55:15	   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_blob` < @a LIMIT 1  /* QNO 1199 CON_ID 16 */  /* QNO 1201 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1202 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1203 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1203 CON_ID 16 */  /* QNO 1204 CON_ID 16 */
		   16 Query	DELETE FROM `view_table100_innodb_key_pk_parts_2_int_autoinc` WHERE `col_enum_latin1_key_default_null` = NULL LIMIT 1  /* QNO 1205 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1206 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 1207 CON_ID 16 */
		   16 Query	SELECT * FROM `view_table1_innodb_key_pk_parts_2_int_autoinc` INTO OUTFILE 'load_view_table1_innodb_key_pk_parts_2_int_autoinc'  /* QNO 1208 CON_ID 16 */
		   16 Query	LOAD DATA INFILE 'load_view_table1_innodb_key_pk_parts_2_int_autoinc' IGNORE INTO TABLE view_table1_innodb_key_pk_parts_2_int_autoinc /* QNO 1209 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	CREATE TRIGGER z BEFORE INSERT ON `table10_innodb_key_pk_parts_2_int_autoinc` FOR EACH ROW BEGIN SET @binlog_format_saved = @@binlog_format ; INSERT INTO `view_table10_innodb` ( `col_enum_latin1_key` ) VALUES ( 3 ) ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; SET @a = 'today' ; INSERT INTO `view_table100_innodb` ( `col_int_key_default_null` ) VALUES ( @a ) ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; DELETE FROM `view_table10_innodb_int_autoinc` WHERE `col_decimal_unsigned_not_null_key` > NULL LIMIT 1 ; SET BINLOG_FORMAT = @binlog_format_saved ; CALL i () ; END /* QNO 1210 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1211 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1211 CON_ID 16 */  /* QNO 1212 CON_ID 16 */
		   16 Query	DELETE FROM `view_table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_set_latin1_default_null` < RAND()  /* QNO 1213 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `view_table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_set_latin1_default_null` < RAND()  /* QNO 1213 CON_ID 16 */  RETURNING * /* QNO 1214 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `view_table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_set_latin1_default_null` < RAND()  /* QNO 1213 CON_ID 16 */  /* QNO 1215 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1216 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1217 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1217 CON_ID 16 */  /* QNO 1218 CON_ID 16 */
		   16 Query	UPDATE `view_table100_innodb_int_autoinc` SET `col_int_not_null_key` = NULL WHERE `col_float_key_default_null` = 7 ORDER BY `col_enum_utf8` LIMIT 7  /* QNO 1219 CON_ID 16 */
		   16 Query	INSERT INTO `table10_innodb_key_pk_parts_2_int_autoinc` ( `col_int_unsigned_not_null` ) VALUES ( 7 )  /* QNO 1220 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	UPDATE `table10_innodb_key_pk_parts_2_int_autoinc` SET `col_float_not_null_key` = NULL WHERE `col_float_key` = NULL ORDER BY `col_int_key_default_null`  /* QNO 1221 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `table10_innodb_key_pk_parts_2_int_autoinc` SET `col_float_not_null_key` = NULL WHERE `col_float_key` = NULL ORDER BY `col_int_key_default_null`  /* QNO 1221 CON_ID 16 */  /* QNO 1222 CON_ID 16 */
		   16 Query	INSERT INTO `table0_innodb_int_autoinc` ( `col_enum_latin1` ) VALUES ( NULL )  /* QNO 1223 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1224 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1225 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1225 CON_ID 16 */  /* QNO 1226 CON_ID 16 */
		   16 Query	SET @a = 'encouraging'  /* QNO 1227 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 'encouraging'  /* QNO 1227 CON_ID 16 */  /* QNO 1228 CON_ID 16 */
		   16 Query	UPDATE `table1_innodb_key_pk_parts_2_int_autoinc` SET `col_blob_default_null` = @a ORDER BY `col_decimal_not_null_key` LIMIT 8  /* QNO 1229 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `table1_innodb_key_pk_parts_2_int_autoinc` SET `col_blob_default_null` = @a ORDER BY `col_decimal_not_null_key` LIMIT 8  /* QNO 1229 CON_ID 16 */  /* QNO 1230 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1231 CON_ID 16 */
		   16 Query	CREATE EVENT IF NOT EXISTS p ON SCHEDULE EVERY 7 SECOND ON COMPLETION PRESERVE DO BEGIN SET @binlog_format_saved = @@binlog_format ; INSERT INTO `view_table10_innodb` ( `col_int_key_default_null` ) VALUES ( 8 ) ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; SET @a = 2 ; UPDATE `table0_innodb_key_pk_parts_2_int_autoinc` SET `col_char_utf8_not_null` = @a ORDER BY `col_char_utf8_not_null` LIMIT 9 ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; SET @a = 'manner' ; UPDATE `table0_innodb_key_pk_parts_2_int_autoinc` SET `col_decimal_not_null` = @a ORDER BY `col_enum_latin1_key_default_null` LIMIT 3 ; SET BINLOG_FORMAT = @binlog_format_saved ; CALL h () ; END /* QNO 1232 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1233 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1233 CON_ID 16 */  /* QNO 1234 CON_ID 16 */
		   16 Query	INSERT INTO `table10_innodb` ( `col_int_key_default_null` ) VALUES ( RAND () )  /* QNO 1235 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1236 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1237 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1237 CON_ID 16 */  /* QNO 1238 CON_ID 16 */
		   16 Query	INSERT INTO `view_table0_innodb_key_pk_parts_2_int_autoinc` ( `col_float_key_default_null` ) VALUES ( LAST_INSERT_ID() )  /* QNO 1239 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1240 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1241 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1241 CON_ID 16 */  /* QNO 1242 CON_ID 16 */
		   16 Query	SET @a = 'possibility'  /* QNO 1243 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 'possibility'  /* QNO 1243 CON_ID 16 */  /* QNO 1244 CON_ID 16 */
		   16 Query	DELETE FROM `view_table0_innodb_key_pk_parts_2_int_autoinc` WHERE `col_float_not_null_key` < @a LIMIT 1  /* QNO 1245 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1246 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1247 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1247 CON_ID 16 */  /* QNO 1248 CON_ID 16 */
		   16 Query	UPDATE `view_table1_innodb` SET `col_char_utf8_not_null_key` = NULL WHERE `col_char_latin1_not_null_key` = 'twentieth' ORDER BY `col_bit_key_default_null` LIMIT 0  /* QNO 1249 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `view_table1_innodb` SET `col_char_utf8_not_null_key` = NULL WHERE `col_char_latin1_not_null_key` = 'twentieth' ORDER BY `col_bit_key_default_null` LIMIT 0  /* QNO 1249 CON_ID 16 */  /* QNO 1250 CON_ID 16 */
		   16 Query	UPDATE `table10_innodb` SET `col_enum_latin1_not_null` = NULL WHERE `col_decimal_unsigned` < 'asset' LIMIT 9  /* QNO 1251 CON_ID 16 */
		   16 Query	UPDATE `table0_innodb_int_autoinc` SET `col_float_unsigned_not_null` = 'summer' WHERE `col_int_unsigned_not_null_key` = 1 ORDER BY `col_bit_not_null_key` LIMIT 7  /* QNO 1252 CON_ID 16 */
		   16 Query	INSERT INTO `view_table100_innodb_int_autoinc` ( `col_int_key` ) VALUES ( 'reservation' )  /* QNO 1253 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1254 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 1255 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1256 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1256 CON_ID 16 */  /* QNO 1257 CON_ID 16 */
		   16 Query	INSERT INTO `table100_innodb` ( `col_blob_key` ) VALUES ( LAST_INSERT_ID() )  /* QNO 1258 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1259 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1260 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1260 CON_ID 16 */  /* QNO 1261 CON_ID 16 */
		   16 Query	INSERT INTO `table0_innodb_int_autoinc` ( `col_set_utf8` ) VALUES ( 6 )  /* QNO 1262 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1263 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1264 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1264 CON_ID 16 */  /* QNO 1265 CON_ID 16 */
		   16 Query	INSERT INTO `table100_innodb_key_pk_parts_2_int_autoinc` ( `pk` ) VALUES ( NULL )  /* QNO 1266 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1267 CON_ID 16 */
		   16 Query	SAVEPOINT A /* QNO 1268 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SAVEPOINT A /* QNO 1268 CON_ID 16 */  /* QNO 1269 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1270 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1270 CON_ID 16 */  /* QNO 1271 CON_ID 16 */
		   16 Query	INSERT INTO `table0_innodb` ( `col_enum_utf8_default_null` ) VALUES ( 5 )  /* QNO 1272 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	DELETE FROM `view_table10_innodb` WHERE `col_blob_not_null` < 0 LIMIT 1  /* QNO 1273 CON_ID 16 */
		   16 Query	INSERT INTO `view_table0_innodb` ( `col_float_unsigned_default_null` ) VALUES ( 'incident' )  /* QNO 1274 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	UPDATE `table1_innodb_int_autoinc` SET `col_set_utf8` = 6 WHERE `col_char_utf8_not_null` > NULL ORDER BY `col_enum_latin1_not_null` LIMIT 6  /* QNO 1275 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `table1_innodb_int_autoinc` SET `col_set_utf8` = 6 WHERE `col_char_utf8_not_null` > NULL ORDER BY `col_enum_latin1_not_null` LIMIT 6  /* QNO 1275 CON_ID 16 */  /* QNO 1276 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1277 CON_ID 16 */
		   16 Query	COMMIT /* QNO 1278 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1279 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1279 CON_ID 16 */  /* QNO 1280 CON_ID 16 */
		   16 Query	SET @a = 'carpet'  /* QNO 1281 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 'carpet'  /* QNO 1281 CON_ID 16 */  /* QNO 1282 CON_ID 16 */
		   16 Query	DELETE FROM `view_table1_innodb_int_autoinc` WHERE `col_float_unsigned_key_default_null` < @a LIMIT 1  /* QNO 1283 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `view_table1_innodb_int_autoinc` WHERE `col_float_unsigned_key_default_null` < @a LIMIT 1  /* QNO 1283 CON_ID 16 */  RETURNING * /* QNO 1284 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `view_table1_innodb_int_autoinc` WHERE `col_float_unsigned_key_default_null` < @a LIMIT 1  /* QNO 1283 CON_ID 16 */  /* QNO 1285 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1286 CON_ID 16 */
		   16 Query	ALTER TABLE `table100_innodb_int_autoinc` /*!100301 NOWAIT */ ADD CONSTRAINT CHECK (vcol10 LIKE 8) /* QNO 1287 CON_ID 16 */
		   16 Query	SAVEPOINT A /* QNO 1288 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SAVEPOINT A /* QNO 1288 CON_ID 16 */  /* QNO 1289 CON_ID 16 */
		   16 Query	COMMIT /* QNO 1290 CON_ID 16 */
		   16 Query	ALTER TABLE `view_table100_innodb_int_autoinc` /*!100301 WAIT 7 */ ADD COLUMN IF NOT EXISTS tcol4 YEAR NULL, ALGORITHM=COPY, LOCK=NONE, ADD CONSTRAINT PRIMARY KEY(tscol6), ALGORITHM=DEFAULT, LOCK=SHARED, ADD FOREIGN KEY (icol7) REFERENCES `view_table10_innodb` (tcol10) ON DELETE NO ACTION, DROP PRIMARY KEY /* QNO 1291 CON_ID 16 */
		   16 Query	FLUSH TABLES /* QNO 1292 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1293 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1293 CON_ID 16 */  /* QNO 1294 CON_ID 16 */
		   16 Query	DELETE FROM `view_table1_innodb_int_autoinc` WHERE `col_char_latin1_not_null` < NULL LIMIT 1  /* QNO 1295 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `view_table1_innodb_int_autoinc` WHERE `col_char_latin1_not_null` < NULL LIMIT 1  /* QNO 1295 CON_ID 16 */  RETURNING * /* QNO 1296 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `view_table1_innodb_int_autoinc` WHERE `col_char_latin1_not_null` < NULL LIMIT 1  /* QNO 1295 CON_ID 16 */  /* QNO 1297 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1298 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1299 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1299 CON_ID 16 */  /* QNO 1300 CON_ID 16 */
		   16 Query	INSERT INTO `view_table10_innodb` ( `col_enum_utf8_default_null` ) VALUES ( 6 )  /* QNO 1301 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1302 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1303 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1303 CON_ID 16 */  /* QNO 1304 CON_ID 16 */
		   16 Query	SET @a = 5  /* QNO 1305 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 5  /* QNO 1305 CON_ID 16 */  /* QNO 1306 CON_ID 16 */
		   16 Query	DELETE FROM `view_table100_innodb_key_pk_parts_2_int_autoinc` WHERE `col_float_not_null_key` < @a LIMIT 1  /* QNO 1307 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1308 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1309 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1309 CON_ID 16 */  /* QNO 1310 CON_ID 16 */
		   16 Query	UPDATE `view_table10_innodb_key_pk_parts_2_int_autoinc` SET `col_int` = NULL WHERE `col_decimal_unsigned_not_null_key` > 'verdict'  /* QNO 1311 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	INSERT INTO `view_table10_innodb_key_pk_parts_2_int_autoinc` ( `col_set_utf8_default_null` ) VALUES ( NULL )  /* QNO 1312 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	DELETE FROM `table100_innodb_int_autoinc` WHERE `col_decimal_unsigned_key` > NULL LIMIT 1  /* QNO 1313 CON_ID 16 */
		   16 Query	UPDATE `view_table10_innodb_int_autoinc` SET `col_decimal_key_default_null` = 8 WHERE `col_float_unsigned_key` = NULL ORDER BY `col_int`  /* QNO 1314 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `view_table10_innodb_int_autoinc` SET `col_decimal_key_default_null` = 8 WHERE `col_float_unsigned_key` = NULL ORDER BY `col_int`  /* QNO 1314 CON_ID 16 */  /* QNO 1315 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1316 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1317 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1317 CON_ID 16 */  /* QNO 1318 CON_ID 16 */
		   16 Query	UPDATE `table1_innodb_key_pk_parts_2_int_autoinc` SET `col_blob_key` = RAND() WHERE `col_set_utf8_key_default_null` < NULL ORDER BY RAND () LIMIT 8  /* QNO 1319 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `table1_innodb_key_pk_parts_2_int_autoinc` SET `col_blob_key` = RAND() WHERE `col_set_utf8_key_default_null` < NULL ORDER BY RAND () LIMIT 8  /* QNO 1319 CON_ID 16 */  /* QNO 1320 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1321 CON_ID 16 */
		   16 Query	XA COMMIT 'non_idle_xid' ONE PHASE  /* QNO 1322 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1323 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1323 CON_ID 16 */  /* QNO 1324 CON_ID 16 */
		   16 Query	SET @a = NULL  /* QNO 1325 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = NULL  /* QNO 1325 CON_ID 16 */  /* QNO 1326 CON_ID 16 */
		   16 Query	DELETE FROM `view_table100_innodb_int_autoinc` WHERE `col_int_default_null` < @a LIMIT 1  /* QNO 1327 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1328 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 1329 CON_ID 16 */
		   16 Query	CREATE EVENT IF NOT EXISTS m ON SCHEDULE EVERY 3 SECOND ON COMPLETION PRESERVE DO BEGIN SET @binlog_format_saved = @@binlog_format ; INSERT INTO `view_table100_innodb_int_autoinc` ( `col_bit_key_default_null` ) VALUES ( 1 ) ; DELETE FROM `table1_innodb` WHERE `col_set_utf8_not_null` > 5 LIMIT 1 ; DELETE FROM `view_table10_innodb_int_autoinc` WHERE `col_int_unsigned` = 6 LIMIT 1 ; UPDATE `table0_innodb_int_autoinc` SET `col_int_unsigned_not_null_key` = 'self-esteem' WHERE `col_enum_latin1_key` = 6 ORDER BY `col_int_unsigned_default_null` LIMIT 7 ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; INSERT INTO `view_table100_innodb` ( `col_float_default_null` ) VALUES ( 3 ) ; UPDATE `table10_innodb_int_autoinc` SET `col_float_unsigned` = 3 WHERE `col_int_unsigned_key` = 'awake' LIMIT 3 ; UPDATE `table1_innodb_int_autoinc` SET `col_int_not_null` = NULL WHERE `col_char_latin1_default_null` < 0 ; INSERT INTO `table1_innodb_key_pk_parts_2_int_autoinc` ( `col_decimal` ) VALUES ( NULL ) ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; INSERT INTO `table100_innodb` ( `col_int_unsigned` ) VALUES ( 9 ) ; SET BINLOG_FORMAT = @binlog_format_saved ; CALL p () ; END /* QNO 1330 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1331 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1331 CON_ID 16 */  /* QNO 1332 CON_ID 16 */
		   16 Query	INSERT INTO `view_table0_innodb_key_pk_parts_2_int_autoinc` ( `pk` ) VALUES ( NULL )  /* QNO 1333 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1334 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1335 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1335 CON_ID 16 */  /* QNO 1336 CON_ID 16 */
		   16 Query	INSERT INTO `view_table10_innodb` ( `col_int_unsigned_not_null` ) VALUES ( RAND () )  /* QNO 1337 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1338 CON_ID 16 */
		   16 Query	INSERT INTO `table0_innodb` SELECT * FROM `view_table10_innodb` /* QNO 1339 CON_ID 16 */
		   16 Query	XA COMMIT 'xid25'  /* QNO 1340 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 1341 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1342 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1342 CON_ID 16 */  /* QNO 1343 CON_ID 16 */
		   16 Query	INSERT INTO `view_table0_innodb_key_pk_parts_2_int_autoinc` ( `col_decimal_unsigned_key_default_null` ) VALUES ( LAST_INSERT_ID() )  /* QNO 1344 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1345 CON_ID 16 */
		   16 Query	INSERT INTO `table100_innodb_key_pk_parts_2_int_autoinc` SELECT * FROM `table0_innodb` /* QNO 1346 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1347 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1347 CON_ID 16 */  /* QNO 1348 CON_ID 16 */
		   16 Query	INSERT INTO `table100_innodb_key_pk_parts_2_int_autoinc` ( `col_float_unsigned_not_null` ) VALUES ( RAND () )  /* QNO 1349 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1350 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1351 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1351 CON_ID 16 */  /* QNO 1352 CON_ID 16 */
		   16 Query	DELETE FROM `view_table0_innodb_int_autoinc` WHERE `col_int_key` < 'notice' LIMIT 1  /* QNO 1353 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1354 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1355 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1355 CON_ID 16 */  /* QNO 1356 CON_ID 16 */
		   16 Query	UPDATE `table10_innodb_key_pk_parts_2_int_autoinc` SET `col_float_unsigned_not_null_key` = RAND() WHERE `col_blob` < 9 ORDER BY RAND () LIMIT 8  /* QNO 1357 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1358 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 1359 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1360 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1360 CON_ID 16 */  /* QNO 1361 CON_ID 16 */
		   16 Query	SET @a = NULL  /* QNO 1362 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = NULL  /* QNO 1362 CON_ID 16 */  /* QNO 1363 CON_ID 16 */
		   16 Query	UPDATE `table1_innodb` SET `col_int_key_default_null` = @a ORDER BY `col_bit` LIMIT 8  /* QNO 1364 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `table1_innodb` SET `col_int_key_default_null` = @a ORDER BY `col_bit` LIMIT 8  /* QNO 1364 CON_ID 16 */  /* QNO 1365 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1366 CON_ID 16 */
		   16 Query	ROLLBACK TO SAVEPOINT A /* QNO 1367 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS ROLLBACK TO SAVEPOINT A /* QNO 1367 CON_ID 16 */  /* QNO 1368 CON_ID 16 */
		   16 Query	COMMIT /* QNO 1369 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 1370 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1371 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1371 CON_ID 16 */  /* QNO 1372 CON_ID 16 */
		   16 Query	INSERT INTO `view_table1_innodb_key_pk_parts_2_int_autoinc` ( `col_set_utf8_key_default_null` ) VALUES ( 'bar' )  /* QNO 1373 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	INSERT INTO `view_table1_innodb_int_autoinc` ( `col_bit_not_null_key` ) VALUES ( NULL )  /* QNO 1374 CON_ID 16 */
		   16 Query	UPDATE `view_table1_innodb_int_autoinc` SET `col_enum_utf8_not_null_key` = 7 WHERE `col_float_default_null` > 'intelligence' ORDER BY `col_set_latin1_key_default_null` LIMIT 6  /* QNO 1375 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `view_table1_innodb_int_autoinc` SET `col_enum_utf8_not_null_key` = 7 WHERE `col_float_default_null` > 'intelligence' ORDER BY `col_set_latin1_key_default_null` LIMIT 6  /* QNO 1375 CON_ID 16 */  /* QNO 1376 CON_ID 16 */
		   16 Query	INSERT INTO `table1_innodb_int_autoinc` ( `col_char_latin1` ) VALUES ( NULL )  /* QNO 1377 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1378 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1379 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1379 CON_ID 16 */  /* QNO 1380 CON_ID 16 */
		   16 Query	UPDATE `table10_innodb_int_autoinc` SET `col_decimal_unsigned_key_default_null` = 9 WHERE `col_float_unsigned_default_null` = 'passage'  /* QNO 1381 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	INSERT INTO `table1_innodb` ( `col_float_unsigned_key` ) VALUES ( NULL )  /* QNO 1382 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	DELETE FROM `table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_int_default_null` > NULL LIMIT 1  /* QNO 1383 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_int_default_null` > NULL LIMIT 1  /* QNO 1383 CON_ID 16 */  RETURNING * /* QNO 1384 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_int_default_null` > NULL LIMIT 1  /* QNO 1383 CON_ID 16 */  /* QNO 1385 CON_ID 16 */
		   16 Query	UPDATE `table0_innodb_int_autoinc` SET `col_decimal` = NULL WHERE `col_blob_key` > 'internet'  /* QNO 1386 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1387 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1388 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1388 CON_ID 16 */  /* QNO 1389 CON_ID 16 */
		   16 Query	DELETE FROM `view_table100_innodb` WHERE `col_char_latin1` = 0 LIMIT 1  /* QNO 1390 CON_ID 16 */
		   16 Query	DELETE FROM `view_table100_innodb_key_pk_parts_2_int_autoinc` WHERE `col_enum_latin1_not_null` = 'particle' LIMIT 1  /* QNO 1391 CON_ID 16 */
		   16 Query	UPDATE `table0_innodb_int_autoinc` SET `col_char_latin1_key_default_null` = 'heavy' WHERE `col_set_utf8_key_default_null` > 'difficult' ORDER BY `col_set_utf8_key`  /* QNO 1392 CON_ID 16 */
		   16 Query	DELETE FROM `view_table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_set_latin1_key` > 'officer' LIMIT 1  /* QNO 1393 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `view_table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_set_latin1_key` > 'officer' LIMIT 1  /* QNO 1393 CON_ID 16 */  RETURNING * /* QNO 1394 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `view_table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_set_latin1_key` > 'officer' LIMIT 1  /* QNO 1393 CON_ID 16 */  /* QNO 1395 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1396 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1397 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1397 CON_ID 16 */  /* QNO 1398 CON_ID 16 */
		   16 Query	DELETE FROM `view_table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_set_utf8_not_null_key` < 'cruise' LIMIT 1  /* QNO 1399 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `view_table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_set_utf8_not_null_key` < 'cruise' LIMIT 1  /* QNO 1399 CON_ID 16 */  RETURNING * /* QNO 1400 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `view_table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_set_utf8_not_null_key` < 'cruise' LIMIT 1  /* QNO 1399 CON_ID 16 */  /* QNO 1401 CON_ID 16 */
		   16 Query	INSERT INTO `table10_innodb_int_autoinc` ( `col_decimal_default_null` ) VALUES ( NULL )  /* QNO 1402 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	DELETE FROM `table100_innodb_int_autoinc` WHERE `col_set_utf8` > 'tax' LIMIT 1  /* QNO 1403 CON_ID 16 */
		   16 Query	INSERT INTO `view_table10_innodb_int_autoinc` ( `col_int_unsigned_key` ) VALUES ( NULL )  /* QNO 1404 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1405 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 1406 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1407 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1407 CON_ID 16 */  /* QNO 1408 CON_ID 16 */
		   16 Query	DELETE FROM `table100_innodb` WHERE `col_enum_utf8` = NULL LIMIT 1  /* QNO 1409 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1410 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1411 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1411 CON_ID 16 */  /* QNO 1412 CON_ID 16 */
		   16 Query	INSERT INTO `view_table0_innodb_key_pk_parts_2_int_autoinc` ( `col_set_latin1` ) VALUES ( 8 )  /* QNO 1413 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1414 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1415 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1415 CON_ID 16 */  /* QNO 1416 CON_ID 16 */
		   16 Query	INSERT INTO `table0_innodb` ( `col_float_key_default_null` ) VALUES ( 'preparation' )  /* QNO 1417 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1418 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1419 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1419 CON_ID 16 */  /* QNO 1420 CON_ID 16 */
		   16 Query	UPDATE `view_table0_innodb_key_pk_parts_2_int_autoinc` SET `col_int_key_default_null` = 4 WHERE `col_float_not_null_key` = NULL ORDER BY `col_float_not_null_key` LIMIT 0  /* QNO 1421 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1422 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 1423 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1424 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1424 CON_ID 16 */  /* QNO 1425 CON_ID 16 */
		   16 Query	UPDATE `table0_innodb_key_pk_parts_2_int_autoinc` SET `col_float_unsigned_key_default_null` = 'latter' WHERE `col_int_unsigned_key` > NULL ORDER BY `col_char_latin1_key_default_null`  /* QNO 1426 CON_ID 16 */
		   16 Query	UPDATE `view_table1_innodb_key_pk_parts_2_int_autoinc` SET `col_bit` = 'scary' WHERE `col_set_utf8_key_default_null` < NULL LIMIT 2  /* QNO 1427 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `view_table1_innodb_key_pk_parts_2_int_autoinc` SET `col_bit` = 'scary' WHERE `col_set_utf8_key_default_null` < NULL LIMIT 2  /* QNO 1427 CON_ID 16 */  /* QNO 1428 CON_ID 16 */
		   16 Query	INSERT INTO `table1_innodb` ( `col_decimal_unsigned_key` ) VALUES ( 6 )  /* QNO 1429 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	DELETE FROM `table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_bit_key` < 0 LIMIT 1  /* QNO 1430 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_bit_key` < 0 LIMIT 1  /* QNO 1430 CON_ID 16 */  RETURNING * /* QNO 1431 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_bit_key` < 0 LIMIT 1  /* QNO 1430 CON_ID 16 */  /* QNO 1432 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1433 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1434 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1434 CON_ID 16 */  /* QNO 1435 CON_ID 16 */
		   16 Query	UPDATE `table10_innodb` SET `col_decimal_unsigned_not_null` = 4 WHERE `col_blob_key_default_null` > 'weird' LIMIT 7  /* QNO 1436 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1437 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1438 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1438 CON_ID 16 */  /* QNO 1439 CON_ID 16 */
		   16 Query	INSERT INTO `view_table10_innodb_int_autoinc` ( `col_char_utf8_default_null` ) VALUES ( RAND () )  /* QNO 1440 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1441 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1442 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1442 CON_ID 16 */  /* QNO 1443 CON_ID 16 */
		   16 Query	DELETE FROM `table0_innodb` WHERE `col_enum_latin1_default_null` = 'permanent' LIMIT 1  /* QNO 1444 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `table0_innodb` WHERE `col_enum_latin1_default_null` = 'permanent' LIMIT 1  /* QNO 1444 CON_ID 16 */  RETURNING * /* QNO 1445 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `table0_innodb` WHERE `col_enum_latin1_default_null` = 'permanent' LIMIT 1  /* QNO 1444 CON_ID 16 */  /* QNO 1446 CON_ID 16 */
		   16 Query	DELETE FROM `view_table1_innodb` WHERE `col_set_utf8` > 'difficult' LIMIT 1  /* QNO 1447 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `view_table1_innodb` WHERE `col_set_utf8` > 'difficult' LIMIT 1  /* QNO 1447 CON_ID 16 */  RETURNING * /* QNO 1448 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `view_table1_innodb` WHERE `col_set_utf8` > 'difficult' LIMIT 1  /* QNO 1447 CON_ID 16 */  /* QNO 1449 CON_ID 16 */
		   16 Query	UPDATE `view_table0_innodb_key_pk_parts_2_int_autoinc` SET `col_blob_key_default_null` = NULL WHERE `col_float_key_default_null` = 0 ORDER BY `col_float_unsigned`  /* QNO 1450 CON_ID 16 */
		   16 Query	UPDATE `view_table1_innodb_key_pk_parts_2_int_autoinc` SET `col_enum_utf8` = NULL WHERE `col_char_latin1_default_null` > NULL ORDER BY `col_float_unsigned_key_default_null`  /* QNO 1451 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `view_table1_innodb_key_pk_parts_2_int_autoinc` SET `col_enum_utf8` = NULL WHERE `col_char_latin1_default_null` > NULL ORDER BY `col_float_unsigned_key_default_null`  /* QNO 1451 CON_ID 16 */  /* QNO 1452 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1453 CON_ID 16 */
		   16 Query	ALTER TABLE t3 RENAME TO t6 /* QNO 1454 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1455 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1455 CON_ID 16 */  /* QNO 1456 CON_ID 16 */
		   16 Query	SET @a = 5  /* QNO 1457 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 5  /* QNO 1457 CON_ID 16 */  /* QNO 1458 CON_ID 16 */
		   16 Query	DELETE FROM `view_table100_innodb_key_pk_parts_2_int_autoinc` WHERE `col_char_latin1_key_default_null` < @a LIMIT 1  /* QNO 1459 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1460 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1461 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1461 CON_ID 16 */  /* QNO 1462 CON_ID 16 */
		   16 Query	INSERT INTO `table1_innodb_int_autoinc` ( `pk` ) VALUES ( NULL )  /* QNO 1463 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1464 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 1465 CON_ID 16 */
		   16 Query	SELECT * FROM `view_table10_innodb_int_autoinc` INTO OUTFILE 'load_view_table10_innodb_int_autoinc'  /* QNO 1466 CON_ID 16 */
		   16 Query	LOAD DATA INFILE 'load_view_table10_innodb_int_autoinc' REPLACE INTO TABLE view_table10_innodb_int_autoinc /* QNO 1467 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1468 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1468 CON_ID 16 */  /* QNO 1469 CON_ID 16 */
		   16 Query	INSERT INTO `view_table0_innodb_key_pk_parts_2_int_autoinc` ( `col_int_unsigned_key` ) VALUES ( 2 )  /* QNO 1470 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1471 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1472 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1472 CON_ID 16 */  /* QNO 1473 CON_ID 16 */
		   16 Query	SET @a = 'accountability'  /* QNO 1474 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 'accountability'  /* QNO 1474 CON_ID 16 */  /* QNO 1475 CON_ID 16 */
		   16 Query	UPDATE `view_table1_innodb_int_autoinc` SET `col_char_latin1_not_null_key` = @a ORDER BY `col_char_utf8_default_null` LIMIT 5  /* QNO 1476 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1477 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1478 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1478 CON_ID 16 */  /* QNO 1479 CON_ID 16 */
		   16 Query	SET @a = 6  /* QNO 1480 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 6  /* QNO 1480 CON_ID 16 */  /* QNO 1481 CON_ID 16 */
		   16 Query	UPDATE `view_table10_innodb_int_autoinc` SET `col_int_default_null` = @a ORDER BY `col_decimal` LIMIT 4  /* QNO 1482 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `view_table10_innodb_int_autoinc` SET `col_int_default_null` = @a ORDER BY `col_decimal` LIMIT 4  /* QNO 1482 CON_ID 16 */  /* QNO 1483 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1484 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1485 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1485 CON_ID 16 */  /* QNO 1486 CON_ID 16 */
		   16 Query	INSERT INTO `view_table100_innodb_int_autoinc` ( `col_float_default_null` ) VALUES ( 'survive' )  /* QNO 1487 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1488 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1489 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1489 CON_ID 16 */  /* QNO 1490 CON_ID 16 */
		   16 Query	UPDATE `table1_innodb_key_pk_parts_2_int_autoinc` SET `col_bit_key` = RAND() WHERE `col_char_utf8_not_null_key` > NULL ORDER BY RAND () LIMIT 6  /* QNO 1491 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `table1_innodb_key_pk_parts_2_int_autoinc` SET `col_bit_key` = RAND() WHERE `col_char_utf8_not_null_key` > NULL ORDER BY RAND () LIMIT 6  /* QNO 1491 CON_ID 16 */  /* QNO 1492 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1493 CON_ID 16 */
		   16 Query	SAVEPOINT A /* QNO 1494 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SAVEPOINT A /* QNO 1494 CON_ID 16 */  /* QNO 1495 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1496 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1496 CON_ID 16 */  /* QNO 1497 CON_ID 16 */
		   16 Query	INSERT INTO `table1_innodb_int_autoinc` ( `col_enum_utf8` ) VALUES ( NULL )  /* QNO 1498 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	UPDATE `view_table100_innodb` SET `col_decimal_unsigned_default_null` = 2 WHERE `col_set_latin1` < NULL ORDER BY `col_blob_default_null`  /* QNO 1499 CON_ID 16 */
		   16 Query	DELETE FROM `view_table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_blob_not_null` < 7 LIMIT 1  /* QNO 1500 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	INSERT INTO `view_table1_innodb` ( `col_blob_not_null_key` ) VALUES ( NULL )  /* QNO 1501 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1502 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1503 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1503 CON_ID 16 */  /* QNO 1504 CON_ID 16 */
		   16 Query	INSERT INTO `table10_innodb` ( `col_char_utf8` ) VALUES ( 1 )  /* QNO 1505 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1506 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1507 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1507 CON_ID 16 */  /* QNO 1508 CON_ID 16 */
		   16 Query	SET @a = 6  /* QNO 1509 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 6  /* QNO 1509 CON_ID 16 */  /* QNO 1510 CON_ID 16 */
		   16 Query	UPDATE `table10_innodb` SET `col_blob_not_null` = @a ORDER BY `col_bit_not_null_key` LIMIT 3  /* QNO 1511 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1512 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1513 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1513 CON_ID 16 */  /* QNO 1514 CON_ID 16 */
		   16 Query	INSERT INTO `view_table100_innodb_int_autoinc` ( `pk` ) VALUES ( NULL )  /* QNO 1515 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1516 CON_ID 16 */
		   16 Query	XA END 'xid54'  /* QNO 1517 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1518 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1518 CON_ID 16 */  /* QNO 1519 CON_ID 16 */
		   16 Query	INSERT INTO `view_table100_innodb_int_autoinc` ( `pk` ) VALUES ( NULL )  /* QNO 1520 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1521 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 1522 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1523 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1523 CON_ID 16 */  /* QNO 1524 CON_ID 16 */
		   16 Query	INSERT INTO `table0_innodb_int_autoinc` ( `col_set_latin1_key_default_null` ) VALUES ( 5 )  /* QNO 1525 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1526 CON_ID 16 */
		   16 Query	START TRANSACTION /* QNO 1527 CON_ID 16 */
		   16 Query	SAVEPOINT A /* QNO 1528 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SAVEPOINT A /* QNO 1528 CON_ID 16 */  /* QNO 1529 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1530 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1530 CON_ID 16 */  /* QNO 1531 CON_ID 16 */
		   16 Query	UPDATE `view_table10_innodb_key_pk_parts_2_int_autoinc` SET `col_int` = 9 WHERE `col_set_latin1_key_default_null` = 7 ORDER BY `col_int_not_null_key`  /* QNO 1532 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `view_table10_innodb_key_pk_parts_2_int_autoinc` SET `col_int` = 9 WHERE `col_set_latin1_key_default_null` = 7 ORDER BY `col_int_not_null_key`  /* QNO 1532 CON_ID 16 */  /* QNO 1533 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1534 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1535 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1535 CON_ID 16 */  /* QNO 1536 CON_ID 16 */
		   16 Query	DELETE FROM `table10_innodb` WHERE `col_char_latin1_key_default_null` > 7 LIMIT 1  /* QNO 1537 CON_ID 16 */
		   16 Query	DELETE FROM `table1_innodb_int_autoinc` WHERE `col_decimal_not_null` > 6 LIMIT 1  /* QNO 1538 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `table1_innodb_int_autoinc` WHERE `col_decimal_not_null` > 6 LIMIT 1  /* QNO 1538 CON_ID 16 */  RETURNING * /* QNO 1539 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `table1_innodb_int_autoinc` WHERE `col_decimal_not_null` > 6 LIMIT 1  /* QNO 1538 CON_ID 16 */  /* QNO 1540 CON_ID 16 */
		   16 Query	INSERT INTO `table100_innodb` ( `col_enum_latin1_key_default_null` ) VALUES ( 'skin' )  /* QNO 1541 CON_ID 16 */
		   16 Query	DELETE FROM `table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_blob_default_null` > NULL LIMIT 1  /* QNO 1542 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_blob_default_null` > NULL LIMIT 1  /* QNO 1542 CON_ID 16 */  RETURNING * /* QNO 1543 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_blob_default_null` > NULL LIMIT 1  /* QNO 1542 CON_ID 16 */  /* QNO 1544 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1545 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1546 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1546 CON_ID 16 */  /* QNO 1547 CON_ID 16 */
		   16 Query	INSERT INTO `table1_innodb_key_pk_parts_2_int_autoinc` ( `pk` ) VALUES ( NULL )  /* QNO 1548 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1549 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1550 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1550 CON_ID 16 */  /* QNO 1551 CON_ID 16 */
		   16 Query	UPDATE `table100_innodb_int_autoinc` SET `col_enum_latin1_not_null_key` = NULL WHERE `col_bit` > NULL ORDER BY `col_enum_utf8_key_default_null` LIMIT 4  /* QNO 1552 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1553 CON_ID 16 */
		   16 Query	COMMIT /* QNO 1554 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1555 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1555 CON_ID 16 */  /* QNO 1556 CON_ID 16 */
		   16 Query	INSERT INTO `view_table0_innodb` ( `col_int_not_null` ) VALUES ( NULL )  /* QNO 1557 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1558 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1559 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1559 CON_ID 16 */  /* QNO 1560 CON_ID 16 */
		   16 Query	INSERT INTO `table100_innodb_int_autoinc` ( `col_float_unsigned_not_null_key` ) VALUES ( NULL )  /* QNO 1561 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1562 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1563 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1563 CON_ID 16 */  /* QNO 1564 CON_ID 16 */
		   16 Query	INSERT INTO `view_table100_innodb` ( `col_set_utf8_key` ) VALUES ( NULL )  /* QNO 1565 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1566 CON_ID 16 */
		   16 Query	ROLLBACK /* QNO 1567 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1568 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1568 CON_ID 16 */  /* QNO 1569 CON_ID 16 */
		   16 Query	SET @a = NULL  /* QNO 1570 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = NULL  /* QNO 1570 CON_ID 16 */  /* QNO 1571 CON_ID 16 */
		   16 Query	UPDATE `view_table1_innodb_key_pk_parts_2_int_autoinc` SET `col_enum_utf8` = @a ORDER BY `col_float_unsigned_not_null_key` LIMIT 4  /* QNO 1572 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `view_table1_innodb_key_pk_parts_2_int_autoinc` SET `col_enum_utf8` = @a ORDER BY `col_float_unsigned_not_null_key` LIMIT 4  /* QNO 1572 CON_ID 16 */  /* QNO 1573 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1574 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1575 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1575 CON_ID 16 */  /* QNO 1576 CON_ID 16 */
		   16 Query	UPDATE `table1_innodb` SET `col_char_latin1` = 'shock' WHERE `col_float` > NULL ORDER BY `col_blob_default_null`  /* QNO 1577 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `table1_innodb` SET `col_char_latin1` = 'shock' WHERE `col_float` > NULL ORDER BY `col_blob_default_null`  /* QNO 1577 CON_ID 16 */  /* QNO 1578 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1579 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1580 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1580 CON_ID 16 */  /* QNO 1581 CON_ID 16 */
		   16 Query	UPDATE `view_table10_innodb_key_pk_parts_2_int_autoinc` SET `col_bit` = NULL WHERE `col_decimal_unsigned_key_default_null` = 'wait' ORDER BY `col_bit` LIMIT 7  /* QNO 1582 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `view_table10_innodb_key_pk_parts_2_int_autoinc` SET `col_bit` = NULL WHERE `col_decimal_unsigned_key_default_null` = 'wait' ORDER BY `col_bit` LIMIT 7  /* QNO 1582 CON_ID 16 */  /* QNO 1583 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1584 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1585 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1585 CON_ID 16 */  /* QNO 1586 CON_ID 16 */
		   16 Query	INSERT INTO `view_table0_innodb_int_autoinc` ( `col_set_latin1_default_null` ) VALUES ( RAND () )  /* QNO 1587 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1588 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1589 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1589 CON_ID 16 */  /* QNO 1590 CON_ID 16 */
		   16 Query	SET @a = NULL  /* QNO 1591 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = NULL  /* QNO 1591 CON_ID 16 */  /* QNO 1592 CON_ID 16 */
		   16 Query	INSERT INTO `view_table100_innodb_int_autoinc` ( `col_set_latin1_not_null_key` ) VALUES ( @a )  /* QNO 1593 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1594 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1595 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1595 CON_ID 16 */  /* QNO 1596 CON_ID 16 */
		   16 Query	INSERT INTO `view_table100_innodb_key_pk_parts_2_int_autoinc` ( `pk` ) VALUES ( NULL )  /* QNO 1597 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1598 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1599 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1599 CON_ID 16 */  /* QNO 1600 CON_ID 16 */
		   16 Query	INSERT INTO `table100_innodb_int_autoinc` ( `pk` ) VALUES ( LAST_INSERT_ID() )  /* QNO 1601 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1602 CON_ID 16 */
		   16 Query	START TRANSACTION /* QNO 1603 CON_ID 16 */
		   16 Query	RELEASE SAVEPOINT A /* QNO 1604 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS RELEASE SAVEPOINT A /* QNO 1604 CON_ID 16 */  /* QNO 1605 CON_ID 16 */
		   16 Query	COMMIT /* QNO 1606 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1607 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1607 CON_ID 16 */  /* QNO 1608 CON_ID 16 */
		   16 Query	DELETE FROM `table10_innodb_int_autoinc` WHERE `col_char_utf8_not_null_key` > 'pitch' LIMIT 1  /* QNO 1609 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `table10_innodb_int_autoinc` WHERE `col_char_utf8_not_null_key` > 'pitch' LIMIT 1  /* QNO 1609 CON_ID 16 */  RETURNING * /* QNO 1610 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `table10_innodb_int_autoinc` WHERE `col_char_utf8_not_null_key` > 'pitch' LIMIT 1  /* QNO 1609 CON_ID 16 */  /* QNO 1611 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1612 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1613 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1613 CON_ID 16 */  /* QNO 1614 CON_ID 16 */
		   16 Query	UPDATE `table1_innodb` SET `col_enum_latin1_key_default_null` = 'cattle' WHERE `col_enum_latin1_default_null` > 2 ORDER BY `col_enum_utf8_not_null_key` LIMIT 5  /* QNO 1615 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `table1_innodb` SET `col_enum_latin1_key_default_null` = 'cattle' WHERE `col_enum_latin1_default_null` > 2 ORDER BY `col_enum_utf8_not_null_key` LIMIT 5  /* QNO 1615 CON_ID 16 */  /* QNO 1616 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1617 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1618 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1618 CON_ID 16 */  /* QNO 1619 CON_ID 16 */
		   16 Query	INSERT INTO `table100_innodb` ( `col_decimal_default_null` ) VALUES ( 'sufficient' )  /* QNO 1620 CON_ID 16 */
		   16 Query	DELETE FROM `view_table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_int_unsigned_default_null` = NULL LIMIT 1  /* QNO 1621 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `view_table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_int_unsigned_default_null` = NULL LIMIT 1  /* QNO 1621 CON_ID 16 */  RETURNING * /* QNO 1622 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `view_table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_int_unsigned_default_null` = NULL LIMIT 1  /* QNO 1621 CON_ID 16 */  /* QNO 1623 CON_ID 16 */
		   16 Query	INSERT INTO `view_table10_innodb_key_pk_parts_2_int_autoinc` ( `col_decimal_unsigned_default_null` ) VALUES ( 0 )  /* QNO 1624 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	DELETE FROM `view_table100_innodb_key_pk_parts_2_int_autoinc` WHERE `col_set_utf8_not_null_key` < 1 LIMIT 1  /* QNO 1625 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1626 CON_ID 16 */
		   16 Query	CREATE USER f /* QNO 1627 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1628 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1628 CON_ID 16 */  /* QNO 1629 CON_ID 16 */
		   16 Query	DELETE FROM `view_table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_blob_not_null_key` = NULL LIMIT 1  /* QNO 1630 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `view_table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_blob_not_null_key` = NULL LIMIT 1  /* QNO 1630 CON_ID 16 */  RETURNING * /* QNO 1631 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `view_table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_blob_not_null_key` = NULL LIMIT 1  /* QNO 1630 CON_ID 16 */  /* QNO 1632 CON_ID 16 */
		   16 Query	INSERT INTO `table100_innodb_key_pk_parts_2_int_autoinc` ( `col_float_key` ) VALUES ( NULL )  /* QNO 1633 CON_ID 16 */
		   16 Query	DELETE FROM `view_table10_innodb_int_autoinc` WHERE `col_decimal_unsigned` = NULL LIMIT 1  /* QNO 1634 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `view_table10_innodb_int_autoinc` WHERE `col_decimal_unsigned` = NULL LIMIT 1  /* QNO 1634 CON_ID 16 */  RETURNING * /* QNO 1635 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `view_table10_innodb_int_autoinc` WHERE `col_decimal_unsigned` = NULL LIMIT 1  /* QNO 1634 CON_ID 16 */  /* QNO 1636 CON_ID 16 */
		   16 Query	UPDATE `table0_innodb_key_pk_parts_2_int_autoinc` SET `col_decimal` = 4 WHERE `col_float_unsigned_key_default_null` > 'limit' ORDER BY `col_char_latin1_key` LIMIT 0  /* QNO 1637 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1638 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1639 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1639 CON_ID 16 */  /* QNO 1640 CON_ID 16 */
		   16 Query	UPDATE `table10_innodb_key_pk_parts_2_int_autoinc` SET `col_float_not_null_key` = RAND() WHERE `col_set_latin1_default_null` < 4 ORDER BY RAND () LIMIT 9  /* QNO 1641 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `table10_innodb_key_pk_parts_2_int_autoinc` SET `col_float_not_null_key` = RAND() WHERE `col_set_latin1_default_null` < 4 ORDER BY RAND () LIMIT 9  /* QNO 1641 CON_ID 16 */  /* QNO 1642 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1643 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1644 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1644 CON_ID 16 */  /* QNO 1645 CON_ID 16 */
		   16 Query	INSERT INTO `table10_innodb_key_pk_parts_2_int_autoinc` ( `col_int_key` ) VALUES ( RAND () )  /* QNO 1646 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1647 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1648 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1648 CON_ID 16 */  /* QNO 1649 CON_ID 16 */
		   16 Query	UPDATE `view_table10_innodb` SET `col_decimal_key_default_null` = 7 WHERE `col_decimal_unsigned_key` < 8 ORDER BY `col_set_latin1_default_null`  /* QNO 1650 CON_ID 16 */
		   16 Query	INSERT INTO `table1_innodb` ( `col_int_unsigned_not_null` ) VALUES ( 1 )  /* QNO 1651 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	DELETE FROM `view_table10_innodb_int_autoinc` WHERE `col_decimal_key` < NULL LIMIT 1  /* QNO 1652 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `view_table10_innodb_int_autoinc` WHERE `col_decimal_key` < NULL LIMIT 1  /* QNO 1652 CON_ID 16 */  RETURNING * /* QNO 1653 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `view_table10_innodb_int_autoinc` WHERE `col_decimal_key` < NULL LIMIT 1  /* QNO 1652 CON_ID 16 */  /* QNO 1654 CON_ID 16 */
		   16 Query	DELETE FROM `table0_innodb_int_autoinc` WHERE `col_set_latin1_key_default_null` > 'republic' LIMIT 1  /* QNO 1655 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1656 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1657 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1657 CON_ID 16 */  /* QNO 1658 CON_ID 16 */
		   16 Query	UPDATE `view_table100_innodb_key_pk_parts_2_int_autoinc` SET `col_char_utf8_not_null_key` = RAND() WHERE `col_decimal_unsigned_default_null` > NULL ORDER BY RAND () LIMIT 6  /* QNO 1659 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1660 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1661 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1661 CON_ID 16 */  /* QNO 1662 CON_ID 16 */
		   16 Query	SET @a = 7  /* QNO 1663 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 7  /* QNO 1663 CON_ID 16 */  /* QNO 1664 CON_ID 16 */
		   16 Query	DELETE FROM `table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_float_unsigned` < @a LIMIT 1  /* QNO 1665 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_float_unsigned` < @a LIMIT 1  /* QNO 1665 CON_ID 16 */  RETURNING * /* QNO 1666 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_float_unsigned` < @a LIMIT 1  /* QNO 1665 CON_ID 16 */  /* QNO 1667 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1668 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1669 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1669 CON_ID 16 */  /* QNO 1670 CON_ID 16 */
		   16 Query	INSERT INTO `table100_innodb_int_autoinc` ( `pk` ) VALUES ( NULL )  /* QNO 1671 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1672 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1673 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1673 CON_ID 16 */  /* QNO 1674 CON_ID 16 */
		   16 Query	UPDATE `view_table10_innodb` SET `col_blob_not_null` = NULL WHERE `col_float_unsigned` = 'bus' LIMIT 5  /* QNO 1675 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1676 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1677 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1677 CON_ID 16 */  /* QNO 1678 CON_ID 16 */
		   16 Query	UPDATE `table1_innodb` SET `col_bit_key_default_null` = NULL WHERE `col_char_utf8` > 'elbow' LIMIT 3  /* QNO 1679 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `table1_innodb` SET `col_bit_key_default_null` = NULL WHERE `col_char_utf8` > 'elbow' LIMIT 3  /* QNO 1679 CON_ID 16 */  /* QNO 1680 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1681 CON_ID 16 */
		   16 Query	XA BEGIN 'xid109'  /* QNO 1682 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1683 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1683 CON_ID 16 */  /* QNO 1684 CON_ID 16 */
		   16 Query	UPDATE `view_table100_innodb_int_autoinc` SET `col_int_default_null` = 7 WHERE `col_enum_utf8_key` > 'straighten' ORDER BY `col_float_unsigned_key` LIMIT 0  /* QNO 1685 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1686 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 1687 CON_ID 16 */
		   16 Query	SET AUTOCOMMIT = OFF /* QNO 1688 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET AUTOCOMMIT = OFF /* QNO 1688 CON_ID 16 */  /* QNO 1689 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 1690 CON_ID 16 */
		   16 Query	XA COMMIT 'xid25'  /* QNO 1691 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1692 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1692 CON_ID 16 */  /* QNO 1693 CON_ID 16 */
		   16 Query	INSERT INTO `table0_innodb_key_pk_parts_2_int_autoinc` ( `col_char_utf8_default_null` ) VALUES ( LAST_INSERT_ID() )  /* QNO 1694 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1695 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1696 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1696 CON_ID 16 */  /* QNO 1697 CON_ID 16 */
		   16 Query	INSERT INTO `table10_innodb_int_autoinc` ( `col_bit_not_null` ) VALUES ( NULL )  /* QNO 1698 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1699 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1700 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1700 CON_ID 16 */  /* QNO 1701 CON_ID 16 */
		   16 Query	UPDATE `view_table0_innodb_int_autoinc` SET `col_char_latin1_key` = 'corridor' WHERE `col_int_default_null` < NULL  /* QNO 1702 CON_ID 16 */
		   16 Query	DELETE FROM `table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_bit_not_null` < 'laboratory' LIMIT 1  /* QNO 1703 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	UPDATE `view_table1_innodb_int_autoinc` SET `col_decimal` = 'experiment' WHERE `col_enum_latin1` = 6 ORDER BY `col_enum_utf8_default_null`  /* QNO 1704 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `view_table1_innodb_int_autoinc` SET `col_decimal` = 'experiment' WHERE `col_enum_latin1` = 6 ORDER BY `col_enum_utf8_default_null`  /* QNO 1704 CON_ID 16 */  /* QNO 1705 CON_ID 16 */
		   16 Query	UPDATE `view_table0_innodb` SET `col_set_utf8_not_null_key` = 'officially' WHERE `col_char_utf8_key_default_null` < 'obligation' ORDER BY `col_int_unsigned_not_null_key` LIMIT 0  /* QNO 1706 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `view_table0_innodb` SET `col_set_utf8_not_null_key` = 'officially' WHERE `col_char_utf8_key_default_null` < 'obligation' ORDER BY `col_int_unsigned_not_null_key` LIMIT 0  /* QNO 1706 CON_ID 16 */  /* QNO 1707 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1708 CON_ID 16 */
		   16 Query	XA RECOVER /* QNO 1709 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS XA RECOVER /* QNO 1709 CON_ID 16 */  /* QNO 1710 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1711 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1711 CON_ID 16 */  /* QNO 1712 CON_ID 16 */
		   16 Query	UPDATE `table0_innodb_int_autoinc` SET `col_bit_not_null_key` = RAND() WHERE `col_decimal_unsigned` > NULL ORDER BY RAND () LIMIT 1  /* QNO 1713 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1714 CON_ID 16 */
		   16 Query	RELEASE SAVEPOINT A /* QNO 1715 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1716 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1716 CON_ID 16 */  /* QNO 1717 CON_ID 16 */
		   16 Query	SET @a = 'couple'  /* QNO 1718 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 'couple'  /* QNO 1718 CON_ID 16 */  /* QNO 1719 CON_ID 16 */
		   16 Query	DELETE FROM `view_table10_innodb` WHERE `col_int` < @a LIMIT 1  /* QNO 1720 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1721 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1722 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1722 CON_ID 16 */  /* QNO 1723 CON_ID 16 */
		   16 Query	DELETE FROM `view_table1_innodb` WHERE `col_enum_latin1_key` < RAND() LIMIT 5  /* QNO 1724 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `view_table1_innodb` WHERE `col_enum_latin1_key` < RAND() LIMIT 5  /* QNO 1724 CON_ID 16 */  RETURNING * /* QNO 1725 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `view_table1_innodb` WHERE `col_enum_latin1_key` < RAND() LIMIT 5  /* QNO 1724 CON_ID 16 */  /* QNO 1726 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1727 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1728 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1728 CON_ID 16 */  /* QNO 1729 CON_ID 16 */
		   16 Query	DELETE FROM `table100_innodb_key_pk_parts_2_int_autoinc` WHERE `col_set_utf8_not_null` = 'viewer' LIMIT 1  /* QNO 1730 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1731 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 1732 CON_ID 16 */
		   16 Query	SAVEPOINT A /* QNO 1733 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SAVEPOINT A /* QNO 1733 CON_ID 16 */  /* QNO 1734 CON_ID 16 */
		   16 Query	XA COMMIT 'xid25'  /* QNO 1735 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1736 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1736 CON_ID 16 */  /* QNO 1737 CON_ID 16 */
		   16 Query	UPDATE `table0_innodb_int_autoinc` SET `col_set_latin1_default_null` = 7 WHERE `col_decimal_unsigned_key` < NULL ORDER BY `col_char_utf8` LIMIT 1  /* QNO 1738 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1739 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1740 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1740 CON_ID 16 */  /* QNO 1741 CON_ID 16 */
		   16 Query	INSERT INTO `view_table0_innodb` ( `col_int` ) VALUES ( RAND () )  /* QNO 1742 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1743 CON_ID 16 */
		   16 Query	XA COMMIT 'xid54' ONE PHASE  /* QNO 1744 CON_ID 16 */
		   16 Query	CREATE EVENT IF NOT EXISTS t ON SCHEDULE EVERY 7 SECOND ON COMPLETION PRESERVE DO BEGIN SET @binlog_format_saved = @@binlog_format ; INSERT INTO `view_table0_innodb_int_autoinc` ( `col_enum_utf8` ) VALUES ( NULL ) ; SET BINLOG_FORMAT = @binlog_format_saved ; FLUSH LOGS ; RENAME TABLE j TO j ; CALL f () ; END /* QNO 1745 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1746 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1746 CON_ID 16 */  /* QNO 1747 CON_ID 16 */
		   16 Query	UPDATE `view_table1_innodb` SET `col_set_utf8_default_null` = 5 WHERE `col_blob` < NULL LIMIT 3  /* QNO 1748 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `view_table1_innodb` SET `col_set_utf8_default_null` = 5 WHERE `col_blob` < NULL LIMIT 3  /* QNO 1748 CON_ID 16 */  /* QNO 1749 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1750 CON_ID 16 */
		   16 Query	SELECT * FROM `view_table0_innodb_int_autoinc` INTO OUTFILE 'load_view_table0_innodb_int_autoinc'  /* QNO 1751 CON_ID 16 */
		   16 Query	LOAD DATA INFILE 'load_view_table0_innodb_int_autoinc' REPLACE INTO TABLE view_table0_innodb_int_autoinc /* QNO 1752 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1753 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1753 CON_ID 16 */  /* QNO 1754 CON_ID 16 */
		   16 Query	INSERT INTO `table0_innodb` ( `col_enum_utf8_key` ) VALUES ( RAND () )  /* QNO 1755 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1756 CON_ID 16 */
		   16 Query	START TRANSACTION /* QNO 1757 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1758 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1758 CON_ID 16 */  /* QNO 1759 CON_ID 16 */
		   16 Query	DELETE FROM `view_table100_innodb_key_pk_parts_2_int_autoinc` WHERE `col_decimal_unsigned_key_default_null` > 'specifically' LIMIT 1  /* QNO 1760 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1761 CON_ID 16 */
		   16 Query	INSERT INTO t2 (`col_char_utf8_key`) VALUES ('') /* QNO 1762 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1763 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1763 CON_ID 16 */  /* QNO 1764 CON_ID 16 */
		   16 Query	DELETE FROM `table0_innodb` WHERE `col_char_utf8_not_null_key` < 'grain' LIMIT 1  /* QNO 1765 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `table0_innodb` WHERE `col_char_utf8_not_null_key` < 'grain' LIMIT 1  /* QNO 1765 CON_ID 16 */  RETURNING * /* QNO 1766 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `table0_innodb` WHERE `col_char_utf8_not_null_key` < 'grain' LIMIT 1  /* QNO 1765 CON_ID 16 */  /* QNO 1767 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1768 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1769 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1769 CON_ID 16 */  /* QNO 1770 CON_ID 16 */
		   16 Query	INSERT INTO `table1_innodb_int_autoinc` ( `col_enum_latin1_not_null_key` ) VALUES ( 2 )  /* QNO 1771 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1772 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1773 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1773 CON_ID 16 */  /* QNO 1774 CON_ID 16 */
		   16 Query	INSERT INTO `view_table100_innodb` ( `col_set_utf8_default_null` ) VALUES ( LAST_INSERT_ID() )  /* QNO 1775 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1776 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 1777 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1778 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1778 CON_ID 16 */  /* QNO 1779 CON_ID 16 */
		   16 Query	SET @a = 4  /* QNO 1780 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 4  /* QNO 1780 CON_ID 16 */  /* QNO 1781 CON_ID 16 */
		   16 Query	DELETE FROM `table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_int_key` < @a LIMIT 1  /* QNO 1782 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_int_key` < @a LIMIT 1  /* QNO 1782 CON_ID 16 */  RETURNING * /* QNO 1783 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_int_key` < @a LIMIT 1  /* QNO 1782 CON_ID 16 */  /* QNO 1784 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1785 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1786 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1786 CON_ID 16 */  /* QNO 1787 CON_ID 16 */
		   16 Query	SET @a = 'busy'  /* QNO 1788 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 'busy'  /* QNO 1788 CON_ID 16 */  /* QNO 1789 CON_ID 16 */
		   16 Query	DELETE FROM `table10_innodb` WHERE `col_enum_utf8_not_null_key` < @a LIMIT 1  /* QNO 1790 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1791 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1792 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1792 CON_ID 16 */  /* QNO 1793 CON_ID 16 */
		   16 Query	UPDATE `table0_innodb_key_pk_parts_2_int_autoinc` SET `col_set_utf8_key` = NULL WHERE `col_decimal_not_null_key` > NULL ORDER BY `col_enum_utf8_key`  /* QNO 1794 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1795 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1796 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1796 CON_ID 16 */  /* QNO 1797 CON_ID 16 */
		   16 Query	INSERT INTO `view_table10_innodb_int_autoinc` ( `col_set_utf8_not_null` ) VALUES ( LAST_INSERT_ID() )  /* QNO 1798 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1799 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 1800 CON_ID 16 */
		   16 Query	SAVEPOINT A /* QNO 1801 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SAVEPOINT A /* QNO 1801 CON_ID 16 */  /* QNO 1802 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1803 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1803 CON_ID 16 */  /* QNO 1804 CON_ID 16 */
		   16 Query	INSERT INTO `table100_innodb_key_pk_parts_2_int_autoinc` ( `col_enum_latin1` ) VALUES ( RAND () )  /* QNO 1805 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1806 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1807 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1807 CON_ID 16 */  /* QNO 1808 CON_ID 16 */
		   16 Query	INSERT INTO `view_table10_innodb_int_autoinc` ( `col_enum_latin1` ) VALUES ( 'artifact' )  /* QNO 1809 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1810 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1811 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1811 CON_ID 16 */  /* QNO 1812 CON_ID 16 */
		   16 Query	DELETE FROM `view_table0_innodb_int_autoinc` WHERE `col_float_unsigned_not_null` < RAND() LIMIT 6  /* QNO 1813 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1814 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 1815 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 1816 CON_ID 16 */
		   16 Query	START TRANSACTION /* QNO 1817 CON_ID 16 */
		   16 Query	DROP TABLE IF EXISTS s /* QNO 1818 CON_ID 16 */
		   16 Query	XA START 'xid67'  /* QNO 1819 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1820 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1820 CON_ID 16 */  /* QNO 1821 CON_ID 16 */
		   16 Query	SET @a = 'refugee'  /* QNO 1822 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 'refugee'  /* QNO 1822 CON_ID 16 */  /* QNO 1823 CON_ID 16 */
		   16 Query	DELETE FROM `view_table0_innodb_int_autoinc` WHERE `col_enum_utf8_key_default_null` < @a LIMIT 1  /* QNO 1824 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1825 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1826 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1826 CON_ID 16 */  /* QNO 1827 CON_ID 16 */
		   16 Query	SET @a = NULL  /* QNO 1828 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = NULL  /* QNO 1828 CON_ID 16 */  /* QNO 1829 CON_ID 16 */
		   16 Query	DELETE FROM `view_table10_innodb_int_autoinc` WHERE `col_set_latin1_not_null` < @a LIMIT 1  /* QNO 1830 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `view_table10_innodb_int_autoinc` WHERE `col_set_latin1_not_null` < @a LIMIT 1  /* QNO 1830 CON_ID 16 */  RETURNING * /* QNO 1831 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `view_table10_innodb_int_autoinc` WHERE `col_set_latin1_not_null` < @a LIMIT 1  /* QNO 1830 CON_ID 16 */  /* QNO 1832 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1833 CON_ID 16 */
		   16 Query	ROLLBACK TO SAVEPOINT A /* QNO 1834 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS ROLLBACK TO SAVEPOINT A /* QNO 1834 CON_ID 16 */  /* QNO 1835 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1836 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1836 CON_ID 16 */  /* QNO 1837 CON_ID 16 */
		   16 Query	SET @a = 0  /* QNO 1838 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 0  /* QNO 1838 CON_ID 16 */  /* QNO 1839 CON_ID 16 */
		   16 Query	DELETE FROM `table100_innodb` WHERE `col_int` < @a LIMIT 1  /* QNO 1840 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1841 CON_ID 16 */
		   16 Query	COMMIT /* QNO 1842 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1843 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1843 CON_ID 16 */  /* QNO 1844 CON_ID 16 */
		   16 Query	SET @a = NULL  /* QNO 1845 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = NULL  /* QNO 1845 CON_ID 16 */  /* QNO 1846 CON_ID 16 */
		   16 Query	DELETE FROM `table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_int_unsigned_key` < @a LIMIT 1  /* QNO 1847 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_int_unsigned_key` < @a LIMIT 1  /* QNO 1847 CON_ID 16 */  RETURNING * /* QNO 1848 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_int_unsigned_key` < @a LIMIT 1  /* QNO 1847 CON_ID 16 */  /* QNO 1849 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1850 CON_ID 16 */
		   16 Query	ROLLBACK /* QNO 1851 CON_ID 16 */
		   16 Query	RELEASE SAVEPOINT A /* QNO 1852 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS RELEASE SAVEPOINT A /* QNO 1852 CON_ID 16 */  /* QNO 1853 CON_ID 16 */
		   16 Query	ROLLBACK /* QNO 1854 CON_ID 16 */
		   16 Query	ALTER IGNORE TABLE t7 /*!100301 WAIT 3 */ DROP PRIMARY KEY, ADD KEY(ecol4), LOCK=NONE, FORCE, ALGORITHM=DEFAULT, FORCE, LOCK=NONE, ALGORITHM=INPLACE /* QNO 1855 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1856 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1856 CON_ID 16 */  /* QNO 1857 CON_ID 16 */
		   16 Query	UPDATE `table0_innodb_key_pk_parts_2_int_autoinc` SET `col_char_latin1_not_null` = RAND() WHERE `col_char_utf8_not_null_key` = 9 ORDER BY RAND ()  /* QNO 1858 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1859 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1860 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1860 CON_ID 16 */  /* QNO 1861 CON_ID 16 */
		   16 Query	INSERT INTO `table0_innodb` ( `col_set_latin1_not_null` ) VALUES ( NULL )  /* QNO 1862 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1863 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1864 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1864 CON_ID 16 */  /* QNO 1865 CON_ID 16 */
		   16 Query	SET @a = NULL  /* QNO 1866 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = NULL  /* QNO 1866 CON_ID 16 */  /* QNO 1867 CON_ID 16 */
		   16 Query	INSERT INTO `view_table10_innodb_int_autoinc` ( `col_int` ) VALUES ( @a )  /* QNO 1868 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1869 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1870 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1870 CON_ID 16 */  /* QNO 1871 CON_ID 16 */
		   16 Query	INSERT INTO `table100_innodb_key_pk_parts_2_int_autoinc` ( `pk` ) VALUES ( NULL )  /* QNO 1872 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1873 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 1874 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1875 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1875 CON_ID 16 */  /* QNO 1876 CON_ID 16 */
		   16 Query	INSERT INTO `table0_innodb_int_autoinc` ( `col_char_latin1_not_null` ) VALUES ( RAND () )  /* QNO 1877 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1878 CON_ID 16 */
		   16 Query	CREATE EVENT IF NOT EXISTS w ON SCHEDULE EVERY 7 SECOND ON COMPLETION PRESERVE DO BEGIN SET @binlog_format_saved = @@binlog_format ; UPDATE `table0_innodb_key_pk_parts_2_int_autoinc` SET `col_char_latin1_not_null_key` = NULL WHERE `col_char_latin1_not_null` > NULL ; UPDATE `view_table0_innodb` SET `col_int_not_null_key` = NULL WHERE `col_set_latin1_key` = NULL ; UPDATE `table10_innodb_key_pk_parts_2_int_autoinc` SET `col_char_latin1_key_default_null` = 'cure' WHERE `col_char_latin1_key_default_null` = 'motive' LIMIT 4 ; INSERT INTO `table1_innodb` ( `col_int_not_null` ) VALUES ( 'peel' ) ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; INSERT INTO `view_table100_innodb_key_pk_parts_2_int_autoinc` ( `pk` ) VALUES ( NULL ) ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; INSERT INTO `view_table100_innodb_key_pk_parts_2_int_autoinc` ( `col_int_unsigned_key` ) VALUES ( 6 ) ; SET BINLOG_FORMAT = @binlog_format_saved ; CALL j () ; END /* QNO 1879 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1880 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1880 CON_ID 16 */  /* QNO 1881 CON_ID 16 */
		   16 Query	UPDATE `view_table10_innodb_int_autoinc` SET `col_int_unsigned_key` = 'crazy' WHERE `col_set_utf8_not_null_key` = NULL ORDER BY `col_float_default_null` LIMIT 4  /* QNO 1882 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `view_table10_innodb_int_autoinc` SET `col_int_unsigned_key` = 'crazy' WHERE `col_set_utf8_not_null_key` = NULL ORDER BY `col_float_default_null` LIMIT 4  /* QNO 1882 CON_ID 16 */  /* QNO 1883 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1884 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1885 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1885 CON_ID 16 */  /* QNO 1886 CON_ID 16 */
		   16 Query	DELETE FROM `view_table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_float_not_null_key` < RAND()  /* QNO 1887 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `view_table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_float_not_null_key` < RAND()  /* QNO 1887 CON_ID 16 */  RETURNING * /* QNO 1888 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `view_table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_float_not_null_key` < RAND()  /* QNO 1887 CON_ID 16 */  /* QNO 1889 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1890 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1891 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1891 CON_ID 16 */  /* QNO 1892 CON_ID 16 */
		   16 Query	INSERT INTO `view_table0_innodb_key_pk_parts_2_int_autoinc` ( `col_enum_latin1_key_default_null` ) VALUES ( RAND () )  /* QNO 1893 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1894 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1895 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1895 CON_ID 16 */  /* QNO 1896 CON_ID 16 */
		   16 Query	INSERT INTO `table100_innodb_key_pk_parts_2_int_autoinc` ( `col_float` ) VALUES ( RAND () )  /* QNO 1897 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1898 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1899 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1899 CON_ID 16 */  /* QNO 1900 CON_ID 16 */
		   16 Query	DELETE FROM `view_table100_innodb_int_autoinc` WHERE `col_bit_not_null_key` > NULL LIMIT 1  /* QNO 1901 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1902 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1903 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1903 CON_ID 16 */  /* QNO 1904 CON_ID 16 */
		   16 Query	INSERT INTO `table10_innodb_key_pk_parts_2_int_autoinc` ( `col_blob_key_default_null` ) VALUES ( 'tackle' )  /* QNO 1905 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1906 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1907 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1907 CON_ID 16 */  /* QNO 1908 CON_ID 16 */
		   16 Query	SET @a = 'kind'  /* QNO 1909 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 'kind'  /* QNO 1909 CON_ID 16 */  /* QNO 1910 CON_ID 16 */
		   16 Query	DELETE FROM `table100_innodb_int_autoinc` WHERE `col_bit` < @a LIMIT 1  /* QNO 1911 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1912 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1913 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1913 CON_ID 16 */  /* QNO 1914 CON_ID 16 */
		   16 Query	INSERT INTO `view_table10_innodb` ( `col_bit_not_null` ) VALUES ( 6 )  /* QNO 1915 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1916 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1917 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1917 CON_ID 16 */  /* QNO 1918 CON_ID 16 */
		   16 Query	SET @a = 'defendant'  /* QNO 1919 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 'defendant'  /* QNO 1919 CON_ID 16 */  /* QNO 1920 CON_ID 16 */
		   16 Query	INSERT INTO `view_table0_innodb` ( `col_decimal_default_null` ) VALUES ( @a )  /* QNO 1921 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1922 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1923 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1923 CON_ID 16 */  /* QNO 1924 CON_ID 16 */
		   16 Query	DELETE FROM `view_table0_innodb` WHERE `col_float_unsigned_key_default_null` < NULL LIMIT 1  /* QNO 1925 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `view_table0_innodb` WHERE `col_float_unsigned_key_default_null` < NULL LIMIT 1  /* QNO 1925 CON_ID 16 */  RETURNING * /* QNO 1926 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `view_table0_innodb` WHERE `col_float_unsigned_key_default_null` < NULL LIMIT 1  /* QNO 1925 CON_ID 16 */  /* QNO 1927 CON_ID 16 */
		   16 Query	DELETE FROM `view_table1_innodb` WHERE `col_char_latin1_default_null` = 'chill' LIMIT 1  /* QNO 1928 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `view_table1_innodb` WHERE `col_char_latin1_default_null` = 'chill' LIMIT 1  /* QNO 1928 CON_ID 16 */  RETURNING * /* QNO 1929 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `view_table1_innodb` WHERE `col_char_latin1_default_null` = 'chill' LIMIT 1  /* QNO 1928 CON_ID 16 */  /* QNO 1930 CON_ID 16 */
		   16 Query	INSERT INTO `view_table1_innodb_int_autoinc` ( `col_char_latin1_not_null` ) VALUES ( NULL )  /* QNO 1931 CON_ID 16 */
		   16 Query	INSERT INTO `view_table0_innodb_int_autoinc` ( `col_decimal_key` ) VALUES ( NULL )  /* QNO 1932 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1933 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1934 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1934 CON_ID 16 */  /* QNO 1935 CON_ID 16 */
		   16 Query	UPDATE `table100_innodb_key_pk_parts_2_int_autoinc` SET `col_set_latin1_key_default_null` = RAND() WHERE `col_char_latin1_key` = 6 ORDER BY RAND ()  /* QNO 1936 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1937 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1938 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1938 CON_ID 16 */  /* QNO 1939 CON_ID 16 */
		   16 Query	SET @a = 'iron'  /* QNO 1940 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 'iron'  /* QNO 1940 CON_ID 16 */  /* QNO 1941 CON_ID 16 */
		   16 Query	UPDATE `view_table0_innodb_int_autoinc` SET `col_float_key_default_null` = @a ORDER BY `col_char_utf8_not_null_key` LIMIT 7  /* QNO 1942 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1943 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1944 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1944 CON_ID 16 */  /* QNO 1945 CON_ID 16 */
		   16 Query	INSERT INTO `table10_innodb_key_pk_parts_2_int_autoinc` ( `pk` ) VALUES ( NULL )  /* QNO 1946 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1947 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1948 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1948 CON_ID 16 */  /* QNO 1949 CON_ID 16 */
		   16 Query	INSERT INTO `table100_innodb_key_pk_parts_2_int_autoinc` ( `col_decimal_unsigned_not_null_key` ) VALUES ( 5 )  /* QNO 1950 CON_ID 16 */
		   16 Query	UPDATE `view_table1_innodb_key_pk_parts_2_int_autoinc` SET `col_float_unsigned_not_null_key` = NULL WHERE `col_float_unsigned_not_null_key` = 'couch' ORDER BY `col_set_latin1_default_null`  /* QNO 1951 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	INSERT INTO `view_table1_innodb_key_pk_parts_2_int_autoinc` ( `col_enum_utf8_key_default_null` ) VALUES ( NULL )  /* QNO 1952 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	UPDATE `table10_innodb` SET `col_set_latin1_key` = 0 WHERE `col_bit_key` > NULL LIMIT 7  /* QNO 1953 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1954 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 1955 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1956 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1956 CON_ID 16 */  /* QNO 1957 CON_ID 16 */
		   16 Query	DELETE FROM `view_table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_char_latin1_key_default_null` < 'supplier' LIMIT 1  /* QNO 1958 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `view_table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_char_latin1_key_default_null` < 'supplier' LIMIT 1  /* QNO 1958 CON_ID 16 */  RETURNING * /* QNO 1959 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `view_table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_char_latin1_key_default_null` < 'supplier' LIMIT 1  /* QNO 1958 CON_ID 16 */  /* QNO 1960 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1961 CON_ID 16 */
		   16 Query	CREATE TRIGGER w BEFORE UPDATE ON `table100_innodb_key_pk_parts_2_int_autoinc` FOR EACH ROW BEGIN SET @binlog_format_saved = @@binlog_format ; DELETE FROM `table10_innodb` WHERE `col_float_unsigned_not_null_key` = 'barn' LIMIT 1 ; DELETE FROM `table0_innodb_int_autoinc` WHERE `col_bit_not_null_key` = 7 LIMIT 1 ; INSERT INTO `table10_innodb_key_pk_parts_2_int_autoinc` ( `col_set_latin1_not_null_key` ) VALUES ( NULL ) ; UPDATE `view_table10_innodb` SET `col_char_latin1` = 9 WHERE `col_enum_latin1_key_default_null` > NULL LIMIT 1 ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; DELETE FROM `table100_innodb_key_pk_parts_2_int_autoinc` WHERE `col_int_unsigned_not_null` = 9 LIMIT 1 ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; SET @a = 'utilize' ; DELETE FROM `view_table10_innodb` WHERE `col_int_key_default_null` < @a LIMIT 1 ; SET BINLOG_FORMAT = @binlog_format_saved ; CALL a () ; END /* QNO 1962 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1963 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1963 CON_ID 16 */  /* QNO 1964 CON_ID 16 */
		   16 Query	INSERT INTO `table10_innodb` ( `pk` ) VALUES ( NULL )  /* QNO 1965 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1966 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1967 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1967 CON_ID 16 */  /* QNO 1968 CON_ID 16 */
		   16 Query	INSERT INTO `table100_innodb_key_pk_parts_2_int_autoinc` ( `col_int_unsigned_key_default_null` ) VALUES ( LAST_INSERT_ID() )  /* QNO 1969 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1970 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1971 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1971 CON_ID 16 */  /* QNO 1972 CON_ID 16 */
		   16 Query	INSERT INTO `table1_innodb_key_pk_parts_2_int_autoinc` ( `col_int_unsigned_not_null` ) VALUES ( NULL )  /* QNO 1973 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1974 CON_ID 16 */
		   16 Query	START TRANSACTION /* QNO 1975 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1976 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1976 CON_ID 16 */  /* QNO 1977 CON_ID 16 */
		   16 Query	INSERT INTO `view_table1_innodb` ( `col_blob_not_null_key` ) VALUES ( LAST_INSERT_ID() )  /* QNO 1978 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1979 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1980 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1980 CON_ID 16 */  /* QNO 1981 CON_ID 16 */
		   16 Query	DELETE FROM `view_table1_innodb` WHERE `col_char_utf8_not_null` = NULL LIMIT 1  /* QNO 1982 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `view_table1_innodb` WHERE `col_char_utf8_not_null` = NULL LIMIT 1  /* QNO 1982 CON_ID 16 */  RETURNING * /* QNO 1983 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `view_table1_innodb` WHERE `col_char_utf8_not_null` = NULL LIMIT 1  /* QNO 1982 CON_ID 16 */  /* QNO 1984 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1985 CON_ID 16 */
		   16 Query	INSERT INTO `table100_innodb` SELECT * FROM `view_table0_innodb` /* QNO 1986 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 1987 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1988 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1988 CON_ID 16 */  /* QNO 1989 CON_ID 16 */
		   16 Query	UPDATE `view_table10_innodb_int_autoinc` SET `col_set_utf8_not_null` = 9 WHERE `col_int_unsigned_not_null` = NULL ORDER BY `col_set_utf8` LIMIT 2  /* QNO 1990 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `view_table10_innodb_int_autoinc` SET `col_set_utf8_not_null` = 9 WHERE `col_int_unsigned_not_null` = NULL ORDER BY `col_set_utf8` LIMIT 2  /* QNO 1990 CON_ID 16 */  /* QNO 1991 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 1992 CON_ID 16 */
		   16 Query	ALTER IGNORE TABLE `view_table0_innodb_key_pk_parts_2_int_autoinc` DROP PRIMARY KEY /* QNO 1993 CON_ID 16 */
		   16 Query	ALTER ONLINE IGNORE TABLE `view_table100_innodb` ADD PRIMARY KEY(icol2), ALGORITHM=COPY  /* QNO 1994 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 1995 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 1995 CON_ID 16 */  /* QNO 1996 CON_ID 16 */
		   16 Query	DELETE FROM `view_table100_innodb` WHERE `col_decimal_not_null_key` > NULL LIMIT 1  /* QNO 1997 CON_ID 16 */
		   16 Query	DELETE FROM `view_table0_innodb_key_pk_parts_2_int_autoinc` WHERE `col_float` = 'relevant' LIMIT 1  /* QNO 1998 CON_ID 16 */
		   16 Query	UPDATE `table100_innodb_int_autoinc` SET `col_enum_utf8_key` = NULL WHERE `col_float_unsigned_not_null_key` > 'assign' LIMIT 0  /* QNO 1999 CON_ID 16 */
		   16 Query	DELETE FROM `view_table0_innodb_key_pk_parts_2_int_autoinc` WHERE `col_int_unsigned_default_null` = NULL LIMIT 1  /* QNO 2000 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2001 CON_ID 16 */
		   16 Query	ALTER TABLE t6 ADD CONSTRAINT a CHECK (ncol5 < 1), ADD CONSTRAINT y CHECK (tscol3 LIKE 7), DROP INDEX ind6 /* QNO 2002 CON_ID 16 */
		   16 Query	XA ROLLBACK 'xid25'  /* QNO 2003 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2004 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2004 CON_ID 16 */  /* QNO 2005 CON_ID 16 */
		   16 Query	SET @a = 2  /* QNO 2006 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 2  /* QNO 2006 CON_ID 16 */  /* QNO 2007 CON_ID 16 */
		   16 Query	DELETE FROM `table1_innodb_int_autoinc` WHERE `col_bit` < @a LIMIT 1  /* QNO 2008 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `table1_innodb_int_autoinc` WHERE `col_bit` < @a LIMIT 1  /* QNO 2008 CON_ID 16 */  RETURNING * /* QNO 2009 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `table1_innodb_int_autoinc` WHERE `col_bit` < @a LIMIT 1  /* QNO 2008 CON_ID 16 */  /* QNO 2010 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2011 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2012 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2012 CON_ID 16 */  /* QNO 2013 CON_ID 16 */
		   16 Query	DELETE FROM `view_table100_innodb` WHERE `col_float_default_null` > NULL LIMIT 1  /* QNO 2014 CON_ID 16 */
		   16 Query	UPDATE `table0_innodb` SET `col_set_latin1_default_null` = NULL WHERE `col_set_latin1_not_null` = 'spectrum' LIMIT 9  /* QNO 2015 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `table0_innodb` SET `col_set_latin1_default_null` = NULL WHERE `col_set_latin1_not_null` = 'spectrum' LIMIT 9  /* QNO 2015 CON_ID 16 */  /* QNO 2016 CON_ID 16 */
		   16 Query	DELETE FROM `view_table10_innodb` WHERE `col_enum_latin1_not_null_key` > 2 LIMIT 1  /* QNO 2017 CON_ID 16 */
		   16 Query	UPDATE `table100_innodb_key_pk_parts_2_int_autoinc` SET `col_decimal` = 3 WHERE `col_float_not_null` > NULL ORDER BY `col_int_not_null_key`  /* QNO 2018 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2019 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2020 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2020 CON_ID 16 */  /* QNO 2021 CON_ID 16 */
		   16 Query	UPDATE `view_table10_innodb_int_autoinc` SET `col_enum_utf8_key` = NULL WHERE `col_set_utf8_not_null_key` > NULL LIMIT 4  /* QNO 2022 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `view_table10_innodb_int_autoinc` SET `col_enum_utf8_key` = NULL WHERE `col_set_utf8_not_null_key` > NULL LIMIT 4  /* QNO 2022 CON_ID 16 */  /* QNO 2023 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2024 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2025 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2025 CON_ID 16 */  /* QNO 2026 CON_ID 16 */
		   16 Query	SET @a = 0  /* QNO 2027 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 0  /* QNO 2027 CON_ID 16 */  /* QNO 2028 CON_ID 16 */
		   16 Query	INSERT INTO `view_table10_innodb_int_autoinc` ( `col_set_utf8_not_null_key` ) VALUES ( @a )  /* QNO 2029 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2030 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 2031 CON_ID 16 */
		   16 Query	INSERT INTO `table1_innodb_key_pk_parts_2_int_autoinc` SELECT * FROM `table10_innodb` /* QNO 2032 CON_ID 16 */
		   16 Query	ROLLBACK TO SAVEPOINT A /* QNO 2033 CON_ID 16 */
		   16 Query	INSERT INTO `table0_innodb_key_pk_parts_2_int_autoinc` SELECT * FROM `view_table100_innodb_int_autoinc` /* QNO 2034 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2035 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2035 CON_ID 16 */  /* QNO 2036 CON_ID 16 */
		   16 Query	INSERT INTO `table100_innodb_key_pk_parts_2_int_autoinc` ( `pk` ) VALUES ( NULL )  /* QNO 2037 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2038 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2039 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2039 CON_ID 16 */  /* QNO 2040 CON_ID 16 */
		   16 Query	DELETE FROM `table1_innodb_int_autoinc` WHERE `col_char_utf8_not_null` > 6 LIMIT 1  /* QNO 2041 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2042 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2043 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2043 CON_ID 16 */  /* QNO 2044 CON_ID 16 */
		   16 Query	DELETE FROM `view_table0_innodb_int_autoinc` WHERE `col_char_utf8` < 4 LIMIT 1  /* QNO 2045 CON_ID 16 */
		   16 Query	DELETE FROM `table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_blob_not_null` > NULL LIMIT 1  /* QNO 2046 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_blob_not_null` > NULL LIMIT 1  /* QNO 2046 CON_ID 16 */  RETURNING * /* QNO 2047 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_blob_not_null` > NULL LIMIT 1  /* QNO 2046 CON_ID 16 */  /* QNO 2048 CON_ID 16 */
		   16 Query	INSERT INTO `table1_innodb` ( `col_enum_utf8_not_null_key` ) VALUES ( 7 )  /* QNO 2049 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	UPDATE `table10_innodb_int_autoinc` SET `col_float_unsigned_key` = 'gradually' WHERE `col_int_unsigned_default_null` < NULL  /* QNO 2050 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `table10_innodb_int_autoinc` SET `col_float_unsigned_key` = 'gradually' WHERE `col_int_unsigned_default_null` < NULL  /* QNO 2050 CON_ID 16 */  /* QNO 2051 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2052 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 2053 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2054 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2054 CON_ID 16 */  /* QNO 2055 CON_ID 16 */
		   16 Query	SET @a = 5  /* QNO 2056 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 5  /* QNO 2056 CON_ID 16 */  /* QNO 2057 CON_ID 16 */
		   16 Query	DELETE FROM `table1_innodb_int_autoinc` WHERE `col_blob_not_null_key` < @a LIMIT 1  /* QNO 2058 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2059 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2060 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2060 CON_ID 16 */  /* QNO 2061 CON_ID 16 */
		   16 Query	SET @a = NULL  /* QNO 2062 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = NULL  /* QNO 2062 CON_ID 16 */  /* QNO 2063 CON_ID 16 */
		   16 Query	DELETE FROM `table100_innodb_key_pk_parts_2_int_autoinc` WHERE `col_int_unsigned_key_default_null` < @a LIMIT 1  /* QNO 2064 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2065 CON_ID 16 */
		   16 Query	XA COMMIT 'non_idle_xid' ONE PHASE  /* QNO 2066 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2067 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2067 CON_ID 16 */  /* QNO 2068 CON_ID 16 */
		   16 Query	UPDATE `table10_innodb` SET `col_float_unsigned_key` = 5 WHERE `col_int_unsigned_key` > NULL  /* QNO 2069 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2070 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2071 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2071 CON_ID 16 */  /* QNO 2072 CON_ID 16 */
		   16 Query	INSERT INTO `table1_innodb` ( `col_bit_default_null` ) VALUES ( 2 )  /* QNO 2073 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2074 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2075 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2075 CON_ID 16 */  /* QNO 2076 CON_ID 16 */
		   16 Query	DELETE FROM `table10_innodb` WHERE `col_blob` < RAND()  /* QNO 2077 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2078 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2079 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2079 CON_ID 16 */  /* QNO 2080 CON_ID 16 */
		   16 Query	UPDATE `view_table1_innodb` SET `col_char_utf8_key_default_null` = RAND() WHERE `col_float` > 1 ORDER BY RAND ()  /* QNO 2081 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `view_table1_innodb` SET `col_char_utf8_key_default_null` = RAND() WHERE `col_float` > 1 ORDER BY RAND ()  /* QNO 2081 CON_ID 16 */  /* QNO 2082 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2083 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 2084 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2085 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2085 CON_ID 16 */  /* QNO 2086 CON_ID 16 */
		   16 Query	SET @a = 3  /* QNO 2087 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 3  /* QNO 2087 CON_ID 16 */  /* QNO 2088 CON_ID 16 */
		   16 Query	DELETE FROM `view_table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_bit_default_null` < @a LIMIT 1  /* QNO 2089 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `view_table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_bit_default_null` < @a LIMIT 1  /* QNO 2089 CON_ID 16 */  RETURNING * /* QNO 2090 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `view_table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_bit_default_null` < @a LIMIT 1  /* QNO 2089 CON_ID 16 */  /* QNO 2091 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2092 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2093 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2093 CON_ID 16 */  /* QNO 2094 CON_ID 16 */
		   16 Query	SET @a = NULL  /* QNO 2095 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = NULL  /* QNO 2095 CON_ID 16 */  /* QNO 2096 CON_ID 16 */
		   16 Query	UPDATE `table1_innodb_key_pk_parts_2_int_autoinc` SET `col_decimal_unsigned` = @a ORDER BY `col_decimal_unsigned` LIMIT 5  /* QNO 2097 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `table1_innodb_key_pk_parts_2_int_autoinc` SET `col_decimal_unsigned` = @a ORDER BY `col_decimal_unsigned` LIMIT 5  /* QNO 2097 CON_ID 16 */  /* QNO 2098 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2099 CON_ID 16 */
180306 13:55:16	   16 Query	SELECT * FROM `view_table100_innodb_key_pk_parts_2_int_autoinc` INTO OUTFILE 'load_view_table100_innodb_key_pk_parts_2_int_autoinc'  /* QNO 2100 CON_ID 16 */
		   16 Query	LOAD DATA INFILE 'load_view_table100_innodb_key_pk_parts_2_int_autoinc' IGNORE INTO TABLE view_table100_innodb_key_pk_parts_2_int_autoinc /* QNO 2101 CON_ID 16 */
		   16 Query	ALTER ONLINE IGNORE TABLE `view_table0_innodb_key_pk_parts_2_int_autoinc` ADD FULLTEXT KEY(scol8), ALGORITHM=INPLACE  /* QNO 2102 CON_ID 16 */
		   16 Query	INSERT INTO `view_table1_innodb_key_pk_parts_2_int_autoinc` SELECT * FROM `table0_innodb_int_autoinc` /* QNO 2103 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2104 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2104 CON_ID 16 */  /* QNO 2105 CON_ID 16 */
		   16 Query	SET @a = 6  /* QNO 2106 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 6  /* QNO 2106 CON_ID 16 */  /* QNO 2107 CON_ID 16 */
		   16 Query	DELETE FROM `view_table0_innodb_int_autoinc` WHERE `col_float_key_default_null` < @a LIMIT 1  /* QNO 2108 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2109 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2110 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2110 CON_ID 16 */  /* QNO 2111 CON_ID 16 */
		   16 Query	SET @a = 2  /* QNO 2112 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 2  /* QNO 2112 CON_ID 16 */  /* QNO 2113 CON_ID 16 */
		   16 Query	DELETE FROM `table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_decimal_unsigned_key_default_null` < @a LIMIT 1  /* QNO 2114 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_decimal_unsigned_key_default_null` < @a LIMIT 1  /* QNO 2114 CON_ID 16 */  RETURNING * /* QNO 2115 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_decimal_unsigned_key_default_null` < @a LIMIT 1  /* QNO 2114 CON_ID 16 */  /* QNO 2116 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2117 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2118 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2118 CON_ID 16 */  /* QNO 2119 CON_ID 16 */
		   16 Query	INSERT INTO `table100_innodb_int_autoinc` ( `col_int_key` ) VALUES ( 8 )  /* QNO 2120 CON_ID 16 */
		   16 Query	UPDATE `view_table100_innodb_int_autoinc` SET `col_float_unsigned_not_null_key` = NULL WHERE `col_char_utf8_key` = NULL ORDER BY `col_int_key_default_null`  /* QNO 2121 CON_ID 16 */
		   16 Query	UPDATE `table0_innodb_int_autoinc` SET `col_float_key_default_null` = 'magazine' WHERE `col_float_unsigned_key` > 1 LIMIT 7  /* QNO 2122 CON_ID 16 */
		   16 Query	INSERT INTO `table10_innodb` ( `col_float_key_default_null` ) VALUES ( 'that' )  /* QNO 2123 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2124 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2125 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2125 CON_ID 16 */  /* QNO 2126 CON_ID 16 */
		   16 Query	SET @a = 5  /* QNO 2127 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 5  /* QNO 2127 CON_ID 16 */  /* QNO 2128 CON_ID 16 */
		   16 Query	INSERT INTO `table1_innodb_int_autoinc` ( `col_set_latin1_not_null_key` ) VALUES ( @a )  /* QNO 2129 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2130 CON_ID 16 */
		   16 Query	ALTER TABLE t6 PARTITION BY HASH(icol9) /* QNO 2131 CON_ID 16 */
		   16 Query	XA ROLLBACK 'non_prepared_xid'  /* QNO 2132 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2133 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2133 CON_ID 16 */  /* QNO 2134 CON_ID 16 */
		   16 Query	UPDATE `table0_innodb_int_autoinc` SET `col_set_latin1_not_null` = 'textbook' WHERE `col_bit_key` < NULL  /* QNO 2135 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2136 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2137 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2137 CON_ID 16 */  /* QNO 2138 CON_ID 16 */
		   16 Query	INSERT INTO `table0_innodb_int_autoinc` ( `pk` ) VALUES ( NULL )  /* QNO 2139 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2140 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2141 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2141 CON_ID 16 */  /* QNO 2142 CON_ID 16 */
		   16 Query	UPDATE `view_table100_innodb_key_pk_parts_2_int_autoinc` SET `col_int_unsigned` = 6 WHERE `col_set_utf8_not_null` < 'ultimately' ORDER BY `col_enum_latin1`  /* QNO 2143 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2144 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2145 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2145 CON_ID 16 */  /* QNO 2146 CON_ID 16 */
		   16 Query	INSERT INTO `view_table10_innodb_key_pk_parts_2_int_autoinc` ( `col_decimal_unsigned_key_default_null` ) VALUES ( LAST_INSERT_ID() )  /* QNO 2147 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2148 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 2149 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 2150 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2151 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2151 CON_ID 16 */  /* QNO 2152 CON_ID 16 */
		   16 Query	INSERT INTO `table10_innodb_int_autoinc` ( `pk` ) VALUES ( NULL )  /* QNO 2153 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2154 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2155 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2155 CON_ID 16 */  /* QNO 2156 CON_ID 16 */
		   16 Query	INSERT INTO `view_table10_innodb_key_pk_parts_2_int_autoinc` ( `col_set_utf8_key_default_null` ) VALUES ( 4 )  /* QNO 2157 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2158 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2159 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2159 CON_ID 16 */  /* QNO 2160 CON_ID 16 */
		   16 Query	INSERT INTO `view_table10_innodb` ( `col_int_key` ) VALUES ( 8 )  /* QNO 2161 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2162 CON_ID 16 */
		   16 Query	XA END 'xid67'  /* QNO 2163 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2164 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2164 CON_ID 16 */  /* QNO 2165 CON_ID 16 */
		   16 Query	INSERT INTO `view_table10_innodb_int_autoinc` ( `col_bit_not_null` ) VALUES ( RAND () )  /* QNO 2166 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2167 CON_ID 16 */
		   16 Query	XA RECOVER /* QNO 2168 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS XA RECOVER /* QNO 2168 CON_ID 16 */  /* QNO 2169 CON_ID 16 */
		   16 Query	SAVEPOINT A /* QNO 2170 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SAVEPOINT A /* QNO 2170 CON_ID 16 */  /* QNO 2171 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2172 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2172 CON_ID 16 */  /* QNO 2173 CON_ID 16 */
		   16 Query	UPDATE `view_table100_innodb_int_autoinc` SET `col_decimal_unsigned_key` = NULL WHERE `col_float_key_default_null` < 'horn' LIMIT 9  /* QNO 2174 CON_ID 16 */
		   16 Query	UPDATE `view_table10_innodb_key_pk_parts_2_int_autoinc` SET `col_int_key_default_null` = NULL WHERE `col_decimal_not_null_key` = NULL LIMIT 0  /* QNO 2175 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `view_table10_innodb_key_pk_parts_2_int_autoinc` SET `col_int_key_default_null` = NULL WHERE `col_decimal_not_null_key` = NULL LIMIT 0  /* QNO 2175 CON_ID 16 */  /* QNO 2176 CON_ID 16 */
		   16 Query	UPDATE `table10_innodb` SET `col_int_default_null` = NULL WHERE `col_char_latin1_not_null_key` = 'collapse' ORDER BY `col_int_key`  /* QNO 2177 CON_ID 16 */
		   16 Query	DELETE FROM `table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_bit_not_null_key` > 'missionary' LIMIT 1  /* QNO 2178 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2179 CON_ID 16 */
		   16 Query	XA PREPARE 'xid67'  /* QNO 2180 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2181 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2181 CON_ID 16 */  /* QNO 2182 CON_ID 16 */
		   16 Query	INSERT INTO `table100_innodb` ( `col_set_utf8_key` ) VALUES ( 'library' )  /* QNO 2183 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2184 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2185 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2185 CON_ID 16 */  /* QNO 2186 CON_ID 16 */
		   16 Query	INSERT INTO `table0_innodb_key_pk_parts_2_int_autoinc` ( `col_decimal_unsigned_key_default_null` ) VALUES ( 7 )  /* QNO 2187 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2188 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2189 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2189 CON_ID 16 */  /* QNO 2190 CON_ID 16 */
		   16 Query	UPDATE `table1_innodb` SET `col_char_utf8_default_null` = 'suggest' WHERE `col_int_unsigned` > 'reasonable'  /* QNO 2191 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `table1_innodb` SET `col_char_utf8_default_null` = 'suggest' WHERE `col_int_unsigned` > 'reasonable'  /* QNO 2191 CON_ID 16 */  /* QNO 2192 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2193 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 2194 CON_ID 16 */
		   16 Query	COMMIT /* QNO 2195 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 2196 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 2197 CON_ID 16 */
		   16 Query	CREATE TRIGGER s AFTER INSERT ON `table0_innodb_key_pk_parts_2_int_autoinc` FOR EACH ROW BEGIN SET @binlog_format_saved = @@binlog_format ; DELETE FROM `view_table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_int_not_null_key` = 'mineral' LIMIT 1 ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; UPDATE `view_table1_innodb_int_autoinc` SET `col_float_unsigned` = NULL WHERE `col_enum_utf8_default_null` = NULL ORDER BY `col_enum_utf8_key_default_null` LIMIT 7 ; INSERT INTO `view_table1_innodb` ( `col_set_utf8_not_null` ) VALUES ( 'mutter' ) ; INSERT INTO `view_table10_innodb_key_pk_parts_2_int_autoinc` ( `col_set_latin1_not_null` ) VALUES ( 'will' ) ; INSERT INTO `view_table1_innodb_key_pk_parts_2_int_autoinc` ( `col_float_unsigned_not_null_key` ) VALUES ( 'recognize' ) ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; UPDATE `table0_innodb_int_autoinc` SET `col_char_latin1_not_null` = NULL WHERE `col_set_latin1` < 7 ORDER BY `col_decimal_not_null` LIMIT 1 ; SET BINLOG_FORMAT = @binlog_format_saved ; CALL p () ; END /* QNO 2198 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2199 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2199 CON_ID 16 */  /* QNO 2200 CON_ID 16 */
		   16 Query	INSERT INTO `view_table100_innodb_int_autoinc` ( `col_set_utf8_not_null` ) VALUES ( 6 )  /* QNO 2201 CON_ID 16 */
		   16 Query	UPDATE `view_table0_innodb` SET `col_set_latin1_not_null` = 'presentation' WHERE `col_set_latin1_key_default_null` < 'partnership' LIMIT 3  /* QNO 2202 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `view_table0_innodb` SET `col_set_latin1_not_null` = 'presentation' WHERE `col_set_latin1_key_default_null` < 'partnership' LIMIT 3  /* QNO 2202 CON_ID 16 */  /* QNO 2203 CON_ID 16 */
		   16 Query	INSERT INTO `view_table10_innodb_key_pk_parts_2_int_autoinc` ( `col_decimal_default_null` ) VALUES ( 'known' )  /* QNO 2204 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	DELETE FROM `view_table100_innodb` WHERE `col_float_not_null` < NULL LIMIT 1  /* QNO 2205 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2206 CON_ID 16 */
		   16 Query	CREATE TRIGGER p AFTER INSERT ON `table0_innodb` FOR EACH ROW BEGIN SET @binlog_format_saved = @@binlog_format ; SET @a = 'dirt' ; DELETE FROM `table100_innodb_int_autoinc` WHERE `col_int_unsigned_default_null` < @a LIMIT 1 ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; DELETE FROM `view_table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_enum_utf8_default_null` = 'effective' LIMIT 1 ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; DELETE FROM `view_table0_innodb` WHERE `col_float` < 4 LIMIT 1 ; SET BINLOG_FORMAT = @binlog_format_saved ; CALL z () ; END /* QNO 2207 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2208 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2208 CON_ID 16 */  /* QNO 2209 CON_ID 16 */
		   16 Query	UPDATE `table100_innodb` SET `col_float_unsigned_default_null` = 'organization' WHERE `col_char_utf8_key_default_null` = NULL ORDER BY `col_char_utf8_not_null_key` LIMIT 3  /* QNO 2210 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2211 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2212 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2212 CON_ID 16 */  /* QNO 2213 CON_ID 16 */
		   16 Query	INSERT INTO `table0_innodb_int_autoinc` ( `col_float_not_null_key` ) VALUES ( 0 )  /* QNO 2214 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2215 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2216 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2216 CON_ID 16 */  /* QNO 2217 CON_ID 16 */
		   16 Query	SET @a = NULL  /* QNO 2218 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = NULL  /* QNO 2218 CON_ID 16 */  /* QNO 2219 CON_ID 16 */
		   16 Query	DELETE FROM `view_table1_innodb_int_autoinc` WHERE `col_char_utf8_not_null` < @a LIMIT 1  /* QNO 2220 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2221 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2222 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2222 CON_ID 16 */  /* QNO 2223 CON_ID 16 */
		   16 Query	DELETE FROM `table10_innodb` WHERE `col_float_default_null` = 'merchant' LIMIT 1  /* QNO 2224 CON_ID 16 */
		   16 Query	INSERT INTO `view_table100_innodb_int_autoinc` ( `col_set_latin1` ) VALUES ( 3 )  /* QNO 2225 CON_ID 16 */
		   16 Query	DELETE FROM `view_table0_innodb_int_autoinc` WHERE `col_decimal_unsigned_key` < NULL LIMIT 1  /* QNO 2226 CON_ID 16 */
		   16 Query	DELETE FROM `view_table10_innodb_int_autoinc` WHERE `col_char_utf8_not_null` = NULL LIMIT 1  /* QNO 2227 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `view_table10_innodb_int_autoinc` WHERE `col_char_utf8_not_null` = NULL LIMIT 1  /* QNO 2227 CON_ID 16 */  RETURNING * /* QNO 2228 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `view_table10_innodb_int_autoinc` WHERE `col_char_utf8_not_null` = NULL LIMIT 1  /* QNO 2227 CON_ID 16 */  /* QNO 2229 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2230 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2231 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2231 CON_ID 16 */  /* QNO 2232 CON_ID 16 */
		   16 Query	DELETE FROM `table1_innodb` WHERE `col_set_latin1_not_null_key` = NULL LIMIT 1  /* QNO 2233 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `table1_innodb` WHERE `col_set_latin1_not_null_key` = NULL LIMIT 1  /* QNO 2233 CON_ID 16 */  RETURNING * /* QNO 2234 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `table1_innodb` WHERE `col_set_latin1_not_null_key` = NULL LIMIT 1  /* QNO 2233 CON_ID 16 */  /* QNO 2235 CON_ID 16 */
		   16 Query	DELETE FROM `view_table10_innodb_int_autoinc` WHERE `col_float_unsigned_default_null` > NULL LIMIT 1  /* QNO 2236 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `view_table10_innodb_int_autoinc` WHERE `col_float_unsigned_default_null` > NULL LIMIT 1  /* QNO 2236 CON_ID 16 */  RETURNING * /* QNO 2237 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `view_table10_innodb_int_autoinc` WHERE `col_float_unsigned_default_null` > NULL LIMIT 1  /* QNO 2236 CON_ID 16 */  /* QNO 2238 CON_ID 16 */
		   16 Query	DELETE FROM `table10_innodb_int_autoinc` WHERE `col_char_latin1_default_null` > NULL LIMIT 1  /* QNO 2239 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `table10_innodb_int_autoinc` WHERE `col_char_latin1_default_null` > NULL LIMIT 1  /* QNO 2239 CON_ID 16 */  RETURNING * /* QNO 2240 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `table10_innodb_int_autoinc` WHERE `col_char_latin1_default_null` > NULL LIMIT 1  /* QNO 2239 CON_ID 16 */  /* QNO 2241 CON_ID 16 */
		   16 Query	INSERT INTO `view_table100_innodb_int_autoinc` ( `col_blob_not_null` ) VALUES ( 4 )  /* QNO 2242 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2243 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2244 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2244 CON_ID 16 */  /* QNO 2245 CON_ID 16 */
		   16 Query	DELETE FROM `view_table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_decimal_not_null` > 4 LIMIT 1  /* QNO 2246 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `view_table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_decimal_not_null` > 4 LIMIT 1  /* QNO 2246 CON_ID 16 */  RETURNING * /* QNO 2247 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `view_table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_decimal_not_null` > 4 LIMIT 1  /* QNO 2246 CON_ID 16 */  /* QNO 2248 CON_ID 16 */
		   16 Query	DELETE FROM `table0_innodb` WHERE `col_float_not_null_key` < 3 LIMIT 1  /* QNO 2249 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `table0_innodb` WHERE `col_float_not_null_key` < 3 LIMIT 1  /* QNO 2249 CON_ID 16 */  RETURNING * /* QNO 2250 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `table0_innodb` WHERE `col_float_not_null_key` < 3 LIMIT 1  /* QNO 2249 CON_ID 16 */  /* QNO 2251 CON_ID 16 */
		   16 Query	UPDATE `table100_innodb_key_pk_parts_2_int_autoinc` SET `col_decimal_not_null_key` = 3 WHERE `col_enum_latin1_default_null` < 1 LIMIT 6  /* QNO 2252 CON_ID 16 */
		   16 Query	INSERT INTO `table10_innodb` ( `col_char_utf8_default_null` ) VALUES ( 'verbal' )  /* QNO 2253 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2254 CON_ID 16 */
		   16 Query	ROLLBACK TO SAVEPOINT A /* QNO 2255 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS ROLLBACK TO SAVEPOINT A /* QNO 2255 CON_ID 16 */  /* QNO 2256 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2257 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2257 CON_ID 16 */  /* QNO 2258 CON_ID 16 */
		   16 Query	SET @a = NULL  /* QNO 2259 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = NULL  /* QNO 2259 CON_ID 16 */  /* QNO 2260 CON_ID 16 */
		   16 Query	INSERT INTO `table1_innodb` ( `col_decimal_default_null` ) VALUES ( @a )  /* QNO 2261 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2262 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 2263 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 2264 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2265 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2265 CON_ID 16 */  /* QNO 2266 CON_ID 16 */
		   16 Query	INSERT INTO `table0_innodb_int_autoinc` ( `col_char_utf8` ) VALUES ( 8 )  /* QNO 2267 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2268 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2269 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2269 CON_ID 16 */  /* QNO 2270 CON_ID 16 */
		   16 Query	UPDATE `view_table1_innodb_key_pk_parts_2_int_autoinc` SET `col_set_latin1_key_default_null` = 6 WHERE `col_float_not_null_key` > NULL ORDER BY `col_bit_key_default_null` LIMIT 6  /* QNO 2271 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `view_table1_innodb_key_pk_parts_2_int_autoinc` SET `col_set_latin1_key_default_null` = 6 WHERE `col_float_not_null_key` > NULL ORDER BY `col_bit_key_default_null` LIMIT 6  /* QNO 2271 CON_ID 16 */  /* QNO 2272 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2273 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2274 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2274 CON_ID 16 */  /* QNO 2275 CON_ID 16 */
		   16 Query	INSERT INTO `view_table1_innodb_key_pk_parts_2_int_autoinc` ( `col_set_utf8_not_null_key` ) VALUES ( NULL )  /* QNO 2276 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2277 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2278 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2278 CON_ID 16 */  /* QNO 2279 CON_ID 16 */
		   16 Query	INSERT INTO `view_table1_innodb_key_pk_parts_2_int_autoinc` ( `col_set_utf8_key` ) VALUES ( 'japanese' )  /* QNO 2280 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2281 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2282 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2282 CON_ID 16 */  /* QNO 2283 CON_ID 16 */
		   16 Query	SET @a = 'bug'  /* QNO 2284 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 'bug'  /* QNO 2284 CON_ID 16 */  /* QNO 2285 CON_ID 16 */
		   16 Query	UPDATE `table10_innodb_int_autoinc` SET `col_char_utf8` = @a ORDER BY `col_bit` LIMIT 7  /* QNO 2286 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2287 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2288 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2288 CON_ID 16 */  /* QNO 2289 CON_ID 16 */
		   16 Query	INSERT INTO `table0_innodb_key_pk_parts_2_int_autoinc` ( `col_bit_key` ) VALUES ( LAST_INSERT_ID() )  /* QNO 2290 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2291 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2292 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2292 CON_ID 16 */  /* QNO 2293 CON_ID 16 */
		   16 Query	INSERT INTO `table1_innodb_key_pk_parts_2_int_autoinc` ( `col_bit_not_null` ) VALUES ( RAND () )  /* QNO 2294 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2295 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2296 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2296 CON_ID 16 */  /* QNO 2297 CON_ID 16 */
		   16 Query	SET @a = 'brave'  /* QNO 2298 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 'brave'  /* QNO 2298 CON_ID 16 */  /* QNO 2299 CON_ID 16 */
		   16 Query	DELETE FROM `view_table100_innodb_key_pk_parts_2_int_autoinc` WHERE `col_decimal_default_null` < @a LIMIT 1  /* QNO 2300 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2301 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2302 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2302 CON_ID 16 */  /* QNO 2303 CON_ID 16 */
		   16 Query	INSERT INTO `table1_innodb` ( `col_bit_not_null_key` ) VALUES ( LAST_INSERT_ID() )  /* QNO 2304 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2305 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2306 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2306 CON_ID 16 */  /* QNO 2307 CON_ID 16 */
		   16 Query	INSERT INTO `table100_innodb_int_autoinc` ( `col_decimal_unsigned_key` ) VALUES ( RAND () )  /* QNO 2308 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2309 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2310 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2310 CON_ID 16 */  /* QNO 2311 CON_ID 16 */
		   16 Query	SET @a = NULL  /* QNO 2312 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = NULL  /* QNO 2312 CON_ID 16 */  /* QNO 2313 CON_ID 16 */
		   16 Query	DELETE FROM `view_table10_innodb` WHERE `col_blob_key` < @a LIMIT 1  /* QNO 2314 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2315 CON_ID 16 */
		   16 Query	ALTER TABLE t10 ALTER COLUMN ecol6 SET DEFAULT NULL, ADD CONSTRAINT p FOREIGN KEY p (tcol5) REFERENCES t6 (`col_float`) ON DELETE RESTRICT ON UPDATE SET DEFAULT, ADD CONSTRAINT UNIQUE (ecol7), ADD CONSTRAINT CHECK (icol7 >= 2), ADD INDEX(ncol7), ALGORITHM=COPY, LOCK=EXCLUSIVE, /*!100108 IETF_QUOTES = YES */, DROP FOREIGN KEY IF EXISTS m /* QNO 2316 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2317 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2317 CON_ID 16 */  /* QNO 2318 CON_ID 16 */
		   16 Query	INSERT INTO `table1_innodb` ( `col_enum_utf8_not_null` ) VALUES ( LAST_INSERT_ID() )  /* QNO 2319 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2320 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2321 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2321 CON_ID 16 */  /* QNO 2322 CON_ID 16 */
		   16 Query	INSERT INTO `table100_innodb` ( `col_bit_not_null` ) VALUES ( LAST_INSERT_ID() )  /* QNO 2323 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2324 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2325 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2325 CON_ID 16 */  /* QNO 2326 CON_ID 16 */
		   16 Query	SET @a = NULL  /* QNO 2327 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = NULL  /* QNO 2327 CON_ID 16 */  /* QNO 2328 CON_ID 16 */
		   16 Query	DELETE FROM `view_table100_innodb` WHERE `col_int_default_null` < @a LIMIT 1  /* QNO 2329 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2330 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 2331 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2332 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2332 CON_ID 16 */  /* QNO 2333 CON_ID 16 */
		   16 Query	DELETE FROM `table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_decimal_unsigned_not_null` = NULL LIMIT 1  /* QNO 2334 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_decimal_unsigned_not_null` = NULL LIMIT 1  /* QNO 2334 CON_ID 16 */  RETURNING * /* QNO 2335 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_decimal_unsigned_not_null` = NULL LIMIT 1  /* QNO 2334 CON_ID 16 */  /* QNO 2336 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2337 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 2338 CON_ID 16 */
		   16 Query	SELECT * FROM `table1_innodb_key_pk_parts_2_int_autoinc` INTO OUTFILE 'load_table1_innodb_key_pk_parts_2_int_autoinc'  /* QNO 2339 CON_ID 16 */
		   16 Query	LOAD DATA INFILE 'load_table1_innodb_key_pk_parts_2_int_autoinc' REPLACE INTO TABLE table1_innodb_key_pk_parts_2_int_autoinc /* QNO 2340 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2341 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2341 CON_ID 16 */  /* QNO 2342 CON_ID 16 */
		   16 Query	SET @a = 'gathering'  /* QNO 2343 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 'gathering'  /* QNO 2343 CON_ID 16 */  /* QNO 2344 CON_ID 16 */
		   16 Query	DELETE FROM `view_table100_innodb_int_autoinc` WHERE `col_float_unsigned_key_default_null` < @a LIMIT 1  /* QNO 2345 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2346 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2347 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2347 CON_ID 16 */  /* QNO 2348 CON_ID 16 */
		   16 Query	INSERT INTO `view_table1_innodb_key_pk_parts_2_int_autoinc` ( `col_int_not_null_key` ) VALUES ( 0 )  /* QNO 2349 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	INSERT INTO `table1_innodb_int_autoinc` ( `col_char_latin1_key` ) VALUES ( NULL )  /* QNO 2350 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	UPDATE `view_table100_innodb_int_autoinc` SET `col_set_latin1_key_default_null` = NULL WHERE `col_float` > NULL  /* QNO 2351 CON_ID 16 */
		   16 Query	INSERT INTO `table1_innodb` ( `col_enum_latin1_not_null` ) VALUES ( 'sing' )  /* QNO 2352 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2353 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2354 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2354 CON_ID 16 */  /* QNO 2355 CON_ID 16 */
		   16 Query	INSERT INTO `table100_innodb_key_pk_parts_2_int_autoinc` ( `col_set_latin1_key` ) VALUES ( NULL )  /* QNO 2356 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2357 CON_ID 16 */
		   16 Query	XA PREPARE 'non_idle_xid'  /* QNO 2358 CON_ID 16 */
		   16 Query	CREATE EVENT IF NOT EXISTS o ON SCHEDULE EVERY 0 SECOND ON COMPLETION PRESERVE DO BEGIN SET @binlog_format_saved = @@binlog_format ; INSERT INTO `table0_innodb` ( `col_decimal_not_null_key` ) VALUES ( 5 ) ; SET BINLOG_FORMAT = @binlog_format_saved ; ROLLBACK ; FLUSH LOGS ; CALL n () ; END /* QNO 2359 CON_ID 16 */
		   16 Query	ROLLBACK TO SAVEPOINT A /* QNO 2360 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS ROLLBACK TO SAVEPOINT A /* QNO 2360 CON_ID 16 */  /* QNO 2361 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 2362 CON_ID 16 */
		   16 Query	SET AUTOCOMMIT = OFF /* QNO 2363 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET AUTOCOMMIT = OFF /* QNO 2363 CON_ID 16 */  /* QNO 2364 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2365 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2365 CON_ID 16 */  /* QNO 2366 CON_ID 16 */
		   16 Query	INSERT INTO `table1_innodb_key_pk_parts_2_int_autoinc` ( `col_int_default_null` ) VALUES ( 6 )  /* QNO 2367 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2368 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2369 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2369 CON_ID 16 */  /* QNO 2370 CON_ID 16 */
		   16 Query	INSERT INTO `view_table1_innodb` ( `col_bit_not_null_key` ) VALUES ( 6 )  /* QNO 2371 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2372 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2373 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2373 CON_ID 16 */  /* QNO 2374 CON_ID 16 */
		   16 Query	UPDATE `view_table100_innodb_int_autoinc` SET `col_set_utf8_default_null` = NULL WHERE `col_set_latin1` = NULL ORDER BY `col_enum_latin1`  /* QNO 2375 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2376 CON_ID 16 */
		   16 Query	XA PREPARE 'non_idle_xid'  /* QNO 2377 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2378 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2378 CON_ID 16 */  /* QNO 2379 CON_ID 16 */
		   16 Query	INSERT INTO `view_table100_innodb` ( `col_set_latin1` ) VALUES ( LAST_INSERT_ID() )  /* QNO 2380 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2381 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2382 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2382 CON_ID 16 */  /* QNO 2383 CON_ID 16 */
		   16 Query	INSERT INTO `table100_innodb` ( `col_int_unsigned_default_null` ) VALUES ( NULL )  /* QNO 2384 CON_ID 16 */
		   16 Query	DELETE FROM `view_table100_innodb_key_pk_parts_2_int_autoinc` WHERE `col_set_utf8_default_null` > 7 LIMIT 1  /* QNO 2385 CON_ID 16 */
		   16 Query	UPDATE `table1_innodb_int_autoinc` SET `col_decimal_unsigned_key_default_null` = 'heal' WHERE `col_enum_utf8_default_null` < 7  /* QNO 2386 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	INSERT INTO `view_table0_innodb_key_pk_parts_2_int_autoinc` ( `col_char_latin1` ) VALUES ( 'oral' )  /* QNO 2387 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2388 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2389 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2389 CON_ID 16 */  /* QNO 2390 CON_ID 16 */
		   16 Query	DELETE FROM `view_table1_innodb_int_autoinc` WHERE `col_char_latin1_not_null` < NULL LIMIT 1  /* QNO 2391 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `view_table1_innodb_int_autoinc` WHERE `col_char_latin1_not_null` < NULL LIMIT 1  /* QNO 2391 CON_ID 16 */  RETURNING * /* QNO 2392 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `view_table1_innodb_int_autoinc` WHERE `col_char_latin1_not_null` < NULL LIMIT 1  /* QNO 2391 CON_ID 16 */  /* QNO 2393 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2394 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2395 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2395 CON_ID 16 */  /* QNO 2396 CON_ID 16 */
		   16 Query	DELETE FROM `table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_char_utf8` = 8 LIMIT 1  /* QNO 2397 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2398 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2399 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2399 CON_ID 16 */  /* QNO 2400 CON_ID 16 */
		   16 Query	DELETE FROM `view_table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_char_utf8_not_null_key` > 1 LIMIT 1  /* QNO 2401 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	UPDATE `table100_innodb_int_autoinc` SET `col_char_latin1_key_default_null` = 'toxic' WHERE `col_enum_utf8_not_null_key` > 9 LIMIT 1  /* QNO 2402 CON_ID 16 */
		   16 Query	DELETE FROM `table0_innodb_key_pk_parts_2_int_autoinc` WHERE `col_char_latin1_not_null` < 8 LIMIT 1  /* QNO 2403 CON_ID 16 */
		   16 Query	INSERT INTO `view_table0_innodb` ( `col_float_not_null_key` ) VALUES ( NULL )  /* QNO 2404 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2405 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2406 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2406 CON_ID 16 */  /* QNO 2407 CON_ID 16 */
		   16 Query	SET @a = NULL  /* QNO 2408 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = NULL  /* QNO 2408 CON_ID 16 */  /* QNO 2409 CON_ID 16 */
		   16 Query	INSERT INTO `view_table100_innodb_key_pk_parts_2_int_autoinc` ( `col_decimal_unsigned_not_null_key` ) VALUES ( @a )  /* QNO 2410 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2411 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2412 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2412 CON_ID 16 */  /* QNO 2413 CON_ID 16 */
		   16 Query	INSERT INTO `view_table0_innodb_key_pk_parts_2_int_autoinc` ( `col_char_latin1_not_null` ) VALUES ( 4 )  /* QNO 2414 CON_ID 16 */
		   16 Query	DELETE FROM `table0_innodb` WHERE `col_float_not_null_key` < 8 LIMIT 1  /* QNO 2415 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `table0_innodb` WHERE `col_float_not_null_key` < 8 LIMIT 1  /* QNO 2415 CON_ID 16 */  RETURNING * /* QNO 2416 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `table0_innodb` WHERE `col_float_not_null_key` < 8 LIMIT 1  /* QNO 2415 CON_ID 16 */  /* QNO 2417 CON_ID 16 */
		   16 Query	DELETE FROM `table100_innodb` WHERE `col_char_latin1_default_null` = 'sin' LIMIT 1  /* QNO 2418 CON_ID 16 */
		   16 Query	UPDATE `view_table100_innodb_int_autoinc` SET `col_int_key_default_null` = 8 WHERE `col_bit_not_null_key` < 1 ORDER BY `col_set_utf8_key`  /* QNO 2419 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2420 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2421 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2421 CON_ID 16 */  /* QNO 2422 CON_ID 16 */
		   16 Query	DELETE FROM `table100_innodb` WHERE `col_set_utf8_not_null` < 2 LIMIT 1  /* QNO 2423 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2424 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2425 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2425 CON_ID 16 */  /* QNO 2426 CON_ID 16 */
		   16 Query	INSERT INTO `table1_innodb_int_autoinc` ( `col_decimal_unsigned_key` ) VALUES ( 'ballot' )  /* QNO 2427 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	INSERT INTO `table100_innodb_key_pk_parts_2_int_autoinc` ( `pk` ) VALUES ( 4 )  /* QNO 2428 CON_ID 16 */
		   16 Query	INSERT INTO `table0_innodb_key_pk_parts_2_int_autoinc` ( `col_int_unsigned_key_default_null` ) VALUES ( NULL )  /* QNO 2429 CON_ID 16 */
		   16 Query	INSERT INTO `view_table100_innodb_int_autoinc` ( `col_decimal_key` ) VALUES ( 'these' )  /* QNO 2430 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2431 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 2432 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2433 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2433 CON_ID 16 */  /* QNO 2434 CON_ID 16 */
		   16 Query	INSERT INTO `table10_innodb` ( `col_char_utf8_not_null` ) VALUES ( 7 )  /* QNO 2435 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2436 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 2437 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 2438 CON_ID 16 */
		   16 Query	COMMIT /* QNO 2439 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2440 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2440 CON_ID 16 */  /* QNO 2441 CON_ID 16 */
		   16 Query	INSERT INTO `table1_innodb` ( `col_char_utf8_not_null` ) VALUES ( 6 )  /* QNO 2442 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2443 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2444 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2444 CON_ID 16 */  /* QNO 2445 CON_ID 16 */
		   16 Query	INSERT INTO `table1_innodb_key_pk_parts_2_int_autoinc` ( `col_char_latin1_default_null` ) VALUES ( NULL )  /* QNO 2446 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	DELETE FROM `view_table100_innodb_key_pk_parts_2_int_autoinc` WHERE `col_enum_utf8_not_null_key` = NULL LIMIT 1  /* QNO 2447 CON_ID 16 */
		   16 Query	INSERT INTO `view_table100_innodb` ( `col_char_utf8_not_null_key` ) VALUES ( 'rank' )  /* QNO 2448 CON_ID 16 */
		   16 Query	UPDATE `table10_innodb` SET `col_float_key` = NULL WHERE `col_char_latin1` > NULL LIMIT 4  /* QNO 2449 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2450 CON_ID 16 */
		   16 Query	ROLLBACK TO SAVEPOINT A /* QNO 2451 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS ROLLBACK TO SAVEPOINT A /* QNO 2451 CON_ID 16 */  /* QNO 2452 CON_ID 16 */
		   16 Query	INSERT INTO `table10_innodb_int_autoinc` SELECT * FROM `view_table1_innodb` /* QNO 2453 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 2454 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2455 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2455 CON_ID 16 */  /* QNO 2456 CON_ID 16 */
		   16 Query	UPDATE `view_table10_innodb_int_autoinc` SET `col_decimal_default_null` = 'strain' WHERE `col_float_unsigned_not_null` > NULL  /* QNO 2457 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `view_table10_innodb_int_autoinc` SET `col_decimal_default_null` = 'strain' WHERE `col_float_unsigned_not_null` > NULL  /* QNO 2457 CON_ID 16 */  /* QNO 2458 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2459 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 2460 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2461 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2461 CON_ID 16 */  /* QNO 2462 CON_ID 16 */
		   16 Query	UPDATE `view_table0_innodb_int_autoinc` SET `col_blob` = 'substantial' WHERE `col_char_utf8` > 'basket' ORDER BY `col_enum_latin1_not_null_key`  /* QNO 2463 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2464 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2465 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2465 CON_ID 16 */  /* QNO 2466 CON_ID 16 */
		   16 Query	DELETE FROM `table100_innodb` WHERE `col_bit_key_default_null` = NULL LIMIT 1  /* QNO 2467 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2468 CON_ID 16 */
		   16 Query	XA RECOVER /* QNO 2469 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS XA RECOVER /* QNO 2469 CON_ID 16 */  /* QNO 2470 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2471 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2471 CON_ID 16 */  /* QNO 2472 CON_ID 16 */
		   16 Query	DELETE FROM `view_table0_innodb` WHERE `col_enum_utf8_key` = 'piano' LIMIT 1  /* QNO 2473 CON_ID 16 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `view_table0_innodb` WHERE `col_enum_utf8_key` = 'piano' LIMIT 1  /* QNO 2473 CON_ID 16 */  RETURNING * /* QNO 2474 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `view_table0_innodb` WHERE `col_enum_utf8_key` = 'piano' LIMIT 1  /* QNO 2473 CON_ID 16 */  /* QNO 2475 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2476 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 2477 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 2478 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 2479 CON_ID 16 */
		   16 Query	XA COMMIT 'xid67'  /* QNO 2480 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2481 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2481 CON_ID 16 */  /* QNO 2482 CON_ID 16 */
		   16 Query	UPDATE `table1_innodb_key_pk_parts_2_int_autoinc` SET `col_decimal_unsigned_default_null` = NULL WHERE `col_float` = NULL  /* QNO 2483 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `table1_innodb_key_pk_parts_2_int_autoinc` SET `col_decimal_unsigned_default_null` = NULL WHERE `col_float` = NULL  /* QNO 2483 CON_ID 16 */  /* QNO 2484 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2485 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2486 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2486 CON_ID 16 */  /* QNO 2487 CON_ID 16 */
		   16 Query	UPDATE `table100_innodb_int_autoinc` SET `col_int_unsigned` = RAND() WHERE `col_enum_utf8_default_null` = 8 ORDER BY RAND () LIMIT 0  /* QNO 2488 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2489 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2490 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2490 CON_ID 16 */  /* QNO 2491 CON_ID 16 */
		   16 Query	INSERT INTO `view_table1_innodb_int_autoinc` ( `pk` ) VALUES ( NULL )  /* QNO 2492 CON_ID 16 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2493 CON_ID 16 */
		   16 Query	ALTER TABLE t6 /*!100301 WAIT 0 */ ADD SPATIAL INDEX(geocol6), LOCK=NONE /* QNO 2494 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2495 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2495 CON_ID 16 */  /* QNO 2496 CON_ID 16 */
		   16 Query	INSERT INTO `table10_innodb` ( `col_decimal_unsigned_key` ) VALUES ( RAND () )  /* QNO 2497 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2498 CON_ID 16 */
		   16 Query	CREATE EVENT IF NOT EXISTS g ON SCHEDULE EVERY 8 SECOND ON COMPLETION PRESERVE DO BEGIN SET @binlog_format_saved = @@binlog_format ; UPDATE `view_table1_innodb_int_autoinc` SET `col_int_not_null` = 2 WHERE `col_float_not_null` < 'squad' ORDER BY `col_set_latin1_key` ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; DELETE FROM `table1_innodb_int_autoinc` WHERE `col_decimal` < 'ill' LIMIT 1 ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; INSERT INTO `table10_innodb` ( `col_enum_utf8` ) VALUES ( NULL ) ; SET BINLOG_FORMAT = @binlog_format_saved ; CALL q () ; END /* QNO 2499 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2500 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2500 CON_ID 16 */  /* QNO 2501 CON_ID 16 */
		   16 Query	INSERT INTO `table100_innodb_int_autoinc` ( `col_decimal_unsigned_default_null` ) VALUES ( RAND () )  /* QNO 2502 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2503 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2504 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2504 CON_ID 16 */  /* QNO 2505 CON_ID 16 */
		   16 Query	INSERT INTO `table0_innodb_key_pk_parts_2_int_autoinc` ( `col_bit_key_default_null` ) VALUES ( RAND () )  /* QNO 2506 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2507 CON_ID 16 */
		   16 Query	XA END 'xid181'  /* QNO 2508 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS XA END 'xid181'  /* QNO 2508 CON_ID 16 */  /* QNO 2509 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2510 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2510 CON_ID 16 */  /* QNO 2511 CON_ID 16 */
		   16 Query	SET @a = 1  /* QNO 2512 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 1  /* QNO 2512 CON_ID 16 */  /* QNO 2513 CON_ID 16 */
		   16 Query	INSERT INTO `table0_innodb_key_pk_parts_2_int_autoinc` ( `col_char_latin1` ) VALUES ( @a )  /* QNO 2514 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2515 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2516 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2516 CON_ID 16 */  /* QNO 2517 CON_ID 16 */
		   16 Query	INSERT INTO `view_table0_innodb_key_pk_parts_2_int_autoinc` ( `col_enum_utf8_key` ) VALUES ( 9 )  /* QNO 2518 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2519 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2520 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2520 CON_ID 16 */  /* QNO 2521 CON_ID 16 */
		   16 Query	INSERT INTO `view_table10_innodb_key_pk_parts_2_int_autoinc` ( `col_float_unsigned` ) VALUES ( LAST_INSERT_ID() )  /* QNO 2522 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2523 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2524 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2524 CON_ID 16 */  /* QNO 2525 CON_ID 16 */
		   16 Query	INSERT INTO `table0_innodb_key_pk_parts_2_int_autoinc` ( `col_int_unsigned_not_null` ) VALUES ( 'journalist' )  /* QNO 2526 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2527 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2528 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2528 CON_ID 16 */  /* QNO 2529 CON_ID 16 */
		   16 Query	INSERT INTO `view_table1_innodb` ( `pk` ) VALUES ( NULL )  /* QNO 2530 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2531 CON_ID 16 */
		   16 Query	SAVEPOINT A /* QNO 2532 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2533 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2533 CON_ID 16 */  /* QNO 2534 CON_ID 16 */
		   16 Query	INSERT INTO `view_table10_innodb_int_autoinc` ( `col_enum_utf8_not_null_key` ) VALUES ( LAST_INSERT_ID() )  /* QNO 2535 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2536 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2537 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2537 CON_ID 16 */  /* QNO 2538 CON_ID 16 */
		   16 Query	UPDATE `table1_innodb_key_pk_parts_2_int_autoinc` SET `col_char_latin1` = NULL WHERE `col_bit_default_null` > NULL LIMIT 7  /* QNO 2539 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2540 CON_ID 16 */
		   16 Query	COMMIT /* QNO 2541 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2542 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2542 CON_ID 16 */  /* QNO 2543 CON_ID 16 */
		   16 Query	INSERT INTO `table100_innodb_int_autoinc` ( `col_float` ) VALUES ( RAND () )  /* QNO 2544 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2545 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2546 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2546 CON_ID 16 */  /* QNO 2547 CON_ID 16 */
		   16 Query	UPDATE `view_table10_innodb_int_autoinc` SET `col_decimal_not_null` = 8 WHERE `col_char_latin1_default_null` > NULL LIMIT 2  /* QNO 2548 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2549 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2550 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2550 CON_ID 16 */  /* QNO 2551 CON_ID 16 */
		   16 Query	UPDATE `table100_innodb` SET `col_set_utf8_default_null` = 3 WHERE `col_set_utf8` = 'arm' ORDER BY `col_set_latin1_key_default_null`  /* QNO 2552 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2553 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2554 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2554 CON_ID 16 */  /* QNO 2555 CON_ID 16 */
		   16 Query	DELETE FROM `view_table100_innodb_int_autoinc` WHERE `col_set_utf8_default_null` < NULL LIMIT 1  /* QNO 2556 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2557 CON_ID 16 */
		   16 Query	DROP TABLE IF EXISTS c /* QNO 2558 CON_ID 16 */
		   16 Query	SELECT * FROM `view_table1_innodb_key_pk_parts_2_int_autoinc` INTO OUTFILE 'load_view_table1_innodb_key_pk_parts_2_int_autoinc'  /* QNO 2559 CON_ID 16 */
		   16 Query	LOAD DATA INFILE 'load_view_table1_innodb_key_pk_parts_2_int_autoinc' IGNORE INTO TABLE view_table1_innodb_key_pk_parts_2_int_autoinc /* QNO 2560 CON_ID 16 */
		   16 Query	START TRANSACTION /* QNO 2561 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2562 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2562 CON_ID 16 */  /* QNO 2563 CON_ID 16 */
		   16 Query	INSERT INTO `table10_innodb_int_autoinc` ( `col_decimal_unsigned_key_default_null` ) VALUES ( 'uncertain' )  /* QNO 2564 CON_ID 16 */
		   16 Query	UPDATE `view_table10_innodb_int_autoinc` SET `col_enum_utf8_default_null` = NULL WHERE `col_blob_default_null` = 'interaction' ORDER BY `col_decimal`  /* QNO 2565 CON_ID 16 */
		   16 Query	INSERT INTO `view_table10_innodb_int_autoinc` ( `col_set_utf8_default_null` ) VALUES ( 3 )  /* QNO 2566 CON_ID 16 */
		   16 Query	UPDATE `table100_innodb` SET `col_float_not_null` = NULL WHERE `col_char_latin1_default_null` > 4 ORDER BY `col_set_latin1_key_default_null`  /* QNO 2567 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2568 CON_ID 16 */
		   16 Query	INSERT INTO `table100_innodb_key_pk_parts_2_int_autoinc` SELECT * FROM `view_table10_innodb_int_autoinc` /* QNO 2569 CON_ID 16 */
		   16 Query	ROLLBACK TO SAVEPOINT A /* QNO 2570 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2571 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2571 CON_ID 16 */  /* QNO 2572 CON_ID 16 */
		   16 Query	DELETE FROM `table0_innodb_int_autoinc` WHERE `col_float_default_null` < NULL LIMIT 1  /* QNO 2573 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2574 CON_ID 16 */
		   16 Query	ALTER IGNORE TABLE t8 ADD CONSTRAINT FOREIGN KEY o (ncol6) REFERENCES `view_table100_innodb` (vcol1), FORCE, ALGORITHM=DEFAULT /* QNO 2575 CON_ID 16 */
		   16 Query	INSERT INTO `view_table100_innodb` SELECT * FROM `table100_innodb` /* QNO 2576 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2577 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2577 CON_ID 16 */  /* QNO 2578 CON_ID 16 */
		   16 Query	UPDATE `view_table100_innodb_key_pk_parts_2_int_autoinc` SET `col_char_utf8` = NULL WHERE `col_int_unsigned` = 'chef' ORDER BY `col_set_latin1_key`  /* QNO 2579 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2580 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2581 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2581 CON_ID 16 */  /* QNO 2582 CON_ID 16 */
		   16 Query	INSERT INTO `view_table10_innodb_key_pk_parts_2_int_autoinc` ( `col_char_latin1_key_default_null` ) VALUES ( LAST_INSERT_ID() )  /* QNO 2583 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2584 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2585 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2585 CON_ID 16 */  /* QNO 2586 CON_ID 16 */
		   16 Query	SET @a = NULL  /* QNO 2587 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = NULL  /* QNO 2587 CON_ID 16 */  /* QNO 2588 CON_ID 16 */
		   16 Query	UPDATE `view_table1_innodb_int_autoinc` SET `col_char_utf8` = @a ORDER BY `col_set_utf8_not_null` LIMIT 0  /* QNO 2589 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2590 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2591 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2591 CON_ID 16 */  /* QNO 2592 CON_ID 16 */
		   16 Query	INSERT INTO `view_table1_innodb_key_pk_parts_2_int_autoinc` ( `col_enum_utf8` ) VALUES ( 6 )  /* QNO 2593 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2594 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 2595 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2596 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2596 CON_ID 16 */  /* QNO 2597 CON_ID 16 */
		   16 Query	SET @a = 'ear'  /* QNO 2598 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 'ear'  /* QNO 2598 CON_ID 16 */  /* QNO 2599 CON_ID 16 */
		   16 Query	DELETE FROM `table100_innodb_int_autoinc` WHERE `col_float_unsigned_not_null` < @a LIMIT 1  /* QNO 2600 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2601 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2602 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2602 CON_ID 16 */  /* QNO 2603 CON_ID 16 */
		   16 Query	UPDATE `table100_innodb_key_pk_parts_2_int_autoinc` SET `col_set_utf8` = RAND() WHERE `col_set_utf8_not_null` > 'ultimate' ORDER BY RAND ()  /* QNO 2604 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2605 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2606 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2606 CON_ID 16 */  /* QNO 2607 CON_ID 16 */
		   16 Query	UPDATE `table1_innodb_key_pk_parts_2_int_autoinc` SET `col_decimal_unsigned_not_null_key` = 'courtroom' WHERE `col_float_key_default_null` = 'vessel' LIMIT 0  /* QNO 2608 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2609 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2610 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2610 CON_ID 16 */  /* QNO 2611 CON_ID 16 */
		   16 Query	INSERT INTO `view_table10_innodb_int_autoinc` ( `col_decimal_unsigned_not_null` ) VALUES ( NULL )  /* QNO 2612 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2613 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2614 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2614 CON_ID 16 */  /* QNO 2615 CON_ID 16 */
		   16 Query	UPDATE `table1_innodb_key_pk_parts_2_int_autoinc` SET `col_decimal_not_null` = 8 WHERE `col_decimal_unsigned_not_null_key` = NULL LIMIT 4  /* QNO 2616 CON_ID 16 */
		   16 Query	UPDATE `table10_innodb` SET `col_set_utf8` = 3 WHERE `col_decimal_not_null_key` > 1 ORDER BY `col_blob_key_default_null` LIMIT 8  /* QNO 2617 CON_ID 16 */
		   16 Query	DELETE FROM `view_table0_innodb_int_autoinc` WHERE `col_float_default_null` > 'philosophical' LIMIT 1  /* QNO 2618 CON_ID 16 */
		   16 Query	INSERT INTO `view_table0_innodb_int_autoinc` ( `col_bit_default_null` ) VALUES ( 'and/or' )  /* QNO 2619 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2620 CON_ID 16 */
		   16 Query	ALTER TABLE `table1_innodb_key_pk_parts_2_int_autoinc` /*!100301 NOWAIT */ ADD UNIQUE KEY(`col_int_not_null_key`), ALGORITHM=COPY, LOCK=SHARED, ADD IF NOT EXISTS ecol2 SET('foo','bar') NOT NULL, LOCK=DEFAULT, DROP COLUMN IF EXISTS tscol10, ALGORITHM=DEFAULT, DROP COLUMN tcol7, LOCK=NONE, DROP FOREIGN KEY f /* QNO 2621 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2622 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2622 CON_ID 16 */  /* QNO 2623 CON_ID 16 */
		   16 Query	UPDATE `table100_innodb_key_pk_parts_2_int_autoinc` SET `col_enum_latin1_not_null_key` = NULL WHERE `col_decimal_key` < 7 LIMIT 4  /* QNO 2624 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2625 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2626 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2626 CON_ID 16 */  /* QNO 2627 CON_ID 16 */
		   16 Query	INSERT INTO `table100_innodb_int_autoinc` ( `col_bit_key_default_null` ) VALUES ( RAND () )  /* QNO 2628 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2629 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2630 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2630 CON_ID 16 */  /* QNO 2631 CON_ID 16 */
		   16 Query	INSERT INTO `table10_innodb_key_pk_parts_2_int_autoinc` ( `col_int_key_default_null` ) VALUES ( 'winner' )  /* QNO 2632 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2633 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2634 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2634 CON_ID 16 */  /* QNO 2635 CON_ID 16 */
		   16 Query	UPDATE `table10_innodb_key_pk_parts_2_int_autoinc` SET `col_int_key` = 'towel' WHERE `col_char_utf8_default_null` < 5 ORDER BY `col_decimal_not_null`  /* QNO 2636 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2637 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2638 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2638 CON_ID 16 */  /* QNO 2639 CON_ID 16 */
		   16 Query	DELETE FROM `view_table100_innodb_int_autoinc` WHERE `col_float_default_null` < RAND() LIMIT 8  /* QNO 2640 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2641 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2642 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2642 CON_ID 16 */  /* QNO 2643 CON_ID 16 */
		   16 Query	INSERT INTO `table100_innodb_key_pk_parts_2_int_autoinc` ( `col_char_latin1` ) VALUES ( NULL )  /* QNO 2644 CON_ID 16 */
		   16 Query	DELETE FROM `table0_innodb_int_autoinc` WHERE `col_float_not_null` > 'kid' LIMIT 1  /* QNO 2645 CON_ID 16 */
		   16 Query	INSERT INTO `table10_innodb_int_autoinc` ( `col_set_utf8_default_null` ) VALUES ( NULL )  /* QNO 2646 CON_ID 16 */
		   16 Query	DELETE FROM `view_table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_char_utf8_default_null` < 0 LIMIT 1  /* QNO 2647 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2648 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2649 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2649 CON_ID 16 */  /* QNO 2650 CON_ID 16 */
		   16 Query	INSERT INTO `view_table1_innodb_key_pk_parts_2_int_autoinc` ( `col_set_latin1` ) VALUES ( 'depression' )  /* QNO 2651 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2652 CON_ID 16 */
		   16 Query	XA END 'xid109'  /* QNO 2653 CON_ID 16 */
		   16 Query	SELECT * FROM `view_table10_innodb_int_autoinc` INTO OUTFILE 'load_view_table10_innodb_int_autoinc'  /* QNO 2654 CON_ID 16 */
		   16 Query	LOAD DATA INFILE 'load_view_table10_innodb_int_autoinc' IGNORE INTO TABLE view_table10_innodb_int_autoinc /* QNO 2655 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2656 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2656 CON_ID 16 */  /* QNO 2657 CON_ID 16 */
		   16 Query	DELETE FROM `view_table100_innodb` WHERE `col_float_default_null` = NULL LIMIT 1  /* QNO 2658 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2659 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2660 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2660 CON_ID 16 */  /* QNO 2661 CON_ID 16 */
		   16 Query	UPDATE `view_table100_innodb` SET `col_int_key_default_null` = 6 WHERE `col_set_utf8_not_null` > 3  /* QNO 2662 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2663 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2664 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2664 CON_ID 16 */  /* QNO 2665 CON_ID 16 */
		   16 Query	UPDATE `view_table10_innodb_key_pk_parts_2_int_autoinc` SET `col_int_not_null` = 'beginning' WHERE `col_char_utf8_default_null` < 9 ORDER BY `col_char_latin1_default_null`  /* QNO 2666 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2667 CON_ID 16 */
		   16 Query	XA PREPARE 'xid181'  /* QNO 2668 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS XA PREPARE 'xid181'  /* QNO 2668 CON_ID 16 */  /* QNO 2669 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2670 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2670 CON_ID 16 */  /* QNO 2671 CON_ID 16 */
		   16 Query	INSERT INTO `view_table0_innodb_key_pk_parts_2_int_autoinc` ( `pk` ) VALUES ( NULL )  /* QNO 2672 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2673 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2674 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2674 CON_ID 16 */  /* QNO 2675 CON_ID 16 */
		   16 Query	UPDATE `view_table0_innodb_int_autoinc` SET `col_enum_latin1_key_default_null` = NULL WHERE `col_char_utf8` < 0 LIMIT 3  /* QNO 2676 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2677 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 2678 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2679 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2679 CON_ID 16 */  /* QNO 2680 CON_ID 16 */
		   16 Query	SET @a = NULL  /* QNO 2681 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = NULL  /* QNO 2681 CON_ID 16 */  /* QNO 2682 CON_ID 16 */
		   16 Query	INSERT INTO `view_table10_innodb_key_pk_parts_2_int_autoinc` ( `col_blob_default_null` ) VALUES ( @a )  /* QNO 2683 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2684 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2685 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2685 CON_ID 16 */  /* QNO 2686 CON_ID 16 */
		   16 Query	DELETE FROM `table0_innodb_key_pk_parts_2_int_autoinc` WHERE `col_char_utf8_default_null` = 'year' LIMIT 1  /* QNO 2687 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2688 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2689 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2689 CON_ID 16 */  /* QNO 2690 CON_ID 16 */
		   16 Query	INSERT INTO `view_table1_innodb` ( `col_decimal_unsigned_not_null_key` ) VALUES ( NULL )  /* QNO 2691 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2692 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2693 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2693 CON_ID 16 */  /* QNO 2694 CON_ID 16 */
		   16 Query	INSERT INTO `view_table100_innodb_int_autoinc` ( `col_enum_latin1_key_default_null` ) VALUES ( LAST_INSERT_ID() )  /* QNO 2695 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2696 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2697 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2697 CON_ID 16 */  /* QNO 2698 CON_ID 16 */
		   16 Query	UPDATE `view_table1_innodb_key_pk_parts_2_int_autoinc` SET `col_set_latin1_key` = 6 WHERE `col_decimal_not_null_key` < 'remark' ORDER BY `col_set_utf8_default_null` LIMIT 8  /* QNO 2699 CON_ID 16 */
		   16 Query	INSERT INTO `view_table100_innodb_key_pk_parts_2_int_autoinc` ( `col_set_latin1` ) VALUES ( 0 )  /* QNO 2700 CON_ID 16 */
		   16 Query	UPDATE `table100_innodb_key_pk_parts_2_int_autoinc` SET `col_decimal_not_null` = 'inherent' WHERE `col_blob_default_null` < NULL ORDER BY `col_float_unsigned_default_null`  /* QNO 2701 CON_ID 16 */
		   16 Query	UPDATE `table100_innodb_int_autoinc` SET `pk` = 'negotiation' WHERE `col_int` > NULL  /* QNO 2702 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2703 CON_ID 16 */
		   16 Query	START TRANSACTION /* QNO 2704 CON_ID 16 */
		   16 Query	CREATE EVENT IF NOT EXISTS c ON SCHEDULE EVERY 6 SECOND ON COMPLETION PRESERVE DO BEGIN SET @binlog_format_saved = @@binlog_format ; SET @a = 'guide' ; DELETE FROM `view_table0_innodb_key_pk_parts_2_int_autoinc` WHERE `col_float_unsigned_key` < @a LIMIT 1 ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; INSERT INTO `table10_innodb_key_pk_parts_2_int_autoinc` ( `col_char_utf8` ) VALUES ( LAST_INSERT_ID() ) ; SET BINLOG_FORMAT = @binlog_format_saved ; FLUSH LOGS ; CALL w () ; END /* QNO 2705 CON_ID 16 */
		   16 Query	CREATE EVENT IF NOT EXISTS i ON SCHEDULE EVERY 5 SECOND ON COMPLETION PRESERVE DO BEGIN SET @binlog_format_saved = @@binlog_format ; INSERT INTO `table1_innodb_key_pk_parts_2_int_autoinc` ( `pk` ) VALUES ( NULL ) ; SET BINLOG_FORMAT = @binlog_format_saved ; RELEASE SAVEPOINT A ; SET @binlog_format_saved = @@binlog_format ; DELETE FROM `table10_innodb_int_autoinc` WHERE `col_enum_utf8_key` = 'plus' LIMIT 1 ; SET BINLOG_FORMAT = @binlog_format_saved ; CALL f () ; END /* QNO 2706 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2707 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2707 CON_ID 16 */  /* QNO 2708 CON_ID 16 */
		   16 Query	INSERT INTO `table10_innodb_int_autoinc` ( `col_set_utf8_not_null_key` ) VALUES ( LAST_INSERT_ID() )  /* QNO 2709 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2710 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2711 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2711 CON_ID 16 */  /* QNO 2712 CON_ID 16 */
		   16 Query	DELETE FROM `table10_innodb` WHERE `col_decimal_unsigned_not_null` < NULL LIMIT 1  /* QNO 2713 CON_ID 16 */
		   16 Query	DELETE FROM `table1_innodb` WHERE `col_char_utf8_default_null` < 9 LIMIT 1  /* QNO 2714 CON_ID 16 */
		   16 Query	DELETE FROM `view_table0_innodb_int_autoinc` WHERE `col_float_unsigned_not_null` = 'pregnant' LIMIT 1  /* QNO 2715 CON_ID 16 */
		   16 Query	INSERT INTO `view_table10_innodb_key_pk_parts_2_int_autoinc` ( `col_set_latin1` ) VALUES ( NULL )  /* QNO 2716 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2717 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2718 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2718 CON_ID 16 */  /* QNO 2719 CON_ID 16 */
		   16 Query	DELETE FROM `table100_innodb` WHERE `col_bit_key` > 'championship' LIMIT 1  /* QNO 2720 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2721 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 2722 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2723 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2723 CON_ID 16 */  /* QNO 2724 CON_ID 16 */
		   16 Query	SET @a = 'deadline'  /* QNO 2725 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 'deadline'  /* QNO 2725 CON_ID 16 */  /* QNO 2726 CON_ID 16 */
		   16 Query	DELETE FROM `table100_innodb` WHERE `col_decimal_unsigned_default_null` < @a LIMIT 1  /* QNO 2727 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2728 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2729 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2729 CON_ID 16 */  /* QNO 2730 CON_ID 16 */
		   16 Query	INSERT INTO `view_table0_innodb_int_autoinc` ( `col_enum_utf8_key` ) VALUES ( 'apple' )  /* QNO 2731 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2732 CON_ID 16 */
		   16 Query	RELEASE SAVEPOINT A /* QNO 2733 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS RELEASE SAVEPOINT A /* QNO 2733 CON_ID 16 */  /* QNO 2734 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2735 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2735 CON_ID 16 */  /* QNO 2736 CON_ID 16 */
		   16 Query	DELETE FROM `table0_innodb_key_pk_parts_2_int_autoinc` WHERE `col_bit_not_null_key` > 9 LIMIT 1  /* QNO 2737 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2738 CON_ID 16 */
		   16 Query	INSERT INTO `view_table10_innodb_key_pk_parts_2_int_autoinc` ( ncol3 ) SELECT ecol2 FROM `table100_innodb_key_pk_parts_2_int_autoinc`  /* QNO 2739 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 2740 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 2741 CON_ID 16 */
		   16 Query	CREATE TRIGGER o BEFORE UPDATE ON `view_table1_innodb_key_pk_parts_2_int_autoinc` FOR EACH ROW BEGIN SET @binlog_format_saved = @@binlog_format ; SET @a = NULL ; DELETE FROM `view_table1_innodb_int_autoinc` WHERE `col_int_unsigned_key_default_null` < @a LIMIT 1 ; SET BINLOG_FORMAT = @binlog_format_saved ; FLUSH LOGS ; SET @binlog_format_saved = @@binlog_format ; DELETE FROM `view_table1_innodb_int_autoinc` WHERE `col_set_latin1_not_null_key` < 'morning' LIMIT 1 ; SET BINLOG_FORMAT = @binlog_format_saved ; CALL n () ; END /* QNO 2742 CON_ID 16 */
		   16 Query	XA PREPARE 'xid109'  /* QNO 2743 CON_ID 16 */
		   16 Query	XA PREPARE 'non_idle_xid'  /* QNO 2744 CON_ID 16 */
		   16 Query	INSERT INTO `view_table100_innodb` SELECT * FROM `view_table1_innodb` /* QNO 2745 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2746 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2746 CON_ID 16 */  /* QNO 2747 CON_ID 16 */
		   16 Query	DELETE FROM `table10_innodb_int_autoinc` WHERE `col_char_latin1_not_null` < RAND()  /* QNO 2748 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2749 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2750 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2750 CON_ID 16 */  /* QNO 2751 CON_ID 16 */
		   16 Query	DELETE FROM `view_table100_innodb_key_pk_parts_2_int_autoinc` WHERE `col_enum_latin1_key_default_null` < 3 LIMIT 1  /* QNO 2752 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2753 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2754 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2754 CON_ID 16 */  /* QNO 2755 CON_ID 16 */
		   16 Query	INSERT INTO `view_table0_innodb_key_pk_parts_2_int_autoinc` ( `pk` ) VALUES ( NULL )  /* QNO 2756 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2757 CON_ID 16 */
		   16 Query	XA BEGIN 'xid45'  /* QNO 2758 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2759 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2759 CON_ID 16 */  /* QNO 2760 CON_ID 16 */
		   16 Query	INSERT INTO `table100_innodb` ( `pk` ) VALUES ( NULL )  /* QNO 2761 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2762 CON_ID 16 */
		   16 Query	ALTER TABLE t8 DROP COLUMN IF EXISTS ecol2, LOCK=DEFAULT, DROP PRIMARY KEY /* QNO 2763 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2764 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2764 CON_ID 16 */  /* QNO 2765 CON_ID 16 */
		   16 Query	DELETE FROM `table10_innodb_int_autoinc` WHERE `col_float_key_default_null` = 6 LIMIT 1  /* QNO 2766 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2767 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2768 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2768 CON_ID 16 */  /* QNO 2769 CON_ID 16 */
		   16 Query	INSERT INTO `table100_innodb_key_pk_parts_2_int_autoinc` ( `pk` ) VALUES ( NULL )  /* QNO 2770 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2771 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2772 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2772 CON_ID 16 */  /* QNO 2773 CON_ID 16 */
		   16 Query	UPDATE `view_table0_innodb_key_pk_parts_2_int_autoinc` SET `col_float_unsigned_default_null` = 'progress' WHERE `col_float_unsigned_default_null` < 'flesh'  /* QNO 2774 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2775 CON_ID 16 */
		   16 Query	XA COMMIT 'xid109'  /* QNO 2776 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2777 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2777 CON_ID 16 */  /* QNO 2778 CON_ID 16 */
		   16 Query	UPDATE `view_table0_innodb_key_pk_parts_2_int_autoinc` SET `col_blob_key_default_null` = 1 WHERE `col_bit_key` < 'diabetes' LIMIT 7  /* QNO 2779 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2780 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2781 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2781 CON_ID 16 */  /* QNO 2782 CON_ID 16 */
		   16 Query	SET @a = 9  /* QNO 2783 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 9  /* QNO 2783 CON_ID 16 */  /* QNO 2784 CON_ID 16 */
		   16 Query	UPDATE `table1_innodb_key_pk_parts_2_int_autoinc` SET `col_set_latin1_not_null_key` = @a ORDER BY `col_bit_key` LIMIT 4  /* QNO 2785 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2786 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2787 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2787 CON_ID 16 */  /* QNO 2788 CON_ID 16 */
		   16 Query	UPDATE `table1_innodb_key_pk_parts_2_int_autoinc` SET `col_char_utf8_not_null_key` = 'elaborate' WHERE `col_bit` = NULL ORDER BY `col_enum_utf8_not_null` LIMIT 7  /* QNO 2789 CON_ID 16 */
		   16 Query	INSERT INTO `table1_innodb` ( `col_char_utf8_not_null_key` ) VALUES ( 'taste' )  /* QNO 2790 CON_ID 16 */
		   16 Query	DELETE FROM `table0_innodb_key_pk_parts_2_int_autoinc` WHERE `col_char_utf8_not_null_key` < NULL LIMIT 1  /* QNO 2791 CON_ID 16 */
		   16 Query	DELETE FROM `table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_decimal_unsigned_not_null_key` < 'pull' LIMIT 1  /* QNO 2792 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2793 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2794 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2794 CON_ID 16 */  /* QNO 2795 CON_ID 16 */
		   16 Query	SET @a = NULL  /* QNO 2796 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = NULL  /* QNO 2796 CON_ID 16 */  /* QNO 2797 CON_ID 16 */
		   16 Query	DELETE FROM `table100_innodb_key_pk_parts_2_int_autoinc` WHERE `col_float` < @a LIMIT 1  /* QNO 2798 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2799 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2800 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2800 CON_ID 16 */  /* QNO 2801 CON_ID 16 */
		   16 Query	DELETE FROM `table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_enum_latin1` > 9 LIMIT 1  /* QNO 2802 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2803 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 2804 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2805 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2805 CON_ID 16 */  /* QNO 2806 CON_ID 16 */
		   16 Query	INSERT INTO `view_table10_innodb_key_pk_parts_2_int_autoinc` ( `col_char_latin1_not_null_key` ) VALUES ( 'face' )  /* QNO 2807 CON_ID 16 */
		   16 Query	UPDATE `table0_innodb_key_pk_parts_2_int_autoinc` SET `col_set_latin1` = NULL WHERE `col_set_latin1_not_null_key` = 'absorb' ORDER BY `col_enum_latin1_not_null_key`  /* QNO 2808 CON_ID 16 */
		   16 Query	DELETE FROM `view_table0_innodb_key_pk_parts_2_int_autoinc` WHERE `col_decimal_key` < NULL LIMIT 1  /* QNO 2809 CON_ID 16 */
		   16 Query	UPDATE `view_table1_innodb_key_pk_parts_2_int_autoinc` SET `col_enum_latin1_default_null` = 'steadily' WHERE `col_set_latin1_key` = NULL ORDER BY `col_int` LIMIT 3  /* QNO 2810 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2811 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2812 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2812 CON_ID 16 */  /* QNO 2813 CON_ID 16 */
		   16 Query	INSERT INTO `table0_innodb_key_pk_parts_2_int_autoinc` ( `pk` ) VALUES ( NULL )  /* QNO 2814 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2815 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2816 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2816 CON_ID 16 */  /* QNO 2817 CON_ID 16 */
		   16 Query	DELETE FROM `view_table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_char_utf8_default_null` > 'subject' LIMIT 1  /* QNO 2818 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2819 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2820 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2820 CON_ID 16 */  /* QNO 2821 CON_ID 16 */
		   16 Query	INSERT INTO `view_table1_innodb_int_autoinc` ( `col_blob_default_null` ) VALUES ( 4 )  /* QNO 2822 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2823 CON_ID 16 */
		   16 Query	OPTIMIZE TABLE t8 /* QNO 2824 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2825 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2825 CON_ID 16 */  /* QNO 2826 CON_ID 16 */
		   16 Query	SET @a = 'standard'  /* QNO 2827 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 'standard'  /* QNO 2827 CON_ID 16 */  /* QNO 2828 CON_ID 16 */
		   16 Query	INSERT INTO `view_table100_innodb_key_pk_parts_2_int_autoinc` ( `col_int_not_null_key` ) VALUES ( @a )  /* QNO 2829 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2830 CON_ID 16 */
		   16 Query	ROLLBACK TO SAVEPOINT A /* QNO 2831 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2832 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2832 CON_ID 16 */  /* QNO 2833 CON_ID 16 */
		   16 Query	SET @a = 8  /* QNO 2834 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 8  /* QNO 2834 CON_ID 16 */  /* QNO 2835 CON_ID 16 */
		   16 Query	UPDATE `view_table100_innodb_int_autoinc` SET `col_int_default_null` = @a ORDER BY `col_float_not_null` LIMIT 6  /* QNO 2836 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2837 CON_ID 16 */
		   16 Query	ALTER IGNORE TABLE `view_table1_innodb_key_pk_parts_2_int_autoinc` /*!100301 NOWAIT */ DROP COLUMN IF EXISTS tcol2, ALGORITHM=INPLACE, LOCK=NONE, MODIFY COLUMN vcol2 BIGINT AS ( icol6 + 4 ) VIRTUAL FIRST, ALGORITHM=COPY  /* QNO 2838 CON_ID 16 */
		   16 Query	XA RECOVER /* QNO 2839 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS XA RECOVER /* QNO 2839 CON_ID 16 */  /* QNO 2840 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2841 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2841 CON_ID 16 */  /* QNO 2842 CON_ID 16 */
		   16 Query	SET @a = NULL  /* QNO 2843 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = NULL  /* QNO 2843 CON_ID 16 */  /* QNO 2844 CON_ID 16 */
		   16 Query	UPDATE `view_table100_innodb_key_pk_parts_2_int_autoinc` SET `col_enum_latin1_key` = @a ORDER BY `col_char_utf8` LIMIT 6  /* QNO 2845 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2846 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2847 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2847 CON_ID 16 */  /* QNO 2848 CON_ID 16 */
		   16 Query	SET @a = 'bag'  /* QNO 2849 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 'bag'  /* QNO 2849 CON_ID 16 */  /* QNO 2850 CON_ID 16 */
		   16 Query	DELETE FROM `table0_innodb_key_pk_parts_2_int_autoinc` WHERE `col_enum_utf8` < @a LIMIT 1  /* QNO 2851 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2852 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2853 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2853 CON_ID 16 */  /* QNO 2854 CON_ID 16 */
		   16 Query	UPDATE `view_table100_innodb_int_autoinc` SET `col_float_default_null` = 'integration' WHERE `col_float_not_null_key` = 3 LIMIT 0  /* QNO 2855 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2856 CON_ID 16 */
		   16 Query	ALTER TABLE t4 RENAME TO `view_table100_innodb`  /* QNO 2857 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2858 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2858 CON_ID 16 */  /* QNO 2859 CON_ID 16 */
		   16 Query	DELETE FROM `view_table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_bit_key_default_null` = NULL LIMIT 1  /* QNO 2860 CON_ID 16 */
		   16 Query	DELETE FROM `view_table0_innodb_int_autoinc` WHERE `col_char_utf8_not_null` > NULL LIMIT 1  /* QNO 2861 CON_ID 16 */
		   16 Query	UPDATE `view_table100_innodb` SET `col_decimal_not_null` = NULL WHERE `col_int_unsigned_not_null_key` > 'eventually' ORDER BY `col_float_not_null_key`  /* QNO 2862 CON_ID 16 */
		   16 Query	DELETE FROM `view_table0_innodb_key_pk_parts_2_int_autoinc` WHERE `col_enum_latin1_not_null_key` < 'condemn' LIMIT 1  /* QNO 2863 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2864 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2865 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2865 CON_ID 16 */  /* QNO 2866 CON_ID 16 */
		   16 Query	DELETE FROM `view_table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_decimal_unsigned_not_null` < RAND()  /* QNO 2867 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2868 CON_ID 16 */
		   16 Query	SAVEPOINT A /* QNO 2869 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2870 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2870 CON_ID 16 */  /* QNO 2871 CON_ID 16 */
		   16 Query	UPDATE `table10_innodb_int_autoinc` SET `col_int_not_null` = 7 WHERE `col_enum_utf8_not_null_key` < 'inspiration' ORDER BY `col_char_utf8_not_null_key`  /* QNO 2872 CON_ID 16 */
		   16 Query	DELETE FROM `view_table1_innodb` WHERE `col_int_unsigned_key` < 1 LIMIT 1  /* QNO 2873 CON_ID 16 */
		   16 Query	INSERT INTO `table100_innodb_int_autoinc` ( `col_enum_latin1_not_null` ) VALUES ( 9 )  /* QNO 2874 CON_ID 16 */
		   16 Query	UPDATE `table100_innodb_key_pk_parts_2_int_autoinc` SET `col_int_unsigned` = NULL WHERE `col_int_key_default_null` > 3  /* QNO 2875 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2876 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2877 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2877 CON_ID 16 */  /* QNO 2878 CON_ID 16 */
		   16 Query	INSERT INTO `view_table0_innodb_key_pk_parts_2_int_autoinc` ( `col_decimal_not_null` ) VALUES ( 'institution' )  /* QNO 2879 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2880 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2881 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2881 CON_ID 16 */  /* QNO 2882 CON_ID 16 */
		   16 Query	UPDATE `table10_innodb_key_pk_parts_2_int_autoinc` SET `col_set_latin1_not_null_key` = 'enterprise' WHERE `col_bit_key` = 6 ORDER BY `col_decimal_default_null`  /* QNO 2883 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2884 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 2885 CON_ID 16 */
		   16 Query	XA END 'xid45'  /* QNO 2886 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2887 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2887 CON_ID 16 */  /* QNO 2888 CON_ID 16 */
		   16 Query	DELETE FROM `view_table1_innodb_int_autoinc` WHERE `col_float_not_null` < 'widow' LIMIT 1  /* QNO 2889 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2890 CON_ID 16 */
		   16 Query	XA END 'xid2'  /* QNO 2891 CON_ID 16 */
		   16 Query	LOCK TABLE `view_table0_innodb_key_pk_parts_2_int_autoinc` WRITE  /* QNO 2892 CON_ID 16 */
		   16 Query	UNLOCK TABLES /* QNO 2893 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UNLOCK TABLES /* QNO 2893 CON_ID 16 */  /* QNO 2894 CON_ID 16 */
		   16 Query	ALTER ONLINE TABLE t4 RENAME TO t3 /* QNO 2895 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 2896 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 2897 CON_ID 16 */
		   16 Query	XA ROLLBACK 'xid67'  /* QNO 2898 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2899 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2899 CON_ID 16 */  /* QNO 2900 CON_ID 16 */
		   16 Query	UPDATE `view_table0_innodb_int_autoinc` SET `col_int_unsigned_default_null` = 5 WHERE `col_char_latin1_default_null` = 'blind' ORDER BY `col_set_latin1_default_null`  /* QNO 2901 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2902 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2903 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2903 CON_ID 16 */  /* QNO 2904 CON_ID 16 */
		   16 Query	INSERT INTO `table1_innodb_int_autoinc` ( `pk` ) VALUES ( NULL )  /* QNO 2905 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2906 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2907 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2907 CON_ID 16 */  /* QNO 2908 CON_ID 16 */
		   16 Query	DELETE FROM `table0_innodb_key_pk_parts_2_int_autoinc` WHERE `col_enum_latin1_default_null` > 6 LIMIT 1  /* QNO 2909 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2910 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2911 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2911 CON_ID 16 */  /* QNO 2912 CON_ID 16 */
		   16 Query	DELETE FROM `view_table10_innodb` WHERE `col_float_unsigned_not_null_key` > 'cream' LIMIT 1  /* QNO 2913 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2914 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2915 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2915 CON_ID 16 */  /* QNO 2916 CON_ID 16 */
		   16 Query	INSERT INTO `table0_innodb` ( `pk` ) VALUES ( NULL )  /* QNO 2917 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2918 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2919 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2919 CON_ID 16 */  /* QNO 2920 CON_ID 16 */
		   16 Query	DELETE FROM `table10_innodb_int_autoinc` WHERE `col_bit_key` = 'reporting' LIMIT 1  /* QNO 2921 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2922 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2923 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2923 CON_ID 16 */  /* QNO 2924 CON_ID 16 */
		   16 Query	UPDATE `view_table10_innodb_key_pk_parts_2_int_autoinc` SET `col_int_unsigned_not_null` = 1 WHERE `col_decimal_key_default_null` = 4 ORDER BY `col_float_unsigned_not_null`  /* QNO 2925 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2926 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2927 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2927 CON_ID 16 */  /* QNO 2928 CON_ID 16 */
		   16 Query	SET @a = NULL  /* QNO 2929 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = NULL  /* QNO 2929 CON_ID 16 */  /* QNO 2930 CON_ID 16 */
		   16 Query	UPDATE `table10_innodb_key_pk_parts_2_int_autoinc` SET `col_enum_utf8_default_null` = @a ORDER BY `col_enum_latin1_default_null` LIMIT 6  /* QNO 2931 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2932 CON_ID 16 */
		   16 Query	ROLLBACK /* QNO 2933 CON_ID 16 */
		   16 Query	INSERT INTO `view_table10_innodb_int_autoinc` SELECT * FROM `table0_innodb_int_autoinc` /* QNO 2934 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2935 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2935 CON_ID 16 */  /* QNO 2936 CON_ID 16 */
		   16 Query	INSERT INTO `table10_innodb` ( `col_set_latin1_default_null` ) VALUES ( NULL )  /* QNO 2937 CON_ID 16 */
		   16 Query	DELETE FROM `view_table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_float_key_default_null` < 'drink' LIMIT 1  /* QNO 2938 CON_ID 16 */
		   16 Query	DELETE FROM `table100_innodb_key_pk_parts_2_int_autoinc` WHERE `col_decimal_key_default_null` > 'premise' LIMIT 1  /* QNO 2939 CON_ID 16 */
		   16 Query	UPDATE `view_table10_innodb_key_pk_parts_2_int_autoinc` SET `col_set_latin1_key` = NULL WHERE `col_float_default_null` > 'southeast' ORDER BY `col_enum_utf8_key` LIMIT 7  /* QNO 2940 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2941 CON_ID 16 */
		   16 Query	CREATE EVENT IF NOT EXISTS l ON SCHEDULE EVERY 9 SECOND ON COMPLETION PRESERVE DO BEGIN SET @binlog_format_saved = @@binlog_format ; SET @a = 8 ; INSERT INTO `view_table0_innodb_key_pk_parts_2_int_autoinc` ( `col_float_unsigned_default_null` ) VALUES ( @a ) ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; UPDATE `table1_innodb_int_autoinc` SET `col_float_key` = 'orientation' WHERE `col_float_unsigned_key_default_null` < NULL LIMIT 3 ; SET BINLOG_FORMAT = @binlog_format_saved ; FLUSH LOGS ; CALL t () ; END /* QNO 2942 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2943 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2943 CON_ID 16 */  /* QNO 2944 CON_ID 16 */
		   16 Query	DELETE FROM `view_table1_innodb` WHERE `col_enum_latin1_key` < 'last' LIMIT 1  /* QNO 2945 CON_ID 16 */
		   16 Query	DELETE FROM `view_table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_blob_key` = NULL LIMIT 1  /* QNO 2946 CON_ID 16 */
		   16 Query	INSERT INTO `view_table0_innodb` ( `col_float_unsigned_default_null` ) VALUES ( 'wealthy' )  /* QNO 2947 CON_ID 16 */
		   16 Query	DELETE FROM `view_table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_char_utf8` < 'artifact' LIMIT 1  /* QNO 2948 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2949 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2950 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2950 CON_ID 16 */  /* QNO 2951 CON_ID 16 */
		   16 Query	INSERT INTO `view_table10_innodb_int_autoinc` ( `pk` ) VALUES ( NULL )  /* QNO 2952 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2953 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2954 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2954 CON_ID 16 */  /* QNO 2955 CON_ID 16 */
		   16 Query	UPDATE `table10_innodb_int_autoinc` SET `col_char_utf8_key` = 4 WHERE `col_blob` > NULL ORDER BY `col_int_unsigned_not_null`  /* QNO 2956 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2957 CON_ID 16 */
		   16 Query	XA BEGIN 'xid117'  /* QNO 2958 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2959 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2959 CON_ID 16 */  /* QNO 2960 CON_ID 16 */
		   16 Query	INSERT INTO `view_table10_innodb_key_pk_parts_2_int_autoinc` ( `pk` ) VALUES ( NULL )  /* QNO 2961 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2962 CON_ID 16 */
		   16 Query	SELECT * FROM `view_table1_innodb` INTO OUTFILE 'load_view_table1_innodb'  /* QNO 2963 CON_ID 16 */
		   16 Query	LOAD DATA INFILE 'load_view_table1_innodb' REPLACE INTO TABLE view_table1_innodb /* QNO 2964 CON_ID 16 */
		   16 Query	SELECT * FROM `table1_innodb_key_pk_parts_2_int_autoinc` INTO OUTFILE 'load_table1_innodb_key_pk_parts_2_int_autoinc'  /* QNO 2965 CON_ID 16 */
		   16 Query	LOAD DATA INFILE 'load_table1_innodb_key_pk_parts_2_int_autoinc' REPLACE INTO TABLE table1_innodb_key_pk_parts_2_int_autoinc /* QNO 2966 CON_ID 16 */
		   16 Query	ROLLBACK /* QNO 2967 CON_ID 16 */
		   16 Query	INSERT INTO `view_table10_innodb_key_pk_parts_2_int_autoinc` SELECT * FROM `table10_innodb` /* QNO 2968 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2969 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2969 CON_ID 16 */  /* QNO 2970 CON_ID 16 */
		   16 Query	SET @a = NULL  /* QNO 2971 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = NULL  /* QNO 2971 CON_ID 16 */  /* QNO 2972 CON_ID 16 */
		   16 Query	DELETE FROM `table0_innodb_key_pk_parts_2_int_autoinc` WHERE `col_decimal_unsigned_default_null` < @a LIMIT 1  /* QNO 2973 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2974 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 2975 CON_ID 16 */
		   16 Query	SELECT * FROM `view_table10_innodb` INTO OUTFILE 'load_view_table10_innodb'  /* QNO 2976 CON_ID 16 */
		   16 Query	LOAD DATA INFILE 'load_view_table10_innodb' REPLACE INTO TABLE view_table10_innodb /* QNO 2977 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2978 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2978 CON_ID 16 */  /* QNO 2979 CON_ID 16 */
		   16 Query	INSERT INTO `view_table1_innodb_int_autoinc` ( `col_enum_utf8` ) VALUES ( NULL )  /* QNO 2980 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2981 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2982 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2982 CON_ID 16 */  /* QNO 2983 CON_ID 16 */
		   16 Query	INSERT INTO `table100_innodb` ( `col_enum_utf8_key` ) VALUES ( NULL )  /* QNO 2984 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2985 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 2986 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2987 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2987 CON_ID 16 */  /* QNO 2988 CON_ID 16 */
		   16 Query	UPDATE `table10_innodb` SET `col_bit` = 6 WHERE `col_int_not_null` < NULL LIMIT 0  /* QNO 2989 CON_ID 16 */
		   16 Query	DELETE FROM `table0_innodb` WHERE `col_int_unsigned_not_null` < 'pound' LIMIT 1  /* QNO 2990 CON_ID 16 */
		   16 Query	INSERT INTO `view_table100_innodb_key_pk_parts_2_int_autoinc` ( `col_enum_latin1_not_null_key` ) VALUES ( NULL )  /* QNO 2991 CON_ID 16 */
		   16 Query	UPDATE `table100_innodb` SET `col_bit_not_null` = NULL WHERE `col_set_utf8_not_null_key` = 6 LIMIT 9  /* QNO 2992 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2993 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 2994 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 2994 CON_ID 16 */  /* QNO 2995 CON_ID 16 */
		   16 Query	DELETE FROM `view_table0_innodb` WHERE `col_int_unsigned_key_default_null` < RAND()  /* QNO 2996 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 2997 CON_ID 16 */
		   16 Query	ROLLBACK /* QNO 2998 CON_ID 16 */
		   16 Query	ROLLBACK TO SAVEPOINT A /* QNO 2999 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3000 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3000 CON_ID 16 */  /* QNO 3001 CON_ID 16 */
		   16 Query	UPDATE `table10_innodb_int_autoinc` SET `col_decimal_key_default_null` = NULL WHERE `col_decimal_unsigned_key` > 7 LIMIT 9  /* QNO 3002 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3003 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3004 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3004 CON_ID 16 */  /* QNO 3005 CON_ID 16 */
		   16 Query	UPDATE `table100_innodb_key_pk_parts_2_int_autoinc` SET `col_char_latin1_default_null` = RAND() WHERE `col_decimal_unsigned_key_default_null` > 'frankly' ORDER BY RAND () LIMIT 6  /* QNO 3006 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3007 CON_ID 16 */
		   16 Query	COMMIT /* QNO 3008 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3009 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3009 CON_ID 16 */  /* QNO 3010 CON_ID 16 */
		   16 Query	INSERT INTO `table1_innodb` ( `pk` ) VALUES ( NULL )  /* QNO 3011 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3012 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3013 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3013 CON_ID 16 */  /* QNO 3014 CON_ID 16 */
		   16 Query	INSERT INTO `table1_innodb_key_pk_parts_2_int_autoinc` ( `col_float_key` ) VALUES ( 'fierce' )  /* QNO 3015 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3016 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 3017 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3018 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3018 CON_ID 16 */  /* QNO 3019 CON_ID 16 */
		   16 Query	INSERT INTO `table10_innodb` ( `col_float_unsigned_not_null` ) VALUES ( LAST_INSERT_ID() )  /* QNO 3020 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3021 CON_ID 16 */
		   16 Query	ALTER TABLE `table1_innodb_key_pk_parts_2_int_autoinc` ADD CONSTRAINT UNIQUE (icol3), LOCK=EXCLUSIVE, ADD CONSTRAINT f UNIQUE (tcol2), ALGORITHM=INPLACE, LOCK=DEFAULT /* QNO 3022 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 3023 CON_ID 16 */
		   16 Query	ROLLBACK /* QNO 3024 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3025 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3025 CON_ID 16 */  /* QNO 3026 CON_ID 16 */
		   16 Query	INSERT INTO `table10_innodb_int_autoinc` ( `col_set_latin1_not_null_key` ) VALUES ( LAST_INSERT_ID() )  /* QNO 3027 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3028 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3029 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3029 CON_ID 16 */  /* QNO 3030 CON_ID 16 */
		   16 Query	SET @a = NULL  /* QNO 3031 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = NULL  /* QNO 3031 CON_ID 16 */  /* QNO 3032 CON_ID 16 */
		   16 Query	DELETE FROM `view_table100_innodb_int_autoinc` WHERE `col_enum_utf8_not_null_key` < @a LIMIT 1  /* QNO 3033 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3034 CON_ID 16 */
		   16 Query	ALTER IGNORE TABLE t7 /*!100301 NOWAIT */ DROP COLUMN IF EXISTS vcol6, LOCK=DEFAULT, ADD COLUMN IF NOT EXISTS ( ecol6 SET('foo','bar') NULL DEFAULT NULL /*!100303 INVISIBLE */ ), ADD CONSTRAINT CHECK (`col_int_not_null_key` LIKE scol10), FORCE, LOCK=NONE, ALGORITHM=DEFAULT /* QNO 3035 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3036 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3036 CON_ID 16 */  /* QNO 3037 CON_ID 16 */
		   16 Query	UPDATE `table0_innodb_key_pk_parts_2_int_autoinc` SET `pk` = 7 WHERE `col_float_unsigned` > 'lost'  /* QNO 3038 CON_ID 16 */
		   16 Query	DELETE FROM `table0_innodb` WHERE `col_char_latin1_key` = 'wolf' LIMIT 1  /* QNO 3039 CON_ID 16 */
		   16 Query	UPDATE `view_table1_innodb` SET `col_float_not_null_key` = NULL WHERE `col_decimal_unsigned` > 6 ORDER BY `col_set_latin1_not_null` LIMIT 9  /* QNO 3040 CON_ID 16 */
		   16 Query	UPDATE `view_table10_innodb_key_pk_parts_2_int_autoinc` SET `col_enum_utf8_not_null` = 7 WHERE `col_float` = 2 ORDER BY `col_blob_key` LIMIT 0  /* QNO 3041 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3042 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3043 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3043 CON_ID 16 */  /* QNO 3044 CON_ID 16 */
		   16 Query	DELETE FROM `table0_innodb` WHERE `col_enum_utf8_key` < RAND()  /* QNO 3045 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3046 CON_ID 16 */
		   16 Query	ALTER ONLINE TABLE t7 /*!100301 WAIT 9 */ STATS_SAMPLE_PAGES = 29781 /* QNO 3047 CON_ID 16 */
		   16 Query	ROLLBACK /* QNO 3048 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 3049 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3050 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3050 CON_ID 16 */  /* QNO 3051 CON_ID 16 */
		   16 Query	DELETE FROM `table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_int_not_null_key` > 'silent' LIMIT 1  /* QNO 3052 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3053 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3054 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3054 CON_ID 16 */  /* QNO 3055 CON_ID 16 */
		   16 Query	UPDATE `view_table100_innodb_int_autoinc` SET `col_decimal_unsigned` = NULL WHERE `col_decimal_not_null_key` > 'diplomat' ORDER BY `col_decimal_unsigned_key_default_null`  /* QNO 3056 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3057 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3058 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3058 CON_ID 16 */  /* QNO 3059 CON_ID 16 */
		   16 Query	SET @a = NULL  /* QNO 3060 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = NULL  /* QNO 3060 CON_ID 16 */  /* QNO 3061 CON_ID 16 */
		   16 Query	UPDATE `view_table1_innodb_key_pk_parts_2_int_autoinc` SET `col_decimal_unsigned_key` = @a ORDER BY `col_decimal_not_null_key` LIMIT 7  /* QNO 3062 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3063 CON_ID 16 */
		   16 Query	XA END 'xid117'  /* QNO 3064 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 3065 CON_ID 16 */
		   16 Query	CREATE EVENT IF NOT EXISTS r ON SCHEDULE EVERY 0 SECOND ON COMPLETION PRESERVE DO BEGIN ROLLBACK ; SET @binlog_format_saved = @@binlog_format ; DELETE FROM `table0_innodb` WHERE `col_float_key_default_null` = 3 LIMIT 1 ; UPDATE `view_table0_innodb` SET `col_char_utf8_not_null` = NULL WHERE `col_enum_utf8` = 7 ORDER BY `col_int_not_null` LIMIT 6 ; INSERT INTO `table10_innodb_key_pk_parts_2_int_autoinc` ( `col_decimal_unsigned_not_null_key` ) VALUES ( 'acid' ) ; UPDATE `view_table10_innodb_key_pk_parts_2_int_autoinc` SET `col_decimal_unsigned_default_null` = 'secondary' WHERE `col_int_unsigned_key` < NULL ; SET BINLOG_FORMAT = @binlog_format_saved ; FLUSH LOGS ; CALL d () ; END /* QNO 3066 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3067 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3067 CON_ID 16 */  /* QNO 3068 CON_ID 16 */
		   16 Query	INSERT INTO `view_table100_innodb_key_pk_parts_2_int_autoinc` ( `pk` ) VALUES ( NULL )  /* QNO 3069 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3070 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 3071 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3072 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3072 CON_ID 16 */  /* QNO 3073 CON_ID 16 */
		   16 Query	INSERT INTO `table0_innodb` ( `col_set_utf8_not_null_key` ) VALUES ( RAND () )  /* QNO 3074 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3075 CON_ID 16 */
		   16 Query	CREATE OR REPLACE TABLE t1 (bcol7 BIT NOT NULL DEFAULT 3 ) ROW_FORMAT COMPACT  /* QNO 3076 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3077 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3077 CON_ID 16 */  /* QNO 3078 CON_ID 16 */
		   16 Query	UPDATE `view_table1_innodb_key_pk_parts_2_int_autoinc` SET `col_char_utf8_key` = NULL WHERE `col_blob_key` = 'dangerous'  /* QNO 3079 CON_ID 16 */
		   16 Query	INSERT INTO `view_table0_innodb_key_pk_parts_2_int_autoinc` ( `col_int_unsigned_not_null` ) VALUES ( 'thrive' )  /* QNO 3080 CON_ID 16 */
		   16 Query	UPDATE `view_table1_innodb` SET `col_float_key_default_null` = 'then' WHERE `col_enum_latin1_key` = 6  /* QNO 3081 CON_ID 16 */
		   16 Query	INSERT INTO `table1_innodb_key_pk_parts_2_int_autoinc` ( `col_float_key` ) VALUES ( 1 )  /* QNO 3082 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3083 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3084 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3084 CON_ID 16 */  /* QNO 3085 CON_ID 16 */
		   16 Query	INSERT INTO `view_table10_innodb_key_pk_parts_2_int_autoinc` ( `pk` ) VALUES ( NULL )  /* QNO 3086 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3087 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3088 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3088 CON_ID 16 */  /* QNO 3089 CON_ID 16 */
		   16 Query	SET @a = NULL  /* QNO 3090 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = NULL  /* QNO 3090 CON_ID 16 */  /* QNO 3091 CON_ID 16 */
		   16 Query	UPDATE `table1_innodb` SET `col_set_latin1_key` = @a ORDER BY `col_blob_key_default_null` LIMIT 9  /* QNO 3092 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3093 CON_ID 16 */
		   16 Query	DROP TABLE IF EXISTS tmp_rename_61254  /* QNO 3094 CON_ID 16 */
		   16 Query	RENAME TABLE `table10_innodb_int_autoinc` TO tmp_rename_61254, tmp_rename_61254 TO table10_innodb_int_autoinc /* QNO 3095 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 3096 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3097 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3097 CON_ID 16 */  /* QNO 3098 CON_ID 16 */
		   16 Query	SET @a = 'urge'  /* QNO 3099 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 'urge'  /* QNO 3099 CON_ID 16 */  /* QNO 3100 CON_ID 16 */
		   16 Query	INSERT INTO `view_table1_innodb_int_autoinc` ( `col_int_unsigned` ) VALUES ( @a )  /* QNO 3101 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3102 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 3103 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3104 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3104 CON_ID 16 */  /* QNO 3105 CON_ID 16 */
		   16 Query	UPDATE `view_table1_innodb_int_autoinc` SET `col_float_not_null_key` = NULL WHERE `col_enum_utf8_not_null_key` = 4 ORDER BY `col_char_latin1_key` LIMIT 7  /* QNO 3106 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3107 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3108 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3108 CON_ID 16 */  /* QNO 3109 CON_ID 16 */
		   16 Query	UPDATE `table1_innodb_int_autoinc` SET `col_int_unsigned_not_null_key` = 3 WHERE `pk` < 0 ORDER BY `col_decimal_not_null`  /* QNO 3110 CON_ID 16 */
		   16 Query	INSERT INTO `table100_innodb_key_pk_parts_2_int_autoinc` ( `col_set_latin1_default_null` ) VALUES ( 'industrial' )  /* QNO 3111 CON_ID 16 */
		   16 Query	UPDATE `table1_innodb_int_autoinc` SET `col_int_not_null` = NULL WHERE `col_set_latin1_not_null_key` < 0  /* QNO 3112 CON_ID 16 */
		   16 Query	DELETE FROM `table100_innodb_key_pk_parts_2_int_autoinc` WHERE `col_float_unsigned_key` < 6 LIMIT 1  /* QNO 3113 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3114 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3115 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3115 CON_ID 16 */  /* QNO 3116 CON_ID 16 */
		   16 Query	UPDATE `view_table10_innodb` SET `col_enum_latin1` = 'symptom' WHERE `col_float_unsigned_not_null_key` < NULL  /* QNO 3117 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3118 CON_ID 16 */
		   16 Query	CREATE TRIGGER a BEFORE UPDATE ON `table1_innodb` FOR EACH ROW BEGIN SET @binlog_format_saved = @@binlog_format ; DELETE FROM `table0_innodb` WHERE `col_int_not_null_key` = 'celebrity' LIMIT 1 ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; UPDATE `table100_innodb_key_pk_parts_2_int_autoinc` SET `col_enum_utf8` = 'buck' WHERE `col_bit` > 'struggle' ORDER BY `col_enum_latin1_key` LIMIT 3 ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; SET @a = 6 ; UPDATE `table10_innodb` SET `col_blob_default_null` = @a ORDER BY `col_decimal` LIMIT 9 ; SET BINLOG_FORMAT = @binlog_format_saved ; CALL z () ; END /* QNO 3119 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3120 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3120 CON_ID 16 */  /* QNO 3121 CON_ID 16 */
		   16 Query	UPDATE `view_table0_innodb_key_pk_parts_2_int_autoinc` SET `col_enum_utf8_key_default_null` = RAND() WHERE `col_char_latin1_key` = 'root' ORDER BY RAND ()  /* QNO 3122 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3123 CON_ID 16 */
		   16 Query	ROLLBACK TO SAVEPOINT A /* QNO 3124 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3125 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3125 CON_ID 16 */  /* QNO 3126 CON_ID 16 */
		   16 Query	INSERT INTO `view_table0_innodb_int_autoinc` ( `col_enum_latin1_not_null` ) VALUES ( NULL )  /* QNO 3127 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3128 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 3129 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 3130 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3131 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3131 CON_ID 16 */  /* QNO 3132 CON_ID 16 */
		   16 Query	SET @a = 0  /* QNO 3133 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 0  /* QNO 3133 CON_ID 16 */  /* QNO 3134 CON_ID 16 */
		   16 Query	UPDATE `view_table100_innodb_key_pk_parts_2_int_autoinc` SET `col_float_unsigned_not_null_key` = @a ORDER BY `col_blob` LIMIT 2  /* QNO 3135 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3136 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3137 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3137 CON_ID 16 */  /* QNO 3138 CON_ID 16 */
		   16 Query	INSERT INTO `table1_innodb_int_autoinc` ( `pk` ) VALUES ( NULL )  /* QNO 3139 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3140 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 3141 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3142 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3142 CON_ID 16 */  /* QNO 3143 CON_ID 16 */
		   16 Query	INSERT INTO `view_table100_innodb` ( `col_enum_utf8_not_null_key` ) VALUES ( NULL )  /* QNO 3144 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3145 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 3146 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3147 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3147 CON_ID 16 */  /* QNO 3148 CON_ID 16 */
		   16 Query	INSERT INTO `table0_innodb` ( `col_float_not_null_key` ) VALUES ( 'quarterback' )  /* QNO 3149 CON_ID 16 */
		   16 Query	UPDATE `view_table0_innodb` SET `col_float_unsigned_not_null_key` = 3 WHERE `col_enum_latin1` > NULL ORDER BY `col_enum_utf8_not_null_key`  /* QNO 3150 CON_ID 16 */
		   16 Query	DELETE FROM `table100_innodb_key_pk_parts_2_int_autoinc` WHERE `col_decimal_not_null` > 4 LIMIT 1  /* QNO 3151 CON_ID 16 */
		   16 Query	INSERT INTO `view_table100_innodb` ( `col_enum_latin1_not_null` ) VALUES ( NULL )  /* QNO 3152 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3153 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3154 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3154 CON_ID 16 */  /* QNO 3155 CON_ID 16 */
		   16 Query	DELETE FROM `table100_innodb_key_pk_parts_2_int_autoinc` WHERE `col_enum_utf8_key` < 3 LIMIT 1  /* QNO 3156 CON_ID 16 */
		   16 Query	DELETE FROM `view_table100_innodb_key_pk_parts_2_int_autoinc` WHERE `col_char_utf8_not_null` < 'summer' LIMIT 1  /* QNO 3157 CON_ID 16 */
		   16 Query	UPDATE `table1_innodb_int_autoinc` SET `col_decimal_unsigned_key` = 'meantime' WHERE `col_int_not_null_key` > 5  /* QNO 3158 CON_ID 16 */
		   16 Query	UPDATE `view_table10_innodb_int_autoinc` SET `col_enum_utf8` = 2 WHERE `col_bit_default_null` < 'project' ORDER BY `col_char_latin1_key`  /* QNO 3159 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3160 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3161 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3161 CON_ID 16 */  /* QNO 3162 CON_ID 16 */
		   16 Query	DELETE FROM `table100_innodb_int_autoinc` WHERE `col_set_latin1` = 'league' LIMIT 1  /* QNO 3163 CON_ID 16 */
		   16 Query	DELETE FROM `view_table100_innodb` WHERE `col_enum_utf8` < 2 LIMIT 1  /* QNO 3164 CON_ID 16 */
		   16 Query	UPDATE `view_table1_innodb_key_pk_parts_2_int_autoinc` SET `col_enum_latin1_not_null_key` = NULL WHERE `col_set_utf8_key_default_null` = 0 LIMIT 5  /* QNO 3165 CON_ID 16 */
		   16 Query	DELETE FROM `view_table1_innodb` WHERE `col_bit_not_null_key` = 0 LIMIT 1  /* QNO 3166 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3167 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 3168 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3169 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3169 CON_ID 16 */  /* QNO 3170 CON_ID 16 */
		   16 Query	DELETE FROM `table1_innodb` WHERE `col_float_unsigned_not_null` = 'tube' LIMIT 1  /* QNO 3171 CON_ID 16 */
		   16 Query	UPDATE `table100_innodb_int_autoinc` SET `col_set_latin1_key` = 'revenue' WHERE `col_set_utf8_key_default_null` < 'informal' ORDER BY `col_blob`  /* QNO 3172 CON_ID 16 */
		   16 Query	DELETE FROM `view_table10_innodb_int_autoinc` WHERE `col_char_utf8_key_default_null` > NULL LIMIT 1  /* QNO 3173 CON_ID 16 */
		   16 Query	INSERT INTO `table1_innodb_int_autoinc` ( `col_set_utf8_key_default_null` ) VALUES ( NULL )  /* QNO 3174 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3175 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3176 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3176 CON_ID 16 */  /* QNO 3177 CON_ID 16 */
		   16 Query	UPDATE `table10_innodb_int_autoinc` SET `col_int_unsigned_not_null_key` = RAND() WHERE `col_decimal_unsigned_default_null` = NULL ORDER BY RAND ()  /* QNO 3178 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3179 CON_ID 16 */
		   16 Query	ALTER ONLINE TABLE t8 ADD FULLTEXT KEY(scol5), ADD FOREIGN KEY a (`col_int`) REFERENCES `view_table100_innodb` (tscol8, `col_set_latin1`), ADD CONSTRAINT t CHECK (icol10 NOT LIKE vcol1) /* QNO 3180 CON_ID 16 */
		   16 Query	COMMIT /* QNO 3181 CON_ID 16 */
		   16 Query	INSERT INTO `view_table10_innodb` SELECT * FROM `view_table100_innodb_int_autoinc` /* QNO 3182 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3183 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3183 CON_ID 16 */  /* QNO 3184 CON_ID 16 */
		   16 Query	INSERT INTO `table0_innodb_key_pk_parts_2_int_autoinc` ( `col_float` ) VALUES ( LAST_INSERT_ID() )  /* QNO 3185 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3186 CON_ID 16 */
		   16 Query	INSERT INTO `table100_innodb` SELECT * FROM `table10_innodb_key_pk_parts_2_int_autoinc` /* QNO 3187 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3188 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3188 CON_ID 16 */  /* QNO 3189 CON_ID 16 */
		   16 Query	INSERT INTO `view_table10_innodb_int_autoinc` ( `col_float_unsigned_key` ) VALUES ( LAST_INSERT_ID() )  /* QNO 3190 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3191 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 3192 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 3193 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3194 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3194 CON_ID 16 */  /* QNO 3195 CON_ID 16 */
		   16 Query	INSERT INTO `table100_innodb` ( `col_enum_latin1_key_default_null` ) VALUES ( 9 )  /* QNO 3196 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3197 CON_ID 16 */
		   16 Query	XA PREPARE 'xid45'  /* QNO 3198 CON_ID 16 */
		   16 Query	COMMIT /* QNO 3199 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3200 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3200 CON_ID 16 */  /* QNO 3201 CON_ID 16 */
		   16 Query	SET @a = NULL  /* QNO 3202 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = NULL  /* QNO 3202 CON_ID 16 */  /* QNO 3203 CON_ID 16 */
		   16 Query	UPDATE `view_table1_innodb_key_pk_parts_2_int_autoinc` SET `col_set_utf8_not_null` = @a ORDER BY `col_char_utf8_key` LIMIT 8  /* QNO 3204 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3205 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3206 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3206 CON_ID 16 */  /* QNO 3207 CON_ID 16 */
		   16 Query	INSERT INTO `table1_innodb_key_pk_parts_2_int_autoinc` ( `pk` ) VALUES ( NULL )  /* QNO 3208 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3209 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3210 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3210 CON_ID 16 */  /* QNO 3211 CON_ID 16 */
		   16 Query	UPDATE `table0_innodb` SET `col_char_latin1_not_null_key` = NULL WHERE `col_blob_key_default_null` < 'neither' LIMIT 4  /* QNO 3212 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3213 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 3214 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3215 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3215 CON_ID 16 */  /* QNO 3216 CON_ID 16 */
		   16 Query	INSERT INTO `table1_innodb` ( `col_char_latin1` ) VALUES ( LAST_INSERT_ID() )  /* QNO 3217 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3218 CON_ID 16 */
		   16 Query	SELECT * FROM `view_table10_innodb_int_autoinc` INTO OUTFILE 'load_view_table10_innodb_int_autoinc'  /* QNO 3219 CON_ID 16 */
		   16 Query	LOAD DATA INFILE 'load_view_table10_innodb_int_autoinc' IGNORE INTO TABLE view_table10_innodb_int_autoinc /* QNO 3220 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3221 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3221 CON_ID 16 */  /* QNO 3222 CON_ID 16 */
		   16 Query	UPDATE `view_table100_innodb_int_autoinc` SET `col_set_utf8_default_null` = 'wonder' WHERE `col_set_utf8_not_null_key` = 'cheat' LIMIT 2  /* QNO 3223 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3224 CON_ID 16 */
		   16 Query	CREATE EVENT IF NOT EXISTS k ON SCHEDULE EVERY 1 SECOND ON COMPLETION PRESERVE DO BEGIN SET @binlog_format_saved = @@binlog_format ; UPDATE `view_table1_innodb_int_autoinc` SET `col_int_unsigned_not_null_key` = NULL WHERE `col_int_unsigned_key` = NULL ORDER BY `col_set_utf8_key` ; DELETE FROM `table10_innodb` WHERE `col_char_utf8_not_null` > 'path' LIMIT 1 ; INSERT INTO `view_table1_innodb` ( `col_int` ) VALUES ( 'tone' ) ; DELETE FROM `view_table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_decimal_key` > 0 LIMIT 1 ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; INSERT INTO `table1_innodb` ( `pk` ) VALUES ( NULL ) ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; SET @a = 'suffer' ; DELETE FROM `table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_float_unsigned_not_null` < @a LIMIT 1 ; SET BINLOG_FORMAT = @binlog_format_saved ; CALL l () ; END /* QNO 3225 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 3226 CON_ID 16 */
		   16 Query	ALTER TABLE t4 DROP COLUMN IF EXISTS icol1, LOCK=EXCLUSIVE, ADD FULLTEXT KEY(scol10), DROP COLUMN IF EXISTS `col_bit_key_default_null`, ALGORITHM=DEFAULT, LOCK=NONE, ADD CONSTRAINT w CHECK (vcol9 < 3) /* QNO 3227 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3228 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3228 CON_ID 16 */  /* QNO 3229 CON_ID 16 */
		   16 Query	UPDATE `view_table10_innodb_key_pk_parts_2_int_autoinc` SET `col_bit_not_null` = RAND() WHERE `col_int_unsigned_not_null` < 'booth' ORDER BY RAND () LIMIT 4  /* QNO 3230 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3231 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3232 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3232 CON_ID 16 */  /* QNO 3233 CON_ID 16 */
		   16 Query	DELETE FROM `view_table0_innodb_int_autoinc` WHERE `col_char_utf8_key_default_null` = 7 LIMIT 1  /* QNO 3234 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3235 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 3236 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3237 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3237 CON_ID 16 */  /* QNO 3238 CON_ID 16 */
		   16 Query	SET @a = 'dismiss'  /* QNO 3239 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 'dismiss'  /* QNO 3239 CON_ID 16 */  /* QNO 3240 CON_ID 16 */
		   16 Query	UPDATE `table0_innodb_int_autoinc` SET `col_int_key` = @a ORDER BY `col_set_utf8_key_default_null` LIMIT 1  /* QNO 3241 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3242 CON_ID 16 */
		   16 Query	XA COMMIT 'xid117' ONE PHASE  /* QNO 3243 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3244 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3244 CON_ID 16 */  /* QNO 3245 CON_ID 16 */
		   16 Query	INSERT INTO `view_table10_innodb_key_pk_parts_2_int_autoinc` ( `col_float` ) VALUES ( 'hallway' )  /* QNO 3246 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3247 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 3248 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3249 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3249 CON_ID 16 */  /* QNO 3250 CON_ID 16 */
		   16 Query	SET @a = NULL  /* QNO 3251 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = NULL  /* QNO 3251 CON_ID 16 */  /* QNO 3252 CON_ID 16 */
		   16 Query	INSERT INTO `table100_innodb` ( `col_decimal` ) VALUES ( @a )  /* QNO 3253 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3254 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3255 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3255 CON_ID 16 */  /* QNO 3256 CON_ID 16 */
		   16 Query	DELETE FROM `table1_innodb` WHERE `col_char_latin1` < RAND()  /* QNO 3257 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3258 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 3259 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3260 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3260 CON_ID 16 */  /* QNO 3261 CON_ID 16 */
		   16 Query	INSERT INTO `view_table10_innodb_int_autoinc` ( `col_blob` ) VALUES ( 'sexuality' )  /* QNO 3262 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3263 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3264 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3264 CON_ID 16 */  /* QNO 3265 CON_ID 16 */
		   16 Query	SET @a = 5  /* QNO 3266 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 5  /* QNO 3266 CON_ID 16 */  /* QNO 3267 CON_ID 16 */
		   16 Query	DELETE FROM `view_table0_innodb_int_autoinc` WHERE `col_float_key` < @a LIMIT 1  /* QNO 3268 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3269 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3270 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3270 CON_ID 16 */  /* QNO 3271 CON_ID 16 */
		   16 Query	UPDATE `table100_innodb_key_pk_parts_2_int_autoinc` SET `col_int_not_null` = NULL WHERE `col_float_unsigned` > 0 ORDER BY `col_enum_latin1_default_null` LIMIT 0  /* QNO 3272 CON_ID 16 */
		   16 Query	UPDATE `view_table10_innodb_key_pk_parts_2_int_autoinc` SET `col_enum_latin1_not_null_key` = NULL WHERE `col_int_unsigned` = NULL LIMIT 5  /* QNO 3273 CON_ID 16 */
		   16 Query	UPDATE `view_table100_innodb` SET `col_set_latin1_key_default_null` = NULL WHERE `col_enum_utf8_key` = 6  /* QNO 3274 CON_ID 16 */
		   16 Query	INSERT INTO `table10_innodb` ( `col_bit_default_null` ) VALUES ( NULL )  /* QNO 3275 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3276 CON_ID 16 */
		   16 Query	CREATE TRIGGER n AFTER INSERT ON `table0_innodb_key_pk_parts_2_int_autoinc` FOR EACH ROW BEGIN SET @binlog_format_saved = @@binlog_format ; INSERT INTO `table100_innodb_key_pk_parts_2_int_autoinc` ( `col_char_utf8_key_default_null` ) VALUES ( RAND () ) ; SET BINLOG_FORMAT = @binlog_format_saved ; FLUSH LOGS ; SET @binlog_format_saved = @@binlog_format ; UPDATE `view_table0_innodb` SET `col_set_utf8_not_null` = 4 WHERE `col_set_latin1_key_default_null` > 3 ORDER BY `col_float_key_default_null` LIMIT 5 ; SET BINLOG_FORMAT = @binlog_format_saved ; CALL l () ; END /* QNO 3277 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3278 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3278 CON_ID 16 */  /* QNO 3279 CON_ID 16 */
		   16 Query	INSERT INTO `view_table1_innodb` ( `col_enum_utf8_key_default_null` ) VALUES ( LAST_INSERT_ID() )  /* QNO 3280 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3281 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3282 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3282 CON_ID 16 */  /* QNO 3283 CON_ID 16 */
		   16 Query	DELETE FROM `view_table0_innodb` WHERE `col_bit_not_null_key` > NULL LIMIT 1  /* QNO 3284 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3285 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3286 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3286 CON_ID 16 */  /* QNO 3287 CON_ID 16 */
		   16 Query	SET @a = 'homeless'  /* QNO 3288 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 'homeless'  /* QNO 3288 CON_ID 16 */  /* QNO 3289 CON_ID 16 */
		   16 Query	INSERT INTO `view_table1_innodb` ( `col_char_utf8_key_default_null` ) VALUES ( @a )  /* QNO 3290 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3291 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3292 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3292 CON_ID 16 */  /* QNO 3293 CON_ID 16 */
		   16 Query	INSERT INTO `view_table1_innodb` ( `col_set_latin1_key` ) VALUES ( LAST_INSERT_ID() )  /* QNO 3294 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3295 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 3296 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 3297 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3298 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3298 CON_ID 16 */  /* QNO 3299 CON_ID 16 */
		   16 Query	SET @a = NULL  /* QNO 3300 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = NULL  /* QNO 3300 CON_ID 16 */  /* QNO 3301 CON_ID 16 */
		   16 Query	DELETE FROM `table1_innodb_int_autoinc` WHERE `col_enum_latin1_not_null` < @a LIMIT 1  /* QNO 3302 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3303 CON_ID 16 */
		   16 Query	COMMIT /* QNO 3304 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3305 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3305 CON_ID 16 */  /* QNO 3306 CON_ID 16 */
		   16 Query	UPDATE `table0_innodb_int_autoinc` SET `col_bit_key` = NULL WHERE `col_char_utf8_default_null` < 'pride'  /* QNO 3307 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3308 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3309 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3309 CON_ID 16 */  /* QNO 3310 CON_ID 16 */
		   16 Query	UPDATE `view_table100_innodb_int_autoinc` SET `col_blob_not_null_key` = 2 WHERE `col_enum_latin1_not_null` > 4 ORDER BY `col_decimal` LIMIT 7  /* QNO 3311 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3312 CON_ID 16 */
		   16 Query	CREATE EVENT IF NOT EXISTS a ON SCHEDULE EVERY 1 SECOND ON COMPLETION PRESERVE DO BEGIN SAVEPOINT A ; SET @binlog_format_saved = @@binlog_format ; DELETE FROM `view_table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_char_utf8` < RAND() LIMIT 8 ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; UPDATE `table1_innodb` SET `col_decimal_unsigned_key_default_null` = 4 WHERE `col_char_latin1_key_default_null` = 1 ORDER BY `col_enum_latin1_default_null` ; SET BINLOG_FORMAT = @binlog_format_saved ; CALL u () ; END /* QNO 3313 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3314 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3314 CON_ID 16 */  /* QNO 3315 CON_ID 16 */
		   16 Query	DELETE FROM `view_table100_innodb` WHERE `col_int_unsigned_key_default_null` < RAND()  /* QNO 3316 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3317 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3318 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3318 CON_ID 16 */  /* QNO 3319 CON_ID 16 */
		   16 Query	INSERT INTO `view_table100_innodb` ( `col_decimal` ) VALUES ( LAST_INSERT_ID() )  /* QNO 3320 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3321 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3322 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3322 CON_ID 16 */  /* QNO 3323 CON_ID 16 */
		   16 Query	UPDATE `view_table0_innodb` SET `col_char_utf8_key` = 7 WHERE `col_decimal_unsigned_not_null_key` < NULL LIMIT 8  /* QNO 3324 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3325 CON_ID 16 */
		   16 Query	SELECT * FROM `view_table1_innodb` INTO OUTFILE 'load_view_table1_innodb'  /* QNO 3326 CON_ID 16 */
		   16 Query	LOAD DATA INFILE 'load_view_table1_innodb' REPLACE INTO TABLE view_table1_innodb /* QNO 3327 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3328 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3328 CON_ID 16 */  /* QNO 3329 CON_ID 16 */
		   16 Query	UPDATE `table10_innodb_int_autoinc` SET `col_decimal_unsigned` = RAND() WHERE `col_bit_not_null` < 2 ORDER BY RAND () LIMIT 1  /* QNO 3330 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3331 CON_ID 16 */
		   16 Query	CREATE TRIGGER h AFTER UPDATE ON `view_table1_innodb` FOR EACH ROW BEGIN FLUSH LOGS ; SET @binlog_format_saved = @@binlog_format ; UPDATE `view_table100_innodb` SET `col_set_utf8_not_null` = RAND() WHERE `col_decimal_unsigned_not_null_key` > 'virtue' ORDER BY RAND () ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; DELETE FROM `table0_innodb_key_pk_parts_2_int_autoinc` WHERE `col_decimal_not_null_key` = 'return' LIMIT 1 ; INSERT INTO `table100_innodb_key_pk_parts_2_int_autoinc` ( `col_char_latin1_not_null` ) VALUES ( 7 ) ; INSERT INTO `table10_innodb_key_pk_parts_2_int_autoinc` ( `col_float_unsigned_not_null_key` ) VALUES ( 4 ) ; INSERT INTO `view_table100_innodb_int_autoinc` ( `col_bit_not_null_key` ) VALUES ( 'chain' ) ; SET BINLOG_FORMAT = @binlog_format_saved ; CALL y () ; END /* QNO 3332 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3333 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3333 CON_ID 16 */  /* QNO 3334 CON_ID 16 */
		   16 Query	UPDATE `view_table1_innodb_key_pk_parts_2_int_autoinc` SET `col_char_utf8_key` = NULL WHERE `col_float_unsigned_not_null_key` = 2 ORDER BY `col_set_latin1_default_null`  /* QNO 3335 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3336 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3337 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3337 CON_ID 16 */  /* QNO 3338 CON_ID 16 */
		   16 Query	INSERT INTO `view_table1_innodb_int_autoinc` ( `col_float_unsigned_key` ) VALUES ( 4 )  /* QNO 3339 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3340 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3341 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3341 CON_ID 16 */  /* QNO 3342 CON_ID 16 */
		   16 Query	UPDATE `table1_innodb_int_autoinc` SET `col_blob_key_default_null` = 2 WHERE `col_char_latin1_default_null` = 'engage' ORDER BY `col_decimal_key_default_null` LIMIT 5  /* QNO 3343 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3344 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3345 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3345 CON_ID 16 */  /* QNO 3346 CON_ID 16 */
		   16 Query	DELETE FROM `view_table0_innodb_key_pk_parts_2_int_autoinc` WHERE `col_float_unsigned_key` > 'radio' LIMIT 1  /* QNO 3347 CON_ID 16 */
		   16 Query	DELETE FROM `table10_innodb_int_autoinc` WHERE `col_decimal` < NULL LIMIT 1  /* QNO 3348 CON_ID 16 */
		   16 Query	DELETE FROM `view_table10_innodb_int_autoinc` WHERE `col_blob_not_null` = 'neck' LIMIT 1  /* QNO 3349 CON_ID 16 */
		   16 Query	DELETE FROM `view_table100_innodb` WHERE `col_decimal` = 6 LIMIT 1  /* QNO 3350 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3351 CON_ID 16 */
		   16 Query	RELEASE SAVEPOINT A /* QNO 3352 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3353 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3353 CON_ID 16 */  /* QNO 3354 CON_ID 16 */
		   16 Query	DELETE FROM `table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_decimal_unsigned_key_default_null` > 'spine' LIMIT 1  /* QNO 3355 CON_ID 16 */
		   16 Query	UPDATE `view_table1_innodb_key_pk_parts_2_int_autoinc` SET `col_char_utf8_key` = 5 WHERE `col_float_key_default_null` < 'regulation'  /* QNO 3356 CON_ID 16 */
		   16 Query	UPDATE `table100_innodb_key_pk_parts_2_int_autoinc` SET `col_blob_key_default_null` = 2 WHERE `col_decimal_unsigned_not_null_key` = 0 LIMIT 5  /* QNO 3357 CON_ID 16 */
		   16 Query	DELETE FROM `view_table1_innodb` WHERE `col_decimal_not_null_key` > 6 LIMIT 1  /* QNO 3358 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3359 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3360 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3360 CON_ID 16 */  /* QNO 3361 CON_ID 16 */
		   16 Query	INSERT INTO `table100_innodb_int_autoinc` ( `col_char_latin1` ) VALUES ( 'chamber' )  /* QNO 3362 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3363 CON_ID 16 */
		   16 Query	SELECT * FROM `view_table1_innodb_key_pk_parts_2_int_autoinc` INTO OUTFILE 'load_view_table1_innodb_key_pk_parts_2_int_autoinc'  /* QNO 3364 CON_ID 16 */
		   16 Query	LOAD DATA INFILE 'load_view_table1_innodb_key_pk_parts_2_int_autoinc' IGNORE INTO TABLE view_table1_innodb_key_pk_parts_2_int_autoinc /* QNO 3365 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3366 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3366 CON_ID 16 */  /* QNO 3367 CON_ID 16 */
		   16 Query	DELETE FROM `table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_decimal_not_null` > 'colleague' LIMIT 1  /* QNO 3368 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3369 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3370 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3370 CON_ID 16 */  /* QNO 3371 CON_ID 16 */
		   16 Query	INSERT INTO `view_table100_innodb_key_pk_parts_2_int_autoinc` ( `col_decimal_not_null` ) VALUES ( RAND () )  /* QNO 3372 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3373 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3374 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3374 CON_ID 16 */  /* QNO 3375 CON_ID 16 */
		   16 Query	DELETE FROM `view_table0_innodb_int_autoinc` WHERE `col_bit_key_default_null` < 'shout' LIMIT 1  /* QNO 3376 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3377 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3378 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3378 CON_ID 16 */  /* QNO 3379 CON_ID 16 */
		   16 Query	DELETE FROM `view_table0_innodb_int_autoinc` WHERE `col_enum_utf8` > 1 LIMIT 1  /* QNO 3380 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3381 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 3382 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3383 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3383 CON_ID 16 */  /* QNO 3384 CON_ID 16 */
		   16 Query	DELETE FROM `table0_innodb_key_pk_parts_2_int_autoinc` WHERE `col_int_not_null` < 7 LIMIT 1  /* QNO 3385 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3386 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3387 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3387 CON_ID 16 */  /* QNO 3388 CON_ID 16 */
		   16 Query	DELETE FROM `view_table1_innodb` WHERE `col_char_latin1_not_null_key` > 7 LIMIT 1  /* QNO 3389 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3390 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3391 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3391 CON_ID 16 */  /* QNO 3392 CON_ID 16 */
		   16 Query	DELETE FROM `table1_innodb_int_autoinc` WHERE `col_bit_not_null_key` = 6 LIMIT 1  /* QNO 3393 CON_ID 16 */
		   16 Query	INSERT INTO `table1_innodb` ( `col_set_latin1_key_default_null` ) VALUES ( 3 )  /* QNO 3394 CON_ID 16 */
		   16 Query	UPDATE `view_table100_innodb` SET `col_int_unsigned_key_default_null` = NULL WHERE `col_char_latin1_key` > NULL ORDER BY `col_set_latin1_not_null_key`  /* QNO 3395 CON_ID 16 */
		   16 Query	UPDATE `table10_innodb` SET `col_set_utf8_not_null_key` = NULL WHERE `col_int_key` > NULL LIMIT 5  /* QNO 3396 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3397 CON_ID 16 */
		   16 Query	ROLLBACK /* QNO 3398 CON_ID 16 */
		   16 Query	CREATE TRIGGER p BEFORE INSERT ON `table0_innodb` FOR EACH ROW BEGIN SET @binlog_format_saved = @@binlog_format ; UPDATE `table10_innodb_int_autoinc` SET `col_int_key` = NULL WHERE `col_char_utf8_key` > 'reaction' LIMIT 6 ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; UPDATE `view_table100_innodb_int_autoinc` SET `col_char_latin1` = 5 WHERE `col_bit` > 'curtain' ORDER BY `col_set_latin1` ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; UPDATE `view_table1_innodb_key_pk_parts_2_int_autoinc` SET `col_set_latin1` = RAND() WHERE `col_set_latin1_key_default_null` = 8 ORDER BY RAND () ; SET BINLOG_FORMAT = @binlog_format_saved ; CALL r () ; END /* QNO 3399 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3400 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3400 CON_ID 16 */  /* QNO 3401 CON_ID 16 */
		   16 Query	DELETE FROM `view_table100_innodb_key_pk_parts_2_int_autoinc` WHERE `col_decimal` < NULL LIMIT 1  /* QNO 3402 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3403 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3404 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3404 CON_ID 16 */  /* QNO 3405 CON_ID 16 */
		   16 Query	INSERT INTO `view_table1_innodb_key_pk_parts_2_int_autoinc` ( `col_int_unsigned_key_default_null` ) VALUES ( LAST_INSERT_ID() )  /* QNO 3406 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3407 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3408 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3408 CON_ID 16 */  /* QNO 3409 CON_ID 16 */
		   16 Query	INSERT INTO `view_table0_innodb_int_autoinc` ( `col_int_unsigned` ) VALUES ( NULL )  /* QNO 3410 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3411 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3412 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3412 CON_ID 16 */  /* QNO 3413 CON_ID 16 */
		   16 Query	UPDATE `view_table10_innodb` SET `col_bit_not_null_key` = RAND() WHERE `col_float_default_null` < 8 ORDER BY RAND () LIMIT 8  /* QNO 3414 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3415 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3416 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3416 CON_ID 16 */  /* QNO 3417 CON_ID 16 */
		   16 Query	INSERT INTO `table1_innodb` ( `col_decimal_not_null_key` ) VALUES ( 'blend' )  /* QNO 3418 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3419 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3420 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3420 CON_ID 16 */  /* QNO 3421 CON_ID 16 */
		   16 Query	INSERT INTO `view_table100_innodb_int_autoinc` ( `col_char_latin1_not_null_key` ) VALUES ( LAST_INSERT_ID() )  /* QNO 3422 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3423 CON_ID 16 */
		   16 Query	CREATE DATABASE ic  /* QNO 3424 CON_ID 16 */
		   16 Query	CREATE TABLE ic.l SELECT * FROM `table0_innodb` LIMIT 7  /* QNO 3425 CON_ID 16 */
		   16 Query	DROP DATABASE ic /* QNO 3426 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3427 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3427 CON_ID 16 */  /* QNO 3428 CON_ID 16 */
		   16 Query	UPDATE `view_table100_innodb_key_pk_parts_2_int_autoinc` SET `col_float_key` = 8 WHERE `col_set_latin1_key` > 'blink' ORDER BY `col_set_latin1` LIMIT 9  /* QNO 3429 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3430 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3431 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3431 CON_ID 16 */  /* QNO 3432 CON_ID 16 */
		   16 Query	INSERT INTO `view_table10_innodb_key_pk_parts_2_int_autoinc` ( `col_blob_not_null` ) VALUES ( RAND () )  /* QNO 3433 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3434 CON_ID 16 */
		   16 Query	START TRANSACTION /* QNO 3435 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3436 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3436 CON_ID 16 */  /* QNO 3437 CON_ID 16 */
		   16 Query	DELETE FROM `table0_innodb_key_pk_parts_2_int_autoinc` WHERE `col_blob_not_null_key` > 0 LIMIT 1  /* QNO 3438 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3439 CON_ID 16 */
		   16 Query	SELECT * FROM `table0_innodb_int_autoinc` INTO OUTFILE 'load_table0_innodb_int_autoinc'  /* QNO 3440 CON_ID 16 */
		   16 Query	LOAD DATA INFILE 'load_table0_innodb_int_autoinc' REPLACE INTO TABLE table0_innodb_int_autoinc /* QNO 3441 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3442 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3442 CON_ID 16 */  /* QNO 3443 CON_ID 16 */
		   16 Query	UPDATE `table0_innodb_key_pk_parts_2_int_autoinc` SET `col_bit_not_null` = NULL WHERE `col_float_not_null` > 3  /* QNO 3444 CON_ID 16 */
		   16 Query	DELETE FROM `view_table10_innodb_int_autoinc` WHERE `col_set_latin1` < 'editor' LIMIT 1  /* QNO 3445 CON_ID 16 */
		   16 Query	UPDATE `table1_innodb_key_pk_parts_2_int_autoinc` SET `pk` = 'plus' WHERE `col_enum_utf8_key_default_null` < NULL ORDER BY `col_set_latin1_default_null`  /* QNO 3446 CON_ID 16 */
		   16 Query	UPDATE `table0_innodb_key_pk_parts_2_int_autoinc` SET `col_bit_not_null_key` = 'profession' WHERE `col_float_not_null` = NULL LIMIT 1  /* QNO 3447 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3448 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3449 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3449 CON_ID 16 */  /* QNO 3450 CON_ID 16 */
		   16 Query	DELETE FROM `table10_innodb` WHERE `col_set_latin1_not_null_key` < 5 LIMIT 1  /* QNO 3451 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3452 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3453 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3453 CON_ID 16 */  /* QNO 3454 CON_ID 16 */
		   16 Query	UPDATE `table10_innodb` SET `col_decimal_unsigned_key` = 'process' WHERE `col_bit_not_null` < 'honey' LIMIT 9  /* QNO 3455 CON_ID 16 */
		   16 Query	INSERT INTO `table10_innodb` ( `col_set_latin1_key_default_null` ) VALUES ( NULL )  /* QNO 3456 CON_ID 16 */
		   16 Query	INSERT INTO `view_table100_innodb_key_pk_parts_2_int_autoinc` ( `col_set_utf8_not_null` ) VALUES ( NULL )  /* QNO 3457 CON_ID 16 */
		   16 Query	DELETE FROM `view_table10_innodb_key_pk_parts_2_int_autoinc` WHERE `pk` > 'romance' LIMIT 1  /* QNO 3458 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3459 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3460 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3460 CON_ID 16 */  /* QNO 3461 CON_ID 16 */
		   16 Query	INSERT INTO `table10_innodb_key_pk_parts_2_int_autoinc` ( `col_float_unsigned` ) VALUES ( RAND () )  /* QNO 3462 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3463 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3464 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3464 CON_ID 16 */  /* QNO 3465 CON_ID 16 */
		   16 Query	SET @a = 1  /* QNO 3466 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 1  /* QNO 3466 CON_ID 16 */  /* QNO 3467 CON_ID 16 */
		   16 Query	INSERT INTO `view_table10_innodb_key_pk_parts_2_int_autoinc` ( `col_decimal` ) VALUES ( @a )  /* QNO 3468 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3469 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3470 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3470 CON_ID 16 */  /* QNO 3471 CON_ID 16 */
		   16 Query	UPDATE `table1_innodb_key_pk_parts_2_int_autoinc` SET `col_set_latin1` = 1 WHERE `col_set_utf8_not_null` = 'television' LIMIT 8  /* QNO 3472 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3473 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3474 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3474 CON_ID 16 */  /* QNO 3475 CON_ID 16 */
		   16 Query	INSERT INTO `table0_innodb_key_pk_parts_2_int_autoinc` ( `pk` ) VALUES ( NULL )  /* QNO 3476 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3477 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3478 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3478 CON_ID 16 */  /* QNO 3479 CON_ID 16 */
		   16 Query	INSERT INTO `view_table0_innodb` ( `col_char_utf8_not_null` ) VALUES ( LAST_INSERT_ID() )  /* QNO 3480 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3481 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3482 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3482 CON_ID 16 */  /* QNO 3483 CON_ID 16 */
		   16 Query	SET @a = NULL  /* QNO 3484 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = NULL  /* QNO 3484 CON_ID 16 */  /* QNO 3485 CON_ID 16 */
		   16 Query	UPDATE `view_table1_innodb_int_autoinc` SET `col_char_utf8_not_null` = @a ORDER BY `col_decimal_unsigned_key` LIMIT 4  /* QNO 3486 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3487 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3488 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3488 CON_ID 16 */  /* QNO 3489 CON_ID 16 */
		   16 Query	DELETE FROM `table100_innodb_key_pk_parts_2_int_autoinc` WHERE `col_set_latin1_not_null` > NULL LIMIT 1  /* QNO 3490 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3491 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3492 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3492 CON_ID 16 */  /* QNO 3493 CON_ID 16 */
		   16 Query	UPDATE `table10_innodb_key_pk_parts_2_int_autoinc` SET `col_set_utf8_key_default_null` = NULL WHERE `col_char_utf8_key` > NULL ORDER BY `col_decimal_not_null_key`  /* QNO 3494 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3495 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3496 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3496 CON_ID 16 */  /* QNO 3497 CON_ID 16 */
		   16 Query	INSERT INTO `view_table100_innodb_int_autoinc` ( `col_set_utf8_not_null_key` ) VALUES ( NULL )  /* QNO 3498 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3499 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 3500 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3501 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3501 CON_ID 16 */  /* QNO 3502 CON_ID 16 */
		   16 Query	INSERT INTO `table1_innodb_key_pk_parts_2_int_autoinc` ( `pk` ) VALUES ( NULL )  /* QNO 3503 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3504 CON_ID 16 */
		   16 Query	XA COMMIT 'xid45'  /* QNO 3505 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3506 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3506 CON_ID 16 */  /* QNO 3507 CON_ID 16 */
		   16 Query	DELETE FROM `view_table10_innodb` WHERE `col_char_latin1_not_null` < RAND() LIMIT 5  /* QNO 3508 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3509 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3510 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3510 CON_ID 16 */  /* QNO 3511 CON_ID 16 */
		   16 Query	UPDATE `table1_innodb_int_autoinc` SET `col_blob_key` = 'resource' WHERE `col_decimal_unsigned_key` < 6 LIMIT 3  /* QNO 3512 CON_ID 16 */
		   16 Query	INSERT INTO `table10_innodb` ( `col_float_unsigned_not_null_key` ) VALUES ( NULL )  /* QNO 3513 CON_ID 16 */
		   16 Query	DELETE FROM `table10_innodb_int_autoinc` WHERE `col_decimal_key` > 'emphasis' LIMIT 1  /* QNO 3514 CON_ID 16 */
		   16 Query	INSERT INTO `table100_innodb_key_pk_parts_2_int_autoinc` ( `col_blob_not_null` ) VALUES ( NULL )  /* QNO 3515 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3516 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3517 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3517 CON_ID 16 */  /* QNO 3518 CON_ID 16 */
		   16 Query	DELETE FROM `table100_innodb` WHERE `col_float_not_null_key` > 'mount' LIMIT 1  /* QNO 3519 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3520 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3521 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3521 CON_ID 16 */  /* QNO 3522 CON_ID 16 */
		   16 Query	SET @a = 3  /* QNO 3523 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 3  /* QNO 3523 CON_ID 16 */  /* QNO 3524 CON_ID 16 */
		   16 Query	INSERT INTO `view_table100_innodb` ( `col_char_utf8_not_null` ) VALUES ( @a )  /* QNO 3525 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3526 CON_ID 16 */
		   16 Query	CREATE TRIGGER y BEFORE INSERT ON `table0_innodb_int_autoinc` FOR EACH ROW BEGIN SET @binlog_format_saved = @@binlog_format ; DELETE FROM `view_table0_innodb_int_autoinc` WHERE `col_set_latin1_not_null` < RAND() ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; INSERT INTO `view_table100_innodb_key_pk_parts_2_int_autoinc` ( `col_decimal_default_null` ) VALUES ( LAST_INSERT_ID() ) ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; DELETE FROM `view_table10_innodb` WHERE `col_blob_not_null_key` < 'dying' LIMIT 1 ; SET BINLOG_FORMAT = @binlog_format_saved ; CALL t () ; END /* QNO 3527 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3528 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3528 CON_ID 16 */  /* QNO 3529 CON_ID 16 */
		   16 Query	UPDATE `table100_innodb` SET `col_bit_key_default_null` = NULL WHERE `col_bit` = NULL LIMIT 2  /* QNO 3530 CON_ID 16 */
		   16 Query	INSERT INTO `view_table1_innodb_int_autoinc` ( `col_enum_latin1_not_null_key` ) VALUES ( NULL )  /* QNO 3531 CON_ID 16 */
		   16 Query	INSERT INTO `table0_innodb_key_pk_parts_2_int_autoinc` ( `col_float_unsigned_key` ) VALUES ( 'consume' )  /* QNO 3532 CON_ID 16 */
		   16 Query	INSERT INTO `view_table100_innodb_int_autoinc` ( `col_decimal_key` ) VALUES ( NULL )  /* QNO 3533 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3534 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3535 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3535 CON_ID 16 */  /* QNO 3536 CON_ID 16 */
		   16 Query	DELETE FROM `table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_blob_not_null_key` = 'swim' LIMIT 1  /* QNO 3537 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3538 CON_ID 16 */
		   16 Query	INSERT INTO `table0_innodb` SELECT * FROM `table0_innodb` /* QNO 3539 CON_ID 16 */
		   16 Query	INSERT INTO `view_table100_innodb_key_pk_parts_2_int_autoinc` SELECT * FROM `table10_innodb` /* QNO 3540 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3541 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3541 CON_ID 16 */  /* QNO 3542 CON_ID 16 */
		   16 Query	DELETE FROM `table10_innodb` WHERE `col_enum_utf8_key` > 9 LIMIT 1  /* QNO 3543 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3544 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3545 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3545 CON_ID 16 */  /* QNO 3546 CON_ID 16 */
		   16 Query	INSERT INTO `table100_innodb_int_autoinc` ( `pk` ) VALUES ( NULL )  /* QNO 3547 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3548 CON_ID 16 */
		   16 Query	CREATE EVENT IF NOT EXISTS w ON SCHEDULE EVERY 4 SECOND ON COMPLETION PRESERVE DO BEGIN SET @binlog_format_saved = @@binlog_format ; UPDATE `table100_innodb_int_autoinc` SET `col_decimal_unsigned` = 4 WHERE `col_int_key` < 1 ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; SET @a = 2 ; INSERT INTO `view_table100_innodb_key_pk_parts_2_int_autoinc` ( `col_set_utf8_not_null` ) VALUES ( @a ) ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; UPDATE `table100_innodb_int_autoinc` SET `col_enum_latin1_not_null` = NULL WHERE `col_char_latin1_key_default_null` < NULL ; SET BINLOG_FORMAT = @binlog_format_saved ; CALL i () ; END /* QNO 3549 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3550 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3550 CON_ID 16 */  /* QNO 3551 CON_ID 16 */
		   16 Query	DELETE FROM `table10_innodb_int_autoinc` WHERE `col_char_latin1_key` < RAND() LIMIT 9  /* QNO 3552 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3553 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3554 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3554 CON_ID 16 */  /* QNO 3555 CON_ID 16 */
		   16 Query	UPDATE `view_table10_innodb_int_autoinc` SET `col_float` = 'trigger' WHERE `col_enum_utf8_key_default_null` < NULL LIMIT 2  /* QNO 3556 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3557 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3558 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3558 CON_ID 16 */  /* QNO 3559 CON_ID 16 */
		   16 Query	UPDATE `view_table10_innodb_key_pk_parts_2_int_autoinc` SET `col_int_unsigned_not_null_key` = 'signature' WHERE `col_decimal_not_null_key` = 5  /* QNO 3560 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3561 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3562 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3562 CON_ID 16 */  /* QNO 3563 CON_ID 16 */
		   16 Query	UPDATE `view_table100_innodb_key_pk_parts_2_int_autoinc` SET `col_char_utf8_key` = NULL WHERE `col_float_unsigned` > 3  /* QNO 3564 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3565 CON_ID 16 */
		   16 Query	COMMIT /* QNO 3566 CON_ID 16 */
		   16 Query	XA START 'xid191'  /* QNO 3567 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3568 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3568 CON_ID 16 */  /* QNO 3569 CON_ID 16 */
		   16 Query	INSERT INTO `table0_innodb_int_autoinc` ( `col_decimal_unsigned_default_null` ) VALUES ( 5 )  /* QNO 3570 CON_ID 16 */
		   16 Query	INSERT INTO `table10_innodb` ( `col_float_default_null` ) VALUES ( NULL )  /* QNO 3571 CON_ID 16 */
		   16 Query	UPDATE `table0_innodb_int_autoinc` SET `col_set_utf8_key_default_null` = 'vote' WHERE `col_set_utf8_key` = 'limb' LIMIT 1  /* QNO 3572 CON_ID 16 */
		   16 Query	DELETE FROM `view_table0_innodb_key_pk_parts_2_int_autoinc` WHERE `col_float_unsigned_not_null` = NULL LIMIT 1  /* QNO 3573 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3574 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3575 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3575 CON_ID 16 */  /* QNO 3576 CON_ID 16 */
		   16 Query	INSERT INTO `view_table0_innodb_int_autoinc` ( `col_decimal_default_null` ) VALUES ( 7 )  /* QNO 3577 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3578 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3579 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3579 CON_ID 16 */  /* QNO 3580 CON_ID 16 */
		   16 Query	SET @a = 'tour'  /* QNO 3581 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 'tour'  /* QNO 3581 CON_ID 16 */  /* QNO 3582 CON_ID 16 */
		   16 Query	DELETE FROM `view_table100_innodb_key_pk_parts_2_int_autoinc` WHERE `col_bit_default_null` < @a LIMIT 1  /* QNO 3583 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3584 CON_ID 16 */
		   16 Query	XA PREPARE 'xid2'  /* QNO 3585 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3586 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3586 CON_ID 16 */  /* QNO 3587 CON_ID 16 */
		   16 Query	UPDATE `view_table10_innodb_key_pk_parts_2_int_autoinc` SET `col_bit_default_null` = NULL WHERE `col_float_not_null_key` > 'industrial' ORDER BY `col_char_utf8` LIMIT 8  /* QNO 3588 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3589 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3590 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3590 CON_ID 16 */  /* QNO 3591 CON_ID 16 */
		   16 Query	INSERT INTO `view_table1_innodb` ( `pk` ) VALUES ( NULL )  /* QNO 3592 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3593 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3594 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3594 CON_ID 16 */  /* QNO 3595 CON_ID 16 */
		   16 Query	DELETE FROM `table100_innodb_key_pk_parts_2_int_autoinc` WHERE `col_int_not_null` = 6 LIMIT 1  /* QNO 3596 CON_ID 16 */
		   16 Query	UPDATE `table100_innodb_key_pk_parts_2_int_autoinc` SET `col_decimal_not_null_key` = 'here' WHERE `col_float_unsigned_key_default_null` = 5 LIMIT 1  /* QNO 3597 CON_ID 16 */
		   16 Query	INSERT INTO `table1_innodb_key_pk_parts_2_int_autoinc` ( `col_set_utf8_key` ) VALUES ( 'monitor' )  /* QNO 3598 CON_ID 16 */
		   16 Query	DELETE FROM `view_table1_innodb_int_autoinc` WHERE `col_decimal_unsigned_key_default_null` > 'flash' LIMIT 1  /* QNO 3599 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3600 CON_ID 16 */
		   16 Query	RENAME USER k TO z /* QNO 3601 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3602 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3602 CON_ID 16 */  /* QNO 3603 CON_ID 16 */
		   16 Query	UPDATE `view_table100_innodb` SET `col_enum_latin1` = RAND() WHERE `col_int_unsigned` = NULL ORDER BY RAND ()  /* QNO 3604 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3605 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3606 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3606 CON_ID 16 */  /* QNO 3607 CON_ID 16 */
		   16 Query	UPDATE `view_table1_innodb_key_pk_parts_2_int_autoinc` SET `col_int_unsigned_key_default_null` = RAND() WHERE `col_decimal` < NULL ORDER BY RAND () LIMIT 7  /* QNO 3608 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3609 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3610 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3610 CON_ID 16 */  /* QNO 3611 CON_ID 16 */
		   16 Query	DELETE FROM `view_table0_innodb` WHERE `col_char_latin1_key` < NULL LIMIT 1  /* QNO 3612 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3613 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3614 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3614 CON_ID 16 */  /* QNO 3615 CON_ID 16 */
		   16 Query	UPDATE `table1_innodb_key_pk_parts_2_int_autoinc` SET `col_enum_latin1` = NULL WHERE `col_set_utf8_default_null` = 5 ORDER BY `col_blob_not_null_key` LIMIT 7  /* QNO 3616 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3617 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3618 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3618 CON_ID 16 */  /* QNO 3619 CON_ID 16 */
		   16 Query	DELETE FROM `view_table100_innodb` WHERE `col_int` > NULL LIMIT 1  /* QNO 3620 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3621 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3622 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3622 CON_ID 16 */  /* QNO 3623 CON_ID 16 */
		   16 Query	DELETE FROM `view_table0_innodb_key_pk_parts_2_int_autoinc` WHERE `col_decimal_not_null` = 2 LIMIT 1  /* QNO 3624 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3625 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3626 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3626 CON_ID 16 */  /* QNO 3627 CON_ID 16 */
		   16 Query	UPDATE `view_table100_innodb` SET `col_set_utf8_key_default_null` = 'enhance' WHERE `col_char_latin1` = NULL ORDER BY `col_decimal_unsigned` LIMIT 6  /* QNO 3628 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3629 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3630 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3630 CON_ID 16 */  /* QNO 3631 CON_ID 16 */
		   16 Query	UPDATE `view_table100_innodb_key_pk_parts_2_int_autoinc` SET `col_set_utf8_not_null_key` = NULL WHERE `col_float_not_null_key` < NULL  /* QNO 3632 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3633 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3634 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3634 CON_ID 16 */  /* QNO 3635 CON_ID 16 */
		   16 Query	DELETE FROM `view_table0_innodb_int_autoinc` WHERE `col_set_utf8_key_default_null` < RAND()  /* QNO 3636 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3637 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3638 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3638 CON_ID 16 */  /* QNO 3639 CON_ID 16 */
		   16 Query	INSERT INTO `view_table1_innodb_key_pk_parts_2_int_autoinc` ( `col_set_latin1_key` ) VALUES ( NULL )  /* QNO 3640 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3641 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3642 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3642 CON_ID 16 */  /* QNO 3643 CON_ID 16 */
		   16 Query	SET @a = 'entitle'  /* QNO 3644 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 'entitle'  /* QNO 3644 CON_ID 16 */  /* QNO 3645 CON_ID 16 */
		   16 Query	INSERT INTO `table0_innodb` ( `col_decimal_not_null_key` ) VALUES ( @a )  /* QNO 3646 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3647 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3648 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3648 CON_ID 16 */  /* QNO 3649 CON_ID 16 */
		   16 Query	INSERT INTO `view_table100_innodb_key_pk_parts_2_int_autoinc` ( `col_set_utf8_default_null` ) VALUES ( NULL )  /* QNO 3650 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3651 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3652 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3652 CON_ID 16 */  /* QNO 3653 CON_ID 16 */
		   16 Query	INSERT INTO `view_table0_innodb_int_autoinc` ( `col_enum_latin1_default_null` ) VALUES ( RAND () )  /* QNO 3654 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3655 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3656 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3656 CON_ID 16 */  /* QNO 3657 CON_ID 16 */
		   16 Query	UPDATE `view_table100_innodb` SET `col_set_utf8_default_null` = NULL WHERE `col_decimal_unsigned_key_default_null` = NULL LIMIT 5  /* QNO 3658 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3659 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3660 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3660 CON_ID 16 */  /* QNO 3661 CON_ID 16 */
		   16 Query	DELETE FROM `view_table10_innodb` WHERE `col_decimal_unsigned` < RAND()  /* QNO 3662 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3663 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3664 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3664 CON_ID 16 */  /* QNO 3665 CON_ID 16 */
		   16 Query	INSERT INTO `view_table100_innodb_key_pk_parts_2_int_autoinc` ( `col_enum_latin1_not_null` ) VALUES ( 4 )  /* QNO 3666 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3667 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3668 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3668 CON_ID 16 */  /* QNO 3669 CON_ID 16 */
		   16 Query	SET @a = 8  /* QNO 3670 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 8  /* QNO 3670 CON_ID 16 */  /* QNO 3671 CON_ID 16 */
		   16 Query	DELETE FROM `view_table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_char_utf8_key_default_null` < @a LIMIT 1  /* QNO 3672 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3673 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3674 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3674 CON_ID 16 */  /* QNO 3675 CON_ID 16 */
		   16 Query	DELETE FROM `view_table10_innodb_int_autoinc` WHERE `col_decimal_unsigned_key_default_null` < RAND()  /* QNO 3676 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3677 CON_ID 16 */
		   16 Query	INSERT INTO `table10_innodb_key_pk_parts_2_int_autoinc` SELECT * FROM `table0_innodb` /* QNO 3678 CON_ID 16 */
		   16 Query	ROLLBACK TO SAVEPOINT A /* QNO 3679 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3680 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3680 CON_ID 16 */  /* QNO 3681 CON_ID 16 */
		   16 Query	INSERT INTO `table0_innodb_key_pk_parts_2_int_autoinc` ( `pk` ) VALUES ( NULL )  /* QNO 3682 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3683 CON_ID 16 */
		   16 Query	RELEASE SAVEPOINT A /* QNO 3684 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3685 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3685 CON_ID 16 */  /* QNO 3686 CON_ID 16 */
		   16 Query	SET @a = 'swing'  /* QNO 3687 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 'swing'  /* QNO 3687 CON_ID 16 */  /* QNO 3688 CON_ID 16 */
		   16 Query	DELETE FROM `table100_innodb_key_pk_parts_2_int_autoinc` WHERE `col_enum_utf8_default_null` < @a LIMIT 1  /* QNO 3689 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3690 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3691 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3691 CON_ID 16 */  /* QNO 3692 CON_ID 16 */
		   16 Query	INSERT INTO `view_table0_innodb` ( `pk` ) VALUES ( NULL )  /* QNO 3693 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3694 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3695 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3695 CON_ID 16 */  /* QNO 3696 CON_ID 16 */
		   16 Query	INSERT INTO `table10_innodb_int_autoinc` ( `col_blob_default_null` ) VALUES ( LAST_INSERT_ID() )  /* QNO 3697 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3698 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3699 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3699 CON_ID 16 */  /* QNO 3700 CON_ID 16 */
		   16 Query	INSERT INTO `table0_innodb` ( `col_float_unsigned` ) VALUES ( NULL )  /* QNO 3701 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3702 CON_ID 16 */
		   16 Query	INSERT INTO `table0_innodb_key_pk_parts_2_int_autoinc` SELECT * FROM `view_table10_innodb_key_pk_parts_2_int_autoinc` /* QNO 3703 CON_ID 16 */
		   16 Query	XA ROLLBACK 'xid2'  /* QNO 3704 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3705 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3705 CON_ID 16 */  /* QNO 3706 CON_ID 16 */
		   16 Query	INSERT INTO `view_table1_innodb_int_autoinc` ( `col_decimal_not_null_key` ) VALUES ( NULL )  /* QNO 3707 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3708 CON_ID 16 */
		   16 Query	CREATE EVENT IF NOT EXISTS u ON SCHEDULE EVERY 5 SECOND ON COMPLETION PRESERVE DO BEGIN SET @binlog_format_saved = @@binlog_format ; INSERT INTO `view_table0_innodb_key_pk_parts_2_int_autoinc` ( `col_int_unsigned_not_null` ) VALUES ( LAST_INSERT_ID() ) ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; UPDATE `table100_innodb_key_pk_parts_2_int_autoinc` SET `col_enum_utf8_not_null` = 'greatly' WHERE `col_set_utf8_key` > NULL ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; INSERT INTO `view_table1_innodb_int_autoinc` ( `col_float_unsigned_not_null` ) VALUES ( RAND () ) ; SET BINLOG_FORMAT = @binlog_format_saved ; CALL v () ; END /* QNO 3709 CON_ID 16 */
		   16 Query	INSERT INTO `table100_innodb` SELECT * FROM `view_table1_innodb` /* QNO 3710 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3711 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3711 CON_ID 16 */  /* QNO 3712 CON_ID 16 */
		   16 Query	INSERT INTO `view_table100_innodb_key_pk_parts_2_int_autoinc` ( `pk` ) VALUES ( NULL )  /* QNO 3713 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3714 CON_ID 16 */
		   16 Query	ALTER IGNORE TABLE t9 CHANGE COLUMN IF EXISTS scol2 bcol10 BIT NULL /*!100201 CHECK (`col_bit_key` > `col_char_utf8_key_default_null`) */, ALGORITHM=INPLACE, LOCK=EXCLUSIVE, DROP COLUMN IF EXISTS vcol5, LOCK=DEFAULT, ADD CONSTRAINT k CHECK (tscol1 > `col_int_unsigned_not_null`), RENAME TO t3, DROP COLUMN IF EXISTS scol7, LOCK=EXCLUSIVE, CHECKSUM = 0, FORCE, LOCK=SHARED, ALGORITHM=COPY /* QNO 3715 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 3716 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 3717 CON_ID 16 */
		   16 Query	CREATE TRIGGER v BEFORE UPDATE ON `table1_innodb` FOR EACH ROW BEGIN SET @binlog_format_saved = @@binlog_format ; INSERT INTO `view_table0_innodb_int_autoinc` ( `col_float_unsigned_key` ) VALUES ( 'forehead' ) ; INSERT INTO `table0_innodb_key_pk_parts_2_int_autoinc` ( `col_blob_not_null_key` ) VALUES ( 6 ) ; INSERT INTO `table10_innodb_int_autoinc` ( `col_int` ) VALUES ( 6 ) ; INSERT INTO `view_table0_innodb_key_pk_parts_2_int_autoinc` ( `col_set_utf8_key_default_null` ) VALUES ( NULL ) ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; DELETE FROM `table0_innodb_key_pk_parts_2_int_autoinc` WHERE `col_int_default_null` > NULL LIMIT 1 ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; UPDATE `table100_innodb` SET `col_set_latin1_not_null` = 'tend' WHERE `col_decimal_unsigned` = 2 ORDER BY `col_bit_key` LIMIT 4 ; SET BINLOG_FORMAT = @binlog_format_saved ; CALL t () ; END /* QNO 3718 CON_ID 16 */
		   16 Query	XA ROLLBACK 'xid109'  /* QNO 3719 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3720 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3720 CON_ID 16 */  /* QNO 3721 CON_ID 16 */
		   16 Query	INSERT INTO `view_table10_innodb` ( `pk` ) VALUES ( NULL )  /* QNO 3722 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3723 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 3724 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3725 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3725 CON_ID 16 */  /* QNO 3726 CON_ID 16 */
		   16 Query	UPDATE `table1_innodb_key_pk_parts_2_int_autoinc` SET `col_char_utf8_key` = 2 WHERE `col_set_latin1` < 'standing' ORDER BY `col_int_unsigned_key` LIMIT 2  /* QNO 3727 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3728 CON_ID 16 */
		   16 Query	SELECT * FROM `table0_innodb` INTO OUTFILE 'load_table0_innodb'  /* QNO 3729 CON_ID 16 */
		   16 Query	LOAD DATA INFILE 'load_table0_innodb' IGNORE INTO TABLE table0_innodb /* QNO 3730 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3731 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3731 CON_ID 16 */  /* QNO 3732 CON_ID 16 */
		   16 Query	INSERT INTO `view_table1_innodb_int_autoinc` ( `col_enum_utf8_default_null` ) VALUES ( 'succeed' )  /* QNO 3733 CON_ID 16 */
		   16 Query	DELETE FROM `table100_innodb` WHERE `col_bit` > 'photograph' LIMIT 1  /* QNO 3734 CON_ID 16 */
		   16 Query	INSERT INTO `table0_innodb_int_autoinc` ( `col_float_key_default_null` ) VALUES ( 'projection' )  /* QNO 3735 CON_ID 16 */
		   16 Query	INSERT INTO `table100_innodb_int_autoinc` ( `col_char_latin1_not_null_key` ) VALUES ( 8 )  /* QNO 3736 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3737 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3738 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3738 CON_ID 16 */  /* QNO 3739 CON_ID 16 */
		   16 Query	INSERT INTO `table10_innodb_int_autoinc` ( `col_decimal_unsigned` ) VALUES ( LAST_INSERT_ID() )  /* QNO 3740 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3741 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3742 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3742 CON_ID 16 */  /* QNO 3743 CON_ID 16 */
		   16 Query	UPDATE `view_table100_innodb_int_autoinc` SET `col_enum_utf8` = RAND() WHERE `col_blob_key_default_null` < NULL ORDER BY RAND () LIMIT 7  /* QNO 3744 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3745 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 3746 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3747 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3747 CON_ID 16 */  /* QNO 3748 CON_ID 16 */
		   16 Query	DELETE FROM `table100_innodb_int_autoinc` WHERE `col_char_latin1_key` > 7 LIMIT 1  /* QNO 3749 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3750 CON_ID 16 */
		   16 Query	CREATE TABLE IF NOT EXISTS i ENGINE = MyISAM SELECT * FROM `table0_innodb` LIMIT 3 /* QNO 3751 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3752 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3752 CON_ID 16 */  /* QNO 3753 CON_ID 16 */
		   16 Query	SET @a = 'pool'  /* QNO 3754 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 'pool'  /* QNO 3754 CON_ID 16 */  /* QNO 3755 CON_ID 16 */
		   16 Query	UPDATE `table100_innodb` SET `col_decimal_key_default_null` = @a ORDER BY `col_float_unsigned_default_null` LIMIT 9  /* QNO 3756 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3757 CON_ID 16 */
		   16 Query	SAVEPOINT A /* QNO 3758 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3759 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3759 CON_ID 16 */  /* QNO 3760 CON_ID 16 */
		   16 Query	DELETE FROM `view_table0_innodb_key_pk_parts_2_int_autoinc` WHERE `col_float_default_null` > 7 LIMIT 1  /* QNO 3761 CON_ID 16 */
		   16 Query	DELETE FROM `view_table1_innodb_int_autoinc` WHERE `col_bit_not_null` < NULL LIMIT 1  /* QNO 3762 CON_ID 16 */
		   16 Query	INSERT INTO `view_table1_innodb_key_pk_parts_2_int_autoinc` ( `col_decimal_default_null` ) VALUES ( 5 )  /* QNO 3763 CON_ID 16 */
		   16 Query	INSERT INTO `view_table100_innodb_int_autoinc` ( `col_set_latin1` ) VALUES ( NULL )  /* QNO 3764 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3765 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3766 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3766 CON_ID 16 */  /* QNO 3767 CON_ID 16 */
		   16 Query	INSERT INTO `table0_innodb_int_autoinc` ( `col_float_unsigned_not_null` ) VALUES ( NULL )  /* QNO 3768 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3769 CON_ID 16 */
		   16 Query	SAVEPOINT A /* QNO 3770 CON_ID 16 */
		   16 Query	INSERT INTO `view_table0_innodb_int_autoinc` SELECT * FROM `table0_innodb_int_autoinc` /* QNO 3771 CON_ID 16 */
		   16 Query	ALTER TABLE t8 /*!100301 WAIT 8 */ RENAME TO t5 /* QNO 3772 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3773 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3773 CON_ID 16 */  /* QNO 3774 CON_ID 16 */
		   16 Query	SET @a = 'bolt'  /* QNO 3775 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 'bolt'  /* QNO 3775 CON_ID 16 */  /* QNO 3776 CON_ID 16 */
		   16 Query	UPDATE `table1_innodb_key_pk_parts_2_int_autoinc` SET `col_char_latin1_default_null` = @a ORDER BY `col_char_utf8_not_null_key` LIMIT 2  /* QNO 3777 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3778 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3779 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3779 CON_ID 16 */  /* QNO 3780 CON_ID 16 */
		   16 Query	UPDATE `view_table10_innodb_key_pk_parts_2_int_autoinc` SET `col_char_utf8_default_null` = NULL WHERE `col_char_utf8` = 'soil'  /* QNO 3781 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3782 CON_ID 16 */
		   16 Query	LOCK TABLE `view_table10_innodb` WRITE  /* QNO 3783 CON_ID 16 */
		   16 Query	UNLOCK TABLES /* QNO 3784 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UNLOCK TABLES /* QNO 3784 CON_ID 16 */  /* QNO 3785 CON_ID 16 */
		   16 Query	CREATE TRIGGER x AFTER UPDATE ON `view_table10_innodb` FOR EACH ROW BEGIN SAVEPOINT A ; SET @binlog_format_saved = @@binlog_format ; INSERT INTO `table100_innodb_int_autoinc` ( `col_int_unsigned` ) VALUES ( 2 ) ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; UPDATE `view_table0_innodb_key_pk_parts_2_int_autoinc` SET `col_set_latin1` = NULL WHERE `col_int_unsigned_not_null` > 1 ORDER BY `col_bit_key` ; SET BINLOG_FORMAT = @binlog_format_saved ; CALL c () ; END /* QNO 3786 CON_ID 16 */
		   16 Query	ROLLBACK TO SAVEPOINT A /* QNO 3787 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3788 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3788 CON_ID 16 */  /* QNO 3789 CON_ID 16 */
		   16 Query	INSERT INTO `table10_innodb_int_autoinc` ( `col_blob_key` ) VALUES ( LAST_INSERT_ID() )  /* QNO 3790 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3791 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3792 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3792 CON_ID 16 */  /* QNO 3793 CON_ID 16 */
		   16 Query	DELETE FROM `view_table0_innodb` WHERE `col_decimal` < NULL LIMIT 1  /* QNO 3794 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3795 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3796 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3796 CON_ID 16 */  /* QNO 3797 CON_ID 16 */
		   16 Query	DELETE FROM `view_table100_innodb_key_pk_parts_2_int_autoinc` WHERE `col_set_utf8_key` = NULL LIMIT 1  /* QNO 3798 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3799 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3800 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3800 CON_ID 16 */  /* QNO 3801 CON_ID 16 */
		   16 Query	SET @a = 6  /* QNO 3802 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 6  /* QNO 3802 CON_ID 16 */  /* QNO 3803 CON_ID 16 */
		   16 Query	DELETE FROM `table1_innodb` WHERE `col_char_latin1_default_null` < @a LIMIT 1  /* QNO 3804 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3805 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3806 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3806 CON_ID 16 */  /* QNO 3807 CON_ID 16 */
		   16 Query	INSERT INTO `table100_innodb_key_pk_parts_2_int_autoinc` ( `col_enum_latin1_key_default_null` ) VALUES ( NULL )  /* QNO 3808 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3809 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3810 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3810 CON_ID 16 */  /* QNO 3811 CON_ID 16 */
		   16 Query	SET @a = NULL  /* QNO 3812 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = NULL  /* QNO 3812 CON_ID 16 */  /* QNO 3813 CON_ID 16 */
		   16 Query	DELETE FROM `table1_innodb` WHERE `col_float` < @a LIMIT 1  /* QNO 3814 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3815 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3816 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3816 CON_ID 16 */  /* QNO 3817 CON_ID 16 */
		   16 Query	INSERT INTO `table0_innodb_key_pk_parts_2_int_autoinc` ( `col_char_latin1_key_default_null` ) VALUES ( NULL )  /* QNO 3818 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3819 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 3820 CON_ID 16 */
		   16 Query	INSERT INTO `view_table1_innodb` SELECT * FROM `view_table1_innodb_key_pk_parts_2_int_autoinc` /* QNO 3821 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3822 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3822 CON_ID 16 */  /* QNO 3823 CON_ID 16 */
		   16 Query	INSERT INTO `table1_innodb_int_autoinc` ( `col_int_not_null` ) VALUES ( NULL )  /* QNO 3824 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3825 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3826 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3826 CON_ID 16 */  /* QNO 3827 CON_ID 16 */
		   16 Query	INSERT INTO `view_table0_innodb` ( `col_enum_utf8_default_null` ) VALUES ( LAST_INSERT_ID() )  /* QNO 3828 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3829 CON_ID 16 */
		   16 Query	START TRANSACTION /* QNO 3830 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3831 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3831 CON_ID 16 */  /* QNO 3832 CON_ID 16 */
		   16 Query	SET @a = 7  /* QNO 3833 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 7  /* QNO 3833 CON_ID 16 */  /* QNO 3834 CON_ID 16 */
		   16 Query	DELETE FROM `view_table0_innodb_key_pk_parts_2_int_autoinc` WHERE `col_char_utf8` < @a LIMIT 1  /* QNO 3835 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3836 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3837 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3837 CON_ID 16 */  /* QNO 3838 CON_ID 16 */
		   16 Query	INSERT INTO `table0_innodb` ( `col_int_unsigned_key_default_null` ) VALUES ( 'mask' )  /* QNO 3839 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3840 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3841 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3841 CON_ID 16 */  /* QNO 3842 CON_ID 16 */
		   16 Query	INSERT INTO `view_table100_innodb_int_autoinc` ( `pk` ) VALUES ( NULL )  /* QNO 3843 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3844 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3845 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3845 CON_ID 16 */  /* QNO 3846 CON_ID 16 */
		   16 Query	UPDATE `view_table10_innodb_key_pk_parts_2_int_autoinc` SET `col_enum_utf8_not_null` = NULL WHERE `col_set_utf8_key_default_null` < 'abstract' LIMIT 8  /* QNO 3847 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3848 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3849 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3849 CON_ID 16 */  /* QNO 3850 CON_ID 16 */
		   16 Query	DELETE FROM `table100_innodb_int_autoinc` WHERE `col_decimal_unsigned` = 3 LIMIT 1  /* QNO 3851 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3852 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3853 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3853 CON_ID 16 */  /* QNO 3854 CON_ID 16 */
		   16 Query	INSERT INTO `table10_innodb_key_pk_parts_2_int_autoinc` ( `col_decimal_not_null_key` ) VALUES ( 'trip' )  /* QNO 3855 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3856 CON_ID 16 */
		   16 Query	RELEASE SAVEPOINT A /* QNO 3857 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3858 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3858 CON_ID 16 */  /* QNO 3859 CON_ID 16 */
		   16 Query	INSERT INTO `table1_innodb` ( `col_int_unsigned` ) VALUES ( 'custom' )  /* QNO 3860 CON_ID 16 */
		   16 Query	DELETE FROM `view_table1_innodb_int_autoinc` WHERE `col_enum_latin1_not_null` > NULL LIMIT 1  /* QNO 3861 CON_ID 16 */
		   16 Query	DELETE FROM `table10_innodb` WHERE `col_int_key_default_null` = NULL LIMIT 1  /* QNO 3862 CON_ID 16 */
		   16 Query	UPDATE `view_table100_innodb_int_autoinc` SET `col_enum_utf8_not_null_key` = NULL WHERE `col_int_unsigned` < 2  /* QNO 3863 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3864 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3865 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3865 CON_ID 16 */  /* QNO 3866 CON_ID 16 */
		   16 Query	UPDATE `table0_innodb_int_autoinc` SET `col_blob_not_null_key` = 'narrow' WHERE `col_float_key` > 2  /* QNO 3867 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3868 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3869 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3869 CON_ID 16 */  /* QNO 3870 CON_ID 16 */
		   16 Query	UPDATE `view_table10_innodb_key_pk_parts_2_int_autoinc` SET `col_char_latin1_default_null` = NULL WHERE `col_bit_not_null` > 4  /* QNO 3871 CON_ID 16 */
		   16 Query	DELETE FROM `view_table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_float` > 'adult' LIMIT 1  /* QNO 3872 CON_ID 16 */
		   16 Query	INSERT INTO `table1_innodb` ( `col_char_utf8_not_null` ) VALUES ( 9 )  /* QNO 3873 CON_ID 16 */
		   16 Query	DELETE FROM `table100_innodb` WHERE `col_decimal_not_null_key` > NULL LIMIT 1  /* QNO 3874 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3875 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3876 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3876 CON_ID 16 */  /* QNO 3877 CON_ID 16 */
		   16 Query	INSERT INTO `table10_innodb` ( `col_decimal_key_default_null` ) VALUES ( NULL )  /* QNO 3878 CON_ID 16 */
		   16 Query	INSERT INTO `view_table0_innodb` ( `col_enum_utf8_not_null` ) VALUES ( NULL )  /* QNO 3879 CON_ID 16 */
		   16 Query	INSERT INTO `table100_innodb_key_pk_parts_2_int_autoinc` ( `col_decimal_not_null` ) VALUES ( 2 )  /* QNO 3880 CON_ID 16 */
		   16 Query	INSERT INTO `table1_innodb` ( `col_blob` ) VALUES ( 2 )  /* QNO 3881 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3882 CON_ID 16 */
		   16 Query	START TRANSACTION /* QNO 3883 CON_ID 16 */
		   16 Query	ALTER IGNORE TABLE `view_table100_innodb` ADD CONSTRAINT g CHECK (ecol9 < vcol6), ALTER COLUMN scol6 DROP DEFAULT, DROP INDEX ind2 /* QNO 3884 CON_ID 16 */
		   16 Query	COMMIT /* QNO 3885 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3886 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3886 CON_ID 16 */  /* QNO 3887 CON_ID 16 */
		   16 Query	INSERT INTO `table0_innodb_int_autoinc` ( `pk` ) VALUES ( NULL )  /* QNO 3888 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3889 CON_ID 16 */
		   16 Query	CREATE TRIGGER x AFTER UPDATE ON `view_table100_innodb_key_pk_parts_2_int_autoinc` FOR EACH ROW BEGIN SET @binlog_format_saved = @@binlog_format ; INSERT INTO `view_table1_innodb` ( `col_bit_default_null` ) VALUES ( RAND () ) ; SET BINLOG_FORMAT = @binlog_format_saved ; COMMIT ; FLUSH LOGS ; CALL c () ; END /* QNO 3890 CON_ID 16 */
		   16 Query	RELEASE SAVEPOINT A /* QNO 3891 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3892 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3892 CON_ID 16 */  /* QNO 3893 CON_ID 16 */
		   16 Query	DELETE FROM `view_table1_innodb` WHERE `col_decimal_key` > NULL LIMIT 1  /* QNO 3894 CON_ID 16 */
		   16 Query	DELETE FROM `view_table1_innodb_int_autoinc` WHERE `col_char_latin1_not_null` < 0 LIMIT 1  /* QNO 3895 CON_ID 16 */
		   16 Query	DELETE FROM `view_table0_innodb` WHERE `col_char_utf8_default_null` < 5 LIMIT 1  /* QNO 3896 CON_ID 16 */
		   16 Query	UPDATE `table1_innodb_key_pk_parts_2_int_autoinc` SET `col_float_default_null` = NULL WHERE `col_char_latin1_key_default_null` = 'guarantee' ORDER BY `col_float_unsigned_not_null`  /* QNO 3897 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3898 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3899 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3899 CON_ID 16 */  /* QNO 3900 CON_ID 16 */
		   16 Query	INSERT INTO `view_table10_innodb_key_pk_parts_2_int_autoinc` ( `col_set_utf8_not_null` ) VALUES ( 0 )  /* QNO 3901 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3902 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3903 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3903 CON_ID 16 */  /* QNO 3904 CON_ID 16 */
		   16 Query	DELETE FROM `table1_innodb` WHERE `col_int_unsigned_key_default_null` < RAND()  /* QNO 3905 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3906 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3907 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3907 CON_ID 16 */  /* QNO 3908 CON_ID 16 */
		   16 Query	INSERT INTO `table100_innodb` ( `col_float_default_null` ) VALUES ( LAST_INSERT_ID() )  /* QNO 3909 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3910 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3911 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3911 CON_ID 16 */  /* QNO 3912 CON_ID 16 */
		   16 Query	INSERT INTO `view_table1_innodb_key_pk_parts_2_int_autoinc` ( `pk` ) VALUES ( NULL )  /* QNO 3913 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3914 CON_ID 16 */
		   16 Query	ROLLBACK TO SAVEPOINT A /* QNO 3915 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3916 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3916 CON_ID 16 */  /* QNO 3917 CON_ID 16 */
		   16 Query	SET @a = NULL  /* QNO 3918 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = NULL  /* QNO 3918 CON_ID 16 */  /* QNO 3919 CON_ID 16 */
		   16 Query	UPDATE `view_table1_innodb_int_autoinc` SET `col_bit_default_null` = @a ORDER BY `col_int_unsigned_default_null` LIMIT 0  /* QNO 3920 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3921 CON_ID 16 */
		   16 Query	DELETE FROM t3 LIMIT 0 /* QNO 3922 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3923 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3923 CON_ID 16 */  /* QNO 3924 CON_ID 16 */
		   16 Query	DELETE FROM `view_table100_innodb_key_pk_parts_2_int_autoinc` WHERE `col_set_utf8_not_null` < RAND()  /* QNO 3925 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3926 CON_ID 16 */
		   16 Query	START TRANSACTION /* QNO 3927 CON_ID 16 */
		   16 Query	COMMIT /* QNO 3928 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3929 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3929 CON_ID 16 */  /* QNO 3930 CON_ID 16 */
		   16 Query	UPDATE `table10_innodb` SET `col_int_unsigned_key_default_null` = NULL WHERE `col_int_unsigned_key_default_null` > NULL  /* QNO 3931 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3932 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3933 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3933 CON_ID 16 */  /* QNO 3934 CON_ID 16 */
		   16 Query	UPDATE `view_table10_innodb_key_pk_parts_2_int_autoinc` SET `col_int_unsigned_not_null` = NULL WHERE `col_enum_utf8_not_null` < 'knock' ORDER BY `col_float_unsigned_not_null`  /* QNO 3935 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3936 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3937 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3937 CON_ID 16 */  /* QNO 3938 CON_ID 16 */
		   16 Query	UPDATE `view_table100_innodb` SET `col_float_not_null_key` = RAND() WHERE `col_char_latin1_not_null` = 3 ORDER BY RAND () LIMIT 4  /* QNO 3939 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3940 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3941 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3941 CON_ID 16 */  /* QNO 3942 CON_ID 16 */
		   16 Query	UPDATE `table0_innodb` SET `col_int_not_null_key` = NULL WHERE `col_enum_utf8_key` = NULL ORDER BY `col_blob_default_null`  /* QNO 3943 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3944 CON_ID 16 */
		   16 Query	FLUSH TABLES /* QNO 3945 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 3946 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3947 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3947 CON_ID 16 */  /* QNO 3948 CON_ID 16 */
		   16 Query	UPDATE `table100_innodb_int_autoinc` SET `col_set_utf8_default_null` = 9 WHERE `col_char_latin1` < NULL  /* QNO 3949 CON_ID 16 */
		   16 Query	UPDATE `table10_innodb_int_autoinc` SET `col_float_unsigned_key` = NULL WHERE `col_int_unsigned_not_null` = 'loan' ORDER BY `col_float_not_null_key` LIMIT 5  /* QNO 3950 CON_ID 16 */
		   16 Query	UPDATE `view_table0_innodb_int_autoinc` SET `col_enum_utf8_not_null` = 'ash' WHERE `col_char_latin1_default_null` = NULL  /* QNO 3951 CON_ID 16 */
		   16 Query	UPDATE `table100_innodb` SET `col_enum_latin1_not_null` = 'full' WHERE `col_decimal_unsigned` > 9 ORDER BY `col_float_unsigned_key` LIMIT 7  /* QNO 3952 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3953 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3954 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3954 CON_ID 16 */  /* QNO 3955 CON_ID 16 */
		   16 Query	SET @a = NULL  /* QNO 3956 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = NULL  /* QNO 3956 CON_ID 16 */  /* QNO 3957 CON_ID 16 */
		   16 Query	DELETE FROM `view_table100_innodb_key_pk_parts_2_int_autoinc` WHERE `col_set_utf8_key_default_null` < @a LIMIT 1  /* QNO 3958 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3959 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3960 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3960 CON_ID 16 */  /* QNO 3961 CON_ID 16 */
		   16 Query	DELETE FROM `view_table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_char_utf8_key_default_null` > NULL LIMIT 1  /* QNO 3962 CON_ID 16 */
		   16 Query	DELETE FROM `table1_innodb` WHERE `col_set_latin1_not_null_key` > 'prize' LIMIT 1  /* QNO 3963 CON_ID 16 */
		   16 Query	DELETE FROM `view_table0_innodb` WHERE `col_set_utf8_key_default_null` > NULL LIMIT 1  /* QNO 3964 CON_ID 16 */
		   16 Query	INSERT INTO `table1_innodb` ( `col_char_latin1_not_null_key` ) VALUES ( NULL )  /* QNO 3965 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3966 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3967 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3967 CON_ID 16 */  /* QNO 3968 CON_ID 16 */
		   16 Query	UPDATE `table1_innodb_key_pk_parts_2_int_autoinc` SET `col_blob_not_null` = RAND() WHERE `col_blob_not_null` > 4 ORDER BY RAND () LIMIT 8  /* QNO 3969 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3970 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3971 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3971 CON_ID 16 */  /* QNO 3972 CON_ID 16 */
		   16 Query	INSERT INTO `view_table0_innodb` ( `pk` ) VALUES ( NULL )  /* QNO 3973 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3974 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3975 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3975 CON_ID 16 */  /* QNO 3976 CON_ID 16 */
		   16 Query	INSERT INTO `view_table100_innodb_int_autoinc` ( `col_decimal_key` ) VALUES ( 2 )  /* QNO 3977 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3978 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3979 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3979 CON_ID 16 */  /* QNO 3980 CON_ID 16 */
		   16 Query	INSERT INTO `table10_innodb` ( `col_decimal_not_null` ) VALUES ( 5 )  /* QNO 3981 CON_ID 16 */
		   16 Query	INSERT INTO `view_table0_innodb` ( `col_set_utf8_default_null` ) VALUES ( 'peel' )  /* QNO 3982 CON_ID 16 */
		   16 Query	UPDATE `table1_innodb` SET `col_blob` = 'presidential' WHERE `col_set_latin1_not_null` < 3 ORDER BY `col_set_utf8` LIMIT 2  /* QNO 3983 CON_ID 16 */
		   16 Query	DELETE FROM `table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_float_unsigned_key` = NULL LIMIT 1  /* QNO 3984 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3985 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3986 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3986 CON_ID 16 */  /* QNO 3987 CON_ID 16 */
		   16 Query	INSERT INTO `table100_innodb_key_pk_parts_2_int_autoinc` ( `col_set_latin1_key_default_null` ) VALUES ( LAST_INSERT_ID() )  /* QNO 3988 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3989 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3990 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3990 CON_ID 16 */  /* QNO 3991 CON_ID 16 */
		   16 Query	INSERT INTO `view_table100_innodb` ( `col_bit_not_null_key` ) VALUES ( 'foreign' )  /* QNO 3992 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3993 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3994 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3994 CON_ID 16 */  /* QNO 3995 CON_ID 16 */
		   16 Query	INSERT INTO `view_table10_innodb` ( `col_enum_utf8_key_default_null` ) VALUES ( 'fluid' )  /* QNO 3996 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 3997 CON_ID 16 */
		   16 Query	INSERT INTO `view_table100_innodb` SELECT * FROM `table10_innodb_key_pk_parts_2_int_autoinc` /* QNO 3998 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 3999 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 3999 CON_ID 16 */  /* QNO 4000 CON_ID 16 */
		   16 Query	DELETE FROM `table10_innodb` WHERE `col_enum_utf8_key_default_null` = NULL LIMIT 1  /* QNO 4001 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4002 CON_ID 16 */
		   16 Query	INSERT INTO `view_table100_innodb_int_autoinc` SELECT * FROM `view_table0_innodb_int_autoinc` /* QNO 4003 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4004 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4004 CON_ID 16 */  /* QNO 4005 CON_ID 16 */
		   16 Query	DELETE FROM `view_table10_innodb` WHERE `col_float_not_null` = 1 LIMIT 1  /* QNO 4006 CON_ID 16 */
		   16 Query	DELETE FROM `table1_innodb_int_autoinc` WHERE `col_int_default_null` > 5 LIMIT 1  /* QNO 4007 CON_ID 16 */
		   16 Query	UPDATE `table0_innodb_key_pk_parts_2_int_autoinc` SET `col_float_default_null` = NULL WHERE `col_enum_utf8` > NULL ORDER BY `col_char_latin1_key_default_null` LIMIT 4  /* QNO 4008 CON_ID 16 */
		   16 Query	INSERT INTO `table100_innodb` ( `col_bit_not_null_key` ) VALUES ( 6 )  /* QNO 4009 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4010 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4011 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4011 CON_ID 16 */  /* QNO 4012 CON_ID 16 */
		   16 Query	DELETE FROM `view_table10_innodb_int_autoinc` WHERE `col_decimal_not_null` = NULL LIMIT 1  /* QNO 4013 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4014 CON_ID 16 */
		   16 Query	XA RECOVER /* QNO 4015 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS XA RECOVER /* QNO 4015 CON_ID 16 */  /* QNO 4016 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4017 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4017 CON_ID 16 */  /* QNO 4018 CON_ID 16 */
		   16 Query	DELETE FROM `table100_innodb` WHERE `col_blob_not_null` < NULL LIMIT 1  /* QNO 4019 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4020 CON_ID 16 */
		   16 Query	XA END 'xid191'  /* QNO 4021 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 4022 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4023 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4023 CON_ID 16 */  /* QNO 4024 CON_ID 16 */
		   16 Query	INSERT INTO `table100_innodb_int_autoinc` ( `col_bit_default_null` ) VALUES ( 'israeli' )  /* QNO 4025 CON_ID 16 */
		   16 Query	DELETE FROM `view_table0_innodb_int_autoinc` WHERE `col_int` = 3 LIMIT 1  /* QNO 4026 CON_ID 16 */
		   16 Query	DELETE FROM `view_table0_innodb` WHERE `col_char_latin1_not_null_key` = 5 LIMIT 1  /* QNO 4027 CON_ID 16 */
		   16 Query	INSERT INTO `table0_innodb_int_autoinc` ( `col_char_utf8_key` ) VALUES ( NULL )  /* QNO 4028 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4029 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4030 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4030 CON_ID 16 */  /* QNO 4031 CON_ID 16 */
		   16 Query	DELETE FROM `table100_innodb` WHERE `col_enum_utf8` = NULL LIMIT 1  /* QNO 4032 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4033 CON_ID 16 */
		   16 Query	CREATE TRIGGER r BEFORE UPDATE ON `view_table1_innodb_key_pk_parts_2_int_autoinc` FOR EACH ROW BEGIN SET @binlog_format_saved = @@binlog_format ; DELETE FROM `table1_innodb` WHERE `col_enum_utf8_not_null_key` = 9 LIMIT 1 ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; UPDATE `table1_innodb_key_pk_parts_2_int_autoinc` SET `col_set_utf8_not_null` = 'airplane' WHERE `col_set_latin1_key` > 1 ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; INSERT INTO `view_table0_innodb_int_autoinc` ( `col_float_not_null_key` ) VALUES ( RAND () ) ; SET BINLOG_FORMAT = @binlog_format_saved ; CALL y () ; END /* QNO 4034 CON_ID 16 */
		   16 Query	ALTER TABLE t10 ADD CONSTRAINT CHECK (`col_int_unsigned_not_null_key` >= 4) /* QNO 4035 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4036 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4036 CON_ID 16 */  /* QNO 4037 CON_ID 16 */
		   16 Query	INSERT INTO `view_table1_innodb` ( `col_set_utf8_not_null_key` ) VALUES ( RAND () )  /* QNO 4038 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4039 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4040 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4040 CON_ID 16 */  /* QNO 4041 CON_ID 16 */
		   16 Query	INSERT INTO `table10_innodb_key_pk_parts_2_int_autoinc` ( `col_char_latin1_key` ) VALUES ( 'warning' )  /* QNO 4042 CON_ID 16 */
		   16 Query	INSERT INTO `table1_innodb_int_autoinc` ( `pk` ) VALUES ( NULL )  /* QNO 4043 CON_ID 16 */
		   16 Query	DELETE FROM `view_table10_innodb` WHERE `col_blob_default_null` < NULL LIMIT 1  /* QNO 4044 CON_ID 16 */
		   16 Query	DELETE FROM `table100_innodb_key_pk_parts_2_int_autoinc` WHERE `col_float_not_null` < NULL LIMIT 1  /* QNO 4045 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4046 CON_ID 16 */
		   16 Query	SAVEPOINT A /* QNO 4047 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 4048 CON_ID 16 */
		   16 Query	SELECT * FROM `view_table0_innodb` INTO OUTFILE 'load_view_table0_innodb'  /* QNO 4049 CON_ID 16 */
		   16 Query	LOAD DATA INFILE 'load_view_table0_innodb' IGNORE INTO TABLE view_table0_innodb /* QNO 4050 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4051 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4051 CON_ID 16 */  /* QNO 4052 CON_ID 16 */
		   16 Query	UPDATE `view_table10_innodb_int_autoinc` SET `col_enum_utf8_key` = 'psychology' WHERE `col_enum_latin1_key` = 'stair' ORDER BY `col_int_not_null_key` LIMIT 3  /* QNO 4053 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4054 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4055 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4055 CON_ID 16 */  /* QNO 4056 CON_ID 16 */
		   16 Query	INSERT INTO `view_table100_innodb_key_pk_parts_2_int_autoinc` ( `col_float_unsigned_key` ) VALUES ( NULL )  /* QNO 4057 CON_ID 16 */
		   16 Query	DELETE FROM `view_table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_char_utf8_default_null` > 'tender' LIMIT 1  /* QNO 4058 CON_ID 16 */
		   16 Query	INSERT INTO `table0_innodb_int_autoinc` ( `col_blob` ) VALUES ( 3 )  /* QNO 4059 CON_ID 16 */
		   16 Query	UPDATE `table100_innodb_key_pk_parts_2_int_autoinc` SET `col_enum_latin1_default_null` = 'technology' WHERE `col_char_utf8_key_default_null` = 'incredible' ORDER BY `col_float` LIMIT 8  /* QNO 4060 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4061 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4062 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4062 CON_ID 16 */  /* QNO 4063 CON_ID 16 */
		   16 Query	UPDATE `view_table100_innodb_int_autoinc` SET `col_bit_key` = 6 WHERE `col_enum_utf8` > 1  /* QNO 4064 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4065 CON_ID 16 */
		   16 Query	ALTER ONLINE IGNORE TABLE t6 DROP INDEX ind3 /* QNO 4066 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4067 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4067 CON_ID 16 */  /* QNO 4068 CON_ID 16 */
		   16 Query	INSERT INTO `table100_innodb_int_autoinc` ( `col_char_latin1_default_null` ) VALUES ( NULL )  /* QNO 4069 CON_ID 16 */
		   16 Query	UPDATE `view_table1_innodb` SET `col_char_utf8_not_null` = 0 WHERE `col_set_utf8_not_null_key` = NULL  /* QNO 4070 CON_ID 16 */
		   16 Query	DELETE FROM `table0_innodb_key_pk_parts_2_int_autoinc` WHERE `col_set_latin1_default_null` < 8 LIMIT 1  /* QNO 4071 CON_ID 16 */
		   16 Query	UPDATE `table1_innodb` SET `col_set_latin1` = 'painful' WHERE `col_set_utf8_not_null_key` = NULL LIMIT 0  /* QNO 4072 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4073 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4074 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4074 CON_ID 16 */  /* QNO 4075 CON_ID 16 */
		   16 Query	INSERT INTO `view_table10_innodb` ( `col_enum_latin1` ) VALUES ( 0 )  /* QNO 4076 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4077 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4078 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4078 CON_ID 16 */  /* QNO 4079 CON_ID 16 */
		   16 Query	SET @a = 6  /* QNO 4080 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 6  /* QNO 4080 CON_ID 16 */  /* QNO 4081 CON_ID 16 */
		   16 Query	DELETE FROM `table10_innodb` WHERE `col_set_utf8` < @a LIMIT 1  /* QNO 4082 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4083 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4084 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4084 CON_ID 16 */  /* QNO 4085 CON_ID 16 */
		   16 Query	UPDATE `view_table100_innodb` SET `col_enum_latin1` = NULL WHERE `col_char_utf8_not_null` = 'orbit' LIMIT 8  /* QNO 4086 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4087 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4088 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4088 CON_ID 16 */  /* QNO 4089 CON_ID 16 */
		   16 Query	UPDATE `view_table100_innodb_int_autoinc` SET `col_enum_latin1` = RAND() WHERE `col_bit_not_null` > NULL ORDER BY RAND () LIMIT 6  /* QNO 4090 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4091 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 4092 CON_ID 16 */
		   16 Query	INSERT INTO `table10_innodb_int_autoinc` SELECT * FROM `table10_innodb_int_autoinc` /* QNO 4093 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4094 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4094 CON_ID 16 */  /* QNO 4095 CON_ID 16 */
		   16 Query	UPDATE `table1_innodb_key_pk_parts_2_int_autoinc` SET `col_enum_utf8_default_null` = 'new' WHERE `col_float_unsigned_key_default_null` > 1  /* QNO 4096 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4097 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4098 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4098 CON_ID 16 */  /* QNO 4099 CON_ID 16 */
		   16 Query	UPDATE `view_table0_innodb_int_autoinc` SET `col_blob_not_null_key` = NULL WHERE `col_enum_latin1_not_null_key` < 3  /* QNO 4100 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4101 CON_ID 16 */
		   16 Query	COMMIT /* QNO 4102 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4103 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4103 CON_ID 16 */  /* QNO 4104 CON_ID 16 */
		   16 Query	UPDATE `table1_innodb_key_pk_parts_2_int_autoinc` SET `col_enum_latin1` = NULL WHERE `col_int_default_null` < NULL ORDER BY `col_enum_utf8_key`  /* QNO 4105 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4106 CON_ID 16 */
		   16 Query	XA PREPARE 'xid191'  /* QNO 4107 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4108 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4108 CON_ID 16 */  /* QNO 4109 CON_ID 16 */
		   16 Query	UPDATE `table10_innodb_key_pk_parts_2_int_autoinc` SET `col_char_utf8_key_default_null` = 'coast' WHERE `col_decimal_unsigned_not_null_key` > 'pull'  /* QNO 4110 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4111 CON_ID 16 */
		   16 Query	SAVEPOINT A /* QNO 4112 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4113 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4113 CON_ID 16 */  /* QNO 4114 CON_ID 16 */
		   16 Query	DELETE FROM `view_table10_innodb` WHERE `col_decimal_unsigned_key_default_null` < RAND()  /* QNO 4115 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4116 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4117 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4117 CON_ID 16 */  /* QNO 4118 CON_ID 16 */
		   16 Query	DELETE FROM `table100_innodb_int_autoinc` WHERE `col_int_not_null_key` = 1 LIMIT 1  /* QNO 4119 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4120 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4121 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4121 CON_ID 16 */  /* QNO 4122 CON_ID 16 */
		   16 Query	DELETE FROM `view_table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_float_unsigned_key_default_null` > 6 LIMIT 1  /* QNO 4123 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4124 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4125 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4125 CON_ID 16 */  /* QNO 4126 CON_ID 16 */
		   16 Query	DELETE FROM `view_table10_innodb` WHERE `col_int` = 2 LIMIT 1  /* QNO 4127 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4128 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4129 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4129 CON_ID 16 */  /* QNO 4130 CON_ID 16 */
		   16 Query	INSERT INTO `view_table0_innodb_key_pk_parts_2_int_autoinc` ( `col_enum_utf8_key_default_null` ) VALUES ( LAST_INSERT_ID() )  /* QNO 4131 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4132 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4133 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4133 CON_ID 16 */  /* QNO 4134 CON_ID 16 */
		   16 Query	SET @a = 8  /* QNO 4135 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 8  /* QNO 4135 CON_ID 16 */  /* QNO 4136 CON_ID 16 */
		   16 Query	INSERT INTO `view_table1_innodb_key_pk_parts_2_int_autoinc` ( `col_decimal_not_null` ) VALUES ( @a )  /* QNO 4137 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4138 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4139 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4139 CON_ID 16 */  /* QNO 4140 CON_ID 16 */
		   16 Query	DELETE FROM `table100_innodb_key_pk_parts_2_int_autoinc` WHERE `col_int_unsigned` > NULL LIMIT 1  /* QNO 4141 CON_ID 16 */
		   16 Query	INSERT INTO `table0_innodb` ( `col_set_utf8` ) VALUES ( 'connection' )  /* QNO 4142 CON_ID 16 */
		   16 Query	INSERT INTO `view_table0_innodb_int_autoinc` ( `col_char_latin1_key` ) VALUES ( 'debris' )  /* QNO 4143 CON_ID 16 */
		   16 Query	DELETE FROM `table100_innodb_key_pk_parts_2_int_autoinc` WHERE `col_int_key_default_null` = 1 LIMIT 1  /* QNO 4144 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4145 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 4146 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4147 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4147 CON_ID 16 */  /* QNO 4148 CON_ID 16 */
		   16 Query	DELETE FROM `view_table100_innodb` WHERE `col_int_unsigned_key` = NULL LIMIT 1  /* QNO 4149 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4150 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4151 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4151 CON_ID 16 */  /* QNO 4152 CON_ID 16 */
		   16 Query	SET @a = 'by'  /* QNO 4153 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 'by'  /* QNO 4153 CON_ID 16 */  /* QNO 4154 CON_ID 16 */
		   16 Query	UPDATE `table10_innodb_int_autoinc` SET `col_int_unsigned_key` = @a ORDER BY `col_enum_utf8_not_null_key` LIMIT 8  /* QNO 4155 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4156 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4157 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4157 CON_ID 16 */  /* QNO 4158 CON_ID 16 */
		   16 Query	DELETE FROM `table10_innodb` WHERE `col_float_key_default_null` < NULL LIMIT 1  /* QNO 4159 CON_ID 16 */
		   16 Query	DELETE FROM `view_table0_innodb_key_pk_parts_2_int_autoinc` WHERE `col_decimal_default_null` < NULL LIMIT 1  /* QNO 4160 CON_ID 16 */
		   16 Query	UPDATE `view_table100_innodb` SET `col_bit_default_null` = 3 WHERE `col_enum_latin1_key_default_null` = 'fortune' ORDER BY `col_enum_latin1_key_default_null`  /* QNO 4161 CON_ID 16 */
		   16 Query	UPDATE `view_table1_innodb_int_autoinc` SET `col_float_unsigned_key_default_null` = 'aesthetic' WHERE `col_set_latin1_not_null_key` = 'telephone' ORDER BY `col_float_not_null_key`  /* QNO 4162 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4163 CON_ID 16 */
		   16 Query	INSERT INTO `table1_innodb_key_pk_parts_2_int_autoinc` SELECT * FROM `view_table1_innodb` /* QNO 4164 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4165 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4165 CON_ID 16 */  /* QNO 4166 CON_ID 16 */
		   16 Query	UPDATE `view_table0_innodb_int_autoinc` SET `col_bit_default_null` = NULL WHERE `col_int_not_null` = NULL ORDER BY `col_enum_latin1_key_default_null` LIMIT 2  /* QNO 4167 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4168 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4169 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4169 CON_ID 16 */  /* QNO 4170 CON_ID 16 */
		   16 Query	SET @a = 'outer'  /* QNO 4171 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 'outer'  /* QNO 4171 CON_ID 16 */  /* QNO 4172 CON_ID 16 */
		   16 Query	DELETE FROM `table0_innodb_int_autoinc` WHERE `col_float_not_null` < @a LIMIT 1  /* QNO 4173 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4174 CON_ID 16 */
		   16 Query	CREATE TRIGGER q BEFORE UPDATE ON `view_table10_innodb_int_autoinc` FOR EACH ROW BEGIN SET @binlog_format_saved = @@binlog_format ; DELETE FROM `table1_innodb_int_autoinc` WHERE `col_char_latin1` < 'talent' LIMIT 1 ; SET BINLOG_FORMAT = @binlog_format_saved ; FLUSH LOGS ; CREATE DATABASE ic ; CREATE TABLE ic.d SELECT * FROM `view_table1_innodb_int_autoinc` LIMIT 8 ; DROP DATABASE ic ; CALL m () ; END /* QNO 4175 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4176 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4176 CON_ID 16 */  /* QNO 4177 CON_ID 16 */
		   16 Query	DELETE FROM `view_table1_innodb` WHERE `col_set_latin1_key` < 0 LIMIT 1  /* QNO 4178 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4179 CON_ID 16 */
		   16 Query	TRUNCATE TABLE v /* QNO 4180 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4181 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4181 CON_ID 16 */  /* QNO 4182 CON_ID 16 */
		   16 Query	UPDATE `view_table0_innodb` SET `col_set_latin1_key_default_null` = NULL WHERE `col_bit` > 'lower' ORDER BY `col_char_latin1_key_default_null`  /* QNO 4183 CON_ID 16 */
		   16 Query	INSERT INTO `view_table1_innodb` ( `col_set_latin1_key_default_null` ) VALUES ( 1 )  /* QNO 4184 CON_ID 16 */
		   16 Query	UPDATE `table0_innodb_key_pk_parts_2_int_autoinc` SET `col_enum_utf8_key_default_null` = 7 WHERE `col_set_latin1_key` > 4  /* QNO 4185 CON_ID 16 */
		   16 Query	INSERT INTO `table1_innodb` ( `col_blob_not_null_key` ) VALUES ( NULL )  /* QNO 4186 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4187 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4188 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4188 CON_ID 16 */  /* QNO 4189 CON_ID 16 */
		   16 Query	SET @a = 'recommend'  /* QNO 4190 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 'recommend'  /* QNO 4190 CON_ID 16 */  /* QNO 4191 CON_ID 16 */
		   16 Query	INSERT INTO `view_table100_innodb_int_autoinc` ( `col_int_not_null_key` ) VALUES ( @a )  /* QNO 4192 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4193 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4194 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4194 CON_ID 16 */  /* QNO 4195 CON_ID 16 */
		   16 Query	UPDATE `table10_innodb` SET `col_set_latin1_key` = 8 WHERE `col_int` = 'rib'  /* QNO 4196 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4197 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4198 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4198 CON_ID 16 */  /* QNO 4199 CON_ID 16 */
		   16 Query	INSERT INTO `view_table1_innodb_int_autoinc` ( `col_set_latin1_key` ) VALUES ( 'comprehensive' )  /* QNO 4200 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4201 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4202 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4202 CON_ID 16 */  /* QNO 4203 CON_ID 16 */
		   16 Query	DELETE FROM `view_table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_int_not_null_key` < RAND()  /* QNO 4204 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4205 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4206 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4206 CON_ID 16 */  /* QNO 4207 CON_ID 16 */
		   16 Query	DELETE FROM `table10_innodb_int_autoinc` WHERE `col_int_default_null` < RAND()  /* QNO 4208 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4209 CON_ID 16 */
		   16 Query	ROLLBACK /* QNO 4210 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4211 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4211 CON_ID 16 */  /* QNO 4212 CON_ID 16 */
		   16 Query	UPDATE `table10_innodb_key_pk_parts_2_int_autoinc` SET `col_char_utf8_not_null` = 3 WHERE `col_decimal_unsigned_key_default_null` = NULL  /* QNO 4213 CON_ID 16 */
180306 13:55:17	   16 Query	DELETE FROM `view_table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_decimal` > 1 LIMIT 1  /* QNO 4214 CON_ID 16 */
		   16 Query	UPDATE `table0_innodb` SET `col_decimal_unsigned_default_null` = 9 WHERE `col_char_utf8_not_null` < 'astronomer' LIMIT 7  /* QNO 4215 CON_ID 16 */
		   16 Query	UPDATE `view_table1_innodb_int_autoinc` SET `col_blob_key_default_null` = 'it' WHERE `col_decimal_unsigned_key` < 'actively' LIMIT 9  /* QNO 4216 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4217 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4218 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4218 CON_ID 16 */  /* QNO 4219 CON_ID 16 */
		   16 Query	UPDATE `table1_innodb_key_pk_parts_2_int_autoinc` SET `col_set_latin1_not_null` = NULL WHERE `col_enum_utf8_key_default_null` > NULL LIMIT 6  /* QNO 4220 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4221 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4222 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4222 CON_ID 16 */  /* QNO 4223 CON_ID 16 */
		   16 Query	DELETE FROM `view_table1_innodb` WHERE `col_decimal_unsigned` > 'increase' LIMIT 1  /* QNO 4224 CON_ID 16 */
		   16 Query	INSERT INTO `table10_innodb_key_pk_parts_2_int_autoinc` ( `col_float_unsigned_key_default_null` ) VALUES ( 'impulse' )  /* QNO 4225 CON_ID 16 */
		   16 Query	INSERT INTO `table0_innodb_key_pk_parts_2_int_autoinc` ( `col_decimal_unsigned_not_null` ) VALUES ( 'load' )  /* QNO 4226 CON_ID 16 */
		   16 Query	DELETE FROM `view_table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_int_unsigned_default_null` > 'extended' LIMIT 1  /* QNO 4227 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4228 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4229 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4229 CON_ID 16 */  /* QNO 4230 CON_ID 16 */
		   16 Query	INSERT INTO `table0_innodb_int_autoinc` ( `col_decimal_unsigned_not_null_key` ) VALUES ( 0 )  /* QNO 4231 CON_ID 16 */
		   16 Query	UPDATE `table0_innodb` SET `col_int_unsigned_default_null` = 'husband' WHERE `col_char_latin1_not_null` < 8 ORDER BY `col_bit_not_null`  /* QNO 4232 CON_ID 16 */
		   16 Query	DELETE FROM `view_table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_int_unsigned_default_null` > 'persian' LIMIT 1  /* QNO 4233 CON_ID 16 */
		   16 Query	UPDATE `view_table1_innodb_int_autoinc` SET `col_set_utf8_not_null_key` = 8 WHERE `col_char_utf8_key_default_null` < NULL  /* QNO 4234 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4235 CON_ID 16 */
		   16 Query	ALTER TABLE t8 DROP FOREIGN KEY IF EXISTS q, ADD FULLTEXT KEY(scol6), ALGORITHM=DEFAULT, LOCK=EXCLUSIVE /* QNO 4236 CON_ID 16 */
		   16 Query	ALTER TABLE `view_table10_innodb_int_autoinc` RENAME TO `table0_innodb`  /* QNO 4237 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4238 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4238 CON_ID 16 */  /* QNO 4239 CON_ID 16 */
		   16 Query	DELETE FROM `table0_innodb_key_pk_parts_2_int_autoinc` WHERE `col_enum_latin1` > NULL LIMIT 1  /* QNO 4240 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4241 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4242 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4242 CON_ID 16 */  /* QNO 4243 CON_ID 16 */
		   16 Query	INSERT INTO `table1_innodb_key_pk_parts_2_int_autoinc` ( `col_decimal` ) VALUES ( LAST_INSERT_ID() )  /* QNO 4244 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4245 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4246 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4246 CON_ID 16 */  /* QNO 4247 CON_ID 16 */
		   16 Query	SET @a = 9  /* QNO 4248 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 9  /* QNO 4248 CON_ID 16 */  /* QNO 4249 CON_ID 16 */
		   16 Query	UPDATE `view_table1_innodb_int_autoinc` SET `col_bit_not_null_key` = @a ORDER BY `col_int_unsigned_key_default_null` LIMIT 0  /* QNO 4250 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4251 CON_ID 16 */
		   16 Query	ALTER IGNORE TABLE t6 ADD COLUMN IF NOT EXISTS ( `col_char_latin1_not_null_key` VARBINARY(34628) NULL DEFAULT NULL ), ALGORITHM=INPLACE, LOCK=SHARED /* QNO 4252 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4253 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4253 CON_ID 16 */  /* QNO 4254 CON_ID 16 */
		   16 Query	SET @a = 'skirt'  /* QNO 4255 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 'skirt'  /* QNO 4255 CON_ID 16 */  /* QNO 4256 CON_ID 16 */
		   16 Query	DELETE FROM `view_table100_innodb_int_autoinc` WHERE `col_enum_latin1_key_default_null` < @a LIMIT 1  /* QNO 4257 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4258 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4259 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4259 CON_ID 16 */  /* QNO 4260 CON_ID 16 */
		   16 Query	INSERT INTO `table100_innodb_key_pk_parts_2_int_autoinc` ( `col_set_utf8_key` ) VALUES ( RAND () )  /* QNO 4261 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4262 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4263 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4263 CON_ID 16 */  /* QNO 4264 CON_ID 16 */
		   16 Query	INSERT INTO `view_table100_innodb` ( `col_char_latin1_not_null` ) VALUES ( 9 )  /* QNO 4265 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4266 CON_ID 16 */
		   16 Query	CREATE TRIGGER l AFTER UPDATE ON `table100_innodb` FOR EACH ROW BEGIN SET @binlog_format_saved = @@binlog_format ; UPDATE `view_table10_innodb_key_pk_parts_2_int_autoinc` SET `col_float` = 3 WHERE `col_float_not_null` < 6 ORDER BY `col_set_utf8_default_null` LIMIT 9 ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; DELETE FROM `view_table0_innodb_key_pk_parts_2_int_autoinc` WHERE `col_char_utf8_not_null` > 'indeed' LIMIT 1 ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; DELETE FROM `view_table0_innodb_key_pk_parts_2_int_autoinc` WHERE `col_enum_utf8_key_default_null` = NULL LIMIT 1 ; SET BINLOG_FORMAT = @binlog_format_saved ; CALL p () ; END /* QNO 4267 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4268 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4268 CON_ID 16 */  /* QNO 4269 CON_ID 16 */
		   16 Query	INSERT INTO `table1_innodb_int_autoinc` ( `col_char_utf8` ) VALUES ( RAND () )  /* QNO 4270 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4271 CON_ID 16 */
		   16 Query	ALTER TABLE t2 DROP COLUMN icol1, ALGORITHM=DEFAULT, ADD CONSTRAINT CHECK (`col_int_unsigned_not_null_key` = `col_float`) /* QNO 4272 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4273 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4273 CON_ID 16 */  /* QNO 4274 CON_ID 16 */
		   16 Query	INSERT INTO `table1_innodb` ( `pk` ) VALUES ( NULL )  /* QNO 4275 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4276 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4277 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4277 CON_ID 16 */  /* QNO 4278 CON_ID 16 */
		   16 Query	UPDATE `view_table10_innodb_key_pk_parts_2_int_autoinc` SET `col_bit_default_null` = RAND() WHERE `col_blob` > 'offender' ORDER BY RAND () LIMIT 1  /* QNO 4279 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4280 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 4281 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4282 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4282 CON_ID 16 */  /* QNO 4283 CON_ID 16 */
		   16 Query	DELETE FROM `table10_innodb` WHERE `col_enum_latin1_key_default_null` < RAND() LIMIT 7  /* QNO 4284 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4285 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 4286 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4287 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4287 CON_ID 16 */  /* QNO 4288 CON_ID 16 */
		   16 Query	DELETE FROM `view_table1_innodb_int_autoinc` WHERE `col_float_not_null` = NULL LIMIT 1  /* QNO 4289 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4290 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 4291 CON_ID 16 */
		   16 Query	CREATE TRIGGER q AFTER INSERT ON `table0_innodb_int_autoinc` FOR EACH ROW BEGIN SET @binlog_format_saved = @@binlog_format ; UPDATE `table100_innodb_int_autoinc` SET `col_enum_utf8_not_null` = 'dangerous' WHERE `col_blob_not_null_key` > NULL ORDER BY `col_enum_utf8_default_null` ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; UPDATE `table100_innodb_int_autoinc` SET `col_set_utf8_key` = RAND() WHERE `col_char_utf8_not_null_key` > 'edit' ORDER BY RAND () LIMIT 3 ; SET BINLOG_FORMAT = @binlog_format_saved ; FLUSH LOGS ; CALL j () ; END /* QNO 4292 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4293 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4293 CON_ID 16 */  /* QNO 4294 CON_ID 16 */
		   16 Query	SET @a = 'ocean'  /* QNO 4295 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 'ocean'  /* QNO 4295 CON_ID 16 */  /* QNO 4296 CON_ID 16 */
		   16 Query	INSERT INTO `table100_innodb_int_autoinc` ( `col_blob_not_null_key` ) VALUES ( @a )  /* QNO 4297 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4298 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 4299 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4300 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4300 CON_ID 16 */  /* QNO 4301 CON_ID 16 */
		   16 Query	INSERT INTO `table10_innodb` ( `col_char_latin1` ) VALUES ( 'pack' )  /* QNO 4302 CON_ID 16 */
		   16 Query	INSERT INTO `view_table10_innodb_key_pk_parts_2_int_autoinc` ( `col_blob_key` ) VALUES ( NULL )  /* QNO 4303 CON_ID 16 */
		   16 Query	DELETE FROM `view_table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_int_key_default_null` = NULL LIMIT 1  /* QNO 4304 CON_ID 16 */
		   16 Query	INSERT INTO `view_table100_innodb` ( `col_char_latin1_not_null_key` ) VALUES ( 8 )  /* QNO 4305 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4306 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4307 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4307 CON_ID 16 */  /* QNO 4308 CON_ID 16 */
		   16 Query	INSERT INTO `table100_innodb_key_pk_parts_2_int_autoinc` ( `pk` ) VALUES ( 'finger' )  /* QNO 4309 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4310 CON_ID 16 */
		   16 Query	SELECT * FROM `table100_innodb` INTO OUTFILE 'load_table100_innodb'  /* QNO 4311 CON_ID 16 */
		   16 Query	LOAD DATA INFILE 'load_table100_innodb' IGNORE INTO TABLE table100_innodb /* QNO 4312 CON_ID 16 */
		   16 Query	XA COMMIT 'non_idle_xid' ONE PHASE  /* QNO 4313 CON_ID 16 */
		   16 Query	COMMIT /* QNO 4314 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4315 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4315 CON_ID 16 */  /* QNO 4316 CON_ID 16 */
		   16 Query	SET @a = 'access'  /* QNO 4317 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 'access'  /* QNO 4317 CON_ID 16 */  /* QNO 4318 CON_ID 16 */
		   16 Query	DELETE FROM `table10_innodb` WHERE `col_float_unsigned_not_null` < @a LIMIT 1  /* QNO 4319 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4320 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4321 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4321 CON_ID 16 */  /* QNO 4322 CON_ID 16 */
		   16 Query	SET @a = 'a'  /* QNO 4323 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 'a'  /* QNO 4323 CON_ID 16 */  /* QNO 4324 CON_ID 16 */
		   16 Query	UPDATE `table1_innodb` SET `col_decimal_unsigned_key_default_null` = @a ORDER BY `col_enum_utf8_key` LIMIT 7  /* QNO 4325 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4326 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4327 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4327 CON_ID 16 */  /* QNO 4328 CON_ID 16 */
		   16 Query	DELETE FROM `table100_innodb_key_pk_parts_2_int_autoinc` WHERE `col_float_not_null_key` < RAND() LIMIT 5  /* QNO 4329 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4330 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4331 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4331 CON_ID 16 */  /* QNO 4332 CON_ID 16 */
		   16 Query	SET @a = NULL  /* QNO 4333 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = NULL  /* QNO 4333 CON_ID 16 */  /* QNO 4334 CON_ID 16 */
		   16 Query	UPDATE `view_table1_innodb_int_autoinc` SET `col_bit` = @a ORDER BY `col_enum_latin1_not_null` LIMIT 5  /* QNO 4335 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4336 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4337 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4337 CON_ID 16 */  /* QNO 4338 CON_ID 16 */
		   16 Query	SET @a = 9  /* QNO 4339 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 9  /* QNO 4339 CON_ID 16 */  /* QNO 4340 CON_ID 16 */
		   16 Query	UPDATE `view_table1_innodb` SET `col_char_latin1_not_null_key` = @a ORDER BY `col_float_unsigned_default_null` LIMIT 6  /* QNO 4341 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4342 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4343 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4343 CON_ID 16 */  /* QNO 4344 CON_ID 16 */
		   16 Query	DELETE FROM `view_table0_innodb_int_autoinc` WHERE `col_float` > NULL LIMIT 1  /* QNO 4345 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4346 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4347 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4347 CON_ID 16 */  /* QNO 4348 CON_ID 16 */
		   16 Query	UPDATE `table100_innodb` SET `col_int_not_null_key` = RAND() WHERE `col_set_utf8_not_null` > NULL ORDER BY RAND () LIMIT 2  /* QNO 4349 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4350 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4351 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4351 CON_ID 16 */  /* QNO 4352 CON_ID 16 */
		   16 Query	UPDATE `table0_innodb` SET `col_set_latin1_default_null` = 'vocal' WHERE `col_bit_key` > 'turkey' ORDER BY `col_decimal_default_null` LIMIT 2  /* QNO 4353 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4354 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4355 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4355 CON_ID 16 */  /* QNO 4356 CON_ID 16 */
		   16 Query	INSERT INTO `view_table10_innodb` ( `col_bit_not_null_key` ) VALUES ( RAND () )  /* QNO 4357 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4358 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 4359 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4360 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4360 CON_ID 16 */  /* QNO 4361 CON_ID 16 */
		   16 Query	UPDATE `table10_innodb_int_autoinc` SET `col_int_key_default_null` = 'walking' WHERE `col_enum_latin1` = 8 LIMIT 9  /* QNO 4362 CON_ID 16 */
		   16 Query	INSERT INTO `table100_innodb_int_autoinc` ( `col_int_unsigned_key` ) VALUES ( 'tropical' )  /* QNO 4363 CON_ID 16 */
		   16 Query	DELETE FROM `table100_innodb` WHERE `col_decimal_not_null_key` = 'normally' LIMIT 1  /* QNO 4364 CON_ID 16 */
		   16 Query	INSERT INTO `view_table0_innodb` ( `col_float_unsigned_key_default_null` ) VALUES ( NULL )  /* QNO 4365 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4366 CON_ID 16 */
		   16 Query	INSERT INTO `table0_innodb` SELECT * FROM `view_table100_innodb` /* QNO 4367 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4368 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4368 CON_ID 16 */  /* QNO 4369 CON_ID 16 */
		   16 Query	UPDATE `view_table10_innodb_key_pk_parts_2_int_autoinc` SET `col_bit` = NULL WHERE `col_bit_key_default_null` > NULL  /* QNO 4370 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4371 CON_ID 16 */
		   16 Query	ALTER ONLINE TABLE t6 CHANGE COLUMN icol1 vcol8 ENUM('foo','bar') AS ( ecol6 ) VIRTUAL, ALGORITHM=COPY, RENAME TO t7 /* QNO 4372 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4373 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4373 CON_ID 16 */  /* QNO 4374 CON_ID 16 */
		   16 Query	INSERT INTO `table10_innodb_key_pk_parts_2_int_autoinc` ( `col_int_key` ) VALUES ( LAST_INSERT_ID() )  /* QNO 4375 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4376 CON_ID 16 */
		   16 Query	ROLLBACK /* QNO 4377 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4378 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4378 CON_ID 16 */  /* QNO 4379 CON_ID 16 */
		   16 Query	DELETE FROM `table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_bit` < RAND() LIMIT 1  /* QNO 4380 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4381 CON_ID 16 */
		   16 Query	CREATE TRIGGER c AFTER UPDATE ON `table0_innodb` FOR EACH ROW BEGIN SET @binlog_format_saved = @@binlog_format ; UPDATE `view_table10_innodb_key_pk_parts_2_int_autoinc` SET `col_bit_not_null_key` = RAND() WHERE `col_blob_key_default_null` = NULL ORDER BY RAND () LIMIT 5 ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; INSERT INTO `table100_innodb_key_pk_parts_2_int_autoinc` ( `col_int_unsigned_key` ) VALUES ( 9 ) ; SET BINLOG_FORMAT = @binlog_format_saved ; ROLLBACK TO SAVEPOINT A ; CALL t () ; END /* QNO 4382 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 4383 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4384 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4384 CON_ID 16 */  /* QNO 4385 CON_ID 16 */
		   16 Query	INSERT INTO `table0_innodb` ( `pk` ) VALUES ( NULL )  /* QNO 4386 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4387 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4388 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4388 CON_ID 16 */  /* QNO 4389 CON_ID 16 */
		   16 Query	INSERT INTO `table10_innodb` ( `col_blob_default_null` ) VALUES ( 'chef' )  /* QNO 4390 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4391 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4392 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4392 CON_ID 16 */  /* QNO 4393 CON_ID 16 */
		   16 Query	DELETE FROM `table1_innodb_int_autoinc` WHERE `col_int_unsigned_key_default_null` > 'isolation' LIMIT 1  /* QNO 4394 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4395 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 4396 CON_ID 16 */
		   16 Query	COMMIT /* QNO 4397 CON_ID 16 */
		   16 Query	XA COMMIT 'xid181'  /* QNO 4398 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS XA COMMIT 'xid181'  /* QNO 4398 CON_ID 16 */  /* QNO 4399 CON_ID 16 */
		   16 Query	CREATE EVENT IF NOT EXISTS n ON SCHEDULE EVERY 9 SECOND ON COMPLETION PRESERVE DO BEGIN SET @binlog_format_saved = @@binlog_format ; DELETE FROM `view_table0_innodb_key_pk_parts_2_int_autoinc` WHERE `col_char_latin1_key` = 4 LIMIT 1 ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; DELETE FROM `view_table1_innodb` WHERE `col_blob_key_default_null` > NULL LIMIT 1 ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; SET @a = 7 ; UPDATE `table100_innodb_int_autoinc` SET `col_enum_utf8_key_default_null` = @a ORDER BY `col_blob_not_null_key` LIMIT 8 ; SET BINLOG_FORMAT = @binlog_format_saved ; CALL q () ; END /* QNO 4400 CON_ID 16 */
		   17 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `view_table1_innodb_int_autoinc` WHERE `col_char_latin1_key` < 3 LIMIT 1  /* QNO 172 CON_ID 17 */  RETURNING * /* QNO 173 CON_ID 17 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS  UPDATE `table0_innodb` SET `col_enum_utf8_not_null_key` = 9 WHERE `col_decimal_unsigned_default_null` < NULL LIMIT 3  /* QNO 193 CON_ID 18 */  /* QNO 194 CON_ID 18 */
		   18 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 195 CON_ID 18 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS CREATE EVENT IF NOT EXISTS n ON SCHEDULE EVERY 9 SECOND ON COMPLETION PRESERVE DO BEGIN SET @binlog_format_saved = @@binlog_format ; DELETE FROM `view_table0_innodb_key_pk_parts_2_int_autoinc` WHERE `col_char_latin1_key` = 4 LIMIT 1 ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; DELETE FROM `view_table1_innodb` WHERE `col_blob_key_default_null` > NULL LIMIT 1 ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; SET @a = 7 ; UPDATE `table100_innodb_int_autoinc` SET `col_enum_utf8_key_default_null` = @a ORDER BY `col_blob_not_null_key` LIMIT 8 ; SET BINLOG_FORMAT = @binlog_format_saved ; CALL q () ; END /* QNO 4400 CON_ID 16 */  /* QNO 4401 CON_ID 16 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 195 CON_ID 18 */  /* QNO 196 CON_ID 18 */
		   16 Query	XA ROLLBACK 'non_idle_xid'  /* QNO 4402 CON_ID 16 */
		   18 Query	RELEASE SAVEPOINT A /* QNO 197 CON_ID 18 */
		   19 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `view_table1_innodb_int_autoinc` WHERE `col_char_latin1` < RAND() LIMIT 5  /* QNO 150 CON_ID 19 */  RETURNING * /* QNO 151 CON_ID 19 */
		   16 Query	DROP TABLE IF EXISTS l /* QNO 4403 CON_ID 16 */
		   18 Query	CREATE TABLE t4 LIKE `table0_innodb_key_pk_parts_2_int_autoinc` /* QNO 198 CON_ID 18 */
		   16 Query	SHOW WARNINGS
		   21 Query	SHOW WARNINGS
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4404 CON_ID 16 */
		   20 Query	SHOW WARNINGS
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4404 CON_ID 16 */  /* QNO 4405 CON_ID 16 */
		   21 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 145 CON_ID 21 */
		   20 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 145 CON_ID 20 */
		   16 Query	UPDATE `table100_innodb` SET `col_float_key_default_null` = NULL WHERE `col_set_utf8_key_default_null` = NULL  /* QNO 4406 CON_ID 16 */
		   21 Query	CREATE OR REPLACE VIEW transforms.view_61263_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 145 CON_ID 21 */  /* QNO 146 CON_ID 21 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 145 CON_ID 20 */  /* QNO 146 CON_ID 20 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4407 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4407 CON_ID 16 */  /* QNO 4408 CON_ID 16 */
		   21 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 147 CON_ID 21 */
		   20 Query	FLUSH LOGS /* QNO 147 CON_ID 20 */
/home/elenst/10.2/debug/sql/mysqld, Version: 10.2.14-MariaDB-debug-log (Source distribution). started with:
Tcp port: 19300  Unix socket: /dev/shm/vardir/mysql.sock
Time                 Id Command    Argument
		   21 Query	CREATE OR REPLACE VIEW transforms.view_61263_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 147 CON_ID 21 */  /* QNO 148 CON_ID 21 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4409 CON_ID 16 */
		   21 Query	INSERT INTO `table100_innodb_key_pk_parts_2_int_autoinc` ( `col_set_utf8_not_null` ) VALUES ( RAND () )  /* QNO 149 CON_ID 21 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4409 CON_ID 16 */  /* QNO 4410 CON_ID 16 */
		   16 Query	DELETE FROM `view_table10_innodb` WHERE `col_char_utf8_key_default_null` > 6 LIMIT 1  /* QNO 4411 CON_ID 16 */
		   21 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 150 CON_ID 21 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS FLUSH LOGS /* QNO 147 CON_ID 20 */  /* QNO 148 CON_ID 20 */
		   21 Query	CREATE OR REPLACE VIEW transforms.view_61263_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 150 CON_ID 21 */  /* QNO 151 CON_ID 21 */
		   21 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 152 CON_ID 21 */
		   21 Query	CREATE OR REPLACE VIEW transforms.view_61263_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 152 CON_ID 21 */  /* QNO 153 CON_ID 21 */
		   16 Query	DELETE FROM `table1_innodb` WHERE `col_blob_key_default_null` < 'until' LIMIT 1  /* QNO 4412 CON_ID 16 */
		   21 Query	UPDATE `table1_innodb_key_pk_parts_2_int_autoinc` SET `col_char_latin1_key_default_null` = RAND() WHERE `col_int_default_null` < NULL ORDER BY RAND () LIMIT 2  /* QNO 154 CON_ID 21 */
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS  DELETE FROM `view_table1_innodb_int_autoinc` WHERE `col_char_latin1` < RAND() LIMIT 5  /* QNO 150 CON_ID 19 */  /* QNO 152 CON_ID 19 */
		   20 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 149 CON_ID 20 */
		   19 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 153 CON_ID 19 */
		   16 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `table1_innodb` WHERE `col_blob_key_default_null` < 'until' LIMIT 1  /* QNO 4412 CON_ID 16 */  RETURNING * /* QNO 4413 CON_ID 16 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 149 CON_ID 20 */  /* QNO 150 CON_ID 20 */
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 153 CON_ID 19 */  /* QNO 154 CON_ID 19 */
		   20 Query	UPDATE `view_table10_innodb_int_autoinc` SET `col_bit_default_null` = NULL WHERE `col_enum_utf8_not_null_key` < NULL ORDER BY `col_int_key` LIMIT 2  /* QNO 151 CON_ID 20 */
		   19 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 155 CON_ID 19 */
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 155 CON_ID 19 */  /* QNO 156 CON_ID 19 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  DELETE FROM `table1_innodb` WHERE `col_blob_key_default_null` < 'until' LIMIT 1  /* QNO 4412 CON_ID 16 */  /* QNO 4414 CON_ID 16 */
		   19 Query	INSERT INTO `view_table100_innodb_int_autoinc` ( `col_char_latin1_key` ) VALUES ( 7 )  /* QNO 157 CON_ID 19 */
		   16 Query	INSERT INTO `table10_innodb_key_pk_parts_2_int_autoinc` ( `col_decimal_unsigned_default_null` ) VALUES ( NULL )  /* QNO 4415 CON_ID 16 */
		   21 Query	CREATE OR REPLACE VIEW transforms.view_61263_probe AS  UPDATE `table1_innodb_key_pk_parts_2_int_autoinc` SET `col_char_latin1_key_default_null` = RAND() WHERE `col_int_default_null` < NULL ORDER BY RAND () LIMIT 2  /* QNO 154 CON_ID 21 */  /* QNO 155 CON_ID 21 */
		   21 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 156 CON_ID 21 */
		   19 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 158 CON_ID 19 */
		   21 Query	CREATE OR REPLACE VIEW transforms.view_61263_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 156 CON_ID 21 */  /* QNO 157 CON_ID 21 */
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 158 CON_ID 19 */  /* QNO 159 CON_ID 19 */
		   21 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 158 CON_ID 21 */
		   19 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 160 CON_ID 19 */
		   21 Query	CREATE OR REPLACE VIEW transforms.view_61263_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 158 CON_ID 21 */  /* QNO 159 CON_ID 21 */
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 160 CON_ID 19 */  /* QNO 161 CON_ID 19 */
		   21 Query	UPDATE `table100_innodb_int_autoinc` SET `col_float_unsigned_default_null` = 7 WHERE `col_float_unsigned_not_null_key` < NULL ORDER BY `col_float_unsigned_default_null`  /* QNO 160 CON_ID 21 */
		   19 Query	INSERT INTO `view_table1_innodb_key_pk_parts_2_int_autoinc` ( `pk` ) VALUES ( LAST_INSERT_ID() )  /* QNO 162 CON_ID 19 */
		   21 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 161 CON_ID 21 */
		   21 Query	CREATE OR REPLACE VIEW transforms.view_61263_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 161 CON_ID 21 */  /* QNO 162 CON_ID 21 */
		   21 Query	INSERT INTO t5 ( vcol5 ) SELECT `col_set_latin1_key_default_null` FROM `view_table100_innodb`  /* QNO 163 CON_ID 21 */
		   21 Query	RENAME TABLE d TO w /* QNO 164 CON_ID 21 */
		   21 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 165 CON_ID 21 */
		   21 Query	CREATE OR REPLACE VIEW transforms.view_61263_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 165 CON_ID 21 */  /* QNO 166 CON_ID 21 */
		   21 Query	SET @a = NULL  /* QNO 167 CON_ID 21 */
		   21 Query	CREATE OR REPLACE VIEW transforms.view_61263_probe AS  SET @a = NULL  /* QNO 167 CON_ID 21 */  /* QNO 168 CON_ID 21 */
		   21 Query	DELETE FROM `view_table0_innodb_int_autoinc` WHERE `col_char_utf8_not_null` < @a LIMIT 1  /* QNO 169 CON_ID 21 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS CREATE TABLE t4 LIKE `table0_innodb_key_pk_parts_2_int_autoinc` /* QNO 198 CON_ID 18 */  /* QNO 199 CON_ID 18 */
		   18 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 200 CON_ID 18 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 200 CON_ID 18 */  /* QNO 201 CON_ID 18 */
		   21 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 170 CON_ID 21 */
		   18 Query	SET @a = 'mad'  /* QNO 202 CON_ID 18 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS  SET @a = 'mad'  /* QNO 202 CON_ID 18 */  /* QNO 203 CON_ID 18 */
		   21 Query	CREATE OR REPLACE VIEW transforms.view_61263_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 170 CON_ID 21 */  /* QNO 171 CON_ID 21 */
		   18 Query	DELETE FROM `table0_innodb_key_pk_parts_2_int_autoinc` WHERE `col_set_latin1_key_default_null` < @a LIMIT 1  /* QNO 204 CON_ID 18 */
		   21 Query	FLUSH LOGS /* QNO 172 CON_ID 21 */
/home/elenst/10.2/debug/sql/mysqld, Version: 10.2.14-MariaDB-debug-log (Source distribution). started with:
Tcp port: 19300  Unix socket: /dev/shm/vardir/mysql.sock
Time                 Id Command    Argument
		   18 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 205 CON_ID 18 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 205 CON_ID 18 */  /* QNO 206 CON_ID 18 */
		   16 Query	SHOW WARNINGS
		   18 Query	FLUSH LOGS /* QNO 207 CON_ID 18 */
/home/elenst/10.2/debug/sql/mysqld, Version: 10.2.14-MariaDB-debug-log (Source distribution). started with:
Tcp port: 19300  Unix socket: /dev/shm/vardir/mysql.sock
Time                 Id Command    Argument
		   16 Query	INSERT INTO `table10_innodb` ( `col_enum_utf8_not_null` ) VALUES ( NULL )  /* QNO 4416 CON_ID 16 */
		   21 Query	CREATE OR REPLACE VIEW transforms.view_61263_probe AS FLUSH LOGS /* QNO 172 CON_ID 21 */  /* QNO 173 CON_ID 21 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS  UPDATE `view_table10_innodb_int_autoinc` SET `col_bit_default_null` = NULL WHERE `col_enum_utf8_not_null_key` < NULL ORDER BY `col_int_key` LIMIT 2  /* QNO 151 CON_ID 20 */  /* QNO 152 CON_ID 20 */
		   20 Query	UPDATE `view_table0_innodb_key_pk_parts_2_int_autoinc` SET `col_char_utf8_not_null_key` = 'veteran' WHERE `col_bit` = NULL LIMIT 9  /* QNO 153 CON_ID 20 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS FLUSH LOGS /* QNO 207 CON_ID 18 */  /* QNO 208 CON_ID 18 */
		   21 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 174 CON_ID 21 */
		   18 Query	FLUSH LOGS /* QNO 209 CON_ID 18 */
/home/elenst/10.2/debug/sql/mysqld, Version: 10.2.14-MariaDB-debug-log (Source distribution). started with:
Tcp port: 19300  Unix socket: /dev/shm/vardir/mysql.sock
Time                 Id Command    Argument
		   21 Query	CREATE OR REPLACE VIEW transforms.view_61263_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 174 CON_ID 21 */  /* QNO 175 CON_ID 21 */
		   21 Query	INSERT INTO `table1_innodb_key_pk_parts_2_int_autoinc` ( `col_int_unsigned_key_default_null` ) VALUES ( 3 )  /* QNO 176 CON_ID 21 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS FLUSH LOGS /* QNO 209 CON_ID 18 */  /* QNO 210 CON_ID 18 */
		   20 Query	DELETE FROM `table1_innodb_int_autoinc` WHERE `col_enum_latin1_not_null_key` > NULL LIMIT 1  /* QNO 154 CON_ID 20 */
		   18 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 211 CON_ID 18 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 211 CON_ID 18 */  /* QNO 212 CON_ID 18 */
		   18 Query	UPDATE `table0_innodb` SET `col_enum_latin1_not_null_key` = RAND() WHERE `col_enum_latin1_key_default_null` < 'consensus' ORDER BY RAND () LIMIT 3  /* QNO 213 CON_ID 18 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4417 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4418 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4418 CON_ID 16 */  /* QNO 4419 CON_ID 16 */
		   20 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `table1_innodb_int_autoinc` WHERE `col_enum_latin1_not_null_key` > NULL LIMIT 1  /* QNO 154 CON_ID 20 */  RETURNING * /* QNO 155 CON_ID 20 */
		   16 Query	INSERT INTO `view_table0_innodb_int_autoinc` ( `col_set_latin1_not_null_key` ) VALUES ( 'much' )  /* QNO 4420 CON_ID 16 */
		   19 Query	SHOW WARNINGS
		   19 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 163 CON_ID 19 */
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 163 CON_ID 19 */  /* QNO 164 CON_ID 19 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS  UPDATE `table0_innodb` SET `col_enum_latin1_not_null_key` = RAND() WHERE `col_enum_latin1_key_default_null` < 'consensus' ORDER BY RAND () LIMIT 3  /* QNO 213 CON_ID 18 */  /* QNO 214 CON_ID 18 */
		   18 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 215 CON_ID 18 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4421 CON_ID 16 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 215 CON_ID 18 */  /* QNO 216 CON_ID 18 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS  DELETE FROM `table1_innodb_int_autoinc` WHERE `col_enum_latin1_not_null_key` > NULL LIMIT 1  /* QNO 154 CON_ID 20 */  /* QNO 156 CON_ID 20 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4422 CON_ID 16 */
		   20 Query	DELETE FROM `view_table100_innodb_key_pk_parts_2_int_autoinc` WHERE `col_float_unsigned_not_null` > NULL LIMIT 1  /* QNO 157 CON_ID 20 */
		   18 Query	XA END 'inactive_xid'  /* QNO 217 CON_ID 18 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4422 CON_ID 16 */  /* QNO 4423 CON_ID 16 */
		   19 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 165 CON_ID 19 */
		   18 Query	FLUSH LOGS /* QNO 218 CON_ID 18 */
/home/elenst/10.2/debug/sql/mysqld, Version: 10.2.14-MariaDB-debug-log (Source distribution). started with:
Tcp port: 19300  Unix socket: /dev/shm/vardir/mysql.sock
Time                 Id Command    Argument
		   16 Query	SET @a = 'stimulus'  /* QNO 4424 CON_ID 16 */
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 165 CON_ID 19 */  /* QNO 166 CON_ID 19 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 'stimulus'  /* QNO 4424 CON_ID 16 */  /* QNO 4425 CON_ID 16 */
		   19 Query	UPDATE `table1_innodb_key_pk_parts_2_int_autoinc` SET `col_float_unsigned_not_null_key` = NULL WHERE `col_int_unsigned_not_null` < NULL  /* QNO 167 CON_ID 19 */
		   16 Query	INSERT INTO `view_table10_innodb` ( `col_decimal` ) VALUES ( @a )  /* QNO 4426 CON_ID 16 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS FLUSH LOGS /* QNO 218 CON_ID 18 */  /* QNO 219 CON_ID 18 */
		   20 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 158 CON_ID 20 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 158 CON_ID 20 */  /* QNO 159 CON_ID 20 */
		   21 Query	SHOW WARNINGS
		   21 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 177 CON_ID 21 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4427 CON_ID 16 */
		   18 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 220 CON_ID 18 */
		   20 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 160 CON_ID 20 */
		   21 Query	CREATE OR REPLACE VIEW transforms.view_61263_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 177 CON_ID 21 */  /* QNO 178 CON_ID 21 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 160 CON_ID 20 */  /* QNO 161 CON_ID 20 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 220 CON_ID 18 */  /* QNO 221 CON_ID 18 */
		   16 Query	SET AUTOCOMMIT = ON /* QNO 4428 CON_ID 16 */
		   20 Query	SET @a = NULL  /* QNO 162 CON_ID 20 */
		   18 Query	DELETE FROM `view_table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_decimal_key` > 4 LIMIT 1  /* QNO 222 CON_ID 18 */
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS  UPDATE `table1_innodb_key_pk_parts_2_int_autoinc` SET `col_float_unsigned_not_null_key` = NULL WHERE `col_int_unsigned_not_null` < NULL  /* QNO 167 CON_ID 19 */  /* QNO 168 CON_ID 19 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET AUTOCOMMIT = ON /* QNO 4428 CON_ID 16 */  /* QNO 4429 CON_ID 16 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS  SET @a = NULL  /* QNO 162 CON_ID 20 */  /* QNO 163 CON_ID 20 */
		   21 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 179 CON_ID 21 */
		   19 Query	UPDATE `table100_innodb_key_pk_parts_2_int_autoinc` SET `col_float` = NULL WHERE `col_set_latin1_key` = 9 LIMIT 1  /* QNO 169 CON_ID 19 */
		   20 Query	DELETE FROM `table0_innodb` WHERE `col_enum_latin1_not_null_key` < @a LIMIT 1  /* QNO 164 CON_ID 20 */
		   21 Query	CREATE OR REPLACE VIEW transforms.view_61263_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 179 CON_ID 21 */  /* QNO 180 CON_ID 21 */
		   19 Query	UPDATE `view_table100_innodb` SET `col_set_latin1_default_null` = 'focus' WHERE `col_float_not_null` < 'other'  /* QNO 170 CON_ID 19 */
		   16 Query	SELECT * FROM `view_table1_innodb` INTO OUTFILE 'load_view_table1_innodb'  /* QNO 4430 CON_ID 16 */
		   21 Query	DELETE FROM `view_table100_innodb` WHERE `col_decimal_unsigned` > 0 LIMIT 1  /* QNO 181 CON_ID 21 */
		   20 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `table0_innodb` WHERE `col_enum_latin1_not_null_key` < @a LIMIT 1  /* QNO 164 CON_ID 20 */  RETURNING * /* QNO 165 CON_ID 20 */
		   19 Query	UPDATE `table1_innodb_int_autoinc` SET `col_bit_not_null_key` = NULL WHERE `col_blob_default_null` = 'cue'  /* QNO 171 CON_ID 19 */
		   21 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 182 CON_ID 21 */
		   21 Query	CREATE OR REPLACE VIEW transforms.view_61263_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 182 CON_ID 21 */  /* QNO 183 CON_ID 21 */
		   18 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `view_table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_decimal_key` > 4 LIMIT 1  /* QNO 222 CON_ID 18 */  RETURNING * /* QNO 223 CON_ID 18 */
		   21 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 184 CON_ID 21 */
		   21 Query	CREATE OR REPLACE VIEW transforms.view_61263_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 184 CON_ID 21 */  /* QNO 185 CON_ID 21 */
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS  UPDATE `table1_innodb_int_autoinc` SET `col_bit_not_null_key` = NULL WHERE `col_blob_default_null` = 'cue'  /* QNO 171 CON_ID 19 */  /* QNO 172 CON_ID 19 */
		   21 Query	INSERT INTO `table1_innodb_int_autoinc` ( `pk` ) VALUES ( NULL )  /* QNO 186 CON_ID 21 */
		   19 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 173 CON_ID 19 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS  DELETE FROM `table0_innodb` WHERE `col_enum_latin1_not_null_key` < @a LIMIT 1  /* QNO 164 CON_ID 20 */  /* QNO 166 CON_ID 20 */
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 173 CON_ID 19 */  /* QNO 174 CON_ID 19 */
		   20 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 167 CON_ID 20 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 167 CON_ID 20 */  /* QNO 168 CON_ID 20 */
		   19 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 175 CON_ID 19 */
		   20 Query	DROP USER b /* QNO 169 CON_ID 20 */
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 175 CON_ID 19 */  /* QNO 176 CON_ID 19 */
		   19 Query	INSERT INTO `table10_innodb_int_autoinc` ( `col_int_unsigned_key_default_null` ) VALUES ( NULL )  /* QNO 177 CON_ID 19 */
		   20 Query	SAVEPOINT A /* QNO 170 CON_ID 20 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS SAVEPOINT A /* QNO 170 CON_ID 20 */  /* QNO 171 CON_ID 20 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS  DELETE FROM `view_table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_decimal_key` > 4 LIMIT 1  /* QNO 222 CON_ID 18 */  /* QNO 224 CON_ID 18 */
		   18 Query	DELETE FROM `table100_innodb_int_autoinc` WHERE `col_decimal_unsigned` > 'promise' LIMIT 1  /* QNO 225 CON_ID 18 */
		   16 Query	LOAD DATA INFILE 'load_view_table1_innodb' IGNORE INTO TABLE view_table1_innodb /* QNO 4431 CON_ID 16 */
		   18 Query	INSERT INTO `table0_innodb` ( `col_enum_utf8_key_default_null` ) VALUES ( NULL )  /* QNO 226 CON_ID 18 */
		   20 Query	CREATE EVENT IF NOT EXISTS r ON SCHEDULE EVERY 3 SECOND ON COMPLETION PRESERVE DO BEGIN SET @binlog_format_saved = @@binlog_format ; INSERT INTO `table0_innodb` ( `col_decimal_unsigned_not_null` ) VALUES ( NULL ) ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; INSERT INTO `table100_innodb_key_pk_parts_2_int_autoinc` ( `col_char_utf8_key_default_null` ) VALUES ( LAST_INSERT_ID() ) ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; INSERT INTO `table100_innodb_key_pk_parts_2_int_autoinc` ( `col_char_utf8_key` ) VALUES ( 'awareness' ) ; SET BINLOG_FORMAT = @binlog_format_saved ; CALL v () ; END /* QNO 172 CON_ID 20 */
		   20 Query	SHOW WARNINGS
		   20 Query	FLUSH LOGS /* QNO 173 CON_ID 20 */
/home/elenst/10.2/debug/sql/mysqld, Version: 10.2.14-MariaDB-debug-log (Source distribution). started with:
Tcp port: 19300  Unix socket: /dev/shm/vardir/mysql.sock
Time                 Id Command    Argument
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS FLUSH LOGS /* QNO 173 CON_ID 20 */  /* QNO 174 CON_ID 20 */
		   20 Query	SELECT * FROM `view_table100_innodb_int_autoinc` INTO OUTFILE 'load_view_table100_innodb_int_autoinc'  /* QNO 175 CON_ID 20 */
		   20 Query	LOAD DATA INFILE 'load_view_table100_innodb_int_autoinc' REPLACE INTO TABLE view_table100_innodb_int_autoinc /* QNO 176 CON_ID 20 */
		   21 Query	SHOW WARNINGS
		   21 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 187 CON_ID 21 */
		   21 Query	CREATE OR REPLACE VIEW transforms.view_61263_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 187 CON_ID 21 */  /* QNO 188 CON_ID 21 */
		   21 Query	ROLLBACK /* QNO 189 CON_ID 21 */
		   21 Query	CREATE OR REPLACE VIEW transforms.view_61263_probe AS ROLLBACK /* QNO 189 CON_ID 21 */  /* QNO 190 CON_ID 21 */
		   21 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 191 CON_ID 21 */
		   21 Query	CREATE OR REPLACE VIEW transforms.view_61263_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 191 CON_ID 21 */  /* QNO 192 CON_ID 21 */
		   20 Query	CREATE EVENT IF NOT EXISTS f ON SCHEDULE EVERY 3 SECOND ON COMPLETION PRESERVE DO BEGIN SET @binlog_format_saved = @@binlog_format ; INSERT INTO `table0_innodb_int_autoinc` ( `col_enum_latin1_not_null` ) VALUES ( LAST_INSERT_ID() ) ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; UPDATE `view_table100_innodb_key_pk_parts_2_int_autoinc` SET `col_enum_latin1` = NULL WHERE `col_decimal_unsigned_key` = 2 ORDER BY `col_set_latin1_not_null` ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; INSERT INTO `view_table1_innodb_key_pk_parts_2_int_autoinc` ( `col_int_default_null` ) VALUES ( LAST_INSERT_ID() ) ; SET BINLOG_FORMAT = @binlog_format_saved ; CALL p () ; END /* QNO 177 CON_ID 20 */
		   21 Query	DELETE FROM `table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_set_utf8_key_default_null` < RAND()  /* QNO 193 CON_ID 21 */
		   19 Query	SHOW WARNINGS
		   19 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 178 CON_ID 19 */
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 178 CON_ID 19 */  /* QNO 179 CON_ID 19 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS CREATE EVENT IF NOT EXISTS f ON SCHEDULE EVERY 3 SECOND ON COMPLETION PRESERVE DO BEGIN SET @binlog_format_saved = @@binlog_format ; INSERT INTO `table0_innodb_int_autoinc` ( `col_enum_latin1_not_null` ) VALUES ( LAST_INSERT_ID() ) ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; UPDATE `view_table100_innodb_key_pk_parts_2_int_autoinc` SET `col_enum_latin1` = NULL WHERE `col_decimal_unsigned_key` = 2 ORDER BY `col_set_latin1_not_null` ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; INSERT INTO `view_table1_innodb_key_pk_parts_2_int_autoinc` ( `col_int_default_null` ) VALUES ( LAST_INSERT_ID() ) ; SET BINLOG_FORMAT = @binlog_format_saved ; CALL p () ; END /* QNO 177 CON_ID 20 */  /* QNO 178 CON_ID 20 */
		   18 Query	SHOW WARNINGS
		   18 Query	DELETE FROM `table0_innodb` WHERE `col_int_key` > 8 LIMIT 1  /* QNO 227 CON_ID 18 */
		   19 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 180 CON_ID 19 */
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 180 CON_ID 19 */  /* QNO 181 CON_ID 19 */
		   18 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `table0_innodb` WHERE `col_int_key` > 8 LIMIT 1  /* QNO 227 CON_ID 18 */  RETURNING * /* QNO 228 CON_ID 18 */
		   19 Query	UPDATE `view_table100_innodb` SET `col_set_latin1_key_default_null` = NULL WHERE `col_set_utf8_default_null` > 0 ORDER BY `col_decimal_key_default_null` LIMIT 7  /* QNO 182 CON_ID 19 */
		   20 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 179 CON_ID 20 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 179 CON_ID 20 */  /* QNO 180 CON_ID 20 */
		   20 Query	DELETE FROM `table0_innodb` WHERE `col_bit_default_null` > NULL LIMIT 1  /* QNO 181 CON_ID 20 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS  DELETE FROM `table0_innodb` WHERE `col_int_key` > 8 LIMIT 1  /* QNO 227 CON_ID 18 */  /* QNO 229 CON_ID 18 */
		   19 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 183 CON_ID 19 */
		   18 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 230 CON_ID 18 */
		   21 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_set_utf8_key_default_null` < RAND()  /* QNO 193 CON_ID 21 */  RETURNING * /* QNO 194 CON_ID 21 */
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 183 CON_ID 19 */  /* QNO 184 CON_ID 19 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 230 CON_ID 18 */  /* QNO 231 CON_ID 18 */
		   19 Query	FLUSH LOGS /* QNO 185 CON_ID 19 */
/home/elenst/10.2/debug/sql/mysqld, Version: 10.2.14-MariaDB-debug-log (Source distribution). started with:
Tcp port: 19300  Unix socket: /dev/shm/vardir/mysql.sock
Time                 Id Command    Argument
		   18 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 232 CON_ID 18 */
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS FLUSH LOGS /* QNO 185 CON_ID 19 */  /* QNO 186 CON_ID 19 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 232 CON_ID 18 */  /* QNO 233 CON_ID 18 */
		   19 Query	SAVEPOINT A /* QNO 187 CON_ID 19 */
		   18 Query	INSERT INTO `table0_innodb` ( `col_decimal_unsigned` ) VALUES ( NULL )  /* QNO 234 CON_ID 18 */
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS SAVEPOINT A /* QNO 187 CON_ID 19 */  /* QNO 188 CON_ID 19 */
		   20 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `table0_innodb` WHERE `col_bit_default_null` > NULL LIMIT 1  /* QNO 181 CON_ID 20 */  RETURNING * /* QNO 182 CON_ID 20 */
		   19 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 189 CON_ID 19 */
		   21 Query	CREATE OR REPLACE VIEW transforms.view_61263_probe AS  DELETE FROM `table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_set_utf8_key_default_null` < RAND()  /* QNO 193 CON_ID 21 */  /* QNO 195 CON_ID 21 */
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 189 CON_ID 19 */  /* QNO 190 CON_ID 19 */
		   21 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 196 CON_ID 21 */
		   21 Query	CREATE OR REPLACE VIEW transforms.view_61263_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 196 CON_ID 21 */  /* QNO 197 CON_ID 21 */
		   19 Query	UPDATE `table0_innodb_key_pk_parts_2_int_autoinc` SET `col_decimal_unsigned` = 2 WHERE `col_enum_latin1_key_default_null` > 'revenue' LIMIT 7  /* QNO 191 CON_ID 19 */
		   19 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 192 CON_ID 19 */
		   21 Query	FLUSH LOGS /* QNO 198 CON_ID 21 */
/home/elenst/10.2/debug/sql/mysqld, Version: 10.2.14-MariaDB-debug-log (Source distribution). started with:
Tcp port: 19300  Unix socket: /dev/shm/vardir/mysql.sock
Time                 Id Command    Argument
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 192 CON_ID 19 */  /* QNO 193 CON_ID 19 */
		   21 Query	CREATE OR REPLACE VIEW transforms.view_61263_probe AS FLUSH LOGS /* QNO 198 CON_ID 21 */  /* QNO 199 CON_ID 21 */
		   19 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 194 CON_ID 19 */
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 194 CON_ID 19 */  /* QNO 195 CON_ID 19 */
		   21 Query	SELECT * FROM `table0_innodb` INTO OUTFILE 'load_table0_innodb'  /* QNO 200 CON_ID 21 */
		   19 Query	DELETE FROM `table100_innodb` WHERE `col_char_utf8_key` = 8 LIMIT 1  /* QNO 196 CON_ID 19 */
		   19 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 197 CON_ID 19 */
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 197 CON_ID 19 */  /* QNO 198 CON_ID 19 */
		   19 Query	XA RECOVER /* QNO 199 CON_ID 19 */
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS XA RECOVER /* QNO 199 CON_ID 19 */  /* QNO 200 CON_ID 19 */
		   19 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 201 CON_ID 19 */
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 201 CON_ID 19 */  /* QNO 202 CON_ID 19 */
		   21 Query	LOAD DATA INFILE 'load_table0_innodb' IGNORE INTO TABLE table0_innodb /* QNO 201 CON_ID 21 */
		   18 Query	SHOW WARNINGS
		   19 Query	DELETE FROM `table0_innodb_key_pk_parts_2_int_autoinc` WHERE `col_char_utf8_key` < RAND() LIMIT 7  /* QNO 203 CON_ID 19 */
		   18 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 235 CON_ID 18 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 235 CON_ID 18 */  /* QNO 236 CON_ID 18 */
		   19 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 204 CON_ID 19 */
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 204 CON_ID 19 */  /* QNO 205 CON_ID 19 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS  DELETE FROM `table0_innodb` WHERE `col_bit_default_null` > NULL LIMIT 1  /* QNO 181 CON_ID 20 */  /* QNO 183 CON_ID 20 */
		   19 Query	SAVEPOINT A /* QNO 206 CON_ID 19 */
		   18 Query	CREATE EVENT IF NOT EXISTS e ON SCHEDULE EVERY 7 SECOND ON COMPLETION PRESERVE DO BEGIN CREATE USER u ; FLUSH LOGS ; FLUSH LOGS ; CALL b () ; END /* QNO 237 CON_ID 18 */
		   20 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 184 CON_ID 20 */
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS SAVEPOINT A /* QNO 206 CON_ID 19 */  /* QNO 207 CON_ID 19 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 184 CON_ID 20 */  /* QNO 185 CON_ID 20 */
		   19 Query	RELEASE SAVEPOINT A /* QNO 208 CON_ID 19 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS CREATE EVENT IF NOT EXISTS e ON SCHEDULE EVERY 7 SECOND ON COMPLETION PRESERVE DO BEGIN CREATE USER u ; FLUSH LOGS ; FLUSH LOGS ; CALL b () ; END /* QNO 237 CON_ID 18 */  /* QNO 238 CON_ID 18 */
		   19 Query	XA PREPARE 'non_idle_xid'  /* QNO 209 CON_ID 19 */
		   20 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 186 CON_ID 20 */
		   19 Query	ROLLBACK /* QNO 210 CON_ID 19 */
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS ROLLBACK /* QNO 210 CON_ID 19 */  /* QNO 211 CON_ID 19 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 186 CON_ID 20 */  /* QNO 187 CON_ID 20 */
		   18 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 239 CON_ID 18 */
		   20 Query	INSERT INTO `view_table1_innodb` ( `col_int_unsigned_not_null` ) VALUES ( 'headache' )  /* QNO 188 CON_ID 20 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 239 CON_ID 18 */  /* QNO 240 CON_ID 18 */
		   18 Query	UPDATE `table10_innodb_int_autoinc` SET `col_decimal_key_default_null` = 'relieve' WHERE `col_char_utf8_not_null_key` = 5 ORDER BY `col_int_default_null`  /* QNO 241 CON_ID 18 */
		   19 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 212 CON_ID 19 */
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 212 CON_ID 19 */  /* QNO 213 CON_ID 19 */
		   19 Query	INSERT INTO `view_table10_innodb` ( `col_int_unsigned_default_null` ) VALUES ( 4 )  /* QNO 214 CON_ID 19 */
		   19 Query	UPDATE `view_table1_innodb` SET `col_enum_utf8_key_default_null` = 'drawer' WHERE `col_enum_latin1_not_null_key` < NULL ORDER BY `col_set_utf8`  /* QNO 215 CON_ID 19 */
		   18 Query	SHOW WARNINGS
		   18 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 242 CON_ID 18 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 242 CON_ID 18 */  /* QNO 243 CON_ID 18 */
		   18 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 244 CON_ID 18 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 244 CON_ID 18 */  /* QNO 245 CON_ID 18 */
		   18 Query	DELETE FROM `table1_innodb_int_autoinc` WHERE `col_char_utf8_key` < 0 LIMIT 1  /* QNO 246 CON_ID 18 */
		   18 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `table1_innodb_int_autoinc` WHERE `col_char_utf8_key` < 0 LIMIT 1  /* QNO 246 CON_ID 18 */  RETURNING * /* QNO 247 CON_ID 18 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS  DELETE FROM `table1_innodb_int_autoinc` WHERE `col_char_utf8_key` < 0 LIMIT 1  /* QNO 246 CON_ID 18 */  /* QNO 248 CON_ID 18 */
		   18 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 249 CON_ID 18 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 249 CON_ID 18 */  /* QNO 250 CON_ID 18 */
		   20 Query	SHOW WARNINGS
		   20 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 189 CON_ID 20 */
		   18 Query	FLUSH LOGS /* QNO 251 CON_ID 18 */
/home/elenst/10.2/debug/sql/mysqld, Version: 10.2.14-MariaDB-debug-log (Source distribution). started with:
Tcp port: 19300  Unix socket: /dev/shm/vardir/mysql.sock
Time                 Id Command    Argument
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 189 CON_ID 20 */  /* QNO 190 CON_ID 20 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS FLUSH LOGS /* QNO 251 CON_ID 18 */  /* QNO 252 CON_ID 18 */
		   20 Query	TRUNCATE TABLE s /* QNO 191 CON_ID 20 */
		   18 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 253 CON_ID 18 */
		   20 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 192 CON_ID 20 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 253 CON_ID 18 */  /* QNO 254 CON_ID 18 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 192 CON_ID 20 */  /* QNO 193 CON_ID 20 */
		   18 Query	SET @a = 'pension'  /* QNO 255 CON_ID 18 */
		   20 Query	SET @a = 2  /* QNO 194 CON_ID 20 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS  SET @a = 'pension'  /* QNO 255 CON_ID 18 */  /* QNO 256 CON_ID 18 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS  SET @a = 2  /* QNO 194 CON_ID 20 */  /* QNO 195 CON_ID 20 */
		   18 Query	DELETE FROM `view_table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_blob` < @a LIMIT 1  /* QNO 257 CON_ID 18 */
		   20 Query	DELETE FROM `view_table0_innodb_int_autoinc` WHERE `col_decimal` < @a LIMIT 1  /* QNO 196 CON_ID 20 */
		   20 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 197 CON_ID 20 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 197 CON_ID 20 */  /* QNO 198 CON_ID 20 */
		   18 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `view_table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_blob` < @a LIMIT 1  /* QNO 257 CON_ID 18 */  RETURNING * /* QNO 258 CON_ID 18 */
		   20 Query	CREATE TRIGGER v BEFORE UPDATE ON `view_table1_innodb_int_autoinc` FOR EACH ROW BEGIN SET @binlog_format_saved = @@binlog_format ; SET @a = 0 ; INSERT INTO `view_table100_innodb` ( `col_decimal_not_null` ) VALUES ( @a ) ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; UPDATE `view_table1_innodb` SET `col_blob_not_null` = NULL WHERE `col_char_utf8_not_null_key` > 7 LIMIT 6 ; SET BINLOG_FORMAT = @binlog_format_saved ; START TRANSACTION ; CALL u () ; END /* QNO 199 CON_ID 20 */
		   20 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 200 CON_ID 20 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 200 CON_ID 20 */  /* QNO 201 CON_ID 20 */
		   20 Query	SET @a = 'achievement'  /* QNO 202 CON_ID 20 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS  SET @a = 'achievement'  /* QNO 202 CON_ID 20 */  /* QNO 203 CON_ID 20 */
		   20 Query	UPDATE `table10_innodb` SET `col_float_unsigned_default_null` = @a ORDER BY `col_enum_latin1_default_null` LIMIT 6  /* QNO 204 CON_ID 20 */
		   20 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 205 CON_ID 20 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 205 CON_ID 20 */  /* QNO 206 CON_ID 20 */
		   20 Query	SELECT * FROM `table1_innodb_key_pk_parts_2_int_autoinc` INTO OUTFILE 'load_table1_innodb_key_pk_parts_2_int_autoinc'  /* QNO 207 CON_ID 20 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS  DELETE FROM `view_table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_blob` < @a LIMIT 1  /* QNO 257 CON_ID 18 */  /* QNO 259 CON_ID 18 */
		   20 Query	LOAD DATA INFILE 'load_table1_innodb_key_pk_parts_2_int_autoinc' REPLACE INTO TABLE table1_innodb_key_pk_parts_2_int_autoinc /* QNO 208 CON_ID 20 */
		   18 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 260 CON_ID 18 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 260 CON_ID 18 */  /* QNO 261 CON_ID 18 */
		   18 Query	ROLLBACK TO SAVEPOINT A /* QNO 262 CON_ID 18 */
		   18 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 263 CON_ID 18 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 263 CON_ID 18 */  /* QNO 264 CON_ID 18 */
		   18 Query	INSERT INTO `table10_innodb_key_pk_parts_2_int_autoinc` ( `col_char_utf8_default_null` ) VALUES ( 'admire' )  /* QNO 265 CON_ID 18 */
		   18 Query	SHOW WARNINGS
		   18 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 266 CON_ID 18 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 266 CON_ID 18 */  /* QNO 267 CON_ID 18 */
		   18 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 268 CON_ID 18 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 268 CON_ID 18 */  /* QNO 269 CON_ID 18 */
		   18 Query	INSERT INTO `view_table0_innodb_key_pk_parts_2_int_autoinc` ( `col_int_not_null` ) VALUES ( RAND () )  /* QNO 270 CON_ID 18 */
		   18 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 271 CON_ID 18 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 271 CON_ID 18 */  /* QNO 272 CON_ID 18 */
		   18 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 273 CON_ID 18 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 273 CON_ID 18 */  /* QNO 274 CON_ID 18 */
		   18 Query	SET @a = 4  /* QNO 275 CON_ID 18 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS  SET @a = 4  /* QNO 275 CON_ID 18 */  /* QNO 276 CON_ID 18 */
		   18 Query	DELETE FROM `view_table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_decimal_unsigned_key` < @a LIMIT 1  /* QNO 277 CON_ID 18 */
		   20 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 209 CON_ID 20 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 209 CON_ID 20 */  /* QNO 210 CON_ID 20 */
		   20 Query	UPDATE `table10_innodb_int_autoinc` SET `col_int` = 'alongside' WHERE `col_set_utf8_key_default_null` > 'vertical'  /* QNO 211 CON_ID 20 */
		   20 Query	SHOW WARNINGS
		   20 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 212 CON_ID 20 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 212 CON_ID 20 */  /* QNO 213 CON_ID 20 */
		   20 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 214 CON_ID 20 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 214 CON_ID 20 */  /* QNO 215 CON_ID 20 */
		   20 Query	UPDATE `view_table10_innodb_int_autoinc` SET `col_float_key` = NULL WHERE `col_int_not_null` = NULL LIMIT 6  /* QNO 216 CON_ID 20 */
		   18 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `view_table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_decimal_unsigned_key` < @a LIMIT 1  /* QNO 277 CON_ID 18 */  RETURNING * /* QNO 278 CON_ID 18 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS  DELETE FROM `view_table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_decimal_unsigned_key` < @a LIMIT 1  /* QNO 277 CON_ID 18 */  /* QNO 279 CON_ID 18 */
		   18 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 280 CON_ID 18 */
		   21 Query	SHOW WARNINGS
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 280 CON_ID 18 */  /* QNO 281 CON_ID 18 */
		   21 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 202 CON_ID 21 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS  UPDATE `view_table10_innodb_int_autoinc` SET `col_float_key` = NULL WHERE `col_int_not_null` = NULL LIMIT 6  /* QNO 216 CON_ID 20 */  /* QNO 217 CON_ID 20 */
		   21 Query	CREATE OR REPLACE VIEW transforms.view_61263_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 202 CON_ID 21 */  /* QNO 203 CON_ID 21 */
		   20 Query	DELETE FROM `view_table0_innodb` WHERE `col_set_utf8_not_null` = NULL LIMIT 1  /* QNO 218 CON_ID 20 */
		   21 Query	DELETE FROM `table1_innodb` WHERE `col_decimal_unsigned_default_null` = NULL LIMIT 1  /* QNO 204 CON_ID 21 */
		   18 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 282 CON_ID 18 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 282 CON_ID 18 */  /* QNO 283 CON_ID 18 */
		   18 Query	INSERT INTO `table1_innodb_key_pk_parts_2_int_autoinc` ( `col_decimal_key` ) VALUES ( 6 )  /* QNO 284 CON_ID 18 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4432 CON_ID 16 */
		   20 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `view_table0_innodb` WHERE `col_set_utf8_not_null` = NULL LIMIT 1  /* QNO 218 CON_ID 20 */  RETURNING * /* QNO 219 CON_ID 20 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4432 CON_ID 16 */  /* QNO 4433 CON_ID 16 */
		   16 Query	UPDATE `view_table100_innodb_key_pk_parts_2_int_autoinc` SET `col_set_utf8_not_null` = 'inform' WHERE `col_blob_key_default_null` > 8  /* QNO 4434 CON_ID 16 */
		   18 Query	SHOW WARNINGS
		   18 Query	DELETE FROM `view_table100_innodb_key_pk_parts_2_int_autoinc` WHERE `col_char_utf8_not_null_key` < 'suicide' LIMIT 1  /* QNO 285 CON_ID 18 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4435 CON_ID 16 */
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS  UPDATE `view_table1_innodb` SET `col_enum_utf8_key_default_null` = 'drawer' WHERE `col_enum_latin1_not_null_key` < NULL ORDER BY `col_set_utf8`  /* QNO 215 CON_ID 19 */  /* QNO 216 CON_ID 19 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4435 CON_ID 16 */  /* QNO 4436 CON_ID 16 */
		   19 Query	UPDATE `table10_innodb_int_autoinc` SET `col_char_latin1` = 'terrific' WHERE `col_float_not_null_key` = 1 ORDER BY `col_decimal_unsigned_key_default_null`  /* QNO 217 CON_ID 19 */
		   18 Query	UPDATE `view_table0_innodb_int_autoinc` SET `col_float_default_null` = 7 WHERE `col_set_utf8_default_null` = NULL LIMIT 2  /* QNO 286 CON_ID 18 */
		   16 Query	CREATE TRIGGER k AFTER UPDATE ON `table10_innodb_int_autoinc` FOR EACH ROW BEGIN RELEASE SAVEPOINT A ; SET @binlog_format_saved = @@binlog_format ; INSERT INTO `view_table1_innodb` ( `pk` ) VALUES ( NULL ) ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; UPDATE `table0_innodb_key_pk_parts_2_int_autoinc` SET `pk` = 5 WHERE `col_int_unsigned_not_null_key` > 2 LIMIT 9 ; SET BINLOG_FORMAT = @binlog_format_saved ; CALL x () ; END /* QNO 4437 CON_ID 16 */
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS  UPDATE `table10_innodb_int_autoinc` SET `col_char_latin1` = 'terrific' WHERE `col_float_not_null_key` = 1 ORDER BY `col_decimal_unsigned_key_default_null`  /* QNO 217 CON_ID 19 */  /* QNO 218 CON_ID 19 */
		   19 Query	INSERT INTO `view_table1_innodb_key_pk_parts_2_int_autoinc` ( `col_enum_utf8_key` ) VALUES ( 7 )  /* QNO 219 CON_ID 19 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS CREATE TRIGGER k AFTER UPDATE ON `table10_innodb_int_autoinc` FOR EACH ROW BEGIN RELEASE SAVEPOINT A ; SET @binlog_format_saved = @@binlog_format ; INSERT INTO `view_table1_innodb` ( `pk` ) VALUES ( NULL ) ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; UPDATE `table0_innodb_key_pk_parts_2_int_autoinc` SET `pk` = 5 WHERE `col_int_unsigned_not_null_key` > 2 LIMIT 9 ; SET BINLOG_FORMAT = @binlog_format_saved ; CALL x () ; END /* QNO 4437 CON_ID 16 */  /* QNO 4438 CON_ID 16 */
		   18 Query	DELETE FROM `table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_int_unsigned_key` = 'intelligent' LIMIT 1  /* QNO 287 CON_ID 18 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS  DELETE FROM `view_table0_innodb` WHERE `col_set_utf8_not_null` = NULL LIMIT 1  /* QNO 218 CON_ID 20 */  /* QNO 220 CON_ID 20 */
		   21 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `table1_innodb` WHERE `col_decimal_unsigned_default_null` = NULL LIMIT 1  /* QNO 204 CON_ID 21 */  RETURNING * /* QNO 205 CON_ID 21 */
		   20 Query	INSERT INTO `table100_innodb_int_autoinc` ( `pk` ) VALUES ( 'murder' )  /* QNO 221 CON_ID 20 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4439 CON_ID 16 */
		   20 Query	DELETE FROM `view_table0_innodb` WHERE `col_decimal_not_null_key` > NULL LIMIT 1  /* QNO 222 CON_ID 20 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4439 CON_ID 16 */  /* QNO 4440 CON_ID 16 */
		   16 Query	SET @a = 'lifestyle'  /* QNO 4441 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 'lifestyle'  /* QNO 4441 CON_ID 16 */  /* QNO 4442 CON_ID 16 */
		   16 Query	UPDATE `view_table1_innodb_key_pk_parts_2_int_autoinc` SET `col_decimal_key_default_null` = @a ORDER BY `col_float_key` LIMIT 9  /* QNO 4443 CON_ID 16 */
		   20 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `view_table0_innodb` WHERE `col_decimal_not_null_key` > NULL LIMIT 1  /* QNO 222 CON_ID 20 */  RETURNING * /* QNO 223 CON_ID 20 */
		   18 Query	SHOW WARNINGS
		   18 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 288 CON_ID 18 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 288 CON_ID 18 */  /* QNO 289 CON_ID 18 */
		   19 Query	SHOW WARNINGS
		   19 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 220 CON_ID 19 */
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 220 CON_ID 19 */  /* QNO 221 CON_ID 19 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS  DELETE FROM `view_table0_innodb` WHERE `col_decimal_not_null_key` > NULL LIMIT 1  /* QNO 222 CON_ID 20 */  /* QNO 224 CON_ID 20 */
		   18 Query	CREATE TRIGGER d BEFORE INSERT ON `table100_innodb` FOR EACH ROW BEGIN SET @binlog_format_saved = @@binlog_format ; INSERT INTO `view_table10_innodb_key_pk_parts_2_int_autoinc` ( `col_set_latin1_default_null` ) VALUES ( 2 ) ; INSERT INTO `table0_innodb` ( `col_float_not_null_key` ) VALUES ( 3 ) ; INSERT INTO `table10_innodb_key_pk_parts_2_int_autoinc` ( `col_enum_latin1_key` ) VALUES ( NULL ) ; UPDATE `table100_innodb_int_autoinc` SET `col_set_utf8_not_null_key` = NULL WHERE `col_bit_key` > NULL ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; SET @a = 2 ; DELETE FROM `view_table1_innodb_int_autoinc` WHERE `col_set_utf8_key` < @a LIMIT 1 ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; INSERT INTO `view_table100_innodb_key_pk_parts_2_int_autoinc` ( `col_float` ) VALUES ( 3 ) ; SET BINLOG_FORMAT = @binlog_format_saved ; CALL q () ; END /* QNO 290 CON_ID 18 */
		   19 Query	FLUSH LOGS /* QNO 222 CON_ID 19 */
/home/elenst/10.2/debug/sql/mysqld, Version: 10.2.14-MariaDB-debug-log (Source distribution). started with:
Tcp port: 19300  Unix socket: /dev/shm/vardir/mysql.sock
Time                 Id Command    Argument
		   20 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 225 CON_ID 20 */
		   21 Query	CREATE OR REPLACE VIEW transforms.view_61263_probe AS  DELETE FROM `table1_innodb` WHERE `col_decimal_unsigned_default_null` = NULL LIMIT 1  /* QNO 204 CON_ID 21 */  /* QNO 206 CON_ID 21 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 225 CON_ID 20 */  /* QNO 226 CON_ID 20 */
		   21 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 207 CON_ID 21 */
		   21 Query	CREATE OR REPLACE VIEW transforms.view_61263_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 207 CON_ID 21 */  /* QNO 208 CON_ID 21 */
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS FLUSH LOGS /* QNO 222 CON_ID 19 */  /* QNO 223 CON_ID 19 */
		   18 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 291 CON_ID 18 */
		   19 Query	COMMIT /* QNO 224 CON_ID 19 */
		   20 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 227 CON_ID 20 */
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS COMMIT /* QNO 224 CON_ID 19 */  /* QNO 225 CON_ID 19 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 291 CON_ID 18 */  /* QNO 292 CON_ID 18 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 227 CON_ID 20 */  /* QNO 228 CON_ID 20 */
		   21 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 209 CON_ID 21 */
		   18 Query	INSERT INTO `table0_innodb_key_pk_parts_2_int_autoinc` ( `col_decimal_unsigned_default_null` ) VALUES ( RAND () )  /* QNO 293 CON_ID 18 */
		   20 Query	SET @a = 8  /* QNO 229 CON_ID 20 */
		   21 Query	CREATE OR REPLACE VIEW transforms.view_61263_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 209 CON_ID 21 */  /* QNO 210 CON_ID 21 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS  SET @a = 8  /* QNO 229 CON_ID 20 */  /* QNO 230 CON_ID 20 */
		   18 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 294 CON_ID 18 */
		   19 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 226 CON_ID 19 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 294 CON_ID 18 */  /* QNO 295 CON_ID 18 */
		   21 Query	UPDATE `view_table10_innodb_key_pk_parts_2_int_autoinc` SET `col_decimal_unsigned_default_null` = RAND() WHERE `col_set_latin1_not_null_key` = 'nation' ORDER BY RAND () LIMIT 8  /* QNO 211 CON_ID 21 */
		   20 Query	UPDATE `view_table1_innodb_int_autoinc` SET `col_decimal_key` = @a ORDER BY `col_char_latin1` LIMIT 1  /* QNO 231 CON_ID 20 */
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 226 CON_ID 19 */  /* QNO 227 CON_ID 19 */
		   19 Query	INSERT INTO `table1_innodb_int_autoinc` ( `col_decimal_unsigned_key_default_null` ) VALUES ( 'toe' )  /* QNO 228 CON_ID 19 */
		   18 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 296 CON_ID 18 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 296 CON_ID 18 */  /* QNO 297 CON_ID 18 */
		   18 Query	DELETE FROM `view_table0_innodb_int_autoinc` WHERE `col_float_not_null_key` < NULL LIMIT 1  /* QNO 298 CON_ID 18 */
		   21 Query	CREATE OR REPLACE VIEW transforms.view_61263_probe AS  UPDATE `view_table10_innodb_key_pk_parts_2_int_autoinc` SET `col_decimal_unsigned_default_null` = RAND() WHERE `col_set_latin1_not_null_key` = 'nation' ORDER BY RAND () LIMIT 8  /* QNO 211 CON_ID 21 */  /* QNO 212 CON_ID 21 */
		   19 Query	SHOW WARNINGS
		   19 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 229 CON_ID 19 */
		   21 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 213 CON_ID 21 */
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 229 CON_ID 19 */  /* QNO 230 CON_ID 19 */
		   21 Query	CREATE OR REPLACE VIEW transforms.view_61263_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 213 CON_ID 21 */  /* QNO 214 CON_ID 21 */
		   18 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 299 CON_ID 18 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 299 CON_ID 18 */  /* QNO 300 CON_ID 18 */
		   19 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 231 CON_ID 19 */
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 231 CON_ID 19 */  /* QNO 232 CON_ID 19 */
		   21 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 215 CON_ID 21 */
		   16 Query	SHOW WARNINGS
		   19 Query	INSERT INTO `table10_innodb_int_autoinc` ( `pk` ) VALUES ( NULL )  /* QNO 233 CON_ID 19 */
		   21 Query	CREATE OR REPLACE VIEW transforms.view_61263_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 215 CON_ID 21 */  /* QNO 216 CON_ID 21 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4444 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4444 CON_ID 16 */  /* QNO 4445 CON_ID 16 */
		   21 Query	UPDATE `view_table10_innodb_key_pk_parts_2_int_autoinc` SET `col_int_unsigned_not_null` = 6 WHERE `col_float_unsigned_default_null` < 'negotiate' ORDER BY `col_float_unsigned`  /* QNO 217 CON_ID 21 */
		   18 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 301 CON_ID 18 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS  UPDATE `view_table1_innodb_int_autoinc` SET `col_decimal_key` = @a ORDER BY `col_char_latin1` LIMIT 1  /* QNO 231 CON_ID 20 */  /* QNO 232 CON_ID 20 */
		   16 Query	FLUSH LOGS /* QNO 4446 CON_ID 16 */
/home/elenst/10.2/debug/sql/mysqld, Version: 10.2.14-MariaDB-debug-log (Source distribution). started with:
Tcp port: 19300  Unix socket: /dev/shm/vardir/mysql.sock
Time                 Id Command    Argument
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 301 CON_ID 18 */  /* QNO 302 CON_ID 18 */
		   20 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 233 CON_ID 20 */
		   18 Query	INSERT INTO `view_table1_innodb` ( `col_enum_latin1` ) VALUES ( 7 )  /* QNO 303 CON_ID 18 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 233 CON_ID 20 */  /* QNO 234 CON_ID 20 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS FLUSH LOGS /* QNO 4446 CON_ID 16 */  /* QNO 4447 CON_ID 16 */
		   20 Query	CREATE TRIGGER a AFTER UPDATE ON `table100_innodb` FOR EACH ROW BEGIN ROLLBACK ; RELEASE SAVEPOINT A ; SET @binlog_format_saved = @@binlog_format ; DELETE FROM `view_table1_innodb_int_autoinc` WHERE `col_float_key` > NULL LIMIT 1 ; SET BINLOG_FORMAT = @binlog_format_saved ; CALL c () ; END /* QNO 235 CON_ID 20 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4448 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4448 CON_ID 16 */  /* QNO 4449 CON_ID 16 */
		   16 Query	INSERT INTO `table0_innodb_key_pk_parts_2_int_autoinc` ( `col_char_latin1` ) VALUES ( 'inspection' )  /* QNO 4450 CON_ID 16 */
		   16 Query	UPDATE `view_table1_innodb` SET `col_enum_utf8_not_null` = 0 WHERE `col_int_unsigned` = 4 ORDER BY `col_enum_utf8_not_null`  /* QNO 4451 CON_ID 16 */
		   21 Query	CREATE OR REPLACE VIEW transforms.view_61263_probe AS  UPDATE `view_table10_innodb_key_pk_parts_2_int_autoinc` SET `col_int_unsigned_not_null` = 6 WHERE `col_float_unsigned_default_null` < 'negotiate' ORDER BY `col_float_unsigned`  /* QNO 217 CON_ID 21 */  /* QNO 218 CON_ID 21 */
		   20 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 236 CON_ID 20 */
		   21 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 219 CON_ID 21 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 236 CON_ID 20 */  /* QNO 237 CON_ID 20 */
		   21 Query	CREATE OR REPLACE VIEW transforms.view_61263_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 219 CON_ID 21 */  /* QNO 220 CON_ID 21 */
		   20 Query	UPDATE `view_table100_innodb_int_autoinc` SET `col_blob_not_null` = NULL WHERE `col_enum_utf8` > 'electronic'  /* QNO 238 CON_ID 20 */
		   21 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 221 CON_ID 21 */
		   21 Query	CREATE OR REPLACE VIEW transforms.view_61263_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 221 CON_ID 21 */  /* QNO 222 CON_ID 21 */
		   19 Query	SHOW WARNINGS
		   21 Query	UPDATE `table1_innodb` SET `col_enum_latin1_key` = RAND() WHERE `col_decimal_unsigned` > 4 ORDER BY RAND () LIMIT 3  /* QNO 223 CON_ID 21 */
		   19 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 234 CON_ID 19 */
		   20 Query	DELETE FROM `view_table100_innodb_int_autoinc` WHERE `col_enum_utf8_key_default_null` > 4 LIMIT 1  /* QNO 239 CON_ID 20 */
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 234 CON_ID 19 */  /* QNO 235 CON_ID 19 */
		   18 Query	SHOW WARNINGS
		   18 Query	DELETE FROM `table10_innodb` WHERE `col_int_unsigned_default_null` = 3 LIMIT 1  /* QNO 304 CON_ID 18 */
		   18 Query	INSERT INTO `view_table100_innodb` ( `col_enum_utf8_key_default_null` ) VALUES ( NULL )  /* QNO 305 CON_ID 18 */
		   20 Query	UPDATE `view_table1_innodb` SET `col_enum_latin1_key` = NULL WHERE `col_char_latin1_key_default_null` < NULL ORDER BY `col_int` LIMIT 7  /* QNO 240 CON_ID 20 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `view_table1_innodb` SET `col_enum_utf8_not_null` = 0 WHERE `col_int_unsigned` = 4 ORDER BY `col_enum_utf8_not_null`  /* QNO 4451 CON_ID 16 */  /* QNO 4452 CON_ID 16 */
		   19 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 236 CON_ID 19 */
		   16 Query	INSERT INTO `view_table1_innodb_int_autoinc` ( `col_bit_not_null` ) VALUES ( 7 )  /* QNO 4453 CON_ID 16 */
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 236 CON_ID 19 */  /* QNO 237 CON_ID 19 */
		   19 Query	INSERT INTO `view_table10_innodb_int_autoinc` ( `col_int_key_default_null` ) VALUES ( 7 )  /* QNO 238 CON_ID 19 */
		   18 Query	INSERT INTO `view_table10_innodb` ( `col_int` ) VALUES ( NULL )  /* QNO 306 CON_ID 18 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS  UPDATE `view_table1_innodb` SET `col_enum_latin1_key` = NULL WHERE `col_char_latin1_key_default_null` < NULL ORDER BY `col_int` LIMIT 7  /* QNO 240 CON_ID 20 */  /* QNO 241 CON_ID 20 */
		   20 Query	DELETE FROM `view_table100_innodb_int_autoinc` WHERE `col_bit` > 9 LIMIT 1  /* QNO 242 CON_ID 20 */
		   18 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 307 CON_ID 18 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 307 CON_ID 18 */  /* QNO 308 CON_ID 18 */
		   18 Query	SAVEPOINT A /* QNO 309 CON_ID 18 */
		   21 Query	CREATE OR REPLACE VIEW transforms.view_61263_probe AS  UPDATE `table1_innodb` SET `col_enum_latin1_key` = RAND() WHERE `col_decimal_unsigned` > 4 ORDER BY RAND () LIMIT 3  /* QNO 223 CON_ID 21 */  /* QNO 224 CON_ID 21 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS SAVEPOINT A /* QNO 309 CON_ID 18 */  /* QNO 310 CON_ID 18 */
		   20 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 243 CON_ID 20 */
		   21 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 225 CON_ID 21 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 243 CON_ID 20 */  /* QNO 244 CON_ID 20 */
		   21 Query	CREATE OR REPLACE VIEW transforms.view_61263_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 225 CON_ID 21 */  /* QNO 226 CON_ID 21 */
		   18 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 311 CON_ID 18 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 311 CON_ID 18 */  /* QNO 312 CON_ID 18 */
		   20 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 245 CON_ID 20 */
		   18 Query	INSERT INTO `table100_innodb_key_pk_parts_2_int_autoinc` ( `col_int_not_null` ) VALUES ( 8 )  /* QNO 313 CON_ID 18 */
		   21 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 227 CON_ID 21 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 245 CON_ID 20 */  /* QNO 246 CON_ID 20 */
		   18 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 314 CON_ID 18 */
		   21 Query	CREATE OR REPLACE VIEW transforms.view_61263_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 227 CON_ID 21 */  /* QNO 228 CON_ID 21 */
		   20 Query	INSERT INTO `table100_innodb` ( `col_decimal_unsigned` ) VALUES ( 'bat' )  /* QNO 247 CON_ID 20 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 314 CON_ID 18 */  /* QNO 315 CON_ID 18 */
		   20 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 248 CON_ID 20 */
		   21 Query	SET @a = NULL  /* QNO 229 CON_ID 21 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 248 CON_ID 20 */  /* QNO 249 CON_ID 20 */
		   21 Query	CREATE OR REPLACE VIEW transforms.view_61263_probe AS  SET @a = NULL  /* QNO 229 CON_ID 21 */  /* QNO 230 CON_ID 21 */
		   18 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 316 CON_ID 18 */
		   21 Query	DELETE FROM `view_table100_innodb_int_autoinc` WHERE `col_bit_not_null` < @a LIMIT 1  /* QNO 231 CON_ID 21 */
		   20 Query	FLUSH LOGS /* QNO 250 CON_ID 20 */
/home/elenst/10.2/debug/sql/mysqld, Version: 10.2.14-MariaDB-debug-log (Source distribution). started with:
Tcp port: 19300  Unix socket: /dev/shm/vardir/mysql.sock
Time                 Id Command    Argument
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 316 CON_ID 18 */  /* QNO 317 CON_ID 18 */
		   16 Query	SHOW WARNINGS
		   16 Query	DELETE FROM `table1_innodb` WHERE `col_int_key_default_null` < 'story' LIMIT 1  /* QNO 4454 CON_ID 16 */
		   18 Query	INSERT INTO `view_table0_innodb_key_pk_parts_2_int_autoinc` ( `pk` ) VALUES ( NULL )  /* QNO 318 CON_ID 18 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4455 CON_ID 16 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS FLUSH LOGS /* QNO 250 CON_ID 20 */  /* QNO 251 CON_ID 20 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4455 CON_ID 16 */  /* QNO 4456 CON_ID 16 */
		   16 Query	FLUSH LOGS /* QNO 4457 CON_ID 16 */
/home/elenst/10.2/debug/sql/mysqld, Version: 10.2.14-MariaDB-debug-log (Source distribution). started with:
Tcp port: 19300  Unix socket: /dev/shm/vardir/mysql.sock
Time                 Id Command    Argument
		   19 Query	SHOW WARNINGS
		   20 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 252 CON_ID 20 */
		   19 Query	DELETE FROM `table100_innodb` WHERE `col_int_unsigned` < 4 LIMIT 1  /* QNO 239 CON_ID 19 */
		   21 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 232 CON_ID 21 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 252 CON_ID 20 */  /* QNO 253 CON_ID 20 */
		   19 Query	DELETE FROM `view_table0_innodb` WHERE `col_enum_utf8_key` = 'marry' LIMIT 1  /* QNO 240 CON_ID 19 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS FLUSH LOGS /* QNO 4457 CON_ID 16 */  /* QNO 4458 CON_ID 16 */
		   21 Query	CREATE OR REPLACE VIEW transforms.view_61263_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 232 CON_ID 21 */  /* QNO 233 CON_ID 21 */
		   18 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 319 CON_ID 18 */
		   20 Query	DELETE FROM `view_table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_enum_utf8` > 6 LIMIT 1  /* QNO 254 CON_ID 20 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 319 CON_ID 18 */  /* QNO 320 CON_ID 18 */
		   16 Query	START TRANSACTION /* QNO 4459 CON_ID 16 */
		   21 Query	FLUSH LOGS /* QNO 234 CON_ID 21 */
/home/elenst/10.2/debug/sql/mysqld, Version: 10.2.14-MariaDB-debug-log (Source distribution). started with:
Tcp port: 19300  Unix socket: /dev/shm/vardir/mysql.sock
Time                 Id Command    Argument
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS START TRANSACTION /* QNO 4459 CON_ID 16 */  /* QNO 4460 CON_ID 16 */
		   18 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 321 CON_ID 18 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4461 CON_ID 16 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 321 CON_ID 18 */  /* QNO 322 CON_ID 18 */
		   21 Query	CREATE OR REPLACE VIEW transforms.view_61263_probe AS FLUSH LOGS /* QNO 234 CON_ID 21 */  /* QNO 235 CON_ID 21 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4461 CON_ID 16 */  /* QNO 4462 CON_ID 16 */
		   18 Query	DELETE FROM `table10_innodb` WHERE `col_decimal_key` = 3 LIMIT 1  /* QNO 323 CON_ID 18 */
		   16 Query	SET @a = 'prisoner'  /* QNO 4463 CON_ID 16 */
		   18 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 324 CON_ID 18 */
		   19 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `view_table0_innodb` WHERE `col_enum_utf8_key` = 'marry' LIMIT 1  /* QNO 240 CON_ID 19 */  RETURNING * /* QNO 241 CON_ID 19 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 'prisoner'  /* QNO 4463 CON_ID 16 */  /* QNO 4464 CON_ID 16 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 324 CON_ID 18 */  /* QNO 325 CON_ID 18 */
		   21 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 236 CON_ID 21 */
		   16 Query	DELETE FROM `table10_innodb` WHERE `col_float_key_default_null` < @a LIMIT 1  /* QNO 4465 CON_ID 16 */
		   21 Query	CREATE OR REPLACE VIEW transforms.view_61263_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 236 CON_ID 21 */  /* QNO 237 CON_ID 21 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4466 CON_ID 16 */
		   21 Query	INSERT INTO `view_table10_innodb_int_autoinc` ( `pk` ) VALUES ( NULL )  /* QNO 238 CON_ID 21 */
		   18 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 326 CON_ID 18 */
		   20 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `view_table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_enum_utf8` > 6 LIMIT 1  /* QNO 254 CON_ID 20 */  RETURNING * /* QNO 255 CON_ID 20 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 326 CON_ID 18 */  /* QNO 327 CON_ID 18 */
		   16 Query	INSERT INTO t4 () VALUES (),(),() /* QNO 4467 CON_ID 16 */
		   18 Query	UPDATE `view_table0_innodb_int_autoinc` SET `col_enum_latin1_not_null_key` = NULL WHERE `col_enum_latin1_default_null` < 'new' LIMIT 0  /* QNO 328 CON_ID 18 */
		   16 Query	SHOW WARNINGS
		   16 Query	FLUSH LOGS /* QNO 4468 CON_ID 16 */
/home/elenst/10.2/debug/sql/mysqld, Version: 10.2.14-MariaDB-debug-log (Source distribution). started with:
Tcp port: 19300  Unix socket: /dev/shm/vardir/mysql.sock
Time                 Id Command    Argument
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS  DELETE FROM `view_table0_innodb` WHERE `col_enum_utf8_key` = 'marry' LIMIT 1  /* QNO 240 CON_ID 19 */  /* QNO 242 CON_ID 19 */
		   19 Query	UPDATE `table1_innodb` SET `col_char_utf8` = 'client' WHERE `col_set_latin1_default_null` < 'butterfly' LIMIT 3  /* QNO 243 CON_ID 19 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS FLUSH LOGS /* QNO 4468 CON_ID 16 */  /* QNO 4469 CON_ID 16 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4470 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4470 CON_ID 16 */  /* QNO 4471 CON_ID 16 */
		   18 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 329 CON_ID 18 */
		   16 Query	DELETE FROM `view_table0_innodb_key_pk_parts_2_int_autoinc` WHERE `col_char_latin1` = 1 LIMIT 1  /* QNO 4472 CON_ID 16 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 329 CON_ID 18 */  /* QNO 330 CON_ID 18 */
		   18 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 331 CON_ID 18 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 331 CON_ID 18 */  /* QNO 332 CON_ID 18 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS  DELETE FROM `view_table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_enum_utf8` > 6 LIMIT 1  /* QNO 254 CON_ID 20 */  /* QNO 256 CON_ID 20 */
		   18 Query	INSERT INTO `view_table0_innodb_key_pk_parts_2_int_autoinc` ( `pk` ) VALUES ( NULL )  /* QNO 333 CON_ID 18 */
		   20 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 257 CON_ID 20 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 257 CON_ID 20 */  /* QNO 258 CON_ID 20 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4473 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4473 CON_ID 16 */  /* QNO 4474 CON_ID 16 */
		   21 Query	SHOW WARNINGS
		   21 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 239 CON_ID 21 */
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS  UPDATE `table1_innodb` SET `col_char_utf8` = 'client' WHERE `col_set_latin1_default_null` < 'butterfly' LIMIT 3  /* QNO 243 CON_ID 19 */  /* QNO 244 CON_ID 19 */
		   21 Query	CREATE OR REPLACE VIEW transforms.view_61263_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 239 CON_ID 21 */  /* QNO 240 CON_ID 21 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4475 CON_ID 16 */
		   20 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 259 CON_ID 20 */
		   18 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 334 CON_ID 18 */
		   19 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 245 CON_ID 19 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4475 CON_ID 16 */  /* QNO 4476 CON_ID 16 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 259 CON_ID 20 */  /* QNO 260 CON_ID 20 */
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 245 CON_ID 19 */  /* QNO 246 CON_ID 19 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 334 CON_ID 18 */  /* QNO 335 CON_ID 18 */
		   16 Query	UPDATE `table1_innodb_int_autoinc` SET `col_float_not_null_key` = RAND() WHERE `col_bit_key_default_null` = 'amount' ORDER BY RAND () LIMIT 5  /* QNO 4477 CON_ID 16 */
		   20 Query	INSERT INTO `view_table10_innodb` ( `col_decimal_default_null` ) VALUES ( 'chamber' )  /* QNO 261 CON_ID 20 */
		   19 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 247 CON_ID 19 */
		   18 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 336 CON_ID 18 */
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 247 CON_ID 19 */  /* QNO 248 CON_ID 19 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 336 CON_ID 18 */  /* QNO 337 CON_ID 18 */
		   19 Query	INSERT INTO `table1_innodb_key_pk_parts_2_int_autoinc` ( `col_float_unsigned_key` ) VALUES ( LAST_INSERT_ID() )  /* QNO 249 CON_ID 19 */
		   18 Query	INSERT INTO `table1_innodb` ( `pk` ) VALUES ( NULL )  /* QNO 338 CON_ID 18 */
		   21 Query	CREATE TRIGGER c BEFORE INSERT ON `view_table100_innodb_key_pk_parts_2_int_autoinc` FOR EACH ROW BEGIN SET @binlog_format_saved = @@binlog_format ; INSERT INTO `table0_innodb_key_pk_parts_2_int_autoinc` ( `col_bit_not_null` ) VALUES ( LAST_INSERT_ID() ) ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; INSERT INTO `view_table0_innodb_key_pk_parts_2_int_autoinc` ( `pk` ) VALUES ( NULL ) ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; SET @a = 0 ; UPDATE `table0_innodb` SET `col_int` = @a ORDER BY `col_int_unsigned_default_null` LIMIT 7 ; SET BINLOG_FORMAT = @binlog_format_saved ; CALL j () ; END /* QNO 241 CON_ID 21 */
		   20 Query	INSERT INTO `table100_innodb_key_pk_parts_2_int_autoinc` ( `col_enum_latin1_key_default_null` ) VALUES ( 'hold' )  /* QNO 262 CON_ID 20 */
		   18 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 339 CON_ID 18 */
		   20 Query	UPDATE `view_table0_innodb_key_pk_parts_2_int_autoinc` SET `col_set_utf8` = NULL WHERE `col_decimal_key` > NULL  /* QNO 263 CON_ID 20 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 339 CON_ID 18 */  /* QNO 340 CON_ID 18 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  UPDATE `table1_innodb_int_autoinc` SET `col_float_not_null_key` = RAND() WHERE `col_bit_key_default_null` = 'amount' ORDER BY RAND () LIMIT 5  /* QNO 4477 CON_ID 16 */  /* QNO 4478 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4479 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4479 CON_ID 16 */  /* QNO 4480 CON_ID 16 */
		   21 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 242 CON_ID 21 */
		   21 Query	CREATE OR REPLACE VIEW transforms.view_61263_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 242 CON_ID 21 */  /* QNO 243 CON_ID 21 */
		   20 Query	INSERT INTO `view_table1_innodb` ( `col_set_utf8_key` ) VALUES ( NULL )  /* QNO 264 CON_ID 20 */
		   18 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 341 CON_ID 18 */
		   21 Query	INSERT INTO `view_table100_innodb_key_pk_parts_2_int_autoinc` ( `col_bit` ) VALUES ( RAND () )  /* QNO 244 CON_ID 21 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4481 CON_ID 16 */
		   19 Query	SHOW WARNINGS
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 341 CON_ID 18 */  /* QNO 342 CON_ID 18 */
		   19 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 250 CON_ID 19 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4481 CON_ID 16 */  /* QNO 4482 CON_ID 16 */
		   18 Query	INSERT INTO `view_table0_innodb_key_pk_parts_2_int_autoinc` ( `col_blob_not_null_key` ) VALUES ( 9 )  /* QNO 343 CON_ID 18 */
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 250 CON_ID 19 */  /* QNO 251 CON_ID 19 */
		   16 Query	UPDATE `table100_innodb_key_pk_parts_2_int_autoinc` SET `col_bit` = NULL WHERE `pk` < 9 ORDER BY `col_bit_default_null` LIMIT 1  /* QNO 4483 CON_ID 16 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4484 CON_ID 16 */
		   19 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 252 CON_ID 19 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4484 CON_ID 16 */  /* QNO 4485 CON_ID 16 */
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 252 CON_ID 19 */  /* QNO 253 CON_ID 19 */
		   19 Query	SET @a = 2  /* QNO 254 CON_ID 19 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4486 CON_ID 16 */
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS  SET @a = 2  /* QNO 254 CON_ID 19 */  /* QNO 255 CON_ID 19 */
		   21 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 245 CON_ID 21 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4486 CON_ID 16 */  /* QNO 4487 CON_ID 16 */
		   18 Query	INSERT INTO `table100_innodb_key_pk_parts_2_int_autoinc` ( `col_bit_key_default_null` ) VALUES ( 3 )  /* QNO 344 CON_ID 18 */
		   19 Query	UPDATE `table1_innodb` SET `col_decimal_unsigned_key_default_null` = @a ORDER BY `col_char_utf8_key` LIMIT 6  /* QNO 256 CON_ID 19 */
		   21 Query	CREATE OR REPLACE VIEW transforms.view_61263_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 245 CON_ID 21 */  /* QNO 246 CON_ID 21 */
		   16 Query	INSERT INTO `view_table1_innodb_int_autoinc` ( `col_float_unsigned_key` ) VALUES ( LAST_INSERT_ID() )  /* QNO 4488 CON_ID 16 */
		   18 Query	INSERT INTO `table0_innodb_int_autoinc` ( `col_set_latin1_not_null_key` ) VALUES ( 8 )  /* QNO 345 CON_ID 18 */
		   18 Query	DELETE FROM `table1_innodb_int_autoinc` WHERE `col_set_utf8` < 9 LIMIT 1  /* QNO 346 CON_ID 18 */
		   21 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 247 CON_ID 21 */
		   21 Query	CREATE OR REPLACE VIEW transforms.view_61263_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 247 CON_ID 21 */  /* QNO 248 CON_ID 21 */
		   20 Query	SHOW WARNINGS
		   21 Query	UPDATE `view_table100_innodb_key_pk_parts_2_int_autoinc` SET `col_char_utf8_not_null_key` = RAND() WHERE `col_float_key` < 1 ORDER BY RAND () LIMIT 0  /* QNO 249 CON_ID 21 */
		   20 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 265 CON_ID 20 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 265 CON_ID 20 */  /* QNO 266 CON_ID 20 */
		   20 Query	ROLLBACK /* QNO 267 CON_ID 20 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS ROLLBACK /* QNO 267 CON_ID 20 */  /* QNO 268 CON_ID 20 */
		   21 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 250 CON_ID 21 */
		   21 Query	CREATE OR REPLACE VIEW transforms.view_61263_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 250 CON_ID 21 */  /* QNO 251 CON_ID 21 */
		   20 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 269 CON_ID 20 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 269 CON_ID 20 */  /* QNO 270 CON_ID 20 */
		   21 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 252 CON_ID 21 */
		   20 Query	UPDATE `view_table10_innodb_int_autoinc` SET `col_set_latin1` = 'bay' WHERE `col_char_utf8_not_null` = 'again' ORDER BY `col_blob_not_null_key`  /* QNO 271 CON_ID 20 */
		   21 Query	CREATE OR REPLACE VIEW transforms.view_61263_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 252 CON_ID 21 */  /* QNO 253 CON_ID 21 */
		   21 Query	INSERT INTO `table1_innodb_key_pk_parts_2_int_autoinc` ( `col_float_not_null` ) VALUES ( RAND () )  /* QNO 254 CON_ID 21 */
		   16 Query	SHOW WARNINGS
		   18 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `table1_innodb_int_autoinc` WHERE `col_set_utf8` < 9 LIMIT 1  /* QNO 346 CON_ID 18 */  RETURNING * /* QNO 347 CON_ID 18 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4489 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4489 CON_ID 16 */  /* QNO 4490 CON_ID 16 */
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS  UPDATE `table1_innodb` SET `col_decimal_unsigned_key_default_null` = @a ORDER BY `col_char_utf8_key` LIMIT 6  /* QNO 256 CON_ID 19 */  /* QNO 257 CON_ID 19 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4491 CON_ID 16 */
		   19 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 258 CON_ID 19 */
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 258 CON_ID 19 */  /* QNO 259 CON_ID 19 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4491 CON_ID 16 */  /* QNO 4492 CON_ID 16 */
		   16 Query	UPDATE `view_table100_innodb_int_autoinc` SET `col_char_utf8_key_default_null` = RAND() WHERE `col_bit_not_null` > 3 ORDER BY RAND ()  /* QNO 4493 CON_ID 16 */
		   19 Query	CREATE EVENT IF NOT EXISTS l ON SCHEDULE EVERY 5 SECOND ON COMPLETION PRESERVE DO BEGIN FLUSH LOGS ; SET @binlog_format_saved = @@binlog_format ; DELETE FROM `view_table100_innodb_int_autoinc` WHERE `col_blob_not_null_key` < RAND() LIMIT 6 ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; INSERT INTO `view_table0_innodb` ( `pk` ) VALUES ( NULL ) ; SET BINLOG_FORMAT = @binlog_format_saved ; CALL g () ; END /* QNO 260 CON_ID 19 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS  DELETE FROM `table1_innodb_int_autoinc` WHERE `col_set_utf8` < 9 LIMIT 1  /* QNO 346 CON_ID 18 */  /* QNO 348 CON_ID 18 */
		   18 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 349 CON_ID 18 */
		   21 Query	SHOW WARNINGS
		   21 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 255 CON_ID 21 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 349 CON_ID 18 */  /* QNO 350 CON_ID 18 */
		   21 Query	CREATE OR REPLACE VIEW transforms.view_61263_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 255 CON_ID 21 */  /* QNO 256 CON_ID 21 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4494 CON_ID 16 */
		   18 Query	OPTIMIZE TABLE t1 /* QNO 351 CON_ID 18 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4494 CON_ID 16 */  /* QNO 4495 CON_ID 16 */
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS CREATE EVENT IF NOT EXISTS l ON SCHEDULE EVERY 5 SECOND ON COMPLETION PRESERVE DO BEGIN FLUSH LOGS ; SET @binlog_format_saved = @@binlog_format ; DELETE FROM `view_table100_innodb_int_autoinc` WHERE `col_blob_not_null_key` < RAND() LIMIT 6 ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; INSERT INTO `view_table0_innodb` ( `pk` ) VALUES ( NULL ) ; SET BINLOG_FORMAT = @binlog_format_saved ; CALL g () ; END /* QNO 260 CON_ID 19 */  /* QNO 261 CON_ID 19 */
		   21 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 257 CON_ID 21 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS OPTIMIZE TABLE t1 /* QNO 351 CON_ID 18 */  /* QNO 352 CON_ID 18 */
		   21 Query	CREATE OR REPLACE VIEW transforms.view_61263_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 257 CON_ID 21 */  /* QNO 258 CON_ID 21 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4496 CON_ID 16 */
		   21 Query	INSERT INTO `table100_innodb_int_autoinc` ( `col_enum_utf8` ) VALUES ( NULL )  /* QNO 259 CON_ID 21 */
		   19 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 262 CON_ID 19 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4496 CON_ID 16 */  /* QNO 4497 CON_ID 16 */
		   18 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 353 CON_ID 18 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS  UPDATE `view_table10_innodb_int_autoinc` SET `col_set_latin1` = 'bay' WHERE `col_char_utf8_not_null` = 'again' ORDER BY `col_blob_not_null_key`  /* QNO 271 CON_ID 20 */  /* QNO 272 CON_ID 20 */
		   21 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 260 CON_ID 21 */
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 262 CON_ID 19 */  /* QNO 263 CON_ID 19 */
		   16 Query	SET @a = 6  /* QNO 4498 CON_ID 16 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 353 CON_ID 18 */  /* QNO 354 CON_ID 18 */
		   21 Query	CREATE OR REPLACE VIEW transforms.view_61263_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 260 CON_ID 21 */  /* QNO 261 CON_ID 21 */
		   20 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 273 CON_ID 20 */
		   19 Query	INSERT INTO `table1_innodb_int_autoinc` ( `col_set_latin1_key_default_null` ) VALUES ( LAST_INSERT_ID() )  /* QNO 264 CON_ID 19 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 6  /* QNO 4498 CON_ID 16 */  /* QNO 4499 CON_ID 16 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 273 CON_ID 20 */  /* QNO 274 CON_ID 20 */
		   18 Query	DELETE FROM `table10_innodb_int_autoinc` WHERE `col_int` > 'discrimination' LIMIT 1  /* QNO 355 CON_ID 18 */
		   16 Query	INSERT INTO `view_table1_innodb_key_pk_parts_2_int_autoinc` ( `col_float_unsigned_not_null_key` ) VALUES ( @a )  /* QNO 4500 CON_ID 16 */
		   21 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 262 CON_ID 21 */
		   20 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 275 CON_ID 20 */
		   21 Query	CREATE OR REPLACE VIEW transforms.view_61263_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 262 CON_ID 21 */  /* QNO 263 CON_ID 21 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 275 CON_ID 20 */  /* QNO 276 CON_ID 20 */
		   21 Query	UPDATE `table100_innodb_key_pk_parts_2_int_autoinc` SET `col_int_unsigned_key` = NULL WHERE `col_char_latin1_key` < NULL ORDER BY `col_blob_key_default_null` LIMIT 9  /* QNO 264 CON_ID 21 */
		   20 Query	INSERT INTO `view_table100_innodb_key_pk_parts_2_int_autoinc` ( `col_float_not_null` ) VALUES ( LAST_INSERT_ID() )  /* QNO 277 CON_ID 20 */
		   21 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 265 CON_ID 21 */
		   21 Query	CREATE OR REPLACE VIEW transforms.view_61263_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 265 CON_ID 21 */  /* QNO 266 CON_ID 21 */
		   21 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 267 CON_ID 21 */
		   20 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 278 CON_ID 20 */
		   21 Query	CREATE OR REPLACE VIEW transforms.view_61263_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 267 CON_ID 21 */  /* QNO 268 CON_ID 21 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 278 CON_ID 20 */  /* QNO 279 CON_ID 20 */
		   21 Query	INSERT INTO `table1_innodb_key_pk_parts_2_int_autoinc` ( `col_int_unsigned_key` ) VALUES ( RAND () )  /* QNO 269 CON_ID 21 */
		   19 Query	SHOW WARNINGS
		   19 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 265 CON_ID 19 */
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 265 CON_ID 19 */  /* QNO 266 CON_ID 19 */
		   20 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 280 CON_ID 20 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 280 CON_ID 20 */  /* QNO 281 CON_ID 20 */
		   18 Query	SHOW WARNINGS
		   20 Query	SET @a = NULL  /* QNO 282 CON_ID 20 */
		   19 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 267 CON_ID 19 */
		   18 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 356 CON_ID 18 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS  SET @a = NULL  /* QNO 282 CON_ID 20 */  /* QNO 283 CON_ID 20 */
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 267 CON_ID 19 */  /* QNO 268 CON_ID 19 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 356 CON_ID 18 */  /* QNO 357 CON_ID 18 */
		   20 Query	UPDATE `view_table1_innodb_int_autoinc` SET `col_enum_utf8_default_null` = @a ORDER BY `col_decimal_unsigned_not_null` LIMIT 1  /* QNO 284 CON_ID 20 */
		   19 Query	INSERT INTO `table100_innodb_int_autoinc` ( `col_char_utf8_not_null_key` ) VALUES ( 'politician' )  /* QNO 269 CON_ID 19 */
		   18 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 358 CON_ID 18 */
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS  INSERT INTO `table100_innodb_int_autoinc` ( `col_char_utf8_not_null_key` ) VALUES ( 'politician' )  /* QNO 269 CON_ID 19 */  /* QNO 270 CON_ID 19 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 358 CON_ID 18 */  /* QNO 359 CON_ID 18 */
		   19 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 271 CON_ID 19 */
		   18 Query	UPDATE `view_table1_innodb_int_autoinc` SET `col_enum_latin1_key` = NULL WHERE `col_set_utf8_default_null` > NULL  /* QNO 360 CON_ID 18 */
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 271 CON_ID 19 */  /* QNO 272 CON_ID 19 */
		   16 Query	SHOW WARNINGS
		   19 Query	DROP TABLE IF EXISTS tmp_rename_61259  /* QNO 273 CON_ID 19 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4501 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4501 CON_ID 16 */  /* QNO 4502 CON_ID 16 */
		   19 Query	SHOW WARNINGS
		   19 Query	RENAME TABLE t4 TO tmp_rename_61259, tmp_rename_61259 TO t4 /* QNO 274 CON_ID 19 */
		   21 Query	SHOW WARNINGS
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4503 CON_ID 16 */
		   21 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 270 CON_ID 21 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4503 CON_ID 16 */  /* QNO 4504 CON_ID 16 */
		   21 Query	CREATE OR REPLACE VIEW transforms.view_61263_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 270 CON_ID 21 */  /* QNO 271 CON_ID 21 */
		   16 Query	SET @a = 7  /* QNO 4505 CON_ID 16 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET @a = 7  /* QNO 4505 CON_ID 16 */  /* QNO 4506 CON_ID 16 */
		   16 Query	INSERT INTO `table1_innodb` ( `col_char_utf8_key_default_null` ) VALUES ( @a )  /* QNO 4507 CON_ID 16 */
		   21 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 272 CON_ID 21 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS  UPDATE `view_table1_innodb_int_autoinc` SET `col_enum_utf8_default_null` = @a ORDER BY `col_decimal_unsigned_not_null` LIMIT 1  /* QNO 284 CON_ID 20 */  /* QNO 285 CON_ID 20 */
		   21 Query	CREATE OR REPLACE VIEW transforms.view_61263_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 272 CON_ID 21 */  /* QNO 273 CON_ID 21 */
		   20 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 286 CON_ID 20 */
		   21 Query	UPDATE `table1_innodb` SET `col_float_unsigned_default_null` = RAND() WHERE `col_decimal_key` = NULL ORDER BY RAND ()  /* QNO 274 CON_ID 21 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 286 CON_ID 20 */  /* QNO 287 CON_ID 20 */
		   21 Query	CREATE OR REPLACE VIEW transforms.view_61263_probe AS  UPDATE `table1_innodb` SET `col_float_unsigned_default_null` = RAND() WHERE `col_decimal_key` = NULL ORDER BY RAND ()  /* QNO 274 CON_ID 21 */  /* QNO 275 CON_ID 21 */
		   20 Query	XA COMMIT 'non_prepared_xid'  /* QNO 288 CON_ID 20 */
		   21 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 276 CON_ID 21 */
		   21 Query	CREATE OR REPLACE VIEW transforms.view_61263_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 276 CON_ID 21 */  /* QNO 277 CON_ID 21 */
		   20 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 289 CON_ID 20 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 289 CON_ID 20 */  /* QNO 290 CON_ID 20 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS  UPDATE `view_table1_innodb_int_autoinc` SET `col_enum_latin1_key` = NULL WHERE `col_set_utf8_default_null` > NULL  /* QNO 360 CON_ID 18 */  /* QNO 361 CON_ID 18 */
		   20 Query	INSERT INTO `view_table1_innodb_int_autoinc` ( `col_bit_key` ) VALUES ( 'violent' )  /* QNO 291 CON_ID 20 */
		   18 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 362 CON_ID 18 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 362 CON_ID 18 */  /* QNO 363 CON_ID 18 */
		   21 Query	CREATE TRIGGER a BEFORE INSERT ON `table1_innodb_int_autoinc` FOR EACH ROW BEGIN FLUSH LOGS ; SET @binlog_format_saved = @@binlog_format ; DELETE FROM `table1_innodb_key_pk_parts_2_int_autoinc` WHERE `col_float_not_null` > 'oral' LIMIT 1 ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; UPDATE `table10_innodb_int_autoinc` SET `col_float_not_null_key` = 'represent' WHERE `col_set_latin1_key_default_null` < NULL ORDER BY `col_int_unsigned_not_null` ; SET BINLOG_FORMAT = @binlog_format_saved ; CALL k () ; END /* QNO 278 CON_ID 21 */
		   18 Query	SELECT * FROM `view_table0_innodb_key_pk_parts_2_int_autoinc` INTO OUTFILE 'load_view_table0_innodb_key_pk_parts_2_int_autoinc'  /* QNO 364 CON_ID 18 */
		   18 Query	LOAD DATA INFILE 'load_view_table0_innodb_key_pk_parts_2_int_autoinc' REPLACE INTO TABLE view_table0_innodb_key_pk_parts_2_int_autoinc /* QNO 365 CON_ID 18 */
		   21 Query	CREATE EVENT IF NOT EXISTS m ON SCHEDULE EVERY 0 SECOND ON COMPLETION PRESERVE DO BEGIN SET @binlog_format_saved = @@binlog_format ; INSERT INTO `view_table10_innodb_int_autoinc` ( `col_char_utf8_key_default_null` ) VALUES ( LAST_INSERT_ID() ) ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; SET @a = 'box' ; INSERT INTO `view_table10_innodb_int_autoinc` ( `col_decimal_unsigned_default_null` ) VALUES ( @a ) ; SET BINLOG_FORMAT = @binlog_format_saved ; SET @binlog_format_saved = @@binlog_format ; DELETE FROM `table100_innodb_key_pk_parts_2_int_autoinc` WHERE `col_set_utf8_key_default_null` = 'accuse' LIMIT 1 ; UPDATE `view_table100_innodb_key_pk_parts_2_int_autoinc` SET `col_blob_key_default_null` = 'wrap' WHERE `col_set_utf8_key` = 'react' LIMIT 7 ; UPDATE `view_table100_innodb_int_autoinc` SET `col_char_utf8_key_default_null` = NULL WHERE `col_blob_key` < 'straw' ; INSERT INTO `table1_innodb` ( `col_set_latin1_key_default_null` ) VALUES ( 5 ) ; SET BINLOG_FORMAT = @binlog_format_saved ; CALL t () ; END /* QNO 279 CON_ID 21 */
		   18 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 366 CON_ID 18 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 366 CON_ID 18 */  /* QNO 367 CON_ID 18 */
		   18 Query	INSERT INTO `table100_innodb_int_autoinc` ( `col_decimal_unsigned` ) VALUES ( LAST_INSERT_ID() )  /* QNO 368 CON_ID 18 */
		   16 Query	SHOW WARNINGS
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4508 CON_ID 16 */
		   18 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 369 CON_ID 18 */
		   21 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 280 CON_ID 21 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4508 CON_ID 16 */  /* QNO 4509 CON_ID 16 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 369 CON_ID 18 */  /* QNO 370 CON_ID 18 */
		   21 Query	CREATE OR REPLACE VIEW transforms.view_61263_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 280 CON_ID 21 */  /* QNO 281 CON_ID 21 */
		   18 Query	SET AUTOCOMMIT = ON /* QNO 371 CON_ID 18 */
		   20 Query	SHOW WARNINGS
		   21 Query	UPDATE `table100_innodb` SET `col_float_unsigned_key` = RAND() WHERE `col_char_latin1_key` > NULL ORDER BY RAND ()  /* QNO 282 CON_ID 21 */
		   16 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 4510 CON_ID 16 */
		   20 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 292 CON_ID 20 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS SET AUTOCOMMIT = ON /* QNO 371 CON_ID 18 */  /* QNO 372 CON_ID 18 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 4510 CON_ID 16 */  /* QNO 4511 CON_ID 16 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 292 CON_ID 20 */  /* QNO 293 CON_ID 20 */
		   21 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 283 CON_ID 21 */
		   18 Query	START TRANSACTION /* QNO 373 CON_ID 18 */
		   16 Query	DELETE FROM `view_table100_innodb` WHERE `col_decimal_not_null_key` = NULL LIMIT 1  /* QNO 4512 CON_ID 16 */
		   21 Query	CREATE OR REPLACE VIEW transforms.view_61263_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 283 CON_ID 21 */  /* QNO 284 CON_ID 21 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS START TRANSACTION /* QNO 373 CON_ID 18 */  /* QNO 374 CON_ID 18 */
		   20 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 294 CON_ID 20 */
		   21 Query	SELECT * FROM `table1_innodb_key_pk_parts_2_int_autoinc` LIMIT 2 INTO OUTFILE tmpnam  /* QNO 285 CON_ID 21 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 294 CON_ID 20 */  /* QNO 295 CON_ID 20 */
		   18 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 375 CON_ID 18 */
		   21 Query	LOAD DATA INFILE tmpnam REPLACE INTO TABLE `table0_innodb_key_pk_parts_2_int_autoinc` /* QNO 286 CON_ID 21 */
		   20 Query	SET @a = 'speaker'  /* QNO 296 CON_ID 20 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 375 CON_ID 18 */  /* QNO 376 CON_ID 18 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS  SET @a = 'speaker'  /* QNO 296 CON_ID 20 */  /* QNO 297 CON_ID 20 */
		   16 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4513 CON_ID 16 */
		   18 Query	UPDATE `table10_innodb` SET `col_decimal_unsigned_key` = 'brown' WHERE `col_float_not_null` > 'outstanding' ORDER BY `col_float_key`  /* QNO 377 CON_ID 18 */
		   16 Query	CREATE OR REPLACE VIEW transforms.view_61254_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 4513 CON_ID 16 */  /* QNO 4514 CON_ID 16 */
		   21 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 287 CON_ID 21 */
		   20 Query	DELETE FROM `view_table0_innodb_key_pk_parts_2_int_autoinc` WHERE `col_bit_not_null` < @a LIMIT 1  /* QNO 298 CON_ID 20 */
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS  RENAME TABLE t4 TO tmp_rename_61259, tmp_rename_61259 TO t4 /* QNO 274 CON_ID 19 */  /* QNO 275 CON_ID 19 */
		   18 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 378 CON_ID 18 */
		   21 Query	CREATE OR REPLACE VIEW transforms.view_61263_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 287 CON_ID 21 */  /* QNO 288 CON_ID 21 */
		   16 Query	INSERT INTO `view_table1_innodb` SELECT * FROM `table0_innodb` /* QNO 4515 CON_ID 16 */
		   21 Query	UPDATE `table1_innodb` SET `col_int_unsigned` = 4 WHERE `col_enum_utf8_key_default_null` > 3 ORDER BY `col_char_utf8_not_null` LIMIT 9  /* QNO 289 CON_ID 21 */
		   19 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 276 CON_ID 19 */
		   18 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 379 CON_ID 18 */
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 276 CON_ID 19 */  /* QNO 277 CON_ID 19 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 379 CON_ID 18 */  /* QNO 380 CON_ID 18 */
		   19 Query	INSERT INTO `table0_innodb` ( `col_float_key` ) VALUES ( NULL )  /* QNO 278 CON_ID 19 */
		   18 Query	SET @a = 'wound'  /* QNO 381 CON_ID 18 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS  SET @a = 'wound'  /* QNO 381 CON_ID 18 */  /* QNO 382 CON_ID 18 */
		   20 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 299 CON_ID 20 */
		   18 Query	DELETE FROM `view_table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_int_unsigned_not_null_key` < @a LIMIT 1  /* QNO 383 CON_ID 18 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 299 CON_ID 20 */  /* QNO 300 CON_ID 20 */
		   20 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 301 CON_ID 20 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 301 CON_ID 20 */  /* QNO 302 CON_ID 20 */
		   19 Query	SHOW WARNINGS
		   20 Query	SET @a = 'grandmother'  /* QNO 303 CON_ID 20 */
		   19 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 279 CON_ID 19 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS  SET @a = 'grandmother'  /* QNO 303 CON_ID 20 */  /* QNO 304 CON_ID 20 */
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 279 CON_ID 19 */  /* QNO 280 CON_ID 19 */
		   20 Query	INSERT INTO `table10_innodb_key_pk_parts_2_int_autoinc` ( `col_enum_utf8_default_null` ) VALUES ( @a )  /* QNO 305 CON_ID 20 */
		   19 Query	XA ROLLBACK 'non_idle_xid'  /* QNO 281 CON_ID 19 */
		   19 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 282 CON_ID 19 */
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 282 CON_ID 19 */  /* QNO 283 CON_ID 19 */
		   18 Query	/* GenTest::Transform::ExecuteAsDeleteReturning */  DELETE FROM `view_table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_int_unsigned_not_null_key` < @a LIMIT 1  /* QNO 383 CON_ID 18 */  RETURNING * /* QNO 384 CON_ID 18 */
		   19 Query	SET @a = 4  /* QNO 284 CON_ID 19 */
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS  SET @a = 4  /* QNO 284 CON_ID 19 */  /* QNO 285 CON_ID 19 */
		   19 Query	UPDATE `view_table100_innodb_key_pk_parts_2_int_autoinc` SET `col_blob` = @a ORDER BY `col_char_latin1_key` LIMIT 3  /* QNO 286 CON_ID 19 */
		   19 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 287 CON_ID 19 */
		   20 Query	SHOW WARNINGS
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 287 CON_ID 19 */  /* QNO 288 CON_ID 19 */
		   20 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 306 CON_ID 20 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 306 CON_ID 20 */  /* QNO 307 CON_ID 20 */
		   19 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 289 CON_ID 19 */
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 289 CON_ID 19 */  /* QNO 290 CON_ID 19 */
		   20 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 308 CON_ID 20 */
		   19 Query	DELETE FROM `view_table100_innodb` WHERE `col_char_utf8_not_null` < NULL LIMIT 1  /* QNO 291 CON_ID 19 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 308 CON_ID 20 */  /* QNO 309 CON_ID 20 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS  DELETE FROM `view_table10_innodb_key_pk_parts_2_int_autoinc` WHERE `col_int_unsigned_not_null_key` < @a LIMIT 1  /* QNO 383 CON_ID 18 */  /* QNO 385 CON_ID 18 */
		   20 Query	INSERT INTO `table10_innodb_key_pk_parts_2_int_autoinc` ( `col_int_unsigned` ) VALUES ( 'request' )  /* QNO 310 CON_ID 20 */
		   18 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 386 CON_ID 18 */
		   19 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 292 CON_ID 19 */
		   19 Query	CREATE OR REPLACE VIEW transforms.view_61259_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 292 CON_ID 19 */  /* QNO 293 CON_ID 19 */
		   18 Query	ALTER TABLE t3 /*!100301 WAIT 2 */ DROP FOREIGN KEY b, DROP COLUMN IF EXISTS tcol4, ALGORITHM=INPLACE  /* QNO 387 CON_ID 18 */
		   19 Query	INSERT INTO `view_table10_innodb_int_autoinc` SELECT * FROM `view_table1_innodb_int_autoinc` /* QNO 294 CON_ID 19 */
		   18 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 388 CON_ID 18 */
		   20 Query	SHOW WARNINGS
		   20 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 311 CON_ID 20 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 388 CON_ID 18 */  /* QNO 389 CON_ID 18 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 311 CON_ID 20 */  /* QNO 312 CON_ID 20 */
		   18 Query	UPDATE `view_table10_innodb_key_pk_parts_2_int_autoinc` SET `col_enum_latin1_not_null_key` = NULL WHERE `col_enum_utf8_not_null_key` > 5  /* QNO 390 CON_ID 18 */
		   20 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 313 CON_ID 20 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 313 CON_ID 20 */  /* QNO 314 CON_ID 20 */
		   20 Query	UPDATE `view_table100_innodb` SET `col_enum_latin1_key_default_null` = RAND() WHERE `col_set_utf8_default_null` < NULL ORDER BY RAND () LIMIT 9  /* QNO 315 CON_ID 20 */
		   20 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 316 CON_ID 20 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 316 CON_ID 20 */  /* QNO 317 CON_ID 20 */
		   20 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 318 CON_ID 20 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS  UPDATE `view_table10_innodb_key_pk_parts_2_int_autoinc` SET `col_enum_latin1_not_null_key` = NULL WHERE `col_enum_utf8_not_null_key` > 5  /* QNO 390 CON_ID 18 */  /* QNO 391 CON_ID 18 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 318 CON_ID 20 */  /* QNO 319 CON_ID 20 */
		   18 Query	UPDATE `table100_innodb_key_pk_parts_2_int_autoinc` SET `col_float_unsigned_key` = 7 WHERE `col_set_latin1_key_default_null` > 'remark' LIMIT 1  /* QNO 392 CON_ID 18 */
		   20 Query	INSERT INTO `table0_innodb` ( `col_char_utf8_not_null` ) VALUES ( RAND () )  /* QNO 320 CON_ID 20 */
		   18 Query	UPDATE `view_table100_innodb_key_pk_parts_2_int_autoinc` SET `col_enum_utf8_key_default_null` = 3 WHERE `col_float_default_null` < NULL ORDER BY `col_enum_latin1_key_default_null` LIMIT 4  /* QNO 393 CON_ID 18 */
		   18 Query	DELETE FROM `table0_innodb_int_autoinc` WHERE `col_int_unsigned_default_null` < 'distant' LIMIT 1  /* QNO 394 CON_ID 18 */
		   18 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 395 CON_ID 18 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 395 CON_ID 18 */  /* QNO 396 CON_ID 18 */
		   18 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 397 CON_ID 18 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 397 CON_ID 18 */  /* QNO 398 CON_ID 18 */
		   18 Query	DELETE FROM `table10_innodb` WHERE `col_decimal_key` > NULL LIMIT 1  /* QNO 399 CON_ID 18 */
		   20 Query	SHOW WARNINGS
		   18 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 400 CON_ID 18 */
		   20 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 321 CON_ID 20 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 400 CON_ID 18 */  /* QNO 401 CON_ID 18 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 321 CON_ID 20 */  /* QNO 322 CON_ID 20 */
		   18 Query	ROLLBACK TO SAVEPOINT A /* QNO 402 CON_ID 18 */
		   18 Query	SAVEPOINT A /* QNO 403 CON_ID 18 */
		   20 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 323 CON_ID 20 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS SAVEPOINT A /* QNO 403 CON_ID 18 */  /* QNO 404 CON_ID 18 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 323 CON_ID 20 */  /* QNO 324 CON_ID 20 */
		   20 Query	INSERT INTO `table100_innodb_key_pk_parts_2_int_autoinc` ( `pk` ) VALUES ( NULL )  /* QNO 325 CON_ID 20 */
		   18 Query	XA ROLLBACK 'non_prepared_xid'  /* QNO 405 CON_ID 18 */
		   20 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 326 CON_ID 20 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 326 CON_ID 20 */  /* QNO 327 CON_ID 20 */
		   18 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 406 CON_ID 18 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 406 CON_ID 18 */  /* QNO 407 CON_ID 18 */
		   20 Query	XA END 'inactive_xid'  /* QNO 328 CON_ID 20 */
		   18 Query	INSERT INTO `view_table0_innodb_key_pk_parts_2_int_autoinc` ( `col_char_utf8_key` ) VALUES ( 6 )  /* QNO 408 CON_ID 18 */
		   20 Query	XA RECOVER /* QNO 329 CON_ID 20 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS XA RECOVER /* QNO 329 CON_ID 20 */  /* QNO 330 CON_ID 20 */
		   20 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 331 CON_ID 20 */
		   20 Query	CREATE OR REPLACE VIEW transforms.view_61261_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 331 CON_ID 20 */  /* QNO 332 CON_ID 20 */
		   18 Query	SET BINLOG_FORMAT = @binlog_format_saved /* QNO 409 CON_ID 18 */
		   20 Query	DELETE FROM `table0_innodb` WHERE `col_char_utf8_default_null` < RAND()  /* QNO 333 CON_ID 20 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS  SET BINLOG_FORMAT = @binlog_format_saved /* QNO 409 CON_ID 18 */  /* QNO 410 CON_ID 18 */
		   18 Query	ROLLBACK /* QNO 411 CON_ID 18 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS ROLLBACK /* QNO 411 CON_ID 18 */  /* QNO 412 CON_ID 18 */
		   18 Query	SET @binlog_format_saved = @@binlog_format  /* QNO 413 CON_ID 18 */
		   18 Query	CREATE OR REPLACE VIEW transforms.view_61257_probe AS SET @binlog_format_saved = @@binlog_format  /* QNO 413 CON_ID 18 */  /* QNO 414 CON_ID 18 */
		   18 Query	INSERT INTO `table1_innodb` ( `col_int_not_null_key` ) VALUES ( NULL )  /* QNO 415 CON_ID 18 */
		   18 Query	INSERT INTO `view_table10_innodb_key_pk_parts_2_int_autoinc` ( `col_enum_utf8` ) VALUES ( NULL )  /* QNO 416 CON_ID 18 */
		   18 Query	SHOW WARNINGS
		   18 Query	DELETE FROM `view_table0_innodb_int_autoinc` WHERE `col_float_not_null_key` = 4 LIMIT 1  /* QNO 417 CON_ID 18 */
