############################################################# # Author: Chuck ############################################################# # Purpose: To test having extra columns on the master WL#3915 # engine inspecific sourced part ############################################################# # Change Author: Jeb # Change: Cleanup and extend testing ############################################################# # TODO: partition specific # -- source include/have_partition.inc # Note: Will be done in different test due to NDB using this # test case. ############################################################ ########### Clean up ################ --disable_warnings --disable_query_log DROP TABLE IF EXISTS t1,t2,t3,t4,t5,t10,t11,t12,t13,t14,t15,t16,t17,t18,t31; --enable_query_log --enable_warnings # # Setup differently defined tables on master and slave # # Def on master: t (f_1 type_m_1,... f_s type_m_s, f_s1, f_m) # Def on slave: t (f_1 type_s_1,... f_s type_s_s) # where type_mi,type_si (0 < i-1