flush tables; set global table_open_cache=1; set global myisam_use_mmap=1; set global concurrent_insert=0; set global key_buffer_size=8; DROP TABLE IF EXISTS `t1`; CREATE TABLE `t1` ( `a1` int(10) unsigned zerofill NOT NULL, `col0` char(113) CHARACTER SET utf8 NOT NULL, `col1` float NOT NULL, `col2` double unsigned DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1 MIN_ROWS=9733880 MAX_ROWS=3722623 PACK_KEYS=0 ROW_FORMAT=COMPACT; DROP TABLE IF EXISTS `t2`; CREATE TABLE `t2` ( `a2` int(10) unsigned NOT NULL, `col3` text NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1 MIN_ROWS=3712211 MAX_ROWS=8283278 PACK_KEYS=1 CHECKSUM=1 DELAY_KEY_WRITE=1 ROW_FORMAT=COMPACT; DROP TABLE IF EXISTS `t3`; CREATE TABLE `t3` ( `a3` int(10) unsigned zerofill NOT NULL, `col4` float unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`col4`) USING HASH KEY_BLOCK_SIZE=16384, KEY `idx1` (`col4`) USING HASH ) ENGINE=MyISAM DEFAULT CHARSET=latin1 MIN_ROWS=9717911 MAX_ROWS=4467748 PACK_KEYS=0 ROW_FORMAT=COMPACT; DROP TABLE IF EXISTS `t4`; CREATE TABLE `t4` ( `a4` int(10) unsigned zerofill NOT NULL, `col5` int(10) unsigned zerofill DEFAULT NULL, `col6` bigint(20) unsigned zerofill NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1 MIN_ROWS=6394793 MAX_ROWS=8110177 PACK_KEYS=1 CHECKSUM=1 ROW_FORMAT=COMPACT; DROP TABLE IF EXISTS `t5`; CREATE TABLE `t5` ( `a5` int(10) unsigned NOT NULL, `col7` smallint(5) unsigned zerofill DEFAULT NULL, `col8` double unsigned DEFAULT NULL, `col9` date DEFAULT NULL, `col10` mediumtext NOT NULL, PRIMARY KEY (`a5`) USING HASH KEY_BLOCK_SIZE=16384, UNIQUE KEY `idx2` (`a5`) USING HASH ) ENGINE=MyISAM DEFAULT CHARSET=latin1 MIN_ROWS=2602963 MAX_ROWS=9714320 PACK_KEYS=0 CHECKSUM=1 ROW_FORMAT=COMPACT; DROP TABLE IF EXISTS `t6`; CREATE TABLE `t6` ( `a6` int(10) unsigned zerofill NOT NULL, `col11` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `col12` varchar(137) CHARACTER SET utf8 NOT NULL, `col13` varchar(25) NOT NULL, `col14` blob NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1 MIN_ROWS=4057579 MAX_ROWS=8777012 PACK_KEYS=1 DELAY_KEY_WRITE=1 ROW_FORMAT=COMPACT; DROP TABLE IF EXISTS `t7`; CREATE TABLE `t7` ( `a7` int(10) unsigned zerofill NOT NULL, `col15` double unsigned zerofill NOT NULL, `col16` double unsigned zerofill NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1 MIN_ROWS=8835402 MAX_ROWS=6366643 PACK_KEYS=1 ROW_FORMAT=COMPACT; DROP TABLE IF EXISTS `t8`; CREATE TABLE `t8` ( `a8` int(11) NOT NULL, `col17` double unsigned zerofill DEFAULT NULL, `col18` time DEFAULT NULL, `col19` decimal(33,28) NOT NULL, `col20` int(10) unsigned NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1 MIN_ROWS=6359623 MAX_ROWS=2048313 PACK_KEYS=1 ROW_FORMAT=COMPACT; DROP TABLE IF EXISTS `t9`; CREATE TABLE `t9` ( `a9` int(10) unsigned zerofill NOT NULL, `col21` time NOT NULL, `col22` decimal(46,6) NOT NULL, `col23` char(160) CHARACTER SET utf8 NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1 MIN_ROWS=7678390 MAX_ROWS=286428 PACK_KEYS=0 CHECKSUM=1 ROW_FORMAT=COMPACT; set names utf8 ; replace into `test`.`t3` set `a3` = null, `col4` = 0.7135E77 ; replace into `test`.`t8` set `a8` = 451329, `col17` = 0.6714E43, `col18` = convert_tz(now(),'+00:00','-08:00'), `col19` = 9.22337203685E+18, `col20` = 16777215 ; replace into `test`.`t5` set `col10` = 'mki', `col7` = 0, `col8` = 126, `col9` = current_date(), `a5` = -19741 ; replace into `test`.`t7` set `a7` = 8388607, `col15` = 128, `col16` = null ; replace into `test`.`t2` set `a2` = 0.7839E42, `col3` = '' ; commit ; start transaction ; replace into `test`.`t2` set `a2` = -4313, `col3` = 'mg' ; replace into `test`.`t5` set `col10` = '', `col7` = 0E97, `col8` = 0.912, `col9` = timestamp(now()), `a5` = 0.4038E77 ; replace into `test`.`t7` set `a7` = 0.6378, `col15` = null, `col16` = 0 ; replace into `test`.`t7` set `a7` = 0.0017, `col15` = -32769, `col16` = 57240 ; replace into `test`.`t8` set `a8` = -2138811000, `col17` = 8388606, `col18` = utc_date(), `col19` = 0, `col20` = -9.22337203685E+18 ; commit ; start transaction ; replace into `test`.`t5` set `col10` = 'cqizh', `col7` = 0.0328, `col8` = 0, `col9` = from_unixtime(unix_timestamp()), `a5` = -127 ; replace into `test`.`t5` set `col10` = 'svbj', `col7` = 2147483646, `col8` = 15454965, `col9` = utc_timestamp(), `a5` = 0.6105 ; replace into `test`.`t9` set `a9` = 0, `col21` = str_to_date(now(),'%d,%m,%Y'), `col22` = 2147483648, `col23` = 'kr' ; replace into `test`.`t7` set `a7` = -2147483649, `col15` = 0.4275, `col16` = 0.4486E-87 ; replace into `test`.`t1` set `a1` = 0.1815, `col0` = 'n', `col1` = -21280, `col2` = 1.84467440737E+19 ; commit ; start transaction ; replace into `test`.`t1` set `a1` = -1, `col0` = 'xtakb', `col1` = null, `col2` = 0.4732E43 ; replace into `test`.`t8` set `a8` = 4294967295, `col17` = 1.84467440737E+19, `col18` = current_time(), `col19` = 0.728E-33, `col20` = 0 ; replace into `test`.`t3` set `a3` = -1, `col4` = -64E51 ; replace into `test`.`t7` set `a7` = 32766, `col15` = 0.0252E10, `col16` = 0 ; replace into `test`.`t2` set `a2` = null, `col3` = 'wxeea' ; commit ; start transaction ; replace into `test`.`t2` set `a2` = 0, `col3` = 'ixb' ; replace into `test`.`t9` set `a9` = -1, `col21` = makedate(12,142), `col22` = 10133801, `col23` = 'osci' ; replace into `test`.`t4` set `a4` = 0, `col5` = 49607E87, `col6` = -17424 ; replace into `test`.`t5` set `col10` = 'nms', `col7` = 0, `col8` = 0.8951E40, `col9` = localtimestamp(), `a5` = -7085573 ; replace into `test`.`t8` set `a8` = 6577364, `col17` = 0.5368, `col18` = convert_tz(now(),'+00:00','-08:00'), `col19` = -32767, `col20` = 0.0118 ; commit ; start transaction ; replace into `test`.`t7` set `a7` = 29998, `col15` = 0.5585E-91, `col16` = 65536 ; replace into `test`.`t1` set `a1` = 0, `col0` = 'wj', `col1` = 65536, `col2` = 0.1869 ; replace into `test`.`t5` set `col10` = 'tyq', `col7` = -9.22337203685E+18, `col8` = 0.5535, `col9` = from_unixtime(unix_timestamp()), `a5` = 24 ; replace into `test`.`t4` set `a4` = 4294967296, `col5` = 21704, `col6` = 8388606 ; replace into `test`.`t5` set `col10` = '', `col7` = -9.22337203685E+18, `col8` = 2147483646, `col9` = '2010-10-03', `a5` = 0 ; commit ; start transaction ; replace into `test`.`t4` set `a4` = -9.22337203685E+18, `col5` = 0.6955E-15, `col6` = 9.22337203685E+18 ; replace into `test`.`t9` set `a9` = 56987, `col21` = '07:20:52', `col22` = -32769, `col23` = 'ars' ; replace into `test`.`t4` set `a4` = 0.5708E79, `col5` = 65534, `col6` = 169 ; replace into `test`.`t1` set `a1` = null, `col0` = 'xl', `col1` = 0.5192E40, `col2` = null ; replace into `test`.`t2` set `a2` = 0.5683E-36, `col3` = '' ; commit ; start transaction ; replace into `test`.`t6` set `a6` = 0, `col11` = current_date, `col12` = 'x', `col13` = 'rw', `col14` = "|\0" ; replace into `test`.`t1` set `a1` = 0.3135, `col0` = '', `col1` = 0.4059E-73, `col2` = 113 ; replace into `test`.`t6` set `a6` = -32769, `col11` = utc_time(), `col12` = '', `col13` = 'rvct', `col14` = "@2" ; replace into `test`.`t6` set `a6` = 0.9063E-99, `col11` = makedate(1218,193), `col12` = 'qwgl', `col13` = 't', `col14` = "e/" ; replace into `test`.`t4` set `a4` = 1, `col5` = 32766, `col6` = -129 ; commit ; start transaction ; replace into `test`.`t9` set `a9` = 59, `col21` = convert_tz(now(),'+00:00','-08:00'), `col22` = 0.8233E-8, `col23` = 'o' ; replace into `test`.`t3` set `a3` = -10482E-12, `col4` = 0.9852E-29 ; replace into `test`.`t9` set `a9` = 7420921, `col21` = '14:36:39', `col22` = -19570, `col23` = 'nny' ; replace into `test`.`t8` set `a8` = -1719361, `col17` = 0, `col18` = '14:40:55', `col19` = 0, `col20` = 0.9443 ; replace into `test`.`t3` set `a3` = 0.1531, `col4` = 158 ; commit ; start transaction ; replace into `test`.`t7` set `a7` = 65534, `col15` = -32769, `col16` = 0.8132 ; replace into `test`.`t1` set `a1` = 63628, `col0` = 'xti', `col1` = 326759386E15, `col2` = -129 ; replace into `test`.`t6` set `a6` = 32768, `col11` = null, `col12` = 'pygjy', `col13` = 'ngm', `col14` = "" ; replace into `test`.`t4` set `a4` = 120, `col5` = 25652, `col6` = 2939 ; replace into `test`.`t3` set `a3` = -8388609, `col4` = 0 ; commit ; start transaction ; replace into `test`.`t9` set `a9` = -29, `col21` = '15:16:04', `col22` = -9.22337203685E+18, `col23` = 'j' ; replace into `test`.`t7` set `a7` = -1720, `col15` = -8388607, `col16` = 60 ; replace into `test`.`t5` set `col10` = 'rtkv', `col7` = 4978869E61, `col8` = 0.0789, `col9` = utc_timestamp(), `a5` = 0 ; replace into `test`.`t8` set `a8` = -2546096, `col17` = 0, `col18` = convert_tz(now(),'+00:00','-08:00'), `col19` = -1, `col20` = 4294967295 ; replace into `test`.`t8` set `a8` = -1, `col17` = 0.1607, `col18` = curdate(), `col19` = null, `col20` = 1.84467440737E+19 ; commit ; start transaction ; replace into `test`.`t1` set `a1` = 187, `col0` = 'zxbvc', `col1` = -953137616, `col2` = 128 ; replace into `test`.`t6` set `a6` = 0.6448, `col11` = localtime(), `col12` = 'v', `col13` = 'a', `col14` = "" ; replace into `test`.`t6` set `a6` = 0, `col11` = makedate(1780,255), `col12` = 'yxa', `col13` = 'gwzbh', `col14` = "E" ; replace into `test`.`t2` set `a2` = -1857667728, `col3` = 'fmsv' ; replace into `test`.`t2` set `a2` = -2677, `col3` = 'hrdgx' ; commit ; start transaction ; replace into `test`.`t5` set `col10` = 'mggr', `col7` = null, `col8` = 1, `col9` = current_date, `a5` = -20 ; replace into `test`.`t9` set `a9` = -9.22337203685E+18, `col21` = date_add(now(),interval 1405.5 minute_second), `col22` = 32767, `col23` = 'wfeym' ; replace into `test`.`t7` set `a7` = 1.84467440737E+19, `col15` = 3539092, `col16` = -32769 ; replace into `test`.`t9` set `a9` = 0.0411E99, `col21` = date_sub(now(),interval -2354.7 day_hour), `col22` = 0, `col23` = 'u' ; replace into `test`.`t7` set `a7` = -1, `col15` = 184, `col16` = 745109632 ; commit ; start transaction ; replace into `test`.`t7` set `a7` = 0, `col15` = 16777215, `col16` = 9.22337203685E+18 ; replace into `test`.`t2` set `a2` = 98, `col3` = 'ik' ; replace into `test`.`t2` set `a2` = null, `col3` = 'zowit' ; replace into `test`.`t1` set `a1` = 0.1379E-66, `col0` = 'xl', `col1` = -1, `col2` = 4644170 ; replace into `test`.`t8` set `a8` = 69, `col17` = 169, `col18` = convert_tz(now(),'+00:00','-08:00'), `col19` = 4294967294, `col20` = 24689 ; commit ; start transaction ; replace into `test`.`t8` set `a8` = 0.3583, `col17` = 415025686, `col18` = '13:04:33', `col19` = 0.8583E-38, `col20` = 0 ; replace into `test`.`t5` set `col10` = 'o', `col7` = 0, `col8` = 2147483647, `col9` = curdate(), `a5` = 128 ; replace into `test`.`t2` set `a2` = 1.84467440737E+19, `col3` = 'fita' ; replace into `test`.`t6` set `a6` = 0.7586E-65, `col11` = '2011-07-01 19:50:29', `col12` = 'zvm', `col13` = 'wukg', `col14` = "o" ; replace into `test`.`t1` set `a1` = 0, `col0` = 'jem', `col1` = null, `col2` = -56E11 ; commit ; start transaction ; replace into `test`.`t2` set `a2` = 0, `col3` = '' ; replace into `test`.`t2` set `a2` = 16, `col3` = 'hyiox' ; replace into `test`.`t4` set `a4` = 20563, `col5` = 0, `col6` = 0E86 ; replace into `test`.`t6` set `a6` = -127, `col11` = '2011-08-11 16:29:50', `col12` = 'oh', `col13` = 'lc', `col14` = "$u`" ; replace into `test`.`t8` set `a8` = 0, `col17` = 65536, `col18` = makedate(1416,85), `col19` = 0, `col20` = 0 ; commit ; start transaction ; replace into `test`.`t6` set `a6` = 0.6444, `col11` = timestamp(now()), `col12` = 'qtbq', `col13` = 'us', `col14` = "" ; replace into `test`.`t4` set `a4` = 159E36, `col5` = 0.0576E-74, `col6` = 0.5142E28 ; replace into `test`.`t7` set `a7` = 61, `col15` = 65535, `col16` = 42077 ; replace into `test`.`t3` set `a3` = 0.3947, `col4` = null ; replace into `test`.`t5` set `col10` = 'uegb', `col7` = 148, `col8` = 0, `col9` = timestamp(now()), `a5` = 0 ; commit ; start transaction ; replace into `test`.`t8` set `a8` = 0.8736E87, `col17` = 9.22337203685E+18, `col18` = current_date, `col19` = -113, `col20` = 1 ; replace into `test`.`t2` set `a2` = 72, `col3` = 'snaxu' ; replace into `test`.`t8` set `a8` = 8388607, `col17` = -8388609, `col18` = '09:52:18', `col19` = 0.8665, `col20` = 14053E44 ; replace into `test`.`t1` set `a1` = 0.2884E-46, `col0` = 'yvjhj', `col1` = 2147483646, `col2` = 2084216678 ; replace into `test`.`t6` set `a6` = null, `col11` = '2011-03-11 00:23:00', `col12` = 'dbkl', `col13` = 'gzp', `col14` = "-" ; commit ; start transaction ; replace into `test`.`t1` set `a1` = 0, `col0` = 'ijxnp', `col1` = 0.1696, `col2` = null ; replace into `test`.`t7` set `a7` = -9.22337203685E+18, `col15` = 0, `col16` = null ; replace into `test`.`t6` set `a6` = -32768, `col11` = '2011-06-04 14:08:40', `col12` = 'zgk', `col13` = 'nydre', `col14` = "" ; replace into `test`.`t2` set `a2` = 32768, `col3` = 'h' ; replace into `test`.`t4` set `a4` = 15607226, `col5` = 0, `col6` = 0 ; commit ; start transaction ; replace into `test`.`t5` set `col10` = 'hnfnt', `col7` = 37, `col8` = 203, `col9` = current_time(), `a5` = -129 ; replace into `test`.`t4` set `a4` = -32769, `col5` = 0, `col6` = 0 ; replace into `test`.`t9` set `a9` = -2147483648, `col21` = now(), `col22` = 43379, `col23` = 'k' ; replace into `test`.`t5` set `col10` = 'by', `col7` = 0.4156E92, `col8` = null, `col9` = utc_time(), `a5` = 0.4444 ; replace into `test`.`t3` set `a3` = 109, `col4` = 0.2912 ; commit ; start transaction ; replace into `test`.`t3` set `a3` = 0, `col4` = -2147483649 ; replace into `test`.`t8` set `a8` = -3749657E-75, `col17` = 0.391E46, `col18` = str_to_date(now(),'%d,%m,%Y'), `col19` = 2219820, `col20` = 1.84467440737E+19 ; replace into `test`.`t7` set `a7` = 0.876, `col15` = 0.6285E-18, `col16` = -1 ; replace into `test`.`t2` set `a2` = 255, `col3` = 'pm' ; replace into `test`.`t8` set `a8` = null, `col17` = 0, `col18` = date_sub(now(),interval 2718.6 minute_microsecond), `col19` = 0, `col20` = 4294967296 ; commit ; start transaction ; replace into `test`.`t2` set `a2` = 0.4667E51, `col3` = 'iwl' ; replace into `test`.`t1` set `a1` = 0, `col0` = 't', `col1` = -113051714, `col2` = 131 ; replace into `test`.`t1` set `a1` = -9993, `col0` = 'qj', `col1` = 0, `col2` = -8388607 ; replace into `test`.`t2` set `a2` = 0, `col3` = 'wx' ; replace into `test`.`t5` set `col10` = 'ahgk', `col7` = 2147483648, `col8` = -1845456618, `col9` = '2009-11-14', `a5` = 0 ; commit ; start transaction ; replace into `test`.`t1` set `a1` = 0, `col0` = '', `col1` = 2147483648, `col2` = 0 ; replace into `test`.`t6` set `a6` = 0, `col11` = sysdate(), `col12` = '', `col13` = 'gq', `col14` = "" ; replace into `test`.`t9` set `a9` = 26939, `col21` = '18:21:37', `col22` = 0.9582E-10, `col23` = 'on' ; replace into `test`.`t4` set `a4` = 29354, `col5` = 38092, `col6` = 0 ; replace into `test`.`t9` set `a9` = -8388609, `col21` = current_time(), `col22` = 9.22337203685E+18, `col23` = 'yq' ; commit ; start transaction ; replace into `test`.`t9` set `a9` = 1472163554, `col21` = utc_time(), `col22` = 0.9542, `col23` = 'hy' ; replace into `test`.`t8` set `a8` = 0.2572, `col17` = -27633, `col18` = current_date, `col19` = -32769, `col20` = 65534 ; replace into `test`.`t5` set `col10` = 'uzs', `col7` = 0.5623, `col8` = 37, `col9` = now(), `a5` = -1 ; replace into `test`.`t9` set `a9` = 0, `col21` = '09:51:41', `col22` = -1332219038E-67, `col23` = '' ; replace into `test`.`t4` set `a4` = 7168, `col5` = 0.7211E-68, `col6` = 0 ; commit ; start transaction ; replace into `test`.`t4` set `a4` = 0, `col5` = 12317208, `col6` = 0 ; replace into `test`.`t7` set `a7` = 4294967296, `col15` = null, `col16` = -3784753 ; replace into `test`.`t3` set `a3` = 65536, `col4` = 0.6434 ; replace into `test`.`t1` set `a1` = -128, `col0` = 'juf', `col1` = 65535, `col2` = 0 ; replace into `test`.`t5` set `col10` = '', `col7` = 0.0739E71, `col8` = 0, `col9` = date(now()), `a5` = -8388607 ; commit ; start transaction ; replace into `test`.`t3` set `a3` = 0, `col4` = null ; replace into `test`.`t2` set `a2` = 0.8789E77, `col3` = '' ; replace into `test`.`t3` set `a3` = 167, `col4` = 126 ; replace into `test`.`t1` set `a1` = -32767, `col0` = 'j', `col1` = -2147483647, `col2` = -32769 ; replace into `test`.`t5` set `col10` = 'dquu', `col7` = 1, `col8` = -32768, `col9` = curdate(), `a5` = 0 ; commit ; start transaction ; replace into `test`.`t7` set `a7` = 4294967295, `col15` = -8388609, `col16` = 7597690 ; replace into `test`.`t6` set `a6` = 1477321188, `col11` = '2011-09-10 01:18:48', `col12` = 'wgokl', `col13` = 'gp', `col14` = "" ; replace into `test`.`t9` set `a9` = null, `col21` = '19:23:45', `col22` = null, `col23` = 'rd' ; replace into `test`.`t7` set `a7` = 126, `col15` = 4294967294, `col16` = 128 ; replace into `test`.`t6` set `a6` = 9.22337203685E+18, `col11` = '2010-02-10 01:54:19', `col12` = 'g', `col13` = 'sqnvw', `col14` = "g" ; commit ; start transaction ; replace into `test`.`t3` set `a3` = 255, `col4` = -9.22337203685E+18 ; replace into `test`.`t2` set `a2` = 1, `col3` = '' ; replace into `test`.`t6` set `a6` = -1, `col11` = str_to_date(now(),'%d,%m,%Y'), `col12` = '', `col13` = 'pp', `col14` = ";ǹ" ; replace into `test`.`t6` set `a6` = 0, `col11` = makedate(1814,212), `col12` = 'ew', `col13` = 'glnl', `col14` = "" ; replace into `test`.`t7` set `a7` = 0, `col15` = 11279223, `col16` = 0 ; commit ; start transaction ; replace into `test`.`t9` set `a9` = 255, `col21` = sysdate(), `col22` = 0.4077E-81, `col23` = 'ej' ; replace into `test`.`t9` set `a9` = 0, `col21` = utc_timestamp(), `col22` = 99, `col23` = 'w' ; replace into `test`.`t2` set `a2` = 0.6106E45, `col3` = 'w' ; replace into `test`.`t4` set `a4` = 0.7584, `col5` = null, `col6` = -1 ; replace into `test`.`t5` set `col10` = 'ttlu', `col7` = 32766, `col8` = 1, `col9` = localtimestamp(), `a5` = 8023 ; commit ; start transaction ; replace into `test`.`t5` set `col10` = 'hsm', `col7` = -32767, `col8` = 0.5543E10, `col9` = current_timestamp(), `a5` = 32768 ; replace into `test`.`t5` set `col10` = 'u', `col7` = 0, `col8` = 0, `col9` = convert_tz(now(),'+00:00','-08:00'), `a5` = 0 ; replace into `test`.`t8` set `a8` = 0.3052E-25, `col17` = 0.7187, `col18` = '21:32:32', `col19` = 0.3226, `col20` = -25992 ; replace into `test`.`t3` set `a3` = 0, `col4` = 16777214 ; replace into `test`.`t9` set `a9` = -3739344, `col21` = timestamp(now()), `col22` = 0.3191E5, `col23` = '' ; commit ; start transaction ; replace into `test`.`t7` set `a7` = 8809464, `col15` = 0.3443E77, `col16` = -128 ; replace into `test`.`t8` set `a8` = 0, `col17` = 0, `col18` = timestamp(now()), `col19` = 1.84467440737E+19, `col20` = 57 ; replace into `test`.`t9` set `a9` = 16366, `col21` = null, `col22` = 0, `col23` = '' ; replace into `test`.`t7` set `a7` = 0.1277, `col15` = 0.8503, `col16` = 16777214 ; replace into `test`.`t3` set `a3` = -1, `col4` = 0.928E-76 ; commit ; start transaction ; replace into `test`.`t5` set `col10` = 'sn', `col7` = 0.3612, `col8` = 958944996, `col9` = current_date, `a5` = null ; replace into `test`.`t5` set `col10` = 'wcu', `col7` = -9.22337203685E+18, `col8` = null, `col9` = date(now()), `a5` = 32768 ; replace into `test`.`t9` set `a9` = 9.22337203685E+18, `col21` = convert_tz(now(),'+00:00','-08:00'), `col22` = -2147483649, `col23` = 'moebn' ; replace into `test`.`t9` set `a9` = 1741889642, `col21` = '03:16:07', `col22` = 113, `col23` = 'uivd' ; replace into `test`.`t2` set `a2` = 32766, `col3` = '' ; commit ; start transaction ; replace into `test`.`t8` set `a8` = 9.22337203685E+18, `col17` = 13524E46, `col18` = '04:02:43', `col19` = -9.22337203685E+18, `col20` = 1 ; replace into `test`.`t1` set `a1` = 0.9036E86, `col0` = 'v', `col1` = 1.84467440737E+19, `col2` = 0.4921 ; replace into `test`.`t3` set `a3` = 16777216, `col4` = 32768 ; replace into `test`.`t3` set `a3` = 0, `col4` = 16777215 ; replace into `test`.`t9` set `a9` = -2147483649, `col21` = current_time(), `col22` = 10245134, `col23` = 'xmuki' ; commit ; start transaction ; replace into `test`.`t7` set `a7` = 1.84467440737E+19, `col15` = 0, `col16` = 0 ; replace into `test`.`t4` set `a4` = 9981448, `col5` = 126, `col6` = 0E-71 ; replace into `test`.`t5` set `col10` = 'u', `col7` = 0.2618, `col8` = 0.7817E10, `col9` = current_date, `a5` = 0.7104 ; replace into `test`.`t2` set `a2` = 0.6606, `col3` = 'z' ; replace into `test`.`t6` set `a6` = 138, `col11` = from_unixtime(unix_timestamp()), `col12` = 'u', `col13` = '', `col14` = "" ; commit ; start transaction ; replace into `test`.`t9` set `a9` = 0.5643, `col21` = localtime(), `col22` = -16641, `col23` = 'ebgig' ; replace into `test`.`t8` set `a8` = null, `col17` = 0.4779, `col18` = curdate(), `col19` = 12632, `col20` = 0.963E-88 ; replace into `test`.`t9` set `a9` = 41, `col21` = '19:31:51', `col22` = 0.6013, `col23` = '' ; replace into `test`.`t2` set `a2` = null, `col3` = 'ygjh' ; replace into `test`.`t2` set `a2` = 0, `col3` = 'hmi' ; commit ; start transaction ; replace into `test`.`t8` set `a8` = 15, `col17` = 13134645, `col18` = localtimestamp(), `col19` = 0, `col20` = 111 ; replace into `test`.`t6` set `a6` = 65283, `col11` = date(now()), `col12` = 'mbw', `col13` = 'e', `col14` = "" ; replace into `test`.`t8` set `a8` = 0, `col17` = -8388607, `col18` = now(), `col19` = -1, `col20` = 39 ; replace into `test`.`t3` set `a3` = 4934295E36, `col4` = 4294967295 ; replace into `test`.`t1` set `a1` = 16777216, `col0` = 'gzlo', `col1` = 6031, `col2` = -29143E52 ; commit ; start transaction ; replace into `test`.`t2` set `a2` = 365946582E33, `col3` = 'nhg' ; replace into `test`.`t2` set `a2` = 53019, `col3` = 'uv' ; replace into `test`.`t8` set `a8` = 27905, `col17` = 9116329, `col18` = now(), `col19` = 4663042, `col20` = 0 ; replace into `test`.`t2` set `a2` = 0, `col3` = 'aawx' ; replace into `test`.`t5` set `col10` = 'x', `col7` = 0, `col8` = -1, `col9` = date(now()), `a5` = 4294967295 ; commit ; start transaction ; replace into `test`.`t2` set `a2` = 16712384, `col3` = 'vvhex' ; replace into `test`.`t8` set `a8` = 4931, `col17` = 70, `col18` = curdate(), `col19` = 126, `col20` = 8388608 ; replace into `test`.`t2` set `a2` = 0.6732, `col3` = '' ; replace into `test`.`t3` set `a3` = 0, `col4` = -32767 ; replace into `test`.`t5` set `col10` = 'fsmp', `col7` = 0.3238E-7, `col8` = 0.9284E77, `col9` = '2009-10-02', `a5` = 4 ; commit ; start transaction ; replace into `test`.`t5` set `col10` = 'jp', `col7` = 15678E-61, `col8` = 0, `col9` = from_unixtime(unix_timestamp()), `a5` = -7837E30 ; replace into `test`.`t8` set `a8` = 1, `col17` = null, `col18` = now(), `col19` = 2147483648, `col20` = 0.3377E22 ; replace into `test`.`t5` set `col10` = 'intq', `col7` = -8388607, `col8` = 0, `col9` = null, `a5` = 8 ; replace into `test`.`t8` set `a8` = 9453, `col17` = 9589361, `col18` = timestamp(now()), `col19` = 0E-15, `col20` = 9053070 ; replace into `test`.`t9` set `a9` = 0, `col21` = utc_timestamp(), `col22` = 8388606, `col23` = 'h' ; commit ; start transaction ; replace into `test`.`t3` set `a3` = 2147483646, `col4` = 0.5432E-56 ; replace into `test`.`t6` set `a6` = 0.4405E-38, `col11` = sysdate(), `col12` = 'zromc', `col13` = 'epynb', `col14` = "" ; replace into `test`.`t4` set `a4` = 0, `col5` = 0, `col6` = 0 ; replace into `test`.`t8` set `a8` = 0, `col17` = 0E-78, `col18` = localtimestamp(), `col19` = 128, `col20` = 0.7348E-31 ; replace into `test`.`t7` set `a7` = 0.9175E-6, `col15` = 835604466, `col16` = -129 ; commit ; start transaction ; replace into `test`.`t8` set `a8` = 0, `col17` = 81, `col18` = '21:59:45', `col19` = 42356, `col20` = 0 ; replace into `test`.`t4` set `a4` = -2147483649, `col5` = 9975618, `col6` = 0.0818 ; replace into `test`.`t9` set `a9` = 0, `col21` = curdate(), `col22` = 7197458E35, `col23` = 'fuf' ; replace into `test`.`t2` set `a2` = -128, `col3` = 'yle' ; replace into `test`.`t6` set `a6` = 0, `col11` = '2011-07-24 02:09:58', `col12` = 'oun', `col13` = 'br', `col14` = "v-" ; commit ; start transaction ; replace into `test`.`t7` set `a7` = 0, `col15` = 0, `col16` = 65534 ; replace into `test`.`t2` set `a2` = -671051264, `col3` = 'cfysf' ; replace into `test`.`t6` set `a6` = 166, `col11` = date_add(now(),interval 2267.6 year), `col12` = 'pwhe', `col13` = 'ksgb', `col14` = "{M" ; replace into `test`.`t7` set `a7` = 0.3072E-18, `col15` = -25765E-57, `col16` = 8388606 ; replace into `test`.`t5` set `col10` = 'mt', `col7` = -2147483649, `col8` = 32767, `col9` = current_date, `a5` = 0 ; commit ; start transaction ; replace into `test`.`t7` set `a7` = 436530856, `col15` = 9602E-79, `col16` = 0 ; replace into `test`.`t7` set `a7` = 22, `col15` = 4294967294, `col16` = 5 ; replace into `test`.`t8` set `a8` = 12472, `col17` = 0.9242, `col18` = '11:45:28', `col19` = null, `col20` = 0 ; replace into `test`.`t9` set `a9` = 804831, `col21` = null, `col22` = 0.3961E-45, `col23` = 'zigk' ; replace into `test`.`t6` set `a6` = 16777215, `col11` = '2011-04-25 07:39:37', `col12` = '', `col13` = 'oh', `col14` = "D" ; commit ; start transaction ; replace into `test`.`t8` set `a8` = 0.3131, `col17` = 0.9452, `col18` = '23:19:56', `col19` = 200, `col20` = -1 ; replace into `test`.`t7` set `a7` = 93, `col15` = 0.6978E49, `col16` = 1 ; replace into `test`.`t5` set `col10` = 'jz', `col7` = 0.9361E-52, `col8` = -9.22337203685E+18, `col9` = '2010-02-22', `a5` = 0.0393E86 ; replace into `test`.`t8` set `a8` = 1, `col17` = 16777216, `col18` = current_date(), `col19` = 0.7748E37, `col20` = 255 ; replace into `test`.`t1` set `a1` = null, `col0` = 'm', `col1` = 0.7777E0, `col2` = 0.5299E-52 ; commit ; start transaction ; replace into `test`.`t6` set `a6` = 6386245, `col11` = utc_timestamp(), `col12` = 'o', `col13` = 'xy', `col14` = "" ; replace into `test`.`t3` set `a3` = 0.3886E2, `col4` = -116 ; replace into `test`.`t5` set `col10` = 'rznw', `col7` = 9.22337203685E+18, `col8` = 4294967295, `col9` = '2010-04-20', `a5` = 0.446E-95 ; replace into `test`.`t5` set `col10` = 'on', `col7` = null, `col8` = 16777215, `col9` = '2010-01-19', `a5` = -127 ; replace into `test`.`t4` set `a4` = 39, `col5` = 0.0571, `col6` = 79 ; commit ; start transaction ; replace into `test`.`t7` set `a7` = -8388607, `col15` = 6593087, `col16` = 1070577 ; replace into `test`.`t8` set `a8` = -22E-76, `col17` = 12956, `col18` = '07:00:32', `col19` = 0, `col20` = -128 ; replace into `test`.`t3` set `a3` = -128, `col4` = 0.6351 ; replace into `test`.`t8` set `a8` = 49038, `col17` = null, `col18` = '21:16:43', `col19` = 126E-14, `col20` = 1 ; replace into `test`.`t7` set `a7` = 1, `col15` = 7275691, `col16` = -129 ; commit ; start transaction ; replace into `test`.`t4` set `a4` = 38, `col5` = 0, `col6` = -8388609 ; replace into `test`.`t5` set `col10` = '', `col7` = 0, `col8` = 254, `col9` = sysdate(), `a5` = 13633961 ; replace into `test`.`t5` set `col10` = 'uqtrz', `col7` = 124, `col8` = -8388608, `col9` = localtime(), `a5` = 0.5519E-76 ; replace into `test`.`t4` set `a4` = -1, `col5` = -2147483647, `col6` = 1 ; replace into `test`.`t3` set `a3` = -32769, `col4` = 0 ; commit ; start transaction ; replace into `test`.`t6` set `a6` = -43196, `col11` = localtimestamp(), `col12` = 'ja', `col13` = 'p', `col14` = ":" ; replace into `test`.`t1` set `a1` = 0, `col0` = 's', `col1` = 8388606, `col2` = 32766 ; replace into `test`.`t5` set `col10` = 'tc', `col7` = null, `col8` = null, `col9` = from_unixtime(unix_timestamp()), `a5` = 2031112152 ; replace into `test`.`t8` set `a8` = 63, `col17` = 0.7906E37, `col18` = current_timestamp(), `col19` = 0, `col20` = 0 ; replace into `test`.`t2` set `a2` = 0, `col3` = 'rq' ; commit ; start transaction ; replace into `test`.`t6` set `a6` = 184, `col11` = utc_date(), `col12` = 'yj', `col13` = 'uppau', `col14` = "" ; replace into `test`.`t1` set `a1` = 0.6857, `col0` = 'ewop', `col1` = -9.22337203685E+18, `col2` = -2963329 ; replace into `test`.`t9` set `a9` = 0, `col21` = current_time(), `col22` = 27573, `col23` = 'c' ; replace into `test`.`t7` set `a7` = 2116, `col15` = 10, `col16` = -8388608 ; replace into `test`.`t7` set `a7` = 16777214, `col15` = -141400, `col16` = 0.9129E89 ; commit ; start transaction ; replace into `test`.`t1` set `a1` = 0.1226, `col0` = 'nmtf', `col1` = null, `col2` = 0.5786E31 ; replace into `test`.`t6` set `a6` = 255, `col11` = '2011-02-25 12:07:00', `col12` = 'jxyx', `col13` = 'eh', `col14` = "" ; replace into `test`.`t1` set `a1` = 0.9165, `col0` = 'kzp', `col1` = 4207999, `col2` = 0.3454E-44 ; replace into `test`.`t6` set `a6` = 598949406, `col11` = '2011-02-05 12:15:52', `col12` = 'abyd', `col13` = '', `col14` = "\\" ; replace into `test`.`t6` set `a6` = null, `col11` = str_to_date(now(),'%d,%m,%Y'), `col12` = 'wqrhh', `col13` = 'qho', `col14` = "" ; commit ; start transaction ; replace into `test`.`t9` set `a9` = 9.22337203685E+18, `col21` = '10:53:52', `col22` = 0.5757E-81, `col23` = 'litsw' ; replace into `test`.`t6` set `a6` = 34226, `col11` = convert_tz(now(),'+00:00','-08:00'), `col12` = 'pcgbu', `col13` = 'nxqw', `col14` = "d" ; replace into `test`.`t7` set `a7` = 0, `col15` = -8388607, `col16` = 149 ; replace into `test`.`t8` set `a8` = -1, `col17` = 0, `col18` = current_date(), `col19` = -32767, `col20` = -1 ; replace into `test`.`t1` set `a1` = null, `col0` = 'v', `col1` = 124, `col2` = 4257299 ; commit ; start transaction ; replace into `test`.`t6` set `a6` = 0.386E97, `col11` = '2010-07-24 09:46:25', `col12` = 'jryib', `col13` = 'xpdxy', `col14` = "" ; replace into `test`.`t7` set `a7` = null, `col15` = null, `col16` = 0.2787E94 ; replace into `test`.`t9` set `a9` = 53, `col21` = '06:24:52', `col22` = 32457, `col23` = 'pmet' ; replace into `test`.`t1` set `a1` = 0.0887, `col0` = 'tqqvm', `col1` = 0.8877E-66, `col2` = -8388607 ; replace into `test`.`t1` set `a1` = 37526, `col0` = 'itrhn', `col1` = -1, `col2` = 0 ; commit ; start transaction ; replace into `test`.`t4` set `a4` = 0.9671, `col5` = 180E-56, `col6` = 239 ; replace into `test`.`t9` set `a9` = 9.22337203685E+18, `col21` = date_add(now(),interval 1657.1 hour), `col22` = -29779E-51, `col23` = 'sah' ; replace into `test`.`t5` set `col10` = '', `col7` = 32767, `col8` = 0, `col9` = curdate(), `a5` = 129 ; replace into `test`.`t3` set `a3` = 13402619, `col4` = -551686546 ; replace into `test`.`t5` set `col10` = '', `col7` = 9.22337203685E+18, `col8` = 0.3124E5, `col9` = curdate(), `a5` = 4294967296 ; commit ; start transaction ; replace into `test`.`t9` set `a9` = 125, `col21` = '06:40:43', `col22` = null, `col23` = 'hlrdh' ; replace into `test`.`t8` set `a8` = -1, `col17` = 0.8976, `col18` = convert_tz(now(),'+00:00','-08:00'), `col19` = 0, `col20` = 0E-28 ; replace into `test`.`t9` set `a9` = 0, `col21` = current_date, `col22` = -60E77, `col23` = 'ejlu' ; replace into `test`.`t2` set `a2` = 0, `col3` = 'mjzvq' ; replace into `test`.`t8` set `a8` = 32767, `col17` = -7189951, `col18` = localtime(), `col19` = 0, `col20` = 1.84467440737E+19 ; commit ; start transaction ; replace into `test`.`t5` set `col10` = 'sh', `col7` = 0.9359E39, `col8` = 60734, `col9` = '2011-05-12', `a5` = 0 ; replace into `test`.`t4` set `a4` = -32768, `col5` = -8388608, `col6` = 788342890 ; replace into `test`.`t5` set `col10` = '', `col7` = 0, `col8` = -2147483647, `col9` = '2010-07-17', `a5` = -129 ; replace into `test`.`t6` set `a6` = 0.8827, `col11` = '2010-01-08 05:29:02', `col12` = '', `col13` = 'x', `col14` = "֝" ; replace into `test`.`t7` set `a7` = 0.8853E-47, `col15` = 0, `col16` = 9.22337203685E+18 ; commit ; start transaction ; replace into `test`.`t2` set `a2` = 32766, `col3` = 'kfem' ; replace into `test`.`t1` set `a1` = 9.22337203685E+18, `col0` = 'gt', `col1` = 0.1556E11, `col2` = null ; replace into `test`.`t4` set `a4` = -9.22337203685E+18, `col5` = 36880E61, `col6` = 0.2327E-44 ; replace into `test`.`t9` set `a9` = 0.0567, `col21` = timestamp(now()), `col22` = -127, `col23` = 'g' ; replace into `test`.`t7` set `a7` = -9.22337203685E+18, `col15` = -324E-55, `col16` = 0 ; commit ; start transaction ; replace into `test`.`t9` set `a9` = 0, `col21` = curdate(), `col22` = 4197807E-8, `col23` = 'bevlc' ; replace into `test`.`t7` set `a7` = 3702546, `col15` = 0.1305E41, `col16` = 39527E28 ; replace into `test`.`t6` set `a6` = 65535, `col11` = '2009-11-03 13:20:18', `col12` = 'npm', `col13` = 'tcn', `col14` = "Ew" ; replace into `test`.`t5` set `col10` = 'nrzph', `col7` = 10909899, `col8` = 11031718, `col9` = null, `a5` = null ; replace into `test`.`t4` set `a4` = 16777216, `col5` = 16777216, `col6` = 0.3329 ; commit ; start transaction ; replace into `test`.`t1` set `a1` = -128, `col0` = 'ocv', `col1` = -8388608, `col2` = null ; replace into `test`.`t3` set `a3` = 0.4835, `col4` = -8388608 ; replace into `test`.`t4` set `a4` = 0.6764, `col5` = 0.3942, `col6` = -127 ; replace into `test`.`t2` set `a2` = 0.4764, `col3` = '' ; replace into `test`.`t6` set `a6` = 0, `col11` = '2010-12-13 10:21:28', `col12` = 'f', `col13` = 'q', `col14` = "n(" ; commit ; start transaction ; replace into `test`.`t9` set `a9` = null, `col21` = utc_timestamp(), `col22` = -8388607, `col23` = 'wejn' ; replace into `test`.`t3` set `a3` = 0, `col4` = 32767 ; replace into `test`.`t7` set `a7` = 32467E86, `col15` = 8388606, `col16` = 127 ; replace into `test`.`t9` set `a9` = 0, `col21` = current_date, `col22` = 0.7825, `col23` = 'ukf' ; replace into `test`.`t6` set `a6` = 0.3295E34, `col11` = localtime(), `col12` = 't', `col13` = 'n', `col14` = "E~5" ; commit ; start transaction ; replace into `test`.`t6` set `a6` = 0.5898, `col11` = '2010-03-18 07:22:39', `col12` = 'nr', `col13` = 'p', `col14` = "Ɠ " ; replace into `test`.`t1` set `a1` = 19924, `col0` = 'lzwc', `col1` = 6746636, `col2` = 1961346546 ; replace into `test`.`t7` set `a7` = 0, `col15` = 122, `col16` = -62 ; replace into `test`.`t1` set `a1` = 0.002E-66, `col0` = 'fqn', `col1` = 201, `col2` = -128 ; replace into `test`.`t4` set `a4` = 0, `col5` = 0.4023E65, `col6` = 0.1535E92 ; commit ; start transaction ; replace into `test`.`t4` set `a4` = 0, `col5` = 240, `col6` = 0.6187 ; replace into `test`.`t8` set `a8` = 1.84467440737E+19, `col17` = -5245578, `col18` = from_unixtime(unix_timestamp()), `col19` = 1122801562, `col20` = 0 ; replace into `test`.`t6` set `a6` = 0, `col11` = timestamp(now()), `col12` = 'dx', `col13` = 'rr', `col14` = "" ; replace into `test`.`t8` set `a8` = 83, `col17` = 0, `col18` = curdate(), `col19` = 0, `col20` = 32766 ; replace into `test`.`t8` set `a8` = 6725336, `col17` = 0.2189E74, `col18` = utc_timestamp(), `col19` = 0.2888E83, `col20` = 128 ; commit ; start transaction ; replace into `test`.`t3` set `a3` = 14313, `col4` = 123 ; replace into `test`.`t2` set `a2` = 255, `col3` = '' ; replace into `test`.`t2` set `a2` = -125, `col3` = 'aj' ; replace into `test`.`t7` set `a7` = 0.3452, `col15` = 0.8115E-14, `col16` = 0.2651E62 ; replace into `test`.`t8` set `a8` = 16777215, `col17` = 0, `col18` = '11:06:44', `col19` = 0, `col20` = 0 ; commit ; start transaction ; replace into `test`.`t2` set `a2` = -1, `col3` = 'bl' ; replace into `test`.`t1` set `a1` = -1, `col0` = '', `col1` = 8388607, `col2` = 0.6187 ; replace into `test`.`t4` set `a4` = 0, `col5` = 1.84467440737E+19, `col6` = 11740459 ; replace into `test`.`t7` set `a7` = 256, `col15` = 254, `col16` = 254 ; replace into `test`.`t4` set `a4` = 0.7308E35, `col5` = 870287534, `col6` = 0.6233 ; commit ; start transaction ; replace into `test`.`t6` set `a6` = null, `col11` = current_timestamp(), `col12` = 'wv', `col13` = 'vbrl', `col14` = "5" ; replace into `test`.`t8` set `a8` = 79980192, `col17` = 0.5402E59, `col18` = from_unixtime(unix_timestamp()), `col19` = 46768, `col20` = 32768 ; replace into `test`.`t8` set `a8` = -2147483647, `col17` = 0, `col18` = localtimestamp(), `col19` = -1, `col20` = 0 ; replace into `test`.`t7` set `a7` = null, `col15` = -31, `col16` = 124 ; replace into `test`.`t7` set `a7` = 0, `col15` = 0.9542E-26, `col16` = 0 ; commit ; start transaction ; replace into `test`.`t6` set `a6` = 0, `col11` = '2010-10-05 03:12:52', `col12` = 'b', `col13` = '', `col14` = "" ; replace into `test`.`t5` set `col10` = '', `col7` = -32769, `col8` = 29, `col9` = from_unixtime(unix_timestamp()), `a5` = 0.9955 ; replace into `test`.`t9` set `a9` = -127, `col21` = makedate(230,73), `col22` = 197, `col23` = '' ; replace into `test`.`t5` set `col10` = 'px', `col7` = -27074, `col8` = 0.8872, `col9` = localtimestamp(), `a5` = 0 ; replace into `test`.`t5` set `col10` = 'wxn', `col7` = 1, `col8` = 9.22337203685E+18, `col9` = '2011-02-28', `a5` = 4294967296 ; commit ; start transaction ; replace into `test`.`t2` set `a2` = -8388607, `col3` = 'jcbc' ;