diff --git a/mysql-test/include/diff_tables.inc b/mysql-test/include/diff_tables.inc index b5ee4db0e8f..a29156cfce9 100644 --- a/mysql-test/include/diff_tables.inc +++ b/mysql-test/include/diff_tables.inc @@ -167,7 +167,7 @@ while ($_dt_tables) # the table to a file. --let $_dt_outfile= `SELECT @@datadir` --let $_dt_outfile= $_dt_outfile/diff_table-$_dt_connection-$_dt_database-$_dt_table - eval SELECT * FROM $_dt_database.$_dt_table ORDER BY `$_dt_column_list` INTO OUTFILE '$_dt_outfile'; + eval SELECT * INTO OUTFILE '$_dt_outfile' FROM $_dt_database.$_dt_table ORDER BY `$_dt_column_list`; # Compare files. if ($_dt_prev_outfile) diff --git a/mysql-test/main/mysqldump_restore.result b/mysql-test/main/mysqldump_restore.result index 4f9d55096ae..9eac8b253de 100644 --- a/mysql-test/main/mysqldump_restore.result +++ b/mysql-test/main/mysqldump_restore.result @@ -21,10 +21,6 @@ ALTER TABLE test.t1 RENAME to test.t1_orig; # Recreated table: test.t1 # Original table: test.t1_orig include/diff_tables.inc [test.t1, test.t1_orig] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead # Cleanup DROP TABLE test.t1, test.t1_orig; # @@ -50,10 +46,6 @@ ALTER TABLE test.t1 RENAME to test.t1_orig; # Recreated table: test.t1 # Original table: test.t1_orig include/diff_tables.inc [test.t1, test.t1_orig] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead # Cleanup DROP TABLE test.t1, test.t1_orig; # @@ -72,10 +64,6 @@ ALTER TABLE test.t1 RENAME to test.t1_orig; # Recreated table: test.t1 # Original table: test.t1_orig include/diff_tables.inc [test.t1, test.t1_orig] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead # Cleanup DROP TABLE test.t1, test.t1_orig; # @@ -95,10 +83,6 @@ ALTER TABLE test.t2 RENAME to test.t2_orig; # Recreated table: test.t2 # Original table: test.t2_orig include/diff_tables.inc [test.t2, test.t2_orig] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead # Cleanup DROP TABLE test.t2, test.t2_orig; DROP TABLE t1; @@ -117,10 +101,6 @@ ALTER TABLE test.t1 RENAME to test.t1_orig; # Recreated table: test.t1 # Original table: test.t1_orig include/diff_tables.inc [test.t1, test.t1_orig] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead # Cleanup DROP TABLE test.t1, test.t1_orig; # End tests diff --git a/mysql-test/main/win_big.result b/mysql-test/main/win_big.result index 225ecae3224..c8b27b9a1aa 100644 --- a/mysql-test/main/win_big.result +++ b/mysql-test/main/win_big.result @@ -38,10 +38,6 @@ where variable_name like 'Sort_merge_passes'; variable_name case when variable_value > 0 then 'WITH PASSES' else 'NO PASSES' end SORT_MERGE_PASSES WITH PASSES include/diff_tables.inc [t21, t22] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table t21, t22; ################################################################# # Try many cursors @@ -76,10 +72,6 @@ where variable_name like 'Sort_merge_passes'; variable_name case when variable_value > 0 then 'WITH PASSES' else 'NO PASSES' end SORT_MERGE_PASSES WITH PASSES include/diff_tables.inc [t21, t22] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table t21, t22; ################################################################# # Try having cursors pointing at different IO_CACHE pages @@ -113,10 +105,6 @@ where variable_name like 'Sort_merge_passes'; variable_name case when variable_value > 0 then 'WITH PASSES' else 'NO PASSES' end SORT_MERGE_PASSES WITH PASSES include/diff_tables.inc [t21, t22] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table t21, t22; ################################################################# drop table t10; diff --git a/mysql-test/suite/binlog_encryption/rpl_corruption.result b/mysql-test/suite/binlog_encryption/rpl_corruption.result index 161559af81f..14a67b3a3a5 100644 --- a/mysql-test/suite/binlog_encryption/rpl_corruption.result +++ b/mysql-test/suite/binlog_encryption/rpl_corruption.result @@ -53,10 +53,6 @@ include/start_slave.inc connection master; connection slave; include/diff_tables.inc [master:test.t1, slave:test.t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead # 8. Clean up connection master; SET GLOBAL debug_dbug= ""; diff --git a/mysql-test/suite/binlog_encryption/rpl_loadfile.result b/mysql-test/suite/binlog_encryption/rpl_loadfile.result index f7ed4018b66..19a11e99250 100644 --- a/mysql-test/suite/binlog_encryption/rpl_loadfile.result +++ b/mysql-test/suite/binlog_encryption/rpl_loadfile.result @@ -244,10 +244,6 @@ include/start_slave.inc connection master; connection slave; include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; DROP TABLE t1; DROP PROCEDURE p; diff --git a/mysql-test/suite/binlog_encryption/rpl_mixed_binlog_max_cache_size.result b/mysql-test/suite/binlog_encryption/rpl_mixed_binlog_max_cache_size.result index ffee1a01158..388c8e67b68 100644 --- a/mysql-test/suite/binlog_encryption/rpl_mixed_binlog_max_cache_size.result +++ b/mysql-test/suite/binlog_encryption/rpl_mixed_binlog_max_cache_size.result @@ -23,10 +23,6 @@ include/wait_for_slave_sql_error_and_skip.inc [errno=1590] Got one of the listed errors include/wait_for_slave_sql_error_and_skip.inc [errno=1590] include/diff_tables.inc [master:t1,slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead ######################################################################################## # 2 - BEGIN - IMPLICIT COMMIT by DDL ######################################################################################## @@ -59,10 +55,6 @@ INSERT INTO t1 (a, data) VALUES (29, 's');; CREATE TABLE t5 (a int); connection slave; include/diff_tables.inc [master:t1,slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead ######################################################################################## # 3 - BEGIN - COMMIT ######################################################################################## @@ -77,10 +69,6 @@ Got one of the listed errors COMMIT; connection slave; include/diff_tables.inc [master:t1,slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead ######################################################################################## # 4 - BEGIN - ROLLBACK ######################################################################################## @@ -97,10 +85,6 @@ Warnings: Warning 1196 Some non-transactional changed tables couldn't be rolled back connection slave; include/diff_tables.inc [master:t1,slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead ######################################################################################## # 5 - PROCEDURE ######################################################################################## @@ -127,10 +111,6 @@ Got one of the listed errors ROLLBACK; connection slave; include/diff_tables.inc [master:t1,slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead ######################################################################################## # 6 - XID ######################################################################################## @@ -151,10 +131,6 @@ Warning 1196 Some non-transactional changed tables couldn't be rolled back COMMIT; connection slave; include/diff_tables.inc [master:t1,slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead ######################################################################################## # 7 - NON-TRANS TABLE ######################################################################################## @@ -176,10 +152,6 @@ Got one of the listed errors COMMIT; connection slave; include/diff_tables.inc [master:t1,slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead ######################################################################## # 8 - Bug#55375(Regression Bug) Transaction bigger than # max_binlog_cache_size crashes slave diff --git a/mysql-test/suite/binlog_encryption/rpl_special_charset.result b/mysql-test/suite/binlog_encryption/rpl_special_charset.result index 728f4114aa7..b947cf3484d 100644 --- a/mysql-test/suite/binlog_encryption/rpl_special_charset.result +++ b/mysql-test/suite/binlog_encryption/rpl_special_charset.result @@ -5,10 +5,6 @@ CREATE TABLE t1(i VARCHAR(20)); INSERT INTO t1 VALUES (0xFFFF); connection slave; include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; DROP TABLE t1; include/rpl_end.inc diff --git a/mysql-test/suite/binlog_encryption/rpl_stm_relay_ign_space.result b/mysql-test/suite/binlog_encryption/rpl_stm_relay_ign_space.result index 1dde93df372..3113eec9e10 100644 --- a/mysql-test/suite/binlog_encryption/rpl_stm_relay_ign_space.result +++ b/mysql-test/suite/binlog_encryption/rpl_stm_relay_ign_space.result @@ -2,9 +2,5 @@ include/master-slave.inc [connection master] include/assert.inc [Assert that relay log space is close to the limit] include/diff_tables.inc [master:test.t1,slave:test.t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection slave; include/rpl_end.inc diff --git a/mysql-test/suite/binlog_encryption/rpl_sync.result b/mysql-test/suite/binlog_encryption/rpl_sync.result index 90c90f269c6..1240c446164 100644 --- a/mysql-test/suite/binlog_encryption/rpl_sync.result +++ b/mysql-test/suite/binlog_encryption/rpl_sync.result @@ -29,10 +29,6 @@ include/start_slave.inc connection master; connection slave; include/diff_tables.inc [master:t1,slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead =====Corrupting the master.info=======; connection slave; include/stop_slave.inc @@ -51,10 +47,6 @@ include/start_slave.inc connection master; connection slave; include/diff_tables.inc [master:t1,slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead =====Clean up=======; connection master; drop table t1; diff --git a/mysql-test/suite/rpl/r/rpl_auto_increment.result b/mysql-test/suite/rpl/r/rpl_auto_increment.result index 077645ac500..48617a0f713 100644 --- a/mysql-test/suite/rpl/r/rpl_auto_increment.result +++ b/mysql-test/suite/rpl/r/rpl_auto_increment.result @@ -318,15 +318,7 @@ INSERT INTO t2 VALUES(4); FLUSH LOGS; connection slave; include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead include/diff_tables.inc [master:t2, slave:t2] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; DROP TABLE t1; DROP TABLE t2; @@ -334,15 +326,7 @@ connection slave; connection master; connection slave; include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead include/diff_tables.inc [master:t2, slave:t2] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; DROP TABLE t1; DROP TABLE t2; diff --git a/mysql-test/suite/rpl/r/rpl_auto_increment_update_failure.result b/mysql-test/suite/rpl/r/rpl_auto_increment_update_failure.result index de804312a39..ac610241bd1 100644 --- a/mysql-test/suite/rpl/r/rpl_auto_increment_update_failure.result +++ b/mysql-test/suite/rpl/r/rpl_auto_increment_update_failure.result @@ -116,20 +116,8 @@ connection slave; #Test if the results are consistent on master and slave #for 'INVOKES A TRIGGER with after insert action' include/diff_tables.inc [master:t2, slave:t2] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead include/diff_tables.inc [master:t4, slave:t4] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead include/diff_tables.inc [master:t6, slave:t6] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; DROP TABLE t1; DROP TABLE t2; @@ -255,20 +243,8 @@ connection slave; #Test if the results are consistent on master and slave #for 'INVOKES A TRIGGER with before insert action' include/diff_tables.inc [master:t2, slave:t2] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead include/diff_tables.inc [master:t4, slave:t4] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead include/diff_tables.inc [master:t6, slave:t6] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; DROP TABLE t1; DROP TABLE t2; @@ -394,20 +370,8 @@ connection slave; #Test if the results are consistent on master and slave #for 'INVOKES A TRIGGER with after update action' include/diff_tables.inc [master:t2, slave:t2] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead include/diff_tables.inc [master:t4, slave:t4] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead include/diff_tables.inc [master:t6, slave:t6] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; DROP TABLE t1; DROP TABLE t2; @@ -533,20 +497,8 @@ connection slave; #Test if the results are consistent on master and slave #for 'INVOKES A TRIGGER with before update action' include/diff_tables.inc [master:t2, slave:t2] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead include/diff_tables.inc [master:t4, slave:t4] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead include/diff_tables.inc [master:t6, slave:t6] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; DROP TABLE t1; DROP TABLE t2; @@ -672,20 +624,8 @@ connection slave; #Test if the results are consistent on master and slave #for 'INVOKES A TRIGGER with after delete action' include/diff_tables.inc [master:t2, slave:t2] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead include/diff_tables.inc [master:t4, slave:t4] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead include/diff_tables.inc [master:t6, slave:t6] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; DROP TABLE t1; DROP TABLE t2; @@ -811,20 +751,8 @@ connection slave; #Test if the results are consistent on master and slave #for 'INVOKES A TRIGGER with before delete action' include/diff_tables.inc [master:t2, slave:t2] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead include/diff_tables.inc [master:t4, slave:t4] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead include/diff_tables.inc [master:t6, slave:t6] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; DROP TABLE t1; DROP TABLE t2; @@ -904,15 +832,7 @@ connection slave; #Test if the results are consistent on master and slave #for 'CALLS A FUNCTION which INVOKES A TRIGGER with after insert action' include/diff_tables.inc [master:t2, slave:t2] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead include/diff_tables.inc [master:t3, slave:t3] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; drop table t1; drop table t2; @@ -989,15 +909,7 @@ connection slave; #Test if the results are consistent on master and slave #for 'CALLS A FUNCTION which INVOKES A TRIGGER with before insert action' include/diff_tables.inc [master:t2, slave:t2] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead include/diff_tables.inc [master:t3, slave:t3] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; drop table t1; drop table t2; @@ -1028,10 +940,6 @@ connection slave; #Test if the results are consistent on master and slave #for 'INSERT DATA INTO VIEW WHICH INVOKES TRIGGERS' include/diff_tables.inc [master:t3, slave:t3] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; DROP TABLE t1; DROP TABLE t2; @@ -1062,10 +970,6 @@ connection slave; #Test if the results are consistent on master and slave #for 'INSERT DATA INTO VIEW WHICH INVOKES TRIGGERS' include/diff_tables.inc [master:t3, slave:t3] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; DROP TABLE t1; DROP TABLE t2; @@ -1189,15 +1093,7 @@ connection slave; #Test if the results are consistent on master and slave #for 'UPDATE MORE THAN ONE TABLES ON TOP-STATEMENT' include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead include/diff_tables.inc [master:t2, slave:t2] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; drop table t1; drop table t2; @@ -1258,15 +1154,7 @@ connection slave; #Test if the results are consistent on master and slave #for 'INSERT DATA INTO VIEW WHICH INVOLVED MORE THAN ONE TABLES' include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead include/diff_tables.inc [master:t2, slave:t2] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; drop table t1; drop table t2; diff --git a/mysql-test/suite/rpl/r/rpl_binlog_index.result b/mysql-test/suite/rpl/r/rpl_binlog_index.result index b0e59c55b4a..4257dbde57a 100644 --- a/mysql-test/suite/rpl/r/rpl_binlog_index.result +++ b/mysql-test/suite/rpl/r/rpl_binlog_index.result @@ -45,10 +45,6 @@ include/start_slave.inc connection master; connection slave; include/diff_tables.inc [master:t1,slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; DROP TABLE t1; connection slave; diff --git a/mysql-test/suite/rpl/r/rpl_checksum_cache.result b/mysql-test/suite/rpl/r/rpl_checksum_cache.result index 85700e4e239..e8f221cc181 100644 --- a/mysql-test/suite/rpl/r/rpl_checksum_cache.result +++ b/mysql-test/suite/rpl/r/rpl_checksum_cache.result @@ -43,10 +43,6 @@ Variable_name Value Binlog_cache_disk_use 1 connection slave; include/diff_tables.inc [master:test.t1, slave:test.t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; begin; delete from t1; @@ -64,10 +60,6 @@ Variable_name Value Binlog_cache_disk_use 1 connection slave; include/diff_tables.inc [master:test.t2, slave:test.t2] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; begin; delete from t2; @@ -85,10 +77,6 @@ Variable_name Value Binlog_cache_disk_use 1 connection slave; include/diff_tables.inc [master:test.t3, slave:test.t3] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; begin; delete from t3; @@ -131,20 +119,8 @@ Variable_name Value Binlog_cache_disk_use 1 connection slave; include/diff_tables.inc [master:test.t1, slave:test.t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead include/diff_tables.inc [master:test.t2, slave:test.t2] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead include/diff_tables.inc [master:test.t3, slave:test.t3] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; begin; delete from t1; diff --git a/mysql-test/suite/rpl/r/rpl_conditional_comments.result b/mysql-test/suite/rpl/r/rpl_conditional_comments.result index fe81ea2df0e..044f31427be 100644 --- a/mysql-test/suite/rpl/r/rpl_conditional_comments.result +++ b/mysql-test/suite/rpl/r/rpl_conditional_comments.result @@ -18,10 +18,6 @@ master-bin.000001 # Query # # use `test`; /* 999999 --- */INSERT /*!INTO*/ /*!10 master-bin.000001 # Query # # COMMIT connection slave; include/diff_tables.inc [master:t1,slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead # Case 2: # ----------------------------------------------------------------- @@ -35,10 +31,6 @@ CREATE TABLE t1(c1 INT); EXECUTE stmt; connection slave; include/diff_tables.inc [master:t1,slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; SET @value=62; @@ -71,10 +63,6 @@ master-bin.000001 # Query # # use `test`; INSERT INTO /* 999999 blabla */ t1 VAL master-bin.000001 # Query # # COMMIT connection slave; include/diff_tables.inc [master:t1,slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead # Case 3: # ----------------------------------------------------------------- diff --git a/mysql-test/suite/rpl/r/rpl_corruption.result b/mysql-test/suite/rpl/r/rpl_corruption.result index 161559af81f..14a67b3a3a5 100644 --- a/mysql-test/suite/rpl/r/rpl_corruption.result +++ b/mysql-test/suite/rpl/r/rpl_corruption.result @@ -53,10 +53,6 @@ include/start_slave.inc connection master; connection slave; include/diff_tables.inc [master:test.t1, slave:test.t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead # 8. Clean up connection master; SET GLOBAL debug_dbug= ""; diff --git a/mysql-test/suite/rpl/r/rpl_current_user.result b/mysql-test/suite/rpl/r/rpl_current_user.result index 35e23863616..ba5269bef22 100644 --- a/mysql-test/suite/rpl/r/rpl_current_user.result +++ b/mysql-test/suite/rpl/r/rpl_current_user.result @@ -27,78 +27,36 @@ connection conn1; REVOKE ALL PRIVILEGES, GRANT OPTION FROM CURRENT_USER(); include/rpl_sync.inc include/diff_tables.inc [server_1:v_user, server_2:v_user, server_3:v_user] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead # Verify 'GRANT ... ON TABLE ...' statement GRANT CREATE, INSERT, SELECT ON TABLE test.t1 TO CURRENT_USER(); include/rpl_sync.inc include/diff_tables.inc [server_1:v_tables_priv, server_2:v_tables_priv, server_3:v_tables_priv] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead # Verify 'GRANT ... ON PROCEDURE...' statement GRANT ALTER ROUTINE, EXECUTE ON PROCEDURE p1 TO CURRENT_USER(); include/rpl_sync.inc include/diff_tables.inc [server_1:v_procs_priv, server_2:v_procs_priv, server_3:v_procs_priv] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead # Verify 'GRANT ... ON *.* ...' statement GRANT ALL PRIVILEGES ON *.* TO CURRENT_USER() WITH GRANT OPTION; include/rpl_sync.inc include/diff_tables.inc [server_1:v_procs_priv, server_2:v_procs_priv, server_3:v_procs_priv] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead # Verify 'REVOKE ... ON TABLE ...' statement REVOKE CREATE, INSERT, SELECT ON TABLE t1 FROM CURRENT_USER(); include/rpl_sync.inc include/diff_tables.inc [server_1:v_tables_priv, server_2:v_tables_priv, server_3:v_tables_priv] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead # Verify 'REVOKE ... ON PROCEDURE...' statement REVOKE ALTER ROUTINE, EXECUTE ON PROCEDURE p1 FROM CURRENT_USER(); include/rpl_sync.inc include/diff_tables.inc [server_1:v_procs_priv, server_2:v_procs_priv, server_3:v_procs_priv] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead # Verify 'REVOKE ... ON *.* ...' statement REVOKE ALL PRIVILEGES ON *.* FROM CURRENT_USER(); include/rpl_sync.inc include/diff_tables.inc [server_1:v_user, server_2:v_user, server_3:v_user] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead # Verify 'GRANT ...' statement in the procedure CREATE PROCEDURE my_grant() @@ -106,12 +64,6 @@ GRANT CREATE, INSERT, SELECT ON TABLE test.t1 TO CURRENT_USER(); call my_grant; include/rpl_sync.inc include/diff_tables.inc [server_1:v_tables_priv, server_2:v_tables_priv, server_3:v_tables_priv] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead # Verify 'REVOKE ... ON TABLE ...' statement in the procedure CREATE PROCEDURE my_revoke() @@ -119,23 +71,11 @@ REVOKE CREATE, INSERT, SELECT ON TABLE t1 FROM CURRENT_USER(); call my_revoke; include/rpl_sync.inc include/diff_tables.inc [server_1:v_tables_priv, server_2:v_tables_priv, server_3:v_tables_priv] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead # Verify 'RENAME USER ...' statement RENAME USER CURRENT_USER TO 'bug48321_2'@'localhost'; include/rpl_sync.inc include/diff_tables.inc [server_1:v_user, server_2:v_user, server_3:v_user] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead disconnect conn1; # Verify 'DROP USER ...' statement @@ -146,12 +86,6 @@ connection conn1; DROP USER CURRENT_USER(); include/rpl_sync.inc include/diff_tables.inc [server_1:v_user, server_2:v_user, server_3:v_user] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead # Verify 'ALTER EVENT...' statement connection master; @@ -160,24 +94,12 @@ CREATE EVENT e1 ON SCHEDULE EVERY 1 DAY DO SELECT * FROM t1; ALTER DEFINER=CURRENT_USER() EVENT e1 ENABLE; include/rpl_sync.inc include/diff_tables.inc [server_1:v_event, server_2:v_event, server_3:v_event] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead # Session user will be set as definer, if the statement does not assign # a definer ALTER EVENT e1 ENABLE; include/rpl_sync.inc include/diff_tables.inc [server_1:v_event, server_2:v_event, server_3:v_event] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead # Verify that this patch does not affect the calling of CURRENT_USER() # in the other statements diff --git a/mysql-test/suite/rpl/r/rpl_insert_ignore.result b/mysql-test/suite/rpl/r/rpl_insert_ignore.result index 3181749f604..9c621169a66 100644 --- a/mysql-test/suite/rpl/r/rpl_insert_ignore.result +++ b/mysql-test/suite/rpl/r/rpl_insert_ignore.result @@ -25,10 +25,6 @@ INSERT IGNORE INTO t1 SELECT NULL, t2.b FROM t2 ORDER BY t2.a; include/assert.inc [Count of elements in t1 should be 6.] connection slave; include/diff_tables.inc [master:test.t1 , slave:test.t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; INSERT IGNORE INTO t1 SELECT NULL, t2.b FROM t2 ORDER BY t2.a; include/assert.inc [Count of elements in t1 should be 6.] @@ -73,10 +69,6 @@ INSERT IGNORE INTO t1 SELECT NULL, t2.b FROM t2 ORDER BY t2.a; include/assert.inc [Count of elements in t1 should be 6.] connection slave; include/diff_tables.inc [master:test.t1 , slave:test.t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; INSERT IGNORE INTO t1 SELECT NULL, t2.b FROM t2 ORDER BY t2.a; include/assert.inc [Count of elements in t1 should be 6.] diff --git a/mysql-test/suite/rpl/r/rpl_loaddata.result b/mysql-test/suite/rpl/r/rpl_loaddata.result index 551361dcec5..e759f34bb9d 100644 --- a/mysql-test/suite/rpl/r/rpl_loaddata.result +++ b/mysql-test/suite/rpl/r/rpl_loaddata.result @@ -119,10 +119,6 @@ connection master; connection slave; use b48297_db1; include/diff_tables.inc [master:b48297_db1.t1, slave:b48297_db1.t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; DROP DATABASE b48297_db1; DROP DATABASE b42897_db2; diff --git a/mysql-test/suite/rpl/r/rpl_loadfile.result b/mysql-test/suite/rpl/r/rpl_loadfile.result index ebb06b179e3..2afe510ddeb 100644 --- a/mysql-test/suite/rpl/r/rpl_loadfile.result +++ b/mysql-test/suite/rpl/r/rpl_loadfile.result @@ -244,10 +244,6 @@ include/start_slave.inc connection master; connection slave; include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; DROP TABLE t1; DROP PROCEDURE p; diff --git a/mysql-test/suite/rpl/r/rpl_lost_events_on_rotate.result b/mysql-test/suite/rpl/r/rpl_lost_events_on_rotate.result index ab58c613d1c..e03606874b8 100644 --- a/mysql-test/suite/rpl/r/rpl_lost_events_on_rotate.result +++ b/mysql-test/suite/rpl/r/rpl_lost_events_on_rotate.result @@ -10,10 +10,6 @@ FLUSH LOGS; SET DEBUG_SYNC= 'now SIGNAL signal.rotate_finished'; connection slave; include/diff_tables.inc [master:t,slave:t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; SET @@GLOBAL.DEBUG_DBUG= @debug_saved; SET DEBUG_SYNC= 'RESET'; diff --git a/mysql-test/suite/rpl/r/rpl_mixed_binlog_max_cache_size.result b/mysql-test/suite/rpl/r/rpl_mixed_binlog_max_cache_size.result index ffee1a01158..388c8e67b68 100644 --- a/mysql-test/suite/rpl/r/rpl_mixed_binlog_max_cache_size.result +++ b/mysql-test/suite/rpl/r/rpl_mixed_binlog_max_cache_size.result @@ -23,10 +23,6 @@ include/wait_for_slave_sql_error_and_skip.inc [errno=1590] Got one of the listed errors include/wait_for_slave_sql_error_and_skip.inc [errno=1590] include/diff_tables.inc [master:t1,slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead ######################################################################################## # 2 - BEGIN - IMPLICIT COMMIT by DDL ######################################################################################## @@ -59,10 +55,6 @@ INSERT INTO t1 (a, data) VALUES (29, 's');; CREATE TABLE t5 (a int); connection slave; include/diff_tables.inc [master:t1,slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead ######################################################################################## # 3 - BEGIN - COMMIT ######################################################################################## @@ -77,10 +69,6 @@ Got one of the listed errors COMMIT; connection slave; include/diff_tables.inc [master:t1,slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead ######################################################################################## # 4 - BEGIN - ROLLBACK ######################################################################################## @@ -97,10 +85,6 @@ Warnings: Warning 1196 Some non-transactional changed tables couldn't be rolled back connection slave; include/diff_tables.inc [master:t1,slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead ######################################################################################## # 5 - PROCEDURE ######################################################################################## @@ -127,10 +111,6 @@ Got one of the listed errors ROLLBACK; connection slave; include/diff_tables.inc [master:t1,slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead ######################################################################################## # 6 - XID ######################################################################################## @@ -151,10 +131,6 @@ Warning 1196 Some non-transactional changed tables couldn't be rolled back COMMIT; connection slave; include/diff_tables.inc [master:t1,slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead ######################################################################################## # 7 - NON-TRANS TABLE ######################################################################################## @@ -176,10 +152,6 @@ Got one of the listed errors COMMIT; connection slave; include/diff_tables.inc [master:t1,slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead ######################################################################## # 8 - Bug#55375(Regression Bug) Transaction bigger than # max_binlog_cache_size crashes slave diff --git a/mysql-test/suite/rpl/r/rpl_mixed_implicit_commit_binlog.result b/mysql-test/suite/rpl/r/rpl_mixed_implicit_commit_binlog.result index 24eedb5a0d5..f900a8b0e9a 100644 --- a/mysql-test/suite/rpl/r/rpl_mixed_implicit_commit_binlog.result +++ b/mysql-test/suite/rpl/r/rpl_mixed_implicit_commit_binlog.result @@ -332,10 +332,6 @@ SET AUTOCOMMIT= 1; ################################################################################### connection slave; include/diff_tables.inc [master:tt_1,slave:tt_1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead ################################################################################### # CLEAN ################################################################################### diff --git a/mysql-test/suite/rpl/r/rpl_nondeterministic_functions.result b/mysql-test/suite/rpl/r/rpl_nondeterministic_functions.result index 93a81cd3cf7..630bfa226cf 100644 --- a/mysql-test/suite/rpl/r/rpl_nondeterministic_functions.result +++ b/mysql-test/suite/rpl/r/rpl_nondeterministic_functions.result @@ -22,10 +22,6 @@ INSERT INTO t1 VALUES (RAND()); INSERT INTO t1 VALUES (LAST_INSERT_ID()); connection slave; include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; DROP TABLE t1; include/rpl_end.inc diff --git a/mysql-test/suite/rpl/r/rpl_not_null_innodb.result b/mysql-test/suite/rpl/r/rpl_not_null_innodb.result index 40898c452dc..2d53a525f2c 100644 --- a/mysql-test/suite/rpl/r/rpl_not_null_innodb.result +++ b/mysql-test/suite/rpl/r/rpl_not_null_innodb.result @@ -46,15 +46,7 @@ INSERT INTO t4(a) VALUES (5); connection slave; TABLES t1 and t2 must be equal otherwise an error will be thrown. include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead include/diff_tables.inc [master:t2, slave:t2] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead TABLES t2 and t3 must be different. connection master; SELECT * FROM t3 ORDER BY a; @@ -95,10 +87,6 @@ REPLACE INTO t1(a,b,c) VALUES (2, NULL, 300); connection slave; TABLES t1 and t2 must be equal otherwise an error will be thrown. include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead ************* CLEANING ************* connection master; DROP TABLE t1; @@ -151,10 +139,6 @@ REPLACE INTO t1(a,b,c) VALUES (2, NULL, b'00'); TABLES t1 and t2 must be equal otherwise an error will be thrown. connection slave; include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; DROP TABLE t1; connection slave; diff --git a/mysql-test/suite/rpl/r/rpl_not_null_myisam.result b/mysql-test/suite/rpl/r/rpl_not_null_myisam.result index 83b7804f133..93c13e9943f 100644 --- a/mysql-test/suite/rpl/r/rpl_not_null_myisam.result +++ b/mysql-test/suite/rpl/r/rpl_not_null_myisam.result @@ -46,15 +46,7 @@ INSERT INTO t4(a) VALUES (5); connection slave; TABLES t1 and t2 must be equal otherwise an error will be thrown. include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead include/diff_tables.inc [master:t2, slave:t2] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead TABLES t2 and t3 must be different. connection master; SELECT * FROM t3 ORDER BY a; @@ -95,10 +87,6 @@ REPLACE INTO t1(a,b,c) VALUES (2, NULL, 300); connection slave; TABLES t1 and t2 must be equal otherwise an error will be thrown. include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead ************* CLEANING ************* connection master; DROP TABLE t1; @@ -151,10 +139,6 @@ REPLACE INTO t1(a,b,c) VALUES (2, NULL, b'00'); TABLES t1 and t2 must be equal otherwise an error will be thrown. connection slave; include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; DROP TABLE t1; connection slave; diff --git a/mysql-test/suite/rpl/r/rpl_reset_slave_fail.result b/mysql-test/suite/rpl/r/rpl_reset_slave_fail.result index 3173c8b768b..34ce68cb079 100644 --- a/mysql-test/suite/rpl/r/rpl_reset_slave_fail.result +++ b/mysql-test/suite/rpl/r/rpl_reset_slave_fail.result @@ -31,10 +31,6 @@ include/start_slave.inc connection master; connection slave; include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; DROP TABLE t1; connection slave; diff --git a/mysql-test/suite/rpl/r/rpl_row_basic_2myisam.result b/mysql-test/suite/rpl/r/rpl_row_basic_2myisam.result index 9cea1883839..1d4b31a4a87 100644 --- a/mysql-test/suite/rpl/r/rpl_row_basic_2myisam.result +++ b/mysql-test/suite/rpl/r/rpl_row_basic_2myisam.result @@ -535,20 +535,12 @@ INSERT INTO t1 VALUES (1, "", 1); INSERT INTO t1 VALUES (2, repeat(_utf8'a', 16), 2); connection slave; include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead [expecting slave to replicate correctly] connection master; INSERT INTO t2 VALUES (1, "", 1); INSERT INTO t2 VALUES (2, repeat(_utf8'a', 16), 2); connection slave; include/diff_tables.inc [master:t2, slave:t2] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection slave; SET GLOBAL SLAVE_TYPE_CONVERSIONS = @saved_slave_type_conversions; call mtr.add_suppression("Slave SQL.*Table definition on master and slave does not match: Column 1 size mismatch.* error.* 1535"); @@ -562,10 +554,6 @@ INSERT INTO t4 VALUES (1, "", 1); INSERT INTO t4 VALUES (2, repeat(_utf8'a', 128), 2); connection slave; include/diff_tables.inc [master:t4, slave:t4] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead [expecting slave to stop] connection master; INSERT INTO t5 VALUES (1, "", 1); @@ -588,10 +576,6 @@ INSERT INTO t7 VALUES (1, "", 1); INSERT INTO t7 VALUES (2, repeat(_utf8'a', 255), 2); connection slave; include/diff_tables.inc [master:t7, slave:t7] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; drop table t1, t2, t3, t4, t5, t6, t7; connection slave; @@ -603,10 +587,6 @@ ERROR 23000: Duplicate entry '10' for key 'PRIMARY' INSERT INTO t1 VALUES (4); connection slave; include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; drop table t1; connection slave; @@ -665,10 +645,6 @@ UPDATE t1 SET `int_key` = 4 ORDER BY `pk` LIMIT 6; connection slave; *** results: t2 must be consistent **** include/diff_tables.inc [master:t2, slave:t2] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; DROP TABLE t1, t2; EOF OF TESTS @@ -688,10 +664,6 @@ UPDATE t1 SET a = 0 WHERE a < 4; UPDATE t1 SET a = 8 WHERE a < 5; connection slave; include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; drop table t1; connection slave; @@ -739,10 +711,6 @@ INSERT INTO t1 ( a ) VALUES ( 1 ); UPDATE IGNORE t1 SET a = 9 WHERE a < 5 LIMIT 3; connection slave; include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; drop table t1; connection slave; diff --git a/mysql-test/suite/rpl/r/rpl_row_basic_3innodb.result b/mysql-test/suite/rpl/r/rpl_row_basic_3innodb.result index 38575a29943..1e3ddd4f289 100644 --- a/mysql-test/suite/rpl/r/rpl_row_basic_3innodb.result +++ b/mysql-test/suite/rpl/r/rpl_row_basic_3innodb.result @@ -540,20 +540,12 @@ INSERT INTO t1 VALUES (1, "", 1); INSERT INTO t1 VALUES (2, repeat(_utf8'a', 16), 2); connection slave; include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead [expecting slave to replicate correctly] connection master; INSERT INTO t2 VALUES (1, "", 1); INSERT INTO t2 VALUES (2, repeat(_utf8'a', 16), 2); connection slave; include/diff_tables.inc [master:t2, slave:t2] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection slave; SET GLOBAL SLAVE_TYPE_CONVERSIONS = @saved_slave_type_conversions; call mtr.add_suppression("Slave SQL.*Table definition on master and slave does not match: Column 1 size mismatch.* error.* 1535"); @@ -567,10 +559,6 @@ INSERT INTO t4 VALUES (1, "", 1); INSERT INTO t4 VALUES (2, repeat(_utf8'a', 128), 2); connection slave; include/diff_tables.inc [master:t4, slave:t4] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead [expecting slave to stop] connection master; INSERT INTO t5 VALUES (1, "", 1); @@ -593,10 +581,6 @@ INSERT INTO t7 VALUES (1, "", 1); INSERT INTO t7 VALUES (2, repeat(_utf8'a', 255), 2); connection slave; include/diff_tables.inc [master:t7, slave:t7] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; drop table t1, t2, t3, t4, t5, t6, t7; connection slave; @@ -608,10 +592,6 @@ ERROR 23000: Duplicate entry '10' for key 'PRIMARY' INSERT INTO t1 VALUES (4); connection slave; include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; drop table t1; connection slave; @@ -670,10 +650,6 @@ UPDATE t1 SET `int_key` = 4 ORDER BY `pk` LIMIT 6; connection slave; *** results: t2 must be consistent **** include/diff_tables.inc [master:t2, slave:t2] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; DROP TABLE t1, t2; EOF OF TESTS @@ -693,10 +669,6 @@ UPDATE t1 SET a = 0 WHERE a < 4; UPDATE t1 SET a = 8 WHERE a < 5; connection slave; include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; drop table t1; connection slave; @@ -748,10 +720,6 @@ UPDATE IGNORE t1 SET a = 9 WHERE a < 5 LIMIT 3; connection slave; SET GLOBAL SLAVE_TYPE_CONVERSIONS = @saved_slave_type_conversions; include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; drop table t1; connection slave; diff --git a/mysql-test/suite/rpl/r/rpl_row_find_row.result b/mysql-test/suite/rpl/r/rpl_row_find_row.result index 9f83ebf555e..e9ce7e6e21b 100644 --- a/mysql-test/suite/rpl/r/rpl_row_find_row.result +++ b/mysql-test/suite/rpl/r/rpl_row_find_row.result @@ -34,10 +34,6 @@ INSERT INTO t1(c1,c2) VALUES(1,2); UPDATE t1 SET c1=1000 WHERE c2=2; connection slave; include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; DROP TABLE t1; connection slave; diff --git a/mysql-test/suite/rpl/r/rpl_row_img_blobs.result b/mysql-test/suite/rpl/r/rpl_row_img_blobs.result index c444802aefb..546f42b61aa 100644 --- a/mysql-test/suite/rpl/r/rpl_row_img_blobs.result +++ b/mysql-test/suite/rpl/r/rpl_row_img_blobs.result @@ -66,24 +66,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -119,24 +107,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -172,24 +148,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -225,24 +189,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -277,24 +229,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -329,24 +269,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -381,24 +309,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -436,24 +352,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -489,24 +393,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -542,24 +434,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -595,24 +475,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -647,24 +515,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -699,24 +555,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -751,24 +595,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -806,24 +638,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -859,24 +679,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -912,24 +720,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -965,24 +761,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -1017,24 +801,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -1069,24 +841,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -1121,24 +881,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -1176,24 +924,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -1229,24 +965,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -1282,24 +1006,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -1335,24 +1047,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -1387,24 +1087,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -1439,24 +1127,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -1491,24 +1167,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -1546,24 +1210,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -1599,24 +1251,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -1652,24 +1292,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -1705,24 +1333,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -1757,24 +1373,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -1809,24 +1413,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -1861,24 +1453,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -1916,24 +1496,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -1969,24 +1537,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -2022,24 +1578,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -2075,24 +1619,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -2127,24 +1659,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -2179,24 +1699,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -2231,24 +1739,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -2286,24 +1782,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -2339,24 +1823,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -2392,24 +1864,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -2445,24 +1905,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -2497,24 +1945,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -2549,24 +1985,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -2601,24 +2025,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -2656,24 +2068,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -2709,24 +2109,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -2762,24 +2150,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -2815,24 +2191,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -2867,24 +2231,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -2919,24 +2271,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -2971,24 +2311,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -3055,24 +2383,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -3108,24 +2424,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -3161,24 +2465,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -3214,24 +2506,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -3266,24 +2546,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -3318,24 +2586,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -3370,24 +2626,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -3425,24 +2669,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -3478,24 +2710,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -3531,24 +2751,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -3584,24 +2792,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -3636,24 +2832,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -3688,24 +2872,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -3740,24 +2912,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -3795,24 +2955,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -3848,24 +2996,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -3901,24 +3037,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -3954,24 +3078,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -4006,24 +3118,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -4058,24 +3158,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -4110,24 +3198,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -4165,24 +3241,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -4218,24 +3282,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -4271,24 +3323,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -4324,24 +3364,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -4376,24 +3404,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -4428,24 +3444,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -4480,24 +3484,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -4535,24 +3527,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -4588,24 +3568,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -4641,24 +3609,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -4694,24 +3650,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -4746,24 +3690,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -4798,24 +3730,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -4850,24 +3770,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -4905,24 +3813,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -4958,24 +3854,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -5011,24 +3895,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -5064,24 +3936,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -5116,24 +3976,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -5168,24 +4016,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -5220,24 +4056,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -5275,24 +4099,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -5328,24 +4140,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -5381,24 +4181,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -5434,24 +4222,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -5486,24 +4262,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -5538,24 +4302,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -5590,24 +4342,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -5645,24 +4385,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -5698,24 +4426,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -5751,24 +4467,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -5804,24 +4508,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -5856,24 +4548,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -5908,24 +4588,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -5960,24 +4628,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -6044,24 +4700,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -6097,24 +4741,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -6150,24 +4782,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -6203,24 +4823,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -6255,24 +4863,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -6307,24 +4903,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -6359,24 +4943,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -6414,24 +4986,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -6467,24 +5027,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -6520,24 +5068,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -6573,24 +5109,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -6625,24 +5149,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -6677,24 +5189,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -6729,24 +5229,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -6784,24 +5272,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -6837,24 +5313,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -6890,24 +5354,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -6943,24 +5395,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -6995,24 +5435,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -7047,24 +5475,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -7099,24 +5515,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -7154,24 +5558,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -7207,24 +5599,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -7260,24 +5640,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -7313,24 +5681,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -7365,24 +5721,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -7417,24 +5761,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -7469,24 +5801,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -7524,24 +5844,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -7577,24 +5885,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -7630,24 +5926,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -7683,24 +5967,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -7735,24 +6007,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -7787,24 +6047,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -7839,24 +6087,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -7894,24 +6130,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -7947,24 +6171,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -8000,24 +6212,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -8053,24 +6253,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -8105,24 +6293,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -8157,24 +6333,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -8209,24 +6373,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -8264,24 +6416,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -8317,24 +6457,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -8370,24 +6498,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -8423,24 +6539,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -8475,24 +6579,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -8527,24 +6619,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -8579,24 +6659,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -8634,24 +6702,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -8687,24 +6743,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -8740,24 +6784,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -8793,24 +6825,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -8845,24 +6865,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -8897,24 +6905,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -8949,24 +6945,12 @@ UPDATE t SET c1=30 WHERE c3=30; UPDATE t SET c3=40 WHERE c1=30; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c2="a"; DELETE FROM t WHERE c1=20; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc diff --git a/mysql-test/suite/rpl/r/rpl_row_img_eng_min.result b/mysql-test/suite/rpl/r/rpl_row_img_eng_min.result index 57195c1fe3f..965f74a5b94 100644 --- a/mysql-test/suite/rpl/r/rpl_row_img_eng_min.result +++ b/mysql-test/suite/rpl/r/rpl_row_img_eng_min.result @@ -74,24 +74,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -135,24 +123,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -196,24 +172,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -257,24 +221,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -318,24 +270,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -379,24 +319,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -440,24 +368,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -501,24 +417,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -562,24 +466,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -623,24 +515,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -684,24 +564,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -745,24 +613,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -808,24 +664,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -869,24 +713,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -930,24 +762,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -991,24 +811,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -1052,24 +860,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -1113,24 +909,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -1174,24 +958,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -1235,24 +1007,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -1296,24 +1056,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -1357,24 +1105,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -1418,24 +1154,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -1479,24 +1203,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -1542,24 +1254,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -1603,24 +1303,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -1664,24 +1352,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -1725,24 +1401,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -1786,24 +1450,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -1847,24 +1499,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -1908,24 +1548,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -1969,24 +1597,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -2030,24 +1646,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -2091,24 +1695,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -2152,24 +1744,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -2213,24 +1793,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -2276,24 +1844,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -2337,24 +1893,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -2398,24 +1942,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -2459,24 +1991,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -2520,24 +2040,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -2581,24 +2089,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -2642,24 +2138,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -2703,24 +2187,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -2764,24 +2236,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -2825,24 +2285,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -2886,24 +2334,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -2947,24 +2383,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -3010,24 +2434,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -3071,24 +2483,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -3132,24 +2532,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -3193,24 +2581,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -3254,24 +2630,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -3315,24 +2679,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -3376,24 +2728,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -3437,24 +2777,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -3498,24 +2826,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -3559,24 +2875,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -3620,24 +2924,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -3681,24 +2973,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -3744,24 +3024,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -3805,24 +3073,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -3866,24 +3122,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -3927,24 +3171,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -3988,24 +3220,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -4049,24 +3269,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -4110,24 +3318,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -4171,24 +3367,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -4232,24 +3416,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -4293,24 +3465,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -4354,24 +3514,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -4415,24 +3563,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -4478,24 +3614,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -4539,24 +3663,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -4600,24 +3712,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -4661,24 +3761,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -4722,24 +3810,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -4783,24 +3859,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -4844,24 +3908,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -4905,24 +3957,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -4966,24 +4006,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -5027,24 +4055,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -5088,24 +4104,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -5149,24 +4153,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -5212,24 +4204,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -5273,24 +4253,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -5334,24 +4302,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -5395,24 +4351,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -5456,24 +4400,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -5517,24 +4449,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -5578,24 +4498,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -5639,24 +4547,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -5700,24 +4596,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -5761,24 +4645,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -5822,24 +4694,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -5883,24 +4743,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc diff --git a/mysql-test/suite/rpl/r/rpl_row_img_eng_noblob.result b/mysql-test/suite/rpl/r/rpl_row_img_eng_noblob.result index 112b98035c3..6a9eb40226a 100644 --- a/mysql-test/suite/rpl/r/rpl_row_img_eng_noblob.result +++ b/mysql-test/suite/rpl/r/rpl_row_img_eng_noblob.result @@ -74,24 +74,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -135,24 +123,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -196,24 +172,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -257,24 +221,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -318,24 +270,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -379,24 +319,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -440,24 +368,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -501,24 +417,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -562,24 +466,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -623,24 +515,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -684,24 +564,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -745,24 +613,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -808,24 +664,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -869,24 +713,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -930,24 +762,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -991,24 +811,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -1052,24 +860,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -1113,24 +909,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -1174,24 +958,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -1235,24 +1007,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -1296,24 +1056,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -1357,24 +1105,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -1418,24 +1154,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -1479,24 +1203,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -1542,24 +1254,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -1603,24 +1303,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -1664,24 +1352,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -1725,24 +1401,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -1786,24 +1450,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -1847,24 +1499,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -1908,24 +1548,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -1969,24 +1597,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -2030,24 +1646,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -2091,24 +1695,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -2152,24 +1744,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -2213,24 +1793,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -2276,24 +1844,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -2337,24 +1893,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -2398,24 +1942,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -2459,24 +1991,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -2520,24 +2040,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -2581,24 +2089,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -2642,24 +2138,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -2703,24 +2187,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -2764,24 +2236,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -2825,24 +2285,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -2886,24 +2334,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -2947,24 +2383,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -3010,24 +2434,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -3071,24 +2483,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -3132,24 +2532,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -3193,24 +2581,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -3254,24 +2630,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -3315,24 +2679,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -3376,24 +2728,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -3437,24 +2777,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -3498,24 +2826,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -3559,24 +2875,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -3620,24 +2924,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -3681,24 +2973,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -3744,24 +3024,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -3805,24 +3073,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -3866,24 +3122,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -3927,24 +3171,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -3988,24 +3220,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -4049,24 +3269,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -4110,24 +3318,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -4171,24 +3367,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -4232,24 +3416,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -4293,24 +3465,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -4354,24 +3514,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -4415,24 +3563,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -4478,24 +3614,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -4539,24 +3663,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -4600,24 +3712,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -4661,24 +3761,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -4722,24 +3810,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -4783,24 +3859,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -4844,24 +3908,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -4905,24 +3957,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -4966,24 +4006,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -5027,24 +4055,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -5088,24 +4104,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -5149,24 +4153,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -5212,24 +4204,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -5273,24 +4253,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -5334,24 +4302,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -5395,24 +4351,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -5456,24 +4400,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -5517,24 +4449,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -5578,24 +4498,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -5639,24 +4547,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -5700,24 +4596,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -5761,24 +4645,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -5822,24 +4694,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc @@ -5883,24 +4743,12 @@ UPDATE t SET c2 = '0' WHERE c4 = '0'; UPDATE t SET c2 = '2' WHERE c4 = '2'; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DELETE FROM t WHERE c1 = 7; DELETE FROM t WHERE c1 = 8; DELETE FROM t; include/rpl_sync.inc include/diff_tables.inc [server_1:test.t, server_2:test.t, server_3:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection server_1; DROP TABLE t; include/rpl_sync.inc diff --git a/mysql-test/suite/rpl/r/rpl_row_implicit_commit_binlog.result b/mysql-test/suite/rpl/r/rpl_row_implicit_commit_binlog.result index b82c303ae6a..ef393873b97 100644 --- a/mysql-test/suite/rpl/r/rpl_row_implicit_commit_binlog.result +++ b/mysql-test/suite/rpl/r/rpl_row_implicit_commit_binlog.result @@ -417,10 +417,6 @@ SET AUTOCOMMIT= 1; ################################################################################### connection slave; include/diff_tables.inc [master:tt_1,slave:tt_1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead ################################################################################### # CLEAN ################################################################################### diff --git a/mysql-test/suite/rpl/r/rpl_row_loaddata_concurrent.result b/mysql-test/suite/rpl/r/rpl_row_loaddata_concurrent.result index ab29acae31d..0704f5c69a1 100644 --- a/mysql-test/suite/rpl/r/rpl_row_loaddata_concurrent.result +++ b/mysql-test/suite/rpl/r/rpl_row_loaddata_concurrent.result @@ -135,10 +135,6 @@ connection master; connection slave; use b48297_db1; include/diff_tables.inc [master:b48297_db1.t1, slave:b48297_db1.t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; DROP DATABASE b48297_db1; DROP DATABASE b42897_db2; diff --git a/mysql-test/suite/rpl/r/rpl_row_merge_engine.result b/mysql-test/suite/rpl/r/rpl_row_merge_engine.result index d58162e04b5..ecc0e6d6d18 100644 --- a/mysql-test/suite/rpl/r/rpl_row_merge_engine.result +++ b/mysql-test/suite/rpl/r/rpl_row_merge_engine.result @@ -10,30 +10,14 @@ ALTER TABLE tt1_merge ENGINE=MERGE UNION (t2, t1); CREATE TABLE t1_merge LIKE tt1_merge; connection slave; include/diff_tables.inc [master:test.t1, slave:test.t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead include/diff_tables.inc [master:test.t2, slave:test.t2] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; UPDATE t1_merge SET a=10 WHERE a=1; DELETE FROM t1_merge WHERE a=10; connection slave; connection master; include/diff_tables.inc [master:test.t1, slave:test.t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead include/diff_tables.inc [master:test.t2, slave:test.t2] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE t1_merge, t1, t2; connection slave; include/rpl_end.inc diff --git a/mysql-test/suite/rpl/r/rpl_row_rec_comp_innodb.result b/mysql-test/suite/rpl/r/rpl_row_rec_comp_innodb.result index 15ea775f315..a558e113c77 100644 --- a/mysql-test/suite/rpl/r/rpl_row_rec_comp_innodb.result +++ b/mysql-test/suite/rpl/r/rpl_row_rec_comp_innodb.result @@ -9,10 +9,6 @@ INSERT INTO t1 ( c5, c6 ) VALUES ( NULL, 35 ); UPDATE IGNORE t1 SET c5 = 'a'; connection slave; include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; DROP TABLE t1; connection slave; @@ -26,10 +22,6 @@ INSERT INTO t1 ( c5, c6 ) VALUES ( NULL, 35 ); UPDATE IGNORE t1 SET c5 = 'a'; connection slave; include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; DROP TABLE t1; connection slave; @@ -42,10 +34,6 @@ INSERT INTO t1(c1) VALUES (NULL); UPDATE t1 SET c1= 0; connection slave; include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; DROP TABLE t1; connection slave; diff --git a/mysql-test/suite/rpl/r/rpl_row_rec_comp_myisam.result b/mysql-test/suite/rpl/r/rpl_row_rec_comp_myisam.result index 2fa3d146664..915cf030e06 100644 --- a/mysql-test/suite/rpl/r/rpl_row_rec_comp_myisam.result +++ b/mysql-test/suite/rpl/r/rpl_row_rec_comp_myisam.result @@ -10,10 +10,6 @@ INSERT INTO t1(c1,c2) VALUES (NULL, b'1'); UPDATE t1 SET c1= 0; connection slave; include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; DROP TABLE t1; connection slave; @@ -26,10 +22,6 @@ INSERT INTO t1 ( c5, c6 ) VALUES ( NULL, 35 ); UPDATE IGNORE t1 SET c5 = 'a'; connection slave; include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; DROP TABLE t1; connection slave; @@ -43,10 +35,6 @@ INSERT INTO t1 ( c5, c6 ) VALUES ( NULL, 35 ); UPDATE IGNORE t1 SET c5 = 'a'; connection slave; include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; DROP TABLE t1; connection slave; @@ -59,10 +47,6 @@ INSERT INTO t1(c1) VALUES (NULL); UPDATE t1 SET c1= 0; connection slave; include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; DROP TABLE t1; connection slave; diff --git a/mysql-test/suite/rpl/r/rpl_row_tbl_metadata.result b/mysql-test/suite/rpl/r/rpl_row_tbl_metadata.result index 5575f0d8a76..c8f8d0fc4a1 100644 --- a/mysql-test/suite/rpl/r/rpl_row_tbl_metadata.result +++ b/mysql-test/suite/rpl/r/rpl_row_tbl_metadata.result @@ -158,10 +158,6 @@ connection slave; connection master; ### assertion: the slave replicated event successfully and tables match include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE `t1`; connection master; connection slave; @@ -186,91 +182,51 @@ connection master; FLUSH LOGS; ### assertion: the slave replicated event successfully and tables match for t10 include/diff_tables.inc [master:t10, slave:t10] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; connection slave; connection master; ### assertion: the slave replicated event successfully and tables match for t9 include/diff_tables.inc [master:t9, slave:t9] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; connection slave; connection master; ### assertion: the slave replicated event successfully and tables match for t8 include/diff_tables.inc [master:t8, slave:t8] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; connection slave; connection master; ### assertion: the slave replicated event successfully and tables match for t7 include/diff_tables.inc [master:t7, slave:t7] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; connection slave; connection master; ### assertion: the slave replicated event successfully and tables match for t6 include/diff_tables.inc [master:t6, slave:t6] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; connection slave; connection master; ### assertion: the slave replicated event successfully and tables match for t5 include/diff_tables.inc [master:t5, slave:t5] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; connection slave; connection master; ### assertion: the slave replicated event successfully and tables match for t4 include/diff_tables.inc [master:t4, slave:t4] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; connection slave; connection master; ### assertion: the slave replicated event successfully and tables match for t3 include/diff_tables.inc [master:t3, slave:t3] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; connection slave; connection master; ### assertion: the slave replicated event successfully and tables match for t2 include/diff_tables.inc [master:t2, slave:t2] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; connection slave; connection master; ### assertion: the slave replicated event successfully and tables match for t1 include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; connection slave; connection master; diff --git a/mysql-test/suite/rpl/r/rpl_row_utf16.result b/mysql-test/suite/rpl/r/rpl_row_utf16.result index 1090bab3a5d..c6a6c4f8520 100644 --- a/mysql-test/suite/rpl/r/rpl_row_utf16.result +++ b/mysql-test/suite/rpl/r/rpl_row_utf16.result @@ -15,10 +15,6 @@ hex(c1) 006100620063 c1 ola hex(c1) 006F006C0061 include/diff_tables.inc [master:t1,slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; DROP TABLE t1; include/rpl_end.inc diff --git a/mysql-test/suite/rpl/r/rpl_set_null_innodb.result b/mysql-test/suite/rpl/r/rpl_set_null_innodb.result index 82988039df1..0daab7561c1 100644 --- a/mysql-test/suite/rpl/r/rpl_set_null_innodb.result +++ b/mysql-test/suite/rpl/r/rpl_set_null_innodb.result @@ -7,18 +7,10 @@ INSERT INTO `t1` VALUES ( 1, 1 ); UPDATE t1 SET c1=NULL where c2=1; connection slave; include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; DELETE FROM t1 WHERE c2=1 LIMIT 1; connection slave; include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; DROP TABLE t1; connection slave; @@ -32,18 +24,10 @@ w UPDATE t1 SET c1=NULL WHERE c1='w'; connection slave; include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; DELETE FROM t1 LIMIT 2; connection slave; include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; DROP TABLE t1; connection slave; diff --git a/mysql-test/suite/rpl/r/rpl_set_null_myisam.result b/mysql-test/suite/rpl/r/rpl_set_null_myisam.result index 9bad1817a2c..7ec3e62fab4 100644 --- a/mysql-test/suite/rpl/r/rpl_set_null_myisam.result +++ b/mysql-test/suite/rpl/r/rpl_set_null_myisam.result @@ -7,18 +7,10 @@ INSERT INTO `t1` VALUES ( 1, 1 ); UPDATE t1 SET c1=NULL where c2=1; connection slave; include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; DELETE FROM t1 WHERE c2=1 LIMIT 1; connection slave; include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; DROP TABLE t1; connection slave; @@ -32,18 +24,10 @@ w UPDATE t1 SET c1=NULL WHERE c1='w'; connection slave; include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; DELETE FROM t1 LIMIT 2; connection slave; include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; DROP TABLE t1; connection slave; diff --git a/mysql-test/suite/rpl/r/rpl_slave_load_in.result b/mysql-test/suite/rpl/r/rpl_slave_load_in.result index deda93cb845..aeabdb79677 100644 --- a/mysql-test/suite/rpl/r/rpl_slave_load_in.result +++ b/mysql-test/suite/rpl/r/rpl_slave_load_in.result @@ -12,15 +12,7 @@ load data infile '../../std_data/rpl_loaddata.dat' into table t2; commit; connection slave; include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead include/diff_tables.inc [master:t2, slave:t2] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; drop table t1; drop table t2; diff --git a/mysql-test/suite/rpl/r/rpl_special_charset.result b/mysql-test/suite/rpl/r/rpl_special_charset.result index 728f4114aa7..b947cf3484d 100644 --- a/mysql-test/suite/rpl/r/rpl_special_charset.result +++ b/mysql-test/suite/rpl/r/rpl_special_charset.result @@ -5,10 +5,6 @@ CREATE TABLE t1(i VARCHAR(20)); INSERT INTO t1 VALUES (0xFFFF); connection slave; include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; DROP TABLE t1; include/rpl_end.inc diff --git a/mysql-test/suite/rpl/r/rpl_stm_binlog_max_cache_size.result b/mysql-test/suite/rpl/r/rpl_stm_binlog_max_cache_size.result index ffee1a01158..388c8e67b68 100644 --- a/mysql-test/suite/rpl/r/rpl_stm_binlog_max_cache_size.result +++ b/mysql-test/suite/rpl/r/rpl_stm_binlog_max_cache_size.result @@ -23,10 +23,6 @@ include/wait_for_slave_sql_error_and_skip.inc [errno=1590] Got one of the listed errors include/wait_for_slave_sql_error_and_skip.inc [errno=1590] include/diff_tables.inc [master:t1,slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead ######################################################################################## # 2 - BEGIN - IMPLICIT COMMIT by DDL ######################################################################################## @@ -59,10 +55,6 @@ INSERT INTO t1 (a, data) VALUES (29, 's');; CREATE TABLE t5 (a int); connection slave; include/diff_tables.inc [master:t1,slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead ######################################################################################## # 3 - BEGIN - COMMIT ######################################################################################## @@ -77,10 +69,6 @@ Got one of the listed errors COMMIT; connection slave; include/diff_tables.inc [master:t1,slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead ######################################################################################## # 4 - BEGIN - ROLLBACK ######################################################################################## @@ -97,10 +85,6 @@ Warnings: Warning 1196 Some non-transactional changed tables couldn't be rolled back connection slave; include/diff_tables.inc [master:t1,slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead ######################################################################################## # 5 - PROCEDURE ######################################################################################## @@ -127,10 +111,6 @@ Got one of the listed errors ROLLBACK; connection slave; include/diff_tables.inc [master:t1,slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead ######################################################################################## # 6 - XID ######################################################################################## @@ -151,10 +131,6 @@ Warning 1196 Some non-transactional changed tables couldn't be rolled back COMMIT; connection slave; include/diff_tables.inc [master:t1,slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead ######################################################################################## # 7 - NON-TRANS TABLE ######################################################################################## @@ -176,10 +152,6 @@ Got one of the listed errors COMMIT; connection slave; include/diff_tables.inc [master:t1,slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead ######################################################################## # 8 - Bug#55375(Regression Bug) Transaction bigger than # max_binlog_cache_size crashes slave diff --git a/mysql-test/suite/rpl/r/rpl_stm_implicit_commit_binlog.result b/mysql-test/suite/rpl/r/rpl_stm_implicit_commit_binlog.result index 24eedb5a0d5..f900a8b0e9a 100644 --- a/mysql-test/suite/rpl/r/rpl_stm_implicit_commit_binlog.result +++ b/mysql-test/suite/rpl/r/rpl_stm_implicit_commit_binlog.result @@ -332,10 +332,6 @@ SET AUTOCOMMIT= 1; ################################################################################### connection slave; include/diff_tables.inc [master:tt_1,slave:tt_1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead ################################################################################### # CLEAN ################################################################################### diff --git a/mysql-test/suite/rpl/r/rpl_stm_loaddata_concurrent.result b/mysql-test/suite/rpl/r/rpl_stm_loaddata_concurrent.result index 6bfc7dedd7b..f510eae74f8 100644 --- a/mysql-test/suite/rpl/r/rpl_stm_loaddata_concurrent.result +++ b/mysql-test/suite/rpl/r/rpl_stm_loaddata_concurrent.result @@ -136,10 +136,6 @@ connection master; connection slave; use b48297_db1; include/diff_tables.inc [master:b48297_db1.t1, slave:b48297_db1.t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; DROP DATABASE b48297_db1; DROP DATABASE b42897_db2; diff --git a/mysql-test/suite/rpl/r/rpl_stm_relay_ign_space.result b/mysql-test/suite/rpl/r/rpl_stm_relay_ign_space.result index 1dde93df372..3113eec9e10 100644 --- a/mysql-test/suite/rpl/r/rpl_stm_relay_ign_space.result +++ b/mysql-test/suite/rpl/r/rpl_stm_relay_ign_space.result @@ -2,9 +2,5 @@ include/master-slave.inc [connection master] include/assert.inc [Assert that relay log space is close to the limit] include/diff_tables.inc [master:test.t1,slave:test.t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection slave; include/rpl_end.inc diff --git a/mysql-test/suite/rpl/r/rpl_stm_user_variables.result b/mysql-test/suite/rpl/r/rpl_stm_user_variables.result index 02176068a14..cb2120523b2 100644 --- a/mysql-test/suite/rpl/r/rpl_stm_user_variables.result +++ b/mysql-test/suite/rpl/r/rpl_stm_user_variables.result @@ -221,10 +221,6 @@ SET sql_mode = DEFAULT; connection slave; ## assertion: master and slave tables are in sync include/diff_tables.inc [master:t1,slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; DROP TRIGGER tr1; DROP TABLE t1; diff --git a/mysql-test/suite/rpl/r/rpl_stop_slave.result b/mysql-test/suite/rpl/r/rpl_stop_slave.result index 2e143f84f5a..4b9c544527b 100644 --- a/mysql-test/suite/rpl/r/rpl_stop_slave.result +++ b/mysql-test/suite/rpl/r/rpl_stop_slave.result @@ -40,10 +40,6 @@ include/wait_for_slave_sql_to_stop.inc # Slave should stop after the transaction has committed. # So t1 on master is same to t1 on slave. include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection slave; START SLAVE SQL_THREAD; include/wait_for_slave_sql_to_start.inc @@ -72,10 +68,6 @@ include/wait_for_slave_sql_to_stop.inc # Slave should stop after the transaction has committed. # So t1 on master is same to t1 on slave. include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection slave; START SLAVE SQL_THREAD; include/wait_for_slave_sql_to_start.inc diff --git a/mysql-test/suite/rpl/r/rpl_sync.result b/mysql-test/suite/rpl/r/rpl_sync.result index 90c90f269c6..1240c446164 100644 --- a/mysql-test/suite/rpl/r/rpl_sync.result +++ b/mysql-test/suite/rpl/r/rpl_sync.result @@ -29,10 +29,6 @@ include/start_slave.inc connection master; connection slave; include/diff_tables.inc [master:t1,slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead =====Corrupting the master.info=======; connection slave; include/stop_slave.inc @@ -51,10 +47,6 @@ include/start_slave.inc connection master; connection slave; include/diff_tables.inc [master:t1,slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead =====Clean up=======; connection master; drop table t1; diff --git a/mysql-test/suite/rpl/r/rpl_temp_table_mix_row.result b/mysql-test/suite/rpl/r/rpl_temp_table_mix_row.result index 61f0fdde3cf..24d7d6cebf7 100644 --- a/mysql-test/suite/rpl/r/rpl_temp_table_mix_row.result +++ b/mysql-test/suite/rpl/r/rpl_temp_table_mix_row.result @@ -134,10 +134,6 @@ master-bin.000001 # Query # # COMMIT connection slave; # Compare the base table. include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; DROP TABLE t1; diff --git a/mysql-test/suite/rpl/r/rpl_test_framework.result b/mysql-test/suite/rpl/r/rpl_test_framework.result index 27c85ba5a16..63585deb56a 100644 --- a/mysql-test/suite/rpl/r/rpl_test_framework.result +++ b/mysql-test/suite/rpl/r/rpl_test_framework.result @@ -14,12 +14,6 @@ DELETE FROM t1; INSERT INTO t1 VALUES (1); include/rpl_sync.inc include/diff_tables.inc [server_1:t1,server_2:t1,server_3:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead include/rpl_end.inc include/rpl_init.inc [topology=2 -> 3] include/rpl_generate_sync_chain.inc @@ -32,12 +26,6 @@ DELETE FROM t1; INSERT INTO t1 VALUES (2); include/rpl_sync.inc include/diff_tables.inc [server_1:t1,server_2:t1,server_3:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead include/rpl_end.inc include/rpl_init.inc [topology=none] include/rpl_generate_sync_chain.inc @@ -53,12 +41,6 @@ DELETE FROM t1; INSERT INTO t1 VALUES (3); include/rpl_sync.inc include/diff_tables.inc [server_1:t1,server_2:t1,server_3:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead include/rpl_end.inc include/rpl_init.inc [topology=1->2, 2->1] include/rpl_generate_sync_chain.inc @@ -71,12 +53,6 @@ DELETE FROM t1; INSERT INTO t1 VALUES (4); include/rpl_sync.inc include/diff_tables.inc [server_1:t1,server_2:t1,server_3:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead include/rpl_end.inc include/rpl_init.inc [topology=1->2->1] include/rpl_generate_sync_chain.inc @@ -89,12 +65,6 @@ DELETE FROM t1; INSERT INTO t1 VALUES (5); include/rpl_sync.inc include/diff_tables.inc [server_1:t1,server_2:t1,server_3:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead include/rpl_end.inc include/rpl_init.inc [topology=2->1->2] include/rpl_generate_sync_chain.inc @@ -107,12 +77,6 @@ DELETE FROM t1; INSERT INTO t1 VALUES (6); include/rpl_sync.inc include/diff_tables.inc [server_1:t1,server_2:t1,server_3:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead include/rpl_end.inc include/rpl_init.inc [topology=1->2->3] include/rpl_generate_sync_chain.inc @@ -122,12 +86,6 @@ DELETE FROM t1; INSERT INTO t1 VALUES (7); include/rpl_sync.inc include/diff_tables.inc [server_1:t1,server_2:t1,server_3:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead include/rpl_end.inc include/rpl_init.inc [topology=2->3->2->1] include/rpl_generate_sync_chain.inc @@ -137,12 +95,6 @@ DELETE FROM t1; INSERT INTO t1 VALUES (8); include/rpl_sync.inc include/diff_tables.inc [server_1:t1,server_2:t1,server_3:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead include/rpl_end.inc include/rpl_init.inc [topology=1->2,2->3,3->1] include/rpl_generate_sync_chain.inc @@ -152,12 +104,6 @@ DELETE FROM t1; INSERT INTO t1 VALUES (9); include/rpl_sync.inc include/diff_tables.inc [server_1:t1,server_2:t1,server_3:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead include/rpl_end.inc include/rpl_init.inc [topology=1->3->2->1] include/rpl_generate_sync_chain.inc @@ -167,12 +113,6 @@ DELETE FROM t1; INSERT INTO t1 VALUES (10); include/rpl_sync.inc include/diff_tables.inc [server_1:t1,server_2:t1,server_3:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead include/rpl_end.inc ==== Test 6-server topologies ==== include/rpl_init.inc [topology=1->2->3->4->1->5->6] @@ -183,18 +123,6 @@ DELETE FROM t1; INSERT INTO t1 VALUES (11); include/rpl_sync.inc include/diff_tables.inc [server_1:t1,server_2:t1,server_3:t1,server_4:t1,server_5:t1,server_6:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead include/rpl_end.inc include/rpl_init.inc [topology=3->4->5->6->3->1->2] include/rpl_generate_sync_chain.inc @@ -204,18 +132,6 @@ DELETE FROM t1; INSERT INTO t1 VALUES (12); include/rpl_sync.inc include/diff_tables.inc [server_1:t1,server_2:t1,server_3:t1,server_4:t1,server_5:t1,server_6:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead include/rpl_end.inc include/rpl_init.inc [topology=6->5->4->3->2->1] include/rpl_generate_sync_chain.inc @@ -225,18 +141,6 @@ DELETE FROM t1; INSERT INTO t1 VALUES (13); include/rpl_sync.inc include/diff_tables.inc [server_1:t1,server_2:t1,server_3:t1,server_4:t1,server_5:t1,server_6:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead include/rpl_end.inc include/rpl_init.inc [topology=1->2->3->1,4->5->6] include/rpl_generate_sync_chain.inc @@ -249,18 +153,6 @@ DELETE FROM t1; INSERT INTO t1 VALUES (14); include/rpl_sync.inc include/diff_tables.inc [server_1:t1,server_2:t1,server_3:t1,server_4:t1,server_5:t1,server_6:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead include/rpl_end.inc ==== Test 9-server topology ==== include/rpl_init.inc [topology=1->2, 2->3, 3->4, 4->5, 5->1, 1->6, 6->7, 6->8, 8->9] @@ -271,24 +163,6 @@ DELETE FROM t1; INSERT INTO t1 VALUES (15); include/rpl_sync.inc include/diff_tables.inc [server_1:t1,server_2:t1,server_3:t1,server_4:t1,server_5:t1,server_6:t1,server_7:t1,server_8:t1,server_9:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead include/rpl_end.inc ==== Clean up ==== include/rpl_init.inc [topology=1->2->3->4->5->6->7->8->9] diff --git a/mysql-test/suite/rpl/r/rpl_trigger.result b/mysql-test/suite/rpl/r/rpl_trigger.result index ec1c70571b8..06d5a3c895f 100644 --- a/mysql-test/suite/rpl/r/rpl_trigger.result +++ b/mysql-test/suite/rpl/r/rpl_trigger.result @@ -1097,15 +1097,7 @@ Warnings: Warning 1196 Some non-transactional changed tables couldn't be rolled back connection slave; include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead include/diff_tables.inc [master:log, slave:log] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; drop table t1, log; connection slave; diff --git a/mysql-test/suite/rpl/r/rpl_truncate_2myisam.result b/mysql-test/suite/rpl/r/rpl_truncate_2myisam.result index d823133e4f5..a8a08ef564d 100644 --- a/mysql-test/suite/rpl/r/rpl_truncate_2myisam.result +++ b/mysql-test/suite/rpl/r/rpl_truncate_2myisam.result @@ -9,10 +9,6 @@ connection master; TRUNCATE TABLE t1; connection slave; include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead ==== Test using a table with delete triggers ==== connection master; SET @count := 1; @@ -23,10 +19,6 @@ connection master; TRUNCATE TABLE t1; connection slave; include/diff_tables.inc [master:t2, slave:t2] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; DROP TABLE t1,t2; connection slave; @@ -39,10 +31,6 @@ connection master; DELETE FROM t1; connection slave; include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead ==== Test using a table with delete triggers ==== connection master; SET @count := 1; @@ -53,10 +41,6 @@ connection master; DELETE FROM t1; connection slave; include/diff_tables.inc [master:t2, slave:t2] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; DROP TABLE t1,t2; connection slave; diff --git a/mysql-test/suite/rpl/r/rpl_truncate_3innodb.result b/mysql-test/suite/rpl/r/rpl_truncate_3innodb.result index 14118562ae8..da03d2e8cc3 100644 --- a/mysql-test/suite/rpl/r/rpl_truncate_3innodb.result +++ b/mysql-test/suite/rpl/r/rpl_truncate_3innodb.result @@ -9,10 +9,6 @@ connection master; TRUNCATE TABLE t1; connection slave; include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead ==== Test using a table with delete triggers ==== connection master; SET @count := 1; @@ -23,10 +19,6 @@ connection master; TRUNCATE TABLE t1; connection slave; include/diff_tables.inc [master:t2, slave:t2] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; DROP TABLE t1,t2; connection slave; @@ -39,10 +31,6 @@ connection master; DELETE FROM t1; connection slave; include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead ==== Test using a table with delete triggers ==== connection master; SET @count := 1; @@ -53,10 +41,6 @@ connection master; DELETE FROM t1; connection slave; include/diff_tables.inc [master:t2, slave:t2] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; DROP TABLE t1,t2; connection slave; diff --git a/mysql-test/suite/rpl/r/rpl_typeconv_innodb.result b/mysql-test/suite/rpl/r/rpl_typeconv_innodb.result index a1cda543f57..0ea02440b93 100644 --- a/mysql-test/suite/rpl/r/rpl_typeconv_innodb.result +++ b/mysql-test/suite/rpl/r/rpl_typeconv_innodb.result @@ -8,10 +8,6 @@ CREATE TABLE t1(b1 BIT(1), b2 BIT(2), b3 BIT(3)) ENGINE=InnoDB; INSERT INTO t1 VALUES (b'0', b'01', b'101'); connection slave; include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; DROP TABLE t1; connection slave; diff --git a/mysql-test/suite/rpl/r/rpl_unsafe_statements.result b/mysql-test/suite/rpl/r/rpl_unsafe_statements.result index 047b19f21d5..ca790f5d148 100644 --- a/mysql-test/suite/rpl/r/rpl_unsafe_statements.result +++ b/mysql-test/suite/rpl/r/rpl_unsafe_statements.result @@ -16,15 +16,7 @@ UNLOCK TABLES; COMMIT; connection slave; include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead include/diff_tables.inc [master:t2, slave:t2] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; DROP TABLE t1,t2; CREATE TABLE t1(i INT) ENGINE=INNODB; @@ -41,15 +33,7 @@ UNLOCK TABLES; COMMIT; connection slave; include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead include/diff_tables.inc [master:t2, slave:t2] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; DROP TABLE t1,t2; CREATE TABLE t1(i int, id INT AUTO_INCREMENT, PRIMARY KEY (i, id)) ENGINE=MYISAM; @@ -61,10 +45,6 @@ UNLOCK TABLES; COMMIT; connection slave; include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; DROP TABLE t1; CREATE TABLE t1(i INT, j INT, UNIQUE KEY(i), UNIQUE KEY(j)) ENGINE=INNODB; @@ -76,10 +56,6 @@ UNLOCK TABLES; COMMIT; connection slave; include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; DROP TABLE t1; include/rpl_end.inc diff --git a/mysql-test/suite/rpl/r/rpl_variables.result b/mysql-test/suite/rpl/r/rpl_variables.result index b0cd3671a30..dcd4b4ec884 100644 --- a/mysql-test/suite/rpl/r/rpl_variables.result +++ b/mysql-test/suite/rpl/r/rpl_variables.result @@ -573,26 +573,6 @@ id truth num text 32 NULL NULL Centrum connection slave; include/diff_tables.inc [master:tstmt, master:tproc, master:tfunc, master:ttrig, master:tprep, slave:tstmt, slave:tproc, slave:tfunc, slave:ttrig, slave:tprep] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead ==== Clean up ==== connection master; DROP PROCEDURE proc; diff --git a/mysql-test/suite/rpl/r/rpl_variables_stm.result b/mysql-test/suite/rpl/r/rpl_variables_stm.result index eb4ac403e12..f3d80977a6b 100644 --- a/mysql-test/suite/rpl/r/rpl_variables_stm.result +++ b/mysql-test/suite/rpl/r/rpl_variables_stm.result @@ -488,26 +488,6 @@ id num text 58 NULL 1717 connection slave; include/diff_tables.inc [master:tstmt, master:tproc, master:tfunc, master:ttrig, master:tprep, slave:tstmt, slave:tproc, slave:tfunc, slave:ttrig, slave:tprep] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead ==== Clean up ==== connection master; DROP PROCEDURE proc; diff --git a/storage/tokudb/mysql-test/rpl/r/rpl_not_null_tokudb.result b/storage/tokudb/mysql-test/rpl/r/rpl_not_null_tokudb.result index 6f70d6165a1..66aaaa6b6fa 100644 --- a/storage/tokudb/mysql-test/rpl/r/rpl_not_null_tokudb.result +++ b/storage/tokudb/mysql-test/rpl/r/rpl_not_null_tokudb.result @@ -46,15 +46,7 @@ INSERT INTO t4(a) VALUES (5); connection slave; TABLES t1 and t2 must be equal otherwise an error will be thrown. include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead include/diff_tables.inc [master:t2, slave:t2] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead TABLES t2 and t3 must be different. connection master; SELECT * FROM t3 ORDER BY a; @@ -95,10 +87,6 @@ REPLACE INTO t1(a,b,c) VALUES (2, NULL, 300); connection slave; TABLES t1 and t2 must be equal otherwise an error will be thrown. include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead ************* CLEANING ************* connection master; DROP TABLE t1; @@ -151,10 +139,6 @@ REPLACE INTO t1(a,b,c) VALUES (2, NULL, b'00'); TABLES t1 and t2 must be equal otherwise an error will be thrown. connection slave; include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; DROP TABLE t1; connection slave; diff --git a/storage/tokudb/mysql-test/rpl/r/rpl_parallel_tokudb_delete_pk.result b/storage/tokudb/mysql-test/rpl/r/rpl_parallel_tokudb_delete_pk.result index 325d6081738..9ad7708a11d 100644 --- a/storage/tokudb/mysql-test/rpl/r/rpl_parallel_tokudb_delete_pk.result +++ b/storage/tokudb/mysql-test/rpl/r/rpl_parallel_tokudb_delete_pk.result @@ -14,10 +14,6 @@ connection master; connection slave; connection master; include/diff_tables.inc [master:test.t, slave:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; delete from t where a=2; select unix_timestamp() into @tstart; @@ -29,10 +25,6 @@ select @tend-@tstart <= 5; @tend-@tstart <= 5 1 include/diff_tables.inc [master:test.t, slave:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; drop table if exists t; connection slave; diff --git a/storage/tokudb/mysql-test/rpl/r/rpl_parallel_tokudb_update_pk_uc0_lookup0.result b/storage/tokudb/mysql-test/rpl/r/rpl_parallel_tokudb_update_pk_uc0_lookup0.result index 67dc250082f..10ab579de27 100644 --- a/storage/tokudb/mysql-test/rpl/r/rpl_parallel_tokudb_update_pk_uc0_lookup0.result +++ b/storage/tokudb/mysql-test/rpl/r/rpl_parallel_tokudb_update_pk_uc0_lookup0.result @@ -14,10 +14,6 @@ connection master; connection slave; connection master; include/diff_tables.inc [master:test.t, slave:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; update t set b=b+1 where a=2; update t set b=b+2 where a=1; @@ -39,10 +35,6 @@ a b 3 5 4 3 include/diff_tables.inc [master:test.t, slave:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; drop table if exists t; connection slave; diff --git a/storage/tokudb/mysql-test/rpl/r/rpl_parallel_tokudb_write_pk.result b/storage/tokudb/mysql-test/rpl/r/rpl_parallel_tokudb_write_pk.result index 0d8dff649cc..0ae63f0d02f 100644 --- a/storage/tokudb/mysql-test/rpl/r/rpl_parallel_tokudb_write_pk.result +++ b/storage/tokudb/mysql-test/rpl/r/rpl_parallel_tokudb_write_pk.result @@ -15,10 +15,6 @@ connection master; connection slave; connection master; include/diff_tables.inc [master:test.t, slave:test.t] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; drop table if exists t; connection slave; diff --git a/storage/tokudb/mysql-test/rpl/r/rpl_row_basic_3tokudb.result b/storage/tokudb/mysql-test/rpl/r/rpl_row_basic_3tokudb.result index 1edcc5c410e..32a42143180 100644 --- a/storage/tokudb/mysql-test/rpl/r/rpl_row_basic_3tokudb.result +++ b/storage/tokudb/mysql-test/rpl/r/rpl_row_basic_3tokudb.result @@ -540,20 +540,12 @@ INSERT INTO t1 VALUES (1, "", 1); INSERT INTO t1 VALUES (2, repeat(_utf8'a', 16), 2); connection slave; include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead [expecting slave to replicate correctly] connection master; INSERT INTO t2 VALUES (1, "", 1); INSERT INTO t2 VALUES (2, repeat(_utf8'a', 16), 2); connection slave; include/diff_tables.inc [master:t2, slave:t2] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection slave; SET GLOBAL SLAVE_TYPE_CONVERSIONS = @saved_slave_type_conversions; call mtr.add_suppression("Slave SQL.*Table definition on master and slave does not match: Column 1 size mismatch.* error.* 1535"); @@ -567,10 +559,6 @@ INSERT INTO t4 VALUES (1, "", 1); INSERT INTO t4 VALUES (2, repeat(_utf8'a', 128), 2); connection slave; include/diff_tables.inc [master:t4, slave:t4] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead [expecting slave to stop] connection master; INSERT INTO t5 VALUES (1, "", 1); @@ -593,10 +581,6 @@ INSERT INTO t7 VALUES (1, "", 1); INSERT INTO t7 VALUES (2, repeat(_utf8'a', 255), 2); connection slave; include/diff_tables.inc [master:t7, slave:t7] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; drop table t1, t2, t3, t4, t5, t6, t7; connection slave; @@ -608,10 +592,6 @@ ERROR 23000: Duplicate entry '10' for key 'PRIMARY' INSERT INTO t1 VALUES (4); connection slave; include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; drop table t1; connection slave; @@ -670,10 +650,6 @@ UPDATE t1 SET `int_key` = 4 ORDER BY `pk` LIMIT 6; connection slave; *** results: t2 must be consistent **** include/diff_tables.inc [master:t2, slave:t2] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; DROP TABLE t1, t2; EOF OF TESTS @@ -693,10 +669,6 @@ UPDATE t1 SET a = 0 WHERE a < 4; UPDATE t1 SET a = 8 WHERE a < 5; connection slave; include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; drop table t1; connection slave; @@ -748,10 +720,6 @@ UPDATE IGNORE t1 SET a = 9 WHERE a < 5 LIMIT 3; connection slave; SET GLOBAL SLAVE_TYPE_CONVERSIONS = @saved_slave_type_conversions; include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; drop table t1; connection slave; diff --git a/storage/tokudb/mysql-test/rpl/r/rpl_row_rec_comp_tokudb.result b/storage/tokudb/mysql-test/rpl/r/rpl_row_rec_comp_tokudb.result index e58e1ddad9f..df1fe125aa4 100644 --- a/storage/tokudb/mysql-test/rpl/r/rpl_row_rec_comp_tokudb.result +++ b/storage/tokudb/mysql-test/rpl/r/rpl_row_rec_comp_tokudb.result @@ -9,10 +9,6 @@ INSERT INTO t1 ( c5, c6 ) VALUES ( NULL, 35 ); UPDATE IGNORE t1 SET c5 = 'a'; connection slave; include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; DROP TABLE t1; connection slave; @@ -26,10 +22,6 @@ INSERT INTO t1 ( c5, c6 ) VALUES ( NULL, 35 ); UPDATE IGNORE t1 SET c5 = 'a'; connection slave; include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; DROP TABLE t1; connection slave; @@ -42,10 +34,6 @@ INSERT INTO t1(c1) VALUES (NULL); UPDATE t1 SET c1= 0; connection slave; include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; DROP TABLE t1; connection slave; diff --git a/storage/tokudb/mysql-test/rpl/r/rpl_set_null_tokudb.result b/storage/tokudb/mysql-test/rpl/r/rpl_set_null_tokudb.result index 7088e96aed9..19ca9b2c59e 100644 --- a/storage/tokudb/mysql-test/rpl/r/rpl_set_null_tokudb.result +++ b/storage/tokudb/mysql-test/rpl/r/rpl_set_null_tokudb.result @@ -7,18 +7,10 @@ INSERT INTO `t1` VALUES ( 1, 1 ); UPDATE t1 SET c1=NULL where c2=1; connection slave; include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; DELETE FROM t1 WHERE c2=1 LIMIT 1; connection slave; include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; DROP TABLE t1; connection slave; @@ -32,18 +24,10 @@ w UPDATE t1 SET c1=NULL WHERE c1='w'; connection slave; include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; DELETE FROM t1 LIMIT 2; connection slave; include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; DROP TABLE t1; connection slave; diff --git a/storage/tokudb/mysql-test/rpl/r/rpl_truncate_3tokudb.result b/storage/tokudb/mysql-test/rpl/r/rpl_truncate_3tokudb.result index 478fbcc68df..5d3737817a1 100644 --- a/storage/tokudb/mysql-test/rpl/r/rpl_truncate_3tokudb.result +++ b/storage/tokudb/mysql-test/rpl/r/rpl_truncate_3tokudb.result @@ -9,10 +9,6 @@ connection master; TRUNCATE TABLE t1; connection slave; include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead ==== Test using a table with delete triggers ==== connection master; SET @count := 1; @@ -23,10 +19,6 @@ connection master; TRUNCATE TABLE t1; connection slave; include/diff_tables.inc [master:t2, slave:t2] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; DROP TABLE t1,t2; connection slave; @@ -39,10 +31,6 @@ connection master; DELETE FROM t1; connection slave; include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead ==== Test using a table with delete triggers ==== connection master; SET @count := 1; @@ -53,10 +41,6 @@ connection master; DELETE FROM t1; connection slave; include/diff_tables.inc [master:t2, slave:t2] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; DROP TABLE t1,t2; connection slave; diff --git a/storage/tokudb/mysql-test/rpl/r/rpl_typeconv_tokudb.result b/storage/tokudb/mysql-test/rpl/r/rpl_typeconv_tokudb.result index 27a89c3b67c..636792ce4db 100644 --- a/storage/tokudb/mysql-test/rpl/r/rpl_typeconv_tokudb.result +++ b/storage/tokudb/mysql-test/rpl/r/rpl_typeconv_tokudb.result @@ -8,10 +8,6 @@ CREATE TABLE t1(b1 BIT(1), b2 BIT(2), b3 BIT(3)) ENGINE=TokuDB; INSERT INTO t1 VALUES (b'0', b'01', b'101'); connection slave; include/diff_tables.inc [master:t1, slave:t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; DROP TABLE t1; connection slave; diff --git a/storage/tokudb/mysql-test/rpl/r/rpl_xa_interleave.result b/storage/tokudb/mysql-test/rpl/r/rpl_xa_interleave.result index e4239f61d9f..98ded9d2097 100644 --- a/storage/tokudb/mysql-test/rpl/r/rpl_xa_interleave.result +++ b/storage/tokudb/mysql-test/rpl/r/rpl_xa_interleave.result @@ -73,10 +73,6 @@ connection master; connection slave; TABLES t1 and t2 must be equal otherwise an error will be thrown. include/diff_tables.inc [master:test.t1, slave:test.t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; DROP TABLE t1; include/rpl_end.inc diff --git a/storage/tokudb/mysql-test/rpl/r/tokudb_innodb_xa_crash.result b/storage/tokudb/mysql-test/rpl/r/tokudb_innodb_xa_crash.result index ada27299b38..aa95091b40b 100644 --- a/storage/tokudb/mysql-test/rpl/r/tokudb_innodb_xa_crash.result +++ b/storage/tokudb/mysql-test/rpl/r/tokudb_innodb_xa_crash.result @@ -10,15 +10,7 @@ commit; connection slave; TABLES t1 and t2 must be equal otherwise an error will be thrown. include/diff_tables.inc [master:test.t1, slave:test.t1] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead include/diff_tables.inc [master:test.t2, slave:test.t2] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead connection master; drop table t1,t2; include/rpl_end.inc diff --git a/storage/tokudb/mysql-test/tokudb/r/change_column_bin_descriptor.result b/storage/tokudb/mysql-test/tokudb/r/change_column_bin_descriptor.result index 5e6a504b47f..4aed71257d1 100644 --- a/storage/tokudb/mysql-test/tokudb/r/change_column_bin_descriptor.result +++ b/storage/tokudb/mysql-test/tokudb/r/change_column_bin_descriptor.result @@ -33,8 +33,4 @@ HEX(b) 68000000 6B000000 include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE t, ti; diff --git a/storage/tokudb/mysql-test/tokudb/r/change_column_bin_rename.result b/storage/tokudb/mysql-test/tokudb/r/change_column_bin_rename.result index 436c51c3c96..864cb853b6b 100644 --- a/storage/tokudb/mysql-test/tokudb/r/change_column_bin_rename.result +++ b/storage/tokudb/mysql-test/tokudb/r/change_column_bin_rename.result @@ -536,10 +536,6 @@ ALTER TABLE ti CHANGE COLUMN b a BINARY(2); ALTER TABLE t CHANGE COLUMN a b BINARY(2); ALTER TABLE t CHANGE COLUMN b a BINARY(2); include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; ALTER TABLE t CHANGE COLUMN a b BINARY(3); ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version @@ -1066,10 +1062,6 @@ ALTER TABLE ti CHANGE COLUMN b a BINARY(3); ALTER TABLE t CHANGE COLUMN a b BINARY(3); ALTER TABLE t CHANGE COLUMN b a BINARY(3); include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; ALTER TABLE t CHANGE COLUMN a b BINARY(4); ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version @@ -1596,10 +1588,6 @@ ALTER TABLE ti CHANGE COLUMN b a BINARY(4); ALTER TABLE t CHANGE COLUMN a b BINARY(4); ALTER TABLE t CHANGE COLUMN b a BINARY(4); include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; ALTER TABLE t CHANGE COLUMN a b BINARY(5); ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version @@ -2124,10 +2112,6 @@ ALTER TABLE ti CHANGE COLUMN b a BINARY(5); ALTER TABLE t CHANGE COLUMN a b BINARY(5); ALTER TABLE t CHANGE COLUMN b a BINARY(5); include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; ALTER TABLE t CHANGE COLUMN a b BINARY(6); ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version @@ -2650,10 +2634,6 @@ ALTER TABLE ti CHANGE COLUMN b a BINARY(6); ALTER TABLE t CHANGE COLUMN a b BINARY(6); ALTER TABLE t CHANGE COLUMN b a BINARY(6); include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; ALTER TABLE t CHANGE COLUMN a b BINARY(7); ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version @@ -3176,10 +3156,6 @@ ALTER TABLE ti CHANGE COLUMN b a BINARY(7); ALTER TABLE t CHANGE COLUMN a b BINARY(7); ALTER TABLE t CHANGE COLUMN b a BINARY(7); include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; ALTER TABLE t CHANGE COLUMN a b BINARY(8); ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version @@ -3702,10 +3678,6 @@ ALTER TABLE ti CHANGE COLUMN b a BINARY(8); ALTER TABLE t CHANGE COLUMN a b BINARY(8); ALTER TABLE t CHANGE COLUMN b a BINARY(8); include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; ALTER TABLE t CHANGE COLUMN a b BINARY(9); ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version @@ -4242,10 +4214,6 @@ ALTER TABLE ti CHANGE COLUMN b a BINARY(16); ALTER TABLE t CHANGE COLUMN a b BINARY(16); ALTER TABLE t CHANGE COLUMN b a BINARY(16); include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; ALTER TABLE t CHANGE COLUMN a b BINARY(17); ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version @@ -4796,10 +4764,6 @@ ALTER TABLE ti CHANGE COLUMN b a BINARY(31); ALTER TABLE t CHANGE COLUMN a b BINARY(31); ALTER TABLE t CHANGE COLUMN b a BINARY(31); include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; ALTER TABLE t CHANGE COLUMN a b BINARY(32); ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version @@ -5322,10 +5286,6 @@ ALTER TABLE ti CHANGE COLUMN b a BINARY(32); ALTER TABLE t CHANGE COLUMN a b BINARY(32); ALTER TABLE t CHANGE COLUMN b a BINARY(32); include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; ALTER TABLE t CHANGE COLUMN a b BINARY(33); ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version @@ -5908,10 +5868,6 @@ ALTER TABLE ti CHANGE COLUMN b a BINARY(63); ALTER TABLE t CHANGE COLUMN a b BINARY(63); ALTER TABLE t CHANGE COLUMN b a BINARY(63); include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; ALTER TABLE t CHANGE COLUMN a b BINARY(64); ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version @@ -6434,10 +6390,6 @@ ALTER TABLE ti CHANGE COLUMN b a BINARY(64); ALTER TABLE t CHANGE COLUMN a b BINARY(64); ALTER TABLE t CHANGE COLUMN b a BINARY(64); include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; ALTER TABLE t CHANGE COLUMN a b BINARY(65); ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version @@ -7084,10 +7036,6 @@ ALTER TABLE ti CHANGE COLUMN b a BINARY(127); ALTER TABLE t CHANGE COLUMN a b BINARY(127); ALTER TABLE t CHANGE COLUMN b a BINARY(127); include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; ALTER TABLE t CHANGE COLUMN a b BINARY(128); ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version @@ -7610,10 +7558,6 @@ ALTER TABLE ti CHANGE COLUMN b a BINARY(128); ALTER TABLE t CHANGE COLUMN a b BINARY(128); ALTER TABLE t CHANGE COLUMN b a BINARY(128); include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; ALTER TABLE t CHANGE COLUMN a b BINARY(129); ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version @@ -8386,10 +8330,6 @@ ALTER TABLE ti CHANGE COLUMN b a BINARY(254); ALTER TABLE t CHANGE COLUMN a b BINARY(254); ALTER TABLE t CHANGE COLUMN b a BINARY(254); include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; ALTER TABLE t CHANGE COLUMN a b BINARY(255); ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version @@ -8912,9 +8852,5 @@ ALTER TABLE ti CHANGE COLUMN b a BINARY(255); ALTER TABLE t CHANGE COLUMN a b BINARY(255); ALTER TABLE t CHANGE COLUMN b a BINARY(255); include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; DROP TABLE t; diff --git a/storage/tokudb/mysql-test/tokudb/r/change_column_blob_data.result b/storage/tokudb/mysql-test/tokudb/r/change_column_blob_data.result index 6798b0d13cb..07f11e73b30 100644 --- a/storage/tokudb/mysql-test/tokudb/r/change_column_blob_data.result +++ b/storage/tokudb/mysql-test/tokudb/r/change_column_blob_data.result @@ -25,10 +25,6 @@ ALTER TABLE ti CHANGE COLUMN b b MEDIUMBLOB ; ALTER TABLE t CHANGE COLUMN b b LONGBLOB ; ALTER TABLE ti CHANGE COLUMN b b LONGBLOB ; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE t, ti; CREATE TABLE t (a TINYBLOB NOT NULL, b TINYBLOB NOT NULL); INSERT INTO t (a, b) VALUES ('T3V0h0kB7Z43jqSTiaI','czB9GVLA611e55NpukvYdrc4UOTWiIFEfvtvXcTMbn8TFqhie2D3gRzU5AjZoxtSSMMMcsWl0wnsoWtK2tfGQCRgayc9pv0t4NRCFwlH2Un3cpiiQdW59gYphjYXlE1q5ABTuPPv32nb0Ws5deOTxIc11qWPfYnHeuZ91SG94wXYxQLKAqMx1EHaUssU8N6cz8JKrJTVvp5cA4nbGgFLZKOEvqFuHq1mgcaFm71NvcOui2BaVRfUbl64shd'); @@ -54,10 +50,6 @@ ALTER TABLE ti CHANGE COLUMN b b MEDIUMBLOB NOT NULL; ALTER TABLE t CHANGE COLUMN b b LONGBLOB NOT NULL; ALTER TABLE ti CHANGE COLUMN b b LONGBLOB NOT NULL; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE t, ti; CREATE TABLE t (v VARCHAR(32) DEFAULT '', a TINYBLOB , b TINYBLOB ); INSERT INTO t (a, b) VALUES ('1pR3ukt4Ue1ddcv7l7cdLUtIvUrc','3KWeNropDQVN59sEvm1JNuyNGawl467fqCbpsyxZi9SsxJ8D0WLw6TdCCs2E7TOwtSD5g5rvVFelfdMCe59d9jJ06jpriiPl'); @@ -83,10 +75,6 @@ ALTER TABLE ti CHANGE COLUMN b b MEDIUMBLOB ; ALTER TABLE t CHANGE COLUMN b b LONGBLOB ; ALTER TABLE ti CHANGE COLUMN b b LONGBLOB ; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE t, ti; CREATE TABLE t (v VARCHAR(32) DEFAULT '', a TINYBLOB NOT NULL, b TINYBLOB NOT NULL); INSERT INTO t (a, b) VALUES ('ZCcIgA','TgeHsGJbqV0cK6PHoJXwkuk3KeExgjHUouDUAHtuyIrkkegjoIkgZk8Ue77o3Rb4bLsf674Xs0OuzlXFOcaSqU'); @@ -112,10 +100,6 @@ ALTER TABLE ti CHANGE COLUMN b b MEDIUMBLOB NOT NULL; ALTER TABLE t CHANGE COLUMN b b LONGBLOB NOT NULL; ALTER TABLE ti CHANGE COLUMN b b LONGBLOB NOT NULL; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE t, ti; CREATE TABLE t (v VARCHAR(32) DEFAULT '' NOT NULL, a TINYBLOB , b TINYBLOB ); INSERT INTO t (a, b) VALUES ('4','8COJIsoEwzuFuY0XobeNMr1uhHotDoFksHC4sKkv3MLMI0Rm1XHKUKkEfnFYeog0y1qbkhyM5OhUhczN4uUH2rwA3BZb00rHLE5cxCFsQqGr3RlAX4uDGshnxozQfi7DL3IlRqYjwy0ItkISRHGYwPpW3CuC3cMSOidb48kt1cqqzy7XWtA93KNpBJhcYxAyPO1on5U5N4fgOl0JOZRvzxR5m5yma378hXl3C5W'); @@ -141,10 +125,6 @@ ALTER TABLE ti CHANGE COLUMN b b MEDIUMBLOB ; ALTER TABLE t CHANGE COLUMN b b LONGBLOB ; ALTER TABLE ti CHANGE COLUMN b b LONGBLOB ; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE t, ti; CREATE TABLE t (v VARCHAR(32) DEFAULT '' NOT NULL, a TINYBLOB NOT NULL, b TINYBLOB NOT NULL); INSERT INTO t (a, b) VALUES ('zhUb9Hu5Wlv2kL3j9w','C4AQe2AZNlGu8CVuqp7Cygd1bF9pm7W6dBTdd6tAfe6Ac1GscSl'); @@ -170,10 +150,6 @@ ALTER TABLE ti CHANGE COLUMN b b MEDIUMBLOB NOT NULL; ALTER TABLE t CHANGE COLUMN b b LONGBLOB NOT NULL; ALTER TABLE ti CHANGE COLUMN b b LONGBLOB NOT NULL; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE t, ti; CREATE TABLE t (f INT DEFAULT 0, a TINYBLOB , b TINYBLOB ); INSERT INTO t (a, b) VALUES ('WdaEkmCiDOrvN5RGfjGGD17','Rv7pU4m11NDa2H2mE89d6ztify9OAlmPs'); @@ -199,10 +175,6 @@ ALTER TABLE ti CHANGE COLUMN b b MEDIUMBLOB ; ALTER TABLE t CHANGE COLUMN b b LONGBLOB ; ALTER TABLE ti CHANGE COLUMN b b LONGBLOB ; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE t, ti; CREATE TABLE t (f INT DEFAULT 0, a TINYBLOB NOT NULL, b TINYBLOB NOT NULL); INSERT INTO t (a, b) VALUES ('2ajs1f82ZmqPhqXBpaH','N8Xvw6uv9i7oZJZ'); @@ -228,10 +200,6 @@ ALTER TABLE ti CHANGE COLUMN b b MEDIUMBLOB NOT NULL; ALTER TABLE t CHANGE COLUMN b b LONGBLOB NOT NULL; ALTER TABLE ti CHANGE COLUMN b b LONGBLOB NOT NULL; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE t, ti; CREATE TABLE t (f INT DEFAULT 0, v VARCHAR(32) DEFAULT '', a TINYBLOB , b TINYBLOB ); INSERT INTO t (a, b) VALUES ('EznArw','vo6j2j3be9KBIlTHlP4bUwWKoZhbVrl6y8utY7cLGtoAMNy7xQSUjbQk7q1eWkzqjhbNqxWcROhC3YNQpizFk8rKTX9cCMuiGrDVBaVnHEaIQ5xhOrao1RDIYctYYn'); @@ -257,10 +225,6 @@ ALTER TABLE ti CHANGE COLUMN b b MEDIUMBLOB ; ALTER TABLE t CHANGE COLUMN b b LONGBLOB ; ALTER TABLE ti CHANGE COLUMN b b LONGBLOB ; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE t, ti; CREATE TABLE t (f INT DEFAULT 0, v VARCHAR(32) DEFAULT '', a TINYBLOB NOT NULL, b TINYBLOB NOT NULL); INSERT INTO t (a, b) VALUES ('lL','MjEImtvTwSkiFTBkVCjUv7ns1KFK6e7SQucDDCrKxVF9DLGnhNP1a4nnT9ix3PfdlCn08iu9FbMV0mVCisdmGhXgXxzjohZwBGrN54fLsg7L6h5O3KMvv2XeUB6AenAmZsKa6ZpRKYJiWmq64XLLocD9vjLDnRQ1Op10YuqBe08eNi0QU8oNJuMqnCrVLbw1a8bVrX6CvTRGETBPj4BWb2nyLCIQLZ2brn'); @@ -286,10 +250,6 @@ ALTER TABLE ti CHANGE COLUMN b b MEDIUMBLOB NOT NULL; ALTER TABLE t CHANGE COLUMN b b LONGBLOB NOT NULL; ALTER TABLE ti CHANGE COLUMN b b LONGBLOB NOT NULL; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE t, ti; CREATE TABLE t (f INT DEFAULT 0, v VARCHAR(32) DEFAULT '' NOT NULL, a TINYBLOB , b TINYBLOB ); INSERT INTO t (a, b) VALUES ('1N585BBQh0iEW93L','l6Rgi1dWfXEDfaibVhy8R3DvrDLuelXzLrwGW1FEQx2BgWGfzomHJfhGfzSVSqszNdifYmCyRheks'); @@ -315,10 +275,6 @@ ALTER TABLE ti CHANGE COLUMN b b MEDIUMBLOB ; ALTER TABLE t CHANGE COLUMN b b LONGBLOB ; ALTER TABLE ti CHANGE COLUMN b b LONGBLOB ; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE t, ti; CREATE TABLE t (f INT DEFAULT 0, v VARCHAR(32) DEFAULT '' NOT NULL, a TINYBLOB NOT NULL, b TINYBLOB NOT NULL); INSERT INTO t (a, b) VALUES ('HhNGpHAPWQ8','0Q5hSkbZLKKzavHJ7sZ7S9GKzds4BhnE'); @@ -344,10 +300,6 @@ ALTER TABLE ti CHANGE COLUMN b b MEDIUMBLOB NOT NULL; ALTER TABLE t CHANGE COLUMN b b LONGBLOB NOT NULL; ALTER TABLE ti CHANGE COLUMN b b LONGBLOB NOT NULL; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE t, ti; CREATE TABLE t (f INT DEFAULT 0 NOT NULL, a TINYBLOB , b TINYBLOB ); INSERT INTO t (a, b) VALUES ('8P49xApofl0PNKnNcmj','DhRrz27wl2mOIoYOvZb6UCzr4u4rxwCoAFrMuM92y3hFjIu0iLUa7xUUZe1F8doEg9nBHcFo5NY4DMm0PNYKpkerTYPmIwE2gnTcCq77SgqgyeM60MdFsnO34MLEEA35Zr3MjeuJ37oGjf6vfSNUpiL0UAmhfWwfO6tLqrHtUtJhNVMvIS1pdahZJTV'); @@ -373,10 +325,6 @@ ALTER TABLE ti CHANGE COLUMN b b MEDIUMBLOB ; ALTER TABLE t CHANGE COLUMN b b LONGBLOB ; ALTER TABLE ti CHANGE COLUMN b b LONGBLOB ; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE t, ti; CREATE TABLE t (f INT DEFAULT 0 NOT NULL, a TINYBLOB NOT NULL, b TINYBLOB NOT NULL); INSERT INTO t (a, b) VALUES ('hPDlpbufOe8shVHIYUo','W6SMefVaBzMArHmqFdw3Z9OAuZHMjfyQ'); @@ -402,10 +350,6 @@ ALTER TABLE ti CHANGE COLUMN b b MEDIUMBLOB NOT NULL; ALTER TABLE t CHANGE COLUMN b b LONGBLOB NOT NULL; ALTER TABLE ti CHANGE COLUMN b b LONGBLOB NOT NULL; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE t, ti; CREATE TABLE t (f INT DEFAULT 0 NOT NULL, v VARCHAR(32) DEFAULT '', a TINYBLOB , b TINYBLOB ); INSERT INTO t (a, b) VALUES ('rmCC1RZ8fu9Zq6DwO','0vLyV4LMJuHlwPG5245J5yVDuapHQWy3vqHdlTQkQGqJWcFUz0kDWL38DeyT8nQ5WLbDqGHREisps27bINC3Ew5p7Uuf4XBleBD12f6K7g59gWBnYxd6ZsYcwcphcMWq2c8bQmbwLy1fHQ2IJaCTTAjWGd4wBHcXyg5ogi9lomnebSeI1ox1HfjWI0H6GAdsHGibXcY7QPUgVOKA5BB7jrIVpj92YSW1YAbIJLSfncht4iUlSRdyA'); @@ -433,10 +377,6 @@ ALTER TABLE ti CHANGE COLUMN b b MEDIUMBLOB ; ALTER TABLE t CHANGE COLUMN b b LONGBLOB ; ALTER TABLE ti CHANGE COLUMN b b LONGBLOB ; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE t, ti; CREATE TABLE t (f INT DEFAULT 0 NOT NULL, v VARCHAR(32) DEFAULT '', a TINYBLOB NOT NULL, b TINYBLOB NOT NULL); INSERT INTO t (a, b) VALUES ('84XkENBIpBOSIA9X','LLq2mrmKvbMURprQVllY6xdk1TyqLir7dVBLIcXMsroq60cdRUdMKNHhsMReUaIovhRPz9K20MJ45FRldiEcPig0YPQpPRchf8or8X9FDk4dnLBstqPdWPRN4yKcpQQ8d'); @@ -462,10 +402,6 @@ ALTER TABLE ti CHANGE COLUMN b b MEDIUMBLOB NOT NULL; ALTER TABLE t CHANGE COLUMN b b LONGBLOB NOT NULL; ALTER TABLE ti CHANGE COLUMN b b LONGBLOB NOT NULL; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE t, ti; CREATE TABLE t (f INT DEFAULT 0 NOT NULL, v VARCHAR(32) DEFAULT '' NOT NULL, a TINYBLOB , b TINYBLOB ); INSERT INTO t (a, b) VALUES ('9jLJ0ZIO55FP61poxeO4L','qDlG0rPg6pQ7scksQFOqxTGZIaOHz90VSV78nGu0wQQzXIEBiNp4Kq7hDgs1eW5ot9uKyvz'); @@ -491,10 +427,6 @@ ALTER TABLE ti CHANGE COLUMN b b MEDIUMBLOB ; ALTER TABLE t CHANGE COLUMN b b LONGBLOB ; ALTER TABLE ti CHANGE COLUMN b b LONGBLOB ; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE t, ti; CREATE TABLE t (f INT DEFAULT 0 NOT NULL, v VARCHAR(32) DEFAULT '' NOT NULL, a TINYBLOB NOT NULL, b TINYBLOB NOT NULL); INSERT INTO t (a, b) VALUES ('Id','eKhtNKGQb2m0JpvyzVayefC7fAbhKzbR0wVzLCarlBdjxgEfVx4Fbm8C0uzQn9UuSsL5unnHgR2DQ9bzpbXY1ib7q5'); @@ -520,8 +452,4 @@ ALTER TABLE ti CHANGE COLUMN b b MEDIUMBLOB NOT NULL; ALTER TABLE t CHANGE COLUMN b b LONGBLOB NOT NULL; ALTER TABLE ti CHANGE COLUMN b b LONGBLOB NOT NULL; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE t, ti; diff --git a/storage/tokudb/mysql-test/tokudb/r/change_column_char_descriptor.result b/storage/tokudb/mysql-test/tokudb/r/change_column_char_descriptor.result index 5701a99dd04..127955d4733 100644 --- a/storage/tokudb/mysql-test/tokudb/r/change_column_char_descriptor.result +++ b/storage/tokudb/mysql-test/tokudb/r/change_column_char_descriptor.result @@ -33,8 +33,4 @@ e h k include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE t, ti; diff --git a/storage/tokudb/mysql-test/tokudb/r/change_column_char_rename.result b/storage/tokudb/mysql-test/tokudb/r/change_column_char_rename.result index 026c69c55b0..c6fae245138 100644 --- a/storage/tokudb/mysql-test/tokudb/r/change_column_char_rename.result +++ b/storage/tokudb/mysql-test/tokudb/r/change_column_char_rename.result @@ -536,10 +536,6 @@ ALTER TABLE ti CHANGE COLUMN b a CHAR(2); ALTER TABLE t CHANGE COLUMN a b CHAR(2); ALTER TABLE t CHANGE COLUMN b a CHAR(2); include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; ALTER TABLE t CHANGE COLUMN a b CHAR(3); ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version @@ -1066,10 +1062,6 @@ ALTER TABLE ti CHANGE COLUMN b a CHAR(3); ALTER TABLE t CHANGE COLUMN a b CHAR(3); ALTER TABLE t CHANGE COLUMN b a CHAR(3); include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; ALTER TABLE t CHANGE COLUMN a b CHAR(4); ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version @@ -1596,10 +1588,6 @@ ALTER TABLE ti CHANGE COLUMN b a CHAR(4); ALTER TABLE t CHANGE COLUMN a b CHAR(4); ALTER TABLE t CHANGE COLUMN b a CHAR(4); include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; ALTER TABLE t CHANGE COLUMN a b CHAR(5); ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version @@ -2124,10 +2112,6 @@ ALTER TABLE ti CHANGE COLUMN b a CHAR(5); ALTER TABLE t CHANGE COLUMN a b CHAR(5); ALTER TABLE t CHANGE COLUMN b a CHAR(5); include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; ALTER TABLE t CHANGE COLUMN a b CHAR(6); ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version @@ -2650,10 +2634,6 @@ ALTER TABLE ti CHANGE COLUMN b a CHAR(6); ALTER TABLE t CHANGE COLUMN a b CHAR(6); ALTER TABLE t CHANGE COLUMN b a CHAR(6); include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; ALTER TABLE t CHANGE COLUMN a b CHAR(7); ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version @@ -3176,10 +3156,6 @@ ALTER TABLE ti CHANGE COLUMN b a CHAR(7); ALTER TABLE t CHANGE COLUMN a b CHAR(7); ALTER TABLE t CHANGE COLUMN b a CHAR(7); include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; ALTER TABLE t CHANGE COLUMN a b CHAR(8); ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version @@ -3702,10 +3678,6 @@ ALTER TABLE ti CHANGE COLUMN b a CHAR(8); ALTER TABLE t CHANGE COLUMN a b CHAR(8); ALTER TABLE t CHANGE COLUMN b a CHAR(8); include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; ALTER TABLE t CHANGE COLUMN a b CHAR(9); ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version @@ -4242,10 +4214,6 @@ ALTER TABLE ti CHANGE COLUMN b a CHAR(16); ALTER TABLE t CHANGE COLUMN a b CHAR(16); ALTER TABLE t CHANGE COLUMN b a CHAR(16); include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; ALTER TABLE t CHANGE COLUMN a b CHAR(17); ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version @@ -4796,10 +4764,6 @@ ALTER TABLE ti CHANGE COLUMN b a CHAR(31); ALTER TABLE t CHANGE COLUMN a b CHAR(31); ALTER TABLE t CHANGE COLUMN b a CHAR(31); include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; ALTER TABLE t CHANGE COLUMN a b CHAR(32); ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version @@ -5322,10 +5286,6 @@ ALTER TABLE ti CHANGE COLUMN b a CHAR(32); ALTER TABLE t CHANGE COLUMN a b CHAR(32); ALTER TABLE t CHANGE COLUMN b a CHAR(32); include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; ALTER TABLE t CHANGE COLUMN a b CHAR(33); ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version @@ -5908,10 +5868,6 @@ ALTER TABLE ti CHANGE COLUMN b a CHAR(63); ALTER TABLE t CHANGE COLUMN a b CHAR(63); ALTER TABLE t CHANGE COLUMN b a CHAR(63); include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; ALTER TABLE t CHANGE COLUMN a b CHAR(64); ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version @@ -6434,10 +6390,6 @@ ALTER TABLE ti CHANGE COLUMN b a CHAR(64); ALTER TABLE t CHANGE COLUMN a b CHAR(64); ALTER TABLE t CHANGE COLUMN b a CHAR(64); include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; ALTER TABLE t CHANGE COLUMN a b CHAR(65); ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version @@ -7084,10 +7036,6 @@ ALTER TABLE ti CHANGE COLUMN b a CHAR(127); ALTER TABLE t CHANGE COLUMN a b CHAR(127); ALTER TABLE t CHANGE COLUMN b a CHAR(127); include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; ALTER TABLE t CHANGE COLUMN a b CHAR(128); ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version @@ -7610,10 +7558,6 @@ ALTER TABLE ti CHANGE COLUMN b a CHAR(128); ALTER TABLE t CHANGE COLUMN a b CHAR(128); ALTER TABLE t CHANGE COLUMN b a CHAR(128); include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; ALTER TABLE t CHANGE COLUMN a b CHAR(129); ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version @@ -8386,10 +8330,6 @@ ALTER TABLE ti CHANGE COLUMN b a CHAR(254); ALTER TABLE t CHANGE COLUMN a b CHAR(254); ALTER TABLE t CHANGE COLUMN b a CHAR(254); include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; ALTER TABLE t CHANGE COLUMN a b CHAR(255); ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version @@ -8912,9 +8852,5 @@ ALTER TABLE ti CHANGE COLUMN b a CHAR(255); ALTER TABLE t CHANGE COLUMN a b CHAR(255); ALTER TABLE t CHANGE COLUMN b a CHAR(255); include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; DROP TABLE t; diff --git a/storage/tokudb/mysql-test/tokudb/r/change_column_int.result b/storage/tokudb/mysql-test/tokudb/r/change_column_int.result index 48245dd0f32..c261cdf1ac6 100644 --- a/storage/tokudb/mysql-test/tokudb/r/change_column_int.result +++ b/storage/tokudb/mysql-test/tokudb/r/change_column_int.result @@ -13,10 +13,6 @@ INSERT INTO ti SELECT * from t; ALTER TABLE ti CHANGE COLUMN a a TINYINT; ALTER TABLE t CHANGE COLUMN a a TINYINT; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; DROP TABLE t; CREATE TABLE t (a TINYINT); @@ -31,10 +27,6 @@ INSERT INTO ti SELECT * from t; ALTER TABLE ti CHANGE COLUMN a a SMALLINT; ALTER TABLE t CHANGE COLUMN a a SMALLINT; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; DROP TABLE t; CREATE TABLE t (a TINYINT); @@ -49,10 +41,6 @@ INSERT INTO ti SELECT * from t; ALTER TABLE ti CHANGE COLUMN a a MEDIUMINT; ALTER TABLE t CHANGE COLUMN a a MEDIUMINT; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; DROP TABLE t; CREATE TABLE t (a TINYINT); @@ -67,10 +55,6 @@ INSERT INTO ti SELECT * from t; ALTER TABLE ti CHANGE COLUMN a a INT; ALTER TABLE t CHANGE COLUMN a a INT; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; DROP TABLE t; CREATE TABLE t (a TINYINT); @@ -85,10 +69,6 @@ INSERT INTO ti SELECT * from t; ALTER TABLE ti CHANGE COLUMN a a BIGINT; ALTER TABLE t CHANGE COLUMN a a BIGINT; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; DROP TABLE t; CREATE TABLE t (a SMALLINT); @@ -107,10 +87,6 @@ INSERT INTO ti SELECT * from t; ALTER TABLE ti CHANGE COLUMN a a SMALLINT; ALTER TABLE t CHANGE COLUMN a a SMALLINT; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; DROP TABLE t; CREATE TABLE t (a SMALLINT); @@ -125,10 +101,6 @@ INSERT INTO ti SELECT * from t; ALTER TABLE ti CHANGE COLUMN a a MEDIUMINT; ALTER TABLE t CHANGE COLUMN a a MEDIUMINT; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; DROP TABLE t; CREATE TABLE t (a SMALLINT); @@ -143,10 +115,6 @@ INSERT INTO ti SELECT * from t; ALTER TABLE ti CHANGE COLUMN a a INT; ALTER TABLE t CHANGE COLUMN a a INT; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; DROP TABLE t; CREATE TABLE t (a SMALLINT); @@ -161,10 +129,6 @@ INSERT INTO ti SELECT * from t; ALTER TABLE ti CHANGE COLUMN a a BIGINT; ALTER TABLE t CHANGE COLUMN a a BIGINT; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; DROP TABLE t; CREATE TABLE t (a MEDIUMINT); @@ -187,10 +151,6 @@ INSERT INTO ti SELECT * from t; ALTER TABLE ti CHANGE COLUMN a a MEDIUMINT; ALTER TABLE t CHANGE COLUMN a a MEDIUMINT; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; DROP TABLE t; CREATE TABLE t (a MEDIUMINT); @@ -205,10 +165,6 @@ INSERT INTO ti SELECT * from t; ALTER TABLE ti CHANGE COLUMN a a INT; ALTER TABLE t CHANGE COLUMN a a INT; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; DROP TABLE t; CREATE TABLE t (a MEDIUMINT); @@ -223,10 +179,6 @@ INSERT INTO ti SELECT * from t; ALTER TABLE ti CHANGE COLUMN a a BIGINT; ALTER TABLE t CHANGE COLUMN a a BIGINT; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; DROP TABLE t; CREATE TABLE t (a INT); @@ -252,10 +204,6 @@ INSERT INTO ti SELECT * from t; ALTER TABLE ti CHANGE COLUMN a a INT; ALTER TABLE t CHANGE COLUMN a a INT; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; DROP TABLE t; CREATE TABLE t (a INT); @@ -269,10 +217,6 @@ INSERT INTO ti SELECT * from t; ALTER TABLE ti CHANGE COLUMN a a BIGINT; ALTER TABLE t CHANGE COLUMN a a BIGINT; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; DROP TABLE t; CREATE TABLE t (a BIGINT); @@ -302,10 +246,6 @@ INSERT INTO ti SELECT * from t; ALTER TABLE ti CHANGE COLUMN a a BIGINT; ALTER TABLE t CHANGE COLUMN a a BIGINT; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; DROP TABLE t; CREATE TABLE t (a TINYINT UNSIGNED); @@ -318,10 +258,6 @@ INSERT INTO ti SELECT * from t; ALTER TABLE ti CHANGE COLUMN a a TINYINT UNSIGNED; ALTER TABLE t CHANGE COLUMN a a TINYINT UNSIGNED; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; DROP TABLE t; CREATE TABLE t (a TINYINT UNSIGNED); @@ -334,10 +270,6 @@ INSERT INTO ti SELECT * from t; ALTER TABLE ti CHANGE COLUMN a a SMALLINT UNSIGNED; ALTER TABLE t CHANGE COLUMN a a SMALLINT UNSIGNED; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; DROP TABLE t; CREATE TABLE t (a TINYINT UNSIGNED); @@ -350,10 +282,6 @@ INSERT INTO ti SELECT * from t; ALTER TABLE ti CHANGE COLUMN a a MEDIUMINT UNSIGNED; ALTER TABLE t CHANGE COLUMN a a MEDIUMINT UNSIGNED; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; DROP TABLE t; CREATE TABLE t (a TINYINT UNSIGNED); @@ -366,10 +294,6 @@ INSERT INTO ti SELECT * from t; ALTER TABLE ti CHANGE COLUMN a a INT UNSIGNED; ALTER TABLE t CHANGE COLUMN a a INT UNSIGNED; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; DROP TABLE t; CREATE TABLE t (a TINYINT UNSIGNED); @@ -382,10 +306,6 @@ INSERT INTO ti SELECT * from t; ALTER TABLE ti CHANGE COLUMN a a BIGINT UNSIGNED; ALTER TABLE t CHANGE COLUMN a a BIGINT UNSIGNED; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; DROP TABLE t; CREATE TABLE t (a SMALLINT UNSIGNED); @@ -402,10 +322,6 @@ INSERT INTO ti SELECT * from t; ALTER TABLE ti CHANGE COLUMN a a SMALLINT UNSIGNED; ALTER TABLE t CHANGE COLUMN a a SMALLINT UNSIGNED; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; DROP TABLE t; CREATE TABLE t (a SMALLINT UNSIGNED); @@ -418,10 +334,6 @@ INSERT INTO ti SELECT * from t; ALTER TABLE ti CHANGE COLUMN a a MEDIUMINT UNSIGNED; ALTER TABLE t CHANGE COLUMN a a MEDIUMINT UNSIGNED; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; DROP TABLE t; CREATE TABLE t (a SMALLINT UNSIGNED); @@ -434,10 +346,6 @@ INSERT INTO ti SELECT * from t; ALTER TABLE ti CHANGE COLUMN a a INT UNSIGNED; ALTER TABLE t CHANGE COLUMN a a INT UNSIGNED; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; DROP TABLE t; CREATE TABLE t (a SMALLINT UNSIGNED); @@ -450,10 +358,6 @@ INSERT INTO ti SELECT * from t; ALTER TABLE ti CHANGE COLUMN a a BIGINT UNSIGNED; ALTER TABLE t CHANGE COLUMN a a BIGINT UNSIGNED; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; DROP TABLE t; CREATE TABLE t (a MEDIUMINT UNSIGNED); @@ -474,10 +378,6 @@ INSERT INTO ti SELECT * from t; ALTER TABLE ti CHANGE COLUMN a a MEDIUMINT UNSIGNED; ALTER TABLE t CHANGE COLUMN a a MEDIUMINT UNSIGNED; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; DROP TABLE t; CREATE TABLE t (a MEDIUMINT UNSIGNED); @@ -490,10 +390,6 @@ INSERT INTO ti SELECT * from t; ALTER TABLE ti CHANGE COLUMN a a INT UNSIGNED; ALTER TABLE t CHANGE COLUMN a a INT UNSIGNED; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; DROP TABLE t; CREATE TABLE t (a MEDIUMINT UNSIGNED); @@ -506,10 +402,6 @@ INSERT INTO ti SELECT * from t; ALTER TABLE ti CHANGE COLUMN a a BIGINT UNSIGNED; ALTER TABLE t CHANGE COLUMN a a BIGINT UNSIGNED; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; DROP TABLE t; CREATE TABLE t (a INT UNSIGNED); @@ -534,10 +426,6 @@ INSERT INTO ti SELECT * from t; ALTER TABLE ti CHANGE COLUMN a a INT UNSIGNED; ALTER TABLE t CHANGE COLUMN a a INT UNSIGNED; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; DROP TABLE t; CREATE TABLE t (a INT UNSIGNED); @@ -550,10 +438,6 @@ INSERT INTO ti SELECT * from t; ALTER TABLE ti CHANGE COLUMN a a BIGINT UNSIGNED; ALTER TABLE t CHANGE COLUMN a a BIGINT UNSIGNED; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; DROP TABLE t; CREATE TABLE t (a BIGINT UNSIGNED); @@ -582,9 +466,5 @@ INSERT INTO ti SELECT * from t; ALTER TABLE ti CHANGE COLUMN a a BIGINT UNSIGNED; ALTER TABLE t CHANGE COLUMN a a BIGINT UNSIGNED; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; DROP TABLE t; diff --git a/storage/tokudb/mysql-test/tokudb/r/change_column_int_descriptor.result b/storage/tokudb/mysql-test/tokudb/r/change_column_int_descriptor.result index f0ef2fe8dee..863a83c991b 100644 --- a/storage/tokudb/mysql-test/tokudb/r/change_column_int_descriptor.result +++ b/storage/tokudb/mysql-test/tokudb/r/change_column_int_descriptor.result @@ -33,8 +33,4 @@ b 8 11 include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE t, ti; diff --git a/storage/tokudb/mysql-test/tokudb/r/change_column_int_rename.result b/storage/tokudb/mysql-test/tokudb/r/change_column_int_rename.result index 74afa00ee20..804311ce55c 100644 --- a/storage/tokudb/mysql-test/tokudb/r/change_column_int_rename.result +++ b/storage/tokudb/mysql-test/tokudb/r/change_column_int_rename.result @@ -15,10 +15,6 @@ ALTER TABLE t CHANGE COLUMN a aa TINYINT; ALTER TABLE t CHANGE COLUMN aa a TINYINT; ALTER TABLE ti CHANGE COLUMN aa a TINYINT; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; DROP TABLE t; CREATE TABLE t (a TINYINT); @@ -55,10 +51,6 @@ ALTER TABLE t CHANGE COLUMN a aa SMALLINT; ALTER TABLE t CHANGE COLUMN aa a SMALLINT; ALTER TABLE ti CHANGE COLUMN aa a SMALLINT; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; DROP TABLE t; CREATE TABLE t (a SMALLINT); @@ -95,10 +87,6 @@ ALTER TABLE t CHANGE COLUMN a aa MEDIUMINT; ALTER TABLE t CHANGE COLUMN aa a MEDIUMINT; ALTER TABLE ti CHANGE COLUMN aa a MEDIUMINT; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; DROP TABLE t; CREATE TABLE t (a MEDIUMINT); @@ -134,10 +122,6 @@ ALTER TABLE t CHANGE COLUMN a aa INT; ALTER TABLE t CHANGE COLUMN aa a INT; ALTER TABLE ti CHANGE COLUMN aa a INT; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; DROP TABLE t; CREATE TABLE t (a INT); @@ -173,10 +157,6 @@ ALTER TABLE t CHANGE COLUMN a aa BIGINT; ALTER TABLE t CHANGE COLUMN aa a BIGINT; ALTER TABLE ti CHANGE COLUMN aa a BIGINT; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; DROP TABLE t; CREATE TABLE t (a TINYINT UNSIGNED); @@ -191,10 +171,6 @@ ALTER TABLE t CHANGE COLUMN a aa TINYINT UNSIGNED; ALTER TABLE t CHANGE COLUMN aa a TINYINT UNSIGNED; ALTER TABLE ti CHANGE COLUMN aa a TINYINT UNSIGNED; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; DROP TABLE t; CREATE TABLE t (a TINYINT UNSIGNED); @@ -229,10 +205,6 @@ ALTER TABLE t CHANGE COLUMN a aa SMALLINT UNSIGNED; ALTER TABLE t CHANGE COLUMN aa a SMALLINT UNSIGNED; ALTER TABLE ti CHANGE COLUMN aa a SMALLINT UNSIGNED; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; DROP TABLE t; CREATE TABLE t (a SMALLINT UNSIGNED); @@ -267,10 +239,6 @@ ALTER TABLE t CHANGE COLUMN a aa MEDIUMINT UNSIGNED; ALTER TABLE t CHANGE COLUMN aa a MEDIUMINT UNSIGNED; ALTER TABLE ti CHANGE COLUMN aa a MEDIUMINT UNSIGNED; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; DROP TABLE t; CREATE TABLE t (a MEDIUMINT UNSIGNED); @@ -305,10 +273,6 @@ ALTER TABLE t CHANGE COLUMN a aa INT UNSIGNED; ALTER TABLE t CHANGE COLUMN aa a INT UNSIGNED; ALTER TABLE ti CHANGE COLUMN aa a INT UNSIGNED; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; DROP TABLE t; CREATE TABLE t (a INT UNSIGNED); @@ -343,9 +307,5 @@ ALTER TABLE t CHANGE COLUMN a aa BIGINT UNSIGNED; ALTER TABLE t CHANGE COLUMN aa a BIGINT UNSIGNED; ALTER TABLE ti CHANGE COLUMN aa a BIGINT UNSIGNED; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE ti; DROP TABLE t; diff --git a/storage/tokudb/mysql-test/tokudb/r/change_column_text_data.result b/storage/tokudb/mysql-test/tokudb/r/change_column_text_data.result index f5c3c7f82a7..222e4b811a1 100644 --- a/storage/tokudb/mysql-test/tokudb/r/change_column_text_data.result +++ b/storage/tokudb/mysql-test/tokudb/r/change_column_text_data.result @@ -25,10 +25,6 @@ ALTER TABLE ti CHANGE COLUMN b b MEDIUMTEXT ; ALTER TABLE t CHANGE COLUMN b b LONGTEXT ; ALTER TABLE ti CHANGE COLUMN b b LONGTEXT ; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE t, ti; CREATE TABLE t (a TINYTEXT NOT NULL, b TINYTEXT NOT NULL); INSERT INTO t (a, b) VALUES ('T3V0h0kB7Z43jqSTiaI','czB9GVLA611e55NpukvYdrc4UOTWiIFEfvtvXcTMbn8TFqhie2D3gRzU5AjZoxtSSMMMcsWl0wnsoWtK2tfGQCRgayc9pv0t4NRCFwlH2Un3cpiiQdW59gYphjYXlE1q5ABTuPPv32nb0Ws5deOTxIc11qWPfYnHeuZ91SG94wXYxQLKAqMx1EHaUssU8N6cz8JKrJTVvp5cA4nbGgFLZKOEvqFuHq1mgcaFm71NvcOui2BaVRfUbl64shd'); @@ -54,10 +50,6 @@ ALTER TABLE ti CHANGE COLUMN b b MEDIUMTEXT NOT NULL; ALTER TABLE t CHANGE COLUMN b b LONGTEXT NOT NULL; ALTER TABLE ti CHANGE COLUMN b b LONGTEXT NOT NULL; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE t, ti; CREATE TABLE t (v VARCHAR(32) DEFAULT '', a TINYTEXT , b TINYTEXT ); INSERT INTO t (a, b) VALUES ('1pR3ukt4Ue1ddcv7l7cdLUtIvUrc','3KWeNropDQVN59sEvm1JNuyNGawl467fqCbpsyxZi9SsxJ8D0WLw6TdCCs2E7TOwtSD5g5rvVFelfdMCe59d9jJ06jpriiPl'); @@ -83,10 +75,6 @@ ALTER TABLE ti CHANGE COLUMN b b MEDIUMTEXT ; ALTER TABLE t CHANGE COLUMN b b LONGTEXT ; ALTER TABLE ti CHANGE COLUMN b b LONGTEXT ; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE t, ti; CREATE TABLE t (v VARCHAR(32) DEFAULT '', a TINYTEXT NOT NULL, b TINYTEXT NOT NULL); INSERT INTO t (a, b) VALUES ('ZCcIgA','TgeHsGJbqV0cK6PHoJXwkuk3KeExgjHUouDUAHtuyIrkkegjoIkgZk8Ue77o3Rb4bLsf674Xs0OuzlXFOcaSqU'); @@ -112,10 +100,6 @@ ALTER TABLE ti CHANGE COLUMN b b MEDIUMTEXT NOT NULL; ALTER TABLE t CHANGE COLUMN b b LONGTEXT NOT NULL; ALTER TABLE ti CHANGE COLUMN b b LONGTEXT NOT NULL; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE t, ti; CREATE TABLE t (v VARCHAR(32) DEFAULT '' NOT NULL, a TINYTEXT , b TINYTEXT ); INSERT INTO t (a, b) VALUES ('4','8COJIsoEwzuFuY0XobeNMr1uhHotDoFksHC4sKkv3MLMI0Rm1XHKUKkEfnFYeog0y1qbkhyM5OhUhczN4uUH2rwA3BZb00rHLE5cxCFsQqGr3RlAX4uDGshnxozQfi7DL3IlRqYjwy0ItkISRHGYwPpW3CuC3cMSOidb48kt1cqqzy7XWtA93KNpBJhcYxAyPO1on5U5N4fgOl0JOZRvzxR5m5yma378hXl3C5W'); @@ -141,10 +125,6 @@ ALTER TABLE ti CHANGE COLUMN b b MEDIUMTEXT ; ALTER TABLE t CHANGE COLUMN b b LONGTEXT ; ALTER TABLE ti CHANGE COLUMN b b LONGTEXT ; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE t, ti; CREATE TABLE t (v VARCHAR(32) DEFAULT '' NOT NULL, a TINYTEXT NOT NULL, b TINYTEXT NOT NULL); INSERT INTO t (a, b) VALUES ('zhUb9Hu5Wlv2kL3j9w','C4AQe2AZNlGu8CVuqp7Cygd1bF9pm7W6dBTdd6tAfe6Ac1GscSl'); @@ -170,10 +150,6 @@ ALTER TABLE ti CHANGE COLUMN b b MEDIUMTEXT NOT NULL; ALTER TABLE t CHANGE COLUMN b b LONGTEXT NOT NULL; ALTER TABLE ti CHANGE COLUMN b b LONGTEXT NOT NULL; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE t, ti; CREATE TABLE t (f INT DEFAULT 0, a TINYTEXT , b TINYTEXT ); INSERT INTO t (a, b) VALUES ('WdaEkmCiDOrvN5RGfjGGD17','Rv7pU4m11NDa2H2mE89d6ztify9OAlmPs'); @@ -199,10 +175,6 @@ ALTER TABLE ti CHANGE COLUMN b b MEDIUMTEXT ; ALTER TABLE t CHANGE COLUMN b b LONGTEXT ; ALTER TABLE ti CHANGE COLUMN b b LONGTEXT ; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE t, ti; CREATE TABLE t (f INT DEFAULT 0, a TINYTEXT NOT NULL, b TINYTEXT NOT NULL); INSERT INTO t (a, b) VALUES ('2ajs1f82ZmqPhqXBpaH','N8Xvw6uv9i7oZJZ'); @@ -228,10 +200,6 @@ ALTER TABLE ti CHANGE COLUMN b b MEDIUMTEXT NOT NULL; ALTER TABLE t CHANGE COLUMN b b LONGTEXT NOT NULL; ALTER TABLE ti CHANGE COLUMN b b LONGTEXT NOT NULL; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE t, ti; CREATE TABLE t (f INT DEFAULT 0, v VARCHAR(32) DEFAULT '', a TINYTEXT , b TINYTEXT ); INSERT INTO t (a, b) VALUES ('EznArw','vo6j2j3be9KBIlTHlP4bUwWKoZhbVrl6y8utY7cLGtoAMNy7xQSUjbQk7q1eWkzqjhbNqxWcROhC3YNQpizFk8rKTX9cCMuiGrDVBaVnHEaIQ5xhOrao1RDIYctYYn'); @@ -257,10 +225,6 @@ ALTER TABLE ti CHANGE COLUMN b b MEDIUMTEXT ; ALTER TABLE t CHANGE COLUMN b b LONGTEXT ; ALTER TABLE ti CHANGE COLUMN b b LONGTEXT ; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE t, ti; CREATE TABLE t (f INT DEFAULT 0, v VARCHAR(32) DEFAULT '', a TINYTEXT NOT NULL, b TINYTEXT NOT NULL); INSERT INTO t (a, b) VALUES ('lL','MjEImtvTwSkiFTBkVCjUv7ns1KFK6e7SQucDDCrKxVF9DLGnhNP1a4nnT9ix3PfdlCn08iu9FbMV0mVCisdmGhXgXxzjohZwBGrN54fLsg7L6h5O3KMvv2XeUB6AenAmZsKa6ZpRKYJiWmq64XLLocD9vjLDnRQ1Op10YuqBe08eNi0QU8oNJuMqnCrVLbw1a8bVrX6CvTRGETBPj4BWb2nyLCIQLZ2brn'); @@ -286,10 +250,6 @@ ALTER TABLE ti CHANGE COLUMN b b MEDIUMTEXT NOT NULL; ALTER TABLE t CHANGE COLUMN b b LONGTEXT NOT NULL; ALTER TABLE ti CHANGE COLUMN b b LONGTEXT NOT NULL; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE t, ti; CREATE TABLE t (f INT DEFAULT 0, v VARCHAR(32) DEFAULT '' NOT NULL, a TINYTEXT , b TINYTEXT ); INSERT INTO t (a, b) VALUES ('1N585BBQh0iEW93L','l6Rgi1dWfXEDfaibVhy8R3DvrDLuelXzLrwGW1FEQx2BgWGfzomHJfhGfzSVSqszNdifYmCyRheks'); @@ -315,10 +275,6 @@ ALTER TABLE ti CHANGE COLUMN b b MEDIUMTEXT ; ALTER TABLE t CHANGE COLUMN b b LONGTEXT ; ALTER TABLE ti CHANGE COLUMN b b LONGTEXT ; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE t, ti; CREATE TABLE t (f INT DEFAULT 0, v VARCHAR(32) DEFAULT '' NOT NULL, a TINYTEXT NOT NULL, b TINYTEXT NOT NULL); INSERT INTO t (a, b) VALUES ('HhNGpHAPWQ8','0Q5hSkbZLKKzavHJ7sZ7S9GKzds4BhnE'); @@ -344,10 +300,6 @@ ALTER TABLE ti CHANGE COLUMN b b MEDIUMTEXT NOT NULL; ALTER TABLE t CHANGE COLUMN b b LONGTEXT NOT NULL; ALTER TABLE ti CHANGE COLUMN b b LONGTEXT NOT NULL; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE t, ti; CREATE TABLE t (f INT DEFAULT 0 NOT NULL, a TINYTEXT , b TINYTEXT ); INSERT INTO t (a, b) VALUES ('8P49xApofl0PNKnNcmj','DhRrz27wl2mOIoYOvZb6UCzr4u4rxwCoAFrMuM92y3hFjIu0iLUa7xUUZe1F8doEg9nBHcFo5NY4DMm0PNYKpkerTYPmIwE2gnTcCq77SgqgyeM60MdFsnO34MLEEA35Zr3MjeuJ37oGjf6vfSNUpiL0UAmhfWwfO6tLqrHtUtJhNVMvIS1pdahZJTV'); @@ -373,10 +325,6 @@ ALTER TABLE ti CHANGE COLUMN b b MEDIUMTEXT ; ALTER TABLE t CHANGE COLUMN b b LONGTEXT ; ALTER TABLE ti CHANGE COLUMN b b LONGTEXT ; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE t, ti; CREATE TABLE t (f INT DEFAULT 0 NOT NULL, a TINYTEXT NOT NULL, b TINYTEXT NOT NULL); INSERT INTO t (a, b) VALUES ('hPDlpbufOe8shVHIYUo','W6SMefVaBzMArHmqFdw3Z9OAuZHMjfyQ'); @@ -402,10 +350,6 @@ ALTER TABLE ti CHANGE COLUMN b b MEDIUMTEXT NOT NULL; ALTER TABLE t CHANGE COLUMN b b LONGTEXT NOT NULL; ALTER TABLE ti CHANGE COLUMN b b LONGTEXT NOT NULL; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE t, ti; CREATE TABLE t (f INT DEFAULT 0 NOT NULL, v VARCHAR(32) DEFAULT '', a TINYTEXT , b TINYTEXT ); INSERT INTO t (a, b) VALUES ('rmCC1RZ8fu9Zq6DwO','0vLyV4LMJuHlwPG5245J5yVDuapHQWy3vqHdlTQkQGqJWcFUz0kDWL38DeyT8nQ5WLbDqGHREisps27bINC3Ew5p7Uuf4XBleBD12f6K7g59gWBnYxd6ZsYcwcphcMWq2c8bQmbwLy1fHQ2IJaCTTAjWGd4wBHcXyg5ogi9lomnebSeI1ox1HfjWI0H6GAdsHGibXcY7QPUgVOKA5BB7jrIVpj92YSW1YAbIJLSfncht4iUlSRdyA'); @@ -433,10 +377,6 @@ ALTER TABLE ti CHANGE COLUMN b b MEDIUMTEXT ; ALTER TABLE t CHANGE COLUMN b b LONGTEXT ; ALTER TABLE ti CHANGE COLUMN b b LONGTEXT ; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE t, ti; CREATE TABLE t (f INT DEFAULT 0 NOT NULL, v VARCHAR(32) DEFAULT '', a TINYTEXT NOT NULL, b TINYTEXT NOT NULL); INSERT INTO t (a, b) VALUES ('84XkENBIpBOSIA9X','LLq2mrmKvbMURprQVllY6xdk1TyqLir7dVBLIcXMsroq60cdRUdMKNHhsMReUaIovhRPz9K20MJ45FRldiEcPig0YPQpPRchf8or8X9FDk4dnLBstqPdWPRN4yKcpQQ8d'); @@ -462,10 +402,6 @@ ALTER TABLE ti CHANGE COLUMN b b MEDIUMTEXT NOT NULL; ALTER TABLE t CHANGE COLUMN b b LONGTEXT NOT NULL; ALTER TABLE ti CHANGE COLUMN b b LONGTEXT NOT NULL; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE t, ti; CREATE TABLE t (f INT DEFAULT 0 NOT NULL, v VARCHAR(32) DEFAULT '' NOT NULL, a TINYTEXT , b TINYTEXT ); INSERT INTO t (a, b) VALUES ('9jLJ0ZIO55FP61poxeO4L','qDlG0rPg6pQ7scksQFOqxTGZIaOHz90VSV78nGu0wQQzXIEBiNp4Kq7hDgs1eW5ot9uKyvz'); @@ -491,10 +427,6 @@ ALTER TABLE ti CHANGE COLUMN b b MEDIUMTEXT ; ALTER TABLE t CHANGE COLUMN b b LONGTEXT ; ALTER TABLE ti CHANGE COLUMN b b LONGTEXT ; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE t, ti; CREATE TABLE t (f INT DEFAULT 0 NOT NULL, v VARCHAR(32) DEFAULT '' NOT NULL, a TINYTEXT NOT NULL, b TINYTEXT NOT NULL); INSERT INTO t (a, b) VALUES ('Id','eKhtNKGQb2m0JpvyzVayefC7fAbhKzbR0wVzLCarlBdjxgEfVx4Fbm8C0uzQn9UuSsL5unnHgR2DQ9bzpbXY1ib7q5'); @@ -520,8 +452,4 @@ ALTER TABLE ti CHANGE COLUMN b b MEDIUMTEXT NOT NULL; ALTER TABLE t CHANGE COLUMN b b LONGTEXT NOT NULL; ALTER TABLE ti CHANGE COLUMN b b LONGTEXT NOT NULL; include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE t, ti; diff --git a/storage/tokudb/mysql-test/tokudb/r/change_column_varbin_descriptor.result b/storage/tokudb/mysql-test/tokudb/r/change_column_varbin_descriptor.result index 32090112e58..ae0e4f90afd 100644 --- a/storage/tokudb/mysql-test/tokudb/r/change_column_varbin_descriptor.result +++ b/storage/tokudb/mysql-test/tokudb/r/change_column_varbin_descriptor.result @@ -33,8 +33,4 @@ e h k include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE t, ti; diff --git a/storage/tokudb/mysql-test/tokudb/r/change_column_varchar_descriptor.result b/storage/tokudb/mysql-test/tokudb/r/change_column_varchar_descriptor.result index 5f500ab801b..e11b2430405 100644 --- a/storage/tokudb/mysql-test/tokudb/r/change_column_varchar_descriptor.result +++ b/storage/tokudb/mysql-test/tokudb/r/change_column_varchar_descriptor.result @@ -33,8 +33,4 @@ e h k include/diff_tables.inc [test.t, test.ti] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead DROP TABLE t, ti; diff --git a/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_all_add.result b/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_all_add.result index f7c9e992eef..878792f47d9 100644 --- a/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_all_add.result +++ b/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_all_add.result @@ -70,17 +70,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL; alter table bar add column added_1 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -152,17 +144,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1; alter table bar add column added_2 bigint default -1; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -234,17 +218,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1; alter table bar add column added_3 bigint NOT NULL default -1; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -316,17 +292,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL; alter table bar add column added_4 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -398,17 +366,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty"; alter table bar add column added_5 varchar(10) default "qwerty"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -480,17 +440,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt"; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -562,17 +514,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL; alter table bar add column added_7 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -644,17 +588,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL; alter table bar add column added_8 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -726,17 +662,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first; alter table bar add column added_1 bigint default NULL first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -808,17 +736,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first; alter table bar add column added_2 bigint default -1 first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -890,17 +810,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first; alter table bar add column added_3 bigint NOT NULL default -1 first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -972,17 +884,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first; alter table bar add column added_4 varchar(10) default NULL first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1054,17 +958,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first; alter table bar add column added_5 varchar(10) default "qwerty" first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1136,17 +1032,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1218,17 +1106,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first; alter table bar add column added_7 text default NULL first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1300,17 +1180,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first; alter table bar add column added_8 mediumtext default NULL first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1382,17 +1254,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after b; alter table bar add column added_1 bigint default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1464,17 +1328,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after b; alter table bar add column added_2 bigint default -1 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1546,17 +1402,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after b; alter table bar add column added_3 bigint NOT NULL default -1 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1628,17 +1476,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after b; alter table bar add column added_4 varchar(10) default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1710,17 +1550,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after b; alter table bar add column added_5 varchar(10) default "qwerty" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1792,17 +1624,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after b; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1874,17 +1698,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after b; alter table bar add column added_7 text default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1956,17 +1772,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after b; alter table bar add column added_8 mediumtext default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2038,17 +1846,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_11 bigint default NULL; alter table bar add column added_1 bigint default NULL, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2120,17 +1920,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_21 bigint default 1234; alter table bar add column added_1 bigint default NULL, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2202,17 +1994,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_31 bigint NOT NULL default 54; alter table bar add column added_1 bigint default NULL, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2284,17 +2068,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_41 varchar(10) default NULL; alter table bar add column added_1 bigint default NULL, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2366,17 +2142,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_1 bigint default NULL, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2448,17 +2216,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_1 bigint default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2530,17 +2290,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_71 text default NULL; alter table bar add column added_1 bigint default NULL, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2612,17 +2364,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_81 mediumtext default NULL; alter table bar add column added_1 bigint default NULL, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2694,17 +2438,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_11 bigint default NULL; alter table bar add column added_2 bigint default -1, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2776,17 +2512,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_21 bigint default 1234; alter table bar add column added_2 bigint default -1, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2858,17 +2586,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_31 bigint NOT NULL default 54; alter table bar add column added_2 bigint default -1, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2940,17 +2660,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_41 varchar(10) default NULL; alter table bar add column added_2 bigint default -1, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3022,17 +2734,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_2 bigint default -1, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3104,17 +2808,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_2 bigint default -1, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3186,17 +2882,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_71 text default NULL; alter table bar add column added_2 bigint default -1, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3268,17 +2956,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_81 mediumtext default NULL; alter table bar add column added_2 bigint default -1, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3350,17 +3030,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_11 bigint default NULL; alter table bar add column added_3 bigint NOT NULL default -1, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3432,17 +3104,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_21 bigint default 1234; alter table bar add column added_3 bigint NOT NULL default -1, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3514,17 +3178,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_31 bigint NOT NULL default 54; alter table bar add column added_3 bigint NOT NULL default -1, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3596,17 +3252,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_41 varchar(10) default NULL; alter table bar add column added_3 bigint NOT NULL default -1, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3678,17 +3326,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_3 bigint NOT NULL default -1, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3760,17 +3400,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_3 bigint NOT NULL default -1, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3842,17 +3474,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_71 text default NULL; alter table bar add column added_3 bigint NOT NULL default -1, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3924,17 +3548,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_81 mediumtext default NULL; alter table bar add column added_3 bigint NOT NULL default -1, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4006,17 +3622,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_11 bigint default NULL; alter table bar add column added_4 varchar(10) default NULL, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4088,17 +3696,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_21 bigint default 1234; alter table bar add column added_4 varchar(10) default NULL, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4170,17 +3770,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_31 bigint NOT NULL default 54; alter table bar add column added_4 varchar(10) default NULL, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4252,17 +3844,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_41 varchar(10) default NULL; alter table bar add column added_4 varchar(10) default NULL, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4334,17 +3918,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_4 varchar(10) default NULL, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4416,17 +3992,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_4 varchar(10) default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4498,17 +4066,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_71 text default NULL; alter table bar add column added_4 varchar(10) default NULL, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4580,17 +4140,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_81 mediumtext default NULL; alter table bar add column added_4 varchar(10) default NULL, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4662,17 +4214,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_11 bigint default NULL; alter table bar add column added_5 varchar(10) default "qwerty", add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4744,17 +4288,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_21 bigint default 1234; alter table bar add column added_5 varchar(10) default "qwerty", add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4826,17 +4362,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_31 bigint NOT NULL default 54; alter table bar add column added_5 varchar(10) default "qwerty", add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4908,17 +4436,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_41 varchar(10) default NULL; alter table bar add column added_5 varchar(10) default "qwerty", add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4990,17 +4510,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_51 varchar(10) default "abracadab"; alter table bar add column added_5 varchar(10) default "qwerty", add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5072,17 +4584,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_5 varchar(10) default "qwerty", add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5154,17 +4658,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_71 text default NULL; alter table bar add column added_5 varchar(10) default "qwerty", add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5236,17 +4732,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_81 mediumtext default NULL; alter table bar add column added_5 varchar(10) default "qwerty", add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5318,17 +4806,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_11 bigint default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5400,17 +4880,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_21 bigint default 1234; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5482,17 +4954,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_31 bigint NOT NULL default 54; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5564,17 +5028,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_41 varchar(10) default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5646,17 +5102,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_51 varchar(10) default "abracadab"; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5728,17 +5176,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5810,17 +5250,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_71 text default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5892,17 +5324,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_81 mediumtext default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5974,17 +5398,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_11 bigint default NULL; alter table bar add column added_7 text default NULL, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6056,17 +5472,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_21 bigint default 1234; alter table bar add column added_7 text default NULL, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6138,17 +5546,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_31 bigint NOT NULL default 54; alter table bar add column added_7 text default NULL, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6220,17 +5620,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_41 varchar(10) default NULL; alter table bar add column added_7 text default NULL, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6302,17 +5694,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_7 text default NULL, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6384,17 +5768,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_7 text default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6466,17 +5842,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_71 text default NULL; alter table bar add column added_7 text default NULL, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6548,17 +5916,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_81 mediumtext default NULL; alter table bar add column added_7 text default NULL, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6630,17 +5990,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_11 bigint default NULL; alter table bar add column added_8 mediumtext default NULL, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6712,17 +6064,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_21 bigint default 1234; alter table bar add column added_8 mediumtext default NULL, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6794,17 +6138,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_31 bigint NOT NULL default 54; alter table bar add column added_8 mediumtext default NULL, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6876,17 +6212,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_41 varchar(10) default NULL; alter table bar add column added_8 mediumtext default NULL, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6958,17 +6286,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_8 mediumtext default NULL, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7040,17 +6360,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_8 mediumtext default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7122,17 +6434,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_71 text default NULL; alter table bar add column added_8 mediumtext default NULL, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7204,17 +6508,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_81 mediumtext default NULL; alter table bar add column added_8 mediumtext default NULL, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7286,17 +6582,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_11 bigint default NULL; alter table bar add column added_1 bigint default NULL first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7368,17 +6656,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_21 bigint default 1234; alter table bar add column added_1 bigint default NULL first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7450,17 +6730,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_1 bigint default NULL first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7532,17 +6804,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_41 varchar(10) default NULL; alter table bar add column added_1 bigint default NULL first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7614,17 +6878,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_1 bigint default NULL first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7696,17 +6952,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_1 bigint default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7778,17 +7026,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_71 text default NULL; alter table bar add column added_1 bigint default NULL first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7860,17 +7100,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_81 mediumtext default NULL; alter table bar add column added_1 bigint default NULL first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7942,17 +7174,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_11 bigint default NULL; alter table bar add column added_2 bigint default -1 first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -8024,17 +7248,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_21 bigint default 1234; alter table bar add column added_2 bigint default -1 first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -8106,17 +7322,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_2 bigint default -1 first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -8188,17 +7396,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_41 varchar(10) default NULL; alter table bar add column added_2 bigint default -1 first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -8270,17 +7470,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_2 bigint default -1 first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -8352,17 +7544,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_2 bigint default -1 first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -8434,17 +7618,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_71 text default NULL; alter table bar add column added_2 bigint default -1 first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -8516,17 +7692,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_81 mediumtext default NULL; alter table bar add column added_2 bigint default -1 first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -8598,17 +7766,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_11 bigint default NULL; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -8680,17 +7840,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_21 bigint default 1234; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -8762,17 +7914,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -8844,17 +7988,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_41 varchar(10) default NULL; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -8926,17 +8062,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -9008,17 +8136,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -9090,17 +8210,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_71 text default NULL; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -9172,17 +8284,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_81 mediumtext default NULL; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -9254,17 +8358,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_11 bigint default NULL; alter table bar add column added_4 varchar(10) default NULL first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -9336,17 +8432,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_21 bigint default 1234; alter table bar add column added_4 varchar(10) default NULL first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -9418,17 +8506,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_4 varchar(10) default NULL first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -9500,17 +8580,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_41 varchar(10) default NULL; alter table bar add column added_4 varchar(10) default NULL first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -9582,17 +8654,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_4 varchar(10) default NULL first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -9664,17 +8728,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_4 varchar(10) default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -9746,17 +8802,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_71 text default NULL; alter table bar add column added_4 varchar(10) default NULL first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -9828,17 +8876,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_81 mediumtext default NULL; alter table bar add column added_4 varchar(10) default NULL first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -9910,17 +8950,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_11 bigint default NULL; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -9992,17 +9024,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_21 bigint default 1234; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -10074,17 +9098,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -10156,17 +9172,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_41 varchar(10) default NULL; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -10238,17 +9246,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -10320,17 +9320,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -10402,17 +9394,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_71 text default NULL; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -10484,17 +9468,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_81 mediumtext default NULL; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -10566,17 +9542,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_11 bigint default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -10648,17 +9616,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_21 bigint default 1234; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -10730,17 +9690,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -10812,17 +9764,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_41 varchar(10) default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -10894,17 +9838,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -10976,17 +9912,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -11058,17 +9986,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_71 text default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -11140,17 +10060,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_81 mediumtext default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -11222,17 +10134,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_11 bigint default NULL; alter table bar add column added_7 text default NULL first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -11304,17 +10208,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_21 bigint default 1234; alter table bar add column added_7 text default NULL first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -11386,17 +10282,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_7 text default NULL first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -11468,17 +10356,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_41 varchar(10) default NULL; alter table bar add column added_7 text default NULL first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -11550,17 +10430,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_7 text default NULL first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -11632,17 +10504,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_7 text default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -11714,17 +10578,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_71 text default NULL; alter table bar add column added_7 text default NULL first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -11796,17 +10652,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_81 mediumtext default NULL; alter table bar add column added_7 text default NULL first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -11878,17 +10726,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_11 bigint default NULL; alter table bar add column added_8 mediumtext default NULL first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -11960,17 +10800,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_21 bigint default 1234; alter table bar add column added_8 mediumtext default NULL first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -12042,17 +10874,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_8 mediumtext default NULL first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -12124,17 +10948,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_41 varchar(10) default NULL; alter table bar add column added_8 mediumtext default NULL first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -12206,17 +11022,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_8 mediumtext default NULL first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -12288,17 +11096,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_8 mediumtext default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -12370,17 +11170,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_71 text default NULL; alter table bar add column added_8 mediumtext default NULL first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -12452,17 +11244,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_81 mediumtext default NULL; alter table bar add column added_8 mediumtext default NULL first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -12534,17 +11318,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after b, add column added_11 bigint default NULL after b; alter table bar add column added_1 bigint default NULL after b, add column added_11 bigint default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -12616,17 +11392,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after b, add column added_21 bigint default 1234 after b; alter table bar add column added_1 bigint default NULL after b, add column added_21 bigint default 1234 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -12698,17 +11466,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after b, add column added_31 bigint NOT NULL default 54 after b; alter table bar add column added_1 bigint default NULL after b, add column added_31 bigint NOT NULL default 54 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -12780,17 +11540,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after b, add column added_41 varchar(10) default NULL after b; alter table bar add column added_1 bigint default NULL after b, add column added_41 varchar(10) default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -12862,17 +11614,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after b, add column added_51 varchar(10) default "abracadab" after b; alter table bar add column added_1 bigint default NULL after b, add column added_51 varchar(10) default "abracadab" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -12944,17 +11688,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after b, add column added_61 varchar(10) NOT NULL default "abracadab" after b; alter table bar add column added_1 bigint default NULL after b, add column added_61 varchar(10) NOT NULL default "abracadab" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -13026,17 +11762,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after b, add column added_71 text default NULL after b; alter table bar add column added_1 bigint default NULL after b, add column added_71 text default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -13108,17 +11836,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after b, add column added_81 mediumtext default NULL after b; alter table bar add column added_1 bigint default NULL after b, add column added_81 mediumtext default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -13190,17 +11910,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after b, add column added_11 bigint default NULL after b; alter table bar add column added_2 bigint default -1 after b, add column added_11 bigint default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -13272,17 +11984,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after b, add column added_21 bigint default 1234 after b; alter table bar add column added_2 bigint default -1 after b, add column added_21 bigint default 1234 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -13354,17 +12058,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after b, add column added_31 bigint NOT NULL default 54 after b; alter table bar add column added_2 bigint default -1 after b, add column added_31 bigint NOT NULL default 54 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -13436,17 +12132,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after b, add column added_41 varchar(10) default NULL after b; alter table bar add column added_2 bigint default -1 after b, add column added_41 varchar(10) default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -13518,17 +12206,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after b, add column added_51 varchar(10) default "abracadab" after b; alter table bar add column added_2 bigint default -1 after b, add column added_51 varchar(10) default "abracadab" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -13600,17 +12280,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after b, add column added_61 varchar(10) NOT NULL default "abracadab" after b; alter table bar add column added_2 bigint default -1 after b, add column added_61 varchar(10) NOT NULL default "abracadab" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -13682,17 +12354,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after b, add column added_71 text default NULL after b; alter table bar add column added_2 bigint default -1 after b, add column added_71 text default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -13764,17 +12428,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after b, add column added_81 mediumtext default NULL after b; alter table bar add column added_2 bigint default -1 after b, add column added_81 mediumtext default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -13846,17 +12502,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after b, add column added_11 bigint default NULL after b; alter table bar add column added_3 bigint NOT NULL default -1 after b, add column added_11 bigint default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -13928,17 +12576,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after b, add column added_21 bigint default 1234 after b; alter table bar add column added_3 bigint NOT NULL default -1 after b, add column added_21 bigint default 1234 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -14010,17 +12650,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after b, add column added_31 bigint NOT NULL default 54 after b; alter table bar add column added_3 bigint NOT NULL default -1 after b, add column added_31 bigint NOT NULL default 54 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -14092,17 +12724,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after b, add column added_41 varchar(10) default NULL after b; alter table bar add column added_3 bigint NOT NULL default -1 after b, add column added_41 varchar(10) default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -14174,17 +12798,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after b, add column added_51 varchar(10) default "abracadab" after b; alter table bar add column added_3 bigint NOT NULL default -1 after b, add column added_51 varchar(10) default "abracadab" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -14256,17 +12872,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after b, add column added_61 varchar(10) NOT NULL default "abracadab" after b; alter table bar add column added_3 bigint NOT NULL default -1 after b, add column added_61 varchar(10) NOT NULL default "abracadab" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -14338,17 +12946,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after b, add column added_71 text default NULL after b; alter table bar add column added_3 bigint NOT NULL default -1 after b, add column added_71 text default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -14420,17 +13020,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after b, add column added_81 mediumtext default NULL after b; alter table bar add column added_3 bigint NOT NULL default -1 after b, add column added_81 mediumtext default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -14502,17 +13094,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after b, add column added_11 bigint default NULL after b; alter table bar add column added_4 varchar(10) default NULL after b, add column added_11 bigint default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -14584,17 +13168,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after b, add column added_21 bigint default 1234 after b; alter table bar add column added_4 varchar(10) default NULL after b, add column added_21 bigint default 1234 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -14666,17 +13242,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after b, add column added_31 bigint NOT NULL default 54 after b; alter table bar add column added_4 varchar(10) default NULL after b, add column added_31 bigint NOT NULL default 54 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -14748,17 +13316,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after b, add column added_41 varchar(10) default NULL after b; alter table bar add column added_4 varchar(10) default NULL after b, add column added_41 varchar(10) default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -14830,17 +13390,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after b, add column added_51 varchar(10) default "abracadab" after b; alter table bar add column added_4 varchar(10) default NULL after b, add column added_51 varchar(10) default "abracadab" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -14912,17 +13464,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after b, add column added_61 varchar(10) NOT NULL default "abracadab" after b; alter table bar add column added_4 varchar(10) default NULL after b, add column added_61 varchar(10) NOT NULL default "abracadab" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -14994,17 +13538,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after b, add column added_71 text default NULL after b; alter table bar add column added_4 varchar(10) default NULL after b, add column added_71 text default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -15076,17 +13612,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after b, add column added_81 mediumtext default NULL after b; alter table bar add column added_4 varchar(10) default NULL after b, add column added_81 mediumtext default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -15158,17 +13686,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after b, add column added_11 bigint default NULL after b; alter table bar add column added_5 varchar(10) default "qwerty" after b, add column added_11 bigint default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -15240,17 +13760,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after b, add column added_21 bigint default 1234 after b; alter table bar add column added_5 varchar(10) default "qwerty" after b, add column added_21 bigint default 1234 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -15322,17 +13834,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after b, add column added_31 bigint NOT NULL default 54 after b; alter table bar add column added_5 varchar(10) default "qwerty" after b, add column added_31 bigint NOT NULL default 54 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -15404,17 +13908,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after b, add column added_41 varchar(10) default NULL after b; alter table bar add column added_5 varchar(10) default "qwerty" after b, add column added_41 varchar(10) default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -15486,17 +13982,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after b, add column added_51 varchar(10) default "abracadab" after b; alter table bar add column added_5 varchar(10) default "qwerty" after b, add column added_51 varchar(10) default "abracadab" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -15568,17 +14056,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after b, add column added_61 varchar(10) NOT NULL default "abracadab" after b; alter table bar add column added_5 varchar(10) default "qwerty" after b, add column added_61 varchar(10) NOT NULL default "abracadab" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -15650,17 +14130,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after b, add column added_71 text default NULL after b; alter table bar add column added_5 varchar(10) default "qwerty" after b, add column added_71 text default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -15732,17 +14204,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after b, add column added_81 mediumtext default NULL after b; alter table bar add column added_5 varchar(10) default "qwerty" after b, add column added_81 mediumtext default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -15814,17 +14278,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after b, add column added_11 bigint default NULL after b; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after b, add column added_11 bigint default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -15896,17 +14352,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after b, add column added_21 bigint default 1234 after b; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after b, add column added_21 bigint default 1234 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -15978,17 +14426,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after b, add column added_31 bigint NOT NULL default 54 after b; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after b, add column added_31 bigint NOT NULL default 54 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -16060,17 +14500,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after b, add column added_41 varchar(10) default NULL after b; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after b, add column added_41 varchar(10) default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -16142,17 +14574,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after b, add column added_51 varchar(10) default "abracadab" after b; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after b, add column added_51 varchar(10) default "abracadab" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -16224,17 +14648,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after b, add column added_61 varchar(10) NOT NULL default "abracadab" after b; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after b, add column added_61 varchar(10) NOT NULL default "abracadab" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -16306,17 +14722,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after b, add column added_71 text default NULL after b; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after b, add column added_71 text default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -16388,17 +14796,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after b, add column added_81 mediumtext default NULL after b; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after b, add column added_81 mediumtext default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -16470,17 +14870,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after b, add column added_11 bigint default NULL after b; alter table bar add column added_7 text default NULL after b, add column added_11 bigint default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -16552,17 +14944,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after b, add column added_21 bigint default 1234 after b; alter table bar add column added_7 text default NULL after b, add column added_21 bigint default 1234 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -16634,17 +15018,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after b, add column added_31 bigint NOT NULL default 54 after b; alter table bar add column added_7 text default NULL after b, add column added_31 bigint NOT NULL default 54 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -16716,17 +15092,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after b, add column added_41 varchar(10) default NULL after b; alter table bar add column added_7 text default NULL after b, add column added_41 varchar(10) default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -16798,17 +15166,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after b, add column added_51 varchar(10) default "abracadab" after b; alter table bar add column added_7 text default NULL after b, add column added_51 varchar(10) default "abracadab" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -16880,17 +15240,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after b, add column added_61 varchar(10) NOT NULL default "abracadab" after b; alter table bar add column added_7 text default NULL after b, add column added_61 varchar(10) NOT NULL default "abracadab" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -16962,17 +15314,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after b, add column added_71 text default NULL after b; alter table bar add column added_7 text default NULL after b, add column added_71 text default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -17044,17 +15388,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after b, add column added_81 mediumtext default NULL after b; alter table bar add column added_7 text default NULL after b, add column added_81 mediumtext default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -17126,17 +15462,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after b, add column added_11 bigint default NULL after b; alter table bar add column added_8 mediumtext default NULL after b, add column added_11 bigint default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -17208,17 +15536,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after b, add column added_21 bigint default 1234 after b; alter table bar add column added_8 mediumtext default NULL after b, add column added_21 bigint default 1234 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -17290,17 +15610,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after b, add column added_31 bigint NOT NULL default 54 after b; alter table bar add column added_8 mediumtext default NULL after b, add column added_31 bigint NOT NULL default 54 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -17372,17 +15684,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after b, add column added_41 varchar(10) default NULL after b; alter table bar add column added_8 mediumtext default NULL after b, add column added_41 varchar(10) default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -17454,17 +15758,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after b, add column added_51 varchar(10) default "abracadab" after b; alter table bar add column added_8 mediumtext default NULL after b, add column added_51 varchar(10) default "abracadab" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -17536,17 +15832,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after b, add column added_61 varchar(10) NOT NULL default "abracadab" after b; alter table bar add column added_8 mediumtext default NULL after b, add column added_61 varchar(10) NOT NULL default "abracadab" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -17618,17 +15906,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after b, add column added_71 text default NULL after b; alter table bar add column added_8 mediumtext default NULL after b, add column added_71 text default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -17700,17 +15980,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after b, add column added_81 mediumtext default NULL after b; alter table bar add column added_8 mediumtext default NULL after b, add column added_81 mediumtext default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -17782,16 +16054,8 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_2 bigint default -1 after b, add column added_3 bigint NOT NULL default -1; alter table bar add column added_1 bigint default NULL, add column added_2 bigint default -1 after b, add column added_3 bigint NOT NULL default -1; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; diff --git a/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_all_add2.result b/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_all_add2.result index 480e603e73c..2449fb52383 100644 --- a/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_all_add2.result +++ b/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_all_add2.result @@ -70,17 +70,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL; alter table bar add column added_1 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -152,17 +144,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1; alter table bar add column added_2 bigint default -1; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -234,17 +218,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1; alter table bar add column added_3 bigint NOT NULL default -1; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -316,17 +292,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL; alter table bar add column added_4 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -398,17 +366,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty"; alter table bar add column added_5 varchar(10) default "qwerty"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -480,17 +440,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt"; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -562,17 +514,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL; alter table bar add column added_7 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -644,17 +588,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL; alter table bar add column added_8 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -726,17 +662,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first; alter table bar add column added_1 bigint default NULL first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -808,17 +736,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first; alter table bar add column added_2 bigint default -1 first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -890,17 +810,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first; alter table bar add column added_3 bigint NOT NULL default -1 first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -972,17 +884,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first; alter table bar add column added_4 varchar(10) default NULL first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1054,17 +958,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first; alter table bar add column added_5 varchar(10) default "qwerty" first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1136,17 +1032,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1218,17 +1106,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first; alter table bar add column added_7 text default NULL first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1300,17 +1180,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first; alter table bar add column added_8 mediumtext default NULL first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1382,17 +1254,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bb; alter table bar add column added_1 bigint default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1464,17 +1328,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bb; alter table bar add column added_2 bigint default -1 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1546,17 +1402,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bb; alter table bar add column added_3 bigint NOT NULL default -1 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1628,17 +1476,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bb; alter table bar add column added_4 varchar(10) default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1710,17 +1550,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bb; alter table bar add column added_5 varchar(10) default "qwerty" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1792,17 +1624,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1874,17 +1698,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bb; alter table bar add column added_7 text default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1956,17 +1772,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bb; alter table bar add column added_8 mediumtext default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2038,17 +1846,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_11 bigint default NULL; alter table bar add column added_1 bigint default NULL, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2120,17 +1920,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_21 bigint default 1234; alter table bar add column added_1 bigint default NULL, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2202,17 +1994,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_31 bigint NOT NULL default 54; alter table bar add column added_1 bigint default NULL, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2284,17 +2068,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_41 varchar(10) default NULL; alter table bar add column added_1 bigint default NULL, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2366,17 +2142,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_1 bigint default NULL, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2448,17 +2216,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_1 bigint default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2530,17 +2290,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_71 text default NULL; alter table bar add column added_1 bigint default NULL, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2612,17 +2364,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_81 mediumtext default NULL; alter table bar add column added_1 bigint default NULL, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2694,17 +2438,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_11 bigint default NULL; alter table bar add column added_2 bigint default -1, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2776,17 +2512,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_21 bigint default 1234; alter table bar add column added_2 bigint default -1, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2858,17 +2586,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_31 bigint NOT NULL default 54; alter table bar add column added_2 bigint default -1, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2940,17 +2660,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_41 varchar(10) default NULL; alter table bar add column added_2 bigint default -1, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3022,17 +2734,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_2 bigint default -1, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3104,17 +2808,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_2 bigint default -1, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3186,17 +2882,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_71 text default NULL; alter table bar add column added_2 bigint default -1, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3268,17 +2956,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_81 mediumtext default NULL; alter table bar add column added_2 bigint default -1, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3350,17 +3030,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_11 bigint default NULL; alter table bar add column added_3 bigint NOT NULL default -1, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3432,17 +3104,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_21 bigint default 1234; alter table bar add column added_3 bigint NOT NULL default -1, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3514,17 +3178,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_31 bigint NOT NULL default 54; alter table bar add column added_3 bigint NOT NULL default -1, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3596,17 +3252,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_41 varchar(10) default NULL; alter table bar add column added_3 bigint NOT NULL default -1, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3678,17 +3326,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_3 bigint NOT NULL default -1, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3760,17 +3400,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_3 bigint NOT NULL default -1, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3842,17 +3474,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_71 text default NULL; alter table bar add column added_3 bigint NOT NULL default -1, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3924,17 +3548,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_81 mediumtext default NULL; alter table bar add column added_3 bigint NOT NULL default -1, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4006,17 +3622,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_11 bigint default NULL; alter table bar add column added_4 varchar(10) default NULL, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4088,17 +3696,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_21 bigint default 1234; alter table bar add column added_4 varchar(10) default NULL, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4170,17 +3770,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_31 bigint NOT NULL default 54; alter table bar add column added_4 varchar(10) default NULL, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4252,17 +3844,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_41 varchar(10) default NULL; alter table bar add column added_4 varchar(10) default NULL, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4334,17 +3918,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_4 varchar(10) default NULL, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4416,17 +3992,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_4 varchar(10) default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4498,17 +4066,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_71 text default NULL; alter table bar add column added_4 varchar(10) default NULL, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4580,17 +4140,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_81 mediumtext default NULL; alter table bar add column added_4 varchar(10) default NULL, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4662,17 +4214,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_11 bigint default NULL; alter table bar add column added_5 varchar(10) default "qwerty", add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4744,17 +4288,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_21 bigint default 1234; alter table bar add column added_5 varchar(10) default "qwerty", add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4826,17 +4362,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_31 bigint NOT NULL default 54; alter table bar add column added_5 varchar(10) default "qwerty", add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4908,17 +4436,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_41 varchar(10) default NULL; alter table bar add column added_5 varchar(10) default "qwerty", add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4990,17 +4510,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_51 varchar(10) default "abracadab"; alter table bar add column added_5 varchar(10) default "qwerty", add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5072,17 +4584,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_5 varchar(10) default "qwerty", add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5154,17 +4658,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_71 text default NULL; alter table bar add column added_5 varchar(10) default "qwerty", add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5236,17 +4732,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_81 mediumtext default NULL; alter table bar add column added_5 varchar(10) default "qwerty", add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5318,17 +4806,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_11 bigint default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5400,17 +4880,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_21 bigint default 1234; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5482,17 +4954,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_31 bigint NOT NULL default 54; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5564,17 +5028,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_41 varchar(10) default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5646,17 +5102,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_51 varchar(10) default "abracadab"; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5728,17 +5176,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5810,17 +5250,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_71 text default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5892,17 +5324,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_81 mediumtext default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5974,17 +5398,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_11 bigint default NULL; alter table bar add column added_7 text default NULL, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6056,17 +5472,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_21 bigint default 1234; alter table bar add column added_7 text default NULL, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6138,17 +5546,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_31 bigint NOT NULL default 54; alter table bar add column added_7 text default NULL, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6220,17 +5620,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_41 varchar(10) default NULL; alter table bar add column added_7 text default NULL, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6302,17 +5694,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_7 text default NULL, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6384,17 +5768,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_7 text default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6466,17 +5842,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_71 text default NULL; alter table bar add column added_7 text default NULL, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6548,17 +5916,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_81 mediumtext default NULL; alter table bar add column added_7 text default NULL, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6630,17 +5990,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_11 bigint default NULL; alter table bar add column added_8 mediumtext default NULL, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6712,17 +6064,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_21 bigint default 1234; alter table bar add column added_8 mediumtext default NULL, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6794,17 +6138,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_31 bigint NOT NULL default 54; alter table bar add column added_8 mediumtext default NULL, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6876,17 +6212,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_41 varchar(10) default NULL; alter table bar add column added_8 mediumtext default NULL, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6958,17 +6286,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_8 mediumtext default NULL, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7040,17 +6360,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_8 mediumtext default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7122,17 +6434,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_71 text default NULL; alter table bar add column added_8 mediumtext default NULL, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7204,17 +6508,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_81 mediumtext default NULL; alter table bar add column added_8 mediumtext default NULL, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7286,17 +6582,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_11 bigint default NULL; alter table bar add column added_1 bigint default NULL first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7368,17 +6656,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_21 bigint default 1234; alter table bar add column added_1 bigint default NULL first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7450,17 +6730,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_1 bigint default NULL first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7532,17 +6804,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_41 varchar(10) default NULL; alter table bar add column added_1 bigint default NULL first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7614,17 +6878,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_1 bigint default NULL first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7696,17 +6952,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_1 bigint default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7778,17 +7026,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_71 text default NULL; alter table bar add column added_1 bigint default NULL first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7860,17 +7100,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_81 mediumtext default NULL; alter table bar add column added_1 bigint default NULL first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7942,17 +7174,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_11 bigint default NULL; alter table bar add column added_2 bigint default -1 first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -8024,17 +7248,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_21 bigint default 1234; alter table bar add column added_2 bigint default -1 first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -8106,17 +7322,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_2 bigint default -1 first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -8188,17 +7396,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_41 varchar(10) default NULL; alter table bar add column added_2 bigint default -1 first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -8270,17 +7470,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_2 bigint default -1 first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -8352,17 +7544,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_2 bigint default -1 first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -8434,17 +7618,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_71 text default NULL; alter table bar add column added_2 bigint default -1 first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -8516,17 +7692,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_81 mediumtext default NULL; alter table bar add column added_2 bigint default -1 first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -8598,17 +7766,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_11 bigint default NULL; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -8680,17 +7840,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_21 bigint default 1234; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -8762,17 +7914,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -8844,17 +7988,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_41 varchar(10) default NULL; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -8926,17 +8062,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -9008,17 +8136,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -9090,17 +8210,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_71 text default NULL; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -9172,17 +8284,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_81 mediumtext default NULL; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -9254,17 +8358,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_11 bigint default NULL; alter table bar add column added_4 varchar(10) default NULL first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -9336,17 +8432,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_21 bigint default 1234; alter table bar add column added_4 varchar(10) default NULL first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -9418,17 +8506,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_4 varchar(10) default NULL first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -9500,17 +8580,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_41 varchar(10) default NULL; alter table bar add column added_4 varchar(10) default NULL first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -9582,17 +8654,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_4 varchar(10) default NULL first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -9664,17 +8728,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_4 varchar(10) default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -9746,17 +8802,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_71 text default NULL; alter table bar add column added_4 varchar(10) default NULL first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -9828,17 +8876,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_81 mediumtext default NULL; alter table bar add column added_4 varchar(10) default NULL first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -9910,17 +8950,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_11 bigint default NULL; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -9992,17 +9024,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_21 bigint default 1234; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -10074,17 +9098,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -10156,17 +9172,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_41 varchar(10) default NULL; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -10238,17 +9246,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -10320,17 +9320,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -10402,17 +9394,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_71 text default NULL; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -10484,17 +9468,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_81 mediumtext default NULL; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -10566,17 +9542,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_11 bigint default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -10648,17 +9616,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_21 bigint default 1234; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -10730,17 +9690,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -10812,17 +9764,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_41 varchar(10) default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -10894,17 +9838,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -10976,17 +9912,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -11058,17 +9986,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_71 text default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -11140,17 +10060,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_81 mediumtext default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -11222,17 +10134,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_11 bigint default NULL; alter table bar add column added_7 text default NULL first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -11304,17 +10208,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_21 bigint default 1234; alter table bar add column added_7 text default NULL first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -11386,17 +10282,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_7 text default NULL first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -11468,17 +10356,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_41 varchar(10) default NULL; alter table bar add column added_7 text default NULL first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -11550,17 +10430,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_7 text default NULL first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -11632,17 +10504,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_7 text default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -11714,17 +10578,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_71 text default NULL; alter table bar add column added_7 text default NULL first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -11796,17 +10652,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_81 mediumtext default NULL; alter table bar add column added_7 text default NULL first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -11878,17 +10726,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_11 bigint default NULL; alter table bar add column added_8 mediumtext default NULL first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -11960,17 +10800,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_21 bigint default 1234; alter table bar add column added_8 mediumtext default NULL first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -12042,17 +10874,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_8 mediumtext default NULL first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -12124,17 +10948,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_41 varchar(10) default NULL; alter table bar add column added_8 mediumtext default NULL first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -12206,17 +11022,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_8 mediumtext default NULL first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -12288,17 +11096,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_8 mediumtext default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -12370,17 +11170,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_71 text default NULL; alter table bar add column added_8 mediumtext default NULL first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -12452,17 +11244,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_81 mediumtext default NULL; alter table bar add column added_8 mediumtext default NULL first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -12534,17 +11318,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bb, add column added_11 bigint default NULL after bb; alter table bar add column added_1 bigint default NULL after bb, add column added_11 bigint default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -12616,17 +11392,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bb, add column added_21 bigint default 1234 after bb; alter table bar add column added_1 bigint default NULL after bb, add column added_21 bigint default 1234 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -12698,17 +11466,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bb, add column added_31 bigint NOT NULL default 54 after bb; alter table bar add column added_1 bigint default NULL after bb, add column added_31 bigint NOT NULL default 54 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -12780,17 +11540,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bb, add column added_41 varchar(10) default NULL after bb; alter table bar add column added_1 bigint default NULL after bb, add column added_41 varchar(10) default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -12862,17 +11614,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bb, add column added_51 varchar(10) default "abracadab" after bb; alter table bar add column added_1 bigint default NULL after bb, add column added_51 varchar(10) default "abracadab" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -12944,17 +11688,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bb, add column added_61 varchar(10) NOT NULL default "abracadab" after bb; alter table bar add column added_1 bigint default NULL after bb, add column added_61 varchar(10) NOT NULL default "abracadab" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -13026,17 +11762,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bb, add column added_71 text default NULL after bb; alter table bar add column added_1 bigint default NULL after bb, add column added_71 text default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -13108,17 +11836,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bb, add column added_81 mediumtext default NULL after bb; alter table bar add column added_1 bigint default NULL after bb, add column added_81 mediumtext default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -13190,17 +11910,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bb, add column added_11 bigint default NULL after bb; alter table bar add column added_2 bigint default -1 after bb, add column added_11 bigint default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -13272,17 +11984,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bb, add column added_21 bigint default 1234 after bb; alter table bar add column added_2 bigint default -1 after bb, add column added_21 bigint default 1234 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -13354,17 +12058,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bb, add column added_31 bigint NOT NULL default 54 after bb; alter table bar add column added_2 bigint default -1 after bb, add column added_31 bigint NOT NULL default 54 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -13436,17 +12132,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bb, add column added_41 varchar(10) default NULL after bb; alter table bar add column added_2 bigint default -1 after bb, add column added_41 varchar(10) default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -13518,17 +12206,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bb, add column added_51 varchar(10) default "abracadab" after bb; alter table bar add column added_2 bigint default -1 after bb, add column added_51 varchar(10) default "abracadab" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -13600,17 +12280,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bb, add column added_61 varchar(10) NOT NULL default "abracadab" after bb; alter table bar add column added_2 bigint default -1 after bb, add column added_61 varchar(10) NOT NULL default "abracadab" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -13682,17 +12354,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bb, add column added_71 text default NULL after bb; alter table bar add column added_2 bigint default -1 after bb, add column added_71 text default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -13764,17 +12428,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bb, add column added_81 mediumtext default NULL after bb; alter table bar add column added_2 bigint default -1 after bb, add column added_81 mediumtext default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -13846,17 +12502,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bb, add column added_11 bigint default NULL after bb; alter table bar add column added_3 bigint NOT NULL default -1 after bb, add column added_11 bigint default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -13928,17 +12576,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bb, add column added_21 bigint default 1234 after bb; alter table bar add column added_3 bigint NOT NULL default -1 after bb, add column added_21 bigint default 1234 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -14010,17 +12650,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bb, add column added_31 bigint NOT NULL default 54 after bb; alter table bar add column added_3 bigint NOT NULL default -1 after bb, add column added_31 bigint NOT NULL default 54 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -14092,17 +12724,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bb, add column added_41 varchar(10) default NULL after bb; alter table bar add column added_3 bigint NOT NULL default -1 after bb, add column added_41 varchar(10) default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -14174,17 +12798,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bb, add column added_51 varchar(10) default "abracadab" after bb; alter table bar add column added_3 bigint NOT NULL default -1 after bb, add column added_51 varchar(10) default "abracadab" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -14256,17 +12872,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bb, add column added_61 varchar(10) NOT NULL default "abracadab" after bb; alter table bar add column added_3 bigint NOT NULL default -1 after bb, add column added_61 varchar(10) NOT NULL default "abracadab" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -14338,17 +12946,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bb, add column added_71 text default NULL after bb; alter table bar add column added_3 bigint NOT NULL default -1 after bb, add column added_71 text default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -14420,17 +13020,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bb, add column added_81 mediumtext default NULL after bb; alter table bar add column added_3 bigint NOT NULL default -1 after bb, add column added_81 mediumtext default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -14502,17 +13094,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bb, add column added_11 bigint default NULL after bb; alter table bar add column added_4 varchar(10) default NULL after bb, add column added_11 bigint default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -14584,17 +13168,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bb, add column added_21 bigint default 1234 after bb; alter table bar add column added_4 varchar(10) default NULL after bb, add column added_21 bigint default 1234 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -14666,17 +13242,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bb, add column added_31 bigint NOT NULL default 54 after bb; alter table bar add column added_4 varchar(10) default NULL after bb, add column added_31 bigint NOT NULL default 54 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -14748,17 +13316,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bb, add column added_41 varchar(10) default NULL after bb; alter table bar add column added_4 varchar(10) default NULL after bb, add column added_41 varchar(10) default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -14830,17 +13390,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bb, add column added_51 varchar(10) default "abracadab" after bb; alter table bar add column added_4 varchar(10) default NULL after bb, add column added_51 varchar(10) default "abracadab" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -14912,17 +13464,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bb, add column added_61 varchar(10) NOT NULL default "abracadab" after bb; alter table bar add column added_4 varchar(10) default NULL after bb, add column added_61 varchar(10) NOT NULL default "abracadab" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -14994,17 +13538,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bb, add column added_71 text default NULL after bb; alter table bar add column added_4 varchar(10) default NULL after bb, add column added_71 text default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -15076,17 +13612,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bb, add column added_81 mediumtext default NULL after bb; alter table bar add column added_4 varchar(10) default NULL after bb, add column added_81 mediumtext default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -15158,17 +13686,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bb, add column added_11 bigint default NULL after bb; alter table bar add column added_5 varchar(10) default "qwerty" after bb, add column added_11 bigint default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -15240,17 +13760,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bb, add column added_21 bigint default 1234 after bb; alter table bar add column added_5 varchar(10) default "qwerty" after bb, add column added_21 bigint default 1234 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -15322,17 +13834,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bb, add column added_31 bigint NOT NULL default 54 after bb; alter table bar add column added_5 varchar(10) default "qwerty" after bb, add column added_31 bigint NOT NULL default 54 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -15404,17 +13908,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bb, add column added_41 varchar(10) default NULL after bb; alter table bar add column added_5 varchar(10) default "qwerty" after bb, add column added_41 varchar(10) default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -15486,17 +13982,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bb, add column added_51 varchar(10) default "abracadab" after bb; alter table bar add column added_5 varchar(10) default "qwerty" after bb, add column added_51 varchar(10) default "abracadab" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -15568,17 +14056,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bb, add column added_61 varchar(10) NOT NULL default "abracadab" after bb; alter table bar add column added_5 varchar(10) default "qwerty" after bb, add column added_61 varchar(10) NOT NULL default "abracadab" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -15650,17 +14130,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bb, add column added_71 text default NULL after bb; alter table bar add column added_5 varchar(10) default "qwerty" after bb, add column added_71 text default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -15732,17 +14204,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bb, add column added_81 mediumtext default NULL after bb; alter table bar add column added_5 varchar(10) default "qwerty" after bb, add column added_81 mediumtext default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -15814,17 +14278,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb, add column added_11 bigint default NULL after bb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb, add column added_11 bigint default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -15896,17 +14352,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb, add column added_21 bigint default 1234 after bb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb, add column added_21 bigint default 1234 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -15978,17 +14426,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb, add column added_31 bigint NOT NULL default 54 after bb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb, add column added_31 bigint NOT NULL default 54 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -16060,17 +14500,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb, add column added_41 varchar(10) default NULL after bb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb, add column added_41 varchar(10) default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -16142,17 +14574,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb, add column added_51 varchar(10) default "abracadab" after bb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb, add column added_51 varchar(10) default "abracadab" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -16224,17 +14648,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb, add column added_61 varchar(10) NOT NULL default "abracadab" after bb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb, add column added_61 varchar(10) NOT NULL default "abracadab" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -16306,17 +14722,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb, add column added_71 text default NULL after bb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb, add column added_71 text default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -16388,17 +14796,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb, add column added_81 mediumtext default NULL after bb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb, add column added_81 mediumtext default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -16470,17 +14870,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bb, add column added_11 bigint default NULL after bb; alter table bar add column added_7 text default NULL after bb, add column added_11 bigint default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -16552,17 +14944,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bb, add column added_21 bigint default 1234 after bb; alter table bar add column added_7 text default NULL after bb, add column added_21 bigint default 1234 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -16634,17 +15018,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bb, add column added_31 bigint NOT NULL default 54 after bb; alter table bar add column added_7 text default NULL after bb, add column added_31 bigint NOT NULL default 54 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -16716,17 +15092,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bb, add column added_41 varchar(10) default NULL after bb; alter table bar add column added_7 text default NULL after bb, add column added_41 varchar(10) default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -16798,17 +15166,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bb, add column added_51 varchar(10) default "abracadab" after bb; alter table bar add column added_7 text default NULL after bb, add column added_51 varchar(10) default "abracadab" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -16880,17 +15240,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bb, add column added_61 varchar(10) NOT NULL default "abracadab" after bb; alter table bar add column added_7 text default NULL after bb, add column added_61 varchar(10) NOT NULL default "abracadab" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -16962,17 +15314,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bb, add column added_71 text default NULL after bb; alter table bar add column added_7 text default NULL after bb, add column added_71 text default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -17044,17 +15388,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bb, add column added_81 mediumtext default NULL after bb; alter table bar add column added_7 text default NULL after bb, add column added_81 mediumtext default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -17126,17 +15462,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bb, add column added_11 bigint default NULL after bb; alter table bar add column added_8 mediumtext default NULL after bb, add column added_11 bigint default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -17208,17 +15536,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bb, add column added_21 bigint default 1234 after bb; alter table bar add column added_8 mediumtext default NULL after bb, add column added_21 bigint default 1234 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -17290,17 +15610,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bb, add column added_31 bigint NOT NULL default 54 after bb; alter table bar add column added_8 mediumtext default NULL after bb, add column added_31 bigint NOT NULL default 54 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -17372,17 +15684,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bb, add column added_41 varchar(10) default NULL after bb; alter table bar add column added_8 mediumtext default NULL after bb, add column added_41 varchar(10) default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -17454,17 +15758,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bb, add column added_51 varchar(10) default "abracadab" after bb; alter table bar add column added_8 mediumtext default NULL after bb, add column added_51 varchar(10) default "abracadab" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -17536,17 +15832,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bb, add column added_61 varchar(10) NOT NULL default "abracadab" after bb; alter table bar add column added_8 mediumtext default NULL after bb, add column added_61 varchar(10) NOT NULL default "abracadab" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -17618,17 +15906,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bb, add column added_71 text default NULL after bb; alter table bar add column added_8 mediumtext default NULL after bb, add column added_71 text default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -17700,17 +15980,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bb, add column added_81 mediumtext default NULL after bb; alter table bar add column added_8 mediumtext default NULL after bb, add column added_81 mediumtext default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -17782,16 +16054,8 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_2 bigint default -1 after bb, add column added_3 bigint NOT NULL default -1; alter table bar add column added_1 bigint default NULL, add column added_2 bigint default -1 after bb, add column added_3 bigint NOT NULL default -1; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; diff --git a/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_all_add3.result b/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_all_add3.result index afacee6f45e..6d658a1ce98 100644 --- a/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_all_add3.result +++ b/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_all_add3.result @@ -70,17 +70,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL; alter table bar add column added_1 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -152,17 +144,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1; alter table bar add column added_2 bigint default -1; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -234,17 +218,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1; alter table bar add column added_3 bigint NOT NULL default -1; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -316,17 +292,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL; alter table bar add column added_4 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -398,17 +366,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty"; alter table bar add column added_5 varchar(10) default "qwerty"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -480,17 +440,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt"; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -562,17 +514,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL; alter table bar add column added_7 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -644,17 +588,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL; alter table bar add column added_8 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -726,17 +662,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first; alter table bar add column added_1 bigint default NULL first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -808,17 +736,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first; alter table bar add column added_2 bigint default -1 first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -890,17 +810,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first; alter table bar add column added_3 bigint NOT NULL default -1 first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -972,17 +884,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first; alter table bar add column added_4 varchar(10) default NULL first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1054,17 +958,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first; alter table bar add column added_5 varchar(10) default "qwerty" first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1136,17 +1032,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1218,17 +1106,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first; alter table bar add column added_7 text default NULL first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1300,17 +1180,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first; alter table bar add column added_8 mediumtext default NULL first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1382,17 +1254,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bbb; alter table bar add column added_1 bigint default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1464,17 +1328,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bbb; alter table bar add column added_2 bigint default -1 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1546,17 +1402,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bbb; alter table bar add column added_3 bigint NOT NULL default -1 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1628,17 +1476,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bbb; alter table bar add column added_4 varchar(10) default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1710,17 +1550,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bbb; alter table bar add column added_5 varchar(10) default "qwerty" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1792,17 +1624,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1874,17 +1698,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bbb; alter table bar add column added_7 text default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1956,17 +1772,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bbb; alter table bar add column added_8 mediumtext default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2038,17 +1846,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_11 bigint default NULL; alter table bar add column added_1 bigint default NULL, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2120,17 +1920,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_21 bigint default 1234; alter table bar add column added_1 bigint default NULL, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2202,17 +1994,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_31 bigint NOT NULL default 54; alter table bar add column added_1 bigint default NULL, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2284,17 +2068,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_41 varchar(10) default NULL; alter table bar add column added_1 bigint default NULL, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2366,17 +2142,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_1 bigint default NULL, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2448,17 +2216,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_1 bigint default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2530,17 +2290,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_71 text default NULL; alter table bar add column added_1 bigint default NULL, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2612,17 +2364,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_81 mediumtext default NULL; alter table bar add column added_1 bigint default NULL, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2694,17 +2438,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_11 bigint default NULL; alter table bar add column added_2 bigint default -1, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2776,17 +2512,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_21 bigint default 1234; alter table bar add column added_2 bigint default -1, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2858,17 +2586,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_31 bigint NOT NULL default 54; alter table bar add column added_2 bigint default -1, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2940,17 +2660,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_41 varchar(10) default NULL; alter table bar add column added_2 bigint default -1, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3022,17 +2734,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_2 bigint default -1, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3104,17 +2808,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_2 bigint default -1, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3186,17 +2882,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_71 text default NULL; alter table bar add column added_2 bigint default -1, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3268,17 +2956,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_81 mediumtext default NULL; alter table bar add column added_2 bigint default -1, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3350,17 +3030,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_11 bigint default NULL; alter table bar add column added_3 bigint NOT NULL default -1, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3432,17 +3104,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_21 bigint default 1234; alter table bar add column added_3 bigint NOT NULL default -1, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3514,17 +3178,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_31 bigint NOT NULL default 54; alter table bar add column added_3 bigint NOT NULL default -1, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3596,17 +3252,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_41 varchar(10) default NULL; alter table bar add column added_3 bigint NOT NULL default -1, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3678,17 +3326,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_3 bigint NOT NULL default -1, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3760,17 +3400,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_3 bigint NOT NULL default -1, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3842,17 +3474,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_71 text default NULL; alter table bar add column added_3 bigint NOT NULL default -1, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3924,17 +3548,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_81 mediumtext default NULL; alter table bar add column added_3 bigint NOT NULL default -1, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4006,17 +3622,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_11 bigint default NULL; alter table bar add column added_4 varchar(10) default NULL, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4088,17 +3696,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_21 bigint default 1234; alter table bar add column added_4 varchar(10) default NULL, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4170,17 +3770,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_31 bigint NOT NULL default 54; alter table bar add column added_4 varchar(10) default NULL, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4252,17 +3844,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_41 varchar(10) default NULL; alter table bar add column added_4 varchar(10) default NULL, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4334,17 +3918,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_4 varchar(10) default NULL, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4416,17 +3992,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_4 varchar(10) default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4498,17 +4066,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_71 text default NULL; alter table bar add column added_4 varchar(10) default NULL, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4580,17 +4140,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_81 mediumtext default NULL; alter table bar add column added_4 varchar(10) default NULL, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4662,17 +4214,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_11 bigint default NULL; alter table bar add column added_5 varchar(10) default "qwerty", add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4744,17 +4288,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_21 bigint default 1234; alter table bar add column added_5 varchar(10) default "qwerty", add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4826,17 +4362,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_31 bigint NOT NULL default 54; alter table bar add column added_5 varchar(10) default "qwerty", add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4908,17 +4436,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_41 varchar(10) default NULL; alter table bar add column added_5 varchar(10) default "qwerty", add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4990,17 +4510,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_51 varchar(10) default "abracadab"; alter table bar add column added_5 varchar(10) default "qwerty", add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5072,17 +4584,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_5 varchar(10) default "qwerty", add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5154,17 +4658,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_71 text default NULL; alter table bar add column added_5 varchar(10) default "qwerty", add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5236,17 +4732,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_81 mediumtext default NULL; alter table bar add column added_5 varchar(10) default "qwerty", add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5318,17 +4806,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_11 bigint default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5400,17 +4880,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_21 bigint default 1234; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5482,17 +4954,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_31 bigint NOT NULL default 54; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5564,17 +5028,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_41 varchar(10) default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5646,17 +5102,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_51 varchar(10) default "abracadab"; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5728,17 +5176,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5810,17 +5250,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_71 text default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5892,17 +5324,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_81 mediumtext default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5974,17 +5398,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_11 bigint default NULL; alter table bar add column added_7 text default NULL, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6056,17 +5472,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_21 bigint default 1234; alter table bar add column added_7 text default NULL, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6138,17 +5546,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_31 bigint NOT NULL default 54; alter table bar add column added_7 text default NULL, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6220,17 +5620,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_41 varchar(10) default NULL; alter table bar add column added_7 text default NULL, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6302,17 +5694,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_7 text default NULL, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6384,17 +5768,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_7 text default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6466,17 +5842,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_71 text default NULL; alter table bar add column added_7 text default NULL, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6548,17 +5916,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_81 mediumtext default NULL; alter table bar add column added_7 text default NULL, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6630,17 +5990,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_11 bigint default NULL; alter table bar add column added_8 mediumtext default NULL, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6712,17 +6064,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_21 bigint default 1234; alter table bar add column added_8 mediumtext default NULL, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6794,17 +6138,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_31 bigint NOT NULL default 54; alter table bar add column added_8 mediumtext default NULL, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6876,17 +6212,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_41 varchar(10) default NULL; alter table bar add column added_8 mediumtext default NULL, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6958,17 +6286,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_8 mediumtext default NULL, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7040,17 +6360,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_8 mediumtext default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7122,17 +6434,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_71 text default NULL; alter table bar add column added_8 mediumtext default NULL, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7204,17 +6508,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_81 mediumtext default NULL; alter table bar add column added_8 mediumtext default NULL, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7286,17 +6582,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_11 bigint default NULL; alter table bar add column added_1 bigint default NULL first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7368,17 +6656,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_21 bigint default 1234; alter table bar add column added_1 bigint default NULL first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7450,17 +6730,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_1 bigint default NULL first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7532,17 +6804,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_41 varchar(10) default NULL; alter table bar add column added_1 bigint default NULL first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7614,17 +6878,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_1 bigint default NULL first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7696,17 +6952,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_1 bigint default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7778,17 +7026,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_71 text default NULL; alter table bar add column added_1 bigint default NULL first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7860,17 +7100,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_81 mediumtext default NULL; alter table bar add column added_1 bigint default NULL first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7942,17 +7174,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_11 bigint default NULL; alter table bar add column added_2 bigint default -1 first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -8024,17 +7248,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_21 bigint default 1234; alter table bar add column added_2 bigint default -1 first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -8106,17 +7322,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_2 bigint default -1 first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -8188,17 +7396,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_41 varchar(10) default NULL; alter table bar add column added_2 bigint default -1 first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -8270,17 +7470,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_2 bigint default -1 first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -8352,17 +7544,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_2 bigint default -1 first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -8434,17 +7618,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_71 text default NULL; alter table bar add column added_2 bigint default -1 first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -8516,17 +7692,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_81 mediumtext default NULL; alter table bar add column added_2 bigint default -1 first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -8598,17 +7766,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_11 bigint default NULL; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -8680,17 +7840,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_21 bigint default 1234; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -8762,17 +7914,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -8844,17 +7988,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_41 varchar(10) default NULL; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -8926,17 +8062,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -9008,17 +8136,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -9090,17 +8210,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_71 text default NULL; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -9172,17 +8284,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_81 mediumtext default NULL; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -9254,17 +8358,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_11 bigint default NULL; alter table bar add column added_4 varchar(10) default NULL first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -9336,17 +8432,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_21 bigint default 1234; alter table bar add column added_4 varchar(10) default NULL first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -9418,17 +8506,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_4 varchar(10) default NULL first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -9500,17 +8580,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_41 varchar(10) default NULL; alter table bar add column added_4 varchar(10) default NULL first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -9582,17 +8654,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_4 varchar(10) default NULL first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -9664,17 +8728,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_4 varchar(10) default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -9746,17 +8802,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_71 text default NULL; alter table bar add column added_4 varchar(10) default NULL first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -9828,17 +8876,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_81 mediumtext default NULL; alter table bar add column added_4 varchar(10) default NULL first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -9910,17 +8950,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_11 bigint default NULL; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -9992,17 +9024,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_21 bigint default 1234; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -10074,17 +9098,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -10156,17 +9172,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_41 varchar(10) default NULL; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -10238,17 +9246,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -10320,17 +9320,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -10402,17 +9394,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_71 text default NULL; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -10484,17 +9468,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_81 mediumtext default NULL; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -10566,17 +9542,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_11 bigint default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -10648,17 +9616,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_21 bigint default 1234; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -10730,17 +9690,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -10812,17 +9764,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_41 varchar(10) default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -10894,17 +9838,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -10976,17 +9912,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -11058,17 +9986,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_71 text default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -11140,17 +10060,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_81 mediumtext default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -11222,17 +10134,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_11 bigint default NULL; alter table bar add column added_7 text default NULL first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -11304,17 +10208,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_21 bigint default 1234; alter table bar add column added_7 text default NULL first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -11386,17 +10282,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_7 text default NULL first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -11468,17 +10356,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_41 varchar(10) default NULL; alter table bar add column added_7 text default NULL first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -11550,17 +10430,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_7 text default NULL first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -11632,17 +10504,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_7 text default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -11714,17 +10578,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_71 text default NULL; alter table bar add column added_7 text default NULL first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -11796,17 +10652,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_81 mediumtext default NULL; alter table bar add column added_7 text default NULL first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -11878,17 +10726,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_11 bigint default NULL; alter table bar add column added_8 mediumtext default NULL first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -11960,17 +10800,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_21 bigint default 1234; alter table bar add column added_8 mediumtext default NULL first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -12042,17 +10874,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_8 mediumtext default NULL first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -12124,17 +10948,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_41 varchar(10) default NULL; alter table bar add column added_8 mediumtext default NULL first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -12206,17 +11022,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_8 mediumtext default NULL first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -12288,17 +11096,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_8 mediumtext default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -12370,17 +11170,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_71 text default NULL; alter table bar add column added_8 mediumtext default NULL first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -12452,17 +11244,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_81 mediumtext default NULL; alter table bar add column added_8 mediumtext default NULL first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -12534,17 +11318,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bbb, add column added_11 bigint default NULL after bbb; alter table bar add column added_1 bigint default NULL after bbb, add column added_11 bigint default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -12616,17 +11392,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bbb, add column added_21 bigint default 1234 after bbb; alter table bar add column added_1 bigint default NULL after bbb, add column added_21 bigint default 1234 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -12698,17 +11466,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bbb, add column added_31 bigint NOT NULL default 54 after bbb; alter table bar add column added_1 bigint default NULL after bbb, add column added_31 bigint NOT NULL default 54 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -12780,17 +11540,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bbb, add column added_41 varchar(10) default NULL after bbb; alter table bar add column added_1 bigint default NULL after bbb, add column added_41 varchar(10) default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -12862,17 +11614,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bbb, add column added_51 varchar(10) default "abracadab" after bbb; alter table bar add column added_1 bigint default NULL after bbb, add column added_51 varchar(10) default "abracadab" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -12944,17 +11688,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bbb, add column added_61 varchar(10) NOT NULL default "abracadab" after bbb; alter table bar add column added_1 bigint default NULL after bbb, add column added_61 varchar(10) NOT NULL default "abracadab" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -13026,17 +11762,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bbb, add column added_71 text default NULL after bbb; alter table bar add column added_1 bigint default NULL after bbb, add column added_71 text default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -13108,17 +11836,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bbb, add column added_81 mediumtext default NULL after bbb; alter table bar add column added_1 bigint default NULL after bbb, add column added_81 mediumtext default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -13190,17 +11910,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bbb, add column added_11 bigint default NULL after bbb; alter table bar add column added_2 bigint default -1 after bbb, add column added_11 bigint default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -13272,17 +11984,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bbb, add column added_21 bigint default 1234 after bbb; alter table bar add column added_2 bigint default -1 after bbb, add column added_21 bigint default 1234 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -13354,17 +12058,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bbb, add column added_31 bigint NOT NULL default 54 after bbb; alter table bar add column added_2 bigint default -1 after bbb, add column added_31 bigint NOT NULL default 54 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -13436,17 +12132,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bbb, add column added_41 varchar(10) default NULL after bbb; alter table bar add column added_2 bigint default -1 after bbb, add column added_41 varchar(10) default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -13518,17 +12206,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bbb, add column added_51 varchar(10) default "abracadab" after bbb; alter table bar add column added_2 bigint default -1 after bbb, add column added_51 varchar(10) default "abracadab" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -13600,17 +12280,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bbb, add column added_61 varchar(10) NOT NULL default "abracadab" after bbb; alter table bar add column added_2 bigint default -1 after bbb, add column added_61 varchar(10) NOT NULL default "abracadab" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -13682,17 +12354,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bbb, add column added_71 text default NULL after bbb; alter table bar add column added_2 bigint default -1 after bbb, add column added_71 text default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -13764,17 +12428,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bbb, add column added_81 mediumtext default NULL after bbb; alter table bar add column added_2 bigint default -1 after bbb, add column added_81 mediumtext default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -13846,17 +12502,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bbb, add column added_11 bigint default NULL after bbb; alter table bar add column added_3 bigint NOT NULL default -1 after bbb, add column added_11 bigint default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -13928,17 +12576,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bbb, add column added_21 bigint default 1234 after bbb; alter table bar add column added_3 bigint NOT NULL default -1 after bbb, add column added_21 bigint default 1234 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -14010,17 +12650,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bbb, add column added_31 bigint NOT NULL default 54 after bbb; alter table bar add column added_3 bigint NOT NULL default -1 after bbb, add column added_31 bigint NOT NULL default 54 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -14092,17 +12724,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bbb, add column added_41 varchar(10) default NULL after bbb; alter table bar add column added_3 bigint NOT NULL default -1 after bbb, add column added_41 varchar(10) default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -14174,17 +12798,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bbb, add column added_51 varchar(10) default "abracadab" after bbb; alter table bar add column added_3 bigint NOT NULL default -1 after bbb, add column added_51 varchar(10) default "abracadab" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -14256,17 +12872,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bbb, add column added_61 varchar(10) NOT NULL default "abracadab" after bbb; alter table bar add column added_3 bigint NOT NULL default -1 after bbb, add column added_61 varchar(10) NOT NULL default "abracadab" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -14338,17 +12946,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bbb, add column added_71 text default NULL after bbb; alter table bar add column added_3 bigint NOT NULL default -1 after bbb, add column added_71 text default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -14420,17 +13020,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bbb, add column added_81 mediumtext default NULL after bbb; alter table bar add column added_3 bigint NOT NULL default -1 after bbb, add column added_81 mediumtext default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -14502,17 +13094,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bbb, add column added_11 bigint default NULL after bbb; alter table bar add column added_4 varchar(10) default NULL after bbb, add column added_11 bigint default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -14584,17 +13168,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bbb, add column added_21 bigint default 1234 after bbb; alter table bar add column added_4 varchar(10) default NULL after bbb, add column added_21 bigint default 1234 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -14666,17 +13242,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bbb, add column added_31 bigint NOT NULL default 54 after bbb; alter table bar add column added_4 varchar(10) default NULL after bbb, add column added_31 bigint NOT NULL default 54 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -14748,17 +13316,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bbb, add column added_41 varchar(10) default NULL after bbb; alter table bar add column added_4 varchar(10) default NULL after bbb, add column added_41 varchar(10) default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -14830,17 +13390,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bbb, add column added_51 varchar(10) default "abracadab" after bbb; alter table bar add column added_4 varchar(10) default NULL after bbb, add column added_51 varchar(10) default "abracadab" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -14912,17 +13464,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bbb, add column added_61 varchar(10) NOT NULL default "abracadab" after bbb; alter table bar add column added_4 varchar(10) default NULL after bbb, add column added_61 varchar(10) NOT NULL default "abracadab" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -14994,17 +13538,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bbb, add column added_71 text default NULL after bbb; alter table bar add column added_4 varchar(10) default NULL after bbb, add column added_71 text default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -15076,17 +13612,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bbb, add column added_81 mediumtext default NULL after bbb; alter table bar add column added_4 varchar(10) default NULL after bbb, add column added_81 mediumtext default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -15158,17 +13686,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bbb, add column added_11 bigint default NULL after bbb; alter table bar add column added_5 varchar(10) default "qwerty" after bbb, add column added_11 bigint default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -15240,17 +13760,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bbb, add column added_21 bigint default 1234 after bbb; alter table bar add column added_5 varchar(10) default "qwerty" after bbb, add column added_21 bigint default 1234 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -15322,17 +13834,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bbb, add column added_31 bigint NOT NULL default 54 after bbb; alter table bar add column added_5 varchar(10) default "qwerty" after bbb, add column added_31 bigint NOT NULL default 54 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -15404,17 +13908,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bbb, add column added_41 varchar(10) default NULL after bbb; alter table bar add column added_5 varchar(10) default "qwerty" after bbb, add column added_41 varchar(10) default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -15486,17 +13982,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bbb, add column added_51 varchar(10) default "abracadab" after bbb; alter table bar add column added_5 varchar(10) default "qwerty" after bbb, add column added_51 varchar(10) default "abracadab" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -15568,17 +14056,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bbb, add column added_61 varchar(10) NOT NULL default "abracadab" after bbb; alter table bar add column added_5 varchar(10) default "qwerty" after bbb, add column added_61 varchar(10) NOT NULL default "abracadab" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -15650,17 +14130,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bbb, add column added_71 text default NULL after bbb; alter table bar add column added_5 varchar(10) default "qwerty" after bbb, add column added_71 text default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -15732,17 +14204,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bbb, add column added_81 mediumtext default NULL after bbb; alter table bar add column added_5 varchar(10) default "qwerty" after bbb, add column added_81 mediumtext default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -15814,17 +14278,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb, add column added_11 bigint default NULL after bbb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb, add column added_11 bigint default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -15896,17 +14352,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb, add column added_21 bigint default 1234 after bbb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb, add column added_21 bigint default 1234 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -15978,17 +14426,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb, add column added_31 bigint NOT NULL default 54 after bbb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb, add column added_31 bigint NOT NULL default 54 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -16060,17 +14500,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb, add column added_41 varchar(10) default NULL after bbb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb, add column added_41 varchar(10) default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -16142,17 +14574,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb, add column added_51 varchar(10) default "abracadab" after bbb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb, add column added_51 varchar(10) default "abracadab" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -16224,17 +14648,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb, add column added_61 varchar(10) NOT NULL default "abracadab" after bbb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb, add column added_61 varchar(10) NOT NULL default "abracadab" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -16306,17 +14722,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb, add column added_71 text default NULL after bbb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb, add column added_71 text default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -16388,17 +14796,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb, add column added_81 mediumtext default NULL after bbb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb, add column added_81 mediumtext default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -16470,17 +14870,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bbb, add column added_11 bigint default NULL after bbb; alter table bar add column added_7 text default NULL after bbb, add column added_11 bigint default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -16552,17 +14944,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bbb, add column added_21 bigint default 1234 after bbb; alter table bar add column added_7 text default NULL after bbb, add column added_21 bigint default 1234 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -16634,17 +15018,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bbb, add column added_31 bigint NOT NULL default 54 after bbb; alter table bar add column added_7 text default NULL after bbb, add column added_31 bigint NOT NULL default 54 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -16716,17 +15092,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bbb, add column added_41 varchar(10) default NULL after bbb; alter table bar add column added_7 text default NULL after bbb, add column added_41 varchar(10) default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -16798,17 +15166,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bbb, add column added_51 varchar(10) default "abracadab" after bbb; alter table bar add column added_7 text default NULL after bbb, add column added_51 varchar(10) default "abracadab" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -16880,17 +15240,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bbb, add column added_61 varchar(10) NOT NULL default "abracadab" after bbb; alter table bar add column added_7 text default NULL after bbb, add column added_61 varchar(10) NOT NULL default "abracadab" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -16962,17 +15314,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bbb, add column added_71 text default NULL after bbb; alter table bar add column added_7 text default NULL after bbb, add column added_71 text default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -17044,17 +15388,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bbb, add column added_81 mediumtext default NULL after bbb; alter table bar add column added_7 text default NULL after bbb, add column added_81 mediumtext default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -17126,17 +15462,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bbb, add column added_11 bigint default NULL after bbb; alter table bar add column added_8 mediumtext default NULL after bbb, add column added_11 bigint default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -17208,17 +15536,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bbb, add column added_21 bigint default 1234 after bbb; alter table bar add column added_8 mediumtext default NULL after bbb, add column added_21 bigint default 1234 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -17290,17 +15610,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bbb, add column added_31 bigint NOT NULL default 54 after bbb; alter table bar add column added_8 mediumtext default NULL after bbb, add column added_31 bigint NOT NULL default 54 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -17372,17 +15684,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bbb, add column added_41 varchar(10) default NULL after bbb; alter table bar add column added_8 mediumtext default NULL after bbb, add column added_41 varchar(10) default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -17454,17 +15758,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bbb, add column added_51 varchar(10) default "abracadab" after bbb; alter table bar add column added_8 mediumtext default NULL after bbb, add column added_51 varchar(10) default "abracadab" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -17536,17 +15832,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bbb, add column added_61 varchar(10) NOT NULL default "abracadab" after bbb; alter table bar add column added_8 mediumtext default NULL after bbb, add column added_61 varchar(10) NOT NULL default "abracadab" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -17618,17 +15906,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bbb, add column added_71 text default NULL after bbb; alter table bar add column added_8 mediumtext default NULL after bbb, add column added_71 text default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -17700,17 +15980,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bbb, add column added_81 mediumtext default NULL after bbb; alter table bar add column added_8 mediumtext default NULL after bbb, add column added_81 mediumtext default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -17782,16 +16054,8 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_2 bigint default -1 after bbb, add column added_3 bigint NOT NULL default -1; alter table bar add column added_1 bigint default NULL, add column added_2 bigint default -1 after bbb, add column added_3 bigint NOT NULL default -1; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; diff --git a/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_all_blob_add.result b/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_all_blob_add.result index af66b4edfba..fe8545a7873 100644 --- a/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_all_blob_add.result +++ b/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_all_blob_add.result @@ -10,17 +10,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL; alter table bar add column added_1 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -32,17 +24,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1; alter table bar add column added_2 bigint default -1; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -54,17 +38,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1; alter table bar add column added_3 bigint NOT NULL default -1; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -76,17 +52,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL; alter table bar add column added_4 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -98,17 +66,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty"; alter table bar add column added_5 varchar(10) default "qwerty"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -120,17 +80,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt"; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -142,17 +94,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL; alter table bar add column added_7 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -164,17 +108,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL; alter table bar add column added_8 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -186,17 +122,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first; alter table bar add column added_1 bigint default NULL first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -208,17 +136,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first; alter table bar add column added_2 bigint default -1 first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -230,17 +150,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first; alter table bar add column added_3 bigint NOT NULL default -1 first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -252,17 +164,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first; alter table bar add column added_4 varchar(10) default NULL first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -274,17 +178,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first; alter table bar add column added_5 varchar(10) default "qwerty" first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -296,17 +192,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -318,17 +206,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first; alter table bar add column added_7 text default NULL first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -340,17 +220,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first; alter table bar add column added_8 mediumtext default NULL first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -362,17 +234,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bb; alter table bar add column added_1 bigint default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -384,17 +248,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bb; alter table bar add column added_2 bigint default -1 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -406,17 +262,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bb; alter table bar add column added_3 bigint NOT NULL default -1 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -428,17 +276,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bb; alter table bar add column added_4 varchar(10) default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -450,17 +290,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bb; alter table bar add column added_5 varchar(10) default "qwerty" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -472,17 +304,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -494,17 +318,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bb; alter table bar add column added_7 text default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -516,17 +332,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bb; alter table bar add column added_8 mediumtext default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -538,17 +346,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_11 bigint default NULL; alter table bar add column added_1 bigint default NULL, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -560,17 +360,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_21 bigint default 1234; alter table bar add column added_1 bigint default NULL, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -582,17 +374,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_31 bigint NOT NULL default 54; alter table bar add column added_1 bigint default NULL, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -604,17 +388,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_41 varchar(10) default NULL; alter table bar add column added_1 bigint default NULL, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -626,17 +402,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_1 bigint default NULL, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -648,17 +416,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_1 bigint default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -670,17 +430,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_71 text default NULL; alter table bar add column added_1 bigint default NULL, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -692,17 +444,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_81 mediumtext default NULL; alter table bar add column added_1 bigint default NULL, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -714,17 +458,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_11 bigint default NULL; alter table bar add column added_2 bigint default -1, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -736,17 +472,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_21 bigint default 1234; alter table bar add column added_2 bigint default -1, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -758,17 +486,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_31 bigint NOT NULL default 54; alter table bar add column added_2 bigint default -1, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -780,17 +500,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_41 varchar(10) default NULL; alter table bar add column added_2 bigint default -1, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -802,17 +514,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_2 bigint default -1, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -824,17 +528,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_2 bigint default -1, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -846,17 +542,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_71 text default NULL; alter table bar add column added_2 bigint default -1, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -868,17 +556,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_81 mediumtext default NULL; alter table bar add column added_2 bigint default -1, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -890,17 +570,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_11 bigint default NULL; alter table bar add column added_3 bigint NOT NULL default -1, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -912,17 +584,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_21 bigint default 1234; alter table bar add column added_3 bigint NOT NULL default -1, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -934,17 +598,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_31 bigint NOT NULL default 54; alter table bar add column added_3 bigint NOT NULL default -1, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -956,17 +612,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_41 varchar(10) default NULL; alter table bar add column added_3 bigint NOT NULL default -1, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -978,17 +626,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_3 bigint NOT NULL default -1, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1000,17 +640,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_3 bigint NOT NULL default -1, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1022,17 +654,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_71 text default NULL; alter table bar add column added_3 bigint NOT NULL default -1, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1044,17 +668,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_81 mediumtext default NULL; alter table bar add column added_3 bigint NOT NULL default -1, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1066,17 +682,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_11 bigint default NULL; alter table bar add column added_4 varchar(10) default NULL, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1088,17 +696,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_21 bigint default 1234; alter table bar add column added_4 varchar(10) default NULL, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1110,17 +710,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_31 bigint NOT NULL default 54; alter table bar add column added_4 varchar(10) default NULL, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1132,17 +724,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_41 varchar(10) default NULL; alter table bar add column added_4 varchar(10) default NULL, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1154,17 +738,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_4 varchar(10) default NULL, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1176,17 +752,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_4 varchar(10) default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1198,17 +766,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_71 text default NULL; alter table bar add column added_4 varchar(10) default NULL, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1220,17 +780,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_81 mediumtext default NULL; alter table bar add column added_4 varchar(10) default NULL, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1242,17 +794,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_11 bigint default NULL; alter table bar add column added_5 varchar(10) default "qwerty", add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1264,17 +808,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_21 bigint default 1234; alter table bar add column added_5 varchar(10) default "qwerty", add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1286,17 +822,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_31 bigint NOT NULL default 54; alter table bar add column added_5 varchar(10) default "qwerty", add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1308,17 +836,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_41 varchar(10) default NULL; alter table bar add column added_5 varchar(10) default "qwerty", add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1330,17 +850,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_51 varchar(10) default "abracadab"; alter table bar add column added_5 varchar(10) default "qwerty", add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1352,17 +864,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_5 varchar(10) default "qwerty", add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1374,17 +878,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_71 text default NULL; alter table bar add column added_5 varchar(10) default "qwerty", add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1396,17 +892,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_81 mediumtext default NULL; alter table bar add column added_5 varchar(10) default "qwerty", add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1418,17 +906,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_11 bigint default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1440,17 +920,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_21 bigint default 1234; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1462,17 +934,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_31 bigint NOT NULL default 54; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1484,17 +948,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_41 varchar(10) default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1506,17 +962,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_51 varchar(10) default "abracadab"; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1528,17 +976,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1550,17 +990,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_71 text default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1572,17 +1004,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_81 mediumtext default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1594,17 +1018,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_11 bigint default NULL; alter table bar add column added_7 text default NULL, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1616,17 +1032,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_21 bigint default 1234; alter table bar add column added_7 text default NULL, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1638,17 +1046,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_31 bigint NOT NULL default 54; alter table bar add column added_7 text default NULL, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1660,17 +1060,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_41 varchar(10) default NULL; alter table bar add column added_7 text default NULL, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1682,17 +1074,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_7 text default NULL, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1704,17 +1088,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_7 text default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1726,17 +1102,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_71 text default NULL; alter table bar add column added_7 text default NULL, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1748,17 +1116,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_81 mediumtext default NULL; alter table bar add column added_7 text default NULL, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1770,17 +1130,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_11 bigint default NULL; alter table bar add column added_8 mediumtext default NULL, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1792,17 +1144,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_21 bigint default 1234; alter table bar add column added_8 mediumtext default NULL, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1814,17 +1158,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_31 bigint NOT NULL default 54; alter table bar add column added_8 mediumtext default NULL, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1836,17 +1172,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_41 varchar(10) default NULL; alter table bar add column added_8 mediumtext default NULL, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1858,17 +1186,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_8 mediumtext default NULL, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1880,17 +1200,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_8 mediumtext default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1902,17 +1214,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_71 text default NULL; alter table bar add column added_8 mediumtext default NULL, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1924,17 +1228,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_81 mediumtext default NULL; alter table bar add column added_8 mediumtext default NULL, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1946,17 +1242,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_11 bigint default NULL; alter table bar add column added_1 bigint default NULL first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1968,17 +1256,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_21 bigint default 1234; alter table bar add column added_1 bigint default NULL first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1990,17 +1270,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_1 bigint default NULL first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2012,17 +1284,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_41 varchar(10) default NULL; alter table bar add column added_1 bigint default NULL first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2034,17 +1298,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_1 bigint default NULL first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2056,17 +1312,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_1 bigint default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2078,17 +1326,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_71 text default NULL; alter table bar add column added_1 bigint default NULL first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2100,17 +1340,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_81 mediumtext default NULL; alter table bar add column added_1 bigint default NULL first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2122,17 +1354,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_11 bigint default NULL; alter table bar add column added_2 bigint default -1 first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2144,17 +1368,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_21 bigint default 1234; alter table bar add column added_2 bigint default -1 first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2166,17 +1382,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_2 bigint default -1 first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2188,17 +1396,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_41 varchar(10) default NULL; alter table bar add column added_2 bigint default -1 first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2210,17 +1410,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_2 bigint default -1 first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2232,17 +1424,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_2 bigint default -1 first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2254,17 +1438,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_71 text default NULL; alter table bar add column added_2 bigint default -1 first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2276,17 +1452,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_81 mediumtext default NULL; alter table bar add column added_2 bigint default -1 first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2298,17 +1466,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_11 bigint default NULL; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2320,17 +1480,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_21 bigint default 1234; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2342,17 +1494,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2364,17 +1508,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_41 varchar(10) default NULL; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2386,17 +1522,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2408,17 +1536,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2430,17 +1550,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_71 text default NULL; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2452,17 +1564,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_81 mediumtext default NULL; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2474,17 +1578,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_11 bigint default NULL; alter table bar add column added_4 varchar(10) default NULL first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2496,17 +1592,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_21 bigint default 1234; alter table bar add column added_4 varchar(10) default NULL first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2518,17 +1606,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_4 varchar(10) default NULL first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2540,17 +1620,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_41 varchar(10) default NULL; alter table bar add column added_4 varchar(10) default NULL first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2562,17 +1634,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_4 varchar(10) default NULL first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2584,17 +1648,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_4 varchar(10) default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2606,17 +1662,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_71 text default NULL; alter table bar add column added_4 varchar(10) default NULL first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2628,17 +1676,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_81 mediumtext default NULL; alter table bar add column added_4 varchar(10) default NULL first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2650,17 +1690,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_11 bigint default NULL; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2672,17 +1704,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_21 bigint default 1234; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2694,17 +1718,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2716,17 +1732,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_41 varchar(10) default NULL; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2738,17 +1746,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2760,17 +1760,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2782,17 +1774,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_71 text default NULL; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2804,17 +1788,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_81 mediumtext default NULL; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2826,17 +1802,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_11 bigint default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2848,17 +1816,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_21 bigint default 1234; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2870,17 +1830,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2892,17 +1844,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_41 varchar(10) default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2914,17 +1858,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2936,17 +1872,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2958,17 +1886,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_71 text default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2980,17 +1900,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_81 mediumtext default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3002,17 +1914,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_11 bigint default NULL; alter table bar add column added_7 text default NULL first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3024,17 +1928,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_21 bigint default 1234; alter table bar add column added_7 text default NULL first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3046,17 +1942,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_7 text default NULL first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3068,17 +1956,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_41 varchar(10) default NULL; alter table bar add column added_7 text default NULL first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3090,17 +1970,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_7 text default NULL first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3112,17 +1984,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_7 text default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3134,17 +1998,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_71 text default NULL; alter table bar add column added_7 text default NULL first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3156,17 +2012,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_81 mediumtext default NULL; alter table bar add column added_7 text default NULL first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3178,17 +2026,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_11 bigint default NULL; alter table bar add column added_8 mediumtext default NULL first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3200,17 +2040,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_21 bigint default 1234; alter table bar add column added_8 mediumtext default NULL first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3222,17 +2054,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_8 mediumtext default NULL first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3244,17 +2068,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_41 varchar(10) default NULL; alter table bar add column added_8 mediumtext default NULL first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3266,17 +2082,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_8 mediumtext default NULL first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3288,17 +2096,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_8 mediumtext default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3310,17 +2110,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_71 text default NULL; alter table bar add column added_8 mediumtext default NULL first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3332,17 +2124,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_81 mediumtext default NULL; alter table bar add column added_8 mediumtext default NULL first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3354,17 +2138,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bb, add column added_11 bigint default NULL after bb; alter table bar add column added_1 bigint default NULL after bb, add column added_11 bigint default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3376,17 +2152,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bb, add column added_21 bigint default 1234 after bb; alter table bar add column added_1 bigint default NULL after bb, add column added_21 bigint default 1234 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3398,17 +2166,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bb, add column added_31 bigint NOT NULL default 54 after bb; alter table bar add column added_1 bigint default NULL after bb, add column added_31 bigint NOT NULL default 54 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3420,17 +2180,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bb, add column added_41 varchar(10) default NULL after bb; alter table bar add column added_1 bigint default NULL after bb, add column added_41 varchar(10) default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3442,17 +2194,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bb, add column added_51 varchar(10) default "abracadab" after bb; alter table bar add column added_1 bigint default NULL after bb, add column added_51 varchar(10) default "abracadab" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3464,17 +2208,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bb, add column added_61 varchar(10) NOT NULL default "abracadab" after bb; alter table bar add column added_1 bigint default NULL after bb, add column added_61 varchar(10) NOT NULL default "abracadab" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3486,17 +2222,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bb, add column added_71 text default NULL after bb; alter table bar add column added_1 bigint default NULL after bb, add column added_71 text default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3508,17 +2236,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bb, add column added_81 mediumtext default NULL after bb; alter table bar add column added_1 bigint default NULL after bb, add column added_81 mediumtext default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3530,17 +2250,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bb, add column added_11 bigint default NULL after bb; alter table bar add column added_2 bigint default -1 after bb, add column added_11 bigint default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3552,17 +2264,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bb, add column added_21 bigint default 1234 after bb; alter table bar add column added_2 bigint default -1 after bb, add column added_21 bigint default 1234 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3574,17 +2278,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bb, add column added_31 bigint NOT NULL default 54 after bb; alter table bar add column added_2 bigint default -1 after bb, add column added_31 bigint NOT NULL default 54 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3596,17 +2292,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bb, add column added_41 varchar(10) default NULL after bb; alter table bar add column added_2 bigint default -1 after bb, add column added_41 varchar(10) default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3618,17 +2306,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bb, add column added_51 varchar(10) default "abracadab" after bb; alter table bar add column added_2 bigint default -1 after bb, add column added_51 varchar(10) default "abracadab" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3640,17 +2320,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bb, add column added_61 varchar(10) NOT NULL default "abracadab" after bb; alter table bar add column added_2 bigint default -1 after bb, add column added_61 varchar(10) NOT NULL default "abracadab" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3662,17 +2334,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bb, add column added_71 text default NULL after bb; alter table bar add column added_2 bigint default -1 after bb, add column added_71 text default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3684,17 +2348,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bb, add column added_81 mediumtext default NULL after bb; alter table bar add column added_2 bigint default -1 after bb, add column added_81 mediumtext default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3706,17 +2362,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bb, add column added_11 bigint default NULL after bb; alter table bar add column added_3 bigint NOT NULL default -1 after bb, add column added_11 bigint default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3728,17 +2376,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bb, add column added_21 bigint default 1234 after bb; alter table bar add column added_3 bigint NOT NULL default -1 after bb, add column added_21 bigint default 1234 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3750,17 +2390,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bb, add column added_31 bigint NOT NULL default 54 after bb; alter table bar add column added_3 bigint NOT NULL default -1 after bb, add column added_31 bigint NOT NULL default 54 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3772,17 +2404,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bb, add column added_41 varchar(10) default NULL after bb; alter table bar add column added_3 bigint NOT NULL default -1 after bb, add column added_41 varchar(10) default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3794,17 +2418,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bb, add column added_51 varchar(10) default "abracadab" after bb; alter table bar add column added_3 bigint NOT NULL default -1 after bb, add column added_51 varchar(10) default "abracadab" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3816,17 +2432,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bb, add column added_61 varchar(10) NOT NULL default "abracadab" after bb; alter table bar add column added_3 bigint NOT NULL default -1 after bb, add column added_61 varchar(10) NOT NULL default "abracadab" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3838,17 +2446,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bb, add column added_71 text default NULL after bb; alter table bar add column added_3 bigint NOT NULL default -1 after bb, add column added_71 text default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3860,17 +2460,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bb, add column added_81 mediumtext default NULL after bb; alter table bar add column added_3 bigint NOT NULL default -1 after bb, add column added_81 mediumtext default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3882,17 +2474,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bb, add column added_11 bigint default NULL after bb; alter table bar add column added_4 varchar(10) default NULL after bb, add column added_11 bigint default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3904,17 +2488,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bb, add column added_21 bigint default 1234 after bb; alter table bar add column added_4 varchar(10) default NULL after bb, add column added_21 bigint default 1234 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3926,17 +2502,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bb, add column added_31 bigint NOT NULL default 54 after bb; alter table bar add column added_4 varchar(10) default NULL after bb, add column added_31 bigint NOT NULL default 54 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3948,17 +2516,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bb, add column added_41 varchar(10) default NULL after bb; alter table bar add column added_4 varchar(10) default NULL after bb, add column added_41 varchar(10) default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3970,17 +2530,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bb, add column added_51 varchar(10) default "abracadab" after bb; alter table bar add column added_4 varchar(10) default NULL after bb, add column added_51 varchar(10) default "abracadab" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3992,17 +2544,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bb, add column added_61 varchar(10) NOT NULL default "abracadab" after bb; alter table bar add column added_4 varchar(10) default NULL after bb, add column added_61 varchar(10) NOT NULL default "abracadab" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4014,17 +2558,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bb, add column added_71 text default NULL after bb; alter table bar add column added_4 varchar(10) default NULL after bb, add column added_71 text default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4036,17 +2572,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bb, add column added_81 mediumtext default NULL after bb; alter table bar add column added_4 varchar(10) default NULL after bb, add column added_81 mediumtext default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4058,17 +2586,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bb, add column added_11 bigint default NULL after bb; alter table bar add column added_5 varchar(10) default "qwerty" after bb, add column added_11 bigint default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4080,17 +2600,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bb, add column added_21 bigint default 1234 after bb; alter table bar add column added_5 varchar(10) default "qwerty" after bb, add column added_21 bigint default 1234 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4102,17 +2614,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bb, add column added_31 bigint NOT NULL default 54 after bb; alter table bar add column added_5 varchar(10) default "qwerty" after bb, add column added_31 bigint NOT NULL default 54 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4124,17 +2628,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bb, add column added_41 varchar(10) default NULL after bb; alter table bar add column added_5 varchar(10) default "qwerty" after bb, add column added_41 varchar(10) default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4146,17 +2642,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bb, add column added_51 varchar(10) default "abracadab" after bb; alter table bar add column added_5 varchar(10) default "qwerty" after bb, add column added_51 varchar(10) default "abracadab" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4168,17 +2656,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bb, add column added_61 varchar(10) NOT NULL default "abracadab" after bb; alter table bar add column added_5 varchar(10) default "qwerty" after bb, add column added_61 varchar(10) NOT NULL default "abracadab" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4190,17 +2670,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bb, add column added_71 text default NULL after bb; alter table bar add column added_5 varchar(10) default "qwerty" after bb, add column added_71 text default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4212,17 +2684,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bb, add column added_81 mediumtext default NULL after bb; alter table bar add column added_5 varchar(10) default "qwerty" after bb, add column added_81 mediumtext default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4234,17 +2698,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb, add column added_11 bigint default NULL after bb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb, add column added_11 bigint default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4256,17 +2712,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb, add column added_21 bigint default 1234 after bb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb, add column added_21 bigint default 1234 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4278,17 +2726,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb, add column added_31 bigint NOT NULL default 54 after bb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb, add column added_31 bigint NOT NULL default 54 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4300,17 +2740,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb, add column added_41 varchar(10) default NULL after bb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb, add column added_41 varchar(10) default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4322,17 +2754,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb, add column added_51 varchar(10) default "abracadab" after bb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb, add column added_51 varchar(10) default "abracadab" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4344,17 +2768,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb, add column added_61 varchar(10) NOT NULL default "abracadab" after bb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb, add column added_61 varchar(10) NOT NULL default "abracadab" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4366,17 +2782,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb, add column added_71 text default NULL after bb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb, add column added_71 text default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4388,17 +2796,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb, add column added_81 mediumtext default NULL after bb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb, add column added_81 mediumtext default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4410,17 +2810,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bb, add column added_11 bigint default NULL after bb; alter table bar add column added_7 text default NULL after bb, add column added_11 bigint default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4432,17 +2824,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bb, add column added_21 bigint default 1234 after bb; alter table bar add column added_7 text default NULL after bb, add column added_21 bigint default 1234 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4454,17 +2838,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bb, add column added_31 bigint NOT NULL default 54 after bb; alter table bar add column added_7 text default NULL after bb, add column added_31 bigint NOT NULL default 54 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4476,17 +2852,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bb, add column added_41 varchar(10) default NULL after bb; alter table bar add column added_7 text default NULL after bb, add column added_41 varchar(10) default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4498,17 +2866,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bb, add column added_51 varchar(10) default "abracadab" after bb; alter table bar add column added_7 text default NULL after bb, add column added_51 varchar(10) default "abracadab" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4520,17 +2880,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bb, add column added_61 varchar(10) NOT NULL default "abracadab" after bb; alter table bar add column added_7 text default NULL after bb, add column added_61 varchar(10) NOT NULL default "abracadab" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4542,17 +2894,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bb, add column added_71 text default NULL after bb; alter table bar add column added_7 text default NULL after bb, add column added_71 text default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4564,17 +2908,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bb, add column added_81 mediumtext default NULL after bb; alter table bar add column added_7 text default NULL after bb, add column added_81 mediumtext default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4586,17 +2922,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bb, add column added_11 bigint default NULL after bb; alter table bar add column added_8 mediumtext default NULL after bb, add column added_11 bigint default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4608,17 +2936,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bb, add column added_21 bigint default 1234 after bb; alter table bar add column added_8 mediumtext default NULL after bb, add column added_21 bigint default 1234 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4630,17 +2950,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bb, add column added_31 bigint NOT NULL default 54 after bb; alter table bar add column added_8 mediumtext default NULL after bb, add column added_31 bigint NOT NULL default 54 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4652,17 +2964,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bb, add column added_41 varchar(10) default NULL after bb; alter table bar add column added_8 mediumtext default NULL after bb, add column added_41 varchar(10) default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4674,17 +2978,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bb, add column added_51 varchar(10) default "abracadab" after bb; alter table bar add column added_8 mediumtext default NULL after bb, add column added_51 varchar(10) default "abracadab" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4696,17 +2992,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bb, add column added_61 varchar(10) NOT NULL default "abracadab" after bb; alter table bar add column added_8 mediumtext default NULL after bb, add column added_61 varchar(10) NOT NULL default "abracadab" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4718,17 +3006,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bb, add column added_71 text default NULL after bb; alter table bar add column added_8 mediumtext default NULL after bb, add column added_71 text default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4740,17 +3020,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bb, add column added_81 mediumtext default NULL after bb; alter table bar add column added_8 mediumtext default NULL after bb, add column added_81 mediumtext default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4762,16 +3034,8 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_2 bigint default -1 after bb, add column added_3 bigint NOT NULL default -1; alter table bar add column added_1 bigint default NULL, add column added_2 bigint default -1 after bb, add column added_3 bigint NOT NULL default -1; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; diff --git a/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_all_blob_drop.result b/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_all_blob_drop.result index 74c8b5e47eb..8408267c12a 100644 --- a/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_all_blob_drop.result +++ b/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_all_blob_drop.result @@ -10,17 +10,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aa; alter table bar drop column aa; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -32,17 +24,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column bb; alter table bar drop column bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -54,17 +38,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column cc; alter table bar drop column cc; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -76,17 +52,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column dd; alter table bar drop column dd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -98,17 +66,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aa, drop column bb; alter table bar drop column aa, drop column bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -120,17 +80,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aa, drop column cc; alter table bar drop column aa, drop column cc; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -142,17 +94,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aa, drop column dd; alter table bar drop column aa, drop column dd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -164,17 +108,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column bb, drop column aa; alter table bar drop column bb, drop column aa; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -186,17 +122,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column bb, drop column cc; alter table bar drop column bb, drop column cc; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -208,17 +136,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column bb, drop column dd; alter table bar drop column bb, drop column dd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -230,17 +150,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column cc, drop column aa; alter table bar drop column cc, drop column aa; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -252,17 +164,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column cc, drop column bb; alter table bar drop column cc, drop column bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -274,17 +178,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column cc, drop column dd; alter table bar drop column cc, drop column dd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -296,17 +192,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column dd, drop column aa; alter table bar drop column dd, drop column aa; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -318,17 +206,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column dd, drop column bb; alter table bar drop column dd, drop column bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -340,17 +220,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column dd, drop column cc; alter table bar drop column dd, drop column cc; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -362,17 +234,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aa, drop column bb, drop column cc; alter table bar drop column aa, drop column bb, drop column cc; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -384,17 +248,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aa, drop column bb, drop column dd; alter table bar drop column aa, drop column bb, drop column dd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -406,17 +262,9 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aa, drop column cc, drop column dd; alter table bar drop column aa, drop column cc, drop column dd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -428,16 +276,8 @@ insert into foo values (NULL,"oifds",NULL,"fdsjfds"); insert into foo values ("rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column bb, drop column cc, drop column dd; alter table bar drop column bb, drop column cc, drop column dd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; diff --git a/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_all_drop.result b/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_all_drop.result index 2115978d3a1..df48c3ac7c2 100644 --- a/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_all_drop.result +++ b/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_all_drop.result @@ -70,17 +70,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column a; alter table bar drop column a; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -152,17 +144,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column b; alter table bar drop column b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -234,17 +218,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column c; alter table bar drop column c; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -316,17 +292,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column d; alter table bar drop column d; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -398,17 +366,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aa; alter table bar drop column aa; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -480,17 +440,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column bb; alter table bar drop column bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -562,17 +514,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column cc; alter table bar drop column cc; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -644,17 +588,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column dd; alter table bar drop column dd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -726,17 +662,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aaa; alter table bar drop column aaa; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -808,17 +736,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column bbb; alter table bar drop column bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -890,17 +810,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column ccc; alter table bar drop column ccc; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -972,17 +884,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column ddd; alter table bar drop column ddd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1054,17 +958,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column a, drop column b; alter table bar drop column a, drop column b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1136,17 +1032,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column a, drop column c; alter table bar drop column a, drop column c; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1218,17 +1106,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column a, drop column d; alter table bar drop column a, drop column d; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1300,17 +1180,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column a, drop column aa; alter table bar drop column a, drop column aa; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1382,17 +1254,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column a, drop column bb; alter table bar drop column a, drop column bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1464,17 +1328,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column a, drop column cc; alter table bar drop column a, drop column cc; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1546,17 +1402,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column a, drop column dd; alter table bar drop column a, drop column dd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1628,17 +1476,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column a, drop column aaa; alter table bar drop column a, drop column aaa; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1710,17 +1550,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column a, drop column bbb; alter table bar drop column a, drop column bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1792,17 +1624,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column a, drop column ccc; alter table bar drop column a, drop column ccc; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1874,17 +1698,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column a, drop column ddd; alter table bar drop column a, drop column ddd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1956,17 +1772,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column b, drop column a; alter table bar drop column b, drop column a; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2038,17 +1846,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column b, drop column c; alter table bar drop column b, drop column c; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2120,17 +1920,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column b, drop column d; alter table bar drop column b, drop column d; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2202,17 +1994,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column b, drop column aa; alter table bar drop column b, drop column aa; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2284,17 +2068,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column b, drop column bb; alter table bar drop column b, drop column bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2366,17 +2142,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column b, drop column cc; alter table bar drop column b, drop column cc; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2448,17 +2216,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column b, drop column dd; alter table bar drop column b, drop column dd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2530,17 +2290,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column b, drop column aaa; alter table bar drop column b, drop column aaa; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2612,17 +2364,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column b, drop column bbb; alter table bar drop column b, drop column bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2694,17 +2438,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column b, drop column ccc; alter table bar drop column b, drop column ccc; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2776,17 +2512,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column b, drop column ddd; alter table bar drop column b, drop column ddd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2858,17 +2586,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column c, drop column a; alter table bar drop column c, drop column a; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2940,17 +2660,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column c, drop column b; alter table bar drop column c, drop column b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3022,17 +2734,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column c, drop column d; alter table bar drop column c, drop column d; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3104,17 +2808,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column c, drop column aa; alter table bar drop column c, drop column aa; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3186,17 +2882,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column c, drop column bb; alter table bar drop column c, drop column bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3268,17 +2956,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column c, drop column cc; alter table bar drop column c, drop column cc; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3350,17 +3030,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column c, drop column dd; alter table bar drop column c, drop column dd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3432,17 +3104,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column c, drop column aaa; alter table bar drop column c, drop column aaa; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3514,17 +3178,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column c, drop column bbb; alter table bar drop column c, drop column bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3596,17 +3252,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column c, drop column ccc; alter table bar drop column c, drop column ccc; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3678,17 +3326,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column c, drop column ddd; alter table bar drop column c, drop column ddd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3760,17 +3400,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column d, drop column a; alter table bar drop column d, drop column a; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3842,17 +3474,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column d, drop column b; alter table bar drop column d, drop column b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3924,17 +3548,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column d, drop column c; alter table bar drop column d, drop column c; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4006,17 +3622,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column d, drop column aa; alter table bar drop column d, drop column aa; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4088,17 +3696,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column d, drop column bb; alter table bar drop column d, drop column bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4170,17 +3770,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column d, drop column cc; alter table bar drop column d, drop column cc; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4252,17 +3844,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column d, drop column dd; alter table bar drop column d, drop column dd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4334,17 +3918,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column d, drop column aaa; alter table bar drop column d, drop column aaa; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4416,17 +3992,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column d, drop column bbb; alter table bar drop column d, drop column bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4498,17 +4066,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column d, drop column ccc; alter table bar drop column d, drop column ccc; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4580,17 +4140,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column d, drop column ddd; alter table bar drop column d, drop column ddd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4662,17 +4214,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aa, drop column a; alter table bar drop column aa, drop column a; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4744,17 +4288,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aa, drop column b; alter table bar drop column aa, drop column b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4826,17 +4362,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aa, drop column c; alter table bar drop column aa, drop column c; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4908,17 +4436,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aa, drop column d; alter table bar drop column aa, drop column d; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4990,17 +4510,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aa, drop column bb; alter table bar drop column aa, drop column bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5072,17 +4584,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aa, drop column cc; alter table bar drop column aa, drop column cc; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5154,17 +4658,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aa, drop column dd; alter table bar drop column aa, drop column dd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5236,17 +4732,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aa, drop column aaa; alter table bar drop column aa, drop column aaa; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5318,17 +4806,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aa, drop column bbb; alter table bar drop column aa, drop column bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5400,17 +4880,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aa, drop column ccc; alter table bar drop column aa, drop column ccc; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5482,17 +4954,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aa, drop column ddd; alter table bar drop column aa, drop column ddd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5564,17 +5028,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column bb, drop column a; alter table bar drop column bb, drop column a; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5646,17 +5102,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column bb, drop column b; alter table bar drop column bb, drop column b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5728,17 +5176,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column bb, drop column c; alter table bar drop column bb, drop column c; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5810,17 +5250,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column bb, drop column d; alter table bar drop column bb, drop column d; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5892,17 +5324,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column bb, drop column aa; alter table bar drop column bb, drop column aa; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5974,17 +5398,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column bb, drop column cc; alter table bar drop column bb, drop column cc; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6056,17 +5472,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column bb, drop column dd; alter table bar drop column bb, drop column dd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6138,17 +5546,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column bb, drop column aaa; alter table bar drop column bb, drop column aaa; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6220,17 +5620,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column bb, drop column bbb; alter table bar drop column bb, drop column bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6302,17 +5694,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column bb, drop column ccc; alter table bar drop column bb, drop column ccc; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6384,17 +5768,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column bb, drop column ddd; alter table bar drop column bb, drop column ddd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6466,17 +5842,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column cc, drop column a; alter table bar drop column cc, drop column a; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6548,17 +5916,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column cc, drop column b; alter table bar drop column cc, drop column b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6630,17 +5990,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column cc, drop column c; alter table bar drop column cc, drop column c; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6712,17 +6064,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column cc, drop column d; alter table bar drop column cc, drop column d; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6794,17 +6138,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column cc, drop column aa; alter table bar drop column cc, drop column aa; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6876,17 +6212,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column cc, drop column bb; alter table bar drop column cc, drop column bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6958,17 +6286,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column cc, drop column dd; alter table bar drop column cc, drop column dd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7040,17 +6360,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column cc, drop column aaa; alter table bar drop column cc, drop column aaa; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7122,17 +6434,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column cc, drop column bbb; alter table bar drop column cc, drop column bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7204,17 +6508,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column cc, drop column ccc; alter table bar drop column cc, drop column ccc; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7286,17 +6582,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column cc, drop column ddd; alter table bar drop column cc, drop column ddd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7368,17 +6656,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column dd, drop column a; alter table bar drop column dd, drop column a; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7450,17 +6730,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column dd, drop column b; alter table bar drop column dd, drop column b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7532,17 +6804,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column dd, drop column c; alter table bar drop column dd, drop column c; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7614,17 +6878,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column dd, drop column d; alter table bar drop column dd, drop column d; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7696,17 +6952,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column dd, drop column aa; alter table bar drop column dd, drop column aa; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7778,17 +7026,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column dd, drop column bb; alter table bar drop column dd, drop column bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7860,17 +7100,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column dd, drop column cc; alter table bar drop column dd, drop column cc; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7942,17 +7174,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column dd, drop column aaa; alter table bar drop column dd, drop column aaa; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -8024,17 +7248,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column dd, drop column bbb; alter table bar drop column dd, drop column bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -8106,17 +7322,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column dd, drop column ccc; alter table bar drop column dd, drop column ccc; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -8188,17 +7396,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column dd, drop column ddd; alter table bar drop column dd, drop column ddd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -8270,17 +7470,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aaa, drop column a; alter table bar drop column aaa, drop column a; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -8352,17 +7544,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aaa, drop column b; alter table bar drop column aaa, drop column b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -8434,17 +7618,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aaa, drop column c; alter table bar drop column aaa, drop column c; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -8516,17 +7692,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aaa, drop column d; alter table bar drop column aaa, drop column d; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -8598,17 +7766,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aaa, drop column aa; alter table bar drop column aaa, drop column aa; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -8680,17 +7840,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aaa, drop column bb; alter table bar drop column aaa, drop column bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -8762,17 +7914,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aaa, drop column cc; alter table bar drop column aaa, drop column cc; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -8844,17 +7988,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aaa, drop column dd; alter table bar drop column aaa, drop column dd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -8926,17 +8062,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aaa, drop column bbb; alter table bar drop column aaa, drop column bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -9008,17 +8136,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aaa, drop column ccc; alter table bar drop column aaa, drop column ccc; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -9090,17 +8210,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aaa, drop column ddd; alter table bar drop column aaa, drop column ddd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -9172,17 +8284,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column bbb, drop column a; alter table bar drop column bbb, drop column a; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -9254,17 +8358,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column bbb, drop column b; alter table bar drop column bbb, drop column b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -9336,17 +8432,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column bbb, drop column c; alter table bar drop column bbb, drop column c; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -9418,17 +8506,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column bbb, drop column d; alter table bar drop column bbb, drop column d; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -9500,17 +8580,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column bbb, drop column aa; alter table bar drop column bbb, drop column aa; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -9582,17 +8654,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column bbb, drop column bb; alter table bar drop column bbb, drop column bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -9664,17 +8728,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column bbb, drop column cc; alter table bar drop column bbb, drop column cc; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -9746,17 +8802,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column bbb, drop column dd; alter table bar drop column bbb, drop column dd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -9828,17 +8876,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column bbb, drop column aaa; alter table bar drop column bbb, drop column aaa; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -9910,17 +8950,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column bbb, drop column ccc; alter table bar drop column bbb, drop column ccc; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -9992,17 +9024,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column bbb, drop column ddd; alter table bar drop column bbb, drop column ddd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -10074,17 +9098,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column ccc, drop column a; alter table bar drop column ccc, drop column a; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -10156,17 +9172,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column ccc, drop column b; alter table bar drop column ccc, drop column b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -10238,17 +9246,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column ccc, drop column c; alter table bar drop column ccc, drop column c; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -10320,17 +9320,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column ccc, drop column d; alter table bar drop column ccc, drop column d; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -10402,17 +9394,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column ccc, drop column aa; alter table bar drop column ccc, drop column aa; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -10484,17 +9468,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column ccc, drop column bb; alter table bar drop column ccc, drop column bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -10566,17 +9542,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column ccc, drop column cc; alter table bar drop column ccc, drop column cc; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -10648,17 +9616,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column ccc, drop column dd; alter table bar drop column ccc, drop column dd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -10730,17 +9690,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column ccc, drop column aaa; alter table bar drop column ccc, drop column aaa; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -10812,17 +9764,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column ccc, drop column bbb; alter table bar drop column ccc, drop column bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -10894,17 +9838,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column ccc, drop column ddd; alter table bar drop column ccc, drop column ddd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -10976,17 +9912,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column ddd, drop column a; alter table bar drop column ddd, drop column a; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -11058,17 +9986,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column ddd, drop column b; alter table bar drop column ddd, drop column b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -11140,17 +10060,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column ddd, drop column c; alter table bar drop column ddd, drop column c; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -11222,17 +10134,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column ddd, drop column d; alter table bar drop column ddd, drop column d; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -11304,17 +10208,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column ddd, drop column aa; alter table bar drop column ddd, drop column aa; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -11386,17 +10282,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column ddd, drop column bb; alter table bar drop column ddd, drop column bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -11468,17 +10356,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column ddd, drop column cc; alter table bar drop column ddd, drop column cc; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -11550,17 +10430,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column ddd, drop column dd; alter table bar drop column ddd, drop column dd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -11632,17 +10504,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column ddd, drop column aaa; alter table bar drop column ddd, drop column aaa; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -11714,17 +10578,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column ddd, drop column bbb; alter table bar drop column ddd, drop column bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -11796,17 +10652,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column ddd, drop column ccc; alter table bar drop column ddd, drop column ccc; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -11878,17 +10726,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column a, drop column b, drop column c; alter table bar drop column a, drop column b, drop column c; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -11960,17 +10800,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column a, drop column b, drop column d; alter table bar drop column a, drop column b, drop column d; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -12042,17 +10874,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column a, drop column c, drop column d; alter table bar drop column a, drop column c, drop column d; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -12124,17 +10948,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column b, drop column c, drop column d; alter table bar drop column b, drop column c, drop column d; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -12206,17 +11022,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column a, drop column b, drop column c, drop column d; alter table bar drop column a, drop column b, drop column c, drop column d; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -12288,17 +11096,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aa, drop column bb, drop column cc, drop column dd; alter table bar drop column aa, drop column bb, drop column cc, drop column dd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -12370,17 +11170,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aaa, drop column bbb, drop column ccc, drop column ddd; alter table bar drop column aaa, drop column bbb, drop column ccc, drop column ddd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -12452,17 +11244,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column a, drop column b, drop column c, drop column d, drop column aaa, drop column bbb, drop column ccc, drop column ddd; alter table bar drop column a, drop column b, drop column c, drop column d, drop column aaa, drop column bbb, drop column ccc, drop column ddd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -12534,17 +11318,9 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aa, drop column bb, drop column cc, drop column dd, drop column aaa, drop column bbb, drop column ccc, drop column ddd; alter table bar drop column aa, drop column bb, drop column cc, drop column dd, drop column aaa, drop column bbb, drop column ccc, drop column ddd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -12616,16 +11392,8 @@ insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", NUL insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew", "rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column a, drop column b, drop column c, drop column d, drop column aa, drop column bb, drop column cc, drop column dd; alter table bar drop column a, drop column b, drop column c, drop column d, drop column aa, drop column bb, drop column cc, drop column dd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; diff --git a/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_all_fixed_add.result b/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_all_fixed_add.result index 9d1e27eebc3..77f9b976f67 100644 --- a/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_all_fixed_add.result +++ b/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_all_fixed_add.result @@ -10,17 +10,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL; alter table bar add column added_1 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -32,17 +24,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1; alter table bar add column added_2 bigint default -1; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -54,17 +38,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1; alter table bar add column added_3 bigint NOT NULL default -1; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -76,17 +52,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL; alter table bar add column added_4 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -98,17 +66,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty"; alter table bar add column added_5 varchar(10) default "qwerty"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -120,17 +80,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt"; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -142,17 +94,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL; alter table bar add column added_7 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -164,17 +108,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL; alter table bar add column added_8 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -186,17 +122,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first; alter table bar add column added_1 bigint default NULL first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -208,17 +136,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first; alter table bar add column added_2 bigint default -1 first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -230,17 +150,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first; alter table bar add column added_3 bigint NOT NULL default -1 first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -252,17 +164,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first; alter table bar add column added_4 varchar(10) default NULL first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -274,17 +178,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first; alter table bar add column added_5 varchar(10) default "qwerty" first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -296,17 +192,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -318,17 +206,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first; alter table bar add column added_7 text default NULL first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -340,17 +220,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first; alter table bar add column added_8 mediumtext default NULL first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -362,17 +234,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after b; alter table bar add column added_1 bigint default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -384,17 +248,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after b; alter table bar add column added_2 bigint default -1 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -406,17 +262,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after b; alter table bar add column added_3 bigint NOT NULL default -1 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -428,17 +276,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after b; alter table bar add column added_4 varchar(10) default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -450,17 +290,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after b; alter table bar add column added_5 varchar(10) default "qwerty" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -472,17 +304,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after b; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -494,17 +318,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after b; alter table bar add column added_7 text default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -516,17 +332,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after b; alter table bar add column added_8 mediumtext default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -538,17 +346,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_11 bigint default NULL; alter table bar add column added_1 bigint default NULL, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -560,17 +360,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_21 bigint default 1234; alter table bar add column added_1 bigint default NULL, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -582,17 +374,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_31 bigint NOT NULL default 54; alter table bar add column added_1 bigint default NULL, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -604,17 +388,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_41 varchar(10) default NULL; alter table bar add column added_1 bigint default NULL, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -626,17 +402,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_1 bigint default NULL, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -648,17 +416,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_1 bigint default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -670,17 +430,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_71 text default NULL; alter table bar add column added_1 bigint default NULL, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -692,17 +444,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_81 mediumtext default NULL; alter table bar add column added_1 bigint default NULL, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -714,17 +458,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_11 bigint default NULL; alter table bar add column added_2 bigint default -1, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -736,17 +472,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_21 bigint default 1234; alter table bar add column added_2 bigint default -1, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -758,17 +486,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_31 bigint NOT NULL default 54; alter table bar add column added_2 bigint default -1, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -780,17 +500,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_41 varchar(10) default NULL; alter table bar add column added_2 bigint default -1, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -802,17 +514,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_2 bigint default -1, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -824,17 +528,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_2 bigint default -1, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -846,17 +542,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_71 text default NULL; alter table bar add column added_2 bigint default -1, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -868,17 +556,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_81 mediumtext default NULL; alter table bar add column added_2 bigint default -1, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -890,17 +570,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_11 bigint default NULL; alter table bar add column added_3 bigint NOT NULL default -1, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -912,17 +584,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_21 bigint default 1234; alter table bar add column added_3 bigint NOT NULL default -1, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -934,17 +598,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_31 bigint NOT NULL default 54; alter table bar add column added_3 bigint NOT NULL default -1, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -956,17 +612,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_41 varchar(10) default NULL; alter table bar add column added_3 bigint NOT NULL default -1, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -978,17 +626,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_3 bigint NOT NULL default -1, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -1000,17 +640,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_3 bigint NOT NULL default -1, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -1022,17 +654,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_71 text default NULL; alter table bar add column added_3 bigint NOT NULL default -1, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -1044,17 +668,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_81 mediumtext default NULL; alter table bar add column added_3 bigint NOT NULL default -1, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -1066,17 +682,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_11 bigint default NULL; alter table bar add column added_4 varchar(10) default NULL, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -1088,17 +696,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_21 bigint default 1234; alter table bar add column added_4 varchar(10) default NULL, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -1110,17 +710,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_31 bigint NOT NULL default 54; alter table bar add column added_4 varchar(10) default NULL, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -1132,17 +724,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_41 varchar(10) default NULL; alter table bar add column added_4 varchar(10) default NULL, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -1154,17 +738,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_4 varchar(10) default NULL, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -1176,17 +752,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_4 varchar(10) default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -1198,17 +766,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_71 text default NULL; alter table bar add column added_4 varchar(10) default NULL, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -1220,17 +780,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_81 mediumtext default NULL; alter table bar add column added_4 varchar(10) default NULL, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -1242,17 +794,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_11 bigint default NULL; alter table bar add column added_5 varchar(10) default "qwerty", add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -1264,17 +808,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_21 bigint default 1234; alter table bar add column added_5 varchar(10) default "qwerty", add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -1286,17 +822,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_31 bigint NOT NULL default 54; alter table bar add column added_5 varchar(10) default "qwerty", add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -1308,17 +836,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_41 varchar(10) default NULL; alter table bar add column added_5 varchar(10) default "qwerty", add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -1330,17 +850,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_51 varchar(10) default "abracadab"; alter table bar add column added_5 varchar(10) default "qwerty", add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -1352,17 +864,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_5 varchar(10) default "qwerty", add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -1374,17 +878,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_71 text default NULL; alter table bar add column added_5 varchar(10) default "qwerty", add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -1396,17 +892,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_81 mediumtext default NULL; alter table bar add column added_5 varchar(10) default "qwerty", add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -1418,17 +906,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_11 bigint default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -1440,17 +920,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_21 bigint default 1234; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -1462,17 +934,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_31 bigint NOT NULL default 54; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -1484,17 +948,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_41 varchar(10) default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -1506,17 +962,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_51 varchar(10) default "abracadab"; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -1528,17 +976,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -1550,17 +990,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_71 text default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -1572,17 +1004,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_81 mediumtext default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -1594,17 +1018,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_11 bigint default NULL; alter table bar add column added_7 text default NULL, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -1616,17 +1032,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_21 bigint default 1234; alter table bar add column added_7 text default NULL, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -1638,17 +1046,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_31 bigint NOT NULL default 54; alter table bar add column added_7 text default NULL, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -1660,17 +1060,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_41 varchar(10) default NULL; alter table bar add column added_7 text default NULL, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -1682,17 +1074,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_7 text default NULL, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -1704,17 +1088,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_7 text default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -1726,17 +1102,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_71 text default NULL; alter table bar add column added_7 text default NULL, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -1748,17 +1116,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_81 mediumtext default NULL; alter table bar add column added_7 text default NULL, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -1770,17 +1130,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_11 bigint default NULL; alter table bar add column added_8 mediumtext default NULL, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -1792,17 +1144,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_21 bigint default 1234; alter table bar add column added_8 mediumtext default NULL, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -1814,17 +1158,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_31 bigint NOT NULL default 54; alter table bar add column added_8 mediumtext default NULL, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -1836,17 +1172,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_41 varchar(10) default NULL; alter table bar add column added_8 mediumtext default NULL, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -1858,17 +1186,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_8 mediumtext default NULL, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -1880,17 +1200,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_8 mediumtext default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -1902,17 +1214,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_71 text default NULL; alter table bar add column added_8 mediumtext default NULL, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -1924,17 +1228,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_81 mediumtext default NULL; alter table bar add column added_8 mediumtext default NULL, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -1946,17 +1242,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_11 bigint default NULL; alter table bar add column added_1 bigint default NULL first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -1968,17 +1256,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_21 bigint default 1234; alter table bar add column added_1 bigint default NULL first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -1990,17 +1270,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_1 bigint default NULL first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -2012,17 +1284,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_41 varchar(10) default NULL; alter table bar add column added_1 bigint default NULL first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -2034,17 +1298,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_1 bigint default NULL first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -2056,17 +1312,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_1 bigint default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -2078,17 +1326,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_71 text default NULL; alter table bar add column added_1 bigint default NULL first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -2100,17 +1340,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_81 mediumtext default NULL; alter table bar add column added_1 bigint default NULL first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -2122,17 +1354,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_11 bigint default NULL; alter table bar add column added_2 bigint default -1 first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -2144,17 +1368,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_21 bigint default 1234; alter table bar add column added_2 bigint default -1 first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -2166,17 +1382,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_2 bigint default -1 first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -2188,17 +1396,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_41 varchar(10) default NULL; alter table bar add column added_2 bigint default -1 first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -2210,17 +1410,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_2 bigint default -1 first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -2232,17 +1424,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_2 bigint default -1 first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -2254,17 +1438,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_71 text default NULL; alter table bar add column added_2 bigint default -1 first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -2276,17 +1452,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_81 mediumtext default NULL; alter table bar add column added_2 bigint default -1 first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -2298,17 +1466,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_11 bigint default NULL; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -2320,17 +1480,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_21 bigint default 1234; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -2342,17 +1494,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -2364,17 +1508,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_41 varchar(10) default NULL; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -2386,17 +1522,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -2408,17 +1536,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -2430,17 +1550,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_71 text default NULL; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -2452,17 +1564,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_81 mediumtext default NULL; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -2474,17 +1578,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_11 bigint default NULL; alter table bar add column added_4 varchar(10) default NULL first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -2496,17 +1592,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_21 bigint default 1234; alter table bar add column added_4 varchar(10) default NULL first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -2518,17 +1606,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_4 varchar(10) default NULL first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -2540,17 +1620,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_41 varchar(10) default NULL; alter table bar add column added_4 varchar(10) default NULL first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -2562,17 +1634,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_4 varchar(10) default NULL first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -2584,17 +1648,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_4 varchar(10) default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -2606,17 +1662,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_71 text default NULL; alter table bar add column added_4 varchar(10) default NULL first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -2628,17 +1676,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_81 mediumtext default NULL; alter table bar add column added_4 varchar(10) default NULL first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -2650,17 +1690,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_11 bigint default NULL; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -2672,17 +1704,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_21 bigint default 1234; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -2694,17 +1718,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -2716,17 +1732,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_41 varchar(10) default NULL; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -2738,17 +1746,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -2760,17 +1760,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -2782,17 +1774,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_71 text default NULL; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -2804,17 +1788,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_81 mediumtext default NULL; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -2826,17 +1802,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_11 bigint default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -2848,17 +1816,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_21 bigint default 1234; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -2870,17 +1830,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -2892,17 +1844,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_41 varchar(10) default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -2914,17 +1858,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -2936,17 +1872,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -2958,17 +1886,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_71 text default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -2980,17 +1900,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_81 mediumtext default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -3002,17 +1914,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_11 bigint default NULL; alter table bar add column added_7 text default NULL first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -3024,17 +1928,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_21 bigint default 1234; alter table bar add column added_7 text default NULL first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -3046,17 +1942,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_7 text default NULL first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -3068,17 +1956,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_41 varchar(10) default NULL; alter table bar add column added_7 text default NULL first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -3090,17 +1970,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_7 text default NULL first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -3112,17 +1984,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_7 text default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -3134,17 +1998,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_71 text default NULL; alter table bar add column added_7 text default NULL first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -3156,17 +2012,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_81 mediumtext default NULL; alter table bar add column added_7 text default NULL first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -3178,17 +2026,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_11 bigint default NULL; alter table bar add column added_8 mediumtext default NULL first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -3200,17 +2040,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_21 bigint default 1234; alter table bar add column added_8 mediumtext default NULL first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -3222,17 +2054,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_8 mediumtext default NULL first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -3244,17 +2068,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_41 varchar(10) default NULL; alter table bar add column added_8 mediumtext default NULL first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -3266,17 +2082,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_8 mediumtext default NULL first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -3288,17 +2096,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_8 mediumtext default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -3310,17 +2110,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_71 text default NULL; alter table bar add column added_8 mediumtext default NULL first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -3332,17 +2124,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_81 mediumtext default NULL; alter table bar add column added_8 mediumtext default NULL first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -3354,17 +2138,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after b, add column added_11 bigint default NULL after b; alter table bar add column added_1 bigint default NULL after b, add column added_11 bigint default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -3376,17 +2152,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after b, add column added_21 bigint default 1234 after b; alter table bar add column added_1 bigint default NULL after b, add column added_21 bigint default 1234 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -3398,17 +2166,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after b, add column added_31 bigint NOT NULL default 54 after b; alter table bar add column added_1 bigint default NULL after b, add column added_31 bigint NOT NULL default 54 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -3420,17 +2180,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after b, add column added_41 varchar(10) default NULL after b; alter table bar add column added_1 bigint default NULL after b, add column added_41 varchar(10) default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -3442,17 +2194,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after b, add column added_51 varchar(10) default "abracadab" after b; alter table bar add column added_1 bigint default NULL after b, add column added_51 varchar(10) default "abracadab" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -3464,17 +2208,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after b, add column added_61 varchar(10) NOT NULL default "abracadab" after b; alter table bar add column added_1 bigint default NULL after b, add column added_61 varchar(10) NOT NULL default "abracadab" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -3486,17 +2222,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after b, add column added_71 text default NULL after b; alter table bar add column added_1 bigint default NULL after b, add column added_71 text default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -3508,17 +2236,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after b, add column added_81 mediumtext default NULL after b; alter table bar add column added_1 bigint default NULL after b, add column added_81 mediumtext default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -3530,17 +2250,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after b, add column added_11 bigint default NULL after b; alter table bar add column added_2 bigint default -1 after b, add column added_11 bigint default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -3552,17 +2264,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after b, add column added_21 bigint default 1234 after b; alter table bar add column added_2 bigint default -1 after b, add column added_21 bigint default 1234 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -3574,17 +2278,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after b, add column added_31 bigint NOT NULL default 54 after b; alter table bar add column added_2 bigint default -1 after b, add column added_31 bigint NOT NULL default 54 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -3596,17 +2292,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after b, add column added_41 varchar(10) default NULL after b; alter table bar add column added_2 bigint default -1 after b, add column added_41 varchar(10) default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -3618,17 +2306,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after b, add column added_51 varchar(10) default "abracadab" after b; alter table bar add column added_2 bigint default -1 after b, add column added_51 varchar(10) default "abracadab" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -3640,17 +2320,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after b, add column added_61 varchar(10) NOT NULL default "abracadab" after b; alter table bar add column added_2 bigint default -1 after b, add column added_61 varchar(10) NOT NULL default "abracadab" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -3662,17 +2334,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after b, add column added_71 text default NULL after b; alter table bar add column added_2 bigint default -1 after b, add column added_71 text default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -3684,17 +2348,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after b, add column added_81 mediumtext default NULL after b; alter table bar add column added_2 bigint default -1 after b, add column added_81 mediumtext default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -3706,17 +2362,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after b, add column added_11 bigint default NULL after b; alter table bar add column added_3 bigint NOT NULL default -1 after b, add column added_11 bigint default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -3728,17 +2376,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after b, add column added_21 bigint default 1234 after b; alter table bar add column added_3 bigint NOT NULL default -1 after b, add column added_21 bigint default 1234 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -3750,17 +2390,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after b, add column added_31 bigint NOT NULL default 54 after b; alter table bar add column added_3 bigint NOT NULL default -1 after b, add column added_31 bigint NOT NULL default 54 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -3772,17 +2404,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after b, add column added_41 varchar(10) default NULL after b; alter table bar add column added_3 bigint NOT NULL default -1 after b, add column added_41 varchar(10) default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -3794,17 +2418,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after b, add column added_51 varchar(10) default "abracadab" after b; alter table bar add column added_3 bigint NOT NULL default -1 after b, add column added_51 varchar(10) default "abracadab" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -3816,17 +2432,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after b, add column added_61 varchar(10) NOT NULL default "abracadab" after b; alter table bar add column added_3 bigint NOT NULL default -1 after b, add column added_61 varchar(10) NOT NULL default "abracadab" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -3838,17 +2446,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after b, add column added_71 text default NULL after b; alter table bar add column added_3 bigint NOT NULL default -1 after b, add column added_71 text default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -3860,17 +2460,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after b, add column added_81 mediumtext default NULL after b; alter table bar add column added_3 bigint NOT NULL default -1 after b, add column added_81 mediumtext default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -3882,17 +2474,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after b, add column added_11 bigint default NULL after b; alter table bar add column added_4 varchar(10) default NULL after b, add column added_11 bigint default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -3904,17 +2488,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after b, add column added_21 bigint default 1234 after b; alter table bar add column added_4 varchar(10) default NULL after b, add column added_21 bigint default 1234 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -3926,17 +2502,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after b, add column added_31 bigint NOT NULL default 54 after b; alter table bar add column added_4 varchar(10) default NULL after b, add column added_31 bigint NOT NULL default 54 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -3948,17 +2516,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after b, add column added_41 varchar(10) default NULL after b; alter table bar add column added_4 varchar(10) default NULL after b, add column added_41 varchar(10) default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -3970,17 +2530,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after b, add column added_51 varchar(10) default "abracadab" after b; alter table bar add column added_4 varchar(10) default NULL after b, add column added_51 varchar(10) default "abracadab" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -3992,17 +2544,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after b, add column added_61 varchar(10) NOT NULL default "abracadab" after b; alter table bar add column added_4 varchar(10) default NULL after b, add column added_61 varchar(10) NOT NULL default "abracadab" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -4014,17 +2558,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after b, add column added_71 text default NULL after b; alter table bar add column added_4 varchar(10) default NULL after b, add column added_71 text default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -4036,17 +2572,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after b, add column added_81 mediumtext default NULL after b; alter table bar add column added_4 varchar(10) default NULL after b, add column added_81 mediumtext default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -4058,17 +2586,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after b, add column added_11 bigint default NULL after b; alter table bar add column added_5 varchar(10) default "qwerty" after b, add column added_11 bigint default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -4080,17 +2600,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after b, add column added_21 bigint default 1234 after b; alter table bar add column added_5 varchar(10) default "qwerty" after b, add column added_21 bigint default 1234 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -4102,17 +2614,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after b, add column added_31 bigint NOT NULL default 54 after b; alter table bar add column added_5 varchar(10) default "qwerty" after b, add column added_31 bigint NOT NULL default 54 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -4124,17 +2628,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after b, add column added_41 varchar(10) default NULL after b; alter table bar add column added_5 varchar(10) default "qwerty" after b, add column added_41 varchar(10) default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -4146,17 +2642,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after b, add column added_51 varchar(10) default "abracadab" after b; alter table bar add column added_5 varchar(10) default "qwerty" after b, add column added_51 varchar(10) default "abracadab" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -4168,17 +2656,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after b, add column added_61 varchar(10) NOT NULL default "abracadab" after b; alter table bar add column added_5 varchar(10) default "qwerty" after b, add column added_61 varchar(10) NOT NULL default "abracadab" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -4190,17 +2670,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after b, add column added_71 text default NULL after b; alter table bar add column added_5 varchar(10) default "qwerty" after b, add column added_71 text default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -4212,17 +2684,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after b, add column added_81 mediumtext default NULL after b; alter table bar add column added_5 varchar(10) default "qwerty" after b, add column added_81 mediumtext default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -4234,17 +2698,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after b, add column added_11 bigint default NULL after b; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after b, add column added_11 bigint default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -4256,17 +2712,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after b, add column added_21 bigint default 1234 after b; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after b, add column added_21 bigint default 1234 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -4278,17 +2726,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after b, add column added_31 bigint NOT NULL default 54 after b; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after b, add column added_31 bigint NOT NULL default 54 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -4300,17 +2740,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after b, add column added_41 varchar(10) default NULL after b; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after b, add column added_41 varchar(10) default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -4322,17 +2754,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after b, add column added_51 varchar(10) default "abracadab" after b; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after b, add column added_51 varchar(10) default "abracadab" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -4344,17 +2768,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after b, add column added_61 varchar(10) NOT NULL default "abracadab" after b; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after b, add column added_61 varchar(10) NOT NULL default "abracadab" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -4366,17 +2782,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after b, add column added_71 text default NULL after b; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after b, add column added_71 text default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -4388,17 +2796,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after b, add column added_81 mediumtext default NULL after b; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after b, add column added_81 mediumtext default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -4410,17 +2810,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after b, add column added_11 bigint default NULL after b; alter table bar add column added_7 text default NULL after b, add column added_11 bigint default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -4432,17 +2824,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after b, add column added_21 bigint default 1234 after b; alter table bar add column added_7 text default NULL after b, add column added_21 bigint default 1234 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -4454,17 +2838,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after b, add column added_31 bigint NOT NULL default 54 after b; alter table bar add column added_7 text default NULL after b, add column added_31 bigint NOT NULL default 54 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -4476,17 +2852,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after b, add column added_41 varchar(10) default NULL after b; alter table bar add column added_7 text default NULL after b, add column added_41 varchar(10) default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -4498,17 +2866,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after b, add column added_51 varchar(10) default "abracadab" after b; alter table bar add column added_7 text default NULL after b, add column added_51 varchar(10) default "abracadab" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -4520,17 +2880,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after b, add column added_61 varchar(10) NOT NULL default "abracadab" after b; alter table bar add column added_7 text default NULL after b, add column added_61 varchar(10) NOT NULL default "abracadab" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -4542,17 +2894,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after b, add column added_71 text default NULL after b; alter table bar add column added_7 text default NULL after b, add column added_71 text default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -4564,17 +2908,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after b, add column added_81 mediumtext default NULL after b; alter table bar add column added_7 text default NULL after b, add column added_81 mediumtext default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -4586,17 +2922,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after b, add column added_11 bigint default NULL after b; alter table bar add column added_8 mediumtext default NULL after b, add column added_11 bigint default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -4608,17 +2936,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after b, add column added_21 bigint default 1234 after b; alter table bar add column added_8 mediumtext default NULL after b, add column added_21 bigint default 1234 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -4630,17 +2950,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after b, add column added_31 bigint NOT NULL default 54 after b; alter table bar add column added_8 mediumtext default NULL after b, add column added_31 bigint NOT NULL default 54 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -4652,17 +2964,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after b, add column added_41 varchar(10) default NULL after b; alter table bar add column added_8 mediumtext default NULL after b, add column added_41 varchar(10) default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -4674,17 +2978,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after b, add column added_51 varchar(10) default "abracadab" after b; alter table bar add column added_8 mediumtext default NULL after b, add column added_51 varchar(10) default "abracadab" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -4696,17 +2992,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after b, add column added_61 varchar(10) NOT NULL default "abracadab" after b; alter table bar add column added_8 mediumtext default NULL after b, add column added_61 varchar(10) NOT NULL default "abracadab" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -4718,17 +3006,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after b, add column added_71 text default NULL after b; alter table bar add column added_8 mediumtext default NULL after b, add column added_71 text default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -4740,17 +3020,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after b, add column added_81 mediumtext default NULL after b; alter table bar add column added_8 mediumtext default NULL after b, add column added_81 mediumtext default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -4762,16 +3034,8 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_2 bigint default -1 after b, add column added_3 bigint NOT NULL default -1; alter table bar add column added_1 bigint default NULL, add column added_2 bigint default -1 after b, add column added_3 bigint NOT NULL default -1; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; diff --git a/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_all_fixed_drop.result b/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_all_fixed_drop.result index 165645917a9..2d800eee010 100644 --- a/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_all_fixed_drop.result +++ b/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_all_fixed_drop.result @@ -10,17 +10,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column a; alter table bar drop column a; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -32,17 +24,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column b; alter table bar drop column b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -54,17 +38,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column c; alter table bar drop column c; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -76,17 +52,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column d; alter table bar drop column d; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -98,17 +66,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column a, drop column b; alter table bar drop column a, drop column b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -120,17 +80,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column a, drop column c; alter table bar drop column a, drop column c; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -142,17 +94,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column a, drop column d; alter table bar drop column a, drop column d; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -164,17 +108,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column b, drop column a; alter table bar drop column b, drop column a; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -186,17 +122,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column b, drop column c; alter table bar drop column b, drop column c; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -208,17 +136,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column b, drop column d; alter table bar drop column b, drop column d; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -230,17 +150,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column c, drop column a; alter table bar drop column c, drop column a; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -252,17 +164,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column c, drop column b; alter table bar drop column c, drop column b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -274,17 +178,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column c, drop column d; alter table bar drop column c, drop column d; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -296,17 +192,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column d, drop column a; alter table bar drop column d, drop column a; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -318,17 +206,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column d, drop column b; alter table bar drop column d, drop column b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -340,17 +220,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column d, drop column c; alter table bar drop column d, drop column c; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -362,17 +234,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column a, drop column b, drop column c; alter table bar drop column a, drop column b, drop column c; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -384,17 +248,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column a, drop column b, drop column d; alter table bar drop column a, drop column b, drop column d; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -406,17 +262,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column a, drop column c, drop column d; alter table bar drop column a, drop column c, drop column d; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint) engine=TokuDB; @@ -428,16 +276,8 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column b, drop column c, drop column d; alter table bar drop column b, drop column c, drop column d; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; diff --git a/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_all_var_add.result b/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_all_var_add.result index ad512c021f7..21be546a111 100644 --- a/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_all_var_add.result +++ b/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_all_var_add.result @@ -10,17 +10,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL; alter table bar add column added_1 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -32,17 +24,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1; alter table bar add column added_2 bigint default -1; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -54,17 +38,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1; alter table bar add column added_3 bigint NOT NULL default -1; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -76,17 +52,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL; alter table bar add column added_4 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -98,17 +66,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty"; alter table bar add column added_5 varchar(10) default "qwerty"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -120,17 +80,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt"; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -142,17 +94,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL; alter table bar add column added_7 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -164,17 +108,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL; alter table bar add column added_8 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -186,17 +122,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first; alter table bar add column added_1 bigint default NULL first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -208,17 +136,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first; alter table bar add column added_2 bigint default -1 first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -230,17 +150,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first; alter table bar add column added_3 bigint NOT NULL default -1 first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -252,17 +164,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first; alter table bar add column added_4 varchar(10) default NULL first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -274,17 +178,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first; alter table bar add column added_5 varchar(10) default "qwerty" first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -296,17 +192,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -318,17 +206,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first; alter table bar add column added_7 text default NULL first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -340,17 +220,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first; alter table bar add column added_8 mediumtext default NULL first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -362,17 +234,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bbb; alter table bar add column added_1 bigint default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -384,17 +248,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bbb; alter table bar add column added_2 bigint default -1 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -406,17 +262,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bbb; alter table bar add column added_3 bigint NOT NULL default -1 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -428,17 +276,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bbb; alter table bar add column added_4 varchar(10) default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -450,17 +290,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bbb; alter table bar add column added_5 varchar(10) default "qwerty" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -472,17 +304,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -494,17 +318,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bbb; alter table bar add column added_7 text default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -516,17 +332,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bbb; alter table bar add column added_8 mediumtext default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -538,17 +346,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_11 bigint default NULL; alter table bar add column added_1 bigint default NULL, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -560,17 +360,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_21 bigint default 1234; alter table bar add column added_1 bigint default NULL, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -582,17 +374,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_31 bigint NOT NULL default 54; alter table bar add column added_1 bigint default NULL, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -604,17 +388,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_41 varchar(10) default NULL; alter table bar add column added_1 bigint default NULL, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -626,17 +402,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_1 bigint default NULL, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -648,17 +416,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_1 bigint default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -670,17 +430,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_71 text default NULL; alter table bar add column added_1 bigint default NULL, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -692,17 +444,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_81 mediumtext default NULL; alter table bar add column added_1 bigint default NULL, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -714,17 +458,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_11 bigint default NULL; alter table bar add column added_2 bigint default -1, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -736,17 +472,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_21 bigint default 1234; alter table bar add column added_2 bigint default -1, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -758,17 +486,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_31 bigint NOT NULL default 54; alter table bar add column added_2 bigint default -1, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -780,17 +500,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_41 varchar(10) default NULL; alter table bar add column added_2 bigint default -1, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -802,17 +514,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_2 bigint default -1, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -824,17 +528,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_2 bigint default -1, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -846,17 +542,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_71 text default NULL; alter table bar add column added_2 bigint default -1, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -868,17 +556,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_81 mediumtext default NULL; alter table bar add column added_2 bigint default -1, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -890,17 +570,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_11 bigint default NULL; alter table bar add column added_3 bigint NOT NULL default -1, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -912,17 +584,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_21 bigint default 1234; alter table bar add column added_3 bigint NOT NULL default -1, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -934,17 +598,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_31 bigint NOT NULL default 54; alter table bar add column added_3 bigint NOT NULL default -1, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -956,17 +612,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_41 varchar(10) default NULL; alter table bar add column added_3 bigint NOT NULL default -1, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -978,17 +626,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_3 bigint NOT NULL default -1, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1000,17 +640,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_3 bigint NOT NULL default -1, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1022,17 +654,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_71 text default NULL; alter table bar add column added_3 bigint NOT NULL default -1, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1044,17 +668,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_81 mediumtext default NULL; alter table bar add column added_3 bigint NOT NULL default -1, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1066,17 +682,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_11 bigint default NULL; alter table bar add column added_4 varchar(10) default NULL, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1088,17 +696,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_21 bigint default 1234; alter table bar add column added_4 varchar(10) default NULL, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1110,17 +710,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_31 bigint NOT NULL default 54; alter table bar add column added_4 varchar(10) default NULL, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1132,17 +724,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_41 varchar(10) default NULL; alter table bar add column added_4 varchar(10) default NULL, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1154,17 +738,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_4 varchar(10) default NULL, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1176,17 +752,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_4 varchar(10) default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1198,17 +766,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_71 text default NULL; alter table bar add column added_4 varchar(10) default NULL, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1220,17 +780,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_81 mediumtext default NULL; alter table bar add column added_4 varchar(10) default NULL, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1242,17 +794,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_11 bigint default NULL; alter table bar add column added_5 varchar(10) default "qwerty", add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1264,17 +808,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_21 bigint default 1234; alter table bar add column added_5 varchar(10) default "qwerty", add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1286,17 +822,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_31 bigint NOT NULL default 54; alter table bar add column added_5 varchar(10) default "qwerty", add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1308,17 +836,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_41 varchar(10) default NULL; alter table bar add column added_5 varchar(10) default "qwerty", add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1330,17 +850,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_51 varchar(10) default "abracadab"; alter table bar add column added_5 varchar(10) default "qwerty", add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1352,17 +864,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_5 varchar(10) default "qwerty", add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1374,17 +878,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_71 text default NULL; alter table bar add column added_5 varchar(10) default "qwerty", add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1396,17 +892,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_81 mediumtext default NULL; alter table bar add column added_5 varchar(10) default "qwerty", add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1418,17 +906,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_11 bigint default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1440,17 +920,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_21 bigint default 1234; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1462,17 +934,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_31 bigint NOT NULL default 54; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1484,17 +948,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_41 varchar(10) default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1506,17 +962,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_51 varchar(10) default "abracadab"; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1528,17 +976,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1550,17 +990,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_71 text default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1572,17 +1004,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_81 mediumtext default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1594,17 +1018,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_11 bigint default NULL; alter table bar add column added_7 text default NULL, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1616,17 +1032,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_21 bigint default 1234; alter table bar add column added_7 text default NULL, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1638,17 +1046,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_31 bigint NOT NULL default 54; alter table bar add column added_7 text default NULL, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1660,17 +1060,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_41 varchar(10) default NULL; alter table bar add column added_7 text default NULL, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1682,17 +1074,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_7 text default NULL, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1704,17 +1088,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_7 text default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1726,17 +1102,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_71 text default NULL; alter table bar add column added_7 text default NULL, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1748,17 +1116,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_81 mediumtext default NULL; alter table bar add column added_7 text default NULL, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1770,17 +1130,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_11 bigint default NULL; alter table bar add column added_8 mediumtext default NULL, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1792,17 +1144,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_21 bigint default 1234; alter table bar add column added_8 mediumtext default NULL, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1814,17 +1158,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_31 bigint NOT NULL default 54; alter table bar add column added_8 mediumtext default NULL, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1836,17 +1172,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_41 varchar(10) default NULL; alter table bar add column added_8 mediumtext default NULL, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1858,17 +1186,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_8 mediumtext default NULL, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1880,17 +1200,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_8 mediumtext default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1902,17 +1214,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_71 text default NULL; alter table bar add column added_8 mediumtext default NULL, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1924,17 +1228,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_81 mediumtext default NULL; alter table bar add column added_8 mediumtext default NULL, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1946,17 +1242,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_11 bigint default NULL; alter table bar add column added_1 bigint default NULL first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1968,17 +1256,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_21 bigint default 1234; alter table bar add column added_1 bigint default NULL first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1990,17 +1270,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_1 bigint default NULL first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2012,17 +1284,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_41 varchar(10) default NULL; alter table bar add column added_1 bigint default NULL first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2034,17 +1298,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_1 bigint default NULL first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2056,17 +1312,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_1 bigint default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2078,17 +1326,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_71 text default NULL; alter table bar add column added_1 bigint default NULL first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2100,17 +1340,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_81 mediumtext default NULL; alter table bar add column added_1 bigint default NULL first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2122,17 +1354,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_11 bigint default NULL; alter table bar add column added_2 bigint default -1 first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2144,17 +1368,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_21 bigint default 1234; alter table bar add column added_2 bigint default -1 first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2166,17 +1382,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_2 bigint default -1 first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2188,17 +1396,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_41 varchar(10) default NULL; alter table bar add column added_2 bigint default -1 first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2210,17 +1410,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_2 bigint default -1 first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2232,17 +1424,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_2 bigint default -1 first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2254,17 +1438,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_71 text default NULL; alter table bar add column added_2 bigint default -1 first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2276,17 +1452,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_81 mediumtext default NULL; alter table bar add column added_2 bigint default -1 first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2298,17 +1466,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_11 bigint default NULL; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2320,17 +1480,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_21 bigint default 1234; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2342,17 +1494,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2364,17 +1508,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_41 varchar(10) default NULL; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2386,17 +1522,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2408,17 +1536,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2430,17 +1550,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_71 text default NULL; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2452,17 +1564,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_81 mediumtext default NULL; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2474,17 +1578,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_11 bigint default NULL; alter table bar add column added_4 varchar(10) default NULL first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2496,17 +1592,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_21 bigint default 1234; alter table bar add column added_4 varchar(10) default NULL first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2518,17 +1606,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_4 varchar(10) default NULL first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2540,17 +1620,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_41 varchar(10) default NULL; alter table bar add column added_4 varchar(10) default NULL first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2562,17 +1634,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_4 varchar(10) default NULL first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2584,17 +1648,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_4 varchar(10) default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2606,17 +1662,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_71 text default NULL; alter table bar add column added_4 varchar(10) default NULL first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2628,17 +1676,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_81 mediumtext default NULL; alter table bar add column added_4 varchar(10) default NULL first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2650,17 +1690,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_11 bigint default NULL; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2672,17 +1704,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_21 bigint default 1234; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2694,17 +1718,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2716,17 +1732,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_41 varchar(10) default NULL; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2738,17 +1746,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2760,17 +1760,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2782,17 +1774,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_71 text default NULL; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2804,17 +1788,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_81 mediumtext default NULL; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2826,17 +1802,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_11 bigint default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2848,17 +1816,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_21 bigint default 1234; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2870,17 +1830,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2892,17 +1844,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_41 varchar(10) default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2914,17 +1858,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2936,17 +1872,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2958,17 +1886,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_71 text default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2980,17 +1900,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_81 mediumtext default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3002,17 +1914,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_11 bigint default NULL; alter table bar add column added_7 text default NULL first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3024,17 +1928,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_21 bigint default 1234; alter table bar add column added_7 text default NULL first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3046,17 +1942,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_7 text default NULL first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3068,17 +1956,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_41 varchar(10) default NULL; alter table bar add column added_7 text default NULL first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3090,17 +1970,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_7 text default NULL first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3112,17 +1984,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_7 text default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3134,17 +1998,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_71 text default NULL; alter table bar add column added_7 text default NULL first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3156,17 +2012,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_81 mediumtext default NULL; alter table bar add column added_7 text default NULL first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3178,17 +2026,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_11 bigint default NULL; alter table bar add column added_8 mediumtext default NULL first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3200,17 +2040,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_21 bigint default 1234; alter table bar add column added_8 mediumtext default NULL first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3222,17 +2054,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_8 mediumtext default NULL first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3244,17 +2068,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_41 varchar(10) default NULL; alter table bar add column added_8 mediumtext default NULL first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3266,17 +2082,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_8 mediumtext default NULL first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3288,17 +2096,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_8 mediumtext default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3310,17 +2110,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_71 text default NULL; alter table bar add column added_8 mediumtext default NULL first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3332,17 +2124,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_81 mediumtext default NULL; alter table bar add column added_8 mediumtext default NULL first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3354,17 +2138,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bbb, add column added_11 bigint default NULL after bbb; alter table bar add column added_1 bigint default NULL after bbb, add column added_11 bigint default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3376,17 +2152,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bbb, add column added_21 bigint default 1234 after bbb; alter table bar add column added_1 bigint default NULL after bbb, add column added_21 bigint default 1234 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3398,17 +2166,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bbb, add column added_31 bigint NOT NULL default 54 after bbb; alter table bar add column added_1 bigint default NULL after bbb, add column added_31 bigint NOT NULL default 54 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3420,17 +2180,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bbb, add column added_41 varchar(10) default NULL after bbb; alter table bar add column added_1 bigint default NULL after bbb, add column added_41 varchar(10) default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3442,17 +2194,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bbb, add column added_51 varchar(10) default "abracadab" after bbb; alter table bar add column added_1 bigint default NULL after bbb, add column added_51 varchar(10) default "abracadab" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3464,17 +2208,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bbb, add column added_61 varchar(10) NOT NULL default "abracadab" after bbb; alter table bar add column added_1 bigint default NULL after bbb, add column added_61 varchar(10) NOT NULL default "abracadab" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3486,17 +2222,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bbb, add column added_71 text default NULL after bbb; alter table bar add column added_1 bigint default NULL after bbb, add column added_71 text default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3508,17 +2236,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bbb, add column added_81 mediumtext default NULL after bbb; alter table bar add column added_1 bigint default NULL after bbb, add column added_81 mediumtext default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3530,17 +2250,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bbb, add column added_11 bigint default NULL after bbb; alter table bar add column added_2 bigint default -1 after bbb, add column added_11 bigint default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3552,17 +2264,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bbb, add column added_21 bigint default 1234 after bbb; alter table bar add column added_2 bigint default -1 after bbb, add column added_21 bigint default 1234 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3574,17 +2278,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bbb, add column added_31 bigint NOT NULL default 54 after bbb; alter table bar add column added_2 bigint default -1 after bbb, add column added_31 bigint NOT NULL default 54 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3596,17 +2292,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bbb, add column added_41 varchar(10) default NULL after bbb; alter table bar add column added_2 bigint default -1 after bbb, add column added_41 varchar(10) default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3618,17 +2306,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bbb, add column added_51 varchar(10) default "abracadab" after bbb; alter table bar add column added_2 bigint default -1 after bbb, add column added_51 varchar(10) default "abracadab" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3640,17 +2320,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bbb, add column added_61 varchar(10) NOT NULL default "abracadab" after bbb; alter table bar add column added_2 bigint default -1 after bbb, add column added_61 varchar(10) NOT NULL default "abracadab" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3662,17 +2334,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bbb, add column added_71 text default NULL after bbb; alter table bar add column added_2 bigint default -1 after bbb, add column added_71 text default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3684,17 +2348,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bbb, add column added_81 mediumtext default NULL after bbb; alter table bar add column added_2 bigint default -1 after bbb, add column added_81 mediumtext default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3706,17 +2362,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bbb, add column added_11 bigint default NULL after bbb; alter table bar add column added_3 bigint NOT NULL default -1 after bbb, add column added_11 bigint default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3728,17 +2376,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bbb, add column added_21 bigint default 1234 after bbb; alter table bar add column added_3 bigint NOT NULL default -1 after bbb, add column added_21 bigint default 1234 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3750,17 +2390,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bbb, add column added_31 bigint NOT NULL default 54 after bbb; alter table bar add column added_3 bigint NOT NULL default -1 after bbb, add column added_31 bigint NOT NULL default 54 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3772,17 +2404,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bbb, add column added_41 varchar(10) default NULL after bbb; alter table bar add column added_3 bigint NOT NULL default -1 after bbb, add column added_41 varchar(10) default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3794,17 +2418,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bbb, add column added_51 varchar(10) default "abracadab" after bbb; alter table bar add column added_3 bigint NOT NULL default -1 after bbb, add column added_51 varchar(10) default "abracadab" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3816,17 +2432,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bbb, add column added_61 varchar(10) NOT NULL default "abracadab" after bbb; alter table bar add column added_3 bigint NOT NULL default -1 after bbb, add column added_61 varchar(10) NOT NULL default "abracadab" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3838,17 +2446,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bbb, add column added_71 text default NULL after bbb; alter table bar add column added_3 bigint NOT NULL default -1 after bbb, add column added_71 text default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3860,17 +2460,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bbb, add column added_81 mediumtext default NULL after bbb; alter table bar add column added_3 bigint NOT NULL default -1 after bbb, add column added_81 mediumtext default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3882,17 +2474,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bbb, add column added_11 bigint default NULL after bbb; alter table bar add column added_4 varchar(10) default NULL after bbb, add column added_11 bigint default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3904,17 +2488,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bbb, add column added_21 bigint default 1234 after bbb; alter table bar add column added_4 varchar(10) default NULL after bbb, add column added_21 bigint default 1234 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3926,17 +2502,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bbb, add column added_31 bigint NOT NULL default 54 after bbb; alter table bar add column added_4 varchar(10) default NULL after bbb, add column added_31 bigint NOT NULL default 54 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3948,17 +2516,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bbb, add column added_41 varchar(10) default NULL after bbb; alter table bar add column added_4 varchar(10) default NULL after bbb, add column added_41 varchar(10) default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3970,17 +2530,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bbb, add column added_51 varchar(10) default "abracadab" after bbb; alter table bar add column added_4 varchar(10) default NULL after bbb, add column added_51 varchar(10) default "abracadab" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3992,17 +2544,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bbb, add column added_61 varchar(10) NOT NULL default "abracadab" after bbb; alter table bar add column added_4 varchar(10) default NULL after bbb, add column added_61 varchar(10) NOT NULL default "abracadab" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4014,17 +2558,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bbb, add column added_71 text default NULL after bbb; alter table bar add column added_4 varchar(10) default NULL after bbb, add column added_71 text default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4036,17 +2572,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bbb, add column added_81 mediumtext default NULL after bbb; alter table bar add column added_4 varchar(10) default NULL after bbb, add column added_81 mediumtext default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4058,17 +2586,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bbb, add column added_11 bigint default NULL after bbb; alter table bar add column added_5 varchar(10) default "qwerty" after bbb, add column added_11 bigint default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4080,17 +2600,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bbb, add column added_21 bigint default 1234 after bbb; alter table bar add column added_5 varchar(10) default "qwerty" after bbb, add column added_21 bigint default 1234 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4102,17 +2614,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bbb, add column added_31 bigint NOT NULL default 54 after bbb; alter table bar add column added_5 varchar(10) default "qwerty" after bbb, add column added_31 bigint NOT NULL default 54 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4124,17 +2628,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bbb, add column added_41 varchar(10) default NULL after bbb; alter table bar add column added_5 varchar(10) default "qwerty" after bbb, add column added_41 varchar(10) default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4146,17 +2642,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bbb, add column added_51 varchar(10) default "abracadab" after bbb; alter table bar add column added_5 varchar(10) default "qwerty" after bbb, add column added_51 varchar(10) default "abracadab" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4168,17 +2656,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bbb, add column added_61 varchar(10) NOT NULL default "abracadab" after bbb; alter table bar add column added_5 varchar(10) default "qwerty" after bbb, add column added_61 varchar(10) NOT NULL default "abracadab" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4190,17 +2670,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bbb, add column added_71 text default NULL after bbb; alter table bar add column added_5 varchar(10) default "qwerty" after bbb, add column added_71 text default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4212,17 +2684,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bbb, add column added_81 mediumtext default NULL after bbb; alter table bar add column added_5 varchar(10) default "qwerty" after bbb, add column added_81 mediumtext default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4234,17 +2698,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb, add column added_11 bigint default NULL after bbb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb, add column added_11 bigint default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4256,17 +2712,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb, add column added_21 bigint default 1234 after bbb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb, add column added_21 bigint default 1234 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4278,17 +2726,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb, add column added_31 bigint NOT NULL default 54 after bbb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb, add column added_31 bigint NOT NULL default 54 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4300,17 +2740,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb, add column added_41 varchar(10) default NULL after bbb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb, add column added_41 varchar(10) default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4322,17 +2754,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb, add column added_51 varchar(10) default "abracadab" after bbb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb, add column added_51 varchar(10) default "abracadab" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4344,17 +2768,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb, add column added_61 varchar(10) NOT NULL default "abracadab" after bbb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb, add column added_61 varchar(10) NOT NULL default "abracadab" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4366,17 +2782,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb, add column added_71 text default NULL after bbb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb, add column added_71 text default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4388,17 +2796,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb, add column added_81 mediumtext default NULL after bbb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb, add column added_81 mediumtext default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4410,17 +2810,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bbb, add column added_11 bigint default NULL after bbb; alter table bar add column added_7 text default NULL after bbb, add column added_11 bigint default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4432,17 +2824,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bbb, add column added_21 bigint default 1234 after bbb; alter table bar add column added_7 text default NULL after bbb, add column added_21 bigint default 1234 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4454,17 +2838,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bbb, add column added_31 bigint NOT NULL default 54 after bbb; alter table bar add column added_7 text default NULL after bbb, add column added_31 bigint NOT NULL default 54 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4476,17 +2852,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bbb, add column added_41 varchar(10) default NULL after bbb; alter table bar add column added_7 text default NULL after bbb, add column added_41 varchar(10) default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4498,17 +2866,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bbb, add column added_51 varchar(10) default "abracadab" after bbb; alter table bar add column added_7 text default NULL after bbb, add column added_51 varchar(10) default "abracadab" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4520,17 +2880,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bbb, add column added_61 varchar(10) NOT NULL default "abracadab" after bbb; alter table bar add column added_7 text default NULL after bbb, add column added_61 varchar(10) NOT NULL default "abracadab" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4542,17 +2894,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bbb, add column added_71 text default NULL after bbb; alter table bar add column added_7 text default NULL after bbb, add column added_71 text default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4564,17 +2908,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bbb, add column added_81 mediumtext default NULL after bbb; alter table bar add column added_7 text default NULL after bbb, add column added_81 mediumtext default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4586,17 +2922,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bbb, add column added_11 bigint default NULL after bbb; alter table bar add column added_8 mediumtext default NULL after bbb, add column added_11 bigint default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4608,17 +2936,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bbb, add column added_21 bigint default 1234 after bbb; alter table bar add column added_8 mediumtext default NULL after bbb, add column added_21 bigint default 1234 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4630,17 +2950,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bbb, add column added_31 bigint NOT NULL default 54 after bbb; alter table bar add column added_8 mediumtext default NULL after bbb, add column added_31 bigint NOT NULL default 54 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4652,17 +2964,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bbb, add column added_41 varchar(10) default NULL after bbb; alter table bar add column added_8 mediumtext default NULL after bbb, add column added_41 varchar(10) default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4674,17 +2978,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bbb, add column added_51 varchar(10) default "abracadab" after bbb; alter table bar add column added_8 mediumtext default NULL after bbb, add column added_51 varchar(10) default "abracadab" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4696,17 +2992,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bbb, add column added_61 varchar(10) NOT NULL default "abracadab" after bbb; alter table bar add column added_8 mediumtext default NULL after bbb, add column added_61 varchar(10) NOT NULL default "abracadab" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4718,17 +3006,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bbb, add column added_71 text default NULL after bbb; alter table bar add column added_8 mediumtext default NULL after bbb, add column added_71 text default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4740,17 +3020,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bbb, add column added_81 mediumtext default NULL after bbb; alter table bar add column added_8 mediumtext default NULL after bbb, add column added_81 mediumtext default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4762,16 +3034,8 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_2 bigint default -1 after bbb, add column added_3 bigint NOT NULL default -1; alter table bar add column added_1 bigint default NULL, add column added_2 bigint default -1 after bbb, add column added_3 bigint NOT NULL default -1; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; diff --git a/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_all_var_drop.result b/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_all_var_drop.result index 2d5fea86a57..b43374d16f0 100644 --- a/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_all_var_drop.result +++ b/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_all_var_drop.result @@ -10,17 +10,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aaa; alter table bar drop column aaa; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -32,17 +24,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column bbb; alter table bar drop column bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -54,17 +38,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column ccc; alter table bar drop column ccc; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -76,17 +52,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column ddd; alter table bar drop column ddd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -98,17 +66,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aaa, drop column bbb; alter table bar drop column aaa, drop column bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -120,17 +80,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aaa, drop column ccc; alter table bar drop column aaa, drop column ccc; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -142,17 +94,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aaa, drop column ddd; alter table bar drop column aaa, drop column ddd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -164,17 +108,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column bbb, drop column aaa; alter table bar drop column bbb, drop column aaa; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -186,17 +122,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column bbb, drop column ccc; alter table bar drop column bbb, drop column ccc; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -208,17 +136,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column bbb, drop column ddd; alter table bar drop column bbb, drop column ddd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -230,17 +150,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column ccc, drop column aaa; alter table bar drop column ccc, drop column aaa; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -252,17 +164,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column ccc, drop column bbb; alter table bar drop column ccc, drop column bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -274,17 +178,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column ccc, drop column ddd; alter table bar drop column ccc, drop column ddd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -296,17 +192,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column ddd, drop column aaa; alter table bar drop column ddd, drop column aaa; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -318,17 +206,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column ddd, drop column bbb; alter table bar drop column ddd, drop column bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -340,17 +220,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column ddd, drop column ccc; alter table bar drop column ddd, drop column ccc; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -362,17 +234,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aaa, drop column bbb, drop column ccc; alter table bar drop column aaa, drop column bbb, drop column ccc; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -384,17 +248,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aaa, drop column bbb, drop column ddd; alter table bar drop column aaa, drop column bbb, drop column ddd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -406,17 +262,9 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aaa, drop column ccc, drop column ddd; alter table bar drop column aaa, drop column ccc, drop column ddd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -428,16 +276,8 @@ insert into foo values (NULL,12345678987,NULL,1); insert into foo values (2,20,'1999-11-11',0); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column bbb, drop column ccc, drop column ddd; alter table bar drop column bbb, drop column ccc, drop column ddd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; diff --git a/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_clustering.result b/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_clustering.result index af121783de2..044dfcd0d29 100644 --- a/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_clustering.result +++ b/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_clustering.result @@ -8,10 +8,6 @@ insert into bar select * from foo; alter table foo add column d int default 20; alter table bar add column d int default 20; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead select * from foo; a b c d -1 -1 -1 20 @@ -39,10 +35,6 @@ a b c d alter table foo drop column d; alter table bar drop column d; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead select * from foo; a b c -1 -1 -1 @@ -74,10 +66,6 @@ a b c alter table foo add column d int default 20 first; alter table bar add column d int default 20 first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead select * from foo; d a b c 20 -1 -1 -1 @@ -113,10 +101,6 @@ d a b c alter table foo drop column d; alter table bar drop column d; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead select * from foo; a b c -1 -1 -1 @@ -162,10 +146,6 @@ insert into bar select * from foo; alter table foo add column d int default 20; alter table bar add column d int default 20; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead select * from foo; a b c d -1 -1 -1 20 @@ -193,10 +173,6 @@ a b c d alter table foo drop column d; alter table bar drop column d; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead select * from foo; a b c -1 -1 -1 @@ -228,10 +204,6 @@ a b c alter table foo add column d int default 20 first; alter table bar add column d int default 20 first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead select * from foo; d a b c 20 -1 -1 -1 @@ -267,10 +239,6 @@ d a b c alter table foo drop column d; alter table bar drop column d; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead select * from foo; a b c -1 -1 -1 diff --git a/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_clustering2.result b/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_clustering2.result index f6ec028bd65..97bca281071 100644 --- a/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_clustering2.result +++ b/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_clustering2.result @@ -8,10 +8,6 @@ insert into bar select * from foo; alter table foo add column d varchar(10) default 20; alter table bar add column d varchar(10) default 20; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead select * from foo; a b c d -1 -1 -1 20 @@ -39,10 +35,6 @@ a b c d alter table foo drop column d; alter table bar drop column d; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead select * from foo; a b c -1 -1 -1 @@ -74,10 +66,6 @@ a b c alter table foo add column d varchar(10) default 20 first; alter table bar add column d varchar(10) default 20 first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead select * from foo; d a b c 20 -1 -1 -1 @@ -113,10 +101,6 @@ d a b c alter table foo drop column d; alter table bar drop column d; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead select * from foo; a b c -1 -1 -1 @@ -162,10 +146,6 @@ insert into bar select * from foo; alter table foo add column d varchar(10) default 20; alter table bar add column d varchar(10) default 20; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead select * from foo; a b c d -1 -1 -1 20 @@ -193,10 +173,6 @@ a b c d alter table foo drop column d; alter table bar drop column d; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead select * from foo; a b c -1 -1 -1 @@ -228,10 +204,6 @@ a b c alter table foo add column d varchar(10) default 20 first; alter table bar add column d varchar(10) default 20 first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead select * from foo; d a b c 20 -1 -1 -1 @@ -267,10 +239,6 @@ d a b c alter table foo drop column d; alter table bar drop column d; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead select * from foo; a b c -1 -1 -1 diff --git a/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_diff_num_offset_bytes.result b/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_diff_num_offset_bytes.result index 16df45efcf8..14a65749a48 100644 --- a/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_diff_num_offset_bytes.result +++ b/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_diff_num_offset_bytes.result @@ -10,149 +10,65 @@ insert into foo values ("BIGGER",NULL,"smaller",NULL); insert into foo values ("aaaaaaaaaa","bbbbbbbbbb","cccccccccc","dddddddddd"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column e varchar(3000) default NULL; alter table bar add column e varchar(3000) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column e; alter table bar drop column e; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column e varchar(3000) default NULL first; alter table bar add column e varchar(3000) default NULL first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column e; alter table bar drop column e; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column e varchar(3000) default NULL after b; alter table bar add column e varchar(3000) default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column e; alter table bar drop column e; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column e varchar(3000) default "abracadabraabracadabra"; alter table bar add column e varchar(3000) default "abracadabraabracadabra"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column e; alter table bar drop column e; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column e varchar(3000) default "abracadabraabracadabra" first; alter table bar add column e varchar(3000) default "abracadabraabracadabra" first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column e; alter table bar drop column e; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column e varchar(3000) default "abracadabraabracadabra" after b; alter table bar add column e varchar(3000) default "abracadabraabracadabra" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column e; alter table bar drop column e; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column e varchar(3000) default NULL after b; alter table bar add column e varchar(3000) default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column e; alter table bar drop column e; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column e varchar(3000) NOT NULL default "abracadabraabracadabra"; alter table bar add column e varchar(3000) NOT NULL default "abracadabraabracadabra"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column e; alter table bar drop column e; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column e varchar(3000) NOT NULL default "abracadabraabracadabra" first; alter table bar add column e varchar(3000) NOT NULL default "abracadabraabracadabra" first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column e; alter table bar drop column e; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column e varchar(3000) NOT NULL default "abracadabraabracadabra" after b; alter table bar add column e varchar(3000) NOT NULL default "abracadabraabracadabra" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column e; alter table bar drop column e; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; diff --git a/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_fixedblob_add.result b/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_fixedblob_add.result index 67dea6431b1..9c7deafff6a 100644 --- a/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_fixedblob_add.result +++ b/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_fixedblob_add.result @@ -22,17 +22,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL; alter table bar add column added_1 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -56,17 +48,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1; alter table bar add column added_2 bigint default -1; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -90,17 +74,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1; alter table bar add column added_3 bigint NOT NULL default -1; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -124,17 +100,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL; alter table bar add column added_4 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -158,17 +126,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty"; alter table bar add column added_5 varchar(10) default "qwerty"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -192,17 +152,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt"; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -226,17 +178,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL; alter table bar add column added_7 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -260,17 +204,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL; alter table bar add column added_8 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -294,17 +230,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first; alter table bar add column added_1 bigint default NULL first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -328,17 +256,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first; alter table bar add column added_2 bigint default -1 first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -362,17 +282,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first; alter table bar add column added_3 bigint NOT NULL default -1 first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -396,17 +308,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first; alter table bar add column added_4 varchar(10) default NULL first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -430,17 +334,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first; alter table bar add column added_5 varchar(10) default "qwerty" first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -464,17 +360,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -498,17 +386,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first; alter table bar add column added_7 text default NULL first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -532,17 +412,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first; alter table bar add column added_8 mediumtext default NULL first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -566,17 +438,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after b; alter table bar add column added_1 bigint default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -600,17 +464,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after b; alter table bar add column added_2 bigint default -1 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -634,17 +490,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after b; alter table bar add column added_3 bigint NOT NULL default -1 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -668,17 +516,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after b; alter table bar add column added_4 varchar(10) default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -702,17 +542,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after b; alter table bar add column added_5 varchar(10) default "qwerty" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -736,17 +568,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after b; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -770,17 +594,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after b; alter table bar add column added_7 text default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -804,17 +620,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after b; alter table bar add column added_8 mediumtext default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -838,17 +646,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_11 bigint default NULL; alter table bar add column added_1 bigint default NULL, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -872,17 +672,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_21 bigint default 1234; alter table bar add column added_1 bigint default NULL, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -906,17 +698,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_31 bigint NOT NULL default 54; alter table bar add column added_1 bigint default NULL, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -940,17 +724,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_41 varchar(10) default NULL; alter table bar add column added_1 bigint default NULL, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -974,17 +750,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_1 bigint default NULL, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1008,17 +776,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_1 bigint default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1042,17 +802,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_71 text default NULL; alter table bar add column added_1 bigint default NULL, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1076,17 +828,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_81 mediumtext default NULL; alter table bar add column added_1 bigint default NULL, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1110,17 +854,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_11 bigint default NULL; alter table bar add column added_2 bigint default -1, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1144,17 +880,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_21 bigint default 1234; alter table bar add column added_2 bigint default -1, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1178,17 +906,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_31 bigint NOT NULL default 54; alter table bar add column added_2 bigint default -1, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1212,17 +932,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_41 varchar(10) default NULL; alter table bar add column added_2 bigint default -1, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1246,17 +958,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_2 bigint default -1, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1280,17 +984,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_2 bigint default -1, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1314,17 +1010,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_71 text default NULL; alter table bar add column added_2 bigint default -1, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1348,17 +1036,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_81 mediumtext default NULL; alter table bar add column added_2 bigint default -1, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1382,17 +1062,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_11 bigint default NULL; alter table bar add column added_3 bigint NOT NULL default -1, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1416,17 +1088,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_21 bigint default 1234; alter table bar add column added_3 bigint NOT NULL default -1, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1450,17 +1114,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_31 bigint NOT NULL default 54; alter table bar add column added_3 bigint NOT NULL default -1, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1484,17 +1140,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_41 varchar(10) default NULL; alter table bar add column added_3 bigint NOT NULL default -1, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1518,17 +1166,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_3 bigint NOT NULL default -1, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1552,17 +1192,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_3 bigint NOT NULL default -1, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1586,17 +1218,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_71 text default NULL; alter table bar add column added_3 bigint NOT NULL default -1, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1620,17 +1244,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_81 mediumtext default NULL; alter table bar add column added_3 bigint NOT NULL default -1, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1654,17 +1270,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_11 bigint default NULL; alter table bar add column added_4 varchar(10) default NULL, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1688,17 +1296,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_21 bigint default 1234; alter table bar add column added_4 varchar(10) default NULL, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1722,17 +1322,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_31 bigint NOT NULL default 54; alter table bar add column added_4 varchar(10) default NULL, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1756,17 +1348,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_41 varchar(10) default NULL; alter table bar add column added_4 varchar(10) default NULL, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1790,17 +1374,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_4 varchar(10) default NULL, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1824,17 +1400,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_4 varchar(10) default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1858,17 +1426,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_71 text default NULL; alter table bar add column added_4 varchar(10) default NULL, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1892,17 +1452,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_81 mediumtext default NULL; alter table bar add column added_4 varchar(10) default NULL, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1926,17 +1478,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_11 bigint default NULL; alter table bar add column added_5 varchar(10) default "qwerty", add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1960,17 +1504,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_21 bigint default 1234; alter table bar add column added_5 varchar(10) default "qwerty", add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1994,17 +1530,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_31 bigint NOT NULL default 54; alter table bar add column added_5 varchar(10) default "qwerty", add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2028,17 +1556,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_41 varchar(10) default NULL; alter table bar add column added_5 varchar(10) default "qwerty", add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2062,17 +1582,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_51 varchar(10) default "abracadab"; alter table bar add column added_5 varchar(10) default "qwerty", add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2096,17 +1608,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_5 varchar(10) default "qwerty", add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2130,17 +1634,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_71 text default NULL; alter table bar add column added_5 varchar(10) default "qwerty", add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2164,17 +1660,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_81 mediumtext default NULL; alter table bar add column added_5 varchar(10) default "qwerty", add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2198,17 +1686,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_11 bigint default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2232,17 +1712,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_21 bigint default 1234; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2266,17 +1738,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_31 bigint NOT NULL default 54; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2300,17 +1764,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_41 varchar(10) default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2334,17 +1790,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_51 varchar(10) default "abracadab"; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2368,17 +1816,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2402,17 +1842,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_71 text default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2436,17 +1868,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_81 mediumtext default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2470,17 +1894,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_11 bigint default NULL; alter table bar add column added_7 text default NULL, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2504,17 +1920,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_21 bigint default 1234; alter table bar add column added_7 text default NULL, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2538,17 +1946,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_31 bigint NOT NULL default 54; alter table bar add column added_7 text default NULL, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2572,17 +1972,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_41 varchar(10) default NULL; alter table bar add column added_7 text default NULL, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2606,17 +1998,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_7 text default NULL, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2640,17 +2024,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_7 text default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2674,17 +2050,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_71 text default NULL; alter table bar add column added_7 text default NULL, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2708,17 +2076,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_81 mediumtext default NULL; alter table bar add column added_7 text default NULL, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2742,17 +2102,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_11 bigint default NULL; alter table bar add column added_8 mediumtext default NULL, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2776,17 +2128,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_21 bigint default 1234; alter table bar add column added_8 mediumtext default NULL, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2810,17 +2154,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_31 bigint NOT NULL default 54; alter table bar add column added_8 mediumtext default NULL, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2844,17 +2180,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_41 varchar(10) default NULL; alter table bar add column added_8 mediumtext default NULL, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2878,17 +2206,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_8 mediumtext default NULL, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2912,17 +2232,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_8 mediumtext default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2946,17 +2258,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_71 text default NULL; alter table bar add column added_8 mediumtext default NULL, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2980,17 +2284,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_81 mediumtext default NULL; alter table bar add column added_8 mediumtext default NULL, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3014,17 +2310,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_11 bigint default NULL; alter table bar add column added_1 bigint default NULL first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3048,17 +2336,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_21 bigint default 1234; alter table bar add column added_1 bigint default NULL first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3082,17 +2362,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_1 bigint default NULL first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3116,17 +2388,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_41 varchar(10) default NULL; alter table bar add column added_1 bigint default NULL first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3150,17 +2414,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_1 bigint default NULL first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3184,17 +2440,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_1 bigint default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3218,17 +2466,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_71 text default NULL; alter table bar add column added_1 bigint default NULL first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3252,17 +2492,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_81 mediumtext default NULL; alter table bar add column added_1 bigint default NULL first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3286,17 +2518,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_11 bigint default NULL; alter table bar add column added_2 bigint default -1 first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3320,17 +2544,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_21 bigint default 1234; alter table bar add column added_2 bigint default -1 first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3354,17 +2570,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_2 bigint default -1 first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3388,17 +2596,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_41 varchar(10) default NULL; alter table bar add column added_2 bigint default -1 first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3422,17 +2622,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_2 bigint default -1 first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3456,17 +2648,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_2 bigint default -1 first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3490,17 +2674,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_71 text default NULL; alter table bar add column added_2 bigint default -1 first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3524,17 +2700,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_81 mediumtext default NULL; alter table bar add column added_2 bigint default -1 first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3558,17 +2726,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_11 bigint default NULL; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3592,17 +2752,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_21 bigint default 1234; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3626,17 +2778,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3660,17 +2804,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_41 varchar(10) default NULL; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3694,17 +2830,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3728,17 +2856,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3762,17 +2882,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_71 text default NULL; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3796,17 +2908,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_81 mediumtext default NULL; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3830,17 +2934,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_11 bigint default NULL; alter table bar add column added_4 varchar(10) default NULL first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3864,17 +2960,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_21 bigint default 1234; alter table bar add column added_4 varchar(10) default NULL first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3898,17 +2986,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_4 varchar(10) default NULL first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3932,17 +3012,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_41 varchar(10) default NULL; alter table bar add column added_4 varchar(10) default NULL first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3966,17 +3038,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_4 varchar(10) default NULL first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4000,17 +3064,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_4 varchar(10) default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4034,17 +3090,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_71 text default NULL; alter table bar add column added_4 varchar(10) default NULL first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4068,17 +3116,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_81 mediumtext default NULL; alter table bar add column added_4 varchar(10) default NULL first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4102,17 +3142,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_11 bigint default NULL; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4136,17 +3168,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_21 bigint default 1234; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4170,17 +3194,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4204,17 +3220,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_41 varchar(10) default NULL; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4238,17 +3246,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4272,17 +3272,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4306,17 +3298,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_71 text default NULL; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4340,17 +3324,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_81 mediumtext default NULL; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4374,17 +3350,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_11 bigint default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4408,17 +3376,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_21 bigint default 1234; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4442,17 +3402,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4476,17 +3428,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_41 varchar(10) default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4510,17 +3454,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4544,17 +3480,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4578,17 +3506,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_71 text default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4612,17 +3532,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_81 mediumtext default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4646,17 +3558,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_11 bigint default NULL; alter table bar add column added_7 text default NULL first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4680,17 +3584,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_21 bigint default 1234; alter table bar add column added_7 text default NULL first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4714,17 +3610,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_7 text default NULL first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4748,17 +3636,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_41 varchar(10) default NULL; alter table bar add column added_7 text default NULL first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4782,17 +3662,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_7 text default NULL first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4816,17 +3688,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_7 text default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4850,17 +3714,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_71 text default NULL; alter table bar add column added_7 text default NULL first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4884,17 +3740,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_81 mediumtext default NULL; alter table bar add column added_7 text default NULL first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4918,17 +3766,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_11 bigint default NULL; alter table bar add column added_8 mediumtext default NULL first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4952,17 +3792,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_21 bigint default 1234; alter table bar add column added_8 mediumtext default NULL first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4986,17 +3818,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_8 mediumtext default NULL first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -5020,17 +3844,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_41 varchar(10) default NULL; alter table bar add column added_8 mediumtext default NULL first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -5054,17 +3870,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_8 mediumtext default NULL first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -5088,17 +3896,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_8 mediumtext default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -5122,17 +3922,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_71 text default NULL; alter table bar add column added_8 mediumtext default NULL first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -5156,17 +3948,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_81 mediumtext default NULL; alter table bar add column added_8 mediumtext default NULL first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -5190,17 +3974,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after b, add column added_11 bigint default NULL after b; alter table bar add column added_1 bigint default NULL after b, add column added_11 bigint default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -5224,17 +4000,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after b, add column added_21 bigint default 1234 after b; alter table bar add column added_1 bigint default NULL after b, add column added_21 bigint default 1234 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -5258,17 +4026,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after b, add column added_31 bigint NOT NULL default 54 after b; alter table bar add column added_1 bigint default NULL after b, add column added_31 bigint NOT NULL default 54 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -5292,17 +4052,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after b, add column added_41 varchar(10) default NULL after b; alter table bar add column added_1 bigint default NULL after b, add column added_41 varchar(10) default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -5326,17 +4078,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after b, add column added_51 varchar(10) default "abracadab" after b; alter table bar add column added_1 bigint default NULL after b, add column added_51 varchar(10) default "abracadab" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -5360,17 +4104,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after b, add column added_61 varchar(10) NOT NULL default "abracadab" after b; alter table bar add column added_1 bigint default NULL after b, add column added_61 varchar(10) NOT NULL default "abracadab" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -5394,17 +4130,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after b, add column added_71 text default NULL after b; alter table bar add column added_1 bigint default NULL after b, add column added_71 text default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -5428,17 +4156,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after b, add column added_81 mediumtext default NULL after b; alter table bar add column added_1 bigint default NULL after b, add column added_81 mediumtext default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -5462,17 +4182,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after b, add column added_11 bigint default NULL after b; alter table bar add column added_2 bigint default -1 after b, add column added_11 bigint default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -5496,17 +4208,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after b, add column added_21 bigint default 1234 after b; alter table bar add column added_2 bigint default -1 after b, add column added_21 bigint default 1234 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -5530,17 +4234,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after b, add column added_31 bigint NOT NULL default 54 after b; alter table bar add column added_2 bigint default -1 after b, add column added_31 bigint NOT NULL default 54 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -5564,17 +4260,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after b, add column added_41 varchar(10) default NULL after b; alter table bar add column added_2 bigint default -1 after b, add column added_41 varchar(10) default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -5598,17 +4286,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after b, add column added_51 varchar(10) default "abracadab" after b; alter table bar add column added_2 bigint default -1 after b, add column added_51 varchar(10) default "abracadab" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -5632,17 +4312,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after b, add column added_61 varchar(10) NOT NULL default "abracadab" after b; alter table bar add column added_2 bigint default -1 after b, add column added_61 varchar(10) NOT NULL default "abracadab" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -5666,17 +4338,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after b, add column added_71 text default NULL after b; alter table bar add column added_2 bigint default -1 after b, add column added_71 text default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -5700,17 +4364,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after b, add column added_81 mediumtext default NULL after b; alter table bar add column added_2 bigint default -1 after b, add column added_81 mediumtext default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -5734,17 +4390,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after b, add column added_11 bigint default NULL after b; alter table bar add column added_3 bigint NOT NULL default -1 after b, add column added_11 bigint default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -5768,17 +4416,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after b, add column added_21 bigint default 1234 after b; alter table bar add column added_3 bigint NOT NULL default -1 after b, add column added_21 bigint default 1234 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -5802,17 +4442,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after b, add column added_31 bigint NOT NULL default 54 after b; alter table bar add column added_3 bigint NOT NULL default -1 after b, add column added_31 bigint NOT NULL default 54 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -5836,17 +4468,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after b, add column added_41 varchar(10) default NULL after b; alter table bar add column added_3 bigint NOT NULL default -1 after b, add column added_41 varchar(10) default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -5870,17 +4494,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after b, add column added_51 varchar(10) default "abracadab" after b; alter table bar add column added_3 bigint NOT NULL default -1 after b, add column added_51 varchar(10) default "abracadab" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -5904,17 +4520,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after b, add column added_61 varchar(10) NOT NULL default "abracadab" after b; alter table bar add column added_3 bigint NOT NULL default -1 after b, add column added_61 varchar(10) NOT NULL default "abracadab" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -5938,17 +4546,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after b, add column added_71 text default NULL after b; alter table bar add column added_3 bigint NOT NULL default -1 after b, add column added_71 text default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -5972,17 +4572,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after b, add column added_81 mediumtext default NULL after b; alter table bar add column added_3 bigint NOT NULL default -1 after b, add column added_81 mediumtext default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -6006,17 +4598,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after b, add column added_11 bigint default NULL after b; alter table bar add column added_4 varchar(10) default NULL after b, add column added_11 bigint default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -6040,17 +4624,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after b, add column added_21 bigint default 1234 after b; alter table bar add column added_4 varchar(10) default NULL after b, add column added_21 bigint default 1234 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -6074,17 +4650,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after b, add column added_31 bigint NOT NULL default 54 after b; alter table bar add column added_4 varchar(10) default NULL after b, add column added_31 bigint NOT NULL default 54 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -6108,17 +4676,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after b, add column added_41 varchar(10) default NULL after b; alter table bar add column added_4 varchar(10) default NULL after b, add column added_41 varchar(10) default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -6142,17 +4702,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after b, add column added_51 varchar(10) default "abracadab" after b; alter table bar add column added_4 varchar(10) default NULL after b, add column added_51 varchar(10) default "abracadab" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -6176,17 +4728,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after b, add column added_61 varchar(10) NOT NULL default "abracadab" after b; alter table bar add column added_4 varchar(10) default NULL after b, add column added_61 varchar(10) NOT NULL default "abracadab" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -6210,17 +4754,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after b, add column added_71 text default NULL after b; alter table bar add column added_4 varchar(10) default NULL after b, add column added_71 text default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -6244,17 +4780,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after b, add column added_81 mediumtext default NULL after b; alter table bar add column added_4 varchar(10) default NULL after b, add column added_81 mediumtext default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -6278,17 +4806,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after b, add column added_11 bigint default NULL after b; alter table bar add column added_5 varchar(10) default "qwerty" after b, add column added_11 bigint default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -6312,17 +4832,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after b, add column added_21 bigint default 1234 after b; alter table bar add column added_5 varchar(10) default "qwerty" after b, add column added_21 bigint default 1234 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -6346,17 +4858,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after b, add column added_31 bigint NOT NULL default 54 after b; alter table bar add column added_5 varchar(10) default "qwerty" after b, add column added_31 bigint NOT NULL default 54 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -6380,17 +4884,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after b, add column added_41 varchar(10) default NULL after b; alter table bar add column added_5 varchar(10) default "qwerty" after b, add column added_41 varchar(10) default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -6414,17 +4910,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after b, add column added_51 varchar(10) default "abracadab" after b; alter table bar add column added_5 varchar(10) default "qwerty" after b, add column added_51 varchar(10) default "abracadab" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -6448,17 +4936,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after b, add column added_61 varchar(10) NOT NULL default "abracadab" after b; alter table bar add column added_5 varchar(10) default "qwerty" after b, add column added_61 varchar(10) NOT NULL default "abracadab" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -6482,17 +4962,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after b, add column added_71 text default NULL after b; alter table bar add column added_5 varchar(10) default "qwerty" after b, add column added_71 text default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -6516,17 +4988,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after b, add column added_81 mediumtext default NULL after b; alter table bar add column added_5 varchar(10) default "qwerty" after b, add column added_81 mediumtext default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -6550,17 +5014,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after b, add column added_11 bigint default NULL after b; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after b, add column added_11 bigint default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -6584,17 +5040,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after b, add column added_21 bigint default 1234 after b; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after b, add column added_21 bigint default 1234 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -6618,17 +5066,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after b, add column added_31 bigint NOT NULL default 54 after b; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after b, add column added_31 bigint NOT NULL default 54 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -6652,17 +5092,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after b, add column added_41 varchar(10) default NULL after b; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after b, add column added_41 varchar(10) default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -6686,17 +5118,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after b, add column added_51 varchar(10) default "abracadab" after b; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after b, add column added_51 varchar(10) default "abracadab" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -6720,17 +5144,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after b, add column added_61 varchar(10) NOT NULL default "abracadab" after b; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after b, add column added_61 varchar(10) NOT NULL default "abracadab" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -6754,17 +5170,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after b, add column added_71 text default NULL after b; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after b, add column added_71 text default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -6788,17 +5196,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after b, add column added_81 mediumtext default NULL after b; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after b, add column added_81 mediumtext default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -6822,17 +5222,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after b, add column added_11 bigint default NULL after b; alter table bar add column added_7 text default NULL after b, add column added_11 bigint default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -6856,17 +5248,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after b, add column added_21 bigint default 1234 after b; alter table bar add column added_7 text default NULL after b, add column added_21 bigint default 1234 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -6890,17 +5274,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after b, add column added_31 bigint NOT NULL default 54 after b; alter table bar add column added_7 text default NULL after b, add column added_31 bigint NOT NULL default 54 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -6924,17 +5300,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after b, add column added_41 varchar(10) default NULL after b; alter table bar add column added_7 text default NULL after b, add column added_41 varchar(10) default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -6958,17 +5326,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after b, add column added_51 varchar(10) default "abracadab" after b; alter table bar add column added_7 text default NULL after b, add column added_51 varchar(10) default "abracadab" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -6992,17 +5352,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after b, add column added_61 varchar(10) NOT NULL default "abracadab" after b; alter table bar add column added_7 text default NULL after b, add column added_61 varchar(10) NOT NULL default "abracadab" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -7026,17 +5378,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after b, add column added_71 text default NULL after b; alter table bar add column added_7 text default NULL after b, add column added_71 text default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -7060,17 +5404,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after b, add column added_81 mediumtext default NULL after b; alter table bar add column added_7 text default NULL after b, add column added_81 mediumtext default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -7094,17 +5430,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after b, add column added_11 bigint default NULL after b; alter table bar add column added_8 mediumtext default NULL after b, add column added_11 bigint default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -7128,17 +5456,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after b, add column added_21 bigint default 1234 after b; alter table bar add column added_8 mediumtext default NULL after b, add column added_21 bigint default 1234 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -7162,17 +5482,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after b, add column added_31 bigint NOT NULL default 54 after b; alter table bar add column added_8 mediumtext default NULL after b, add column added_31 bigint NOT NULL default 54 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -7196,17 +5508,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after b, add column added_41 varchar(10) default NULL after b; alter table bar add column added_8 mediumtext default NULL after b, add column added_41 varchar(10) default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -7230,17 +5534,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after b, add column added_51 varchar(10) default "abracadab" after b; alter table bar add column added_8 mediumtext default NULL after b, add column added_51 varchar(10) default "abracadab" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -7264,17 +5560,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after b, add column added_61 varchar(10) NOT NULL default "abracadab" after b; alter table bar add column added_8 mediumtext default NULL after b, add column added_61 varchar(10) NOT NULL default "abracadab" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -7298,17 +5586,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after b, add column added_71 text default NULL after b; alter table bar add column added_8 mediumtext default NULL after b, add column added_71 text default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -7332,17 +5612,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after b, add column added_81 mediumtext default NULL after b; alter table bar add column added_8 mediumtext default NULL after b, add column added_81 mediumtext default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -7366,16 +5638,8 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_2 bigint default -1 after b, add column added_3 bigint NOT NULL default -1; alter table bar add column added_1 bigint default NULL, add column added_2 bigint default -1 after b, add column added_3 bigint NOT NULL default -1; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; diff --git a/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_fixedblob_add2.result b/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_fixedblob_add2.result index 5f528590539..a1988af2a19 100644 --- a/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_fixedblob_add2.result +++ b/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_fixedblob_add2.result @@ -22,17 +22,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL; alter table bar add column added_1 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -56,17 +48,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1; alter table bar add column added_2 bigint default -1; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -90,17 +74,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1; alter table bar add column added_3 bigint NOT NULL default -1; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -124,17 +100,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL; alter table bar add column added_4 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -158,17 +126,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty"; alter table bar add column added_5 varchar(10) default "qwerty"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -192,17 +152,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt"; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -226,17 +178,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL; alter table bar add column added_7 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -260,17 +204,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL; alter table bar add column added_8 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -294,17 +230,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first; alter table bar add column added_1 bigint default NULL first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -328,17 +256,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first; alter table bar add column added_2 bigint default -1 first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -362,17 +282,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first; alter table bar add column added_3 bigint NOT NULL default -1 first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -396,17 +308,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first; alter table bar add column added_4 varchar(10) default NULL first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -430,17 +334,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first; alter table bar add column added_5 varchar(10) default "qwerty" first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -464,17 +360,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -498,17 +386,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first; alter table bar add column added_7 text default NULL first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -532,17 +412,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first; alter table bar add column added_8 mediumtext default NULL first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -566,17 +438,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bb; alter table bar add column added_1 bigint default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -600,17 +464,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bb; alter table bar add column added_2 bigint default -1 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -634,17 +490,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bb; alter table bar add column added_3 bigint NOT NULL default -1 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -668,17 +516,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bb; alter table bar add column added_4 varchar(10) default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -702,17 +542,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bb; alter table bar add column added_5 varchar(10) default "qwerty" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -736,17 +568,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -770,17 +594,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bb; alter table bar add column added_7 text default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -804,17 +620,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bb; alter table bar add column added_8 mediumtext default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -838,17 +646,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_11 bigint default NULL; alter table bar add column added_1 bigint default NULL, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -872,17 +672,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_21 bigint default 1234; alter table bar add column added_1 bigint default NULL, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -906,17 +698,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_31 bigint NOT NULL default 54; alter table bar add column added_1 bigint default NULL, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -940,17 +724,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_41 varchar(10) default NULL; alter table bar add column added_1 bigint default NULL, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -974,17 +750,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_1 bigint default NULL, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1008,17 +776,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_1 bigint default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1042,17 +802,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_71 text default NULL; alter table bar add column added_1 bigint default NULL, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1076,17 +828,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_81 mediumtext default NULL; alter table bar add column added_1 bigint default NULL, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1110,17 +854,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_11 bigint default NULL; alter table bar add column added_2 bigint default -1, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1144,17 +880,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_21 bigint default 1234; alter table bar add column added_2 bigint default -1, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1178,17 +906,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_31 bigint NOT NULL default 54; alter table bar add column added_2 bigint default -1, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1212,17 +932,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_41 varchar(10) default NULL; alter table bar add column added_2 bigint default -1, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1246,17 +958,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_2 bigint default -1, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1280,17 +984,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_2 bigint default -1, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1314,17 +1010,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_71 text default NULL; alter table bar add column added_2 bigint default -1, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1348,17 +1036,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_81 mediumtext default NULL; alter table bar add column added_2 bigint default -1, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1382,17 +1062,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_11 bigint default NULL; alter table bar add column added_3 bigint NOT NULL default -1, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1416,17 +1088,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_21 bigint default 1234; alter table bar add column added_3 bigint NOT NULL default -1, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1450,17 +1114,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_31 bigint NOT NULL default 54; alter table bar add column added_3 bigint NOT NULL default -1, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1484,17 +1140,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_41 varchar(10) default NULL; alter table bar add column added_3 bigint NOT NULL default -1, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1518,17 +1166,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_3 bigint NOT NULL default -1, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1552,17 +1192,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_3 bigint NOT NULL default -1, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1586,17 +1218,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_71 text default NULL; alter table bar add column added_3 bigint NOT NULL default -1, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1620,17 +1244,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_81 mediumtext default NULL; alter table bar add column added_3 bigint NOT NULL default -1, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1654,17 +1270,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_11 bigint default NULL; alter table bar add column added_4 varchar(10) default NULL, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1688,17 +1296,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_21 bigint default 1234; alter table bar add column added_4 varchar(10) default NULL, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1722,17 +1322,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_31 bigint NOT NULL default 54; alter table bar add column added_4 varchar(10) default NULL, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1756,17 +1348,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_41 varchar(10) default NULL; alter table bar add column added_4 varchar(10) default NULL, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1790,17 +1374,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_4 varchar(10) default NULL, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1824,17 +1400,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_4 varchar(10) default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1858,17 +1426,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_71 text default NULL; alter table bar add column added_4 varchar(10) default NULL, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1892,17 +1452,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_81 mediumtext default NULL; alter table bar add column added_4 varchar(10) default NULL, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1926,17 +1478,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_11 bigint default NULL; alter table bar add column added_5 varchar(10) default "qwerty", add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1960,17 +1504,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_21 bigint default 1234; alter table bar add column added_5 varchar(10) default "qwerty", add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1994,17 +1530,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_31 bigint NOT NULL default 54; alter table bar add column added_5 varchar(10) default "qwerty", add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2028,17 +1556,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_41 varchar(10) default NULL; alter table bar add column added_5 varchar(10) default "qwerty", add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2062,17 +1582,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_51 varchar(10) default "abracadab"; alter table bar add column added_5 varchar(10) default "qwerty", add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2096,17 +1608,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_5 varchar(10) default "qwerty", add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2130,17 +1634,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_71 text default NULL; alter table bar add column added_5 varchar(10) default "qwerty", add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2164,17 +1660,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_81 mediumtext default NULL; alter table bar add column added_5 varchar(10) default "qwerty", add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2198,17 +1686,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_11 bigint default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2232,17 +1712,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_21 bigint default 1234; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2266,17 +1738,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_31 bigint NOT NULL default 54; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2300,17 +1764,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_41 varchar(10) default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2334,17 +1790,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_51 varchar(10) default "abracadab"; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2368,17 +1816,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2402,17 +1842,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_71 text default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2436,17 +1868,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_81 mediumtext default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2470,17 +1894,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_11 bigint default NULL; alter table bar add column added_7 text default NULL, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2504,17 +1920,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_21 bigint default 1234; alter table bar add column added_7 text default NULL, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2538,17 +1946,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_31 bigint NOT NULL default 54; alter table bar add column added_7 text default NULL, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2572,17 +1972,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_41 varchar(10) default NULL; alter table bar add column added_7 text default NULL, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2606,17 +1998,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_7 text default NULL, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2640,17 +2024,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_7 text default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2674,17 +2050,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_71 text default NULL; alter table bar add column added_7 text default NULL, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2708,17 +2076,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_81 mediumtext default NULL; alter table bar add column added_7 text default NULL, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2742,17 +2102,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_11 bigint default NULL; alter table bar add column added_8 mediumtext default NULL, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2776,17 +2128,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_21 bigint default 1234; alter table bar add column added_8 mediumtext default NULL, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2810,17 +2154,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_31 bigint NOT NULL default 54; alter table bar add column added_8 mediumtext default NULL, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2844,17 +2180,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_41 varchar(10) default NULL; alter table bar add column added_8 mediumtext default NULL, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2878,17 +2206,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_8 mediumtext default NULL, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2912,17 +2232,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_8 mediumtext default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2946,17 +2258,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_71 text default NULL; alter table bar add column added_8 mediumtext default NULL, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2980,17 +2284,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_81 mediumtext default NULL; alter table bar add column added_8 mediumtext default NULL, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3014,17 +2310,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_11 bigint default NULL; alter table bar add column added_1 bigint default NULL first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3048,17 +2336,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_21 bigint default 1234; alter table bar add column added_1 bigint default NULL first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3082,17 +2362,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_1 bigint default NULL first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3116,17 +2388,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_41 varchar(10) default NULL; alter table bar add column added_1 bigint default NULL first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3150,17 +2414,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_1 bigint default NULL first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3184,17 +2440,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_1 bigint default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3218,17 +2466,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_71 text default NULL; alter table bar add column added_1 bigint default NULL first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3252,17 +2492,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_81 mediumtext default NULL; alter table bar add column added_1 bigint default NULL first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3286,17 +2518,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_11 bigint default NULL; alter table bar add column added_2 bigint default -1 first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3320,17 +2544,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_21 bigint default 1234; alter table bar add column added_2 bigint default -1 first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3354,17 +2570,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_2 bigint default -1 first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3388,17 +2596,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_41 varchar(10) default NULL; alter table bar add column added_2 bigint default -1 first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3422,17 +2622,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_2 bigint default -1 first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3456,17 +2648,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_2 bigint default -1 first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3490,17 +2674,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_71 text default NULL; alter table bar add column added_2 bigint default -1 first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3524,17 +2700,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_81 mediumtext default NULL; alter table bar add column added_2 bigint default -1 first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3558,17 +2726,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_11 bigint default NULL; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3592,17 +2752,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_21 bigint default 1234; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3626,17 +2778,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3660,17 +2804,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_41 varchar(10) default NULL; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3694,17 +2830,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3728,17 +2856,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3762,17 +2882,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_71 text default NULL; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3796,17 +2908,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_81 mediumtext default NULL; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3830,17 +2934,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_11 bigint default NULL; alter table bar add column added_4 varchar(10) default NULL first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3864,17 +2960,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_21 bigint default 1234; alter table bar add column added_4 varchar(10) default NULL first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3898,17 +2986,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_4 varchar(10) default NULL first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3932,17 +3012,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_41 varchar(10) default NULL; alter table bar add column added_4 varchar(10) default NULL first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -3966,17 +3038,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_4 varchar(10) default NULL first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4000,17 +3064,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_4 varchar(10) default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4034,17 +3090,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_71 text default NULL; alter table bar add column added_4 varchar(10) default NULL first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4068,17 +3116,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_81 mediumtext default NULL; alter table bar add column added_4 varchar(10) default NULL first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4102,17 +3142,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_11 bigint default NULL; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4136,17 +3168,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_21 bigint default 1234; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4170,17 +3194,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4204,17 +3220,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_41 varchar(10) default NULL; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4238,17 +3246,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4272,17 +3272,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4306,17 +3298,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_71 text default NULL; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4340,17 +3324,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_81 mediumtext default NULL; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4374,17 +3350,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_11 bigint default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4408,17 +3376,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_21 bigint default 1234; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4442,17 +3402,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4476,17 +3428,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_41 varchar(10) default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4510,17 +3454,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4544,17 +3480,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4578,17 +3506,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_71 text default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4612,17 +3532,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_81 mediumtext default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4646,17 +3558,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_11 bigint default NULL; alter table bar add column added_7 text default NULL first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4680,17 +3584,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_21 bigint default 1234; alter table bar add column added_7 text default NULL first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4714,17 +3610,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_7 text default NULL first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4748,17 +3636,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_41 varchar(10) default NULL; alter table bar add column added_7 text default NULL first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4782,17 +3662,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_7 text default NULL first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4816,17 +3688,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_7 text default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4850,17 +3714,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_71 text default NULL; alter table bar add column added_7 text default NULL first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4884,17 +3740,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_81 mediumtext default NULL; alter table bar add column added_7 text default NULL first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4918,17 +3766,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_11 bigint default NULL; alter table bar add column added_8 mediumtext default NULL first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4952,17 +3792,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_21 bigint default 1234; alter table bar add column added_8 mediumtext default NULL first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -4986,17 +3818,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_8 mediumtext default NULL first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -5020,17 +3844,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_41 varchar(10) default NULL; alter table bar add column added_8 mediumtext default NULL first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -5054,17 +3870,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_8 mediumtext default NULL first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -5088,17 +3896,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_8 mediumtext default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -5122,17 +3922,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_71 text default NULL; alter table bar add column added_8 mediumtext default NULL first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -5156,17 +3948,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_81 mediumtext default NULL; alter table bar add column added_8 mediumtext default NULL first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -5190,17 +3974,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bb, add column added_11 bigint default NULL after bb; alter table bar add column added_1 bigint default NULL after bb, add column added_11 bigint default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -5224,17 +4000,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bb, add column added_21 bigint default 1234 after bb; alter table bar add column added_1 bigint default NULL after bb, add column added_21 bigint default 1234 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -5258,17 +4026,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bb, add column added_31 bigint NOT NULL default 54 after bb; alter table bar add column added_1 bigint default NULL after bb, add column added_31 bigint NOT NULL default 54 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -5292,17 +4052,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bb, add column added_41 varchar(10) default NULL after bb; alter table bar add column added_1 bigint default NULL after bb, add column added_41 varchar(10) default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -5326,17 +4078,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bb, add column added_51 varchar(10) default "abracadab" after bb; alter table bar add column added_1 bigint default NULL after bb, add column added_51 varchar(10) default "abracadab" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -5360,17 +4104,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bb, add column added_61 varchar(10) NOT NULL default "abracadab" after bb; alter table bar add column added_1 bigint default NULL after bb, add column added_61 varchar(10) NOT NULL default "abracadab" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -5394,17 +4130,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bb, add column added_71 text default NULL after bb; alter table bar add column added_1 bigint default NULL after bb, add column added_71 text default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -5428,17 +4156,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bb, add column added_81 mediumtext default NULL after bb; alter table bar add column added_1 bigint default NULL after bb, add column added_81 mediumtext default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -5462,17 +4182,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bb, add column added_11 bigint default NULL after bb; alter table bar add column added_2 bigint default -1 after bb, add column added_11 bigint default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -5496,17 +4208,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bb, add column added_21 bigint default 1234 after bb; alter table bar add column added_2 bigint default -1 after bb, add column added_21 bigint default 1234 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -5530,17 +4234,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bb, add column added_31 bigint NOT NULL default 54 after bb; alter table bar add column added_2 bigint default -1 after bb, add column added_31 bigint NOT NULL default 54 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -5564,17 +4260,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bb, add column added_41 varchar(10) default NULL after bb; alter table bar add column added_2 bigint default -1 after bb, add column added_41 varchar(10) default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -5598,17 +4286,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bb, add column added_51 varchar(10) default "abracadab" after bb; alter table bar add column added_2 bigint default -1 after bb, add column added_51 varchar(10) default "abracadab" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -5632,17 +4312,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bb, add column added_61 varchar(10) NOT NULL default "abracadab" after bb; alter table bar add column added_2 bigint default -1 after bb, add column added_61 varchar(10) NOT NULL default "abracadab" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -5666,17 +4338,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bb, add column added_71 text default NULL after bb; alter table bar add column added_2 bigint default -1 after bb, add column added_71 text default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -5700,17 +4364,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bb, add column added_81 mediumtext default NULL after bb; alter table bar add column added_2 bigint default -1 after bb, add column added_81 mediumtext default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -5734,17 +4390,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bb, add column added_11 bigint default NULL after bb; alter table bar add column added_3 bigint NOT NULL default -1 after bb, add column added_11 bigint default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -5768,17 +4416,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bb, add column added_21 bigint default 1234 after bb; alter table bar add column added_3 bigint NOT NULL default -1 after bb, add column added_21 bigint default 1234 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -5802,17 +4442,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bb, add column added_31 bigint NOT NULL default 54 after bb; alter table bar add column added_3 bigint NOT NULL default -1 after bb, add column added_31 bigint NOT NULL default 54 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -5836,17 +4468,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bb, add column added_41 varchar(10) default NULL after bb; alter table bar add column added_3 bigint NOT NULL default -1 after bb, add column added_41 varchar(10) default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -5870,17 +4494,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bb, add column added_51 varchar(10) default "abracadab" after bb; alter table bar add column added_3 bigint NOT NULL default -1 after bb, add column added_51 varchar(10) default "abracadab" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -5904,17 +4520,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bb, add column added_61 varchar(10) NOT NULL default "abracadab" after bb; alter table bar add column added_3 bigint NOT NULL default -1 after bb, add column added_61 varchar(10) NOT NULL default "abracadab" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -5938,17 +4546,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bb, add column added_71 text default NULL after bb; alter table bar add column added_3 bigint NOT NULL default -1 after bb, add column added_71 text default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -5972,17 +4572,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bb, add column added_81 mediumtext default NULL after bb; alter table bar add column added_3 bigint NOT NULL default -1 after bb, add column added_81 mediumtext default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -6006,17 +4598,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bb, add column added_11 bigint default NULL after bb; alter table bar add column added_4 varchar(10) default NULL after bb, add column added_11 bigint default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -6040,17 +4624,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bb, add column added_21 bigint default 1234 after bb; alter table bar add column added_4 varchar(10) default NULL after bb, add column added_21 bigint default 1234 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -6074,17 +4650,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bb, add column added_31 bigint NOT NULL default 54 after bb; alter table bar add column added_4 varchar(10) default NULL after bb, add column added_31 bigint NOT NULL default 54 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -6108,17 +4676,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bb, add column added_41 varchar(10) default NULL after bb; alter table bar add column added_4 varchar(10) default NULL after bb, add column added_41 varchar(10) default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -6142,17 +4702,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bb, add column added_51 varchar(10) default "abracadab" after bb; alter table bar add column added_4 varchar(10) default NULL after bb, add column added_51 varchar(10) default "abracadab" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -6176,17 +4728,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bb, add column added_61 varchar(10) NOT NULL default "abracadab" after bb; alter table bar add column added_4 varchar(10) default NULL after bb, add column added_61 varchar(10) NOT NULL default "abracadab" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -6210,17 +4754,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bb, add column added_71 text default NULL after bb; alter table bar add column added_4 varchar(10) default NULL after bb, add column added_71 text default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -6244,17 +4780,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bb, add column added_81 mediumtext default NULL after bb; alter table bar add column added_4 varchar(10) default NULL after bb, add column added_81 mediumtext default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -6278,17 +4806,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bb, add column added_11 bigint default NULL after bb; alter table bar add column added_5 varchar(10) default "qwerty" after bb, add column added_11 bigint default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -6312,17 +4832,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bb, add column added_21 bigint default 1234 after bb; alter table bar add column added_5 varchar(10) default "qwerty" after bb, add column added_21 bigint default 1234 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -6346,17 +4858,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bb, add column added_31 bigint NOT NULL default 54 after bb; alter table bar add column added_5 varchar(10) default "qwerty" after bb, add column added_31 bigint NOT NULL default 54 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -6380,17 +4884,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bb, add column added_41 varchar(10) default NULL after bb; alter table bar add column added_5 varchar(10) default "qwerty" after bb, add column added_41 varchar(10) default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -6414,17 +4910,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bb, add column added_51 varchar(10) default "abracadab" after bb; alter table bar add column added_5 varchar(10) default "qwerty" after bb, add column added_51 varchar(10) default "abracadab" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -6448,17 +4936,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bb, add column added_61 varchar(10) NOT NULL default "abracadab" after bb; alter table bar add column added_5 varchar(10) default "qwerty" after bb, add column added_61 varchar(10) NOT NULL default "abracadab" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -6482,17 +4962,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bb, add column added_71 text default NULL after bb; alter table bar add column added_5 varchar(10) default "qwerty" after bb, add column added_71 text default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -6516,17 +4988,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bb, add column added_81 mediumtext default NULL after bb; alter table bar add column added_5 varchar(10) default "qwerty" after bb, add column added_81 mediumtext default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -6550,17 +5014,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb, add column added_11 bigint default NULL after bb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb, add column added_11 bigint default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -6584,17 +5040,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb, add column added_21 bigint default 1234 after bb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb, add column added_21 bigint default 1234 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -6618,17 +5066,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb, add column added_31 bigint NOT NULL default 54 after bb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb, add column added_31 bigint NOT NULL default 54 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -6652,17 +5092,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb, add column added_41 varchar(10) default NULL after bb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb, add column added_41 varchar(10) default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -6686,17 +5118,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb, add column added_51 varchar(10) default "abracadab" after bb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb, add column added_51 varchar(10) default "abracadab" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -6720,17 +5144,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb, add column added_61 varchar(10) NOT NULL default "abracadab" after bb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb, add column added_61 varchar(10) NOT NULL default "abracadab" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -6754,17 +5170,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb, add column added_71 text default NULL after bb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb, add column added_71 text default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -6788,17 +5196,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb, add column added_81 mediumtext default NULL after bb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb, add column added_81 mediumtext default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -6822,17 +5222,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bb, add column added_11 bigint default NULL after bb; alter table bar add column added_7 text default NULL after bb, add column added_11 bigint default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -6856,17 +5248,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bb, add column added_21 bigint default 1234 after bb; alter table bar add column added_7 text default NULL after bb, add column added_21 bigint default 1234 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -6890,17 +5274,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bb, add column added_31 bigint NOT NULL default 54 after bb; alter table bar add column added_7 text default NULL after bb, add column added_31 bigint NOT NULL default 54 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -6924,17 +5300,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bb, add column added_41 varchar(10) default NULL after bb; alter table bar add column added_7 text default NULL after bb, add column added_41 varchar(10) default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -6958,17 +5326,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bb, add column added_51 varchar(10) default "abracadab" after bb; alter table bar add column added_7 text default NULL after bb, add column added_51 varchar(10) default "abracadab" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -6992,17 +5352,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bb, add column added_61 varchar(10) NOT NULL default "abracadab" after bb; alter table bar add column added_7 text default NULL after bb, add column added_61 varchar(10) NOT NULL default "abracadab" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -7026,17 +5378,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bb, add column added_71 text default NULL after bb; alter table bar add column added_7 text default NULL after bb, add column added_71 text default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -7060,17 +5404,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bb, add column added_81 mediumtext default NULL after bb; alter table bar add column added_7 text default NULL after bb, add column added_81 mediumtext default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -7094,17 +5430,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bb, add column added_11 bigint default NULL after bb; alter table bar add column added_8 mediumtext default NULL after bb, add column added_11 bigint default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -7128,17 +5456,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bb, add column added_21 bigint default 1234 after bb; alter table bar add column added_8 mediumtext default NULL after bb, add column added_21 bigint default 1234 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -7162,17 +5482,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bb, add column added_31 bigint NOT NULL default 54 after bb; alter table bar add column added_8 mediumtext default NULL after bb, add column added_31 bigint NOT NULL default 54 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -7196,17 +5508,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bb, add column added_41 varchar(10) default NULL after bb; alter table bar add column added_8 mediumtext default NULL after bb, add column added_41 varchar(10) default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -7230,17 +5534,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bb, add column added_51 varchar(10) default "abracadab" after bb; alter table bar add column added_8 mediumtext default NULL after bb, add column added_51 varchar(10) default "abracadab" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -7264,17 +5560,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bb, add column added_61 varchar(10) NOT NULL default "abracadab" after bb; alter table bar add column added_8 mediumtext default NULL after bb, add column added_61 varchar(10) NOT NULL default "abracadab" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -7298,17 +5586,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bb, add column added_71 text default NULL after bb; alter table bar add column added_8 mediumtext default NULL after bb, add column added_71 text default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -7332,17 +5612,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bb, add column added_81 mediumtext default NULL after bb; alter table bar add column added_8 mediumtext default NULL after bb, add column added_81 mediumtext default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -7366,16 +5638,8 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_2 bigint default -1 after bb, add column added_3 bigint NOT NULL default -1; alter table bar add column added_1 bigint default NULL, add column added_2 bigint default -1 after bb, add column added_3 bigint NOT NULL default -1; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; diff --git a/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_fixedblob_drop.result b/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_fixedblob_drop.result index 4200cd2e5b9..9d041191251 100644 --- a/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_fixedblob_drop.result +++ b/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_fixedblob_drop.result @@ -22,17 +22,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column a; alter table bar drop column a; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -56,17 +48,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column b; alter table bar drop column b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -90,17 +74,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column c; alter table bar drop column c; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -124,17 +100,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column d; alter table bar drop column d; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -158,17 +126,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aa; alter table bar drop column aa; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -192,17 +152,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column bb; alter table bar drop column bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -226,17 +178,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column cc; alter table bar drop column cc; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -260,17 +204,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column dd; alter table bar drop column dd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -294,17 +230,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column a, drop column b; alter table bar drop column a, drop column b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -328,17 +256,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column a, drop column c; alter table bar drop column a, drop column c; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -362,17 +282,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column a, drop column d; alter table bar drop column a, drop column d; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -396,17 +308,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column a, drop column aa; alter table bar drop column a, drop column aa; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -430,17 +334,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column a, drop column bb; alter table bar drop column a, drop column bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -464,17 +360,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column a, drop column cc; alter table bar drop column a, drop column cc; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -498,17 +386,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column a, drop column dd; alter table bar drop column a, drop column dd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -532,17 +412,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column b, drop column a; alter table bar drop column b, drop column a; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -566,17 +438,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column b, drop column c; alter table bar drop column b, drop column c; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -600,17 +464,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column b, drop column d; alter table bar drop column b, drop column d; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -634,17 +490,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column b, drop column aa; alter table bar drop column b, drop column aa; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -668,17 +516,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column b, drop column bb; alter table bar drop column b, drop column bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -702,17 +542,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column b, drop column cc; alter table bar drop column b, drop column cc; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -736,17 +568,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column b, drop column dd; alter table bar drop column b, drop column dd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -770,17 +594,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column c, drop column a; alter table bar drop column c, drop column a; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -804,17 +620,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column c, drop column b; alter table bar drop column c, drop column b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -838,17 +646,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column c, drop column d; alter table bar drop column c, drop column d; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -872,17 +672,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column c, drop column aa; alter table bar drop column c, drop column aa; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -906,17 +698,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column c, drop column bb; alter table bar drop column c, drop column bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -940,17 +724,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column c, drop column cc; alter table bar drop column c, drop column cc; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -974,17 +750,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column c, drop column dd; alter table bar drop column c, drop column dd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1008,17 +776,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column d, drop column a; alter table bar drop column d, drop column a; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1042,17 +802,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column d, drop column b; alter table bar drop column d, drop column b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1076,17 +828,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column d, drop column c; alter table bar drop column d, drop column c; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1110,17 +854,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column d, drop column aa; alter table bar drop column d, drop column aa; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1144,17 +880,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column d, drop column bb; alter table bar drop column d, drop column bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1178,17 +906,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column d, drop column cc; alter table bar drop column d, drop column cc; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1212,17 +932,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column d, drop column dd; alter table bar drop column d, drop column dd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1246,17 +958,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aa, drop column a; alter table bar drop column aa, drop column a; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1280,17 +984,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aa, drop column b; alter table bar drop column aa, drop column b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1314,17 +1010,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aa, drop column c; alter table bar drop column aa, drop column c; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1348,17 +1036,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aa, drop column d; alter table bar drop column aa, drop column d; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1382,17 +1062,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aa, drop column bb; alter table bar drop column aa, drop column bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1416,17 +1088,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aa, drop column cc; alter table bar drop column aa, drop column cc; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1450,17 +1114,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aa, drop column dd; alter table bar drop column aa, drop column dd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1484,17 +1140,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column bb, drop column a; alter table bar drop column bb, drop column a; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1518,17 +1166,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column bb, drop column b; alter table bar drop column bb, drop column b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1552,17 +1192,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column bb, drop column c; alter table bar drop column bb, drop column c; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1586,17 +1218,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column bb, drop column d; alter table bar drop column bb, drop column d; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1620,17 +1244,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column bb, drop column aa; alter table bar drop column bb, drop column aa; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1654,17 +1270,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column bb, drop column cc; alter table bar drop column bb, drop column cc; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1688,17 +1296,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column bb, drop column dd; alter table bar drop column bb, drop column dd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1722,17 +1322,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column cc, drop column a; alter table bar drop column cc, drop column a; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1756,17 +1348,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column cc, drop column b; alter table bar drop column cc, drop column b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1790,17 +1374,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column cc, drop column c; alter table bar drop column cc, drop column c; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1824,17 +1400,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column cc, drop column d; alter table bar drop column cc, drop column d; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1858,17 +1426,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column cc, drop column aa; alter table bar drop column cc, drop column aa; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1892,17 +1452,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column cc, drop column bb; alter table bar drop column cc, drop column bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1926,17 +1478,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column cc, drop column dd; alter table bar drop column cc, drop column dd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1960,17 +1504,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column dd, drop column a; alter table bar drop column dd, drop column a; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -1994,17 +1530,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column dd, drop column b; alter table bar drop column dd, drop column b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2028,17 +1556,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column dd, drop column c; alter table bar drop column dd, drop column c; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2062,17 +1582,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column dd, drop column d; alter table bar drop column dd, drop column d; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2096,17 +1608,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column dd, drop column aa; alter table bar drop column dd, drop column aa; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2130,17 +1634,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column dd, drop column bb; alter table bar drop column dd, drop column bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2164,17 +1660,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column dd, drop column cc; alter table bar drop column dd, drop column cc; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2198,17 +1686,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column a, drop column b, drop column c; alter table bar drop column a, drop column b, drop column c; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2232,17 +1712,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column a, drop column b, drop column d; alter table bar drop column a, drop column b, drop column d; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2266,17 +1738,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column a, drop column c, drop column d; alter table bar drop column a, drop column c, drop column d; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2300,17 +1764,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column b, drop column c, drop column d; alter table bar drop column b, drop column c, drop column d; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2334,17 +1790,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column a, drop column b, drop column c, drop column d; alter table bar drop column a, drop column b, drop column c, drop column d; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aa blob, bb longblob, cc tinyblob, dd mediumblob) engine=TokuDB; @@ -2368,16 +1816,8 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aa, drop column bb, drop column cc, drop column dd; alter table bar drop column aa, drop column bb, drop column cc, drop column dd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; diff --git a/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_fixedvar_add.result b/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_fixedvar_add.result index e1d9e3e2fe7..73689474e2b 100644 --- a/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_fixedvar_add.result +++ b/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_fixedvar_add.result @@ -22,17 +22,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL; alter table bar add column added_1 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -56,17 +48,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1; alter table bar add column added_2 bigint default -1; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -90,17 +74,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1; alter table bar add column added_3 bigint NOT NULL default -1; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -124,17 +100,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL; alter table bar add column added_4 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -158,17 +126,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty"; alter table bar add column added_5 varchar(10) default "qwerty"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -192,17 +152,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt"; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -226,17 +178,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL; alter table bar add column added_7 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -260,17 +204,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL; alter table bar add column added_8 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -294,17 +230,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first; alter table bar add column added_1 bigint default NULL first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -328,17 +256,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first; alter table bar add column added_2 bigint default -1 first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -362,17 +282,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first; alter table bar add column added_3 bigint NOT NULL default -1 first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -396,17 +308,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first; alter table bar add column added_4 varchar(10) default NULL first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -430,17 +334,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first; alter table bar add column added_5 varchar(10) default "qwerty" first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -464,17 +360,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -498,17 +386,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first; alter table bar add column added_7 text default NULL first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -532,17 +412,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first; alter table bar add column added_8 mediumtext default NULL first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -566,17 +438,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after b; alter table bar add column added_1 bigint default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -600,17 +464,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after b; alter table bar add column added_2 bigint default -1 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -634,17 +490,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after b; alter table bar add column added_3 bigint NOT NULL default -1 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -668,17 +516,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after b; alter table bar add column added_4 varchar(10) default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -702,17 +542,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after b; alter table bar add column added_5 varchar(10) default "qwerty" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -736,17 +568,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after b; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -770,17 +594,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after b; alter table bar add column added_7 text default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -804,17 +620,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after b; alter table bar add column added_8 mediumtext default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -838,17 +646,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_11 bigint default NULL; alter table bar add column added_1 bigint default NULL, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -872,17 +672,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_21 bigint default 1234; alter table bar add column added_1 bigint default NULL, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -906,17 +698,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_31 bigint NOT NULL default 54; alter table bar add column added_1 bigint default NULL, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -940,17 +724,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_41 varchar(10) default NULL; alter table bar add column added_1 bigint default NULL, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -974,17 +750,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_1 bigint default NULL, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1008,17 +776,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_1 bigint default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1042,17 +802,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_71 text default NULL; alter table bar add column added_1 bigint default NULL, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1076,17 +828,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_81 mediumtext default NULL; alter table bar add column added_1 bigint default NULL, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1110,17 +854,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_11 bigint default NULL; alter table bar add column added_2 bigint default -1, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1144,17 +880,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_21 bigint default 1234; alter table bar add column added_2 bigint default -1, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1178,17 +906,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_31 bigint NOT NULL default 54; alter table bar add column added_2 bigint default -1, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1212,17 +932,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_41 varchar(10) default NULL; alter table bar add column added_2 bigint default -1, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1246,17 +958,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_2 bigint default -1, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1280,17 +984,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_2 bigint default -1, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1314,17 +1010,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_71 text default NULL; alter table bar add column added_2 bigint default -1, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1348,17 +1036,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_81 mediumtext default NULL; alter table bar add column added_2 bigint default -1, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1382,17 +1062,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_11 bigint default NULL; alter table bar add column added_3 bigint NOT NULL default -1, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1416,17 +1088,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_21 bigint default 1234; alter table bar add column added_3 bigint NOT NULL default -1, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1450,17 +1114,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_31 bigint NOT NULL default 54; alter table bar add column added_3 bigint NOT NULL default -1, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1484,17 +1140,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_41 varchar(10) default NULL; alter table bar add column added_3 bigint NOT NULL default -1, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1518,17 +1166,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_3 bigint NOT NULL default -1, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1552,17 +1192,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_3 bigint NOT NULL default -1, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1586,17 +1218,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_71 text default NULL; alter table bar add column added_3 bigint NOT NULL default -1, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1620,17 +1244,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_81 mediumtext default NULL; alter table bar add column added_3 bigint NOT NULL default -1, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1654,17 +1270,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_11 bigint default NULL; alter table bar add column added_4 varchar(10) default NULL, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1688,17 +1296,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_21 bigint default 1234; alter table bar add column added_4 varchar(10) default NULL, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1722,17 +1322,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_31 bigint NOT NULL default 54; alter table bar add column added_4 varchar(10) default NULL, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1756,17 +1348,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_41 varchar(10) default NULL; alter table bar add column added_4 varchar(10) default NULL, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1790,17 +1374,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_4 varchar(10) default NULL, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1824,17 +1400,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_4 varchar(10) default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1858,17 +1426,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_71 text default NULL; alter table bar add column added_4 varchar(10) default NULL, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1892,17 +1452,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_81 mediumtext default NULL; alter table bar add column added_4 varchar(10) default NULL, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1926,17 +1478,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_11 bigint default NULL; alter table bar add column added_5 varchar(10) default "qwerty", add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1960,17 +1504,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_21 bigint default 1234; alter table bar add column added_5 varchar(10) default "qwerty", add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1994,17 +1530,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_31 bigint NOT NULL default 54; alter table bar add column added_5 varchar(10) default "qwerty", add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2028,17 +1556,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_41 varchar(10) default NULL; alter table bar add column added_5 varchar(10) default "qwerty", add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2062,17 +1582,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_51 varchar(10) default "abracadab"; alter table bar add column added_5 varchar(10) default "qwerty", add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2096,17 +1608,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_5 varchar(10) default "qwerty", add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2130,17 +1634,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_71 text default NULL; alter table bar add column added_5 varchar(10) default "qwerty", add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2164,17 +1660,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_81 mediumtext default NULL; alter table bar add column added_5 varchar(10) default "qwerty", add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2198,17 +1686,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_11 bigint default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2232,17 +1712,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_21 bigint default 1234; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2266,17 +1738,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_31 bigint NOT NULL default 54; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2300,17 +1764,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_41 varchar(10) default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2334,17 +1790,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_51 varchar(10) default "abracadab"; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2368,17 +1816,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2402,17 +1842,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_71 text default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2436,17 +1868,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_81 mediumtext default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2470,17 +1894,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_11 bigint default NULL; alter table bar add column added_7 text default NULL, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2504,17 +1920,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_21 bigint default 1234; alter table bar add column added_7 text default NULL, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2538,17 +1946,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_31 bigint NOT NULL default 54; alter table bar add column added_7 text default NULL, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2572,17 +1972,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_41 varchar(10) default NULL; alter table bar add column added_7 text default NULL, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2606,17 +1998,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_7 text default NULL, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2640,17 +2024,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_7 text default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2674,17 +2050,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_71 text default NULL; alter table bar add column added_7 text default NULL, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2708,17 +2076,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_81 mediumtext default NULL; alter table bar add column added_7 text default NULL, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2742,17 +2102,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_11 bigint default NULL; alter table bar add column added_8 mediumtext default NULL, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2776,17 +2128,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_21 bigint default 1234; alter table bar add column added_8 mediumtext default NULL, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2810,17 +2154,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_31 bigint NOT NULL default 54; alter table bar add column added_8 mediumtext default NULL, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2844,17 +2180,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_41 varchar(10) default NULL; alter table bar add column added_8 mediumtext default NULL, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2878,17 +2206,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_8 mediumtext default NULL, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2912,17 +2232,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_8 mediumtext default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2946,17 +2258,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_71 text default NULL; alter table bar add column added_8 mediumtext default NULL, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2980,17 +2284,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_81 mediumtext default NULL; alter table bar add column added_8 mediumtext default NULL, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3014,17 +2310,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_11 bigint default NULL; alter table bar add column added_1 bigint default NULL first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3048,17 +2336,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_21 bigint default 1234; alter table bar add column added_1 bigint default NULL first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3082,17 +2362,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_1 bigint default NULL first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3116,17 +2388,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_41 varchar(10) default NULL; alter table bar add column added_1 bigint default NULL first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3150,17 +2414,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_1 bigint default NULL first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3184,17 +2440,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_1 bigint default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3218,17 +2466,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_71 text default NULL; alter table bar add column added_1 bigint default NULL first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3252,17 +2492,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_81 mediumtext default NULL; alter table bar add column added_1 bigint default NULL first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3286,17 +2518,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_11 bigint default NULL; alter table bar add column added_2 bigint default -1 first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3320,17 +2544,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_21 bigint default 1234; alter table bar add column added_2 bigint default -1 first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3354,17 +2570,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_2 bigint default -1 first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3388,17 +2596,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_41 varchar(10) default NULL; alter table bar add column added_2 bigint default -1 first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3422,17 +2622,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_2 bigint default -1 first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3456,17 +2648,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_2 bigint default -1 first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3490,17 +2674,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_71 text default NULL; alter table bar add column added_2 bigint default -1 first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3524,17 +2700,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_81 mediumtext default NULL; alter table bar add column added_2 bigint default -1 first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3558,17 +2726,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_11 bigint default NULL; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3592,17 +2752,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_21 bigint default 1234; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3626,17 +2778,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3660,17 +2804,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_41 varchar(10) default NULL; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3694,17 +2830,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3728,17 +2856,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3762,17 +2882,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_71 text default NULL; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3796,17 +2908,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_81 mediumtext default NULL; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3830,17 +2934,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_11 bigint default NULL; alter table bar add column added_4 varchar(10) default NULL first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3864,17 +2960,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_21 bigint default 1234; alter table bar add column added_4 varchar(10) default NULL first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3898,17 +2986,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_4 varchar(10) default NULL first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3932,17 +3012,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_41 varchar(10) default NULL; alter table bar add column added_4 varchar(10) default NULL first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3966,17 +3038,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_4 varchar(10) default NULL first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4000,17 +3064,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_4 varchar(10) default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4034,17 +3090,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_71 text default NULL; alter table bar add column added_4 varchar(10) default NULL first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4068,17 +3116,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_81 mediumtext default NULL; alter table bar add column added_4 varchar(10) default NULL first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4102,17 +3142,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_11 bigint default NULL; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4136,17 +3168,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_21 bigint default 1234; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4170,17 +3194,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4204,17 +3220,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_41 varchar(10) default NULL; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4238,17 +3246,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4272,17 +3272,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4306,17 +3298,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_71 text default NULL; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4340,17 +3324,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_81 mediumtext default NULL; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4374,17 +3350,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_11 bigint default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4408,17 +3376,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_21 bigint default 1234; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4442,17 +3402,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4476,17 +3428,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_41 varchar(10) default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4510,17 +3454,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4544,17 +3480,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4578,17 +3506,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_71 text default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4612,17 +3532,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_81 mediumtext default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4646,17 +3558,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_11 bigint default NULL; alter table bar add column added_7 text default NULL first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4680,17 +3584,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_21 bigint default 1234; alter table bar add column added_7 text default NULL first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4714,17 +3610,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_7 text default NULL first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4748,17 +3636,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_41 varchar(10) default NULL; alter table bar add column added_7 text default NULL first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4782,17 +3662,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_7 text default NULL first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4816,17 +3688,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_7 text default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4850,17 +3714,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_71 text default NULL; alter table bar add column added_7 text default NULL first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4884,17 +3740,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_81 mediumtext default NULL; alter table bar add column added_7 text default NULL first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4918,17 +3766,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_11 bigint default NULL; alter table bar add column added_8 mediumtext default NULL first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4952,17 +3792,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_21 bigint default 1234; alter table bar add column added_8 mediumtext default NULL first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4986,17 +3818,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_8 mediumtext default NULL first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5020,17 +3844,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_41 varchar(10) default NULL; alter table bar add column added_8 mediumtext default NULL first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5054,17 +3870,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_8 mediumtext default NULL first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5088,17 +3896,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_8 mediumtext default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5122,17 +3922,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_71 text default NULL; alter table bar add column added_8 mediumtext default NULL first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5156,17 +3948,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_81 mediumtext default NULL; alter table bar add column added_8 mediumtext default NULL first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5190,17 +3974,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after b, add column added_11 bigint default NULL after b; alter table bar add column added_1 bigint default NULL after b, add column added_11 bigint default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5224,17 +4000,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after b, add column added_21 bigint default 1234 after b; alter table bar add column added_1 bigint default NULL after b, add column added_21 bigint default 1234 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5258,17 +4026,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after b, add column added_31 bigint NOT NULL default 54 after b; alter table bar add column added_1 bigint default NULL after b, add column added_31 bigint NOT NULL default 54 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5292,17 +4052,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after b, add column added_41 varchar(10) default NULL after b; alter table bar add column added_1 bigint default NULL after b, add column added_41 varchar(10) default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5326,17 +4078,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after b, add column added_51 varchar(10) default "abracadab" after b; alter table bar add column added_1 bigint default NULL after b, add column added_51 varchar(10) default "abracadab" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5360,17 +4104,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after b, add column added_61 varchar(10) NOT NULL default "abracadab" after b; alter table bar add column added_1 bigint default NULL after b, add column added_61 varchar(10) NOT NULL default "abracadab" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5394,17 +4130,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after b, add column added_71 text default NULL after b; alter table bar add column added_1 bigint default NULL after b, add column added_71 text default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5428,17 +4156,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after b, add column added_81 mediumtext default NULL after b; alter table bar add column added_1 bigint default NULL after b, add column added_81 mediumtext default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5462,17 +4182,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after b, add column added_11 bigint default NULL after b; alter table bar add column added_2 bigint default -1 after b, add column added_11 bigint default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5496,17 +4208,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after b, add column added_21 bigint default 1234 after b; alter table bar add column added_2 bigint default -1 after b, add column added_21 bigint default 1234 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5530,17 +4234,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after b, add column added_31 bigint NOT NULL default 54 after b; alter table bar add column added_2 bigint default -1 after b, add column added_31 bigint NOT NULL default 54 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5564,17 +4260,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after b, add column added_41 varchar(10) default NULL after b; alter table bar add column added_2 bigint default -1 after b, add column added_41 varchar(10) default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5598,17 +4286,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after b, add column added_51 varchar(10) default "abracadab" after b; alter table bar add column added_2 bigint default -1 after b, add column added_51 varchar(10) default "abracadab" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5632,17 +4312,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after b, add column added_61 varchar(10) NOT NULL default "abracadab" after b; alter table bar add column added_2 bigint default -1 after b, add column added_61 varchar(10) NOT NULL default "abracadab" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5666,17 +4338,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after b, add column added_71 text default NULL after b; alter table bar add column added_2 bigint default -1 after b, add column added_71 text default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5700,17 +4364,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after b, add column added_81 mediumtext default NULL after b; alter table bar add column added_2 bigint default -1 after b, add column added_81 mediumtext default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5734,17 +4390,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after b, add column added_11 bigint default NULL after b; alter table bar add column added_3 bigint NOT NULL default -1 after b, add column added_11 bigint default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5768,17 +4416,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after b, add column added_21 bigint default 1234 after b; alter table bar add column added_3 bigint NOT NULL default -1 after b, add column added_21 bigint default 1234 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5802,17 +4442,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after b, add column added_31 bigint NOT NULL default 54 after b; alter table bar add column added_3 bigint NOT NULL default -1 after b, add column added_31 bigint NOT NULL default 54 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5836,17 +4468,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after b, add column added_41 varchar(10) default NULL after b; alter table bar add column added_3 bigint NOT NULL default -1 after b, add column added_41 varchar(10) default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5870,17 +4494,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after b, add column added_51 varchar(10) default "abracadab" after b; alter table bar add column added_3 bigint NOT NULL default -1 after b, add column added_51 varchar(10) default "abracadab" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5904,17 +4520,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after b, add column added_61 varchar(10) NOT NULL default "abracadab" after b; alter table bar add column added_3 bigint NOT NULL default -1 after b, add column added_61 varchar(10) NOT NULL default "abracadab" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5938,17 +4546,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after b, add column added_71 text default NULL after b; alter table bar add column added_3 bigint NOT NULL default -1 after b, add column added_71 text default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5972,17 +4572,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after b, add column added_81 mediumtext default NULL after b; alter table bar add column added_3 bigint NOT NULL default -1 after b, add column added_81 mediumtext default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6006,17 +4598,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after b, add column added_11 bigint default NULL after b; alter table bar add column added_4 varchar(10) default NULL after b, add column added_11 bigint default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6040,17 +4624,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after b, add column added_21 bigint default 1234 after b; alter table bar add column added_4 varchar(10) default NULL after b, add column added_21 bigint default 1234 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6074,17 +4650,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after b, add column added_31 bigint NOT NULL default 54 after b; alter table bar add column added_4 varchar(10) default NULL after b, add column added_31 bigint NOT NULL default 54 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6108,17 +4676,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after b, add column added_41 varchar(10) default NULL after b; alter table bar add column added_4 varchar(10) default NULL after b, add column added_41 varchar(10) default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6142,17 +4702,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after b, add column added_51 varchar(10) default "abracadab" after b; alter table bar add column added_4 varchar(10) default NULL after b, add column added_51 varchar(10) default "abracadab" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6176,17 +4728,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after b, add column added_61 varchar(10) NOT NULL default "abracadab" after b; alter table bar add column added_4 varchar(10) default NULL after b, add column added_61 varchar(10) NOT NULL default "abracadab" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6210,17 +4754,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after b, add column added_71 text default NULL after b; alter table bar add column added_4 varchar(10) default NULL after b, add column added_71 text default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6244,17 +4780,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after b, add column added_81 mediumtext default NULL after b; alter table bar add column added_4 varchar(10) default NULL after b, add column added_81 mediumtext default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6278,17 +4806,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after b, add column added_11 bigint default NULL after b; alter table bar add column added_5 varchar(10) default "qwerty" after b, add column added_11 bigint default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6312,17 +4832,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after b, add column added_21 bigint default 1234 after b; alter table bar add column added_5 varchar(10) default "qwerty" after b, add column added_21 bigint default 1234 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6346,17 +4858,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after b, add column added_31 bigint NOT NULL default 54 after b; alter table bar add column added_5 varchar(10) default "qwerty" after b, add column added_31 bigint NOT NULL default 54 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6380,17 +4884,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after b, add column added_41 varchar(10) default NULL after b; alter table bar add column added_5 varchar(10) default "qwerty" after b, add column added_41 varchar(10) default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6414,17 +4910,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after b, add column added_51 varchar(10) default "abracadab" after b; alter table bar add column added_5 varchar(10) default "qwerty" after b, add column added_51 varchar(10) default "abracadab" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6448,17 +4936,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after b, add column added_61 varchar(10) NOT NULL default "abracadab" after b; alter table bar add column added_5 varchar(10) default "qwerty" after b, add column added_61 varchar(10) NOT NULL default "abracadab" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6482,17 +4962,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after b, add column added_71 text default NULL after b; alter table bar add column added_5 varchar(10) default "qwerty" after b, add column added_71 text default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6516,17 +4988,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after b, add column added_81 mediumtext default NULL after b; alter table bar add column added_5 varchar(10) default "qwerty" after b, add column added_81 mediumtext default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6550,17 +5014,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after b, add column added_11 bigint default NULL after b; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after b, add column added_11 bigint default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6584,17 +5040,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after b, add column added_21 bigint default 1234 after b; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after b, add column added_21 bigint default 1234 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6618,17 +5066,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after b, add column added_31 bigint NOT NULL default 54 after b; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after b, add column added_31 bigint NOT NULL default 54 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6652,17 +5092,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after b, add column added_41 varchar(10) default NULL after b; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after b, add column added_41 varchar(10) default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6686,17 +5118,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after b, add column added_51 varchar(10) default "abracadab" after b; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after b, add column added_51 varchar(10) default "abracadab" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6720,17 +5144,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after b, add column added_61 varchar(10) NOT NULL default "abracadab" after b; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after b, add column added_61 varchar(10) NOT NULL default "abracadab" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6754,17 +5170,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after b, add column added_71 text default NULL after b; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after b, add column added_71 text default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6788,17 +5196,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after b, add column added_81 mediumtext default NULL after b; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after b, add column added_81 mediumtext default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6822,17 +5222,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after b, add column added_11 bigint default NULL after b; alter table bar add column added_7 text default NULL after b, add column added_11 bigint default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6856,17 +5248,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after b, add column added_21 bigint default 1234 after b; alter table bar add column added_7 text default NULL after b, add column added_21 bigint default 1234 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6890,17 +5274,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after b, add column added_31 bigint NOT NULL default 54 after b; alter table bar add column added_7 text default NULL after b, add column added_31 bigint NOT NULL default 54 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6924,17 +5300,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after b, add column added_41 varchar(10) default NULL after b; alter table bar add column added_7 text default NULL after b, add column added_41 varchar(10) default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6958,17 +5326,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after b, add column added_51 varchar(10) default "abracadab" after b; alter table bar add column added_7 text default NULL after b, add column added_51 varchar(10) default "abracadab" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6992,17 +5352,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after b, add column added_61 varchar(10) NOT NULL default "abracadab" after b; alter table bar add column added_7 text default NULL after b, add column added_61 varchar(10) NOT NULL default "abracadab" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7026,17 +5378,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after b, add column added_71 text default NULL after b; alter table bar add column added_7 text default NULL after b, add column added_71 text default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7060,17 +5404,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after b, add column added_81 mediumtext default NULL after b; alter table bar add column added_7 text default NULL after b, add column added_81 mediumtext default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7094,17 +5430,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after b, add column added_11 bigint default NULL after b; alter table bar add column added_8 mediumtext default NULL after b, add column added_11 bigint default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7128,17 +5456,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after b, add column added_21 bigint default 1234 after b; alter table bar add column added_8 mediumtext default NULL after b, add column added_21 bigint default 1234 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7162,17 +5482,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after b, add column added_31 bigint NOT NULL default 54 after b; alter table bar add column added_8 mediumtext default NULL after b, add column added_31 bigint NOT NULL default 54 after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7196,17 +5508,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after b, add column added_41 varchar(10) default NULL after b; alter table bar add column added_8 mediumtext default NULL after b, add column added_41 varchar(10) default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7230,17 +5534,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after b, add column added_51 varchar(10) default "abracadab" after b; alter table bar add column added_8 mediumtext default NULL after b, add column added_51 varchar(10) default "abracadab" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7264,17 +5560,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after b, add column added_61 varchar(10) NOT NULL default "abracadab" after b; alter table bar add column added_8 mediumtext default NULL after b, add column added_61 varchar(10) NOT NULL default "abracadab" after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7298,17 +5586,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after b, add column added_71 text default NULL after b; alter table bar add column added_8 mediumtext default NULL after b, add column added_71 text default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7332,17 +5612,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after b, add column added_81 mediumtext default NULL after b; alter table bar add column added_8 mediumtext default NULL after b, add column added_81 mediumtext default NULL after b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7366,16 +5638,8 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_2 bigint default -1 after b, add column added_3 bigint NOT NULL default -1; alter table bar add column added_1 bigint default NULL, add column added_2 bigint default -1 after b, add column added_3 bigint NOT NULL default -1; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; diff --git a/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_fixedvar_add2.result b/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_fixedvar_add2.result index 32cd54b8fbf..bb2a433dfe1 100644 --- a/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_fixedvar_add2.result +++ b/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_fixedvar_add2.result @@ -22,17 +22,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL; alter table bar add column added_1 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -56,17 +48,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1; alter table bar add column added_2 bigint default -1; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -90,17 +74,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1; alter table bar add column added_3 bigint NOT NULL default -1; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -124,17 +100,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL; alter table bar add column added_4 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -158,17 +126,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty"; alter table bar add column added_5 varchar(10) default "qwerty"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -192,17 +152,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt"; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -226,17 +178,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL; alter table bar add column added_7 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -260,17 +204,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL; alter table bar add column added_8 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -294,17 +230,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first; alter table bar add column added_1 bigint default NULL first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -328,17 +256,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first; alter table bar add column added_2 bigint default -1 first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -362,17 +282,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first; alter table bar add column added_3 bigint NOT NULL default -1 first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -396,17 +308,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first; alter table bar add column added_4 varchar(10) default NULL first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -430,17 +334,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first; alter table bar add column added_5 varchar(10) default "qwerty" first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -464,17 +360,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -498,17 +386,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first; alter table bar add column added_7 text default NULL first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -532,17 +412,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first; alter table bar add column added_8 mediumtext default NULL first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -566,17 +438,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bbb; alter table bar add column added_1 bigint default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -600,17 +464,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bbb; alter table bar add column added_2 bigint default -1 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -634,17 +490,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bbb; alter table bar add column added_3 bigint NOT NULL default -1 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -668,17 +516,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bbb; alter table bar add column added_4 varchar(10) default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -702,17 +542,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bbb; alter table bar add column added_5 varchar(10) default "qwerty" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -736,17 +568,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -770,17 +594,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bbb; alter table bar add column added_7 text default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -804,17 +620,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bbb; alter table bar add column added_8 mediumtext default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -838,17 +646,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_11 bigint default NULL; alter table bar add column added_1 bigint default NULL, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -872,17 +672,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_21 bigint default 1234; alter table bar add column added_1 bigint default NULL, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -906,17 +698,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_31 bigint NOT NULL default 54; alter table bar add column added_1 bigint default NULL, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -940,17 +724,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_41 varchar(10) default NULL; alter table bar add column added_1 bigint default NULL, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -974,17 +750,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_1 bigint default NULL, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1008,17 +776,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_1 bigint default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1042,17 +802,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_71 text default NULL; alter table bar add column added_1 bigint default NULL, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1076,17 +828,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_81 mediumtext default NULL; alter table bar add column added_1 bigint default NULL, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1110,17 +854,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_11 bigint default NULL; alter table bar add column added_2 bigint default -1, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1144,17 +880,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_21 bigint default 1234; alter table bar add column added_2 bigint default -1, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1178,17 +906,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_31 bigint NOT NULL default 54; alter table bar add column added_2 bigint default -1, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1212,17 +932,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_41 varchar(10) default NULL; alter table bar add column added_2 bigint default -1, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1246,17 +958,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_2 bigint default -1, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1280,17 +984,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_2 bigint default -1, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1314,17 +1010,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_71 text default NULL; alter table bar add column added_2 bigint default -1, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1348,17 +1036,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_81 mediumtext default NULL; alter table bar add column added_2 bigint default -1, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1382,17 +1062,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_11 bigint default NULL; alter table bar add column added_3 bigint NOT NULL default -1, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1416,17 +1088,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_21 bigint default 1234; alter table bar add column added_3 bigint NOT NULL default -1, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1450,17 +1114,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_31 bigint NOT NULL default 54; alter table bar add column added_3 bigint NOT NULL default -1, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1484,17 +1140,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_41 varchar(10) default NULL; alter table bar add column added_3 bigint NOT NULL default -1, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1518,17 +1166,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_3 bigint NOT NULL default -1, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1552,17 +1192,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_3 bigint NOT NULL default -1, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1586,17 +1218,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_71 text default NULL; alter table bar add column added_3 bigint NOT NULL default -1, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1620,17 +1244,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_81 mediumtext default NULL; alter table bar add column added_3 bigint NOT NULL default -1, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1654,17 +1270,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_11 bigint default NULL; alter table bar add column added_4 varchar(10) default NULL, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1688,17 +1296,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_21 bigint default 1234; alter table bar add column added_4 varchar(10) default NULL, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1722,17 +1322,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_31 bigint NOT NULL default 54; alter table bar add column added_4 varchar(10) default NULL, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1756,17 +1348,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_41 varchar(10) default NULL; alter table bar add column added_4 varchar(10) default NULL, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1790,17 +1374,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_4 varchar(10) default NULL, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1824,17 +1400,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_4 varchar(10) default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1858,17 +1426,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_71 text default NULL; alter table bar add column added_4 varchar(10) default NULL, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1892,17 +1452,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_81 mediumtext default NULL; alter table bar add column added_4 varchar(10) default NULL, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1926,17 +1478,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_11 bigint default NULL; alter table bar add column added_5 varchar(10) default "qwerty", add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1960,17 +1504,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_21 bigint default 1234; alter table bar add column added_5 varchar(10) default "qwerty", add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1994,17 +1530,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_31 bigint NOT NULL default 54; alter table bar add column added_5 varchar(10) default "qwerty", add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2028,17 +1556,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_41 varchar(10) default NULL; alter table bar add column added_5 varchar(10) default "qwerty", add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2062,17 +1582,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_51 varchar(10) default "abracadab"; alter table bar add column added_5 varchar(10) default "qwerty", add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2096,17 +1608,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_5 varchar(10) default "qwerty", add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2130,17 +1634,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_71 text default NULL; alter table bar add column added_5 varchar(10) default "qwerty", add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2164,17 +1660,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_81 mediumtext default NULL; alter table bar add column added_5 varchar(10) default "qwerty", add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2198,17 +1686,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_11 bigint default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2232,17 +1712,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_21 bigint default 1234; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2266,17 +1738,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_31 bigint NOT NULL default 54; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2300,17 +1764,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_41 varchar(10) default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2334,17 +1790,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_51 varchar(10) default "abracadab"; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2368,17 +1816,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2402,17 +1842,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_71 text default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2436,17 +1868,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_81 mediumtext default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2470,17 +1894,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_11 bigint default NULL; alter table bar add column added_7 text default NULL, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2504,17 +1920,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_21 bigint default 1234; alter table bar add column added_7 text default NULL, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2538,17 +1946,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_31 bigint NOT NULL default 54; alter table bar add column added_7 text default NULL, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2572,17 +1972,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_41 varchar(10) default NULL; alter table bar add column added_7 text default NULL, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2606,17 +1998,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_7 text default NULL, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2640,17 +2024,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_7 text default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2674,17 +2050,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_71 text default NULL; alter table bar add column added_7 text default NULL, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2708,17 +2076,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_81 mediumtext default NULL; alter table bar add column added_7 text default NULL, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2742,17 +2102,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_11 bigint default NULL; alter table bar add column added_8 mediumtext default NULL, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2776,17 +2128,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_21 bigint default 1234; alter table bar add column added_8 mediumtext default NULL, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2810,17 +2154,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_31 bigint NOT NULL default 54; alter table bar add column added_8 mediumtext default NULL, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2844,17 +2180,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_41 varchar(10) default NULL; alter table bar add column added_8 mediumtext default NULL, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2878,17 +2206,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_8 mediumtext default NULL, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2912,17 +2232,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_8 mediumtext default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2946,17 +2258,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_71 text default NULL; alter table bar add column added_8 mediumtext default NULL, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2980,17 +2284,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_81 mediumtext default NULL; alter table bar add column added_8 mediumtext default NULL, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3014,17 +2310,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_11 bigint default NULL; alter table bar add column added_1 bigint default NULL first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3048,17 +2336,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_21 bigint default 1234; alter table bar add column added_1 bigint default NULL first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3082,17 +2362,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_1 bigint default NULL first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3116,17 +2388,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_41 varchar(10) default NULL; alter table bar add column added_1 bigint default NULL first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3150,17 +2414,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_1 bigint default NULL first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3184,17 +2440,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_1 bigint default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3218,17 +2466,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_71 text default NULL; alter table bar add column added_1 bigint default NULL first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3252,17 +2492,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_81 mediumtext default NULL; alter table bar add column added_1 bigint default NULL first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3286,17 +2518,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_11 bigint default NULL; alter table bar add column added_2 bigint default -1 first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3320,17 +2544,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_21 bigint default 1234; alter table bar add column added_2 bigint default -1 first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3354,17 +2570,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_2 bigint default -1 first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3388,17 +2596,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_41 varchar(10) default NULL; alter table bar add column added_2 bigint default -1 first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3422,17 +2622,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_2 bigint default -1 first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3456,17 +2648,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_2 bigint default -1 first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3490,17 +2674,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_71 text default NULL; alter table bar add column added_2 bigint default -1 first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3524,17 +2700,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_81 mediumtext default NULL; alter table bar add column added_2 bigint default -1 first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3558,17 +2726,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_11 bigint default NULL; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3592,17 +2752,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_21 bigint default 1234; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3626,17 +2778,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3660,17 +2804,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_41 varchar(10) default NULL; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3694,17 +2830,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3728,17 +2856,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3762,17 +2882,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_71 text default NULL; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3796,17 +2908,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_81 mediumtext default NULL; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3830,17 +2934,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_11 bigint default NULL; alter table bar add column added_4 varchar(10) default NULL first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3864,17 +2960,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_21 bigint default 1234; alter table bar add column added_4 varchar(10) default NULL first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3898,17 +2986,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_4 varchar(10) default NULL first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3932,17 +3012,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_41 varchar(10) default NULL; alter table bar add column added_4 varchar(10) default NULL first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3966,17 +3038,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_4 varchar(10) default NULL first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4000,17 +3064,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_4 varchar(10) default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4034,17 +3090,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_71 text default NULL; alter table bar add column added_4 varchar(10) default NULL first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4068,17 +3116,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_81 mediumtext default NULL; alter table bar add column added_4 varchar(10) default NULL first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4102,17 +3142,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_11 bigint default NULL; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4136,17 +3168,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_21 bigint default 1234; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4170,17 +3194,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4204,17 +3220,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_41 varchar(10) default NULL; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4238,17 +3246,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4272,17 +3272,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4306,17 +3298,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_71 text default NULL; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4340,17 +3324,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_81 mediumtext default NULL; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4374,17 +3350,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_11 bigint default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4408,17 +3376,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_21 bigint default 1234; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4442,17 +3402,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4476,17 +3428,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_41 varchar(10) default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4510,17 +3454,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4544,17 +3480,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4578,17 +3506,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_71 text default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4612,17 +3532,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_81 mediumtext default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4646,17 +3558,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_11 bigint default NULL; alter table bar add column added_7 text default NULL first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4680,17 +3584,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_21 bigint default 1234; alter table bar add column added_7 text default NULL first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4714,17 +3610,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_7 text default NULL first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4748,17 +3636,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_41 varchar(10) default NULL; alter table bar add column added_7 text default NULL first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4782,17 +3662,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_7 text default NULL first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4816,17 +3688,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_7 text default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4850,17 +3714,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_71 text default NULL; alter table bar add column added_7 text default NULL first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4884,17 +3740,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_81 mediumtext default NULL; alter table bar add column added_7 text default NULL first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4918,17 +3766,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_11 bigint default NULL; alter table bar add column added_8 mediumtext default NULL first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4952,17 +3792,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_21 bigint default 1234; alter table bar add column added_8 mediumtext default NULL first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4986,17 +3818,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_8 mediumtext default NULL first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5020,17 +3844,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_41 varchar(10) default NULL; alter table bar add column added_8 mediumtext default NULL first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5054,17 +3870,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_8 mediumtext default NULL first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5088,17 +3896,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_8 mediumtext default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5122,17 +3922,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_71 text default NULL; alter table bar add column added_8 mediumtext default NULL first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5156,17 +3948,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_81 mediumtext default NULL; alter table bar add column added_8 mediumtext default NULL first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5190,17 +3974,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bbb, add column added_11 bigint default NULL after bbb; alter table bar add column added_1 bigint default NULL after bbb, add column added_11 bigint default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5224,17 +4000,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bbb, add column added_21 bigint default 1234 after bbb; alter table bar add column added_1 bigint default NULL after bbb, add column added_21 bigint default 1234 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5258,17 +4026,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bbb, add column added_31 bigint NOT NULL default 54 after bbb; alter table bar add column added_1 bigint default NULL after bbb, add column added_31 bigint NOT NULL default 54 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5292,17 +4052,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bbb, add column added_41 varchar(10) default NULL after bbb; alter table bar add column added_1 bigint default NULL after bbb, add column added_41 varchar(10) default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5326,17 +4078,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bbb, add column added_51 varchar(10) default "abracadab" after bbb; alter table bar add column added_1 bigint default NULL after bbb, add column added_51 varchar(10) default "abracadab" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5360,17 +4104,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bbb, add column added_61 varchar(10) NOT NULL default "abracadab" after bbb; alter table bar add column added_1 bigint default NULL after bbb, add column added_61 varchar(10) NOT NULL default "abracadab" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5394,17 +4130,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bbb, add column added_71 text default NULL after bbb; alter table bar add column added_1 bigint default NULL after bbb, add column added_71 text default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5428,17 +4156,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bbb, add column added_81 mediumtext default NULL after bbb; alter table bar add column added_1 bigint default NULL after bbb, add column added_81 mediumtext default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5462,17 +4182,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bbb, add column added_11 bigint default NULL after bbb; alter table bar add column added_2 bigint default -1 after bbb, add column added_11 bigint default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5496,17 +4208,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bbb, add column added_21 bigint default 1234 after bbb; alter table bar add column added_2 bigint default -1 after bbb, add column added_21 bigint default 1234 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5530,17 +4234,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bbb, add column added_31 bigint NOT NULL default 54 after bbb; alter table bar add column added_2 bigint default -1 after bbb, add column added_31 bigint NOT NULL default 54 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5564,17 +4260,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bbb, add column added_41 varchar(10) default NULL after bbb; alter table bar add column added_2 bigint default -1 after bbb, add column added_41 varchar(10) default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5598,17 +4286,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bbb, add column added_51 varchar(10) default "abracadab" after bbb; alter table bar add column added_2 bigint default -1 after bbb, add column added_51 varchar(10) default "abracadab" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5632,17 +4312,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bbb, add column added_61 varchar(10) NOT NULL default "abracadab" after bbb; alter table bar add column added_2 bigint default -1 after bbb, add column added_61 varchar(10) NOT NULL default "abracadab" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5666,17 +4338,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bbb, add column added_71 text default NULL after bbb; alter table bar add column added_2 bigint default -1 after bbb, add column added_71 text default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5700,17 +4364,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bbb, add column added_81 mediumtext default NULL after bbb; alter table bar add column added_2 bigint default -1 after bbb, add column added_81 mediumtext default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5734,17 +4390,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bbb, add column added_11 bigint default NULL after bbb; alter table bar add column added_3 bigint NOT NULL default -1 after bbb, add column added_11 bigint default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5768,17 +4416,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bbb, add column added_21 bigint default 1234 after bbb; alter table bar add column added_3 bigint NOT NULL default -1 after bbb, add column added_21 bigint default 1234 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5802,17 +4442,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bbb, add column added_31 bigint NOT NULL default 54 after bbb; alter table bar add column added_3 bigint NOT NULL default -1 after bbb, add column added_31 bigint NOT NULL default 54 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5836,17 +4468,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bbb, add column added_41 varchar(10) default NULL after bbb; alter table bar add column added_3 bigint NOT NULL default -1 after bbb, add column added_41 varchar(10) default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5870,17 +4494,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bbb, add column added_51 varchar(10) default "abracadab" after bbb; alter table bar add column added_3 bigint NOT NULL default -1 after bbb, add column added_51 varchar(10) default "abracadab" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5904,17 +4520,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bbb, add column added_61 varchar(10) NOT NULL default "abracadab" after bbb; alter table bar add column added_3 bigint NOT NULL default -1 after bbb, add column added_61 varchar(10) NOT NULL default "abracadab" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5938,17 +4546,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bbb, add column added_71 text default NULL after bbb; alter table bar add column added_3 bigint NOT NULL default -1 after bbb, add column added_71 text default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5972,17 +4572,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bbb, add column added_81 mediumtext default NULL after bbb; alter table bar add column added_3 bigint NOT NULL default -1 after bbb, add column added_81 mediumtext default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6006,17 +4598,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bbb, add column added_11 bigint default NULL after bbb; alter table bar add column added_4 varchar(10) default NULL after bbb, add column added_11 bigint default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6040,17 +4624,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bbb, add column added_21 bigint default 1234 after bbb; alter table bar add column added_4 varchar(10) default NULL after bbb, add column added_21 bigint default 1234 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6074,17 +4650,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bbb, add column added_31 bigint NOT NULL default 54 after bbb; alter table bar add column added_4 varchar(10) default NULL after bbb, add column added_31 bigint NOT NULL default 54 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6108,17 +4676,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bbb, add column added_41 varchar(10) default NULL after bbb; alter table bar add column added_4 varchar(10) default NULL after bbb, add column added_41 varchar(10) default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6142,17 +4702,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bbb, add column added_51 varchar(10) default "abracadab" after bbb; alter table bar add column added_4 varchar(10) default NULL after bbb, add column added_51 varchar(10) default "abracadab" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6176,17 +4728,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bbb, add column added_61 varchar(10) NOT NULL default "abracadab" after bbb; alter table bar add column added_4 varchar(10) default NULL after bbb, add column added_61 varchar(10) NOT NULL default "abracadab" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6210,17 +4754,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bbb, add column added_71 text default NULL after bbb; alter table bar add column added_4 varchar(10) default NULL after bbb, add column added_71 text default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6244,17 +4780,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bbb, add column added_81 mediumtext default NULL after bbb; alter table bar add column added_4 varchar(10) default NULL after bbb, add column added_81 mediumtext default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6278,17 +4806,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bbb, add column added_11 bigint default NULL after bbb; alter table bar add column added_5 varchar(10) default "qwerty" after bbb, add column added_11 bigint default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6312,17 +4832,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bbb, add column added_21 bigint default 1234 after bbb; alter table bar add column added_5 varchar(10) default "qwerty" after bbb, add column added_21 bigint default 1234 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6346,17 +4858,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bbb, add column added_31 bigint NOT NULL default 54 after bbb; alter table bar add column added_5 varchar(10) default "qwerty" after bbb, add column added_31 bigint NOT NULL default 54 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6380,17 +4884,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bbb, add column added_41 varchar(10) default NULL after bbb; alter table bar add column added_5 varchar(10) default "qwerty" after bbb, add column added_41 varchar(10) default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6414,17 +4910,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bbb, add column added_51 varchar(10) default "abracadab" after bbb; alter table bar add column added_5 varchar(10) default "qwerty" after bbb, add column added_51 varchar(10) default "abracadab" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6448,17 +4936,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bbb, add column added_61 varchar(10) NOT NULL default "abracadab" after bbb; alter table bar add column added_5 varchar(10) default "qwerty" after bbb, add column added_61 varchar(10) NOT NULL default "abracadab" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6482,17 +4962,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bbb, add column added_71 text default NULL after bbb; alter table bar add column added_5 varchar(10) default "qwerty" after bbb, add column added_71 text default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6516,17 +4988,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bbb, add column added_81 mediumtext default NULL after bbb; alter table bar add column added_5 varchar(10) default "qwerty" after bbb, add column added_81 mediumtext default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6550,17 +5014,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb, add column added_11 bigint default NULL after bbb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb, add column added_11 bigint default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6584,17 +5040,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb, add column added_21 bigint default 1234 after bbb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb, add column added_21 bigint default 1234 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6618,17 +5066,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb, add column added_31 bigint NOT NULL default 54 after bbb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb, add column added_31 bigint NOT NULL default 54 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6652,17 +5092,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb, add column added_41 varchar(10) default NULL after bbb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb, add column added_41 varchar(10) default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6686,17 +5118,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb, add column added_51 varchar(10) default "abracadab" after bbb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb, add column added_51 varchar(10) default "abracadab" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6720,17 +5144,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb, add column added_61 varchar(10) NOT NULL default "abracadab" after bbb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb, add column added_61 varchar(10) NOT NULL default "abracadab" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6754,17 +5170,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb, add column added_71 text default NULL after bbb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb, add column added_71 text default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6788,17 +5196,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb, add column added_81 mediumtext default NULL after bbb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb, add column added_81 mediumtext default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6822,17 +5222,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bbb, add column added_11 bigint default NULL after bbb; alter table bar add column added_7 text default NULL after bbb, add column added_11 bigint default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6856,17 +5248,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bbb, add column added_21 bigint default 1234 after bbb; alter table bar add column added_7 text default NULL after bbb, add column added_21 bigint default 1234 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6890,17 +5274,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bbb, add column added_31 bigint NOT NULL default 54 after bbb; alter table bar add column added_7 text default NULL after bbb, add column added_31 bigint NOT NULL default 54 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6924,17 +5300,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bbb, add column added_41 varchar(10) default NULL after bbb; alter table bar add column added_7 text default NULL after bbb, add column added_41 varchar(10) default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6958,17 +5326,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bbb, add column added_51 varchar(10) default "abracadab" after bbb; alter table bar add column added_7 text default NULL after bbb, add column added_51 varchar(10) default "abracadab" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6992,17 +5352,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bbb, add column added_61 varchar(10) NOT NULL default "abracadab" after bbb; alter table bar add column added_7 text default NULL after bbb, add column added_61 varchar(10) NOT NULL default "abracadab" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7026,17 +5378,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bbb, add column added_71 text default NULL after bbb; alter table bar add column added_7 text default NULL after bbb, add column added_71 text default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7060,17 +5404,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bbb, add column added_81 mediumtext default NULL after bbb; alter table bar add column added_7 text default NULL after bbb, add column added_81 mediumtext default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7094,17 +5430,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bbb, add column added_11 bigint default NULL after bbb; alter table bar add column added_8 mediumtext default NULL after bbb, add column added_11 bigint default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7128,17 +5456,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bbb, add column added_21 bigint default 1234 after bbb; alter table bar add column added_8 mediumtext default NULL after bbb, add column added_21 bigint default 1234 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7162,17 +5482,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bbb, add column added_31 bigint NOT NULL default 54 after bbb; alter table bar add column added_8 mediumtext default NULL after bbb, add column added_31 bigint NOT NULL default 54 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7196,17 +5508,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bbb, add column added_41 varchar(10) default NULL after bbb; alter table bar add column added_8 mediumtext default NULL after bbb, add column added_41 varchar(10) default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7230,17 +5534,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bbb, add column added_51 varchar(10) default "abracadab" after bbb; alter table bar add column added_8 mediumtext default NULL after bbb, add column added_51 varchar(10) default "abracadab" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7264,17 +5560,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bbb, add column added_61 varchar(10) NOT NULL default "abracadab" after bbb; alter table bar add column added_8 mediumtext default NULL after bbb, add column added_61 varchar(10) NOT NULL default "abracadab" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7298,17 +5586,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bbb, add column added_71 text default NULL after bbb; alter table bar add column added_8 mediumtext default NULL after bbb, add column added_71 text default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7332,17 +5612,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bbb, add column added_81 mediumtext default NULL after bbb; alter table bar add column added_8 mediumtext default NULL after bbb, add column added_81 mediumtext default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7366,16 +5638,8 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_2 bigint default -1 after bbb, add column added_3 bigint NOT NULL default -1; alter table bar add column added_1 bigint default NULL, add column added_2 bigint default -1 after bbb, add column added_3 bigint NOT NULL default -1; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; diff --git a/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_fixedvar_drop.result b/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_fixedvar_drop.result index ff22f1f7190..62a80ff2f57 100644 --- a/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_fixedvar_drop.result +++ b/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_fixedvar_drop.result @@ -22,17 +22,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column a; alter table bar drop column a; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -56,17 +48,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column b; alter table bar drop column b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -90,17 +74,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column c; alter table bar drop column c; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -124,17 +100,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column d; alter table bar drop column d; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -158,17 +126,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aaa; alter table bar drop column aaa; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -192,17 +152,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column bbb; alter table bar drop column bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -226,17 +178,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column ccc; alter table bar drop column ccc; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -260,17 +204,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column ddd; alter table bar drop column ddd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -294,17 +230,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column a, drop column b; alter table bar drop column a, drop column b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -328,17 +256,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column a, drop column c; alter table bar drop column a, drop column c; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -362,17 +282,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column a, drop column d; alter table bar drop column a, drop column d; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -396,17 +308,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column a, drop column aaa; alter table bar drop column a, drop column aaa; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -430,17 +334,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column a, drop column bbb; alter table bar drop column a, drop column bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -464,17 +360,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column a, drop column ccc; alter table bar drop column a, drop column ccc; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -498,17 +386,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column a, drop column ddd; alter table bar drop column a, drop column ddd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -532,17 +412,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column b, drop column a; alter table bar drop column b, drop column a; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -566,17 +438,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column b, drop column c; alter table bar drop column b, drop column c; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -600,17 +464,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column b, drop column d; alter table bar drop column b, drop column d; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -634,17 +490,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column b, drop column aaa; alter table bar drop column b, drop column aaa; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -668,17 +516,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column b, drop column bbb; alter table bar drop column b, drop column bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -702,17 +542,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column b, drop column ccc; alter table bar drop column b, drop column ccc; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -736,17 +568,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column b, drop column ddd; alter table bar drop column b, drop column ddd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -770,17 +594,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column c, drop column a; alter table bar drop column c, drop column a; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -804,17 +620,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column c, drop column b; alter table bar drop column c, drop column b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -838,17 +646,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column c, drop column d; alter table bar drop column c, drop column d; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -872,17 +672,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column c, drop column aaa; alter table bar drop column c, drop column aaa; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -906,17 +698,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column c, drop column bbb; alter table bar drop column c, drop column bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -940,17 +724,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column c, drop column ccc; alter table bar drop column c, drop column ccc; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -974,17 +750,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column c, drop column ddd; alter table bar drop column c, drop column ddd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1008,17 +776,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column d, drop column a; alter table bar drop column d, drop column a; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1042,17 +802,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column d, drop column b; alter table bar drop column d, drop column b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1076,17 +828,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column d, drop column c; alter table bar drop column d, drop column c; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1110,17 +854,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column d, drop column aaa; alter table bar drop column d, drop column aaa; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1144,17 +880,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column d, drop column bbb; alter table bar drop column d, drop column bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1178,17 +906,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column d, drop column ccc; alter table bar drop column d, drop column ccc; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1212,17 +932,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column d, drop column ddd; alter table bar drop column d, drop column ddd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1246,17 +958,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aaa, drop column a; alter table bar drop column aaa, drop column a; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1280,17 +984,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aaa, drop column b; alter table bar drop column aaa, drop column b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1314,17 +1010,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aaa, drop column c; alter table bar drop column aaa, drop column c; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1348,17 +1036,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aaa, drop column d; alter table bar drop column aaa, drop column d; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1382,17 +1062,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aaa, drop column bbb; alter table bar drop column aaa, drop column bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1416,17 +1088,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aaa, drop column ccc; alter table bar drop column aaa, drop column ccc; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1450,17 +1114,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aaa, drop column ddd; alter table bar drop column aaa, drop column ddd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1484,17 +1140,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column bbb, drop column a; alter table bar drop column bbb, drop column a; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1518,17 +1166,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column bbb, drop column b; alter table bar drop column bbb, drop column b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1552,17 +1192,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column bbb, drop column c; alter table bar drop column bbb, drop column c; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1586,17 +1218,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column bbb, drop column d; alter table bar drop column bbb, drop column d; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1620,17 +1244,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column bbb, drop column aaa; alter table bar drop column bbb, drop column aaa; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1654,17 +1270,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column bbb, drop column ccc; alter table bar drop column bbb, drop column ccc; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1688,17 +1296,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column bbb, drop column ddd; alter table bar drop column bbb, drop column ddd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1722,17 +1322,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column ccc, drop column a; alter table bar drop column ccc, drop column a; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1756,17 +1348,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column ccc, drop column b; alter table bar drop column ccc, drop column b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1790,17 +1374,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column ccc, drop column c; alter table bar drop column ccc, drop column c; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1824,17 +1400,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column ccc, drop column d; alter table bar drop column ccc, drop column d; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1858,17 +1426,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column ccc, drop column aaa; alter table bar drop column ccc, drop column aaa; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1892,17 +1452,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column ccc, drop column bbb; alter table bar drop column ccc, drop column bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1926,17 +1478,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column ccc, drop column ddd; alter table bar drop column ccc, drop column ddd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1960,17 +1504,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column ddd, drop column a; alter table bar drop column ddd, drop column a; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1994,17 +1530,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column ddd, drop column b; alter table bar drop column ddd, drop column b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2028,17 +1556,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column ddd, drop column c; alter table bar drop column ddd, drop column c; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2062,17 +1582,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column ddd, drop column d; alter table bar drop column ddd, drop column d; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2096,17 +1608,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column ddd, drop column aaa; alter table bar drop column ddd, drop column aaa; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2130,17 +1634,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column ddd, drop column bbb; alter table bar drop column ddd, drop column bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2164,17 +1660,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column ddd, drop column ccc; alter table bar drop column ddd, drop column ccc; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2198,17 +1686,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column a, drop column b, drop column c; alter table bar drop column a, drop column b, drop column c; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2232,17 +1712,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column a, drop column b, drop column d; alter table bar drop column a, drop column b, drop column d; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2266,17 +1738,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column a, drop column c, drop column d; alter table bar drop column a, drop column c, drop column d; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2300,17 +1764,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column b, drop column c, drop column d; alter table bar drop column b, drop column c, drop column d; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2334,17 +1790,9 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column a, drop column b, drop column c, drop column d; alter table bar drop column a, drop column b, drop column c, drop column d; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2368,16 +1816,8 @@ insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aaa, drop column bbb, drop column ccc, drop column ddd; alter table bar drop column aaa, drop column bbb, drop column ccc, drop column ddd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; diff --git a/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_null_bits.result b/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_null_bits.result index 6a4e1bf6538..696848da137 100644 --- a/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_null_bits.result +++ b/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_null_bits.result @@ -7,10 +7,6 @@ create table bar like foo; alter table bar engine=MyISAM; insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column e int default NULL first; alter table bar add column e int default NULL first; select * from foo; @@ -22,38 +18,18 @@ NULL 99 99 0 99 NULL 1 110 1 0 NULL 0 3234 0 657 include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column e; alter table bar drop column e; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column e int default -1 first; alter table bar add column e int default -1 first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column e; alter table bar drop column e; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column e int NOT NULL default -1 first; alter table bar add column e int NOT NULL default -1 first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead select * from foo; e a b c d -1 -1 -1 -1 -1 @@ -72,31 +48,15 @@ alter table bar engine=MyISAM; insert into foo values (NULL, -1, NULL, -1,1),(0,0,0,0,0),(NULL,234,234,324,234),(98567,76,NULL,7668,90909); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column b; alter table bar drop column b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column d; alter table bar drop column d; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column a; alter table bar drop column a; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (a varchar(20), b varchar(20) not null, c varchar(20), d varchar(20) not null, e int, primary key (e))engine=TokuDB; @@ -107,31 +67,15 @@ alter table bar engine=MyISAM; insert into foo values (NULL, "-1", NULL, "-1",1),("dfg0","0rrr","eee0","qwert",0),(NULL,"234","234","324",234),("98567","76",NULL,"7668","90909"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column b; alter table bar drop column b; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column d; alter table bar drop column d; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column a; alter table bar drop column a; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo( @@ -156,10 +100,6 @@ insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,N insert into foo values (-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead select * from foo; a b c d e f g h aa bb cc dd NULL -1 NULL -1 NULL -1 NULL -1 NULL -1 NULL -1 @@ -169,10 +109,6 @@ NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL alter table foo drop column a, drop column aa, drop column c, drop column cc, drop column e, drop column f; alter table bar drop column a, drop column aa, drop column c, drop column cc, drop column e, drop column f; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead select * from foo; b d g h bb dd -1 -1 NULL -1 -1 -1 @@ -182,10 +118,6 @@ NULL NULL NULL NULL NULL NULL alter table foo add column a int default -1 first, add column aa int NOT NULL default -1 after h, add column c int default NULL after b, add column cc int default 0 after bb, add column f int default NULL after d, add column e int NOT NULL default 12345 after d; alter table bar add column a int default -1 first, add column aa int NOT NULL default -1 after h, add column c int default NULL after b, add column cc int default 0 after bb, add column f int default NULL after d, add column e int NOT NULL default 12345 after d; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead select * from foo; a b c d e f g h aa bb cc dd -1 -1 NULL -1 12345 NULL NULL -1 -1 -1 0 -1 diff --git a/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_pk.result b/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_pk.result index cb9c9fbfe22..35a6a54da45 100644 --- a/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_pk.result +++ b/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_pk.result @@ -9,10 +9,6 @@ insert into bar select * from foo; alter table foo add column d int default 20; alter table bar add column d int default 20; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead select * from foo; a b c d -1 -1 -1 20 @@ -29,10 +25,6 @@ a b c d alter table foo drop column d; alter table bar drop column d; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead select * from foo; a b c -1 -1 -1 @@ -51,10 +43,6 @@ a b c alter table foo add column d int default 20 first; alter table bar add column d int default 20 first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead select * from foo; d a b c 20 -1 -1 -1 @@ -75,10 +63,6 @@ d a b c alter table foo drop column d; alter table bar drop column d; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead select * from foo; a b c -1 -1 -1 @@ -108,10 +92,6 @@ insert into bar select * from foo; alter table foo add column d int default 20; alter table bar add column d int default 20; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead select * from foo; a b c d -1 -1 -1 20 @@ -128,10 +108,6 @@ a b c d alter table foo drop column d; alter table bar drop column d; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead select * from foo; a b c -1 -1 -1 @@ -150,10 +126,6 @@ a b c alter table foo add column d int default 20 first; alter table bar add column d int default 20 first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead select * from foo; d a b c 20 -1 -1 -1 @@ -174,10 +146,6 @@ d a b c alter table foo drop column d; alter table bar drop column d; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead select * from foo; a b c -1 -1 -1 diff --git a/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_pk2.result b/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_pk2.result index 73f5f915a0f..4a2531f8654 100644 --- a/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_pk2.result +++ b/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_pk2.result @@ -9,10 +9,6 @@ insert into bar select * from foo; alter table foo add column d varchar(10) default 20; alter table bar add column d varchar(10) default 20; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead select * from foo; a b c d -1 -1 -1 20 @@ -29,10 +25,6 @@ a b c d alter table foo drop column d; alter table bar drop column d; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead select * from foo; a b c -1 -1 -1 @@ -51,10 +43,6 @@ a b c alter table foo add column d varchar(10) default 20 first; alter table bar add column d varchar(10) default 20 first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead select * from foo; d a b c 20 -1 -1 -1 @@ -75,10 +63,6 @@ d a b c alter table foo drop column d; alter table bar drop column d; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead select * from foo; a b c -1 -1 -1 @@ -108,10 +92,6 @@ insert into bar select * from foo; alter table foo add column d varchar(10) default 20; alter table bar add column d varchar(10) default 20; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead select * from foo; a b c d -1 -1 -1 20 @@ -128,10 +108,6 @@ a b c d alter table foo drop column d; alter table bar drop column d; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead select * from foo; a b c -1 -1 -1 @@ -150,10 +126,6 @@ a b c alter table foo add column d varchar(10) default 20 first; alter table bar add column d varchar(10) default 20 first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead select * from foo; d a b c 20 -1 -1 -1 @@ -174,10 +146,6 @@ d a b c alter table foo drop column d; alter table bar drop column d; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead select * from foo; a b c -1 -1 -1 diff --git a/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_varblob_add.result b/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_varblob_add.result index 0459722a4d4..50f2bb4d6d6 100644 --- a/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_varblob_add.result +++ b/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_varblob_add.result @@ -22,17 +22,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL; alter table bar add column added_1 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -56,17 +48,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1; alter table bar add column added_2 bigint default -1; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -90,17 +74,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1; alter table bar add column added_3 bigint NOT NULL default -1; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -124,17 +100,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL; alter table bar add column added_4 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -158,17 +126,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty"; alter table bar add column added_5 varchar(10) default "qwerty"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -192,17 +152,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt"; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -226,17 +178,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL; alter table bar add column added_7 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -260,17 +204,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL; alter table bar add column added_8 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -294,17 +230,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first; alter table bar add column added_1 bigint default NULL first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -328,17 +256,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first; alter table bar add column added_2 bigint default -1 first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -362,17 +282,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first; alter table bar add column added_3 bigint NOT NULL default -1 first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -396,17 +308,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first; alter table bar add column added_4 varchar(10) default NULL first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -430,17 +334,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first; alter table bar add column added_5 varchar(10) default "qwerty" first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -464,17 +360,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -498,17 +386,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first; alter table bar add column added_7 text default NULL first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -532,17 +412,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first; alter table bar add column added_8 mediumtext default NULL first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -566,17 +438,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bbb; alter table bar add column added_1 bigint default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -600,17 +464,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bbb; alter table bar add column added_2 bigint default -1 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -634,17 +490,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bbb; alter table bar add column added_3 bigint NOT NULL default -1 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -668,17 +516,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bbb; alter table bar add column added_4 varchar(10) default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -702,17 +542,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bbb; alter table bar add column added_5 varchar(10) default "qwerty" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -736,17 +568,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -770,17 +594,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bbb; alter table bar add column added_7 text default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -804,17 +620,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bbb; alter table bar add column added_8 mediumtext default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -838,17 +646,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_11 bigint default NULL; alter table bar add column added_1 bigint default NULL, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -872,17 +672,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_21 bigint default 1234; alter table bar add column added_1 bigint default NULL, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -906,17 +698,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_31 bigint NOT NULL default 54; alter table bar add column added_1 bigint default NULL, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -940,17 +724,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_41 varchar(10) default NULL; alter table bar add column added_1 bigint default NULL, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -974,17 +750,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_1 bigint default NULL, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1008,17 +776,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_1 bigint default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1042,17 +802,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_71 text default NULL; alter table bar add column added_1 bigint default NULL, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1076,17 +828,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_81 mediumtext default NULL; alter table bar add column added_1 bigint default NULL, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1110,17 +854,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_11 bigint default NULL; alter table bar add column added_2 bigint default -1, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1144,17 +880,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_21 bigint default 1234; alter table bar add column added_2 bigint default -1, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1178,17 +906,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_31 bigint NOT NULL default 54; alter table bar add column added_2 bigint default -1, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1212,17 +932,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_41 varchar(10) default NULL; alter table bar add column added_2 bigint default -1, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1246,17 +958,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_2 bigint default -1, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1280,17 +984,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_2 bigint default -1, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1314,17 +1010,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_71 text default NULL; alter table bar add column added_2 bigint default -1, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1348,17 +1036,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_81 mediumtext default NULL; alter table bar add column added_2 bigint default -1, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1382,17 +1062,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_11 bigint default NULL; alter table bar add column added_3 bigint NOT NULL default -1, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1416,17 +1088,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_21 bigint default 1234; alter table bar add column added_3 bigint NOT NULL default -1, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1450,17 +1114,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_31 bigint NOT NULL default 54; alter table bar add column added_3 bigint NOT NULL default -1, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1484,17 +1140,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_41 varchar(10) default NULL; alter table bar add column added_3 bigint NOT NULL default -1, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1518,17 +1166,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_3 bigint NOT NULL default -1, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1552,17 +1192,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_3 bigint NOT NULL default -1, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1586,17 +1218,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_71 text default NULL; alter table bar add column added_3 bigint NOT NULL default -1, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1620,17 +1244,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_81 mediumtext default NULL; alter table bar add column added_3 bigint NOT NULL default -1, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1654,17 +1270,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_11 bigint default NULL; alter table bar add column added_4 varchar(10) default NULL, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1688,17 +1296,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_21 bigint default 1234; alter table bar add column added_4 varchar(10) default NULL, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1722,17 +1322,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_31 bigint NOT NULL default 54; alter table bar add column added_4 varchar(10) default NULL, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1756,17 +1348,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_41 varchar(10) default NULL; alter table bar add column added_4 varchar(10) default NULL, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1790,17 +1374,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_4 varchar(10) default NULL, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1824,17 +1400,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_4 varchar(10) default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1858,17 +1426,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_71 text default NULL; alter table bar add column added_4 varchar(10) default NULL, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1892,17 +1452,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_81 mediumtext default NULL; alter table bar add column added_4 varchar(10) default NULL, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1926,17 +1478,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_11 bigint default NULL; alter table bar add column added_5 varchar(10) default "qwerty", add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1960,17 +1504,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_21 bigint default 1234; alter table bar add column added_5 varchar(10) default "qwerty", add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1994,17 +1530,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_31 bigint NOT NULL default 54; alter table bar add column added_5 varchar(10) default "qwerty", add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2028,17 +1556,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_41 varchar(10) default NULL; alter table bar add column added_5 varchar(10) default "qwerty", add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2062,17 +1582,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_51 varchar(10) default "abracadab"; alter table bar add column added_5 varchar(10) default "qwerty", add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2096,17 +1608,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_5 varchar(10) default "qwerty", add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2130,17 +1634,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_71 text default NULL; alter table bar add column added_5 varchar(10) default "qwerty", add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2164,17 +1660,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_81 mediumtext default NULL; alter table bar add column added_5 varchar(10) default "qwerty", add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2198,17 +1686,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_11 bigint default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2232,17 +1712,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_21 bigint default 1234; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2266,17 +1738,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_31 bigint NOT NULL default 54; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2300,17 +1764,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_41 varchar(10) default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2334,17 +1790,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_51 varchar(10) default "abracadab"; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2368,17 +1816,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2402,17 +1842,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_71 text default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2436,17 +1868,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_81 mediumtext default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2470,17 +1894,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_11 bigint default NULL; alter table bar add column added_7 text default NULL, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2504,17 +1920,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_21 bigint default 1234; alter table bar add column added_7 text default NULL, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2538,17 +1946,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_31 bigint NOT NULL default 54; alter table bar add column added_7 text default NULL, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2572,17 +1972,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_41 varchar(10) default NULL; alter table bar add column added_7 text default NULL, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2606,17 +1998,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_7 text default NULL, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2640,17 +2024,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_7 text default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2674,17 +2050,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_71 text default NULL; alter table bar add column added_7 text default NULL, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2708,17 +2076,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_81 mediumtext default NULL; alter table bar add column added_7 text default NULL, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2742,17 +2102,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_11 bigint default NULL; alter table bar add column added_8 mediumtext default NULL, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2776,17 +2128,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_21 bigint default 1234; alter table bar add column added_8 mediumtext default NULL, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2810,17 +2154,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_31 bigint NOT NULL default 54; alter table bar add column added_8 mediumtext default NULL, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2844,17 +2180,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_41 varchar(10) default NULL; alter table bar add column added_8 mediumtext default NULL, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2878,17 +2206,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_8 mediumtext default NULL, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2912,17 +2232,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_8 mediumtext default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2946,17 +2258,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_71 text default NULL; alter table bar add column added_8 mediumtext default NULL, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2980,17 +2284,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_81 mediumtext default NULL; alter table bar add column added_8 mediumtext default NULL, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3014,17 +2310,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_11 bigint default NULL; alter table bar add column added_1 bigint default NULL first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3048,17 +2336,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_21 bigint default 1234; alter table bar add column added_1 bigint default NULL first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3082,17 +2362,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_1 bigint default NULL first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3116,17 +2388,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_41 varchar(10) default NULL; alter table bar add column added_1 bigint default NULL first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3150,17 +2414,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_1 bigint default NULL first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3184,17 +2440,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_1 bigint default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3218,17 +2466,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_71 text default NULL; alter table bar add column added_1 bigint default NULL first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3252,17 +2492,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_81 mediumtext default NULL; alter table bar add column added_1 bigint default NULL first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3286,17 +2518,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_11 bigint default NULL; alter table bar add column added_2 bigint default -1 first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3320,17 +2544,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_21 bigint default 1234; alter table bar add column added_2 bigint default -1 first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3354,17 +2570,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_2 bigint default -1 first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3388,17 +2596,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_41 varchar(10) default NULL; alter table bar add column added_2 bigint default -1 first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3422,17 +2622,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_2 bigint default -1 first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3456,17 +2648,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_2 bigint default -1 first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3490,17 +2674,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_71 text default NULL; alter table bar add column added_2 bigint default -1 first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3524,17 +2700,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_81 mediumtext default NULL; alter table bar add column added_2 bigint default -1 first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3558,17 +2726,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_11 bigint default NULL; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3592,17 +2752,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_21 bigint default 1234; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3626,17 +2778,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3660,17 +2804,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_41 varchar(10) default NULL; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3694,17 +2830,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3728,17 +2856,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3762,17 +2882,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_71 text default NULL; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3796,17 +2908,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_81 mediumtext default NULL; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3830,17 +2934,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_11 bigint default NULL; alter table bar add column added_4 varchar(10) default NULL first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3864,17 +2960,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_21 bigint default 1234; alter table bar add column added_4 varchar(10) default NULL first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3898,17 +2986,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_4 varchar(10) default NULL first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3932,17 +3012,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_41 varchar(10) default NULL; alter table bar add column added_4 varchar(10) default NULL first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3966,17 +3038,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_4 varchar(10) default NULL first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4000,17 +3064,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_4 varchar(10) default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4034,17 +3090,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_71 text default NULL; alter table bar add column added_4 varchar(10) default NULL first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4068,17 +3116,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_81 mediumtext default NULL; alter table bar add column added_4 varchar(10) default NULL first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4102,17 +3142,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_11 bigint default NULL; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4136,17 +3168,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_21 bigint default 1234; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4170,17 +3194,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4204,17 +3220,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_41 varchar(10) default NULL; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4238,17 +3246,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4272,17 +3272,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4306,17 +3298,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_71 text default NULL; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4340,17 +3324,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_81 mediumtext default NULL; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4374,17 +3350,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_11 bigint default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4408,17 +3376,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_21 bigint default 1234; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4442,17 +3402,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4476,17 +3428,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_41 varchar(10) default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4510,17 +3454,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4544,17 +3480,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4578,17 +3506,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_71 text default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4612,17 +3532,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_81 mediumtext default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4646,17 +3558,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_11 bigint default NULL; alter table bar add column added_7 text default NULL first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4680,17 +3584,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_21 bigint default 1234; alter table bar add column added_7 text default NULL first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4714,17 +3610,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_7 text default NULL first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4748,17 +3636,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_41 varchar(10) default NULL; alter table bar add column added_7 text default NULL first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4782,17 +3662,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_7 text default NULL first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4816,17 +3688,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_7 text default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4850,17 +3714,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_71 text default NULL; alter table bar add column added_7 text default NULL first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4884,17 +3740,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_81 mediumtext default NULL; alter table bar add column added_7 text default NULL first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4918,17 +3766,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_11 bigint default NULL; alter table bar add column added_8 mediumtext default NULL first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4952,17 +3792,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_21 bigint default 1234; alter table bar add column added_8 mediumtext default NULL first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4986,17 +3818,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_8 mediumtext default NULL first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5020,17 +3844,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_41 varchar(10) default NULL; alter table bar add column added_8 mediumtext default NULL first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5054,17 +3870,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_8 mediumtext default NULL first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5088,17 +3896,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_8 mediumtext default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5122,17 +3922,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_71 text default NULL; alter table bar add column added_8 mediumtext default NULL first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5156,17 +3948,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_81 mediumtext default NULL; alter table bar add column added_8 mediumtext default NULL first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5190,17 +3974,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bbb, add column added_11 bigint default NULL after bbb; alter table bar add column added_1 bigint default NULL after bbb, add column added_11 bigint default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5224,17 +4000,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bbb, add column added_21 bigint default 1234 after bbb; alter table bar add column added_1 bigint default NULL after bbb, add column added_21 bigint default 1234 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5258,17 +4026,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bbb, add column added_31 bigint NOT NULL default 54 after bbb; alter table bar add column added_1 bigint default NULL after bbb, add column added_31 bigint NOT NULL default 54 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5292,17 +4052,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bbb, add column added_41 varchar(10) default NULL after bbb; alter table bar add column added_1 bigint default NULL after bbb, add column added_41 varchar(10) default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5326,17 +4078,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bbb, add column added_51 varchar(10) default "abracadab" after bbb; alter table bar add column added_1 bigint default NULL after bbb, add column added_51 varchar(10) default "abracadab" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5360,17 +4104,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bbb, add column added_61 varchar(10) NOT NULL default "abracadab" after bbb; alter table bar add column added_1 bigint default NULL after bbb, add column added_61 varchar(10) NOT NULL default "abracadab" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5394,17 +4130,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bbb, add column added_71 text default NULL after bbb; alter table bar add column added_1 bigint default NULL after bbb, add column added_71 text default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5428,17 +4156,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bbb, add column added_81 mediumtext default NULL after bbb; alter table bar add column added_1 bigint default NULL after bbb, add column added_81 mediumtext default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5462,17 +4182,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bbb, add column added_11 bigint default NULL after bbb; alter table bar add column added_2 bigint default -1 after bbb, add column added_11 bigint default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5496,17 +4208,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bbb, add column added_21 bigint default 1234 after bbb; alter table bar add column added_2 bigint default -1 after bbb, add column added_21 bigint default 1234 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5530,17 +4234,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bbb, add column added_31 bigint NOT NULL default 54 after bbb; alter table bar add column added_2 bigint default -1 after bbb, add column added_31 bigint NOT NULL default 54 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5564,17 +4260,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bbb, add column added_41 varchar(10) default NULL after bbb; alter table bar add column added_2 bigint default -1 after bbb, add column added_41 varchar(10) default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5598,17 +4286,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bbb, add column added_51 varchar(10) default "abracadab" after bbb; alter table bar add column added_2 bigint default -1 after bbb, add column added_51 varchar(10) default "abracadab" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5632,17 +4312,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bbb, add column added_61 varchar(10) NOT NULL default "abracadab" after bbb; alter table bar add column added_2 bigint default -1 after bbb, add column added_61 varchar(10) NOT NULL default "abracadab" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5666,17 +4338,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bbb, add column added_71 text default NULL after bbb; alter table bar add column added_2 bigint default -1 after bbb, add column added_71 text default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5700,17 +4364,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bbb, add column added_81 mediumtext default NULL after bbb; alter table bar add column added_2 bigint default -1 after bbb, add column added_81 mediumtext default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5734,17 +4390,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bbb, add column added_11 bigint default NULL after bbb; alter table bar add column added_3 bigint NOT NULL default -1 after bbb, add column added_11 bigint default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5768,17 +4416,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bbb, add column added_21 bigint default 1234 after bbb; alter table bar add column added_3 bigint NOT NULL default -1 after bbb, add column added_21 bigint default 1234 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5802,17 +4442,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bbb, add column added_31 bigint NOT NULL default 54 after bbb; alter table bar add column added_3 bigint NOT NULL default -1 after bbb, add column added_31 bigint NOT NULL default 54 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5836,17 +4468,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bbb, add column added_41 varchar(10) default NULL after bbb; alter table bar add column added_3 bigint NOT NULL default -1 after bbb, add column added_41 varchar(10) default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5870,17 +4494,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bbb, add column added_51 varchar(10) default "abracadab" after bbb; alter table bar add column added_3 bigint NOT NULL default -1 after bbb, add column added_51 varchar(10) default "abracadab" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5904,17 +4520,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bbb, add column added_61 varchar(10) NOT NULL default "abracadab" after bbb; alter table bar add column added_3 bigint NOT NULL default -1 after bbb, add column added_61 varchar(10) NOT NULL default "abracadab" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5938,17 +4546,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bbb, add column added_71 text default NULL after bbb; alter table bar add column added_3 bigint NOT NULL default -1 after bbb, add column added_71 text default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5972,17 +4572,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bbb, add column added_81 mediumtext default NULL after bbb; alter table bar add column added_3 bigint NOT NULL default -1 after bbb, add column added_81 mediumtext default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6006,17 +4598,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bbb, add column added_11 bigint default NULL after bbb; alter table bar add column added_4 varchar(10) default NULL after bbb, add column added_11 bigint default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6040,17 +4624,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bbb, add column added_21 bigint default 1234 after bbb; alter table bar add column added_4 varchar(10) default NULL after bbb, add column added_21 bigint default 1234 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6074,17 +4650,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bbb, add column added_31 bigint NOT NULL default 54 after bbb; alter table bar add column added_4 varchar(10) default NULL after bbb, add column added_31 bigint NOT NULL default 54 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6108,17 +4676,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bbb, add column added_41 varchar(10) default NULL after bbb; alter table bar add column added_4 varchar(10) default NULL after bbb, add column added_41 varchar(10) default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6142,17 +4702,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bbb, add column added_51 varchar(10) default "abracadab" after bbb; alter table bar add column added_4 varchar(10) default NULL after bbb, add column added_51 varchar(10) default "abracadab" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6176,17 +4728,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bbb, add column added_61 varchar(10) NOT NULL default "abracadab" after bbb; alter table bar add column added_4 varchar(10) default NULL after bbb, add column added_61 varchar(10) NOT NULL default "abracadab" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6210,17 +4754,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bbb, add column added_71 text default NULL after bbb; alter table bar add column added_4 varchar(10) default NULL after bbb, add column added_71 text default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6244,17 +4780,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bbb, add column added_81 mediumtext default NULL after bbb; alter table bar add column added_4 varchar(10) default NULL after bbb, add column added_81 mediumtext default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6278,17 +4806,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bbb, add column added_11 bigint default NULL after bbb; alter table bar add column added_5 varchar(10) default "qwerty" after bbb, add column added_11 bigint default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6312,17 +4832,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bbb, add column added_21 bigint default 1234 after bbb; alter table bar add column added_5 varchar(10) default "qwerty" after bbb, add column added_21 bigint default 1234 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6346,17 +4858,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bbb, add column added_31 bigint NOT NULL default 54 after bbb; alter table bar add column added_5 varchar(10) default "qwerty" after bbb, add column added_31 bigint NOT NULL default 54 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6380,17 +4884,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bbb, add column added_41 varchar(10) default NULL after bbb; alter table bar add column added_5 varchar(10) default "qwerty" after bbb, add column added_41 varchar(10) default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6414,17 +4910,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bbb, add column added_51 varchar(10) default "abracadab" after bbb; alter table bar add column added_5 varchar(10) default "qwerty" after bbb, add column added_51 varchar(10) default "abracadab" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6448,17 +4936,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bbb, add column added_61 varchar(10) NOT NULL default "abracadab" after bbb; alter table bar add column added_5 varchar(10) default "qwerty" after bbb, add column added_61 varchar(10) NOT NULL default "abracadab" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6482,17 +4962,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bbb, add column added_71 text default NULL after bbb; alter table bar add column added_5 varchar(10) default "qwerty" after bbb, add column added_71 text default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6516,17 +4988,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bbb, add column added_81 mediumtext default NULL after bbb; alter table bar add column added_5 varchar(10) default "qwerty" after bbb, add column added_81 mediumtext default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6550,17 +5014,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb, add column added_11 bigint default NULL after bbb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb, add column added_11 bigint default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6584,17 +5040,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb, add column added_21 bigint default 1234 after bbb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb, add column added_21 bigint default 1234 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6618,17 +5066,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb, add column added_31 bigint NOT NULL default 54 after bbb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb, add column added_31 bigint NOT NULL default 54 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6652,17 +5092,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb, add column added_41 varchar(10) default NULL after bbb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb, add column added_41 varchar(10) default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6686,17 +5118,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb, add column added_51 varchar(10) default "abracadab" after bbb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb, add column added_51 varchar(10) default "abracadab" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6720,17 +5144,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb, add column added_61 varchar(10) NOT NULL default "abracadab" after bbb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb, add column added_61 varchar(10) NOT NULL default "abracadab" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6754,17 +5170,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb, add column added_71 text default NULL after bbb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb, add column added_71 text default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6788,17 +5196,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb, add column added_81 mediumtext default NULL after bbb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bbb, add column added_81 mediumtext default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6822,17 +5222,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bbb, add column added_11 bigint default NULL after bbb; alter table bar add column added_7 text default NULL after bbb, add column added_11 bigint default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6856,17 +5248,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bbb, add column added_21 bigint default 1234 after bbb; alter table bar add column added_7 text default NULL after bbb, add column added_21 bigint default 1234 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6890,17 +5274,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bbb, add column added_31 bigint NOT NULL default 54 after bbb; alter table bar add column added_7 text default NULL after bbb, add column added_31 bigint NOT NULL default 54 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6924,17 +5300,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bbb, add column added_41 varchar(10) default NULL after bbb; alter table bar add column added_7 text default NULL after bbb, add column added_41 varchar(10) default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6958,17 +5326,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bbb, add column added_51 varchar(10) default "abracadab" after bbb; alter table bar add column added_7 text default NULL after bbb, add column added_51 varchar(10) default "abracadab" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6992,17 +5352,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bbb, add column added_61 varchar(10) NOT NULL default "abracadab" after bbb; alter table bar add column added_7 text default NULL after bbb, add column added_61 varchar(10) NOT NULL default "abracadab" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7026,17 +5378,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bbb, add column added_71 text default NULL after bbb; alter table bar add column added_7 text default NULL after bbb, add column added_71 text default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7060,17 +5404,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bbb, add column added_81 mediumtext default NULL after bbb; alter table bar add column added_7 text default NULL after bbb, add column added_81 mediumtext default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7094,17 +5430,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bbb, add column added_11 bigint default NULL after bbb; alter table bar add column added_8 mediumtext default NULL after bbb, add column added_11 bigint default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7128,17 +5456,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bbb, add column added_21 bigint default 1234 after bbb; alter table bar add column added_8 mediumtext default NULL after bbb, add column added_21 bigint default 1234 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7162,17 +5482,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bbb, add column added_31 bigint NOT NULL default 54 after bbb; alter table bar add column added_8 mediumtext default NULL after bbb, add column added_31 bigint NOT NULL default 54 after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7196,17 +5508,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bbb, add column added_41 varchar(10) default NULL after bbb; alter table bar add column added_8 mediumtext default NULL after bbb, add column added_41 varchar(10) default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7230,17 +5534,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bbb, add column added_51 varchar(10) default "abracadab" after bbb; alter table bar add column added_8 mediumtext default NULL after bbb, add column added_51 varchar(10) default "abracadab" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7264,17 +5560,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bbb, add column added_61 varchar(10) NOT NULL default "abracadab" after bbb; alter table bar add column added_8 mediumtext default NULL after bbb, add column added_61 varchar(10) NOT NULL default "abracadab" after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7298,17 +5586,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bbb, add column added_71 text default NULL after bbb; alter table bar add column added_8 mediumtext default NULL after bbb, add column added_71 text default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7332,17 +5612,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bbb, add column added_81 mediumtext default NULL after bbb; alter table bar add column added_8 mediumtext default NULL after bbb, add column added_81 mediumtext default NULL after bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7366,16 +5638,8 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_2 bigint default -1 after bbb, add column added_3 bigint NOT NULL default -1; alter table bar add column added_1 bigint default NULL, add column added_2 bigint default -1 after bbb, add column added_3 bigint NOT NULL default -1; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; diff --git a/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_varblob_add2.result b/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_varblob_add2.result index 591e97a1105..fda3a0c501e 100644 --- a/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_varblob_add2.result +++ b/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_varblob_add2.result @@ -22,17 +22,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL; alter table bar add column added_1 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -56,17 +48,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1; alter table bar add column added_2 bigint default -1; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -90,17 +74,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1; alter table bar add column added_3 bigint NOT NULL default -1; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -124,17 +100,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL; alter table bar add column added_4 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -158,17 +126,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty"; alter table bar add column added_5 varchar(10) default "qwerty"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -192,17 +152,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt"; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -226,17 +178,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL; alter table bar add column added_7 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -260,17 +204,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL; alter table bar add column added_8 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -294,17 +230,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first; alter table bar add column added_1 bigint default NULL first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -328,17 +256,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first; alter table bar add column added_2 bigint default -1 first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -362,17 +282,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first; alter table bar add column added_3 bigint NOT NULL default -1 first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -396,17 +308,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first; alter table bar add column added_4 varchar(10) default NULL first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -430,17 +334,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first; alter table bar add column added_5 varchar(10) default "qwerty" first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -464,17 +360,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -498,17 +386,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first; alter table bar add column added_7 text default NULL first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -532,17 +412,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first; alter table bar add column added_8 mediumtext default NULL first; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -566,17 +438,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bb; alter table bar add column added_1 bigint default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -600,17 +464,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bb; alter table bar add column added_2 bigint default -1 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -634,17 +490,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bb; alter table bar add column added_3 bigint NOT NULL default -1 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -668,17 +516,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bb; alter table bar add column added_4 varchar(10) default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -702,17 +542,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bb; alter table bar add column added_5 varchar(10) default "qwerty" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -736,17 +568,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -770,17 +594,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bb; alter table bar add column added_7 text default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -804,17 +620,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bb; alter table bar add column added_8 mediumtext default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -838,17 +646,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_11 bigint default NULL; alter table bar add column added_1 bigint default NULL, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -872,17 +672,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_21 bigint default 1234; alter table bar add column added_1 bigint default NULL, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -906,17 +698,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_31 bigint NOT NULL default 54; alter table bar add column added_1 bigint default NULL, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -940,17 +724,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_41 varchar(10) default NULL; alter table bar add column added_1 bigint default NULL, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -974,17 +750,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_1 bigint default NULL, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1008,17 +776,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_1 bigint default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1042,17 +802,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_71 text default NULL; alter table bar add column added_1 bigint default NULL, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1076,17 +828,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_81 mediumtext default NULL; alter table bar add column added_1 bigint default NULL, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1110,17 +854,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_11 bigint default NULL; alter table bar add column added_2 bigint default -1, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1144,17 +880,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_21 bigint default 1234; alter table bar add column added_2 bigint default -1, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1178,17 +906,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_31 bigint NOT NULL default 54; alter table bar add column added_2 bigint default -1, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1212,17 +932,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_41 varchar(10) default NULL; alter table bar add column added_2 bigint default -1, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1246,17 +958,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_2 bigint default -1, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1280,17 +984,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_2 bigint default -1, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1314,17 +1010,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_71 text default NULL; alter table bar add column added_2 bigint default -1, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1348,17 +1036,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1, add column added_81 mediumtext default NULL; alter table bar add column added_2 bigint default -1, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1382,17 +1062,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_11 bigint default NULL; alter table bar add column added_3 bigint NOT NULL default -1, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1416,17 +1088,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_21 bigint default 1234; alter table bar add column added_3 bigint NOT NULL default -1, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1450,17 +1114,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_31 bigint NOT NULL default 54; alter table bar add column added_3 bigint NOT NULL default -1, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1484,17 +1140,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_41 varchar(10) default NULL; alter table bar add column added_3 bigint NOT NULL default -1, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1518,17 +1166,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_3 bigint NOT NULL default -1, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1552,17 +1192,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_3 bigint NOT NULL default -1, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1586,17 +1218,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_71 text default NULL; alter table bar add column added_3 bigint NOT NULL default -1, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1620,17 +1244,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1, add column added_81 mediumtext default NULL; alter table bar add column added_3 bigint NOT NULL default -1, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1654,17 +1270,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_11 bigint default NULL; alter table bar add column added_4 varchar(10) default NULL, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1688,17 +1296,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_21 bigint default 1234; alter table bar add column added_4 varchar(10) default NULL, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1722,17 +1322,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_31 bigint NOT NULL default 54; alter table bar add column added_4 varchar(10) default NULL, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1756,17 +1348,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_41 varchar(10) default NULL; alter table bar add column added_4 varchar(10) default NULL, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1790,17 +1374,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_4 varchar(10) default NULL, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1824,17 +1400,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_4 varchar(10) default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1858,17 +1426,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_71 text default NULL; alter table bar add column added_4 varchar(10) default NULL, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1892,17 +1452,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL, add column added_81 mediumtext default NULL; alter table bar add column added_4 varchar(10) default NULL, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1926,17 +1478,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_11 bigint default NULL; alter table bar add column added_5 varchar(10) default "qwerty", add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1960,17 +1504,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_21 bigint default 1234; alter table bar add column added_5 varchar(10) default "qwerty", add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1994,17 +1530,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_31 bigint NOT NULL default 54; alter table bar add column added_5 varchar(10) default "qwerty", add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2028,17 +1556,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_41 varchar(10) default NULL; alter table bar add column added_5 varchar(10) default "qwerty", add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2062,17 +1582,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_51 varchar(10) default "abracadab"; alter table bar add column added_5 varchar(10) default "qwerty", add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2096,17 +1608,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_5 varchar(10) default "qwerty", add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2130,17 +1634,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_71 text default NULL; alter table bar add column added_5 varchar(10) default "qwerty", add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2164,17 +1660,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty", add column added_81 mediumtext default NULL; alter table bar add column added_5 varchar(10) default "qwerty", add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2198,17 +1686,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_11 bigint default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2232,17 +1712,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_21 bigint default 1234; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2266,17 +1738,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_31 bigint NOT NULL default 54; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2300,17 +1764,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_41 varchar(10) default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2334,17 +1790,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_51 varchar(10) default "abracadab"; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2368,17 +1816,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2402,17 +1842,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_71 text default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2436,17 +1868,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_81 mediumtext default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt", add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2470,17 +1894,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_11 bigint default NULL; alter table bar add column added_7 text default NULL, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2504,17 +1920,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_21 bigint default 1234; alter table bar add column added_7 text default NULL, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2538,17 +1946,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_31 bigint NOT NULL default 54; alter table bar add column added_7 text default NULL, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2572,17 +1972,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_41 varchar(10) default NULL; alter table bar add column added_7 text default NULL, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2606,17 +1998,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_7 text default NULL, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2640,17 +2024,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_7 text default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2674,17 +2050,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_71 text default NULL; alter table bar add column added_7 text default NULL, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2708,17 +2076,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL, add column added_81 mediumtext default NULL; alter table bar add column added_7 text default NULL, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2742,17 +2102,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_11 bigint default NULL; alter table bar add column added_8 mediumtext default NULL, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2776,17 +2128,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_21 bigint default 1234; alter table bar add column added_8 mediumtext default NULL, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2810,17 +2154,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_31 bigint NOT NULL default 54; alter table bar add column added_8 mediumtext default NULL, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2844,17 +2180,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_41 varchar(10) default NULL; alter table bar add column added_8 mediumtext default NULL, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2878,17 +2206,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_8 mediumtext default NULL, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2912,17 +2232,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_8 mediumtext default NULL, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2946,17 +2258,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_71 text default NULL; alter table bar add column added_8 mediumtext default NULL, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2980,17 +2284,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL, add column added_81 mediumtext default NULL; alter table bar add column added_8 mediumtext default NULL, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3014,17 +2310,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_11 bigint default NULL; alter table bar add column added_1 bigint default NULL first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3048,17 +2336,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_21 bigint default 1234; alter table bar add column added_1 bigint default NULL first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3082,17 +2362,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_1 bigint default NULL first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3116,17 +2388,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_41 varchar(10) default NULL; alter table bar add column added_1 bigint default NULL first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3150,17 +2414,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_1 bigint default NULL first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3184,17 +2440,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_1 bigint default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3218,17 +2466,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_71 text default NULL; alter table bar add column added_1 bigint default NULL first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3252,17 +2492,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL first, add column added_81 mediumtext default NULL; alter table bar add column added_1 bigint default NULL first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3286,17 +2518,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_11 bigint default NULL; alter table bar add column added_2 bigint default -1 first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3320,17 +2544,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_21 bigint default 1234; alter table bar add column added_2 bigint default -1 first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3354,17 +2570,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_2 bigint default -1 first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3388,17 +2596,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_41 varchar(10) default NULL; alter table bar add column added_2 bigint default -1 first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3422,17 +2622,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_2 bigint default -1 first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3456,17 +2648,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_2 bigint default -1 first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3490,17 +2674,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_71 text default NULL; alter table bar add column added_2 bigint default -1 first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3524,17 +2700,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 first, add column added_81 mediumtext default NULL; alter table bar add column added_2 bigint default -1 first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3558,17 +2726,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_11 bigint default NULL; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3592,17 +2752,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_21 bigint default 1234; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3626,17 +2778,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3660,17 +2804,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_41 varchar(10) default NULL; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3694,17 +2830,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3728,17 +2856,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3762,17 +2882,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_71 text default NULL; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3796,17 +2908,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 first, add column added_81 mediumtext default NULL; alter table bar add column added_3 bigint NOT NULL default -1 first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3830,17 +2934,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_11 bigint default NULL; alter table bar add column added_4 varchar(10) default NULL first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3864,17 +2960,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_21 bigint default 1234; alter table bar add column added_4 varchar(10) default NULL first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3898,17 +2986,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_4 varchar(10) default NULL first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3932,17 +3012,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_41 varchar(10) default NULL; alter table bar add column added_4 varchar(10) default NULL first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -3966,17 +3038,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_4 varchar(10) default NULL first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4000,17 +3064,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_4 varchar(10) default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4034,17 +3090,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_71 text default NULL; alter table bar add column added_4 varchar(10) default NULL first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4068,17 +3116,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL first, add column added_81 mediumtext default NULL; alter table bar add column added_4 varchar(10) default NULL first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4102,17 +3142,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_11 bigint default NULL; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4136,17 +3168,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_21 bigint default 1234; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4170,17 +3194,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4204,17 +3220,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_41 varchar(10) default NULL; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4238,17 +3246,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4272,17 +3272,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4306,17 +3298,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_71 text default NULL; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4340,17 +3324,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" first, add column added_81 mediumtext default NULL; alter table bar add column added_5 varchar(10) default "qwerty" first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4374,17 +3350,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_11 bigint default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4408,17 +3376,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_21 bigint default 1234; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4442,17 +3402,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4476,17 +3428,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_41 varchar(10) default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4510,17 +3454,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4544,17 +3480,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4578,17 +3506,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_71 text default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4612,17 +3532,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_81 mediumtext default NULL; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4646,17 +3558,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_11 bigint default NULL; alter table bar add column added_7 text default NULL first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4680,17 +3584,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_21 bigint default 1234; alter table bar add column added_7 text default NULL first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4714,17 +3610,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_7 text default NULL first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4748,17 +3636,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_41 varchar(10) default NULL; alter table bar add column added_7 text default NULL first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4782,17 +3662,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_7 text default NULL first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4816,17 +3688,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_7 text default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4850,17 +3714,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_71 text default NULL; alter table bar add column added_7 text default NULL first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4884,17 +3740,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL first, add column added_81 mediumtext default NULL; alter table bar add column added_7 text default NULL first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4918,17 +3766,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_11 bigint default NULL; alter table bar add column added_8 mediumtext default NULL first, add column added_11 bigint default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4952,17 +3792,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_21 bigint default 1234; alter table bar add column added_8 mediumtext default NULL first, add column added_21 bigint default 1234; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -4986,17 +3818,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_31 bigint NOT NULL default 54; alter table bar add column added_8 mediumtext default NULL first, add column added_31 bigint NOT NULL default 54; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5020,17 +3844,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_41 varchar(10) default NULL; alter table bar add column added_8 mediumtext default NULL first, add column added_41 varchar(10) default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5054,17 +3870,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_51 varchar(10) default "abracadab"; alter table bar add column added_8 mediumtext default NULL first, add column added_51 varchar(10) default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5088,17 +3896,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; alter table bar add column added_8 mediumtext default NULL first, add column added_61 varchar(10) NOT NULL default "abracadab"; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5122,17 +3922,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_71 text default NULL; alter table bar add column added_8 mediumtext default NULL first, add column added_71 text default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5156,17 +3948,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL first, add column added_81 mediumtext default NULL; alter table bar add column added_8 mediumtext default NULL first, add column added_81 mediumtext default NULL; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5190,17 +3974,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bb, add column added_11 bigint default NULL after bb; alter table bar add column added_1 bigint default NULL after bb, add column added_11 bigint default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5224,17 +4000,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bb, add column added_21 bigint default 1234 after bb; alter table bar add column added_1 bigint default NULL after bb, add column added_21 bigint default 1234 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5258,17 +4026,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bb, add column added_31 bigint NOT NULL default 54 after bb; alter table bar add column added_1 bigint default NULL after bb, add column added_31 bigint NOT NULL default 54 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5292,17 +4052,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bb, add column added_41 varchar(10) default NULL after bb; alter table bar add column added_1 bigint default NULL after bb, add column added_41 varchar(10) default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5326,17 +4078,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bb, add column added_51 varchar(10) default "abracadab" after bb; alter table bar add column added_1 bigint default NULL after bb, add column added_51 varchar(10) default "abracadab" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5360,17 +4104,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bb, add column added_61 varchar(10) NOT NULL default "abracadab" after bb; alter table bar add column added_1 bigint default NULL after bb, add column added_61 varchar(10) NOT NULL default "abracadab" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5394,17 +4130,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bb, add column added_71 text default NULL after bb; alter table bar add column added_1 bigint default NULL after bb, add column added_71 text default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5428,17 +4156,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL after bb, add column added_81 mediumtext default NULL after bb; alter table bar add column added_1 bigint default NULL after bb, add column added_81 mediumtext default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5462,17 +4182,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bb, add column added_11 bigint default NULL after bb; alter table bar add column added_2 bigint default -1 after bb, add column added_11 bigint default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5496,17 +4208,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bb, add column added_21 bigint default 1234 after bb; alter table bar add column added_2 bigint default -1 after bb, add column added_21 bigint default 1234 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5530,17 +4234,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bb, add column added_31 bigint NOT NULL default 54 after bb; alter table bar add column added_2 bigint default -1 after bb, add column added_31 bigint NOT NULL default 54 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5564,17 +4260,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bb, add column added_41 varchar(10) default NULL after bb; alter table bar add column added_2 bigint default -1 after bb, add column added_41 varchar(10) default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5598,17 +4286,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bb, add column added_51 varchar(10) default "abracadab" after bb; alter table bar add column added_2 bigint default -1 after bb, add column added_51 varchar(10) default "abracadab" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5632,17 +4312,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bb, add column added_61 varchar(10) NOT NULL default "abracadab" after bb; alter table bar add column added_2 bigint default -1 after bb, add column added_61 varchar(10) NOT NULL default "abracadab" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5666,17 +4338,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bb, add column added_71 text default NULL after bb; alter table bar add column added_2 bigint default -1 after bb, add column added_71 text default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5700,17 +4364,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_2 bigint default -1 after bb, add column added_81 mediumtext default NULL after bb; alter table bar add column added_2 bigint default -1 after bb, add column added_81 mediumtext default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5734,17 +4390,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bb, add column added_11 bigint default NULL after bb; alter table bar add column added_3 bigint NOT NULL default -1 after bb, add column added_11 bigint default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5768,17 +4416,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bb, add column added_21 bigint default 1234 after bb; alter table bar add column added_3 bigint NOT NULL default -1 after bb, add column added_21 bigint default 1234 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5802,17 +4442,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bb, add column added_31 bigint NOT NULL default 54 after bb; alter table bar add column added_3 bigint NOT NULL default -1 after bb, add column added_31 bigint NOT NULL default 54 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5836,17 +4468,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bb, add column added_41 varchar(10) default NULL after bb; alter table bar add column added_3 bigint NOT NULL default -1 after bb, add column added_41 varchar(10) default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5870,17 +4494,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bb, add column added_51 varchar(10) default "abracadab" after bb; alter table bar add column added_3 bigint NOT NULL default -1 after bb, add column added_51 varchar(10) default "abracadab" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5904,17 +4520,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bb, add column added_61 varchar(10) NOT NULL default "abracadab" after bb; alter table bar add column added_3 bigint NOT NULL default -1 after bb, add column added_61 varchar(10) NOT NULL default "abracadab" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5938,17 +4546,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bb, add column added_71 text default NULL after bb; alter table bar add column added_3 bigint NOT NULL default -1 after bb, add column added_71 text default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -5972,17 +4572,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_3 bigint NOT NULL default -1 after bb, add column added_81 mediumtext default NULL after bb; alter table bar add column added_3 bigint NOT NULL default -1 after bb, add column added_81 mediumtext default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6006,17 +4598,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bb, add column added_11 bigint default NULL after bb; alter table bar add column added_4 varchar(10) default NULL after bb, add column added_11 bigint default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6040,17 +4624,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bb, add column added_21 bigint default 1234 after bb; alter table bar add column added_4 varchar(10) default NULL after bb, add column added_21 bigint default 1234 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6074,17 +4650,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bb, add column added_31 bigint NOT NULL default 54 after bb; alter table bar add column added_4 varchar(10) default NULL after bb, add column added_31 bigint NOT NULL default 54 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6108,17 +4676,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bb, add column added_41 varchar(10) default NULL after bb; alter table bar add column added_4 varchar(10) default NULL after bb, add column added_41 varchar(10) default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6142,17 +4702,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bb, add column added_51 varchar(10) default "abracadab" after bb; alter table bar add column added_4 varchar(10) default NULL after bb, add column added_51 varchar(10) default "abracadab" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6176,17 +4728,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bb, add column added_61 varchar(10) NOT NULL default "abracadab" after bb; alter table bar add column added_4 varchar(10) default NULL after bb, add column added_61 varchar(10) NOT NULL default "abracadab" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6210,17 +4754,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bb, add column added_71 text default NULL after bb; alter table bar add column added_4 varchar(10) default NULL after bb, add column added_71 text default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6244,17 +4780,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_4 varchar(10) default NULL after bb, add column added_81 mediumtext default NULL after bb; alter table bar add column added_4 varchar(10) default NULL after bb, add column added_81 mediumtext default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6278,17 +4806,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bb, add column added_11 bigint default NULL after bb; alter table bar add column added_5 varchar(10) default "qwerty" after bb, add column added_11 bigint default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6312,17 +4832,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bb, add column added_21 bigint default 1234 after bb; alter table bar add column added_5 varchar(10) default "qwerty" after bb, add column added_21 bigint default 1234 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6346,17 +4858,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bb, add column added_31 bigint NOT NULL default 54 after bb; alter table bar add column added_5 varchar(10) default "qwerty" after bb, add column added_31 bigint NOT NULL default 54 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6380,17 +4884,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bb, add column added_41 varchar(10) default NULL after bb; alter table bar add column added_5 varchar(10) default "qwerty" after bb, add column added_41 varchar(10) default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6414,17 +4910,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bb, add column added_51 varchar(10) default "abracadab" after bb; alter table bar add column added_5 varchar(10) default "qwerty" after bb, add column added_51 varchar(10) default "abracadab" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6448,17 +4936,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bb, add column added_61 varchar(10) NOT NULL default "abracadab" after bb; alter table bar add column added_5 varchar(10) default "qwerty" after bb, add column added_61 varchar(10) NOT NULL default "abracadab" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6482,17 +4962,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bb, add column added_71 text default NULL after bb; alter table bar add column added_5 varchar(10) default "qwerty" after bb, add column added_71 text default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6516,17 +4988,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_5 varchar(10) default "qwerty" after bb, add column added_81 mediumtext default NULL after bb; alter table bar add column added_5 varchar(10) default "qwerty" after bb, add column added_81 mediumtext default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6550,17 +5014,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb, add column added_11 bigint default NULL after bb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb, add column added_11 bigint default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6584,17 +5040,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb, add column added_21 bigint default 1234 after bb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb, add column added_21 bigint default 1234 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6618,17 +5066,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb, add column added_31 bigint NOT NULL default 54 after bb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb, add column added_31 bigint NOT NULL default 54 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6652,17 +5092,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb, add column added_41 varchar(10) default NULL after bb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb, add column added_41 varchar(10) default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6686,17 +5118,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb, add column added_51 varchar(10) default "abracadab" after bb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb, add column added_51 varchar(10) default "abracadab" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6720,17 +5144,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb, add column added_61 varchar(10) NOT NULL default "abracadab" after bb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb, add column added_61 varchar(10) NOT NULL default "abracadab" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6754,17 +5170,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb, add column added_71 text default NULL after bb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb, add column added_71 text default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6788,17 +5196,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb, add column added_81 mediumtext default NULL after bb; alter table bar add column added_6 varchar(10) NOT NULL default "ruyrtt" after bb, add column added_81 mediumtext default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6822,17 +5222,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bb, add column added_11 bigint default NULL after bb; alter table bar add column added_7 text default NULL after bb, add column added_11 bigint default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6856,17 +5248,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bb, add column added_21 bigint default 1234 after bb; alter table bar add column added_7 text default NULL after bb, add column added_21 bigint default 1234 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6890,17 +5274,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bb, add column added_31 bigint NOT NULL default 54 after bb; alter table bar add column added_7 text default NULL after bb, add column added_31 bigint NOT NULL default 54 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6924,17 +5300,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bb, add column added_41 varchar(10) default NULL after bb; alter table bar add column added_7 text default NULL after bb, add column added_41 varchar(10) default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6958,17 +5326,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bb, add column added_51 varchar(10) default "abracadab" after bb; alter table bar add column added_7 text default NULL after bb, add column added_51 varchar(10) default "abracadab" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -6992,17 +5352,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bb, add column added_61 varchar(10) NOT NULL default "abracadab" after bb; alter table bar add column added_7 text default NULL after bb, add column added_61 varchar(10) NOT NULL default "abracadab" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7026,17 +5378,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bb, add column added_71 text default NULL after bb; alter table bar add column added_7 text default NULL after bb, add column added_71 text default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7060,17 +5404,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_7 text default NULL after bb, add column added_81 mediumtext default NULL after bb; alter table bar add column added_7 text default NULL after bb, add column added_81 mediumtext default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7094,17 +5430,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bb, add column added_11 bigint default NULL after bb; alter table bar add column added_8 mediumtext default NULL after bb, add column added_11 bigint default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7128,17 +5456,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bb, add column added_21 bigint default 1234 after bb; alter table bar add column added_8 mediumtext default NULL after bb, add column added_21 bigint default 1234 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7162,17 +5482,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bb, add column added_31 bigint NOT NULL default 54 after bb; alter table bar add column added_8 mediumtext default NULL after bb, add column added_31 bigint NOT NULL default 54 after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7196,17 +5508,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bb, add column added_41 varchar(10) default NULL after bb; alter table bar add column added_8 mediumtext default NULL after bb, add column added_41 varchar(10) default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7230,17 +5534,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bb, add column added_51 varchar(10) default "abracadab" after bb; alter table bar add column added_8 mediumtext default NULL after bb, add column added_51 varchar(10) default "abracadab" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7264,17 +5560,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bb, add column added_61 varchar(10) NOT NULL default "abracadab" after bb; alter table bar add column added_8 mediumtext default NULL after bb, add column added_61 varchar(10) NOT NULL default "abracadab" after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7298,17 +5586,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bb, add column added_71 text default NULL after bb; alter table bar add column added_8 mediumtext default NULL after bb, add column added_71 text default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7332,17 +5612,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_8 mediumtext default NULL after bb, add column added_81 mediumtext default NULL after bb; alter table bar add column added_8 mediumtext default NULL after bb, add column added_81 mediumtext default NULL after bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -7366,16 +5638,8 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add column added_1 bigint default NULL, add column added_2 bigint default -1 after bb, add column added_3 bigint NOT NULL default -1; alter table bar add column added_1 bigint default NULL, add column added_2 bigint default -1 after bb, add column added_3 bigint NOT NULL default -1; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; diff --git a/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_varblob_drop.result b/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_varblob_drop.result index b24e3595bed..a6e633f9e72 100644 --- a/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_varblob_drop.result +++ b/storage/tokudb/mysql-test/tokudb_alter_table/r/hcad_varblob_drop.result @@ -22,17 +22,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aa; alter table bar drop column aa; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -56,17 +48,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column bb; alter table bar drop column bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -90,17 +74,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column cc; alter table bar drop column cc; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -124,17 +100,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column dd; alter table bar drop column dd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -158,17 +126,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aaa; alter table bar drop column aaa; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -192,17 +152,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column bbb; alter table bar drop column bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -226,17 +178,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column ccc; alter table bar drop column ccc; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -260,17 +204,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column ddd; alter table bar drop column ddd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -294,17 +230,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aa, drop column bb; alter table bar drop column aa, drop column bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -328,17 +256,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aa, drop column cc; alter table bar drop column aa, drop column cc; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -362,17 +282,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aa, drop column dd; alter table bar drop column aa, drop column dd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -396,17 +308,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aa, drop column aaa; alter table bar drop column aa, drop column aaa; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -430,17 +334,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aa, drop column bbb; alter table bar drop column aa, drop column bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -464,17 +360,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aa, drop column ccc; alter table bar drop column aa, drop column ccc; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -498,17 +386,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aa, drop column ddd; alter table bar drop column aa, drop column ddd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -532,17 +412,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column bb, drop column aa; alter table bar drop column bb, drop column aa; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -566,17 +438,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column bb, drop column cc; alter table bar drop column bb, drop column cc; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -600,17 +464,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column bb, drop column dd; alter table bar drop column bb, drop column dd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -634,17 +490,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column bb, drop column aaa; alter table bar drop column bb, drop column aaa; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -668,17 +516,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column bb, drop column bbb; alter table bar drop column bb, drop column bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -702,17 +542,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column bb, drop column ccc; alter table bar drop column bb, drop column ccc; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -736,17 +568,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column bb, drop column ddd; alter table bar drop column bb, drop column ddd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -770,17 +594,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column cc, drop column aa; alter table bar drop column cc, drop column aa; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -804,17 +620,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column cc, drop column bb; alter table bar drop column cc, drop column bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -838,17 +646,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column cc, drop column dd; alter table bar drop column cc, drop column dd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -872,17 +672,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column cc, drop column aaa; alter table bar drop column cc, drop column aaa; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -906,17 +698,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column cc, drop column bbb; alter table bar drop column cc, drop column bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -940,17 +724,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column cc, drop column ccc; alter table bar drop column cc, drop column ccc; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -974,17 +750,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column cc, drop column ddd; alter table bar drop column cc, drop column ddd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1008,17 +776,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column dd, drop column aa; alter table bar drop column dd, drop column aa; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1042,17 +802,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column dd, drop column bb; alter table bar drop column dd, drop column bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1076,17 +828,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column dd, drop column cc; alter table bar drop column dd, drop column cc; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1110,17 +854,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column dd, drop column aaa; alter table bar drop column dd, drop column aaa; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1144,17 +880,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column dd, drop column bbb; alter table bar drop column dd, drop column bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1178,17 +906,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column dd, drop column ccc; alter table bar drop column dd, drop column ccc; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1212,17 +932,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column dd, drop column ddd; alter table bar drop column dd, drop column ddd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1246,17 +958,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aaa, drop column aa; alter table bar drop column aaa, drop column aa; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1280,17 +984,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aaa, drop column bb; alter table bar drop column aaa, drop column bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1314,17 +1010,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aaa, drop column cc; alter table bar drop column aaa, drop column cc; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1348,17 +1036,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aaa, drop column dd; alter table bar drop column aaa, drop column dd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1382,17 +1062,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aaa, drop column bbb; alter table bar drop column aaa, drop column bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1416,17 +1088,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aaa, drop column ccc; alter table bar drop column aaa, drop column ccc; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1450,17 +1114,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aaa, drop column ddd; alter table bar drop column aaa, drop column ddd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1484,17 +1140,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column bbb, drop column aa; alter table bar drop column bbb, drop column aa; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1518,17 +1166,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column bbb, drop column bb; alter table bar drop column bbb, drop column bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1552,17 +1192,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column bbb, drop column cc; alter table bar drop column bbb, drop column cc; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1586,17 +1218,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column bbb, drop column dd; alter table bar drop column bbb, drop column dd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1620,17 +1244,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column bbb, drop column aaa; alter table bar drop column bbb, drop column aaa; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1654,17 +1270,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column bbb, drop column ccc; alter table bar drop column bbb, drop column ccc; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1688,17 +1296,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column bbb, drop column ddd; alter table bar drop column bbb, drop column ddd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1722,17 +1322,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column ccc, drop column aa; alter table bar drop column ccc, drop column aa; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1756,17 +1348,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column ccc, drop column bb; alter table bar drop column ccc, drop column bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1790,17 +1374,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column ccc, drop column cc; alter table bar drop column ccc, drop column cc; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1824,17 +1400,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column ccc, drop column dd; alter table bar drop column ccc, drop column dd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1858,17 +1426,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column ccc, drop column aaa; alter table bar drop column ccc, drop column aaa; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1892,17 +1452,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column ccc, drop column bbb; alter table bar drop column ccc, drop column bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1926,17 +1478,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column ccc, drop column ddd; alter table bar drop column ccc, drop column ddd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1960,17 +1504,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column ddd, drop column aa; alter table bar drop column ddd, drop column aa; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -1994,17 +1530,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column ddd, drop column bb; alter table bar drop column ddd, drop column bb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2028,17 +1556,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column ddd, drop column cc; alter table bar drop column ddd, drop column cc; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2062,17 +1582,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column ddd, drop column dd; alter table bar drop column ddd, drop column dd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2096,17 +1608,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column ddd, drop column aaa; alter table bar drop column ddd, drop column aaa; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2130,17 +1634,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column ddd, drop column bbb; alter table bar drop column ddd, drop column bbb; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2164,17 +1660,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column ddd, drop column ccc; alter table bar drop column ddd, drop column ccc; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2198,17 +1686,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aa, drop column bb, drop column cc; alter table bar drop column aa, drop column bb, drop column cc; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2232,17 +1712,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aa, drop column bb, drop column dd; alter table bar drop column aa, drop column bb, drop column dd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2266,17 +1738,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aa, drop column cc, drop column dd; alter table bar drop column aa, drop column cc, drop column dd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2300,17 +1764,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column bb, drop column cc, drop column dd; alter table bar drop column bb, drop column cc, drop column dd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2334,17 +1790,9 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aa, drop column bb, drop column cc, drop column dd; alter table bar drop column aa, drop column bb, drop column cc, drop column dd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; create table foo (aa blob, bb longblob, cc tinyblob, dd mediumblob, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; @@ -2368,16 +1816,8 @@ insert into foo values ("rewoiu","fds","fr","oiufdsrew",NULL,"oifds",NULL,"fdsjf insert into foo values ("rewoiu","fds","fr","oiufdsrew","rewoiu","fds","fr","oiufdsrew"); insert into bar select * from foo; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop column aaa, drop column bbb, drop column ccc, drop column ddd; alter table bar drop column aaa, drop column bbb, drop column ccc, drop column ddd; include/diff_tables.inc [test.foo, test.bar] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; diff --git a/storage/tokudb/mysql-test/tokudb_alter_table/r/other_alter2.result b/storage/tokudb/mysql-test/tokudb_alter_table/r/other_alter2.result index 2a66649305e..69c3da7ae97 100644 --- a/storage/tokudb/mysql-test/tokudb_alter_table/r/other_alter2.result +++ b/storage/tokudb/mysql-test/tokudb_alter_table/r/other_alter2.result @@ -13,24 +13,12 @@ insert into foo_isam select * from foo; alter table foo drop primary key; alter table foo_isam drop primary key; include/diff_tables.inc [test.foo, test.foo_isam] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add primary key (e); alter table foo_isam add primary key (e); include/diff_tables.inc [test.foo, test.foo_isam] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo drop primary key, add primary key(a); alter table foo_isam drop primary key, add primary key (a); include/diff_tables.inc [test.foo, test.foo_isam] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo add fulltext key(b); ERROR HY000: The storage engine TokuDB doesn't support FULLTEXT indexes alter table foo add spatial key (aa); @@ -38,52 +26,24 @@ ERROR HY000: The storage engine TokuDB doesn't support SPATIAL indexes alter table foo alter column cc set default 101010; alter table foo_isam alter column cc set default 101010; include/diff_tables.inc [test.foo, test.foo_isam] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo alter column cc set default NULL; alter table foo_isam alter column cc set default NULL; include/diff_tables.inc [test.foo, test.foo_isam] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo alter column cc drop default; alter table foo_isam alter column cc drop default; include/diff_tables.inc [test.foo, test.foo_isam] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo change column aa aaa int; alter table foo_isam change column aa aaa int; include/diff_tables.inc [test.foo, test.foo_isam] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo change column aaa aa int; alter table foo_isam change column aaa aa int; include/diff_tables.inc [test.foo, test.foo_isam] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo change column e epk int; alter table foo_isam change column e epk int; include/diff_tables.inc [test.foo, test.foo_isam] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo change column epk e int; alter table foo_isam change column epk e int; include/diff_tables.inc [test.foo, test.foo_isam] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead show create table foo; Table Create Table foo CREATE TABLE `foo` ( @@ -123,59 +83,27 @@ foo_isam CREATE TABLE `foo_isam` ( alter table foo change column aa aa int NOT NULL; alter table foo_isam change column aa aa int NOT NULL; include/diff_tables.inc [test.foo, test.foo_isam] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo change column aa aa bigint; alter table foo_isam change column aa aa bigint; include/diff_tables.inc [test.foo, test.foo_isam] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo change column aa aa varchar(20); alter table foo_isam change column aa aa varchar(20); include/diff_tables.inc [test.foo, test.foo_isam] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo change column aa aa int after cc; alter table foo_isam change column aa aa int after cc; include/diff_tables.inc [test.foo, test.foo_isam] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo modify column aa int NOT NULL; alter table foo_isam modify column aa int NOT NULL; include/diff_tables.inc [test.foo, test.foo_isam] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo modify column aa bigint; alter table foo_isam modify column aa bigint; include/diff_tables.inc [test.foo, test.foo_isam] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo modify column aa varchar(20); alter table foo_isam modify column aa varchar(20); include/diff_tables.inc [test.foo, test.foo_isam] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead alter table foo modify column aa int after cc; alter table foo_isam modify column aa int after cc; include/diff_tables.inc [test.foo, test.foo_isam] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table foo; drop table bar; drop table foo_isam; diff --git a/storage/tokudb/mysql-test/tokudb_bugs/r/alter_part_tokudb_bug_155.result b/storage/tokudb/mysql-test/tokudb_bugs/r/alter_part_tokudb_bug_155.result index 1476f64b939..4cbbbaa7e34 100644 --- a/storage/tokudb/mysql-test/tokudb_bugs/r/alter_part_tokudb_bug_155.result +++ b/storage/tokudb/mysql-test/tokudb_bugs/r/alter_part_tokudb_bug_155.result @@ -30,8 +30,4 @@ ALTER TABLE test REORGANIZE PARTITION p201312 INTO (PARTITION pOld VALUES LESS T create table test_copy like test; insert into test_copy select * from test; include/diff_tables.inc [test, test_copy] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table test,test_copy; diff --git a/storage/tokudb/mysql-test/tokudb_bugs/r/db743.result b/storage/tokudb/mysql-test/tokudb_bugs/r/db743.result index a51bc1e0885..2b2fc2892d7 100644 --- a/storage/tokudb/mysql-test/tokudb_bugs/r/db743.result +++ b/storage/tokudb/mysql-test/tokudb_bugs/r/db743.result @@ -10,8 +10,4 @@ insert into t1 values (1); insert into t2 values (1); commit; include/diff_tables.inc [test.t1, test.t2] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table t1,t2; diff --git a/storage/tokudb/mysql-test/tokudb_bugs/r/mdev5932.result b/storage/tokudb/mysql-test/tokudb_bugs/r/mdev5932.result index 203b4a9b0fe..f179ee36f95 100644 --- a/storage/tokudb/mysql-test/tokudb_bugs/r/mdev5932.result +++ b/storage/tokudb/mysql-test/tokudb_bugs/r/mdev5932.result @@ -24,8 +24,4 @@ SELECT * FROM t1i WHERE 'bar' NOT IN ( SELECT t1_1.a FROM t1i AS t1_1, t1i AS t1 SELECT * FROM t2i; a include/diff_tables.inc [t2,t2i] -Warnings: -Warning 1287 ' INTO FROM...' instead -Warnings: -Warning 1287 ' INTO FROM...' instead drop table t1,t2,t1i,t2i;